Yet another twist.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
35         Log: Thinko.
36      Branch: perl
37            ! ext/threads/t/stress_re.t
38 ____________________________________________________________________________
39 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
40         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
41              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
42              Date: Wed, 09 Jan 2002 13:37:17 +0000                
43              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
44      Branch: perl
45            ! regexec.c t/op/re_tests
46 ____________________________________________________________________________
47 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
48         Log: Subject: Re: Weird Malformed warning in bleadperl    
49              From: andreas.koenig@anima.de (Andreas J. Koenig)    
50              Date: 09 Jan 2002 11:12:37 +0100
51              Message-ID: <m3itabbzoq.fsf@anima.de>
52      Branch: perl
53            ! regexec.c t/op/pat.t
54 ____________________________________________________________________________
55 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
56         Log: Forgot stress_re.t from MANIFEST.
57      Branch: perl
58            ! MANIFEST
59 ____________________________________________________________________________
60 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
61         Log: In dumping use isPRINT() instead of isprint() so that locale
62              does not come into play.
63      Branch: perl
64            ! utf8.c
65 ____________________________________________________________________________
66 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
67         Log: Add a threads stress test for regular expressions
68              (mostly just a modified stress_string.t) and doesn't
69              test that much of regular expressions, just that $1
70              doesn't get stomped by competing threads (as it does
71              in the 5005threads of old).
72      Branch: perl
73            + ext/threads/t/stress_re.t
74            ! MANIFEST
75 ____________________________________________________________________________
76 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
77         Log: Subject: Re: [ID 20010912.007] substr reference core dump
78              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
79              Date: Tue, 08 Jan 2002 19:17:50 +0000
80              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
81      Branch: perl
82            ! scope.c t/run/kill_perl.t
83 ____________________________________________________________________________
84 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
85         Log: SANY (. with /s) wasn't happy on Unicode.
86      Branch: perl
87            ! regexec.c t/op/pat.t
88 ____________________________________________________________________________
89 [ 14142] By: ams                                   on 2002/01/08  22:42:10
90         Log: Subject: [PATCH] perldebug nit
91              From: Tels <tels@bloodgate.com>
92              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
93      Branch: perl
94            ! pod/perldebug.pod
95 ____________________________________________________________________________
96 [ 14141] By: ams                                   on 2002/01/08  21:32:59
97         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
98              From: "Green, Paul" <Paul.Green@stratus.com>
99              Date: Tue, 8 Jan 2002 17:31:35 -0500
100              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
101      Branch: perl
102            ! Makefile.SH
103 ____________________________________________________________________________
104 [ 14140] By: ams                                   on 2002/01/08  21:27:57
105         Log: Subject: [PATCH] Re: Slight chokage from Deparse
106              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
107              Date: Tue, 8 Jan 2002 23:04:45 +0100
108              Message-Id: <20020108230445.A4798@rafael>
109      Branch: perl
110            ! ext/B/B/Deparse.pm
111 ____________________________________________________________________________
112 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
113         Log: Subject: [patch] peep() is rude
114              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
115              Date: Tue, 08 Jan 2002 19:17:50 +0000            
116              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
117      Branch: perl
118            ! op.c t/run/kill_perl.t
119 ____________________________________________________________________________
120 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
121         Log: unifold is really an op test since it requires
122              no external modules for its actual testing:
123              only the unicore CaseFold.txt file, and File::Spec
124              to portably access that file.
125      Branch: perl
126            + t/op/unifold.t
127            - lib/unifold.t
128            ! MANIFEST
129 ____________________________________________________________________________
130 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
131         Log: Subject: [patch] save a test 
132              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
133              Date: Tue, 08 Jan 2002 16:18:47 +0000
134              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
135      Branch: perl
136            ! regcomp.c
137 ____________________________________________________________________________
138 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
139         Log: Subject: Not OK 13843 
140              From: andreas.koenig@anima.de (Andreas J. Koenig)
141              Date: 08 Jan 2002 14:12:29 +0100
142              Message-ID: <m38zb9c7gi.fsf@anima.de>
143      Branch: perl
144            ! op.c t/op/subst.t
145 ____________________________________________________________________________
146 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
147         Log: Missed one variant of the fold testing, noticed bu Hugo.
148      Branch: perl
149            ! lib/unifold.t
150 ____________________________________________________________________________
151 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
152         Log: Enchance the Storable magic description.
153      Branch: perl
154            ! ext/Storable/Storable.pm
155 ____________________________________________________________________________
156 [ 14132] By: ams                                   on 2002/01/08  09:16:12
157         Log: Subject: [PATCH] don't installperl pods
158              From: H.Merijn Brand <h.m.brand@hccnet.nl>
159              Date: Tue, 08 Jan 2002 10:36:01 +0100
160              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
161      Branch: perl
162            ! installperl
163 ____________________________________________________________________________
164 [ 14131] By: ams                                   on 2002/01/08  03:38:40
165         Log: Subject: Math-BigInt v1.49 released
166              From: Tels <perl_dummy@bloodgate.com>
167              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
168      Branch: perl
169            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
170            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
171            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
172            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
173            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
174            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
175            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
176            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
177            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
178            ! t/lib/Math/BigInt/Subclass.pm
179 ____________________________________________________________________________
180 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
181         Log: A little better comments.
182      Branch: perl
183            ! regexec.c
184 ____________________________________________________________________________
185 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
186         Log: No normalization form DNF.
187      Branch: perl
188            ! ext/Unicode/Normalize/Normalize.pm
189 ____________________________________________________________________________
190 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
191         Log: Extension nits found by -Wall (several from threads
192              and threads::shared, but leaving them to Arthur).
193      Branch: perl
194            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
195            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
196            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
197            ! ext/Unicode/Normalize/mkheader x2p/str.c
198 ____________________________________________________________________________
199 [ 14125] By: ams                                   on 2002/01/07  22:03:22
200         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
201              From: Nicholas Clark (sans From field in mail header)
202              Date: Mon, 7 Jan 2002 16:18:23 +0000
203              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
204      Branch: perl
205            ! lib/Exporter.pm
206 ____________________________________________________________________________
207 [ 14124] By: ams                                   on 2002/01/07  21:46:11
208         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
209              From: "Green, Paul" <Paul.Green@stratus.com>
210              Date: Mon, 7 Jan 2002 16:59:38 -0500
211              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
212      Branch: perl
213            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
214 ____________________________________________________________________________
215 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
216         Log: Update Changes.
217      Branch: perl
218            ! Changes patchlevel.h
219 ____________________________________________________________________________
220 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
221         Log: Subject: [PATCH] Correct module name in perldelta*                 
222              From: Mike Guy <mjtg@cam.ac.uk>
223              Date: Mon, 07 Jan 2002 17:02:43 +0000
224              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
225      Branch: perl
226            ! pod/perl561delta.pod pod/perl56delta.pod
227 ____________________________________________________________________________
228 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
229         Log: AUTHORS update.
230      Branch: perl
231            ! AUTHORS
232 ____________________________________________________________________________
233 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
234         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
235      Branch: perl
236            ! ext/Storable/Storable.pm
237 ____________________________________________________________________________
238 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
239         Log: perldelta updates.
240      Branch: perl
241            ! pod/perldelta.pod
242 ____________________________________________________________________________
243 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
244         Log: Document the flags of pv_uni_display().
245      Branch: perl
246            ! pod/perlapi.pod utf8.c
247 ____________________________________________________________________________
248 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
249         Log: Forgot from #14115.
250      Branch: perl
251            ! t/op/re_tests
252 ____________________________________________________________________________
253 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
254         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
255              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
256              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
257              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
258      Branch: perl
259            ! regcomp.c
260 ____________________________________________________________________________
261 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
262         Log: More regex and utf8 debug dumping.
263      Branch: perl
264            ! dump.c regcomp.c regexec.c utf8.c utf8.h
265 ____________________________________________________________________________
266 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
267         Log: Unused variable.
268      Branch: perl
269            ! regcomp.c
270 ____________________________________________________________________________
271 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
272         Log: Regen toc.
273      Branch: perl
274            ! pod/perltoc.pod
275 ____________________________________________________________________________
276 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
277         Log: capitalize correctly, noticed by David Dyck.
278      Branch: perl
279            ! lib/sort.pm
280 ____________________________________________________________________________
281 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
282         Log: No need to overqualify.
283      Branch: perl
284            ! lib/sort.pm
285 ____________________________________________________________________________
286 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
287         Log: PL_debug_pad wasn't initialized to zeroes which broke
288              ithreads + DEBUGGING.
289      Branch: perl
290            ! sv.c
291 ____________________________________________________________________________
292 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
293         Log: Update Changes.
294      Branch: perl
295            ! Changes patchlevel.h
296 ____________________________________________________________________________
297 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
298         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
299              From: Jonathan Stowe <gellyfish@gellyfish.com>
300              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
301              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
302      Branch: perl
303            ! pp_sys.c
304 ____________________________________________________________________________
305 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
306         Log: DB_File sync from Paul Marquess.
307      Branch: perl
308            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
309            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
310            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
311 ____________________________________________________________________________
312 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
313         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
314              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
315              Date: Sun, 6 Jan 2002 11:44:30 +0100
316              Message-ID: <3C38389E.7831.493570@localhost>
317      Branch: perl
318            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
319            ! utils/perlcc.PL
320 ____________________________________________________________________________
321 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
322         Log: Tests for #14098.
323      Branch: perl
324            ! t/op/lc.t
325 ____________________________________________________________________________
326 [ 14101] By: ams                                   on 2002/01/06  04:52:50
327         Log: Subject: [PATCH] Bad prototype detection now an optional warning
328              From: Sam Tregar <sam@tregar.com>
329              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
330              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
331      Branch: perl
332            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
333            ! t/comp/proto.t toke.c
334 ____________________________________________________________________________
335 [ 14100] By: ams                                   on 2002/01/06  01:56:59
336         Log: Subject: [PATCH] Correct several Stratus VOS build issues
337              From: "Green, Paul" <Paul.Green@stratus.com>
338              Date: Sat, 5 Jan 2002 21:30:56 -0500
339              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
340      Branch: perl
341            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
342 ____________________________________________________________________________
343 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
344         Log: Further perl.org URL elaboration from Ask.
345      Branch: perl
346            ! pod/perlfaq1.pod pod/perlfaq2.pod
347 ____________________________________________________________________________
348 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
349         Log: The same problem with To{Lower,Title,Upper}
350              as earlier with ToFold.
351      Branch: perl
352            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
353            ! lib/unicore/To/Upper.pl lib/unicore/mktables
354 ____________________________________________________________________________
355 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
356         Log: Retract #14057 for now; the alarm/setitimer timers
357              seen to be the same in many systems, which leads into
358              hangups.
359      Branch: perl
360            ! ext/Time/HiRes/HiRes.t
361 ____________________________________________________________________________
362 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
363         Log: Finish up (ha!) the Unicode case folding;
364              enhance regex dumping code.
365      Branch: perl
366            + lib/unifold.t
367            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
368            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
369 ____________________________________________________________________________
370 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
371         Log: Use the perl.org news gw instead of the perl.com one
372              (from Ask).
373      Branch: perl
374            ! pod/perlfaq1.pod pod/perlfaq2.pod
375 ____________________________________________________________________________
376 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
377         Log: Zero() wasn't documented.
378      Branch: perl
379            ! pod/perlclib.pod
380 ____________________________________________________________________________
381 [ 14093] By: ams                                   on 2002/01/05  17:58:35
382         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
383              From: Nicholas Clark <nick@unfortu.net>
384              Date: Sat, 5 Jan 2002 18:55:39 +0000
385              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
386      Branch: perl
387            ! lib/Memoize/t/tie_ndbm.t
388 ____________________________________________________________________________
389 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
390         Log: Also UNICOS/mk has deviant socketpair().
391      Branch: perl
392            ! ext/Socket/socketpair.t
393 ____________________________________________________________________________
394 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
395         Log: Ooops.  Retract the regex parts of #14090.
396      Branch: perl
397            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
398 ____________________________________________________________________________
399 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
400         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
401              From: Nicholas Clark <nick@unfortu.net> 
402              Date: Sat, 5 Jan 2002 18:10:13 +0000
403              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
404      Branch: perl
405            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
406            ! regcomp.h regexec.c
407 ____________________________________________________________________________
408 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
409         Log: Integrate perlio; a missing aTHX.
410      Branch: perl
411           !> op.c
412 ____________________________________________________________________________
413 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
414         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
415              found by Marc Lehmann.
416      Branch: perl
417            ! pp.c
418 ____________________________________________________________________________
419 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
420         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
421              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
422              Date: Sat, 5 Jan 2002 00:31:12 +0100
423              Message-ID: <20020105003112.E1850@rafael>              
424      Branch: perl
425            ! t/comp/proto.t
426 ____________________________________________________________________________
427 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
428         Log: A bit of "perl.com" cleanup.
429      Branch: perl
430            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
431            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
432            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
433            ! pod/perlmodlib.PL pod/perlmodlib.pod
434 ____________________________________________________________________________
435 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
436         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
437              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
438              Date: Fri, 4 Jan 2002 23:35:19 +0100
439              Message-ID: <20020104233519.A1850@rafael>
440      Branch: perl
441            ! op.c
442 ____________________________________________________________________________
443 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
444         Log: Integrate change #14062 from macperl;
445              Define setbuf, setvbuf for Mac OS
446      Branch: perl
447           !> ext/IO/IO.xs
448 ____________________________________________________________________________
449 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
450         Log: Display the native pwd command.
451      Branch: perl
452            ! ext/Cwd/t/cwd.t
453 ____________________________________________________________________________
454 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
455         Log: Under Mac OS X /dev/stdout is normally a symlink,
456              but when running the test it seems to become a socket.
457              So let's extend our censorship.
458      Branch: perl
459            ! t/op/stat.t
460 ____________________________________________________________________________
461 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
462         Log: If we do have socketpair(), make my_socketpair()
463              just call the real socketpair().  This way we always
464              have real code behind my_socketpair() and a symbol
465              corresponding to the my_socketpair in global.sym.
466      Branch: perl
467            ! embed.fnc embed.h makedef.pl proto.h util.c
468 ____________________________________________________________________________
469 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
470         Log: Spread the good word of "env".
471      Branch: perl
472            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
473 ____________________________________________________________________________
474 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
475         Log: Till the system tests do something non-Win*, better rename
476              the test so that people on other platforms don't get confused.
477              (Not win32system, because assumedly there's win64, too.)
478      Branch: perl
479            + t/op/winsystem.t
480            - t/op/system.t
481            ! MANIFEST
482 ____________________________________________________________________________
483 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
484         Log: Some tweaks.
485      Branch: perl
486            ! lib/Pod/t/Functions.t
487 ____________________________________________________________________________
488 [ 14057] By: ams                                   on 2002/01/04  17:40:31
489         Log: (retracted by #14057)
490              
491              Subject: [PATCH] Time/HiRes/HiRes.t
492              From: Nicholas Clark <nick@unfortu.net>
493              Date: Fri, 4 Jan 2002 17:28:46 +0000
494              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
495      Branch: perl
496            ! ext/Time/HiRes/HiRes.t
497 ____________________________________________________________________________
498 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
499         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
500              From: Abe Timmerman <abe@ztreet.demon.nl>
501              Date: Fri, 04 Jan 2002 18:42:33 +0100
502              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
503      Branch: perl
504            + lib/Pod/t/Functions.t
505            ! MANIFEST lib/Pod/Functions.pm
506 ____________________________________________________________________________
507 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
508         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
509              From: "Craig A. Berry" <craigberry@mac.com>
510              Date: Thu, 3 Jan 2002 17:32:20 -0600
511              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
512      Branch: perl
513            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
514 ____________________________________________________________________________
515 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
516         Log: Document the U+0085, U+2028, and U+2029.
517      Branch: perl
518            ! pod/perlre.pod pod/perlretut.pod
519 ____________________________________________________________________________
520 [ 14053] By: ams                                   on 2002/01/04  03:27:44
521         Log: Subject: [PATCH] warn if not CORE::dump
522              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
523              Date: Thu, 3 Jan 2002 22:04:00 +0100
524              Message-Id: <20020103220400.A13958@rafael>
525      Branch: perl
526            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
527 ____________________________________________________________________________
528 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
529         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
530      Branch: perl
531            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
532 ____________________________________________________________________________
533 [ 14051] By: ams                                   on 2002/01/04  03:00:12
534         Log: Subject: [PATCH] File::Compare::VERSION
535              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
536              Date: Thu, 3 Jan 2002 23:42:52 +0100
537              Message-Id: <20020103234252.G13958@rafael>
538      Branch: perl
539            ! lib/File/Compare.pm
540 ____________________________________________________________________________
541 [ 14050] By: ams                                   on 2002/01/04  02:58:05
542         Log: Subject: [PATCH @14042] threads::shared doc
543              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
544              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
545              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
546      Branch: perl
547            ! ext/threads/shared/shared.pm
548 ____________________________________________________________________________
549 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
550         Log: #14048 exposed few false positives, to be fixed soonish.
551      Branch: perl
552            ! t/op/pat.t
553 ____________________________________________________________________________
554 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
555         Log: Do not add the first characters of multicharacter foldings
556              into character classes.
557      Branch: perl
558            ! regcomp.c
559 ____________________________________________________________________________
560 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
561         Log: A bit of testing for #14046.
562      Branch: perl
563            ! t/op/pat.t
564 ____________________________________________________________________________
565 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
566         Log: Allow emitting the foldcased version of "\x{df}", "ss"
567              (among others, another example would be \x{fb00} -> "ff")
568      Branch: perl
569            ! regcomp.c
570 ____________________________________________________________________________
571 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
572         Log: Subject: [PATCH] File::Spec & NetWare
573              From: Dave Rolsky <autarch@urth.org>
574              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
575              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
576      Branch: perl
577            - lib/File/Spec/NW5.pm
578            ! MANIFEST lib/File/Spec.pm
579 ____________________________________________________________________________
580 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
581         Log: FAQ sync (RCS Ids only?)
582      Branch: perl
583            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
584 ____________________________________________________________________________
585 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
586         Log: AUTHORs updates.
587      Branch: perl
588            ! AUTHORS
589 ____________________________________________________________________________
590 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
591         Log: Update Changes.
592      Branch: perl
593            ! Changes patchlevel.h
594 ____________________________________________________________________________
595 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
596         Log: Missed the =head1 additions.
597      Branch: perl
598            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
599            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
600            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
601            ! util.c
602 ____________________________________________________________________________
603 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
604         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
605              From: Robin Barker <rmb1@cise.npl.co.uk>
606              Date: Thu, 3 Jan 2002 15:26:20 GMT
607              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
608      Branch: perl
609            ! lib/Carp.t lib/Carp/Heavy.pm
610 ____________________________________________________________________________
611 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
612         Log: Subject: [PATCH hv.c] 
613              From: Robin Barker <rmb1@cise.npl.co.uk>
614              Date: Thu, 3 Jan 2002 14:49:06 GMT
615              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
616              
617              -Wformat check.
618      Branch: perl
619            ! hv.c
620 ____________________________________________________________________________
621 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
622         Log: NetWare tweaks from Ananth Kesari.
623      Branch: perl
624            ! NetWare/t/NWScripts.pl lib/File/Find.pm
625 ____________________________________________________________________________
626 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
627         Log: Cast.
628      Branch: perl
629            ! regexec.c
630 ____________________________________________________________________________
631 [ 14036] By: ams                                   on 2002/01/03  12:12:31
632         Log: Grammar fix suggested by Gwyn Judd.
633      Branch: perl
634            ! pod/perldiag.pod
635 ____________________________________________________________________________
636 [ 14033] By: ams                                   on 2002/01/03  08:24:24
637         Log: Subject: Not ok 14031: PPPort Makefile.PL
638              From: andreas.koenig@anima.de (Andreas J. Koenig)
639              Date: 03 Jan 2002 10:17:46 +0100
640              Message-Id: <m3sn9n94jp.fsf@anima.de>
641      Branch: perl
642            ! ext/Devel/PPPort/Makefile.PL
643 ____________________________________________________________________________
644 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
645         Log: Off-by-one is my middle name.
646      Branch: perl
647            ! regexec.c
648 ____________________________________________________________________________
649 [ 14030] By: ams                                   on 2002/01/02  23:56:37
650         Log: Subject: [PATCH @14015] threads::shared disabling
651              From: Andy Bussey <andybussey@yahoo.co.uk>
652              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
653              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
654      Branch: perl
655            + ext/threads/shared/t/no_share.t
656            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
657 ____________________________________________________________________________
658 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
659         Log: Simon's new perlapi scheme, I hope I got all the pieces.
660      Branch: perl
661            + autodoc.pl embed.fnc
662            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
663 ____________________________________________________________________________
664 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
665         Log: Integrate perlio; more PPPort Makefile source dependence removal
666      Branch: perl
667           !> ext/Devel/PPPort/Makefile.PL perl.h
668 ____________________________________________________________________________
669 [ 14027] By: ams                                   on 2002/01/02  21:42:50
670         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
671              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
672              Date: Wed, 2 Jan 2002 23:09:13 +0100
673              Message-Id: <20020102230913.A17373@rafael>
674      Branch: perl
675            ! pod/perldiag.pod
676 ____________________________________________________________________________
677 [ 14026] By: ams                                   on 2002/01/02  21:38:34
678         Log: Subject: Re: PATCH: lib/Term/Cap.pm
679              From: Jonathan Stowe <gellyfish@gellyfish.com>
680              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
681              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
682      Branch: perl
683            ! lib/Term/Cap.pm
684 ____________________________________________________________________________
685 [ 14025] By: ams                                   on 2002/01/02  18:34:26
686         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
687              From: Sam Tregar <sam@tregar.com>
688              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
689              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
690      Branch: perl
691            ! pod/perldiag.pod t/comp/proto.t toke.c
692 ____________________________________________________________________________
693 [ 14024] By: ams                                   on 2002/01/02  18:16:12
694         Log: Subject: PATCH: lib/Term/Cap.pm
695              From: Norton Allen <allen@huarp.harvard.edu>
696              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
697              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
698      Branch: perl
699            ! lib/Term/Cap.pm
700 ____________________________________________________________________________
701 [ 14023] By: ams                                   on 2002/01/02  18:12:31
702         Log: Subject: PATCH: lib/Cwd.pm for QNX4
703              From: Norton Allen <allen@huarp.harvard.edu>
704              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
705              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
706      Branch: perl
707            ! lib/Cwd.pm
708 ____________________________________________________________________________
709 [ 14020] By: ams                                   on 2002/01/02  17:06:27
710         Log: Fix misplaced application of #14016.
711      Branch: perl
712            ! op.c
713 ____________________________________________________________________________
714 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
715         Log: Integrate perlio; avoid uninit debug_pad.
716      Branch: perl
717           !> sv.c
718 ____________________________________________________________________________
719 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
720         Log: makedepend VOS fix from Paul Green.
721      Branch: perl
722            ! makedepend.SH
723 ____________________________________________________________________________
724 [ 14016] By: ams                                   on 2002/01/02  15:58:11
725         Log: Subject: [PATCH] random crash in B::LISTOP::last
726              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
727              Date: Wed, 2 Jan 2002 17:37:28 +0100
728              Message-Id: <3C334558.3906.19CB98D@localhost>
729      Branch: perl
730            ! op.c
731 ____________________________________________________________________________
732 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
733         Log: Update Changes.
734      Branch: perl
735            ! Changes patchlevel.h
736 ____________________________________________________________________________
737 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
738         Log: One more iteration of the ibcmp_utf8() interface,
739              hopefully this is a convergent iteration...
740      Branch: perl
741            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
742 ____________________________________________________________________________
743 [ 14013] By: ams                                   on 2002/01/02  13:43:58
744         Log: Upgrade to podlators-1.19.
745      Branch: perl
746            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
747            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
748            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
749            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
750            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
751 ____________________________________________________________________________
752 [ 14012] By: ams                                   on 2002/01/02  09:48:51
753         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
754              From: martyn@inpharmatica.co.uk
755              Date: Wed, 19 Dec 2001 19:05:00 +0000
756              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
757      Branch: perl
758            ! lib/Pod/Usage.pm
759 ____________________________________________________________________________
760 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
761         Log: Make ibcmp_utf8() optionally progress in either string for
762              as long as it takes and optionally record how far it got.
763      Branch: perl
764            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
765 ____________________________________________________________________________
766 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
767         Log: Once more try to get the PPPort Makefile right.
768      Branch: perl
769            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
770 ____________________________________________________________________________
771 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
772         Log: -Wall silencing.
773      Branch: perl
774            ! utf8.c
775 ____________________________________________________________________________
776 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
777         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
778              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
779              Date: Tue, 1 Jan 2002 22:45:21 +0100       
780              Message-ID: <20020101224521.A691@rafael>
781      Branch: perl
782            ! ext/B/B/Deparse.pm
783 ____________________________________________________________________________
784 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
785         Log: VOS tweak from Paul Green: VOS has different O_BINARY
786              and O_TEXT, but VOS always uses LF, never CRLF.
787      Branch: perl
788            ! perl.h
789 ____________________________________________________________________________
790 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
791         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
792      Branch: perl
793            ! regexec.c utf8.c
794 ____________________________________________________________________________
795 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
796         Log: Now that to_utf8_fold() was fixed.
797      Branch: perl
798            ! regcomp.c regexec.c
799 ____________________________________________________________________________
800 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
801         Log: Integrate perlio; experimental binmode() re-coding.
802      Branch: perl
803           !> perlio.c
804 ____________________________________________________________________________
805 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
806         Log: Document the to_utf8_*() functions.
807      Branch: perl
808            ! embed.pl pod/perlapi.pod utf8.c
809 ____________________________________________________________________________
810 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
811         Log: Better support for multicharacter foldings.
812              Now all but two of the CaseFold.txt cases work-- but
813              only when the target string is single-character, more
814              debugging needed.
815      Branch: perl
816            ! regexec.c
817 ____________________________________________________________________________
818 [ 14000] By: ams                                   on 2002/01/01  15:59:43
819         Log: Subject: [PATCH] don't installperl pods
820              From: Nicholas Clark <nick@unfortu.net>
821              Date: Tue, 1 Jan 2002 16:44:12 +0000
822              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
823      Branch: perl
824            ! installperl
825 ____________________________________________________________________________
826 [ 13999] By: ams                                   on 2002/01/01  14:34:04
827         Log: Subject: [PATCH] perldiag.pod transposition
828              From: Nicholas Clark <nick@unfortu.net>
829              Date: Tue, 1 Jan 2002 15:03:52 +0000
830              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
831      Branch: perl
832            ! pod/perldiag.pod
833 ____________________________________________________________________________
834 [ 13998] By: ams                                   on 2002/01/01  13:36:49
835         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
836              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
837              Date: Tue, 1 Jan 2002 15:12:36 +0100
838              Message-Id: <20020101151236.A951@rafael>
839      Branch: perl
840            ! pod/perldiag.pod
841 ____________________________________________________________________________
842 [ 13997] By: ams                                   on 2002/01/01  13:33:06
843         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
844              From: Nicholas Clark <nick@unfortu.net>
845              Date: Tue, 1 Jan 2002 13:13:17 +0000
846              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
847      Branch: perl
848            ! ext/Socket/socketpair.t
849 ____________________________________________________________________________
850 [ 13996] By: ams                                   on 2002/01/01  04:44:28
851         Log: Subject: [PATCH @13746] Leaner exporter
852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
853              Date: Mon, 31 Dec 2001 18:16:08 -0500
854              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
855      Branch: perl
856            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
857 ____________________________________________________________________________
858 [ 13995] By: ams                                   on 2002/01/01  04:29:44
859         Log: Subject: [PATCH @13746] h2xs broken
860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
861              Date: Mon, 31 Dec 2001 17:48:55 -0500
862              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
863      Branch: perl
864            ! utils/h2xs.PL
865 ____________________________________________________________________________
866 [ 13994] By: ams                                   on 2002/01/01  04:25:46
867         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
869              Date: Mon, 31 Dec 2001 17:42:25 -0500
870              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
871      Branch: perl
872            ! lib/ExtUtils/MM_Unix.pm
873 ____________________________________________________________________________
874 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
875         Log: Rename the variables to be a bit more consistent.
876      Branch: perl
877            ! utf8.c
878 ____________________________________________________________________________
879 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
880         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
881              (found by Jeffrey Friedl)
882      Branch: perl
883            ! regexec.c t/op/pat.t utf8.c
884 ____________________________________________________________________________
885 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
886         Log: Update Changes.
887      Branch: perl
888            ! Changes patchlevel.h
889 ____________________________________________________________________________
890 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
891         Log: Less unused ones.
892      Branch: perl
893            ! regexec.c
894 ____________________________________________________________________________
895 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
896         Log: Unused variable.
897      Branch: perl
898            ! regcomp.c
899 ____________________________________________________________________________
900 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
901         Log: Forgotten file.
902      Branch: perl
903            ! MANIFEST
904 ____________________________________________________________________________
905 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
906         Log: Subject: Re: Cygwin: one down one to go 
907              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
908              Date: Mon, 31 Dec 2001 18:34:36 +0100
909              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
910      Branch: perl
911            ! cygwin/Makefile.SHs
912 ____________________________________________________________________________
913 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
914         Log: Add some comments to the recent Unicode case-folding saga.
915      Branch: perl
916            ! regcomp.c regexec.c
917 ____________________________________________________________________________
918 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
919         Log: Slight comment tweakage.
920      Branch: perl
921            ! ext/I18N/Langinfo/Langinfo.t
922 ____________________________________________________________________________
923 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
924         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
925      Branch: perl
926            ! perl.h
927 ____________________________________________________________________________
928 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
929         Log: Subject: [ PATCH] Cygwin: one down one to go
930              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
931              Date: Mon, 31 Dec 2001 17:03:40 +0100
932              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
933      Branch: perl
934            ! lib/Pod/t/basic.t
935 ____________________________________________________________________________
936 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
937         Log: Tweak the dependencies not to recompile everytime,
938              as suggested by NI-S.
939      Branch: perl
940            ! ext/Devel/PPPort/Makefile.PL
941 ____________________________________________________________________________
942 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
943         Log: Planning still not right.
944      Branch: perl
945            ! lib/User/grent.t
946 ____________________________________________________________________________
947 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
948         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
949              From: Michael G Schwern <schwern@pobox.com>
950              Date: Sun, 30 Dec 2001 18:07:55 -0500
951              Message-ID: <20011230230755.GG12840@blackrider>
952              
953              (lib/User/grent, really)
954      Branch: perl
955            ! lib/User/grent.t
956 ____________________________________________________________________________
957 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
958         Log: Integrate perlio; cleanup, in particular avoid accidental
959              PerlIO_flush(NULL) if PerlIONext is NULL.
960      Branch: perl
961           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
962 ____________________________________________________________________________
963 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
964         Log: Subject: typo in IO::Socket::INET.pm
965              From: mjd@plover.com
966              Date: 31 Dec 2001 14:31:10 -0000
967              Message-ID: <20011231143110.4989.qmail@plover.com>
968      Branch: perl
969            ! ext/IO/lib/IO/Socket/INET.pm
970 ____________________________________________________________________________
971 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
972         Log: Subject: Re: [PATCH] Basic bad prototype detection
973              From: Sam Tregar <sam@tregar.com>
974              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
975              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
976      Branch: perl
977            ! t/comp/proto.t toke.c
978 ____________________________________________________________________________
979 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
980         Log: Subject: [PATCH] configure.com / scriptdirexp
981              From: "Craig A. Berry" <craigberry@mac.com>
982              Date: Sun, 30 Dec 2001 15:47:28 -0600
983              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
984      Branch: perl
985            ! configure.com
986 ____________________________________________________________________________
987 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
988         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
989              From: Abe Timmerman <abe@ztreet.demon.nl>
990              Date: Mon, 31 Dec 2001 03:55:27 +0100
991              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
992      Branch: perl
993            ! lib/ExtUtils/t/MM_Win32.t
994 ____________________________________________________________________________
995 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
996         Log: Subject: [PATCH] Basic bad prototype detection
997              From: Sam Tregar <sam@tregar.com> 
998              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
999              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
1000      Branch: perl
1001            ! pod/perldiag.pod t/comp/proto.t toke.c
1002 ____________________________________________________________________________
1003 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
1004         Log: Makefiles are sloppy about the exe suffix
1005              (from Paul Green)
1006      Branch: perl
1007            ! Makefile.SH x2p/Makefile.SH
1008 ____________________________________________________________________________
1009 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
1010         Log: Delay folding until necessary; start of handling
1011              folding into several characters.
1012      Branch: perl
1013            ! regcomp.c regexec.c
1014 ____________________________________________________________________________
1015 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
1016         Log: gcc -Wall dewhine.
1017      Branch: perl
1018            ! regexec.c
1019 ____________________________________________________________________________
1020 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
1021         Log: More Unicode folding tweaks, avoid potential false matches.
1022      Branch: perl
1023            ! regexec.c
1024 ____________________________________________________________________________
1025 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
1026         Log: Make that six wrongs.
1027      Branch: perl
1028            ! regexec.c utf8.c
1029 ____________________________________________________________________________
1030 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
1031         Log: Four wrongs can make a right.
1032      Branch: perl
1033            ! regexec.c utf8.c
1034 ____________________________________________________________________________
1035 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
1036         Log: Fix all the I case foldings as per CaseFold.txt.
1037      Branch: perl
1038            ! regcomp.c regexec.c
1039 ____________________________________________________________________________
1040 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
1041         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
1042      Branch: perl
1043            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
1044            ! regexec.c utf8.c
1045 ____________________________________________________________________________
1046 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
1047         Log: Integrate perlio; more win32 stuff:
1048              
1049              A. Use Perl_my_socketpair()
1050              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
1051              load winsock.
1052              C. (In passing) work round fact that $$ is now SvREADONLY
1053              so we need to take special measures to set it during
1054              pseudo-fork.
1055      Branch: perl
1056           !> util.c win32/perlhost.h
1057 ____________________________________________________________________________
1058 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
1059         Log: Fix ppport.h for Unix.
1060      Branch: perl
1061            + ext/Devel/PPPort/ppport_h.PL
1062            - ext/Devel/PPPort/ppport.h.PL
1063            ! MANIFEST ext/Devel/PPPort/Makefile.PL
1064 ____________________________________________________________________________
1065 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
1066         Log: Integrate perlio; win32 kicking.
1067      Branch: perl
1068           +> ext/Devel/PPPort/ppport.h.PL
1069           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
1070           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
1071           !> proto.h
1072 ____________________________________________________________________________
1073 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
1074         Log: Must look for cat also in $PATH (noticed by Philip Newton).
1075      Branch: perl
1076            ! Configure
1077 ____________________________________________________________________________
1078 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
1079         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
1080              From: Blair Zajac <blair@orcaware.com>
1081              Date: Sat, 29 Dec 2001 22:37:03 -0800
1082              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
1083      Branch: perl
1084            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
1085 ____________________________________________________________________________
1086 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
1087         Log: Regen files.
1088      Branch: perl
1089            ! embed.h global.sym pod/perlapi.pod uconfig.h
1090 ____________________________________________________________________________
1091 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
1092         Log: Subject: [PATCH] -t without -w 
1093              From: Michael G Schwern <schwern@pobox.com>
1094              Date: Sat, 29 Dec 2001 23:46:25 -0500
1095              Message-ID: <20011230044625.GA14386@blackrider>
1096      Branch: perl
1097            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
1098            ! warnings.pl
1099 ____________________________________________________________________________
1100 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
1101         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
1102              From: Dave Rolsky <autarch@urth.org>               
1103              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
1104              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
1105              
1106              $^O is NetWare, not Netware.
1107      Branch: perl
1108            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
1109 ____________________________________________________________________________
1110 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
1111         Log: Sarathy thinks undoing C++ comments from C++ files
1112              is a bit too zealous.
1113      Branch: perl
1114            ! win32/perlhost.h win32/vmem.h
1115 ____________________________________________________________________________
1116 [ 13947] By: nick                                  on 2001/12/30  11:35:51
1117         Log: More Cwd tidy up
1118      Branch: perl
1119            ! MANIFEST installperl
1120 ____________________________________________________________________________
1121 [ 13946] By: nick                                  on 2001/12/30  11:12:42
1122         Log: Undo a mess trying Cwd.pm in its ext directory
1123      Branch: perl
1124            + lib/Cwd.pm
1125            - ext/Cwd/Cwd.pm
1126 ____________________________________________________________________________
1127 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
1128         Log: Update Changes.
1129      Branch: perl
1130            ! Changes patchlevel.h
1131 ____________________________________________________________________________
1132 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
1133         Log: Subject: [PATCH] cleaner close on tests, take 2
1134              From: andreas.koenig@anima.de (Andreas J. Koenig)
1135              Date: 29 Dec 2001 21:42:37 +0100
1136              Message-ID: <m33d1tvjuq.fsf@anima.de>
1137              
1138              (the DB_File patches)
1139      Branch: perl
1140            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1141            ! ext/DB_File/t/db-recno.t
1142 ____________________________________________________________________________
1143 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
1144         Log: Integrate perlio; regen'ed config_H.?c
1145      Branch: perl
1146           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1147 ____________________________________________________________________________
1148 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
1149         Log: Subject: [PATCH] cleaner close on tests, take 2             
1150              From: andreas.koenig@anima.de (Andreas J. Koenig)
1151              Date: 29 Dec 2001 21:42:37 +0100
1152              Message-ID: <m33d1tvjuq.fsf@anima.de>
1153              
1154              (except for the three DB_File patch fragments)
1155      Branch: perl
1156            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
1157            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
1158            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
1159            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
1160            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
1161            ! t/op/runlevel.t t/op/write.t t/run/switches.t
1162 ____________________________________________________________________________
1163 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
1164         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
1165              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1166              Date: Sat, 29 Dec 2001 20:38:59 +0100
1167              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
1168              
1169              (NetWare tree not touched because it's very //)
1170      Branch: perl
1171            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
1172            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
1173            ! wince/include/errno.h wince/include/netdb.h
1174            ! wince/include/sys/socket.h wince/include/sys/stat.h
1175            ! wince/perllib.c wince/perlmain.c wince/win32.h
1176            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
1177            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
1178 ____________________________________________________________________________
1179 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
1180         Log: Give up on serious testing of langinfo().  Leave the old
1181              code in place, though.
1182      Branch: perl
1183            ! ext/I18N/Langinfo/Langinfo.t
1184 ____________________________________________________________________________
1185 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
1186         Log: Integrate perlio;
1187              
1188              Define the two socket error numbers in terms of WSAEXXXXX equivalents
1189              
1190              Fudge Config.pm so File::Spec does not croak.
1191      Branch: perl
1192           !> win32/FindExt.pm win32/win32.h
1193 ____________________________________________________________________________
1194 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
1195         Log: VOS tweaks from Paul Green.
1196              
1197              The Configure tweaks: the _exe needs to be
1198              set after the init; VOS has fd 3 hardwired to /dev/tty;
1199              the grep/ln/make substitutions really need to stick.
1200      Branch: perl
1201            ! Configure hints/vos.sh perl.h util.c vos/build.cm
1202            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1203            ! vos/config.ga.h vos/vosish.h
1204 ____________________________________________________________________________
1205 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
1206         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
1207              From: coral@eekeek.org
1208              Date: Fri, 28 Dec 2001 19:58:22 -0500      
1209              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
1210      Branch: perl
1211            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
1212            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
1213            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
1214            ! pod/perlunicode.pod pod/perlxs.pod util.c
1215 ____________________________________________________________________________
1216 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
1217         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
1218      Branch: perl
1219            ! t/op/exec.t
1220 ____________________________________________________________________________
1221 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
1222         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
1223              From: Abe Timmerman <abe@ztreet.demon.nl>
1224              Date: Sat, 29 Dec 2001 13:10:06 +0100
1225              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
1226      Branch: perl
1227            + lib/Pod/t/InputObjects.t
1228 ____________________________________________________________________________
1229 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
1230         Log: Integrate perlio;
1231              
1232              Quick fix (after couple of clever fixes failed) for
1233              "accept leaks memory" fail [ID 20011223.001]
1234              
1235              Nick Clark's embed.pl fix for my_socketpair
1236      Branch: perl
1237           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
1238 ____________________________________________________________________________
1239 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
1240         Log: Slight tweaks on the MM_Win32.t.
1241      Branch: perl
1242            ! lib/ExtUtils/t/MM_Win32.t
1243 ____________________________________________________________________________
1244 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
1245         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
1246              From: Abe Timmerman <abe@ztreet.demon.nl>
1247              Date: Sat, 29 Dec 2001 12:51:36 +0100
1248              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
1249      Branch: perl
1250            + lib/ExtUtils/t/MM_Win32.t
1251            ! MANIFEST
1252 ____________________________________________________________________________
1253 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
1254         Log: Subject: [PATCH] Module names and other nits
1255              From: Autrijus Tang <autrijus@autrijus.org>                 
1256              Date: Sat, 29 Dec 2001 01:59:28 +0800
1257              Message-ID: <20011229015928.A29712@geb.elixus.org>              
1258      Branch: perl
1259            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
1260            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
1261            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
1262            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
1263            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
1264 ____________________________________________________________________________
1265 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
1266         Log: socketpair tweaks from Nicholas Clark.
1267      Branch: perl
1268            ! ext/Socket/socketpair.t util.c
1269 ____________________________________________________________________________
1270 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
1271         Log: Retract #13917.
1272      Branch: perl
1273            ! doop.c
1274 ____________________________________________________________________________
1275 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
1276         Log: Subject: provisional MakeMaker patch for VMS
1277              From: "Craig A. Berry" <craigberry@mac.com> 
1278              Date: Thu, 27 Dec 2001 22:29:37 -0600
1279              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
1280      Branch: perl
1281            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1282 ____________________________________________________________________________
1283 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
1284         Log: (retracted by #13919)
1285      Branch: perl
1286            ! doop.c
1287 ____________________________________________________________________________
1288 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
1289         Log: Remove debris in any case.
1290      Branch: perl
1291            ! Configure
1292 ____________________________________________________________________________
1293 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
1294         Log: Subject: [PATCH] Re: B::walksymtable oddness
1295              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1296              Date: Thu, 27 Dec 2001 19:14:24 +0100
1297              Message-ID: <3C2B7310.861.18820D0@localhost>
1298      Branch: perl
1299            ! ext/B/B.pm
1300 ____________________________________________________________________________
1301 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
1302         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
1303              From: Nicholas Clark <nick@unfortu.net> 
1304              Date: Fri, 28 Dec 2001 00:43:02 +0000
1305              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
1306      Branch: perl
1307            ! ext/Socket/socketpair.t
1308 ____________________________________________________________________________
1309 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
1310         Log: Fast Latin1<->UTF-8 conversion for older Perls.
1311      Branch: perl
1312            ! pod/perluniintro.pod
1313 ____________________________________________________________________________
1314 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
1315         Log: Update Changes.
1316      Branch: perl
1317            ! Changes patchlevel.h
1318 ____________________________________________________________________________
1319 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
1320         Log: More wait status trickery for BeOS.
1321      Branch: perl
1322            ! ext/POSIX/POSIX.xs
1323 ____________________________________________________________________________
1324 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
1325         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
1326      Branch: perl
1327            ! Configure
1328 ____________________________________________________________________________
1329 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
1330         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
1331              From: gbarr@monty.mutatus.co.uk
1332              Date: 27 Dec 2001 14:41:36 -0000
1333              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
1334      Branch: perl
1335            ! lib/ExtUtils/t/Embed.t
1336 ____________________________________________________________________________
1337 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
1338         Log: Subject: [PATCH] Re: socketpair emulation
1339              From: Nicholas Clark <nick@unfortu.net> 
1340              Date: Wed, 26 Dec 2001 20:08:14 +0000
1341              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
1342      Branch: perl
1343            ! ext/Socket/socketpair.t
1344 ____________________________________________________________________________
1345 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
1346         Log: Subject: [DOC PATCH] left is right and right is left
1347              From: Philip Newton <Philip.Newton@gmx.net>
1348              Date: Thu, 27 Dec 2001 10:04:17 +0100
1349              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
1350      Branch: perl
1351            ! pod/perlfunc.pod pod/perlport.pod
1352 ____________________________________________________________________________
1353 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
1354         Log: Subject: [PATCH] check return of close
1355              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1356              Date: 27 Dec 2001 09:47:30 +0100
1357              Message-ID: <m3ellhgicd.fsf@anima.de> 
1358              
1359              Subject: [PATCH] improve error reporting
1360              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1361              Date: 27 Dec 2001 09:54:55 +0100
1362              Message-ID: <m3adw5gi00.fsf@anima.de> 
1363              
1364              Subject: [PATCH] check return value of close
1365              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1366              Date: 27 Dec 2001 10:03:55 +0100
1367              Message-ID: <m3666tghl0.fsf@anima.de> 
1368              
1369              Subject: [PATCH] return of close
1370              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1371              Date: 27 Dec 2001 10:22:15 +0100
1372              Message-ID: <m31yhhggqg.fsf@anima.de> 
1373      Branch: perl
1374            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
1375            ! t/io/fflush.t
1376 ____________________________________________________________________________
1377 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
1378         Log: Subject: [PATCH] check return of close
1379              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1380              Date: 27 Dec 2001 09:47:30 +0100
1381              Message-ID: <m3ellhgicd.fsf@anima.de> 
1382      Branch: perl
1383            ! t/base/rs.t
1384 ____________________________________________________________________________
1385 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
1386         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
1387              From: andreas.koenig@anima.de (Andreas J. Koenig)
1388              Date: 27 Dec 2001 09:21:16 +0100
1389              Message-ID: <m3n105gjk3.fsf@anima.de>
1390      Branch: perl
1391            ! t/op/sysio.t
1392 ____________________________________________________________________________
1393 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
1394         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
1395              From: "Gerrit P. Haase" <gp@familiehaase.de>
1396              Date: Thu, 27 Dec 2001 09:23:55 +0100 
1397              Message-ID: <98211521662.20011227092355@familiehaase.de>
1398      Branch: perl
1399            ! lib/ExtUtils/t/MM_Cygwin.t
1400 ____________________________________________________________________________
1401 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
1402         Log: Replace the awful (most likely generated and not very persistent)
1403              URL with something tangible.
1404      Branch: perl
1405            ! README.hpux
1406 ____________________________________________________________________________
1407 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
1408         Log: Naughty /dev/printer (ls -l, really) of IRIX.
1409      Branch: perl
1410            ! t/op/stat.t
1411 ____________________________________________________________________________
1412 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
1413         Log: Upgrade to Net::Ping 2.10.
1414      Branch: perl
1415            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
1416            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
1417            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
1418            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
1419 ____________________________________________________________________________
1420 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
1421         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
1422              (this showed up in Benchmark.t)
1423      Branch: perl
1424            ! pp_sys.c
1425 ____________________________________________________________________________
1426 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
1427         Log: BeOS updates.
1428      Branch: perl
1429            ! README.beos beos/beos.c
1430 ____________________________________________________________________________
1431 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
1432         Log: Subject: Re: bleadperl doesn't compile
1433              From: "Gerrit P. Haase" <gp@familiehaase.de>
1434              Date: Wed, 26 Dec 2001 21:29:08 +0100
1435              Message-ID: <22168634623.20011226212908@familiehaase.de>
1436              
1437              Cygwin with multiplicity.
1438      Branch: perl
1439            ! perlio.c
1440 ____________________________________________________________________________
1441 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
1442         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
1443              From: Nicholas Clark <nick@ccl4.org>
1444              Date: Wed, 26 Dec 2001 19:07:33 +0000
1445              Message-ID: <20011226190732.J48842@plum.flirble.org>            
1446              
1447              socketpair() (un)signedness nit.
1448      Branch: perl
1449            ! util.c
1450 ____________________________________________________________________________
1451 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
1452         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
1453              From: Nicholas Clark <nick@ccl4.org>
1454              Date: Wed, 26 Dec 2001 19:19:47 +0000
1455              Message-ID: <20011226191946.K48842@plum.flirble.org>
1456              
1457              Use report_evil_fh().
1458      Branch: perl
1459            ! doio.c
1460 ____________________________________________________________________________
1461 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
1462         Log: Bad $? assumptions.
1463      Branch: perl
1464            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
1465 ____________________________________________________________________________
1466 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
1467         Log: Net::Ping isn't going to work much without
1468              the Socket extension; fail more gracefully.
1469      Branch: perl
1470            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1471            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1472            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
1473            ! lib/Net/Ping/t/300_ping_stream.t
1474 ____________________________________________________________________________
1475 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
1476         Log: test -d /system is a bit too generic test for VOS
1477              (false hit in BeOS)
1478      Branch: perl
1479            ! Configure
1480 ____________________________________________________________________________
1481 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
1482         Log: No AF_UNIX in BeOS.
1483      Branch: perl
1484            ! util.c
1485 ____________________________________________________________________________
1486 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
1487         Log: FAQ sync.
1488      Branch: perl
1489            ! pod/perlfaq5.pod
1490 ____________________________________________________________________________
1491 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
1492         Log: Update Changes.
1493      Branch: perl
1494            ! Changes patchlevel.h
1495 ____________________________________________________________________________
1496 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
1497         Log: Make -t equal -tw.
1498      Branch: perl
1499            ! perl.c pod/perlrun.pod
1500 ____________________________________________________________________________
1501 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
1502         Log: Subject: Re: Not OK 13881
1503              From: John Peacock <jpeacock@rowman.com>
1504              Date: Tue, 25 Dec 2001 06:02:12 -0500
1505              Message-ID: <3C285CB4.8040006@rowman.com>
1506      Branch: perl
1507            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
1508 ____________________________________________________________________________
1509 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
1510         Log: Subject: Re: Not OK 13881
1511              From: andreas.koenig@anima.de (Andreas J. Koenig)
1512              Date: 25 Dec 2001 07:33:23 +0100
1513              Message-ID: <m3bsgnajws.fsf@anima.de>
1514      Branch: perl
1515            ! op.c
1516 ____________________________________________________________________________
1517 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
1518         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
1519              From: Mark-Jason Dominus <mjd@plover.com>    
1520              Date: Mon, 24 Dec 2001 18:14:48 -0500
1521              Message-ID: <20011224231448.25826.qmail@plover.com>
1522      Branch: perl
1523            ! op.c t/op/eval.t
1524 ____________________________________________________________________________
1525 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
1526         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
1527              From: Dave Rolsky <autarch@urth.org>
1528              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
1529              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
1530      Branch: perl
1531            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
1532            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
1533            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
1534            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1535            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
1536 ____________________________________________________________________________
1537 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
1538         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
1539              From: Jeffrey Friedl <jfriedl@yahoo.com>
1540              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
1541              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
1542              
1543              The rest of the tests for plus few extras.
1544      Branch: perl
1545            ! t/op/pat.t
1546 ____________________________________________________________________________
1547 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
1548         Log: No-op.
1549      Branch: perl
1550            ! Configure
1551 ____________________________________________________________________________
1552 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
1553         Log: More constant casting.
1554      Branch: perl
1555            ! regexec.c
1556 ____________________________________________________________________________
1557 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
1558         Log: Subject: perlhack.pod 
1559              From: "John P. Linderman" <jpl@research.att.com>
1560              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
1561              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
1562      Branch: perl
1563            ! pod/perlhack.pod
1564 ____________________________________________________________________________
1565 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
1566         Log: File::Find patch patches from Thomas Wegner.
1567      Branch: perl
1568            ! lib/File/Find.pm
1569 ____________________________________________________________________________
1570 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
1571         Log: Subject: Re: socketpair emulation 
1572              From: Nicholas Clark <nick@unfortu.net>                 
1573              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
1574              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
1575      Branch: perl
1576            ! ext/Socket/socketpair.t
1577 ____________________________________________________________________________
1578 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
1579         Log: Must cast constants if they can be quads.
1580      Branch: perl
1581            ! regcomp.c
1582 ____________________________________________________________________________
1583 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
1584         Log: Promote the e/uid to wide enough un/signed integers
1585              and printf them as such.
1586      Branch: perl
1587            ! taint.c
1588 ____________________________________________________________________________
1589 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
1590         Log: The U32 alignment test wasn't really working, noticed
1591              by Paul Green.  Now the test works, but this means that
1592              we may see coredumps from the test.   I sure hope MMUless
1593              places don't crash on the test.
1594      Branch: perl
1595            ! Configure
1596 ____________________________________________________________________________
1597 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
1598         Log: More VOS tweaks.
1599      Branch: perl
1600            ! Configure
1601 ____________________________________________________________________________
1602 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
1603         Log: The funky final sigma casefolding.
1604      Branch: perl
1605            ! regcomp.c regexec.c t/op/pat.t utf8.h
1606 ____________________________________________________________________________
1607 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
1608         Log: Update Changes.
1609      Branch: perl
1610            ! Changes patchlevel.h
1611 ____________________________________________________________________________
1612 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
1613         Log: Move the \C and \X to pat.t.
1614      Branch: perl
1615            ! t/op/pat.t t/op/re_tests
1616 ____________________________________________________________________________
1617 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
1618         Log: More logical test ordering.
1619      Branch: perl
1620            ! perl.h
1621 ____________________________________________________________________________
1622 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
1623         Log: Integrate perlio;
1624              
1625              Add at least the "important" PerlIO_xxxx functions to embed.pl
1626              so that they get implicit pTHX_ and we can avoid slow dTHX.
1627              
1628              Put PerlIO stuff inside EXTERN C
1629              
1630              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
1631      Branch: perl
1632           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
1633           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
1634           !> win32/win32.c
1635 ____________________________________________________________________________
1636 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
1637         Log: Even more \X fixing.
1638      Branch: perl
1639            ! regexec.c t/op/pat.t
1640 ____________________________________________________________________________
1641 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
1642         Log: More \X fixing.
1643      Branch: perl
1644            ! regexec.c t/op/pat.t
1645 ____________________________________________________________________________
1646 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
1647         Log: Fix encoding pragma.
1648      Branch: perl
1649            ! regcomp.c
1650 ____________________________________________________________________________
1651 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
1652         Log: Subject: socketpair emulation
1653              From: Nicholas Clark <nick@unfortu.net>
1654              Date: Sat, 22 Dec 2001 18:38:18 +0000
1655              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
1656      Branch: perl
1657            + ext/Socket/socketpair.t
1658            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
1659            ! pp_sys.c proto.h util.c
1660 ____________________________________________________________________________
1661 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
1662         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
1663              From: Jeffrey Friedl <jfriedl@yahoo.com>
1664              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
1665              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
1666              
1667              (partially applied, most of the new tests need to be rethought)
1668      Branch: perl
1669            ! regcomp.c t/op/re_tests
1670 ____________________________________________________________________________
1671 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
1672         Log: Small tweaks.
1673      Branch: perl
1674            ! handy.h regexec.c
1675 ____________________________________________________________________________
1676 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
1677         Log: Unicode casefolding continues.
1678              (lib/encoding.t still failing.)
1679      Branch: perl
1680            ! regexec.c t/op/pat.t
1681 ____________________________________________________________________________
1682 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
1683         Log: Rework the make logic (again).
1684      Branch: perl
1685            ! Configure
1686 ____________________________________________________________________________
1687 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
1688         Log: Integrate perlio;
1689              Fix mis-parse of autoloaded usage code by declaring the sub
1690              Correct checking code which Ilya spotted was tripped by CR at EOF.
1691              The CR at EOF fix earlier broke CR at end-of-buffer.
1692      Branch: perl
1693            ! regexec.c
1694           !> ext/POSIX/POSIX.pm perlio.c sv.c
1695 ____________________________________________________________________________
1696 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
1697         Log: More Unicode casing fixes.
1698      Branch: perl
1699            ! regexec.c t/op/pat.t
1700 ____________________________________________________________________________
1701 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
1702         Log: Unicode casefolding fixes.
1703      Branch: perl
1704            ! op.c regcomp.c regexec.c t/op/pat.t
1705 ____________________________________________________________________________
1706 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
1707         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
1708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
1709              Date: Sat, 22 Dec 2001 00:01:29 +0100
1710              Message-ID: <20011222000129.A713@rafael>
1711      Branch: perl
1712            ! ext/B/B/Deparse.pm
1713 ____________________________________________________________________________
1714 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
1715         Log: VOS config from Paul Green.
1716      Branch: perl
1717            ! hints/vos.sh
1718 ____________________________________________________________________________
1719 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
1720         Log: Subject: [PATCH @13746] CreateTTY on OS/2
1721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1722              Date: Fri, 21 Dec 2001 15:59:45 -0500
1723              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
1724      Branch: perl
1725            ! lib/perl5db.pl
1726 ____________________________________________________________________________
1727 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
1728         Log: Subject: [PATCH @13746] uninstalled build of modules broken
1729              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1730              Date: Fri, 21 Dec 2001 15:49:09 -0500
1731              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
1732      Branch: perl
1733            ! lib/ExtUtils/MM_Unix.pm
1734 ____________________________________________________________________________
1735 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
1736         Log: Subject: [PATCH @13746] OS/2 File::* modules
1737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1738              Date: Fri, 21 Dec 2001 15:43:24 -0500
1739              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
1740      Branch: perl
1741            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
1742 ____________________________________________________________________________
1743 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
1744         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
1745              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1746              Date: Fri, 21 Dec 2001 17:29:07 +0100
1747              Message-ID: <3C236353.6625C4C0@alcatel.at>
1748      Branch: perl
1749            ! pod/perltie.pod
1750 ____________________________________________________________________________
1751 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
1752         Log: Further VOS tweaks: the _exe needs to be introduced
1753              in the very beginning, and the make/gmake needs special
1754              VOS logic.
1755      Branch: perl
1756            ! Configure Makefile.SH
1757 ____________________________________________________________________________
1758 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
1759         Log: Update Changes.
1760      Branch: perl
1761            ! Changes patchlevel.h
1762 ____________________________________________________________________________
1763 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
1764         Log: Also the search for cat needs to be _exe-aware.
1765      Branch: perl
1766            ! Configure
1767 ____________________________________________________________________________
1768 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
1769         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
1770              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1771              Date: Fri, 21 Dec 2001 14:02:01 +0100
1772              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
1773      Branch: perl
1774            ! ext/B/B/Xref.pm
1775 ____________________________________________________________________________
1776 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
1777         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
1778      Branch: perl
1779            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
1780            ! ext/B/t/assembler.t
1781 ____________________________________________________________________________
1782 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
1783         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
1784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1785              Date: Fri, 21 Dec 2001 11:15:38 +0100
1786              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
1787      Branch: perl
1788            ! hv.c
1789 ____________________________________________________________________________
1790 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
1791         Log: A plan is good.
1792      Branch: perl
1793            ! ext/re/re.t
1794 ____________________________________________________________________________
1795 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
1796         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
1797              From: chromatic <chromatic@rmci.net>
1798              Date: Thu, 20 Dec 2001 16:16:48 -0700
1799              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
1800      Branch: perl
1801            + ext/re/re.t
1802            ! MANIFEST
1803 ____________________________________________________________________________
1804 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
1805         Log: Synchronize the skippage message.
1806      Branch: perl
1807            ! lib/ExtUtils/t/MM_OS2.t
1808 ____________________________________________________________________________
1809 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
1810         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
1811              From: chromatic <chromatic@rmci.net>
1812              Date: Thu, 20 Dec 2001 16:09:10 -0700
1813              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
1814      Branch: perl
1815            + lib/ExtUtils/t/MM_OS2.t
1816            ! MANIFEST
1817 ____________________________________________________________________________
1818 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
1819         Log: Subject: perlfunc.pod patch re flock via fcntl
1820              From: "Tye McQueen" <tye@metronet.com>
1821              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
1822              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
1823      Branch: perl
1824            ! pod/perlfunc.pod
1825 ____________________________________________________________________________
1826 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
1827         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
1828              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
1829              (the Unicode maximum code point) warnable offenses.
1830      Branch: perl
1831            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
1832            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
1833 ____________________________________________________________________________
1834 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
1835         Log: Sterner admonishment on -t.
1836      Branch: perl
1837            ! pod/perlrun.pod
1838 ____________________________________________________________________________
1839 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
1840         Log: Subject: [PATCH B::Dpparse] minor qr// fix
1841              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1842              Date: Thu, 20 Dec 2001 22:53:34 +0100
1843              Message-ID: <20011220225334.A735@rafael>
1844      Branch: perl
1845            ! ext/B/B/Deparse.pm
1846 ____________________________________________________________________________
1847 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
1848         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
1849              From: Robert Spier <rspier@pobox.com>
1850              Date: Thu, 20 Dec 2001 08:10:00 -0800
1851              Message-ID: <15394.3416.693353.107334@rls.cx>
1852      Branch: perl
1853            ! lib/Carp/Heavy.pm
1854 ____________________________________________________________________________
1855 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
1856         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
1857      Branch: perl
1858           !> win32/win32io.c
1859 ____________________________________________________________________________
1860 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
1861         Log: Subject: Re: [PATCH pod/perliol.pod] resend
1862              From: Stas Bekman <stas@stason.org>
1863              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
1864              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
1865      Branch: perl
1866            ! pod/perliol.pod
1867 ____________________________________________________________________________
1868 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
1869         Log: Fix up the APIs noone hopefully uses.
1870      Branch: perl
1871            ! utf8.c
1872 ____________________________________________________________________________
1873 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
1874         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
1875              Date: Wed, 19 Dec 2001 14:13:38 -0800
1876              From: Robert Spier <rspier@pobox.com>
1877              Message-ID: <15393.4370.605214.548582@rls.cx>
1878      Branch: perl
1879            ! lib/Carp.t lib/Carp/Heavy.pm
1880 ____________________________________________________________________________
1881 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
1882         Log: Some bincompat clawbacks.
1883      Branch: perl
1884            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
1885            ! wince/perldll.def
1886 ____________________________________________________________________________
1887 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
1888         Log: gcc pacifying (RH 7.1/ia64).
1889      Branch: perl
1890            ! pp.c
1891 ____________________________________________________________________________
1892 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
1893         Log: Update Changes.
1894      Branch: perl
1895            ! Changes patchlevel.h
1896 ____________________________________________________________________________
1897 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
1898         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
1899              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1900              Date: Wed, 19 Dec 2001 12:35:07 +0100
1901              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
1902              
1903              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
1904              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1905              Date: Wed, 19 Dec 2001 17:34:51 +0000
1906              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
1907      Branch: perl
1908            ! pod/perlre.pod
1909 ____________________________________________________________________________
1910 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
1911         Log: Integrate perlio.
1912      Branch: perl
1913           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1914           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
1915 ____________________________________________________________________________
1916 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
1917         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
1918      Branch: perl
1919            ! ext/B/B/Assembler.pm
1920 ____________________________________________________________________________
1921 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
1922         Log: Reword the alarm explanation.
1923      Branch: perl
1924            ! pod/perlfunc.pod
1925 ____________________________________________________________________________
1926 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
1927         Log: Subject: [PATCH @13746] OS/2 build
1928              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
1929              Date: Wed, 19 Dec 2001 02:45:41 -0500
1930              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
1931              
1932              (skipped the t/TEST change)
1933      Branch: perl
1934            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
1935            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
1936            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
1937 ____________________________________________________________________________
1938 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
1939         Log: Upgrade to Net::Ping 2.09.
1940      Branch: perl
1941            + lib/Net/Ping/CHANGES lib/Net/Ping/README
1942            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1943            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1944            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
1945            + lib/Net/Ping/t/300_ping_stream.t
1946            ! MANIFEST lib/Net/Ping.pm
1947 ____________________________________________________________________________
1948 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
1949         Log: B::Assembler/B::Disassembler patches and test;
1950              from Wolfgang Laun.
1951              
1952              TODO: getting perlcc working.
1953      Branch: perl
1954            + ext/B/t/assembler.t
1955            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
1956 ____________________________________________________________________________
1957 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
1958         Log: Can't printf U8s as UVs.
1959      Branch: perl
1960            ! utf8.c
1961 ____________________________________________________________________________
1962 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
1963         Log: Subject: Re: [PATCH] ...while $var = glob(...)
1964              From: Robin Houston <robin@kitsite.com> 
1965              Date: Wed, 19 Dec 2001 13:48:55 +0000
1966              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
1967              
1968              Not exactly a glob test but internal-logically correct.
1969      Branch: perl
1970            ! t/op/glob.t
1971 ____________________________________________________________________________
1972 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
1973         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
1974              From: Michael G Schwern <schwern@pobox.com> 
1975              Date: Wed, 19 Dec 2001 07:42:54 -0500
1976              Message-ID: <20011219124254.GF8630@blackrider>
1977      Branch: perl
1978            + lib/lib.t
1979            ! MANIFEST lib/lib_pm.PL
1980 ____________________________________________________________________________
1981 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
1982         Log: Integrate with perlio.
1983      Branch: perl
1984           !> hv.c hv.h scope.c util.c
1985 ____________________________________________________________________________
1986 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
1987         Log: Regen toc.
1988      Branch: perl
1989            ! pod/perltoc.pod
1990 ____________________________________________________________________________
1991 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
1992         Log: FAQ sync.
1993      Branch: perl
1994            ! pod/perlfaq5.pod
1995 ____________________________________________________________________________
1996 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
1997         Log: Reformat round.
1998      Branch: perl
1999            ! pod/perlunicode.pod
2000 ____________________________________________________________________________
2001 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
2002         Log: Subject: [PATCH] pod/perlunicode.pod
2003              From: Jeffrey Friedl <jfriedl@yahoo.com>
2004              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
2005              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
2006      Branch: perl
2007            ! pod/perlunicode.pod
2008 ____________________________________________________________________________
2009 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
2010         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
2011              From: Jeffrey Friedl <jfriedl@yahoo.com>
2012              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
2013              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
2014      Branch: perl
2015            ! pod/perluniintro.pod
2016 ____________________________________________________________________________
2017 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
2018         Log: Slight pod reformatting.
2019      Branch: perl
2020            ! pod/perluniintro.pod
2021 ____________________________________________________________________________
2022 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
2023         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
2024              From: Jeffrey Friedl <jfriedl@yahoo.com>    
2025              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
2026              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
2027      Branch: perl
2028            ! pod/perluniintro.pod
2029 ____________________________________________________________________________
2030 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
2031         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
2032              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2033              Date: Wed, 19 Dec 2001 01:45:23 +0000
2034              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
2035      Branch: perl
2036            ! sv.c
2037 ____________________________________________________________________________
2038 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
2039         Log: Subject: Porting/checkURL.pl
2040              From: abigail@foad.org
2041              Date: Tue, 18 Dec 2001 19:03:22 +0100          
2042              Message-ID: <20011218180322.8278.qmail@foad.org> 
2043      Branch: perl
2044            ! Porting/checkURL.pl
2045 ____________________________________________________________________________
2046 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
2047         Log: A bit too oversweeping matching in #13778.
2048      Branch: perl
2049            ! Configure
2050 ____________________________________________________________________________
2051 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
2052         Log: Re-gen Configure based on #13778..13781.
2053      Branch: perl
2054            ! Configure config_h.SH
2055 ____________________________________________________________________________
2056 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
2057         Log: Subject: Re: Benchmark.t failure on Linux
2058              From: Nicholas Clark <nick@ccl4.org>
2059              Date: Tue, 18 Dec 2001 22:51:25 +0000
2060              Message-ID: <20011218225124.N21702@plum.flirble.org>
2061      Branch: perl
2062            ! lib/Benchmark.t
2063 ____________________________________________________________________________
2064 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
2065         Log: Re-applying #13752 until a better solution can be found.
2066      Branch: perl
2067            ! lib/ExtUtils/t/MM_Unix.t
2068 ____________________________________________________________________________
2069 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
2070         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
2071              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
2072              Date: Tue, 18 Dec 2001 12:05:40 -0500
2073              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
2074      Branch: perl
2075            ! lib/Exporter.pm
2076 ____________________________________________________________________________
2077 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
2078         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
2079              findings -- some of the warnings I can't explain except
2080              by NVgf being detected wrong, though.
2081      Branch: perl
2082            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
2083 ____________________________________________________________________________
2084 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
2085         Log: Subject: [PATCH] pod/perluniintro.pod
2086              From: Jeffrey Friedl <jfriedl@yahoo.com>
2087              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
2088              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
2089      Branch: perl
2090            ! pod/perluniintro.pod
2091 ____________________________________________________________________________
2092 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
2093         Log: ".pm" is the native executable suffix in VOS.
2094      Branch: perl
2095            ! hints/vos.sh
2096 ____________________________________________________________________________
2097 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
2098         Log: Integrate perlio;
2099              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
2100      Branch: perl
2101           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
2102 ____________________________________________________________________________
2103 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
2104         Log: (Undone by #13766.)
2105              Retract #13752.
2106      Branch: perl
2107            ! lib/ExtUtils/t/MM_Unix.t
2108 ____________________________________________________________________________
2109 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
2110         Log: Echoes of #13757.
2111      Branch: perl
2112            ! t/lib/warnings/utf8
2113 ____________________________________________________________________________
2114 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
2115         Log: Make the utf8 malformedness messages more verbose.
2116      Branch: perl
2117            ! lib/utf8.t utf8.c
2118 ____________________________________________________________________________
2119 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
2120         Log: README.aix updates from Jens-Uwe Mager.
2121      Branch: perl
2122            ! README.aix
2123 ____________________________________________________________________________
2124 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
2125         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
2126              From: Michael G Schwern <schwern@pobox.com>
2127              Date: Tue, 18 Dec 2001 00:58:18 -0500
2128              Message-ID: <20011218055818.GC4362@blackrider>
2129      Branch: perl
2130            ! lib/Benchmark.t
2131 ____________________________________________________________________________
2132 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
2133         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
2134              From: Michael G Schwern <schwern@pobox.com>
2135              Date: Tue, 18 Dec 2001 00:40:38 -0500
2136              Message-ID: <20011218054038.GB4362@blackrider>
2137      Branch: perl
2138            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
2139 ____________________________________________________________________________
2140 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
2141         Log: (reintroduced by #13766)
2142              (retracted by #13759)
2143              
2144              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
2145              From: Michael G Schwern <schwern@pobox.com>  
2146              Date: Tue, 18 Dec 2001 00:00:23 -0500
2147              Message-ID: <20011218050023.GA27893@blackrider>
2148      Branch: perl
2149            ! lib/ExtUtils/t/MM_Unix.t
2150 ____________________________________________________________________________
2151 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
2152         Log: Re-patch #13749.
2153      Branch: perl
2154            ! t/op/glob.t
2155 ____________________________________________________________________________
2156 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
2157         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
2158              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2159              Date: Tue, 18 Dec 2001 12:55:43 +0000
2160              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
2161      Branch: perl
2162            ! ext/Devel/Peek/Peek.pm
2163 ____________________________________________________________________________
2164 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
2165         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
2166              From: Robin Houston <robin@kitsite.com> 
2167              Date: Tue, 18 Dec 2001 14:54:33 +0000
2168              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
2169      Branch: perl
2170            ! t/op/glob.t
2171 ____________________________________________________________________________
2172 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
2173         Log: Subject: [PATCH] slightly more for Exporter.pm
2174              From: Nicholas Clark <nick@ccl4.org>
2175              Date: Tue, 18 Dec 2001 00:22:03 +0000
2176              Message-ID: <20011218002203.M21702@plum.flirble.org>
2177      Branch: perl
2178            ! lib/Exporter.pm
2179 ____________________________________________________________________________
2180 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
2181         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
2182              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2183              Date: Mon, 17 Dec 2001 16:37:18 +0100
2184              Message-ID: <20011217163718.A2292@rafael>
2185              
2186              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
2187              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2188              Date: Mon, 17 Dec 2001 23:17:06 +0100
2189              Message-ID: <20011217231706.A730@rafael>
2190      Branch: perl
2191            ! pod/perlsub.pod pp.c toke.c
2192 ____________________________________________________________________________
2193 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
2194         Log: Update Changes.
2195      Branch: perl
2196            ! Changes patchlevel.h
2197 ____________________________________________________________________________
2198 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
2199         Log: New test warrants a MANIFEST entry.
2200      Branch: perl
2201            ! MANIFEST
2202 ____________________________________________________________________________
2203 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
2204         Log: Subject: Re: [PATCH] ...while $var = glob(...)
2205              From: Robin Houston <robin@kitsite.com>
2206              Date: Mon, 17 Dec 2001 20:27:30 +0000
2207              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
2208              
2209              Can't portably unlink open files.
2210      Branch: perl
2211            ! t/op/glob.t
2212 ____________________________________________________________________________
2213 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
2214         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
2215      Branch: perl
2216            ! pod/perluniintro.pod
2217 ____________________________________________________________________________
2218 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
2219         Log: Move typeglob test from glob.t to gv.t.
2220      Branch: perl
2221            ! t/op/glob.t t/op/gv.t
2222 ____________________________________________________________________________
2223 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
2224         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
2225              From: Robin Houston <robin@kitsite.com> 
2226              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
2227              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
2228      Branch: perl
2229            ! t/op/glob.t
2230 ____________________________________________________________________________
2231 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
2232         Log: Demote the surrogate and non-character errors to warnings.
2233      Branch: perl
2234            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
2235 ____________________________________________________________________________
2236 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
2237         Log: Subject: [PATCH] more POSIX tests, and more autoloading
2238              From: Nicholas Clark <nick@ccl4.org>
2239              Date: Mon, 17 Dec 2001 18:27:47 +0000
2240              Message-ID: <20011217182747.D21702@plum.flirble.org>
2241      Branch: perl
2242            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
2243 ____________________________________________________________________________
2244 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
2245         Log: Subject: [PATCH] ...while $var = glob(...)
2246              From: Robin Houston <robin@kitsite.com> 
2247              Date: Mon, 17 Dec 2001 15:51:54 +0000
2248              Message-ID: <20011217155153.A311@robin.kitsite.com>
2249      Branch: perl
2250            ! op.c
2251 ____________________________________________________________________________
2252 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
2253         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
2254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2255              Date: Mon, 17 Dec 2001 15:23:01 +0100
2256              Message-ID: <20011217152301.A704@rafael>
2257      Branch: perl
2258            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
2259 ____________________________________________________________________________
2260 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
2261         Log: The system() vs $SIG{ARLM} is no more a todo.
2262      Branch: perl
2263            ! t/op/alarm.t
2264 ____________________________________________________________________________
2265 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
2266         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
2267              From: Michael G Schwern <schwern@pobox.com>
2268              Date: Sun, 16 Dec 2001 23:59:01 -0500
2269              Message-ID: <20011217045901.GL17232@blackrider>
2270      Branch: perl
2271            + t/op/alarm.t
2272            ! MANIFEST
2273 ____________________________________________________________________________
2274 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
2275         Log: s/UNIX/Unix/
2276      Branch: perl
2277            ! MANIFEST
2278 ____________________________________________________________________________
2279 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
2280         Log: Move ExtUtils tests to lib/ExtUtils/t.
2281      Branch: perl
2282            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
2283            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
2284            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
2285            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
2286            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
2287            + lib/ExtUtils/t/testlib.t
2288            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
2289            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
2290            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
2291            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
2292            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
2293            ! MANIFEST
2294 ____________________________________________________________________________
2295 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
2296         Log: Subject: [PATCH] MM_Unix tests, and some questions
2297              From: Tels <perl_dummy@bloodgate.com>
2298              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
2299              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
2300              
2301              Subject: Re: [PATCH] MM_Unix tests, and some questions
2302              From: Tels <perl_dummy@bloodgate.com>
2303              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
2304              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
2305      Branch: perl
2306            + lib/ExtUtils/MM_Unix.t
2307            ! MANIFEST lib/ExtUtils/MM_Unix.pm
2308 ____________________________________________________________________________
2309 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
2310         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
2311              From: Michael G Schwern <schwern@pobox.com>
2312              Date: Sun, 16 Dec 2001 17:53:55 -0500
2313              Message-ID: <20011216225354.GE8900@blackrider>
2314      Branch: perl
2315            ! lib/ExtUtils/MM_Unix.pm
2316 ____________________________________________________________________________
2317 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
2318         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
2319              From: Michael G Schwern <schwern@pobox.com>                
2320              Date: Sun, 16 Dec 2001 16:12:55 -0500
2321              Message-ID: <20011216211255.GV8900@blackrider>
2322      Branch: perl
2323            ! ext/B/B/Deparse.pm
2324 ____________________________________________________________________________
2325 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
2326         Log: Subject: [PATCH] Exporter.pm
2327              From: Nicholas Clark <nick@ccl4.org>
2328              Date: Sun, 16 Dec 2001 19:24:25 +0000
2329              Message-ID: <20011216192425.R21702@plum.flirble.org>
2330      Branch: perl
2331            ! lib/Exporter.pm
2332 ____________________________________________________________________________
2333 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
2334         Log: Subject: [PATCH] Exporter.t (and question)
2335              From: Nicholas Clark <nick@ccl4.org>
2336              Date: Sun, 16 Dec 2001 17:24:55 +0000
2337              Message-ID: <20011216172455.P21702@plum.flirble.org>
2338      Branch: perl
2339            ! lib/Exporter.t
2340 ____________________________________________________________________________
2341 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
2342         Log: Subject: Re: perl@13661
2343              From: "John P. Linderman" <jpl@research.att.com>              
2344              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
2345              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
2346      Branch: perl
2347            ! pp_sort.c
2348 ____________________________________________________________________________
2349 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
2350         Log: Subject: Will the real Unicode encoding please stand up?
2351              From: Jeffrey Friedl <jfriedl@yahoo.com>
2352              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
2353              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
2354      Branch: perl
2355            ! pod/perluniintro.pod
2356 ____________________________________________________________________________
2357 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
2358         Log: Integrate perlio; interruptable system().
2359      Branch: perl
2360           !> util.c
2361 ____________________________________________________________________________
2362 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
2363         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
2364              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
2365              and characters beyond 0x10FFF should be disallowed, too,
2366              but some tests would need changing, but more importantly some
2367              APIs would need remodeling since one can easily generate such
2368              characters either by bitwise complements, tr complements, or
2369              v-strings.
2370      Branch: perl
2371            ! pod/perldiag.pod utf8.c
2372 ____________________________________________________________________________
2373 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
2374         Log: Make surrogates illegal also on EBCDIC.
2375      Branch: perl
2376            ! utf8.c
2377 ____________________________________________________________________________
2378 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
2379         Log: Subject: [patch @13687] Unicode::Collate 0.10
2380              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
2381              Date: Sun, 16 Dec 2001 21:22:12 +0900
2382              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
2383      Branch: perl
2384            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2385            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2386 ____________________________________________________________________________
2387 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
2388         Log: More documentation for the encoding pragma.
2389      Branch: perl
2390            ! lib/encoding.pm
2391 ____________________________________________________________________________
2392 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
2393         Log: Subject: [PATCH] lib/open.pm 
2394              From: Jeffrey Friedl <jfriedl@yahoo.com>
2395              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
2396              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
2397      Branch: perl
2398            ! lib/open.pm
2399 ____________________________________________________________________________
2400 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
2401         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
2402              From: chromatic <chromatic@rmci.net>
2403              Date: Sat, 15 Dec 2001 23:24:40 -0700
2404              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
2405      Branch: perl
2406            + lib/ExtUtils/Installed.t
2407            ! MANIFEST
2408 ____________________________________________________________________________
2409 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
2410         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
2411              From: Michael G Schwern <schwern@pobox.com>
2412              Date: Sun, 16 Dec 2001 01:14:00 -0500
2413              Message-ID: <20011216061400.GC8900@blackrider>
2414      Branch: perl
2415            ! lib/diagnostics.pm
2416 ____________________________________________________________________________
2417 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
2418         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
2419              From: Michael G Schwern <schwern@pobox.com>
2420              Date: Sun, 16 Dec 2001 01:12:42 -0500
2421              Message-ID: <20011216061242.GB8900@blackrider>
2422      Branch: perl
2423            ! t/test.pl
2424 ____________________________________________________________________________
2425 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
2426         Log: I sometimes outsmart myself.
2427      Branch: perl
2428            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
2429 ____________________________________________________________________________
2430 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
2431         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
2432              From: Michael G Schwern <schwern@pobox.com>
2433              Date: Sat, 15 Dec 2001 15:08:29 -0500
2434              Message-ID: <20011215200829.GK1548@blackrider>
2435      Branch: perl
2436            ! lib/AutoSplit.pm
2437 ____________________________________________________________________________
2438 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
2439         Log: perlunicode enchancements suggested by Jeffrey Friedl.
2440      Branch: perl
2441            ! pod/perlunicode.pod
2442 ____________________________________________________________________________
2443 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
2444         Log: Subject: [PATCH] perlunicode.pod
2445              From: Jeffrey Friedl <jfriedl@yahoo.com>
2446              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
2447              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
2448      Branch: perl
2449            ! pod/perlunicode.pod
2450 ____________________________________________________________________________
2451 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
2452         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
2453              From: Jeffrey Friedl <jfriedl@yahoo.com>
2454              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
2455              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
2456      Branch: perl
2457            ! lib/utf8_heavy.pl
2458 ____________________________________________________________________________
2459 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
2460         Log: Can't create surrogates; so can't match them, either.
2461      Branch: perl
2462            ! pod/perlunicode.pod
2463 ____________________________________________________________________________
2464 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
2465         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
2466              From: Michael G Schwern <schwern@pobox.com>
2467              Date: Sat, 15 Dec 2001 21:20:35 -0500
2468              Message-ID: <20011216022035.GE5672@blackrider>
2469      Branch: perl
2470            ! t/test.pl
2471 ____________________________________________________________________________
2472 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
2473         Log: Make creating UTF-8 surrogates a punishable act.
2474      Branch: perl
2475            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
2476 ____________________________________________________________________________
2477 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
2478         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
2479      Branch: perl
2480            + lib/unicore/In/172.pl lib/unicore/In/173.pl
2481            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
2482            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
2483            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
2484            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
2485            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
2486 ____________________________________________________________________________
2487 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
2488         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
2489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2490              Date: Sat, 15 Dec 2001 23:21:43 +0100
2491              Message-ID: <20011215232143.A11790@rafael>
2492      Branch: perl
2493            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
2494 ____________________________________________________________________________
2495 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
2496         Log: Make charnames more robust.
2497      Branch: perl
2498            ! lib/charnames.pm
2499 ____________________________________________________________________________
2500 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
2501         Log: The hoops one has to jump through.
2502      Branch: perl
2503            ! ext/I18N/Langinfo/Langinfo.pm
2504 ____________________________________________________________________________
2505 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
2506         Log: Subject: [PATCH] perlstyle.pod nit on warnings
2507              From: Autrijus Tang <autrijus@egb.elixus.org>
2508              Date: Sat, 15 Dec 2001 04:24:34 -0800
2509              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
2510      Branch: perl
2511            ! pod/perlstyle.pod
2512 ____________________________________________________________________________
2513 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
2514         Log: I don't think we are in FooOS, Toto.
2515      Branch: perl
2516            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
2517 ____________________________________________________________________________
2518 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
2519         Log: Subject: Re: Untested modules update:  There's more than we thought
2520              From: chromatic <chromatic@rmci.net>
2521              Date: Fri, 14 Dec 2001 17:20:24 -0700
2522              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
2523      Branch: perl
2524            + lib/ExtUtils/MM_Cygwin.t
2525            ! MANIFEST
2526 ____________________________________________________________________________
2527 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
2528         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
2529              From: Michael G Schwern <schwern@pobox.com> 
2530              Date: Fri, 14 Dec 2001 20:59:42 -0500
2531              Message-ID: <20011215015942.GF28596@blackrider>
2532      Branch: perl
2533            ! t/TEST
2534 ____________________________________________________________________________
2535 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
2536         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
2537              From: Michael G Schwern <schwern@pobox.com> 
2538              Date: Fri, 14 Dec 2001 20:03:46 -0500
2539              Message-ID: <20011215010346.GD28596@blackrider>
2540      Branch: perl
2541            + ext/B/t/bblock.t
2542            ! MANIFEST
2543 ____________________________________________________________________________
2544 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
2545         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
2546              From: Michael G Schwern <schwern@pobox.com> 
2547              Date: Fri, 14 Dec 2001 19:59:13 -0500
2548              Message-ID: <20011215005913.GC28596@blackrider>
2549      Branch: perl
2550            ! ext/B/B/Bblock.pm
2551 ____________________________________________________________________________
2552 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
2553         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
2554              From: Michael G Schwern <schwern@pobox.com> 
2555              Date: Fri, 14 Dec 2001 19:36:12 -0500
2556              Message-ID: <20011215003611.GA28596@blackrider>
2557      Branch: perl
2558            + ext/B/t/asmdata.t
2559            ! MANIFEST
2560 ____________________________________________________________________________
2561 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
2562         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
2563              From: Michael G Schwern <schwern@pobox.com> 
2564              Date: Fri, 14 Dec 2001 19:14:14 -0500
2565              Message-ID: <20011215001414.GA25077@blackrider>
2566      Branch: perl
2567            ! bytecode.pl ext/B/B/Asmdata.pm
2568 ____________________________________________________________________________
2569 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
2570         Log: Permissions.
2571      Branch: perl
2572            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
2573            ! ext/Devel/PPPort/module3.c
2574 ____________________________________________________________________________
2575 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
2576         Log: Benchmark test from Nicholas Clark.
2577      Branch: perl
2578            + lib/Benchmark.t
2579            ! MANIFEST lib/Benchmark.pm
2580 ____________________________________________________________________________
2581 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
2582         Log: Mithing.
2583      Branch: perl
2584            + lib/Attribute/Handlers/demo/demo2.pl
2585            + lib/Attribute/Handlers/demo/demo3.pl
2586            + lib/Attribute/Handlers/demo/demo4.pl
2587 ____________________________________________________________________________
2588 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
2589         Log: Silence compiler worries found by Schwern/Digital cc.
2590      Branch: perl
2591            ! perlio.c sv.c x2p/str.c
2592 ____________________________________________________________________________
2593 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
2594         Log: User may not have a valid home directory even if
2595              getpwuid() succedds.
2596      Branch: perl
2597            ! ext/File/Glob/t/basic.t
2598 ____________________________________________________________________________
2599 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
2600         Log: Integrate with perlio.  (No changes, but that's okay.)
2601      Branch: perl
2602           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
2603 ____________________________________________________________________________
2604 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
2605         Log: Add a Configure hints file for VOS: the POSIX support
2606              of VOS is getting close to the point where it can run
2607              Configure (some Configure tweaks will be required).
2608      Branch: perl
2609            + hints/vos.sh
2610            ! MANIFEST
2611 ____________________________________________________________________________
2612 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
2613         Log: Update Changes.
2614      Branch: perl
2615            ! Changes patchlevel.h
2616 ____________________________________________________________________________
2617 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
2618         Log: Reintroduce Attribute::Handlers with Spider's fixes.
2619      Branch: perl
2620            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
2621            + lib/Attribute/Handlers/README
2622            + lib/Attribute/Handlers/demo/Demo.pm
2623            + lib/Attribute/Handlers/demo/Descriptions.pm
2624            + lib/Attribute/Handlers/demo/MyClass.pm
2625            + lib/Attribute/Handlers/demo/demo.pl
2626            + lib/Attribute/Handlers/demo/demo_call.pl
2627            + lib/Attribute/Handlers/demo/demo_chain.pl
2628            + lib/Attribute/Handlers/demo/demo_cycle.pl
2629            + lib/Attribute/Handlers/demo/demo_hashdir.pl
2630            + lib/Attribute/Handlers/demo/demo_phases.pl
2631            + lib/Attribute/Handlers/demo/demo_range.pl
2632            + lib/Attribute/Handlers/demo/demo_rawdata.pl
2633            + lib/Attribute/Handlers/t/multi.t
2634            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
2635 ____________________________________________________________________________
2636 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
2637         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
2638              From: Michael G Schwern <schwern@pobox.com> 
2639              Date: Thu, 13 Dec 2001 19:27:08 -0500
2640              Message-ID: <20011214002707.GA10532@blackrider>
2641              
2642              (reword the perlrun -t description a bit,
2643              and move the Itaint_warn to the bottom of
2644              the intrpvar.h for binary compatibility)
2645      Branch: perl
2646            + t/run/switcht.t
2647            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
2648            ! perlapi.h pod/perlrun.pod t/TEST taint.c
2649 ____________________________________________________________________________
2650 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
2651         Log: Detypo.
2652      Branch: perl
2653            ! utf8.c
2654 ____________________________________________________________________________
2655 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
2656         Log: Buffer overflow checks.
2657      Branch: perl
2658            ! utf8.c
2659 ____________________________________________________________________________
2660 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
2661         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
2662              From: Spider Boardman <spider@leggy.zk3.dec.com>
2663              Date: Thu, 13 Dec 2001 15:32:51 -0500
2664              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
2665      Branch: perl
2666            ! lib/ExtUtils/Embed.t
2667 ____________________________________________________________________________
2668 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
2669         Log: More on the Unicode "line" definition.
2670      Branch: perl
2671            ! pod/perlunicode.pod
2672 ____________________________________________________________________________
2673 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
2674         Log: Open-ended VERSION?
2675      Branch: perl
2676            ! lib/ExtUtils/Install.pm
2677 ____________________________________________________________________________
2678 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
2679         Log: Subject: [PATCH] Better make distclean
2680              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2681              Date: Thu, 13 Dec 2001 21:10:18 +0100
2682              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
2683      Branch: perl
2684            ! Makefile.SH
2685 ____________________________________________________________________________
2686 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
2687         Log: Remove Memoize::Saves as requested by mjd.
2688      Branch: perl
2689            - lib/Memoize/Saves.pm
2690            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
2691 ____________________________________________________________________________
2692 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
2693         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
2694              From: Michael G Schwern <schwern@pobox.com>
2695              Date: Tue, 11 Dec 2001 23:17:32 -0500
2696              Message-ID: <20011212041732.GS17250@blackrider>
2697      Branch: perl
2698            ! lib/ExtUtils/Install.pm
2699 ____________________________________________________________________________
2700 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
2701         Log: Subject: [PATCH] Re: use utf8; with bad utf8
2702              From: Nicholas Clark <nick@ccl4.org>
2703              Date: Thu, 13 Dec 2001 17:09:39 +0000
2704              Message-ID: <20011213170939.L21702@plum.flirble.org>
2705      Branch: perl
2706            ! t/lib/1_compile.t
2707 ____________________________________________________________________________
2708 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
2709         Log: Subject: (LONG!) Sort benchmarks and patch
2710              From: "John P. Linderman" <jpl@research.att.com>
2711              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
2712              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
2713      Branch: perl
2714            ! pp_sort.c
2715 ____________________________________________________________________________
2716 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
2717         Log: Unadorned numbers evil.
2718      Branch: perl
2719            ! pp.c regcomp.c regexec.c utf8.c utf8.h
2720 ____________________________________________________________________________
2721 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
2722         Log: "preprocessing directive not recognized within macro arg"
2723      Branch: perl
2724            ! ext/Data/Dumper/Dumper.xs
2725 ____________________________________________________________________________
2726 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
2727         Log: Subject: Clarifying the documentation of goto            
2728              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
2729              Date: Thu, 13 Dec 2001 08:57:38 -0500
2730              Message-ID: <3C18BD8B@operamail.com>
2731      Branch: perl
2732            ! pod/perlfunc.pod
2733 ____________________________________________________________________________
2734 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
2735         Log: It could be possible for the case-insensitive
2736              Unicode-aware string comparison to wander off
2737              to the la-la land.
2738      Branch: perl
2739            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
2740            ! regexec.c utf8.c
2741 ____________________________________________________________________________
2742 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
2743         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
2744              From: Michael G Schwern <schwern@pobox.com> 
2745              Date: Wed, 12 Dec 2001 21:53:46 -0500
2746              Message-ID: <20011213025346.GH25129@blackrider>
2747      Branch: perl
2748            ! lib/Net/hostent.t t/op/stat.t t/test.pl
2749 ____________________________________________________________________________
2750 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
2751         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
2752              From: Michael G Schwern <schwern@pobox.com> 
2753              Date: Wed, 12 Dec 2001 20:33:42 -0500
2754              Message-ID: <20011213013342.GX25129@blackrider>
2755      Branch: perl
2756            ! t/io/fs.t
2757 ____________________________________________________________________________
2758 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
2759         Log: Subject: Re: [PATCH] use utf8; tests
2760              From: Nicholas Clark <nick@ccl4.org>
2761              Date: Thu, 13 Dec 2001 00:16:58 +0000
2762              Message-ID: <20011213001658.I21702@plum.flirble.org>
2763      Branch: perl
2764            ! lib/utf8.t
2765 ____________________________________________________________________________
2766 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
2767         Log: EPOC fixes from Olaf Flebbe.
2768      Branch: perl
2769            ! README.epoc epoc/config.sh epoc/createpkg.pl
2770            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
2771 ____________________________________________________________________________
2772 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
2773         Log: Subject: [PATCH perl@13661] VMS test fix-ups
2774              From: "Craig A. Berry" <craigberry@mac.com>
2775              Date: Wed, 12 Dec 2001 16:27:48 -0600
2776              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
2777      Branch: perl
2778            ! lib/Net/hostent.t t/io/fs.t
2779 ____________________________________________________________________________
2780 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
2781         Log: Subject: Re: Next cygwin round.
2782              From: "Gerrit P. Haase" <gp@familiehaase.de>
2783              Date: Wed, 12 Dec 2001 21:59:00 +0100
2784              Message-ID: <122343874595.20011212215900@familiehaase.de>
2785      Branch: perl
2786            ! t/io/fs.t
2787 ____________________________________________________________________________
2788 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
2789         Log: Subject: [PATCH] use utf8; tests
2790              From: Nicholas Clark <nick@ccl4.org>
2791              Date: Wed, 12 Dec 2001 20:07:04 +0000
2792              Message-ID: <20011212200704.E21702@plum.flirble.org>
2793      Branch: perl
2794            ! lib/utf8.t t/test.pl
2795 ____________________________________________________________________________
2796 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
2797         Log: Update Changes.
2798      Branch: perl
2799            ! Changes patchlevel.h
2800 ____________________________________________________________________________
2801 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
2802         Log: Subject: [PATCH] Passing in env to perl_parse did not work
2803              From: Gisle Aas <gisle@ActiveState.com>
2804              Date: 11 Dec 2001 20:52:57 -0800
2805              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
2806      Branch: perl
2807            ! perl.c perl.h
2808 ____________________________________________________________________________
2809 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
2810         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
2811              mostly gcc -Wall complaining about the argument of %p not
2812              being a void *.
2813      Branch: perl
2814            ! perlio.c regcomp.c taint.c toke.c
2815 ____________________________________________________________________________
2816 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
2817         Log: Try YP/NIS also from /usr/lib/yp.
2818      Branch: perl
2819            ! Configure
2820 ____________________________________________________________________________
2821 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
2822         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
2823              From: Michael G Schwern <schwern@pobox.com>                
2824              Date: Wed, 12 Dec 2001 05:27:02 -0500      
2825              Message-ID: <20011212102702.GW17250@blackrider>
2826              
2827              (the op/grent part)
2828      Branch: perl
2829            ! t/op/grent.t
2830 ____________________________________________________________________________
2831 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
2832         Log: Weed out .files from ls and readdir() results.
2833      Branch: perl
2834            ! t/op/stat.t
2835 ____________________________________________________________________________
2836 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
2837         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
2838              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
2839              Date: Wed, 12 Dec 2001 10:52:21 +0100
2840              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
2841      Branch: perl
2842            ! lib/File/Find.pm
2843 ____________________________________________________________________________
2844 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
2845         Log: Subject: [PATCH] doio fatal on cygwin for 13651
2846              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
2847              Date: Wed, 12 Dec 2001 11:28:13 +0100      
2848              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
2849      Branch: perl
2850            ! doio.c
2851 ____________________________________________________________________________
2852 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
2853         Log: Get the whole line of ls, makes debugging easier
2854              (from Schwern)
2855      Branch: perl
2856            ! t/op/stat.t
2857 ____________________________________________________________________________
2858 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
2859         Log: rename() must be tested even without link()
2860              or the utime() and rename-directory tests fail.
2861              (Also got the BeOS utime atime/time the wrong way round.)
2862      Branch: perl
2863            ! t/io/fs.t
2864 ____________________________________________________________________________
2865 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
2866         Log: Now that the beos.c is compiled at the main level
2867              the header is in the beos/
2868      Branch: perl
2869            ! beos/beos.c
2870 ____________________________________________________________________________
2871 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
2872         Log: Must remember to require Socket.
2873      Branch: perl
2874            ! ext/Sys/Syslog/syslog.t
2875 ____________________________________________________________________________
2876 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
2877         Log: In BeOS Errno must resort to actual compilation
2878              and execution for some of the error constants.
2879      Branch: perl
2880            ! ext/Errno/Errno_pm.PL
2881 ____________________________________________________________________________
2882 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
2883         Log: BeOS still has no good sockets.
2884      Branch: perl
2885            ! ext/IO/lib/IO/t/io_sel.t
2886 ____________________________________________________________________________
2887 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
2888         Log: BeOS sockets are not true sockets.
2889      Branch: perl
2890            ! ext/IO/lib/IO/t/io_poll.t
2891 ____________________________________________________________________________
2892 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
2893         Log: No Socket, no Syslog.
2894      Branch: perl
2895            ! ext/Sys/Syslog/syslog.t
2896 ____________________________________________________________________________
2897 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
2898         Log: (On some platforms) missing truncate FH.
2899      Branch: perl
2900            ! pod/perltodo.pod
2901 ____________________________________________________________________________
2902 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
2903         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
2904              and vms would be muchly appreciated.
2905      Branch: perl
2906            ! t/io/fs.t
2907 ____________________________________________________________________________
2908 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
2909         Log: utime() updates only the mtime in BeOS. 
2910      Branch: perl
2911            ! pod/perlport.pod
2912 ____________________________________________________________________________
2913 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
2914         Log: No link(), no need to dSP.
2915      Branch: perl
2916            ! pp_sys.c
2917 ____________________________________________________________________________
2918 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
2919         Log: Missing argument.
2920      Branch: perl
2921            ! utf8.c
2922 ____________________________________________________________________________
2923 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
2924         Log: (1) To assume any setuid programs is silly.
2925              (2) Chaining tests with booleans means that some
2926              of them may not get run which means getting out
2927              of test count sync.
2928      Branch: perl
2929            ! t/op/stat.t
2930 ____________________________________________________________________________
2931 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
2932         Log: The beos.c needs to be in the main directory.
2933      Branch: perl
2934            ! hints/beos.sh
2935 ____________________________________________________________________________
2936 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
2937         Log: Detypo and rename.
2938      Branch: perl
2939            ! doio.c perl.h perlio.c perliol.h
2940 ____________________________________________________________________________
2941 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
2942         Log: This time I test compiled.  Honest.
2943      Branch: perl
2944            ! beos/beos.c
2945 ____________________________________________________________________________
2946 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
2947         Log: Subject: [PATCH] slightly more pack tests
2948              From: Nicholas Clark <nick@ccl4.org>
2949              Date: Tue, 11 Dec 2001 23:41:23 +0000
2950              Message-ID: <20011211234123.Y21702@plum.flirble.org>
2951      Branch: perl
2952            ! t/op/pack.t
2953 ____________________________________________________________________________
2954 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
2955         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
2956              From: "Craig A. Berry" <craigberry@mac.com>
2957              Date: Tue, 11 Dec 2001 16:39:13 -0600
2958              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
2959      Branch: perl
2960            ! configure.com
2961 ____________________________________________________________________________
2962 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
2963         Log: Subject: $Config{perlpath} and -Dversiononly
2964              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2965              Date: Tue, 11 Dec 2001 23:32:33 +0100
2966              Message-ID: <20011211233233.A11587@rafael>
2967      Branch: perl
2968            ! Configure
2969 ____________________________________________________________________________
2970 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
2971         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
2972              From: Nicholas Clark <nick@ccl4.org>
2973              Date: Tue, 11 Dec 2001 21:59:36 +0000
2974              Message-ID: <20011211215935.W21702@plum.flirble.org>
2975      Branch: perl
2976            ! t/op/pack.t
2977 ____________________________________________________________________________
2978 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
2979         Log: More UTF-8 API docs.
2980      Branch: perl
2981            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
2982 ____________________________________________________________________________
2983 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
2984         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
2985              From: Nicholas Clark <nick@ccl4.org>
2986              Date: Tue, 11 Dec 2001 20:08:59 +0000
2987              Message-ID: <20011211200859.S21702@plum.flirble.org>
2988      Branch: perl
2989            ! t/op/pack.t
2990 ____________________________________________________________________________
2991 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
2992         Log: Subject: Re: use utf8; with bad utf8
2993              From: Nicholas Clark <nick@ccl4.org>
2994              Date: Tue, 11 Dec 2001 19:49:21 +0000
2995              Message-ID: <20011211194921.R21702@plum.flirble.org>
2996      Branch: perl
2997            ! lib/utf8.t
2998 ____________________________________________________________________________
2999 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
3000         Log: Can't spell worth a dam.  (Try Three Gorges.)
3001      Branch: perl
3002            ! beos/beos.c
3003 ____________________________________________________________________________
3004 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
3005         Log: We need DWIM cpps.
3006      Branch: perl
3007            ! perlio.c
3008 ____________________________________________________________________________
3009 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
3010         Log: The unixish.h needs to be found and the waitpid wrapper
3011              could use a proto.
3012      Branch: perl
3013            ! beos/beosish.h
3014 ____________________________________________________________________________
3015 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
3016         Log: The BeOS waitpid() seems to be broken,
3017              have a wrapper for it.
3018      Branch: perl
3019            + beos/beos.c beos/beosish.h
3020            ! MANIFEST hints/beos.sh perl.h
3021 ____________________________________________________________________________
3022 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
3023         Log: Unlean the leaning tower of Babel.
3024      Branch: perl
3025            ! perl.h
3026 ____________________________________________________________________________
3027 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
3028         Log: Retract #13607 until we figure out what to do with autouse.
3029      Branch: perl
3030            ! lib/Carp.pm
3031 ____________________________________________________________________________
3032 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
3033         Log: Try to handle platforms that have O_TEXT != O_BINARY but
3034              which are not DOSish, BeOS being one of such platforms.
3035              Ideally this should be a Configure test, not a hardwired
3036              cpp symbol test... 
3037      Branch: perl
3038            ! doio.c perl.h perlio.c perliol.h
3039 ____________________________________________________________________________
3040 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
3041         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
3042              From: Jonathan Stowe <gellyfish@gellyfish.com>
3043              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
3044              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
3045      Branch: perl
3046            ! lib/Term/Cap.pm lib/Term/Cap.t
3047 ____________________________________________________________________________
3048 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
3049         Log: Subject: [patch perlio.c] test for NULL before derefencing
3050              From: Stas Bekman <stas@stason.org>
3051              Date: Tue, 11 Dec 2001 16:17:55 +0800
3052              Message-ID: <3C15C133.8@stason.org>
3053      Branch: perl
3054            ! perlio.c
3055 ____________________________________________________________________________
3056 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
3057         Log: BeOS has socket() but not enough to build a working Socket.
3058              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
3059              new networking implementation, which is rumored to fix the
3060              non-standardness of sockets, but it's apparently not publicly
3061              available, and anything to do with BeOS has become quite
3062              complicated with the sale of the Be assets to Palm.)
3063      Branch: perl
3064            ! Configure
3065 ____________________________________________________________________________
3066 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
3067         Log: Subject: Exporter's documentation shouldn't lie               
3068              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3069              Date: Mon, 10 Dec 2001 21:30:20 -0500
3070              Message-ID: <3C4AA201@operamail.com>
3071      Branch: perl
3072            ! lib/Exporter.pm
3073 ____________________________________________________________________________
3074 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
3075         Log: Make Errno better in BeOS (the second hunk is
3076              good on any platform).  Still not working in BeOS
3077              are the E constants that refer BeOS native error
3078              constants (B_...) which are enums (*groan*).
3079      Branch: perl
3080            ! ext/Errno/Errno_pm.PL
3081 ____________________________________________________________________________
3082 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
3083         Log: The BeOS linker seems to link the last seen symbol,
3084              not the first (so the symbols of op.o from libperl.so
3085              would get linked to miniperl instead of the symbols of
3086              opmini.o)-- use the same trick as for NeXT4 for linking
3087              miniperl.
3088      Branch: perl
3089            ! Makefile.SH
3090 ____________________________________________________________________________
3091 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
3092         Log: Subject: Re: [PATCH] tests for hash assignment
3093              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3094              Date: Tue, 11 Dec 2001 01:48:55 +0000
3095              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
3096      Branch: perl
3097            ! utf8.c
3098 ____________________________________________________________________________
3099 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
3100         Log: (retracted by #13622)
3101              
3102              Subject: RE: More verbose POD for Carp
3103              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3104              Date: Mon, 10 Dec 2001 20:23:20 -0500
3105              Message-ID: <3C4A3566@operamail.com>
3106      Branch: perl
3107            ! lib/Carp.pm
3108 ____________________________________________________________________________
3109 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
3110         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
3111              From: "Craig A. Berry" <craigberry@mac.com>
3112              Date: Mon, 10 Dec 2001 18:25:37 -0600
3113              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
3114      Branch: perl
3115            ! t/op/write.t t/test.pl
3116 ____________________________________________________________________________
3117 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
3118         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
3119              From: Michael G Schwern <schwern@pobox.com>
3120              Date: Mon, 10 Dec 2001 08:00:01 -0500
3121              Message-ID: <20011210130000.GK1770@blackrider>
3122      Branch: perl
3123            ! t/comp/multiline.t
3124 ____________________________________________________________________________
3125 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
3126         Log: Subject: Re: [PATCH] tests for hash assignment
3127              From: Nicholas Clark <nick@ccl4.org>
3128              Date: Mon, 10 Dec 2001 23:22:28 +0000
3129              Message-ID: <20011210232228.M21702@plum.flirble.org>
3130      Branch: perl
3131            + t/op/hashassign.t
3132            ! MANIFEST t/op/each.t t/test.pl
3133 ____________________________________________________________________________
3134 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
3135         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
3136              From: "Craig A. Berry" <craigberry@mac.com>
3137              Date: Mon, 10 Dec 2001 16:38:14 -0600
3138              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
3139      Branch: perl
3140            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
3141 ____________________________________________________________________________
3142 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
3143         Log: Subject: [PATCH perl@13600] configure.com fixes
3144              From: "Craig A. Berry" <craigberry@mac.com>
3145              Date: Mon, 10 Dec 2001 14:40:20 -0600
3146              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
3147      Branch: perl
3148            ! configure.com
3149 ____________________________________________________________________________
3150 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
3151         Log: Silence BeOS compilation moaning.
3152      Branch: perl
3153            ! perl.h
3154 ____________________________________________________________________________
3155 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
3156         Log: Update Changes.
3157      Branch: perl
3158            ! Changes patchlevel.h
3159 ____________________________________________________________________________
3160 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
3161         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
3162              From: Michael G Schwern <schwern@pobox.com>
3163              Date: Mon, 10 Dec 2001 01:21:03 -0500
3164              Message-ID: <20011210062103.GC1770@blackrider>
3165      Branch: perl
3166            ! lib/ExtUtils/Command.t
3167 ____________________________________________________________________________
3168 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
3169         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
3170              From: Michael G Schwern <schwern@pobox.com>
3171              Date: Mon, 10 Dec 2001 01:10:57 -0500
3172              Message-ID: <20011210061057.GB1770@blackrider>
3173      Branch: perl
3174            ! t/op/groups.t
3175 ____________________________________________________________________________
3176 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
3177         Log: Retract #13596, #13593 should do the trick.
3178      Branch: perl
3179            ! t/op/stat.t
3180 ____________________________________________________________________________
3181 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
3182         Log: (retracted by #13597, #13593 does the job better)
3183              
3184              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
3185              From: Michael G Schwern <schwern@pobox.com>
3186              Date: Mon, 10 Dec 2001 00:53:16 -0500
3187              Message-ID: <20011210055316.GA1770@blackrider>
3188      Branch: perl
3189            ! t/op/stat.t
3190 ____________________________________________________________________________
3191 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
3192         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
3193              From: Michael G Schwern <schwern@pobox.com> 
3194              Date: Mon, 10 Dec 2001 02:19:14 -0500
3195              Message-ID: <20011210071914.GF1770@blackrider>
3196      Branch: perl
3197            ! lib/AutoSplit.t
3198 ____________________________________________________________________________
3199 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
3200         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
3201              From: Michael G Schwern <schwern@pobox.com>
3202              Date: Mon, 10 Dec 2001 02:47:40 -0500
3203              Message-ID: <20011210074739.GH1770@blackrider>
3204      Branch: perl
3205            ! t/op/pack.t
3206 ____________________________________________________________________________
3207 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
3208         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
3209              From: Michael G Schwern <schwern@pobox.com>
3210              Date: Mon, 10 Dec 2001 02:54:22 -0500
3211              Message-ID: <20011210075422.GI1770@blackrider>
3212      Branch: perl
3213            ! t/test.pl
3214 ____________________________________________________________________________
3215 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
3216         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
3217              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3218              Date: Mon, 10 Dec 2001 08:45:20 +0100
3219              Message-ID: <3C146810.60B5B7C0@alcatel.at>
3220      Branch: perl
3221            ! pp_pack.c
3222 ____________________________________________________________________________
3223 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
3224         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
3225              From: Michael G Schwern <schwern@pobox.com>
3226              Date: Mon, 10 Dec 2001 03:27:02 -0500
3227              Message-ID: <20011210082702.GN1770@blackrider>
3228      Branch: perl
3229            ! t/io/openpid.t
3230 ____________________________________________________________________________
3231 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
3232         Log: More chmod +w.
3233      Branch: perl
3234            ! Porting/makerel
3235 ____________________________________________________________________________
3236 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
3237         Log: Just skip the readability test if running as root.
3238      Branch: perl
3239            ! lib/Net/t/netrc.t
3240 ____________________________________________________________________________
3241 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
3242         Log: Tell about the downside of safe signals.
3243      Branch: perl
3244            ! pod/perldelta.pod
3245 ____________________________________________________________________________
3246 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
3247         Log: Make the whole -lperl thing NetBSD only until we
3248              find some other platform that needs the same.
3249      Branch: perl
3250            ! lib/ExtUtils/MM_Unix.pm
3251 ____________________________________________________________________________
3252 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
3253         Log: Subject: [PATCH t/op/pack.t] Cleanup
3254              From: Michael G Schwern <schwern@pobox.com> 
3255              Date: Sun, 9 Dec 2001 23:08:26 -0500
3256              Message-ID: <20011210040826.GD660@blackrider>
3257      Branch: perl
3258            ! t/op/pack.t
3259 ____________________________________________________________________________
3260 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
3261         Log: Add threads support for NetBSD.
3262              
3263              This is also the first (I think) Perl threads build with
3264              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
3265              NetBSD does not as of yet have true kernel POSIX threads,
3266              but the user-level pth seems to be doing pretty well--
3267              the only failure is that threads/t/basic okays 6 and 7
3268              consistently seem be arriving in the reverse order.
3269              Well, gdbm.t is also failing: 'Undefined PLT symbol
3270              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
3271              guessing that GDBM would need a threaded rebuild.
3272      Branch: perl
3273            ! hints/netbsd.sh
3274 ____________________________________________________________________________
3275 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
3276         Log: Update the ithreads selection info in Configure,
3277              as suggested by Michael Schwern.
3278      Branch: perl
3279            ! Configure
3280 ____________________________________________________________________________
3281 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
3282         Log: Clearing locale environment simply doesn't seem to
3283              guarantee that (nl_)langinfo(CODESET) would return nil.
3284              (I for example get "ISO8859-1", so <guess>maybe there can
3285              be per-system default settings at work</guess>.)
3286      Branch: perl
3287            ! lib/open.t
3288 ____________________________________________________________________________
3289 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
3290         Log: Subject: RE: Exporter fixes reversed in 13540?
3291              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
3292              Date: Sun, 9 Dec 2001 12:55:15 -0500
3293              Message-ID: <3C13F455@operamail.com>
3294      Branch: perl
3295            ! lib/open.pm
3296 ____________________________________________________________________________
3297 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
3298         Log: Root is the lizard king.
3299      Branch: perl
3300            ! lib/Net/t/netrc.t
3301 ____________________________________________________________________________
3302 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
3303         Log: Telling how many tests we are expecting helps.
3304      Branch: perl
3305            ! ext/POSIX/t/waitpid.t
3306 ____________________________________________________________________________
3307 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
3308         Log: Add a test case for waitpid(): from Rocco Caputo.
3309      Branch: perl
3310            + ext/POSIX/t/waitpid.t
3311            ! MANIFEST
3312 ____________________________________________________________________________
3313 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
3314         Log: Subject: [PATCH] Term::ReadLine tweaks and test
3315              From: Richard Clamp <richardc@unixbeard.net>
3316              Date: Mon, 10 Dec 2001 00:51:47 +0000
3317              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
3318      Branch: perl
3319            + lib/Term/ReadLine.t
3320            ! MANIFEST lib/Term/ReadLine.pm
3321 ____________________________________________________________________________
3322 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
3323         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
3324              From: Rocco Caputo <troc@netrus.net>
3325              Date: Sun, 9 Dec 2001 18:12:38 -0500
3326              Message-ID: <20011209181238.A803@eyrie.homenet>
3327      Branch: perl
3328            ! win32/win32.c
3329 ____________________________________________________________________________
3330 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
3331         Log: make sure that va_start() has matching va_end();
3332              from OpenBSD 3.0.
3333      Branch: perl
3334            ! x2p/util.c
3335 ____________________________________________________________________________
3336 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
3337         Log: h2ph updates from OpenBSD 3.0.
3338      Branch: perl
3339            ! utils/h2ph.PL
3340 ____________________________________________________________________________
3341 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
3342         Log: OpenBSD hints update from OpenBSD 3.0.
3343      Branch: perl
3344            ! hints/openbsd.sh
3345 ____________________________________________________________________________
3346 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
3347         Log: DJGPP tweaks from Laszlo Molnar.
3348      Branch: perl
3349            ! djgpp/config.over lib/File/Find/t/find.t
3350            ! lib/File/Find/t/taint.t t/pod/find.t
3351 ____________________________________________________________________________
3352 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
3353         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
3354              From: Michael G Schwern <schwern@pobox.com> 
3355              Date: Sun, 9 Dec 2001 19:28:12 -0500
3356              Message-ID: <20011210002812.GF13586@blackrider>
3357      Branch: perl
3358            ! README.cygwin
3359 ____________________________________________________________________________
3360 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
3361         Log: README.cygwin update from Gerrit P. Haase.
3362      Branch: perl
3363            ! README.cygwin
3364 ____________________________________________________________________________
3365 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
3366         Log: Apply NetBSD patch-ag: shared/static linking,
3367              but make the change less intrusive on non-NetBSD.
3368      Branch: perl
3369            ! lib/ExtUtils/MM_Unix.pm
3370 ____________________________________________________________________________
3371 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
3372         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
3373      Branch: perl
3374            ! lib/ExtUtils/Liblist.pm
3375 ____________________________________________________________________________
3376 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
3377         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
3378      Branch: perl
3379            ! regcomp.c
3380 ____________________________________________________________________________
3381 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
3382         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
3383      Branch: perl
3384            ! pp.c
3385 ____________________________________________________________________________
3386 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
3387         Log: Apply NetBSD patch-ac.
3388              (the fix has already been done: change #9706, fully qualified
3389              pathnames in packlists)
3390      Branch: perl
3391            ! lib/ExtUtils/Install.pm
3392 ____________________________________________________________________________
3393 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
3394         Log: Apply NetBSD patch-ab: NetBSD hints update.
3395      Branch: perl
3396            ! hints/netbsd.sh
3397 ____________________________________________________________________________
3398 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
3399         Log: NetBSD has <ieeefp.h> but hidden.
3400      Branch: perl
3401            ! hints/netbsd.sh
3402 ____________________________________________________________________________
3403 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
3404         Log: Implement NetBSD patch-aa.
3405      Branch: perl
3406            ! Configure
3407 ____________________________________________________________________________
3408 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
3409         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
3410              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
3411              Date: Sun, 09 Dec 2001 13:40:58 +0100
3412              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
3413              
3414              (The lstat()s were there in 5.6.1: what happened to them?)
3415      Branch: perl
3416            ! lib/File/Find.pm
3417 ____________________________________________________________________________
3418 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
3419         Log: Quickie documentation of the C UTF-8 API.
3420      Branch: perl
3421            ! pod/perlunicode.pod
3422 ____________________________________________________________________________
3423 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
3424         Log: Subject: bleadperl on cygwin weirdness...
3425              From: "Gerrit P. Haase" <gp@familiehaase.de>
3426              Date: Sun, 9 Dec 2001 20:31:28 +0100
3427              Message-ID: <13779422183.20011209203128@familiehaase.de>          
3428              
3429              (plus libperl*.dll version portability tweaks)
3430      Branch: perl
3431            ! lib/ExtUtils/Embed.t
3432 ____________________________________________________________________________
3433 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
3434         Log: Instead of muting symbol export error if under eval,
3435              delay the errors until the croak().
3436              
3437              (replaces #13408)
3438      Branch: perl
3439            ! lib/Exporter/Heavy.pm
3440 ____________________________________________________________________________
3441 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
3442         Log: Basegroup 0 is a cygwin_nt thing.
3443      Branch: perl
3444            ! t/op/groups.t
3445 ____________________________________________________________________________
3446 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
3447         Log: Also WinME is LoseLink.
3448      Branch: perl
3449            ! t/op/stat.t
3450 ____________________________________________________________________________
3451 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
3452         Log: Forgotten checkin.
3453      Branch: perl
3454            ! lib/User/grent.t
3455 ____________________________________________________________________________
3456 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
3457         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
3458              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3459              Date: Sun, 09 Dec 2001 13:45:06 +0100
3460              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
3461      Branch: perl
3462            ! lib/File/Find.pm
3463 ____________________________________________________________________________
3464 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
3465         Log: Tweakback.
3466      Branch: perl
3467            ! lib/Net/hostent.t
3468 ____________________________________________________________________________
3469 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
3470         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
3471              From: Michael G Schwern <schwern@pobox.com>
3472              Date: Sat, 8 Dec 2001 14:48:38 -0500
3473              Message-ID: <20011208194838.GA8650@blackrider>
3474      Branch: perl
3475            ! t/op/grent.t
3476 ____________________________________________________________________________
3477 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
3478         Log: Subject: [README.cygwin] Removing old expected test failures
3479              From: Michael G Schwern <schwern@pobox.com>
3480              Date: Sat, 8 Dec 2001 15:38:28 -0500
3481              Message-ID: <20011208203828.GB9017@blackrider>
3482      Branch: perl
3483            ! README.cygwin
3484 ____________________________________________________________________________
3485 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
3486         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
3487              From: Michael G Schwern <schwern@pobox.com>                
3488              Date: Sat, 8 Dec 2001 15:26:59 -0500
3489              Message-ID: <20011208202659.GA9017@blackrider> 
3490      Branch: perl
3491            ! lib/Net/hostent.t
3492 ____________________________________________________________________________
3493 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
3494         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
3495              From: Michael G Schwern <schwern@pobox.com> 
3496              Date: Sat, 8 Dec 2001 15:06:16 -0500
3497              Message-ID: <20011208200616.GA8915@blackrider>
3498      Branch: perl
3499            ! t/op/stat.t
3500 ____________________________________________________________________________
3501 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
3502         Log: Developer deprecations and an incompatibility.
3503      Branch: perl
3504            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
3505 ____________________________________________________________________________
3506 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
3507         Log: Shoo.
3508      Branch: perl
3509            - lib/Attribute/Handlers.pm
3510 ____________________________________________________________________________
3511 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
3512         Log: Remove Attribute::Handlers, as per Damian's request.
3513              (Because of fixing the my variables to be now handled
3514              in run-time, the whole internals of the A::H needs to
3515              be rewritten and Damian will not have time for that
3516              for months.)
3517      Branch: perl
3518            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
3519            - lib/Attribute/Handlers/demo/Demo.pm
3520            - lib/Attribute/Handlers/demo/Descriptions.pm
3521            - lib/Attribute/Handlers/demo/MyClass.pm
3522            - lib/Attribute/Handlers/demo/demo.pl
3523            - lib/Attribute/Handlers/demo/demo2.pl
3524            - lib/Attribute/Handlers/demo/demo3.pl
3525            - lib/Attribute/Handlers/demo/demo4.pl
3526            - lib/Attribute/Handlers/demo/demo_call.pl
3527            - lib/Attribute/Handlers/demo/demo_chain.pl
3528            - lib/Attribute/Handlers/demo/demo_cycle.pl
3529            - lib/Attribute/Handlers/demo/demo_hashdir.pl
3530            - lib/Attribute/Handlers/demo/demo_phases.pl
3531            - lib/Attribute/Handlers/demo/demo_range.pl
3532            - lib/Attribute/Handlers/demo/demo_rawdata.pl
3533            - lib/Attribute/Handlers/t/multi.t
3534            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
3535            ! pod/perlmodlib.pod pod/perltoc.pod
3536 ____________________________________________________________________________
3537 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
3538         Log: Subject: Re: attributes are broken
3539              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3540              Date: Sun, 09 Dec 2001 00:09:23 -0500
3541              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
3542      Branch: perl
3543            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
3544            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
3545            ! xsutils.c
3546 ____________________________________________________________________________
3547 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
3548         Log: Forgotten checkin.
3549      Branch: perl
3550            ! lib/Pod/Text.pm
3551 ____________________________________________________________________________
3552 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
3553         Log: uconfig.h update.
3554      Branch: perl
3555            ! uconfig.h
3556 ____________________________________________________________________________
3557 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
3558         Log: Update Changes.
3559      Branch: perl
3560            ! Changes patchlevel.h
3561 ____________________________________________________________________________
3562 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
3563         Log: Note that some of the Unicode features are
3564              dependent on perlio.
3565      Branch: perl
3566            ! pod/perluniintro.pod
3567 ____________________________________________________________________________
3568 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
3569         Log: Regen perlapi, regen toc.
3570      Branch: perl
3571            ! pod/perlapi.pod pod/perltoc.pod
3572 ____________________________________________________________________________
3573 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
3574         Log: FAQ sync.
3575      Branch: perl
3576            ! pod/perlfaq4.pod pod/perlfaq6.pod
3577 ____________________________________________________________________________
3578 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
3579         Log: Subject: [PATCH] Fix odd language in an sv.c comment
3580              From: coral@eekeek.org
3581              Date: Sat, 8 Dec 2001 12:19:39 -0500
3582              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
3583      Branch: perl
3584            ! sv.c
3585 ____________________________________________________________________________
3586 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
3587         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
3588              From: Michael G Schwern <schwern@pobox.com>
3589              Date: Fri, 7 Dec 2001 20:03:45 -0500
3590              Message-ID: <20011208010345.GD642@blackrider>
3591              
3592              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
3593              From: Michael G Schwern <schwern@pobox.com>
3594              Date: Fri, 7 Dec 2001 20:13:54 -0500
3595              Message-ID: <20011208011354.GE642@blackrider>
3596              
3597              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
3598              From: Michael G Schwern <schwern@pobox.com>
3599              Date: Fri, 7 Dec 2001 21:47:36 -0500
3600              Message-ID: <20011208024736.GH642@blackrider>
3601              
3602              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
3603              From: Michael G Schwern <schwern@pobox.com>
3604              Date: Fri, 7 Dec 2001 23:09:43 -0500
3605              Message-ID: <20011208040943.GK642@blackrider>
3606              
3607              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
3608              Message-Id: <a05101004b83754903506@[172.16.52.1]>
3609              Date: Fri, 7 Dec 2001 23:28:15 -0600
3610              From: "Craig A. Berry" <craigberry@mac.com>
3611      Branch: perl
3612            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
3613 ____________________________________________________________________________
3614 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
3615         Log: Integrate perlio.
3616      Branch: perl
3617           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
3618           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
3619 ____________________________________________________________________________
3620 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
3621         Log: Retract #11156 since Sarathy has found that it breaks code:
3622              http://bugs.ActiveState.com/show_bug.cgi?id=18457
3623              http://bugs.ActiveState.com/show_bug.cgi?id=18858
3624      Branch: perl
3625            ! op.c sv.c t/op/pos.t
3626 ____________________________________________________________________________
3627 [ 13532] By: nick                                  on 2001/12/08  14:11:12
3628         Log: Integrate mainline
3629      Branch: perlio
3630           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
3631           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
3632 ____________________________________________________________________________
3633 [ 13531] By: nick                                  on 2001/12/08  13:48:21
3634         Log: Tweak multi-arg open error messages
3635      Branch: perlio
3636            ! perlio.c
3637 ____________________________________________________________________________
3638 [ 13530] By: nick                                  on 2001/12/08  10:20:06
3639         Log: Allow multi-arg open() if opening layer declares this legal.
3640      Branch: perlio
3641            ! doio.c perlio.c perliol.h
3642 ____________________________________________________________________________
3643 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
3644         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
3645              From: Michael G Schwern <schwern@pobox.com>       
3646              Date: Fri, 7 Dec 2001 19:41:31 -0500
3647              Message-ID: <20011208004131.GC642@blackrider>
3648      Branch: perl
3649            ! t/run/switches.t t/test.pl
3650 ____________________________________________________________________________
3651 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
3652         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
3653              From: Michael G Schwern <schwern@pobox.com>       
3654              Date: Fri, 7 Dec 2001 19:12:44 -0500
3655              Message-ID: <20011208001244.GB642@blackrider>
3656      Branch: perl
3657            ! t/op/stat.t
3658 ____________________________________________________________________________
3659 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
3660         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
3661              From: Michael G Schwern <schwern@pobox.com>
3662              Date: Fri, 7 Dec 2001 17:28:57 -0500
3663              Message-ID: <20011207222857.GI23210@blackrider>
3664      Branch: perl
3665            ! t/op/magic.t
3666 ____________________________________________________________________________
3667 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
3668         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
3669      Branch: perl
3670            ! t/test.pl
3671 ____________________________________________________________________________
3672 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
3673         Log: which_perl: delay as much a possible till runtime.
3674      Branch: perl
3675            ! t/test.pl
3676 ____________________________________________________________________________
3677 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
3678         Log: Further tweakage to which_perl().
3679      Branch: perl
3680            ! t/test.pl
3681 ____________________________________________________________________________
3682 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
3683         Log: perluniintro tweaks.
3684      Branch: perl
3685            ! pod/perluniintro.pod
3686 ____________________________________________________________________________
3687 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
3688         Log: Tweak the $Perl computation.
3689      Branch: perl
3690            ! t/test.pl
3691 ____________________________________________________________________________
3692 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
3693         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
3694              From: Nicholas Clark <nick@ccl4.org>
3695              Date: Fri, 7 Dec 2001 17:06:56 +0000
3696              Message-ID: <20011207170656.G21702@plum.flirble.org>
3697      Branch: perl
3698            ! doop.c t/op/chop.t
3699 ____________________________________________________________________________
3700 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
3701         Log: Update Changes.
3702      Branch: perl
3703            ! Changes patchlevel.h
3704 ____________________________________________________________________________
3705 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
3706         Log: Missing ).
3707      Branch: perl
3708            ! t/test.pl
3709 ____________________________________________________________________________
3710 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
3711         Log: Allow several arguments to display().
3712      Branch: perl
3713            ! t/test.pl
3714 ____________________________________________________________________________
3715 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
3716         Log: /dev/stdout could be either a character special file
3717              or a named pipe, so let's pretend it doesn't exist.
3718      Branch: perl
3719            ! t/op/stat.t
3720 ____________________________________________________________________________
3721 [ 13516] By: nick                                  on 2001/12/07  15:09:23
3722         Log: Integrate again - can I catch up ?
3723      Branch: perlio
3724           !> t/test.pl
3725 ____________________________________________________________________________
3726 [ 13515] By: nick                                  on 2001/12/07  15:08:17
3727         Log: Integrate mainline some more
3728      Branch: perlio
3729           !> README.hpux hints/linux.sh pod/perlfunc.pod
3730 ____________________________________________________________________________
3731 [ 13514] By: nick                                  on 2001/12/07  15:07:15
3732         Log: Integrate mainline
3733      Branch: perlio
3734           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
3735           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
3736           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
3737           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
3738           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
3739           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
3740           +> t/lib/Math/BigInt/BareCalc.pm
3741            - ext/Devel/PPPort/harness/Harness.pm
3742            - ext/Devel/PPPort/harness/Harness.xs
3743            - ext/Devel/PPPort/harness/Makefile.PL
3744            - ext/Devel/PPPort/harness/module2.c
3745            - ext/Devel/PPPort/harness/module3.c
3746            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
3747            - lib/File/Spec/Functions.t
3748           !> (integrate 103 files)
3749 ____________________________________________________________________________
3750 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
3751         Log: Add display() for displaying icky scalars.
3752      Branch: perl
3753            ! t/test.pl
3754 ____________________________________________________________________________
3755 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
3756         Log: Subject: [ID 20011207.001] documentation bug for waitpid
3757              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
3758              Date: Fri, 7 Dec 2001 12:44:56 +0100
3759              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
3760      Branch: perl
3761            ! pod/perlfunc.pod
3762 ____________________________________________________________________________
3763 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
3764         Log: gcc version matching didn't.
3765      Branch: perl
3766            ! hints/linux.sh
3767 ____________________________________________________________________________
3768 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
3769         Log: Subject: HP renamed their servers              
3770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3771              Date: Fri, 07 Dec 2001 12:07:22 +0100
3772              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
3773      Branch: perl
3774            ! README.hpux
3775 ____________________________________________________________________________
3776 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
3777         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
3778              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3779              Date: Fri, 7 Dec 2001 00:24:55 -0500
3780              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
3781      Branch: perl
3782            ! pod/perlport.pod
3783 ____________________________________________________________________________
3784 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
3785         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
3786              From: Michael G Schwern <schwern@pobox.com> 
3787              Date: Thu, 6 Dec 2001 22:56:34 -0500
3788              Message-ID: <20011207035634.GO22648@blackrider>
3789      Branch: perl
3790            ! t/base/lex.t t/op/exec.t
3791 ____________________________________________________________________________
3792 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
3793         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
3794              From: Michael G Schwern <schwern@pobox.com>
3795              Date: Thu, 6 Dec 2001 22:45:44 -0500
3796              Message-ID: <20011207034544.GN22648@blackrider>
3797              
3798              (plus op/ref tweak)
3799      Branch: perl
3800            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
3801            ! t/run/kill_perl.t t/test.pl
3802 ____________________________________________________________________________
3803 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
3804         Log: Upgrade to Math::BigInt 1.48.
3805      Branch: perl
3806            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
3807            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3808            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
3809            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
3810            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3811            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3812            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
3813 ____________________________________________________________________________
3814 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
3815         Log: Mention also perl56delta in case somone is upgrading from
3816              Perl 5.005_03.
3817      Branch: perl
3818            ! pod/perldelta.pod
3819 ____________________________________________________________________________
3820 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
3821         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
3822              From: Michael G Schwern <schwern@pobox.com>
3823              Date: Thu, 6 Dec 2001 15:15:28 -0500
3824              Message-ID: <20011206201528.GF16414@blackrider>
3825              
3826              (just the term.t, not the lex.t)
3827              
3828              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
3829              From: Michael G Schwern <schwern@pobox.com>
3830              Date: Thu, 6 Dec 2001 15:22:22 -0500
3831              Message-ID: <20011206202222.GG16414@blackrider>
3832              
3833              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
3834              From: Michael G Schwern <schwern@pobox.com>
3835              Date: Thu, 6 Dec 2001 15:31:58 -0500
3836              Message-ID: <20011206203158.GI16414@blackrider>
3837              
3838              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
3839              From: Michael G Schwern <schwern@pobox.com>
3840              Date: Thu, 6 Dec 2001 17:38:55 -0500
3841              Message-ID: <20011206223855.GC22648@blackrider>
3842      Branch: perl
3843            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
3844            ! t/test.pl
3845 ____________________________________________________________________________
3846 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
3847         Log: Update the thr5005 situation.
3848      Branch: perl
3849            ! pod/perldelta.pod
3850 ____________________________________________________________________________
3851 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
3852         Log: perldelta borrowings from perl561delta.
3853      Branch: perl
3854            ! pod/perldelta.pod
3855 ____________________________________________________________________________
3856 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
3857         Log: Add the 5.6.1 perldelta as perl561delta.
3858              (Makes it easier to steal stuff for perldelta :-)
3859      Branch: perl
3860            + pod/perl561delta.pod
3861            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3862 ____________________________________________________________________________
3863 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
3864         Log: Retract #13496 for now.
3865      Branch: perl
3866            ! t/base/lex.t t/base/term.t
3867 ____________________________________________________________________________
3868 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
3869         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
3870              From: "Craig A. Berry" <craigberry@mac.com>
3871              Date: Thu, 6 Dec 2001 14:54:36 -0600
3872              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
3873      Branch: perl
3874            ! vms/ext/filespec.t
3875 ____________________________________________________________________________
3876 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
3877         Log: (retracted by #13499)
3878              
3879              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
3880              From: Michael G Schwern <schwern@pobox.com>
3881              Date: Thu, 6 Dec 2001 15:15:28 -0500
3882              Message-ID: <20011206201528.GF16414@blackrider>
3883      Branch: perl
3884            ! t/base/lex.t t/base/term.t
3885 ____________________________________________________________________________
3886 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
3887         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
3888              From: Michael G Schwern <schwern@pobox.com>
3889              Date: Thu, 6 Dec 2001 13:54:48 -0500
3890              Message-ID: <20011206185448.GC16414@blackrider>
3891      Branch: perl
3892            ! t/op/stat.t
3893 ____________________________________________________________________________
3894 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
3895         Log: The #4 has nothing to do with Unicode.
3896      Branch: perl
3897            ! t/op/tr.t
3898 ____________________________________________________________________________
3899 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
3900         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
3901              From: Michael G Schwern <schwern@pobox.com>
3902              Date: Thu, 6 Dec 2001 13:45:48 -0500
3903              Message-ID: <20011206184548.GB16414@blackrider>
3904      Branch: perl
3905            ! t/op/tr.t
3906 ____________________________________________________________________________
3907 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
3908         Log: Update Changes.
3909      Branch: perl
3910            ! Changes patchlevel.h
3911 ____________________________________________________________________________
3912 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
3913         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
3914              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3915              Date: Thu, 6 Dec 2001 11:41:25 EST
3916              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
3917      Branch: perl
3918            ! vms/vms.c vms/vmsish.h
3919 ____________________________________________________________________________
3920 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
3921         Log: Subject: [PATCH] Re: weirdness in regexps
3922              From: Robin Houston <robin@kitsite.com> 
3923              Date: Thu, 6 Dec 2001 14:44:01 +0000
3924              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
3925      Branch: perl
3926            ! op.c t/lib/strict/subs
3927 ____________________________________________________________________________
3928 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
3929         Log: Make the -b -c -S tests count all of the /dev, not just
3930              check the first one, as suggested by Benjamin Goldberg.
3931      Branch: perl
3932            ! t/op/stat.t
3933 ____________________________________________________________________________
3934 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
3935         Log: Subject: Re: [PATCH: bleadperl] casefold backref
3936              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3937              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
3938              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
3939      Branch: perl
3940            ! regexec.c
3941 ____________________________________________________________________________
3942 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
3943         Log: Nits noticed by Philip Newton, and de-tab DB.t.
3944      Branch: perl
3945            ! lib/DB.t
3946 ____________________________________________________________________________
3947 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
3948         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
3949              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3950              Date: 6 Dec 2001 11:06:01 -0000
3951              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
3952      Branch: perl
3953            ! op.c t/op/tr.t
3954 ____________________________________________________________________________
3955 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
3956         Log: Subject: [PATCH: bleadperl] casefold backref
3957              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
3958              Date: Wed, 05 Dec 2001 17:27:05 +0000
3959              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
3960      Branch: perl
3961            ! regexec.c t/op/re_tests
3962 ____________________________________________________________________________
3963 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
3964         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
3965              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3966              Date: Wed, 5 Dec 2001 22:34:53 EST
3967              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
3968      Branch: perl
3969            ! mg.c vms/vms.c vms/vmsish.h
3970 ____________________________________________________________________________
3971 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
3972         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
3973              From: Michael G Schwern <schwern@pobox.com>
3974              Date: Wed, 5 Dec 2001 19:52:58 -0500
3975              Message-ID: <20011205195257.A903@blackrider>
3976      Branch: perl
3977            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
3978            + lib/File/Spec/t/rel2abs2rel.t
3979            - lib/File/Spec.t lib/File/Spec/Functions.t
3980            ! MANIFEST
3981 ____________________________________________________________________________
3982 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
3983         Log: Subject: Re: Silly stat() portability questions                
3984              From: Benjamin Goldberg <goldbb2@earthlink.net>
3985              Date: Wed, 05 Dec 2001 22:52:35 -0500
3986              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
3987      Branch: perl
3988            ! pod/perlport.pod
3989 ____________________________________________________________________________
3990 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
3991         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
3992              From: "Craig A. Berry" <craigberry@mac.com>
3993              Date: Wed, 05 Dec 2001 16:41:59 -0600
3994              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
3995      Branch: perl
3996            ! README.vms configure.com lib/File/Spec/VMS.pm
3997            ! vms/ext/filespec.t
3998 ____________________________________________________________________________
3999 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
4000         Log: $apply->('club', $glibc_maintainers);
4001              
4002              (Nick Clark just reported that <langinfo.h> YESSTR
4003              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
4004      Branch: perl
4005            ! ext/I18N/Langinfo/Langinfo.t
4006 ____________________________________________________________________________
4007 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
4008         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
4009      Branch: perl
4010            ! pod/perlport.pod
4011 ____________________________________________________________________________
4012 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
4013         Log: tweak change#13474 (pad entries can apparently be null in some
4014              situations)
4015      Branch: maint-5.6/perl
4016            ! op.c
4017 ____________________________________________________________________________
4018 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
4019         Log: Restore the /dev -b -c -S part of the test.
4020      Branch: perl
4021            ! t/op/stat.t
4022 ____________________________________________________________________________
4023 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
4024         Log: Retract #13475 until Arthur gets back to the mine.
4025      Branch: perl
4026            ! op.c t/run/kill_perl.t
4027 ____________________________________________________________________________
4028 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
4029         Log: (retracted by #13476)
4030              
4031              Manually apply #13474; fixes stale reference to dead
4032              CvOUTSIDE(); this can happen when anonymous subroutines
4033              that aren't closures are returned from an eval""
4034              
4035              (threads/shared/sv_refs.t is coredump-unhappy about this change)
4036      Branch: perl
4037            ! op.c t/run/kill_perl.t
4038 ____________________________________________________________________________
4039 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
4040         Log: replacement for change#10451
4041              
4042              fixes stale reference to dead CvOUTSIDE(); this can happen when
4043              anonymous subroutines that aren't closures are returned from an
4044              eval""
4045      Branch: maint-5.6/perl
4046            ! op.c t/op/misc.t
4047 ____________________________________________________________________________
4048 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
4049         Log: revert change#10451,10472; it was a naive fix that simply
4050              reintroduced the memory leak!
4051      Branch: maint-5.6/perl
4052            ! op.c t/op/misc.t
4053 ____________________________________________________________________________
4054 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
4055         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
4056              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4057              Date: Wed, 05 Dec 2001 10:49:20 +0100
4058              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
4059      Branch: perl
4060            ! lib/File/Basename.pm lib/File/Basename.t
4061 ____________________________________________________________________________
4062 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
4063         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
4064              From: Michael G Schwern <schwern@pobox.com> 
4065              Date: Wed, 5 Dec 2001 02:47:59 -0500
4066              Message-ID: <20011205024759.H14333@blackrider>
4067      Branch: perl
4068            ! t/op/magic.t
4069 ____________________________________________________________________________
4070 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
4071         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
4072              From: Michael G Schwern <schwern@pobox.com>              
4073              Date: Wed, 5 Dec 2001 02:22:05 -0500
4074              Message-ID: <20011205022205.F14333@blackrider>
4075      Branch: perl
4076            ! t/op/stat.t vms/test.com
4077 ____________________________________________________________________________
4078 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
4079         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
4080              From: Michael G Schwern <schwern@pobox.com> 
4081              Date: Tue, 4 Dec 2001 23:40:10 -0500
4082              Message-ID: <20011204234010.B14333@blackrider>
4083      Branch: perl
4084            ! t/op/stat.t
4085 ____________________________________________________________________________
4086 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
4087         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
4088              From: Michael G Schwern <schwern@pobox.com> 
4089              Date: Tue, 4 Dec 2001 21:09:18 -0500           
4090              Message-ID: <20011204210918.D13279@blackrider>
4091              
4092              t/test.
4093      Branch: perl
4094            ! t/test.pl
4095 ____________________________________________________________________________
4096 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
4097         Log: (accidentally empty check-in)
4098      Branch: perl
4099            ! t/op/stat.t
4100 ____________________________________________________________________________
4101 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
4102         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
4103              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4104              Date: Tue, 04 Dec 2001 23:40:27 +0100
4105              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
4106      Branch: perl
4107            ! mg.c
4108 ____________________________________________________________________________
4109 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
4110         Log: Subject: [PATCH] minor pod fix in Safe.pm
4111              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4112              Date: Tue, 4 Dec 2001 22:02:34 +0100
4113              Message-ID: <20011204220234.A17293@rafael>
4114      Branch: perl
4115            ! ext/Opcode/Safe.pm
4116 ____________________________________________________________________________
4117 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
4118         Log: CRLF GRRR.
4119      Branch: perl
4120            ! djgpp/configure.bat
4121 ____________________________________________________________________________
4122 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
4123         Log: DJGPP fixes from Laszlo Molnar.
4124      Branch: perl
4125            ! djgpp/configure.bat djgpp/djgpp.h
4126 ____________________________________________________________________________
4127 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
4128         Log: Update Changes.
4129      Branch: perl
4130            ! Changes patchlevel.h
4131 ____________________________________________________________________________
4132 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
4133         Log: Must wipe out the memory of real Socket before starting
4134              to use the new fake one.
4135      Branch: perl
4136            ! lib/Net/t/config.t
4137 ____________________________________________________________________________
4138 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
4139         Log: LC_ALL might trump LANG.
4140      Branch: perl
4141            ! lib/open.t
4142 ____________________________________________________________________________
4143 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
4144         Log: Make the eval runtime.
4145      Branch: perl
4146            ! lib/open.pm
4147 ____________________________________________________________________________
4148 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
4149         Log: Make the Langinfo test both more lenient (allow
4150              for any symbol not to exists) and stricter (add
4151              more symbols).
4152      Branch: perl
4153            ! ext/I18N/Langinfo/Langinfo.t
4154 ____________________________________________________________________________
4155 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
4156         Log: integrate change#13453 from maint-5.6
4157              
4158              tweak change#11399 to use an explicit flag rather than
4159              ass_u_ming w32_pseudo_id will only be zero for the real
4160              toplevel interpreter; avoids multiple hosts from diddling
4161              the environment at the same time
4162      Branch: perl
4163           !> win32/perlhost.h
4164 ____________________________________________________________________________
4165 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
4166         Log: Subject: [PATCH] VMS update for perldelta.pod
4167              From: "Craig A. Berry" <craigberry@mac.com> 
4168              Date: Tue, 4 Dec 2001 00:23:12 -0600
4169              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
4170      Branch: perl
4171            ! pod/perldelta.pod
4172 ____________________________________________________________________________
4173 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
4174         Log: NetWare tweak from Ananth Kesari.
4175      Branch: perl
4176            ! NetWare/Makefile
4177 ____________________________________________________________________________
4178 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
4179         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
4180              Not adding the test suite because of its many assumptions.
4181      Branch: perl
4182            ! lib/Net/Ping.pm
4183 ____________________________________________________________________________
4184 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
4185         Log: tweak change#11399 to use an explicit flag rather than
4186              ass_u_ming w32_pseudo_id will only be zero for the real
4187              toplevel interpreter; avoids multiple hosts from diddling
4188              the environment at the same time
4189      Branch: maint-5.6/perl
4190            ! win32/perlhost.h
4191 ____________________________________________________________________________
4192 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
4193         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
4194              from Len Makin.
4195      Branch: perl
4196            + hints/super-ux.sh
4197            ! MANIFEST
4198 ____________________________________________________________________________
4199 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
4200         Log: Add Mac OS X known failures to perldelta.
4201      Branch: perl
4202            ! pod/perldelta.pod
4203 ____________________________________________________________________________
4204 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
4205         Log: I think it's time to call the utf8 code non-test.
4206      Branch: perl
4207            ! utf8.c
4208 ____________________________________________________________________________
4209 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
4210         Log: Retract #13303, need rethink.
4211      Branch: perl
4212            ! utf8.c
4213 ____________________________________________________________________________
4214 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
4215         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
4216              From: "Craig A. Berry" <craigberry@mac.com>
4217              Date: Mon, 03 Dec 2001 16:28:06 -0600
4218              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
4219      Branch: perl
4220            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
4221 ____________________________________________________________________________
4222 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
4223         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
4224              From: Andy Dougherty <doughera@lafayette.edu>
4225              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
4226              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
4227      Branch: perl
4228            ! hints/solaris_2.sh
4229 ____________________________________________________________________________
4230 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
4231         Log: This test is not very robust on 8.3-constrained systems:
4232              all the "with truncated name" lines between "Autosplitting ..."
4233              and "some names are not unique" lines are unexpected,
4234              and the truncation message becomes:
4235              testtest.al, testtest.al truncate to testtest 
4236      Branch: perl
4237            ! lib/AutoSplit.t
4238 ____________________________________________________________________________
4239 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
4240         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
4241      Branch: perl
4242            ! ext/I18N/Langinfo/Langinfo.t
4243 ____________________________________________________________________________
4244 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
4245         Log: Test::Morify UCD.t
4246      Branch: perl
4247            ! lib/Unicode/UCD.t
4248 ____________________________________________________________________________
4249 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
4250         Log: If Socket has not been built (e.g. DJGPP) the libnet
4251              tests fall over with (too) much noise.
4252      Branch: perl
4253            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
4254            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
4255            ! lib/Net/t/smtp.t lib/Net/t/time.t
4256 ____________________________________________________________________________
4257 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
4258         Log: Subject: [PATCH] shared hash keys and ++/--
4259              From: Nicholas Clark <nick@ccl4.org>
4260              Date: Mon, 3 Dec 2001 16:37:16 +0000
4261              Message-ID: <20011203163716.C21702@plum.flirble.org>
4262      Branch: perl
4263            ! pp.c pp_hot.c sv.c t/op/inc.t
4264 ____________________________________________________________________________
4265 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
4266         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
4267              From: Jonathan Stowe <jns@gellyfish.com>
4268              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
4269              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
4270      Branch: perl
4271            ! lib/Term/Cap.pm
4272 ____________________________________________________________________________
4273 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
4274         Log: Update Changes.
4275      Branch: perl
4276            ! Changes patchlevel.h
4277 ____________________________________________________________________________
4278 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
4279         Log: perldelta tweaks.
4280      Branch: perl
4281            ! pod/perldelta.pod
4282 ____________________________________________________________________________
4283 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
4284         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
4285              From: Sam Tregar <sam@tregar.com> 
4286              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
4287              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
4288      Branch: perl
4289            ! pod/perlnewmod.pod
4290 ____________________________________________________________________________
4291 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
4292         Log: microperl casting nit.
4293      Branch: perl
4294            ! utf8.c
4295 ____________________________________________________________________________
4296 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
4297         Log: Make sharepvn a macro since all it does is a deref.
4298      Branch: perl
4299            ! embed.h embed.pl global.sym hv.c hv.h proto.h
4300 ____________________________________________________________________________
4301 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
4302         Log: perldelta updates.
4303      Branch: perl
4304            ! pod/perldelta.pod
4305 ____________________________________________________________________________
4306 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
4307         Log: PPPort update from Paul Marquess.
4308      Branch: perl
4309            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
4310            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
4311            + ext/Devel/PPPort/t/test.t
4312            - ext/Devel/PPPort/harness/Harness.pm
4313            - ext/Devel/PPPort/harness/Harness.xs
4314            - ext/Devel/PPPort/harness/Makefile.PL
4315            - ext/Devel/PPPort/harness/module2.c
4316            - ext/Devel/PPPort/harness/module3.c
4317            - ext/Devel/PPPort/harness/t/test.t
4318            ! MANIFEST ext/Devel/PPPort/MANIFEST
4319            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
4320            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
4321            ! ext/Devel/PPPort/soak
4322 ____________________________________________________________________________
4323 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
4324         Log: No use talking about dynamic library search patch
4325              unless we are having a dynamic build.
4326      Branch: perl
4327            ! t/TEST
4328 ____________________________________________________________________________
4329 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
4330         Log: Be more explicit on the List::Util build trick,
4331              should also stop unneeded rebuilds on static builds.
4332      Branch: perl
4333            ! ext/List/Util/Makefile.PL
4334 ____________________________________________________________________________
4335 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
4336         Log: We need to replace the optimize (-O1) with
4337              the -h scalar0 -h vector0, not append them
4338              to the ccflags.
4339      Branch: perl
4340            ! hints/unicos.sh hints/unicosmk.sh
4341 ____________________________________________________________________________
4342 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
4343         Log: Subject: [PATCH] Shared hash keys 
4344              From: Nicholas Clark <nick@ccl4.org>
4345              Date: Sun, 2 Dec 2001 20:52:32 +0000
4346              Message-ID: <20011202205232.U21702@plum.flirble.org>
4347      Branch: perl
4348            ! doop.c t/op/tr.t
4349 ____________________________________________________________________________
4350 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
4351         Log: Better add new files to MANIFEST, too.
4352      Branch: perl
4353            ! MANIFEST
4354 ____________________________________________________________________________
4355 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
4356         Log: Subject: {PATCH] perlpacktut.pod
4357              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
4358              Date: Sun, 02 Dec 2001 19:55:06 +0100
4359              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
4360      Branch: perl
4361            ! pod/perlpacktut.pod
4362 ____________________________________________________________________________
4363 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
4364         Log: Various small nits found by DJGPP build.
4365      Branch: perl
4366            ! doio.c mg.c pp.c util.c
4367 ____________________________________________________________________________
4368 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
4369         Log: Subject: RE: More verbose POD for Carp
4370              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
4371              Date: Sun, 2 Dec 2001 11:32:51 -0500
4372              Message-ID: <3C0A9748@operamail.com>
4373      Branch: perl
4374            ! lib/Carp.pm
4375 ____________________________________________________________________________
4376 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
4377         Log: Add a header for DJGPP with the function prototypes.
4378      Branch: perl
4379            + djgpp/djgpp.h
4380            ! MANIFEST djgpp/djgpp.c
4381 ____________________________________________________________________________
4382 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
4383         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
4384              From: Abe Timmerman <abe@ztreet.demon.nl>
4385              Date: Sun, 02 Dec 2001 02:41:25 +0100
4386              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
4387      Branch: perl
4388            ! pp_sys.c
4389 ____________________________________________________________________________
4390 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
4391         Log: There isn't PTR2INT(), there's PTR2IV().
4392      Branch: perl
4393            ! ext/Time/HiRes/HiRes.xs
4394 ____________________________________________________________________________
4395 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
4396         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
4397              From: Marc Lehmann <root@schmorp.de>
4398              Date: Sun, 02 Dec 2001 02:44:53 +0100
4399              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
4400      Branch: perl
4401            ! ext/Time/HiRes/HiRes.xs
4402 ____________________________________________________________________________
4403 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
4404         Log: encode()/decode() examples.
4405      Branch: perl
4406            ! ext/Encode/Encode.pm
4407 ____________________________________________________________________________
4408 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
4409         Log: DJGPP tweaks from Laszlo Molnar.
4410      Branch: perl
4411            ! djgpp/config.over djgpp/djgppsed.sh
4412 ____________________________________________________________________________
4413 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
4414         Log: Update Changes.
4415      Branch: perl
4416            ! Changes patchlevel.h
4417 ____________________________________________________________________________
4418 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
4419         Log: Integrate perlio;
4420              
4421              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
4422              which do not have file descriptors. Noticed a possibly
4423              worse problem in the process ...
4424      Branch: perl
4425           !> doio.c
4426 ____________________________________________________________________________
4427 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
4428         Log: Non-VMS-fixed and Win32-skipped version of
4429              
4430              Subject: [PATCH t/op/exec.t] Portabilty fix 
4431              From: Michael G Schwern <schwern@pobox.com> 
4432              Date: Fri, 30 Nov 2001 16:09:27 -0500
4433              Message-ID: <20011130160927.A10406@blackrider>
4434      Branch: perl
4435            ! t/op/exec.t
4436 ____________________________________________________________________________
4437 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
4438         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
4439              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
4440              Date: Sat, 1 Dec 2001 07:01:09 -0500
4441              Message-ID: <3C0D2E39@operamail.com>
4442              
4443              Subject: More verbose POD for Carp
4444              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
4445              Date: Sat, 1 Dec 2001 08:04:16 -0500
4446              Message-ID: <3C285C2B@operamail.com>
4447      Branch: perl
4448            ! lib/Carp.pm lib/Carp/Heavy.pm
4449 ____________________________________________________________________________
4450 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
4451         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
4452              From: chromatic <chromatic@rmci.net>
4453              Date: Sat, 01 Dec 2001 12:41:58 -0700
4454              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
4455      Branch: perl
4456            ! lib/DB.t
4457 ____________________________________________________________________________
4458 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
4459         Log: Try to make a missing RADIXCHAR a softer kinder error.
4460      Branch: perl
4461            ! ext/I18N/Langinfo/Langinfo.t
4462 ____________________________________________________________________________
4463 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
4464         Log: Have a little faith on nl_langinfo() itself.
4465      Branch: perl
4466            ! ext/I18N/Langinfo/Langinfo.xs
4467 ____________________________________________________________________________
4468 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
4469         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
4470              the max, not max plus one)
4471      Branch: perl
4472            ! ext/I18N/Langinfo/Langinfo.xs
4473 ____________________________________________________________________________
4474 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
4475         Log: Make reality agree with the comment.
4476      Branch: perl
4477            ! ext/I18N/Langinfo/Langinfo.xs
4478 ____________________________________________________________________________
4479 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
4480         Log: Try to protect against wild langinfo() arguments.
4481      Branch: perl
4482            ! ext/I18N/Langinfo/Langinfo.xs
4483 ____________________________________________________________________________
4484 [ 13409] By: nick                                  on 2001/12/01  18:19:59
4485         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
4486              have file descriptors. Noticed a possibly worse problem in the process ...
4487      Branch: perlio
4488            ! doio.c
4489 ____________________________________________________________________________
4490 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
4491         Log: If we are inside an eval, let's be silent about
4492              separate symbols and just croak() in the end.
4493      Branch: perl
4494            ! lib/Exporter/Heavy.pm
4495 ____________________________________________________________________________
4496 [ 13407] By: nick                                  on 2001/12/01  17:14:05
4497         Log: Integrate mainline
4498      Branch: perlio
4499           !> (integrate 26 files)
4500 ____________________________________________________________________________
4501 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
4502         Log: Subject: Fix for Exporter error reporting behaviour
4503              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
4504              Date: Sat, 1 Dec 2001 06:34:48 -0500
4505              Message-ID: <3C0D1B9A@operamail.com>
4506      Branch: perl
4507            ! lib/Exporter.pm lib/Exporter/Heavy.pm
4508 ____________________________________________________________________________
4509 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
4510         Log: Need to hide behind an eval to avoid a warning
4511              about :utf8 on non-perlio configs.
4512      Branch: perl
4513            ! lib/open.t
4514 ____________________________________________________________________________
4515 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
4516         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
4517              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4518              Date: Fri, 30 Nov 2001 23:46:58 +0100
4519              Message-ID: <20011130234658.A717@rafael>
4520      Branch: perl
4521            ! op.c t/op/method.t
4522 ____________________________________________________________________________
4523 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
4524         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
4525              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4526              Date: Thu, 29 Nov 2001 22:46:12 +0100
4527              Message-ID: <20011129224612.A699@rafael>
4528      Branch: perl
4529            ! ext/B/B/Xref.pm
4530 ____________________________________________________________________________
4531 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
4532         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
4533              From: Tels <perl_dummy@bloodgate.com>
4534              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
4535              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
4536      Branch: perl
4537            ! pod/perlfunc.pod
4538 ____________________________________________________________________________
4539 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
4540         Log: Subject: [REPATCH] reference pointer comparison
4541              From: Nicholas Clark <nick@ccl4.org>
4542              Date: Sat, 1 Dec 2001 13:00:17 +0000
4543              Message-ID: <20011201130017.I21702@plum.flirble.org>
4544      Branch: perl
4545            ! pp.c
4546 ____________________________________________________________________________
4547 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
4548         Log: Upgrade to Storable 1.0.14.
4549      Branch: perl
4550            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4551 ____________________________________________________________________________
4552 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
4553         Log: Add simple caches for ::viacode() and ::vianame().
4554      Branch: perl
4555            ! lib/charnames.pm lib/charnames.t
4556 ____________________________________________________________________________
4557 [ 13398] By: nick                                  on 2001/12/01  10:36:24
4558         Log: Integrate mainline.
4559      Branch: perlio
4560           +> (branch 44 files)
4561            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
4562            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
4563            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
4564           !> (integrate 250 files)
4565 ____________________________________________________________________________
4566 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
4567         Log: Regen toc and modlib.
4568      Branch: perl
4569            ! pod/perlmodlib.pod pod/perltoc.pod
4570 ____________________________________________________________________________
4571 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
4572         Log: Upgrade to podlators-1.18.
4573      Branch: perl
4574            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
4575 ____________________________________________________________________________
4576 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
4577         Log: -h scalar0 -h vector0 seems to help for both
4578              UNICOS and UNICOS/mk on the unpack %65c problems.
4579              
4580              (replaces #13393)
4581      Branch: perl
4582            ! hints/unicos.sh hints/unicosmk.sh
4583 ____________________________________________________________________________
4584 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
4585         Log: More Socket constants.
4586      Branch: perl
4587            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
4588 ____________________________________________________________________________
4589 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
4590         Log: (replaced by #13395)
4591      Branch: perl
4592            ! hints/unicosmk.sh
4593 ____________________________________________________________________________
4594 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
4595         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
4596              From: Andy Dougherty <doughera@lafayette.edu>
4597              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
4598              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
4599              
4600              Simplify the test skippage criterion now that we are
4601              no more dependent on sed.
4602      Branch: perl
4603            ! t/comp/cpp.t t/run/switchPx.t
4604 ____________________________________________________________________________
4605 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
4606         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
4607              From: Michael G Schwern <schwern@pobox.com>
4608              Date: Fri, 30 Nov 2001 11:48:44 -0500
4609              Message-ID: <20011130114844.C1303@blackrider>
4610              
4611              (replaces #13381)
4612      Branch: perl
4613            ! t/op/stat.t
4614 ____________________________________________________________________________
4615 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
4616         Log: Let's not assume how much memory has been allocated
4617              to PVs.
4618      Branch: perl
4619            ! ext/Devel/Peek/Peek.t
4620 ____________________________________________________________________________
4621 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
4622         Log: VOS needs to know the modules, including pp_sort.
4623      Branch: perl
4624            ! vos/perl.bind
4625 ____________________________________________________________________________
4626 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
4627         Log: Unused variables.
4628      Branch: perl
4629            ! ext/Unicode/Normalize/Normalize.xs
4630 ____________________________________________________________________________
4631 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
4632         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
4633              From: John Peacock <jpeacock@rowman.com>     
4634              Date: Fri, 30 Nov 2001 10:24:00 -0500        
4635              Message-ID: <3C07A490.A22A76B0@rowman.com>   
4636      Branch: perl
4637            ! lib/ExtUtils/Embed.t
4638 ____________________________________________________________________________
4639 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
4640         Log: Tweak for the VOS building script from Paul Green.
4641      Branch: perl
4642            ! vos/configure_perl.cm
4643 ____________________________________________________________________________
4644 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
4645         Log: Update Changes.
4646      Branch: perl
4647            ! Changes patchlevel.h
4648 ____________________________________________________________________________
4649 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
4650         Log: Cannot test if cppstdin has not yet been installed.
4651      Branch: perl
4652            ! t/run/switchPx.t
4653 ____________________________________________________________________________
4654 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
4655         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
4656              From: Michael G Schwern <schwern@pobox.com> 
4657              Date: Thu, 29 Nov 2001 22:05:11 -0500
4658              Message-ID: <20011129220510.A18869@blackrider>
4659              
4660              TODO 1: if cppstdin is used and not yet installed,
4661              the Px.t will fail (must do the same as in cpp.t)
4662              
4663              TODO 2: does this work if no Perl whatsoever has
4664              yet been installed?  That is, we should be using
4665              the Perl we are building to execute the one-liner.
4666      Branch: perl
4667            + t/run/switchPx.aux t/run/switchPx.t
4668            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
4669            ! vms/test.com
4670 ____________________________________________________________________________
4671 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
4672         Log: Upgrade to Unicode::Normalize 0.12.
4673      Branch: perl
4674            ! ext/Unicode/Normalize/Changes
4675            ! ext/Unicode/Normalize/Normalize.pm
4676            ! ext/Unicode/Normalize/Normalize.xs
4677            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
4678            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
4679            ! ext/Unicode/Normalize/t/test.t
4680 ____________________________________________________________________________
4681 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
4682         Log: (replaced by #13391)
4683              
4684              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
4685              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
4686              Date: 30 Nov 2001 11:41:53 -0000             
4687              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
4688              
4689              No need to die if we have high-paranoia (non-chdirable)
4690              system directories.
4691      Branch: perl
4692            ! t/op/stat.t
4693 ____________________________________________________________________________
4694 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
4695         Log: Paragraph rewrapping.
4696      Branch: perl
4697            ! pod/perliol.pod
4698 ____________________________________________________________________________
4699 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
4700         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
4701              From: Stas Bekman <stas@stason.org>
4702              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
4703              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
4704      Branch: perl
4705            ! pod/perliol.pod
4706 ____________________________________________________________________________
4707 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
4708         Log: Whether select() gets restarted on signals is
4709              implementation dependent.
4710      Branch: perl
4711            ! ext/Time/HiRes/HiRes.t
4712 ____________________________________________________________________________
4713 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
4714         Log: More forgotten checkins.
4715      Branch: perl
4716            ! embed.h embed.pl proto.h
4717 ____________________________________________________________________________
4718 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
4719         Log: Add a note about folding vs lowercase.
4720      Branch: perl
4721            ! regexec.c
4722 ____________________________________________________________________________
4723 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
4724         Log: Use to_uni_fold (and add changed global.sym)
4725      Branch: perl
4726            ! global.sym utf8.c
4727 ____________________________________________________________________________
4728 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
4729         Log: Make to Unicode character functions to use UVs
4730              instead of U32s and add to_uni_fold().
4731      Branch: perl
4732            ! embed.pl proto.h utf8.c
4733 ____________________________________________________________________________
4734 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
4735         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
4736              From: Nicholas Clark <nick@ccl4.org>
4737              Date: Thu, 29 Nov 2001 22:47:32 +0000
4738              Message-ID: <20011129224732.W37621@plum.flirble.org>
4739      Branch: perl
4740            ! pod/perlpacktut.pod
4741 ____________________________________________________________________________
4742 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
4743         Log: README.vos updates from Paul Green.
4744      Branch: perl
4745            ! README.vos
4746 ____________________________________________________________________________
4747 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
4748         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
4749              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4750              Date: Thu, 29 Nov 2001 14:18:51 EST
4751              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
4752      Branch: perl
4753            ! mg.c vms/vms.c vms/vmsish.h
4754 ____________________________________________________________________________
4755 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
4756         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
4757              From: Michael G Schwern <schwern@pobox.com>
4758              Date: Thu, 29 Nov 2001 13:12:31 -0500
4759              Message-ID: <20011129131231.E11300@blackrider>
4760      Branch: perl
4761            ! README.vms
4762 ____________________________________________________________________________
4763 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
4764         Log: BGET_IV was missing.
4765      Branch: perl
4766            ! ext/ByteLoader/bytecode.h
4767 ____________________________________________________________________________
4768 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
4769         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
4770              From: Jonathan Stowe <gellyfish@gellyfish.com>
4771              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
4772              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
4773      Branch: perl
4774            ! lib/Term/Cap.pm
4775 ____________________________________________________________________________
4776 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
4777         Log: Porting/checkURL.pl was missing.
4778      Branch: perl
4779            ! MANIFEST
4780 ____________________________________________________________________________
4781 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
4782         Log: Subject: INSTALL and READMEs should be reviewed
4783              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4784              Date: Thu, 29 Nov 2001 16:49:36 +0100
4785              Message-ID: <20011129164936.A17492@rafael>         
4786      Branch: perl
4787            ! README.cygwin
4788 ____________________________________________________________________________
4789 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
4790         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
4791              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
4792              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
4793              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
4794      Branch: perl
4795            ! README.os390
4796 ____________________________________________________________________________
4797 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
4798         Log: Update Changes.
4799      Branch: perl
4800            ! Changes patchlevel.h
4801 ____________________________________________________________________________
4802 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
4803         Log: The changes to the curliffed files didn't stick in #13348.
4804      Branch: perl
4805            ! README.dos README.win32
4806 ____________________________________________________________________________
4807 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
4808         Log: Subject: Re: Found the rev where File::Glob broke
4809              From: Andy Dougherty <doughera@lafayette.edu>
4810              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
4811              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
4812      Branch: perl
4813            ! lib/ExtUtils/MM_Unix.pm
4814 ____________________________________________________________________________
4815 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
4816         Log: Use __DATA__ instead of __END__.
4817      Branch: perl
4818            ! lib/Term/Cap.pm
4819 ____________________________________________________________________________
4820 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
4821         Log: Subject: [PATCH toke.c] autosplit into @F fix
4822              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4823              Date: Thu, 29 Nov 2001 14:52:23 +0100
4824              Message-ID: <20011129145223.A25817@rafael>         
4825      Branch: perl
4826            ! toke.c
4827 ____________________________________________________________________________
4828 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
4829         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
4830              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4831              Date: Thu, 29 Nov 2001 15:48:15 +0100
4832              Message-ID: <20011129154815.C25817@rafael>         
4833      Branch: perl
4834            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
4835 ____________________________________________________________________________
4836 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
4837         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
4838              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
4839              Date: Wed, 28 Nov 2001 20:35:29 +0100
4840              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
4841      Branch: perl
4842            ! pod/perlpacktut.pod
4843 ____________________________________________________________________________
4844 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
4845         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
4846              From: Stas Bekman <stas@stason.org>
4847              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
4848              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
4849              
4850              (with tweaks)
4851      Branch: perl
4852            ! pod/perlapio.pod
4853 ____________________________________________________________________________
4854 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
4855         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
4856              From: Tels <perl_dummy@bloodgate.com>
4857              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
4858              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
4859              
4860              (plus paragraph rewrapping)
4861      Branch: perl
4862            ! lib/Exporter.pm
4863 ____________________________________________________________________________
4864 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
4865         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
4866              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
4867              Date: Wed, 28 Nov 2001 21:47:59 +0000
4868              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
4869      Branch: perl
4870            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
4871 ____________________________________________________________________________
4872 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
4873         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
4874              From: Andy Dougherty <doughera@lafayette.edu>
4875              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
4876              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
4877      Branch: perl
4878            ! INSTALL ext/Time/HiRes/HiRes.t
4879 ____________________________________________________________________________
4880 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
4881         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
4882              From: Michael G Schwern <schwern@pobox.com> 
4883              Date: Wed, 28 Nov 2001 16:37:01 -0500
4884              Message-ID: <20011128163701.H676@blackrider>
4885      Branch: perl
4886            ! t/run/kill_perl.t
4887 ____________________________________________________________________________
4888 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
4889         Log: @INC tweak.
4890      Branch: perl
4891            ! t/op/ref.t
4892 ____________________________________________________________________________
4893 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
4894         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
4895              From: Nicholas Clark <nick@ccl4.org>
4896              Date: Wed, 28 Nov 2001 23:38:43 +0000
4897              Message-ID: <20011128233843.N37621@plum.flirble.org>  
4898      Branch: perl
4899            ! installman
4900 ____________________________________________________________________________
4901 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
4902         Log: Tweak the forking logic.
4903      Branch: perl
4904            ! Porting/checkURL.pl
4905 ____________________________________________________________________________
4906 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
4907         Log: Update perlmodlib.PL as per #13348.  The L<> got
4908              changed back because that is coming from ParseLink.pm.
4909      Branch: perl
4910            ! pod/perlmodlib.PL pod/perlmodlib.pod
4911 ____________________________________________________________________________
4912 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
4913         Log: URL fixups from Michael Schwern.
4914      Branch: perl
4915            ! README.cygwin README.dos README.hpux README.mint README.mpeix
4916            ! README.os390 README.qnx README.solaris README.vos README.win32
4917            ! pod/perlmodlib.pod
4918 ____________________________________________________________________________
4919 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
4920         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
4921              From: Barrie Slaymaker <barries@slaysys.com>
4922              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
4923              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
4924      Branch: perl
4925            ! lib/Exporter.pm
4926 ____________________________________________________________________________
4927 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
4928         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
4929      Branch: perl
4930            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
4931 ____________________________________________________________________________
4932 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
4933         Log: Subject: [PATCH] Re: $\ very broken
4934              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4935              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
4936              Message-ID: <20011128223308.E732@rafael>   
4937              
4938              Subject: Re: [PATCH] Re: $\ very broken     
4939              From: Nicholas Clark <nick@ccl4.org>
4940              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
4941              Message-ID: <20011128222859.K37621@plum.flirble.org>
4942      Branch: perl
4943            ! mg.c t/op/ref.t
4944 ____________________________________________________________________________
4945 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
4946         Log: Add Abigail's link checker with the following tweaks:
4947              - known dummy URLs (Peter Prymmer)
4948              - do also READMEs and INSTALL (Michael Schwern)
4949              - do also ftp URLs
4950              - add fork retry loop in case the allowed number
4951              of processes per user is low
4952      Branch: perl
4953            + Porting/checkURL.pl
4954            ! MANIFEST
4955 ____________________________________________________________________________
4956 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
4957         Log: Update Changes.
4958      Branch: perl
4959            ! Changes patchlevel.h
4960 ____________________________________________________________________________
4961 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
4962         Log: In Linux if we have modern enough gcc and supported
4963              enough CPU, crank up the optimization level to -O3.
4964      Branch: perl
4965            ! hints/linux.sh
4966 ____________________________________________________________________________
4967 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
4968         Log: Add perlpacktut from Wolfgang Laun; regen toc.
4969      Branch: perl
4970            + pod/perlpacktut.pod
4971            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
4972            ! pod/perltoc.pod
4973 ____________________________________________________________________________
4974 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
4975         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
4976              From: PPrymmer@factset.com
4977              Date: Wed, 28 Nov 2001 07:51:26 -0500
4978              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
4979      Branch: perl
4980            ! vms/test.com
4981 ____________________________________________________________________________
4982 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
4983         Log: Test cases for the first half of #13338.
4984      Branch: perl
4985            ! t/lib/h2ph.h t/lib/h2ph.pht
4986 ____________________________________________________________________________
4987 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
4988         Log: Subject: Re: h2ph confused by comments in an enum.
4989              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
4990              Date: Wed, 28 Nov 2001 04:19:21 +0000
4991              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
4992              
4993              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
4994              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
4995              Date: Wed, 28 Nov 2001 13:36:35 +0000
4996              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
4997      Branch: perl
4998            ! utils/h2ph.PL
4999 ____________________________________________________________________________
5000 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
5001         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
5002              From: Jonathan Stowe <gellyfish@gellyfish.com>
5003              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
5004              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
5005              
5006              (replace #13327)
5007      Branch: perl
5008            ! lib/Term/Cap.pm
5009 ____________________________________________________________________________
5010 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
5011         Log: Replace #13335 with
5012              
5013              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
5014              From: Russ Allbery <rra@stanford.edu>
5015              Date: 27 Nov 2001 20:42:49 -0800
5016              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
5017      Branch: perl
5018            ! lib/Pod/Text/Termcap.pm
5019 ____________________________________________________________________________
5020 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
5021         Log: (replaced by #13336)
5022              
5023              Subject: [PATCH perl@13323] Termcap.pm with no termios
5024              From: "Craig A. Berry" <craigberry@mac.com> 
5025              Date: Tue, 27 Nov 2001 22:28:50 -0600
5026              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
5027      Branch: perl
5028            ! lib/Pod/Text/Termcap.pm
5029 ____________________________________________________________________________
5030 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
5031         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
5032              From: "Craig A. Berry" <craigberry@mac.com> 
5033              Date: Tue, 27 Nov 2001 21:46:45 -0600
5034              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
5035      Branch: perl
5036            ! configure.com
5037 ____________________________________________________________________________
5038 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
5039         Log: Upgrade to podlators 1.17.
5040      Branch: perl
5041            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
5042            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
5043 ____________________________________________________________________________
5044 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
5045         Log: Fix for "a\x{100}" =~ /A/i.
5046      Branch: perl
5047            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
5048            ! utf8.c
5049 ____________________________________________________________________________
5050 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
5051         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
5052              From: "Craig A. Berry" <craigberry@mac.com>
5053              Date: Tue, 27 Nov 2001 17:11:49 -0600
5054              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
5055      Branch: perl
5056            ! lib/DB.t
5057 ____________________________________________________________________________
5058 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
5059         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
5060              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5061              Date: Tue, 27 Nov 2001 14:55:23 -0500
5062              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
5063              
5064              Subject: [PATCH: perl@13324] updates to perldelta.pod 
5065              From: PPrymmer@factset.com
5066              Date: Tue, 27 Nov 2001 18:06:04 -0500
5067              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
5068              
5069              plus added some known problems.
5070      Branch: perl
5071            ! pod/perldelta.pod
5072 ____________________________________________________________________________
5073 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
5074         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
5075              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5076              Date: Tue, 27 Nov 2001 15:38:02 EST 
5077              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
5078      Branch: perl
5079            ! configure.com vms/vms.c vms/vmsish.h
5080 ____________________________________________________________________________
5081 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
5082         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
5083              From: Michael G Schwern <schwern@pobox.com> 
5084              Date: Tue, 27 Nov 2001 15:31:12 -0500
5085              Message-ID: <20011127153112.G20929@blackrider>
5086      Branch: perl
5087            ! t/run/kill_perl.t
5088 ____________________________________________________________________________
5089 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
5090         Log: (replaced by #13337)
5091              
5092              VMS can safely hardcode a termcap entry for VT100.
5093      Branch: perl
5094            ! lib/Term/Cap.pm
5095 ____________________________________________________________________________
5096 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
5097         Log: VMS piping fixes from Charles Lane (perl -P should
5098              be working now).
5099      Branch: perl
5100            ! vms/vms.c
5101 ____________________________________________________________________________
5102 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
5103         Log: Subject: [PATCH] perlvar.pod fix
5104              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5105              Date: Tue, 27 Nov 2001 13:11:47 -0500
5106              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
5107      Branch: perl
5108            ! pod/perlvar.pod
5109 ____________________________________________________________________________
5110 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
5111         Log: Update Changes.
5112      Branch: perl
5113            ! Changes patchlevel.h
5114 ____________________________________________________________________________
5115 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
5116         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
5117              From: "Craig A. Berry" <craigberry@mac.com> 
5118              Date: Tue, 27 Nov 2001 10:21:18 -0600
5119              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
5120      Branch: perl
5121            ! lib/ExtUtils/MM_VMS.pm
5122 ____________________________________________________________________________
5123 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
5124         Log: Protect against accumulating -options -options -options.
5125      Branch: perl
5126            ! hints/hpux.sh
5127 ____________________________________________________________________________
5128 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
5129         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
5130              From: Barrie Slaymaker <barries@slaysys.com>
5131              Date: Tue, 27 Nov 2001 10:58:54 -0500
5132              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
5133      Branch: perl
5134            ! lib/Benchmark.pm
5135 ____________________________________________________________________________
5136 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
5137         Log: Tiny fix from John P. Linderman.
5138      Branch: perl
5139            ! lib/sort.pm
5140 ____________________________________________________________________________
5141 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
5142         Log: The Story of sort(), from John P. Linderman.
5143      Branch: perl
5144            ! pod/perldelta.pod
5145 ____________________________________________________________________________
5146 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
5147         Log: Add information what to do if you are reading
5148              perluniintro but using some older Perl.
5149      Branch: perl
5150            ! pod/perluniintro.pod
5151 ____________________________________________________________________________
5152 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
5153         Log: Update the 'wide characters' FAQ entry.
5154      Branch: perl
5155            ! pod/perlfaq6.pod
5156 ____________________________________________________________________________
5157 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
5158         Log: Fix for
5159              
5160              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
5161              From: Marc Lehmann <root@schmorp.de>
5162              Date: Tue, 27 Nov 2001 14:27:14 +0100
5163              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
5164      Branch: perl
5165            ! ext/Encode.t ext/Encode/Encode.xs
5166 ____________________________________________________________________________
5167 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
5168         Log: Subject: [PATCH] DB_File 1.801
5169              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5170              Date: Tue, 27 Nov 2001 15:06:45 -0000
5171              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
5172      Branch: perl
5173            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5174            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
5175 ____________________________________________________________________________
5176 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
5177         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
5178      Branch: perl
5179            ! pod/perlmodlib.pod
5180 ____________________________________________________________________________
5181 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
5182         Log: sort() doc tweaks from John P. Linderman.
5183      Branch: perl
5184            ! pod/perlfunc.pod
5185 ____________________________________________________________________________
5186 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
5187         Log: Subject: [PATCH] More perldelta.pod nits
5188              From: Simon Glover <scog@roe.ac.uk>
5189              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
5190              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
5191      Branch: perl
5192            ! pod/perldelta.pod
5193 ____________________________________________________________________________
5194 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
5195         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
5196              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5197              Date: Tue, 27 Nov 2001 11:52:31 -0000
5198              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
5199      Branch: perl
5200            ! ext/Devel/PPPort/harness/Makefile.PL
5201 ____________________________________________________________________________
5202 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
5203         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
5204              From: Michael G Schwern <schwern@pobox.com>
5205              Date: Tue, 27 Nov 2001 03:38:24 -0500
5206              Message-ID: <20011127033824.A17775@blackrider>
5207      Branch: perl
5208            ! t/TEST
5209 ____________________________________________________________________________
5210 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
5211         Log: Subject: Re: perlcc very broken
5212              From: John Peacock <jpeacock@rowman.com>
5213              Date: Tue, 27 Nov 2001 06:48:01 -0500
5214              Message-ID: <3C037D71.4030508@rowman.com>
5215      Branch: perl
5216            ! utils/perlcc.PL
5217 ____________________________________________________________________________
5218 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
5219         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
5220              From: David Dyck <dcd@tc.fluke.com>
5221              Date: Mon, 26 Nov 2001 22:04:38 -0800
5222              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
5223      Branch: perl
5224            ! t/op/pack.t
5225 ____________________________________________________________________________
5226 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
5227         Log: Subject: [ID 20011126.149] t/op/split fails step 37
5228              From: David Dyck <dcd@tc.fluke.com>
5229              Date: Mon, 26 Nov 2001 21:52:35 -0800
5230              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
5231      Branch: perl
5232            ! t/op/split.t
5233 ____________________________________________________________________________
5234 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
5235         Log: incorporate last minute change from libnet 1.0901-tobe
5236      Branch: perl
5237            ! lib/Net/SMTP.pm
5238 ____________________________________________________________________________
5239 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
5240         Log: Pass 7 at perldelta - random edits.
5241      Branch: perl
5242            ! pod/perldelta.pod
5243 ____________________________________________________________________________
5244 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
5245         Log: Portability and skippage tweaks.
5246      Branch: perl
5247            ! t/op/split.t
5248 ____________________________________________________________________________
5249 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
5250         Log: (retracted by #13449)
5251              Try to make Unicode casemapping to work for EBCDIC, too.
5252      Branch: perl
5253            ! utf8.c
5254 ____________________________________________________________________________
5255 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
5256         Log: Just printing 1..0 is not quite enough...
5257      Branch: perl
5258            ! lib/Dumpvalue.t
5259 ____________________________________________________________________________
5260 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
5261         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
5262              Delay the match until runtime.
5263      Branch: perl
5264            ! t/op/append.t
5265 ____________________________________________________________________________
5266 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
5267         Log: UTF-EBCDIC.
5268      Branch: perl
5269            ! ext/Devel/Peek/Peek.t
5270 ____________________________________________________________________________
5271 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
5272         Log: Be UTF-EBCDIC aware.
5273      Branch: perl
5274            ! lib/bytes.t
5275 ____________________________________________________________________________
5276 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
5277         Log: Bad assumption which way digits and letters sort.
5278      Branch: perl
5279            ! lib/English.t
5280 ____________________________________________________________________________
5281 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
5282         Log: If in EBCDIC but no Convert::EBCDIC
5283              the libnet tests will all fail.
5284      Branch: perl
5285            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
5286            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
5287            ! lib/Net/t/smtp.t lib/Net/t/time.t
5288 ____________________________________________________________________________
5289 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
5290         Log: Just sorting to guarantee order is not enough.
5291              (Think EBCDIC.) 
5292      Branch: perl
5293            ! lib/ExtUtils/Manifest.t
5294 ____________________________________________________________________________
5295 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
5296         Log: OS/390 cleanable gunk.
5297      Branch: perl
5298            ! lib/ExtUtils/MM_Unix.pm
5299 ____________________________________________________________________________
5300 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
5301         Log: Update the EBCDIC MD5 checksums.
5302      Branch: perl
5303            ! ext/Digest/MD5/t/files.t
5304 ____________________________________________________________________________
5305 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
5306         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
5307              From: Nicholas Clark <nick@ccl4.org>
5308              Date: Mon, 26 Nov 2001 23:06:34 +0000
5309              Message-ID: <20011126230633.Q37621@plum.flirble.org>
5310      Branch: perl
5311            ! installman
5312 ____________________________________________________________________________
5313 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
5314         Log: sort tweaks from John P. Linderman.
5315      Branch: perl
5316            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
5317 ____________________________________________________________________________
5318 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
5319         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
5320              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
5321              Date: Mon, 26 Nov 2001 18:47:25 -0600
5322              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
5323              
5324              Craig Berry submitted half of this patch just yesterday.
5325              Spooky cosmic resonance.
5326      Branch: perl
5327            ! ext/Socket/Socket.xs
5328 ____________________________________________________________________________
5329 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
5330         Log: Subject: [PATCH] doio slightly smaller
5331              From: Nicholas Clark <nick@ccl4.org>
5332              Date: Tue, 27 Nov 2001 00:40:23 +0000      
5333              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
5334      Branch: perl
5335            ! doio.c
5336 ____________________________________________________________________________
5337 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
5338         Log: perldelta nits from Autrijus Tang and Ron Kimball.
5339      Branch: perl
5340            ! pod/perldelta.pod
5341 ____________________________________________________________________________
5342 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
5343         Log: Subject: [PATCH] unpack P* uses random length for item
5344              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
5345              Date: Mon, 26 Nov 2001 19:56:32 +0100
5346              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
5347      Branch: perl
5348            ! pod/perldiag.pod pp_pack.c t/op/pack.t
5349 ____________________________________________________________________________
5350 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
5351         Log: Subject: [PATCH current] system and taintedness
5352              From: Radu Greab <radu@netsoft.ro>
5353              Date: Mon, 26 Nov 2001 18:42:29 +0200
5354              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
5355      Branch: perl
5356            ! pp_sys.c t/op/taint.t
5357 ____________________________________________________________________________
5358 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
5359         Log: Subject: [PATCH @ 13283] Devel::PPPort
5360              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5361              Date: Mon, 26 Nov 2001 14:37:17 -0000
5362              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
5363      Branch: perl
5364            + ext/Devel/PPPort/MANIFEST
5365            ! MANIFEST ext/Devel/PPPort/Makefile.PL
5366            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
5367            ! ext/Devel/PPPort/harness/Harness.xs
5368            ! ext/Devel/PPPort/harness/Makefile.PL
5369            ! ext/Devel/PPPort/harness/module2.c
5370            ! ext/Devel/PPPort/harness/module3.c
5371            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
5372 ____________________________________________________________________________
5373 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
5374         Log: Update the test list.
5375      Branch: perl
5376            ! t/lib/1_compile.t
5377 ____________________________________________________________________________
5378 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
5379         Log: Sync-up tests with libnet distribution
5380      Branch: perl
5381            + lib/Net/t/netrc.t
5382            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
5383 ____________________________________________________________________________
5384 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
5385         Log: Update Changes.
5386      Branch: perl
5387            ! Changes patchlevel.h
5388 ____________________________________________________________________________
5389 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
5390         Log: Upgrade to podlators 1.16.
5391      Branch: perl
5392            + lib/Pod/t/basic.cap
5393            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
5394            ! lib/Pod/t/basic.t pod/pod2man.PL
5395 ____________________________________________________________________________
5396 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
5397         Log: Pass 6 at perldelta - sort enhancements, generic and
5398              platform specific bug fixes.
5399      Branch: perl
5400            ! pod/perldelta.pod
5401 ____________________________________________________________________________
5402 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
5403         Log: PROPAGATE documentation from Tony Cook.
5404      Branch: perl
5405            ! pod/perlfunc.pod
5406 ____________________________________________________________________________
5407 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
5408         Log: DJGPP cannot do signals that well.
5409      Branch: perl
5410            ! ext/POSIX/t/sigaction.t
5411 ____________________________________________________________________________
5412 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
5413         Log: Can't do subsecond alarms without ualarm; and break out
5414              early if alarms do not seem to be coming in as expected.
5415      Branch: perl
5416            ! ext/Time/HiRes/HiRes.t
5417 ____________________________________________________________________________
5418 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
5419         Log: No Socket, little Net.
5420      Branch: perl
5421            ! t/lib/1_compile.t
5422 ____________________________________________________________________________
5423 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
5424         Log: Take the taint brush to the getcwds.
5425      Branch: perl
5426            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
5427 ____________________________________________________________________________
5428 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
5429         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
5430              From: "Craig A. Berry" <craigberry@mac.com>
5431              Date: Sun, 25 Nov 2001 16:20:45 -0600
5432              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
5433      Branch: perl
5434            ! ext/Socket/Socket.xs
5435 ____________________________________________________________________________
5436 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
5437         Log: Since in some DOS filesystems the timestamp granularity
5438              may be only two seconds, better sleep for three to play safe.
5439              (Helps CygWin, at least.)
5440      Branch: perl
5441            ! lib/Memoize/t/expire_file.t
5442 ____________________________________________________________________________
5443 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
5444         Log: For some reason CygWin wasn't collapsing multiple
5445              slashes into one, which made some Spec.t tests to fail.
5446              Either CygWin was being too prudish or the collapsing
5447              logic needs to be rethunk.
5448      Branch: perl
5449            ! lib/File/Spec/Unix.pm
5450 ____________________________________________________________________________
5451 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
5452         Log: Cygwin needs to have libperl.dll around if trying to link
5453              with -lperl.  Note: this change cures the test but whether
5454              it cures CygPerl installation, I don't know: hopefully the
5455              libperl5_7_2.dll, or the version equivalent, gets installed
5456              also as libperl.dll to the proper place(s).
5457      Branch: perl
5458            ! lib/ExtUtils/Embed.t
5459 ____________________________________________________________________________
5460 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
5461         Log: -I../lib/.. and -L../lib/..?  Strange.
5462      Branch: perl
5463            ! lib/ExtUtils/Embed.t
5464 ____________________________________________________________________________
5465 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
5466         Log: $MM?
5467      Branch: perl
5468            ! lib/ExtUtils/Embed.pm
5469 ____________________________________________________________________________
5470 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
5471         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
5472              From: Dave Rolsky <autarch@urth.org>
5473              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
5474              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
5475      Branch: perl
5476            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
5477            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5478 ____________________________________________________________________________
5479 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
5480         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
5481              From: chromatic <chromatic@rmci.net>
5482              Date: Sat, 24 Nov 2001 14:56:57 -0700
5483              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
5484              
5485              plus a tweak for ithreads builds.
5486      Branch: perl
5487            + lib/DB.t
5488            ! MANIFEST lib/DB.pm
5489 ____________________________________________________________________________
5490 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
5491         Log: Win32 compilation tweaks for Blair Zajac.
5492      Branch: perl
5493            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
5494 ____________________________________________________________________________
5495 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
5496         Log: I don't think trying to bracket the hires time with lores
5497              times is going to be portable enough: Cygwin seems to be
5498              capable of getting hires ones rather consistently lower
5499              than the lores ones.  So let's try average difference instead.
5500      Branch: perl
5501            ! ext/Time/HiRes/HiRes.t
5502 ____________________________________________________________________________
5503 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
5504         Log: Subject: Re: benchmarks, sorts and reproducibility
5505              From: "John P. Linderman" <jpl@research.att.com>
5506              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
5507              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
5508              
5509              Randomize large partitions for quicksort to dodge the
5510              angry gods of quadratic.
5511      Branch: perl
5512            ! pp_sort.c
5513 ____________________________________________________________________________
5514 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
5515         Log: The joys of portable quoting.
5516      Branch: perl
5517            ! ext/Devel/PPPort/harness/Makefile.PL
5518 ____________________________________________________________________________
5519 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
5520         Log: sort pragma tweaks.
5521      Branch: perl
5522            ! lib/sort.pm
5523 ____________________________________________________________________________
5524 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
5525         Log: Skip the link= directives of utils.lst if no mandir
5526              (if no manpages).
5527      Branch: perl
5528            ! installman
5529 ____________________________________________________________________________
5530 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
5531         Log: integrate changes#8340,13260 from mainline
5532              
5533              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
5534              
5535              change#3373 introduced a handle leak in backticks and piped open()s
5536              that fail
5537      Branch: maint-5.6/perl
5538            ! t/io/pipe.t util.c
5539 ____________________________________________________________________________
5540 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
5541         Log: change#3373 introduced a handle leak in backticks and piped open()s
5542              that fail
5543      Branch: perl
5544            ! util.c
5545 ____________________________________________________________________________
5546 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
5547         Log: metaconfig unit change for #13258.
5548      Branch: metaconfig/U/perl
5549            ! d_procselfexe.U
5550 ____________________________________________________________________________
5551 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
5552         Log: Extraenous breaks noticed by David Dyck.
5553      Branch: perl
5554            ! Configure
5555 ____________________________________________________________________________
5556 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
5557         Log: Revert the /proc/self/auxv experiment for now.
5558      Branch: perl
5559            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
5560 ____________________________________________________________________________
5561 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
5562         Log: Also ExtUtils.t had $^X assumptions.
5563      Branch: perl
5564            ! lib/ExtUtils.t
5565 ____________________________________________________________________________
5566 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
5567         Log: Now is Solaris if you start the t/perl in the t/
5568              as "./perl", the $^X will be "../perl", not "./perl".
5569      Branch: perl
5570            ! t/lib/1_compile.t
5571 ____________________________________________________________________________
5572 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
5573         Log: The new way of finding out $^X in Solaris
5574              requires a little tweak if the executable
5575              pathname is *not* absolute: prepend "./"
5576              (otherwise `$^X ...` will start perl from PATH...)
5577      Branch: perl
5578            ! perl.c
5579 ____________________________________________________________________________
5580 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
5581         Log: Avoid "will not stay shared" warnings.
5582      Branch: perl
5583            ! lib/ExtUtils/MM_Unix.pm
5584 ____________________________________________________________________________
5585 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
5586         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
5587              From: Michael G Schwern <schwern@pobox.com>
5588              Date: Sat, 24 Nov 2001 19:56:18 -0500
5589              Message-ID: <20011124195618.A14614@blackrider>            
5590      Branch: perl
5591            ! perl.c pp_sys.c t/op/magic.t util.c
5592 ____________________________________________________________________________
5593 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
5594         Log: In the MakeMaker pm_to_blib target don't copy all
5595              the files in one fell swppo, deal with them hunkwise,
5596              helps for CLIs with limited line lengths.
5597              (This seems to help for DJGPP building Encode,
5598              where there are dozens of files to copy.)
5599      Branch: perl
5600            ! lib/ExtUtils/MM_Unix.pm
5601 ____________________________________________________________________________
5602 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
5603         Log: testsuite leaves stray files behind on windows
5604      Branch: perl
5605            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
5606 ____________________________________________________________________________
5607 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
5608         Log: xsubpp produces a spurious warning on directories called 'typemap'
5609      Branch: perl
5610            ! lib/ExtUtils/xsubpp
5611 ____________________________________________________________________________
5612 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
5613         Log: xsubpp treats invalid (indented) cpp directives as comments
5614      Branch: perl
5615            ! ext/IO/IO.xs
5616 ____________________________________________________________________________
5617 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
5618         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
5619      Branch: perl
5620            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
5621 ____________________________________________________________________________
5622 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
5623         Log: The debug_pag needs to be visible at all times
5624              because of the re extension.
5625      Branch: perl
5626            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
5627 ____________________________________________________________________________
5628 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
5629         Log: Subject: Re: [PATCH] Tests are good
5630              From: Philip Newton <Philip.Newton@gmx.net>
5631              Date: Sat, 24 Nov 2001 21:24:00 +0100
5632              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
5633      Branch: perl
5634            ! pod/perlhack.pod
5635 ____________________________________________________________________________
5636 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
5637         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
5638              From: "Craig A. Berry" <craigberry@mac.com> 
5639              Date: Sat, 24 Nov 2001 12:45:44 -0600
5640              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
5641              
5642              (with tweaks, and combined with Sarathy's #13242)
5643      Branch: perl
5644            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
5645 ____________________________________________________________________________
5646 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
5647         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
5648              From: John Peacock <jpeacock@rowman.com>
5649              Date: Sat, 24 Nov 2001 14:27:46 -0500
5650              Message-ID: <3BFFF4B2.40509@rowman.com> 
5651      Branch: perl
5652            ! lib/Exporter/Heavy.pm
5653 ____________________________________________________________________________
5654 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
5655         Log: use portable quotes
5656      Branch: perl
5657            ! ext/Devel/PPPort/harness/Makefile.PL
5658 ____________________________________________________________________________
5659 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
5660         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
5661              From: Nicholas Clark <nick@ccl4.org>
5662              Date: Sat, 24 Nov 2001 18:06:26 +0000
5663              Message-ID: <20011124180626.T37621@plum.flirble.org>
5664      Branch: perl
5665            ! installman
5666 ____________________________________________________________________________
5667 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
5668         Log: Subject: [PATCH] perl5005delta.pod L<>
5669              From: Nicholas Clark <nick@ccl4.org>
5670              Date: Sat, 24 Nov 2001 18:04:21 +0000
5671              Message-ID: <20011124180421.S37621@plum.flirble.org>
5672      Branch: perl
5673            ! pod/perl5005delta.pod
5674 ____________________________________________________________________________
5675 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
5676         Log: fix typo in config.vc; regenerate win32 config_H.* files
5677      Branch: perl
5678            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5679            ! win32/config_H.vc
5680 ____________________________________________________________________________
5681 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
5682         Log: Mention the charnames::vianame().
5683      Branch: perl
5684            ! pod/perluniintro.pod
5685 ____________________________________________________________________________
5686 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
5687         Log: Add charnames::vianame() in case people want to access
5688              the codes in run-time (as opposed to the compile-timeness
5689              of \N{...}).
5690      Branch: perl
5691            ! lib/charnames.pm lib/charnames.t
5692 ____________________________________________________________________________
5693 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
5694         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
5695              From: Nicholas Clark <nick@ccl4.org>
5696              Date: Sat, 24 Nov 2001 16:30:42 +0000
5697              Message-ID: <20011124163042.R37621@plum.flirble.org>
5698      Branch: perl
5699            ! regcomp.c regcomp.h
5700 ____________________________________________________________________________
5701 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
5702         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
5703              From: Nicholas Clark <nick@ccl4.org>
5704              Date: Sat, 24 Nov 2001 16:24:33 +0000
5705              Message-ID: <20011124162433.Q37621@plum.flirble.org>
5706              
5707              cmp fixes.
5708      Branch: perl
5709            ! pp.c
5710 ____________________________________________________________________________
5711 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
5712         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
5713              (It seems that "./perl" gets resolved to "perl" now.)
5714      Branch: perl
5715            ! perl.c
5716 ____________________________________________________________________________
5717 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
5718         Log: Subject: [PATCH] DB_File 1.800        
5719              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
5720              Date: Sat, 24 Nov 2001 11:41:41 -0000
5721              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
5722      Branch: perl
5723            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5724            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
5725            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5726            ! ext/DB_File/t/db-recno.t
5727 ____________________________________________________________________________
5728 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
5729         Log: Tweak the PUSHED documentation.
5730      Branch: perl
5731            ! ext/PerlIO/Via/Via.pm
5732 ____________________________________________________________________________
5733 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
5734         Log: Update 1_compile for new known tests.
5735      Branch: perl
5736            ! t/lib/1_compile.t
5737 ____________________________________________________________________________
5738 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
5739         Log: Move the MBF/MBI test modules to t/lib.
5740      Branch: perl
5741            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
5742            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
5743            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
5744            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
5745            ! lib/Math/BigInt/t/sub_mbi.t
5746 ____________________________________________________________________________
5747 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
5748         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
5749              From: "Craig A. Berry" <craigberry@mac.com> 
5750              Date: Fri, 23 Nov 2001 18:05:35 -0600
5751              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
5752      Branch: perl
5753            ! configure.com
5754 ____________________________________________________________________________
5755 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
5756         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
5757              From: PPrymmer@factset.com 
5758              Date: Fri, 23 Nov 2001 17:03:07 -0500
5759              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
5760      Branch: perl
5761            ! ext/Unicode/Normalize/mkheader
5762 ____________________________________________________________________________
5763 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
5764         Log: Here are the right helper files.
5765      Branch: perl
5766            + t/lib/Filter/Simple/ExportTest.pm
5767            + t/lib/Filter/Simple/FilterOnlyTest.pm
5768            + t/lib/Filter/Simple/FilterTest.pm
5769            + t/lib/Filter/Simple/ImportTest.pm
5770            ! MANIFEST
5771 ____________________________________________________________________________
5772 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
5773         Log: Update Changes.
5774      Branch: perl
5775            ! Changes patchlevel.h
5776 ____________________________________________________________________________
5777 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
5778         Log: Never mind.
5779      Branch: perl
5780            - lib/Filter/Simple/lib/ExportTest.pm
5781            - lib/Filter/Simple/lib/ImportTest.pm
5782 ____________________________________________________________________________
5783 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
5784         Log: Mis-add.
5785      Branch: perl
5786            + lib/Filter/Simple/lib/ExportTest.pm
5787            + lib/Filter/Simple/lib/ImportTest.pm
5788 ____________________________________________________________________________
5789 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
5790         Log: Upgrade to Filter::Simple 0.77.
5791      Branch: perl
5792            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
5793            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
5794            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
5795            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
5796            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
5797 ____________________________________________________________________________
5798 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
5799         Log: Missing p4 add.
5800      Branch: perl
5801            + lib/ExtUtils/MM_VMS.t
5802 ____________________________________________________________________________
5803 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
5804         Log: Pass 5 at perldelta - module and utility updates cleanup.
5805      Branch: perl
5806            ! pod/perldelta.pod
5807 ____________________________________________________________________________
5808 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
5809         Log: metaconfig unit change for #13219.
5810      Branch: metaconfig/U/perl
5811            ! d_procselfexe.U
5812 ____________________________________________________________________________
5813 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
5814         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
5815      Branch: perl
5816            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5817            ! pod/buildtoc.PL pod/perltoc.pod
5818 ____________________________________________________________________________
5819 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
5820         Log: Add procselfexe and d_dirfd to strange lands.
5821      Branch: perl
5822            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
5823            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
5824            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5825            ! win32/config.gc win32/config.vc win32/config.win64
5826            ! wince/config.ce
5827 ____________________________________________________________________________
5828 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
5829         Log: metaconfig unit change for #13216.
5830      Branch: metaconfig/U/perl
5831            ! d_procselfexe.U
5832 ____________________________________________________________________________
5833 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
5834         Log: Better to "quote" the pathname.
5835      Branch: perl
5836            ! Configure config_h.SH
5837 ____________________________________________________________________________
5838 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
5839         Log: Use PROCSELFEXE_PATH.
5840      Branch: perl
5841            ! perl.c
5842 ____________________________________________________________________________
5843 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
5844         Log: metaconfig unit change for #13213.
5845      Branch: metaconfig/U/perl
5846            ! d_procselfexe.U
5847 ____________________________________________________________________________
5848 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
5849         Log: Add probing for BSD-like /proc/curpoc/file.
5850      Branch: perl
5851            ! Configure config_h.SH
5852 ____________________________________________________________________________
5853 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
5854         Log: metaconfig unit change for 13211.
5855      Branch: metaconfig/U/perl
5856            + d_dirfd.U
5857 ____________________________________________________________________________
5858 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
5859         Log: Add probing for dirfd() so that it can be added it IO::Dir.
5860      Branch: perl
5861            ! Configure config_h.SH perl.h
5862 ____________________________________________________________________________
5863 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
5864         Log: ...and update the test count.
5865      Branch: perl
5866            ! lib/Pod/t/basic.t
5867 ____________________________________________________________________________
5868 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
5869         Log: Must remove the cap test also from the test script.
5870      Branch: perl
5871            ! lib/Pod/t/basic.t
5872 ____________________________________________________________________________
5873 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
5874         Log: Subject: [PATCH] Tests are good
5875              From: Nicholas Clark <nick@ccl4.org>
5876              Date: Fri, 23 Nov 2001 18:12:21 +0000
5877              Message-ID: <20011123181220.F37621@plum.flirble.org>
5878      Branch: perl
5879            ! pod/perlhack.pod
5880 ____________________________________________________________________________
5881 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
5882         Log: The basic.cap from podlators 1.14 is not very portable.
5883      Branch: perl
5884            - lib/Pod/t/basic.cap
5885            ! MANIFEST
5886 ____________________________________________________________________________
5887 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
5888         Log: Subject: Re: [DOC PATCHES] pod cleanups
5889              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5890              Date: 22 Nov 2001 12:54:16 -0000
5891              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
5892      Branch: perl
5893            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
5894            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
5895 ____________________________________________________________________________
5896 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
5897         Log: FAQ sync.
5898      Branch: perl
5899            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
5900 ____________________________________________________________________________
5901 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
5902         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
5903              From: PPrymmer@factset.com
5904              Date: Fri, 23 Nov 2001 11:43:45 -0500
5905              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
5906      Branch: perl
5907            ! MANIFEST lib/ExtUtils/MM_VMS.pm
5908 ____________________________________________________________________________
5909 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
5910         Log: Corify podlators 1.14 test.
5911      Branch: perl
5912            ! lib/Pod/t/basic.t
5913 ____________________________________________________________________________
5914 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
5915         Log: Output tweak needed because of podlators 1.14.
5916      Branch: perl
5917            ! t/pod/multiline_items.xr
5918 ____________________________________________________________________________
5919 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
5920         Log: Upgrade to podlators 1.14.
5921      Branch: perl
5922            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
5923            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
5924            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
5925            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
5926            ! lib/Pod/Text/Overstrike.pm
5927 ____________________________________________________________________________
5928 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
5929         Log: perlmodinstall tweaks from Philip Newton.
5930      Branch: perl
5931            ! pod/perlmodinstall.pod
5932 ____________________________________________________________________________
5933 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
5934         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
5935              From: Autrijus Tang <autrijus@autrijus.org>           
5936              Date: Fri, 23 Nov 2001 23:55:53 +0800
5937              Message-ID: <20011123235553.A2310@not.autrijus.org>
5938      Branch: perl
5939            ! Porting/genlog
5940 ____________________________________________________________________________
5941 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
5942         Log: Subject: Re: regex oddness with \Z and $&
5943              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
5944              Date: Fri, 23 Nov 2001 15:15:24 +0000
5945              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
5946      Branch: perl
5947            ! regcomp.c t/op/re_tests
5948 ____________________________________________________________________________
5949 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
5950         Log: regen_headers.
5951      Branch: perl
5952            ! embed.h global.sym pod/perlapi.pod proto.h
5953 ____________________________________________________________________________
5954 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
5955         Log: Forgotten check-in.
5956      Branch: perl
5957            ! pod/perlapi.pod
5958 ____________________________________________________________________________
5959 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
5960         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
5961      Branch: perl
5962            ! lib/Test/Simple.pm
5963 ____________________________________________________________________________
5964 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
5965         Log: Retract #13173 (effectively retract Net::Ping 2.06,
5966              go back to 2.04, the 2.06 hasn't seen the patches
5967              that have gone to the blead version.)
5968      Branch: perl
5969            - lib/Net/Ping/CHANGES lib/Net/Ping/README
5970            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
5971            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
5972            - lib/Net/Ping/t/200_ping_tcp.t
5973            ! MANIFEST lib/Net/Ping.pm
5974 ____________________________________________________________________________
5975 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
5976         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
5977              From: Robin Barker <rmb1@cise.npl.co.uk>
5978              Date: Thu, 22 Nov 2001 11:00:38 GMT
5979              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
5980      Branch: perl
5981            ! utils/perldoc.PL
5982 ____________________________________________________________________________
5983 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
5984         Log: metaconfig unit change for #13191.
5985      Branch: metaconfig/U/perl
5986            ! d_procselfexe.U
5987 ____________________________________________________________________________
5988 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
5989         Log: procselfexe tweak: for some reason I had a ls in
5990              /proc/self/exe, not the ls Configure thought it
5991              would found.
5992      Branch: perl
5993            ! Configure
5994 ____________________________________________________________________________
5995 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
5996         Log: Corify the Net::Ping tests; skip the tests
5997              unless $ENV{PERL_TEST_Net_Ping} is true.
5998      Branch: perl
5999            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6000            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6001            ! lib/Net/Ping/t/200_ping_tcp.t
6002 ____________________________________________________________________________
6003 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
6004         Log: metaconfig units changes for #13188.
6005      Branch: metaconfig
6006            ! U/modified/Head.U
6007      Branch: metaconfig/U/perl
6008            ! issymlink.U
6009 ____________________________________________________________________________
6010 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
6011         Log: The #13182 didn't really help.  The real problem
6012              seems to be that 'sh' can in AIX mean at least three
6013              different things, and we can't know which one it is
6014              unless we export $newsh from an earlier run (and it's
6015              the 'bsh' aka 'sh' that has the the broken test -h).
6016      Branch: perl
6017            ! Configure
6018 ____________________________________________________________________________
6019 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
6020         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
6021      Branch: perl
6022            ! op.c t/op/override.t
6023 ____________________________________________________________________________
6024 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
6025         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
6026              From: PPrymmer@factset.com 
6027              Date: Wed, 21 Nov 2001 20:17:25 -0500
6028              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
6029      Branch: perl
6030            ! lib/Shell.t
6031 ____________________________________________________________________________
6032 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
6033         Log: Reapply perlmodinstall parts of #12897.
6034      Branch: perl
6035            ! pod/perlmodinstall.pod
6036 ____________________________________________________________________________
6037 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
6038         Log: perlmodinstall 2.01 from Jon Orwant.
6039      Branch: perl
6040            ! pod/perlmodinstall.pod
6041 ____________________________________________________________________________
6042 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
6043         Log: Subject: [PATCH @10907] REXX on OS/2
6044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6045              Date: Wed, 21 Nov 2001 15:26:11 -0500
6046              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
6047      Branch: perl
6048            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
6049            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
6050 ____________________________________________________________________________
6051 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
6052         Log: metaconfig unit change for #13181.
6053      Branch: metaconfig/U/perl
6054            ! issymlink.U
6055 ____________________________________________________________________________
6056 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
6057         Log: AIX has broken builtin 'test'.
6058      Branch: perl
6059            ! Configure
6060 ____________________________________________________________________________
6061 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
6062         Log: Subject: [PATCH 5.7.x] INSTALL size update
6063              From: Andy Dougherty <doughera@lafayette.edu>
6064              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
6065              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
6066      Branch: perl
6067            ! INSTALL
6068 ____________________________________________________________________________
6069 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
6070         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
6071              to pp_sort.c.  Includes the quicksort stabilizing layer
6072              from John P. Linderman.  -Msort=qsort or -Msort=fast is
6073              faster than without (or with -Msort=mergesort or -Msort=safe)
6074              for short random inputs, but for some reason not quite as fast
6075              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
6076              optimizing definitely needed.
6077      Branch: perl
6078            + lib/sort.pm lib/sort.t pp_sort.c
6079            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
6080            ! embed.pl global.sym perl.h pp_ctl.c proto.h
6081            ! vms/descrip_mms.template vos/build.cm win32/Makefile
6082            ! win32/makefile.mk wince/Makefile.ce
6083 ____________________________________________________________________________
6084 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
6085         Log: Sync file with libnet-1.0901-tobe
6086      Branch: perl
6087            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
6088            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
6089            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
6090            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
6091            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
6092 ____________________________________________________________________________
6093 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
6094         Log: Subject: [PATCH perldoc] problems with pod2man
6095              From: Robin Barker <rmb1@cise.npl.co.uk>
6096              Date: Wed, 21 Nov 2001 17:48:51 GMT
6097              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
6098      Branch: perl
6099            ! utils/perldoc.PL
6100 ____________________________________________________________________________
6101 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
6102         Log: debug_pad only visible when debugging.
6103      Branch: perl
6104            ! makedef.pl
6105 ____________________________________________________________________________
6106 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
6107         Log: metaconfig units changes for #13174.
6108      Branch: metaconfig/U/perl
6109            + d_procselfexe.U
6110            - procselfexe.U
6111 ____________________________________________________________________________
6112 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
6113         Log: procselfexe tweaks.
6114      Branch: perl
6115            ! Configure config_h.SH
6116 ____________________________________________________________________________
6117 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
6118         Log: Upgrade to Net::Ping 2.06.
6119      Branch: perl
6120            + lib/Net/Ping/CHANGES lib/Net/Ping/README
6121            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6122            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6123            + lib/Net/Ping/t/200_ping_tcp.t
6124            ! MANIFEST lib/Net/Ping.pm
6125 ____________________________________________________________________________
6126 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
6127         Log: Upgrade to Math::BigInt 1.47.
6128      Branch: perl
6129            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6130            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
6131            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
6132            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6133            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
6134            ! lib/Math/BigInt/t/sub_mbi.t
6135 ____________________________________________________________________________
6136 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
6137         Log: Dynaloading for POSIX-BC from Thomas Dorner.
6138      Branch: perl
6139            ! hints/posix-bc.sh
6140 ____________________________________________________________________________
6141 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
6142         Log: Strange: the same mysterious regex study bug
6143              seems to be present both in OS/390 and POSIX-BC.
6144              Deep EBCDIC magic that regex engine gets wrong,
6145              or a bug in some compiler/library shared by the
6146              two platforms?  From Thomas Dorner.
6147      Branch: perl
6148            ! t/op/study.t
6149 ____________________________________________________________________________
6150 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
6151         Log: More lost and found.
6152      Branch: perl
6153            + lib/Test/Simple/README
6154            ! MANIFEST
6155 ____________________________________________________________________________
6156 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
6157         Log: MANIFESTly missing.
6158      Branch: perl
6159            ! MANIFEST
6160 ____________________________________________________________________________
6161 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
6162         Log: Subject: Re: PERFORCE change 13162 for review               
6163              From: Philip Newton <Philip.Newton@gmx.net> 
6164              Date: Wed, 21 Nov 2001 16:44:30 +0100
6165              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
6166      Branch: perl
6167            ! ext/Devel/PPPort/PPPort.pm
6168 ____________________________________________________________________________
6169 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
6170         Log: Update Changes.
6171      Branch: perl
6172            ! Changes patchlevel.h
6173 ____________________________________________________________________________
6174 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
6175         Log: Small doc tweaks.
6176      Branch: perl
6177            ! ext/PerlIO/Via/Via.pm
6178 ____________________________________________________________________________
6179 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
6180         Log: Redundant return.
6181      Branch: perl
6182            ! ext/MIME/Base64/QuotedPrint.pm
6183 ____________________________________________________________________________
6184 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
6185         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
6186              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6187              Date: Wed, 21 Nov 2001 10:23:16 +0100
6188              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
6189      Branch: perl
6190            ! pp_pack.c t/op/pack.t
6191 ____________________________________________________________________________
6192 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
6193         Log: Add Devel::PPPort originally from Kenneth Albanowski,
6194              revigorated by Paul Marquess: gives h2xs a Perl version
6195              portability boost.
6196      Branch: perl
6197            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
6198            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
6199            + ext/Devel/PPPort/harness/Harness.pm
6200            + ext/Devel/PPPort/harness/Harness.xs
6201            + ext/Devel/PPPort/harness/Makefile.PL
6202            + ext/Devel/PPPort/harness/module2.c
6203            + ext/Devel/PPPort/harness/module3.c
6204            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
6205            ! MANIFEST lib/h2xs.t utils/h2xs.PL
6206 ____________________________________________________________________________
6207 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
6208         Log: Oops.
6209      Branch: perl
6210            ! lib/Test/Simple/t/filehandles.t
6211 ____________________________________________________________________________
6212 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
6213         Log: Subject: Re: PERFORCE change 13152 for review               
6214              From: Philip Newton <Philip.Newton@gmx.net> 
6215              Date: Wed, 21 Nov 2001 09:04:05 +0100
6216              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
6217      Branch: perl
6218            ! lib/Test/Builder.pm
6219 ____________________________________________________________________________
6220 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
6221         Log: Subject: Re: PERFORCE change 13142 for review
6222              From: Philip Newton <Philip.Newton@gmx.net>
6223              Date: Wed, 21 Nov 2001 09:04:03 +0100
6224              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
6225              
6226              plus rewrap few paragraphs.
6227      Branch: perl
6228            ! lib/Pod/LaTeX.pm
6229 ____________________________________________________________________________
6230 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
6231         Log: Integrate #13154 from macperl; Remove comments.
6232      Branch: perl
6233           !> lib/File/Spec/Mac.pm
6234 ____________________________________________________________________________
6235 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
6236         Log: Update the list of modules having tests.
6237      Branch: perl
6238            ! t/lib/1_compile.t
6239 ____________________________________________________________________________
6240 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
6241         Log: Slight doc changes.
6242      Branch: maint-5.6/macperl
6243            ! macos/macperl/MacPerl.podhelp
6244 ____________________________________________________________________________
6245 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
6246         Log: Add UTF-16 coercion.
6247      Branch: maint-5.6/macperl
6248            ! macos/lib/Mac/AppleEvents/Simple.pm
6249 ____________________________________________________________________________
6250 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
6251         Log: Remove comments.
6252      Branch: maint-5.6/macperl
6253            ! lib/File/Spec/Mac.pm
6254 ____________________________________________________________________________
6255 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
6256         Log: Fix FSpGetCatInfo (and other functions) corrupting
6257              memory with bad filespecs (bug #471867)
6258      Branch: maint-5.6/macperl
6259            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
6260 ____________________________________________________________________________
6261 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
6262         Log: Upgrade to Test::Simple 0.33.
6263      Branch: perl
6264            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
6265            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
6266            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
6267 ____________________________________________________________________________
6268 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
6269         Log: Upgrade to Test::Harness 1.26.
6270      Branch: perl
6271            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6272 ____________________________________________________________________________
6273 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
6274         Log: Integrate change #13145 from maintperl;
6275              another compatibility tweak to change#12559: avoid quoting
6276              arguments that already have quotes; add test case
6277      Branch: perl
6278           !> t/op/system_tests win32/win32.c
6279 ____________________________________________________________________________
6280 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
6281         Log: integrate change#13147 from mainline (fixes nit in change#10091)
6282              
6283              Subject: [PATCH] spaceship and refs
6284      Branch: maint-5.6/perl
6285            ! pp.c pp_hot.c t/op/cmp.t
6286 ____________________________________________________________________________
6287 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
6288         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
6289              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
6290              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
6291              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
6292      Branch: perl
6293            + lib/Pod/t/utils.t
6294            ! MANIFEST
6295 ____________________________________________________________________________
6296 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
6297         Log: Subject: [PATCH] spaceship and refs
6298              From: Nicholas Clark <nick@ccl4.org>
6299              Date: Tue, 20 Nov 2001 21:59:51 +0000
6300              Message-ID: <20011120215951.U62891@plum.flirble.org> 
6301      Branch: perl
6302            ! pp.c pp_hot.c t/op/cmp.t
6303 ____________________________________________________________________________
6304 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
6305         Log: Try to clarify which I/O call operates on bytes,
6306              which on characters, which on either.
6307      Branch: perl
6308            ! pod/perlfunc.pod
6309 ____________________________________________________________________________
6310 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
6311         Log: another compatibility tweak to change#12559: avoid quoting
6312              arguments that already have quotes; add test case
6313      Branch: maint-5.6/perl
6314            ! t/op/system_tests win32/win32.c
6315 ____________________________________________________________________________
6316 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
6317         Log: Give a simple example of writing PerlIO::Via handlers
6318              in Perl.
6319      Branch: perl
6320            ! ext/PerlIO/Via/Via.pm
6321 ____________________________________________________________________________
6322 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
6323         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
6324      Branch: perl
6325            + lib/Pod/t/latex.t
6326            ! MANIFEST
6327 ____________________________________________________________________________
6328 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
6329         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
6330              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6331              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
6332              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
6333      Branch: perl
6334            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
6335 ____________________________________________________________________________
6336 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
6337         Log: Spread d_procselfexe to far-off lands (undefined).
6338      Branch: perl
6339            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
6340            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6341            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6342            ! win32/config.gc win32/config.vc win32/config.win64
6343            ! wince/config.ce
6344 ____________________________________________________________________________
6345 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
6346         Log: Integrate perlio; add detection and use of /proc/self/exe
6347              (Linuxism for finding the absolute path of the executable)
6348      Branch: perl
6349           !> Configure config_h.SH perl.c t/op/magic.t
6350 ____________________________________________________________________________
6351 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
6352         Log: Really define do_report_used() only if DEBUGGING.
6353      Branch: perl
6354            ! sv.c
6355 ____________________________________________________________________________
6356 [ 13138] By: nick                                  on 2001/11/20  20:01:05
6357         Log: perl.c change to use HAS_PROCSELFEXE, also
6358              tweak to $^X test to comprehend full path to real executable
6359              being returned (like Cygwin as it happens...)
6360      Branch: perlio
6361            ! perl.c t/op/magic.t
6362 ____________________________________________________________________________
6363 [ 13137] By: nick                                  on 2001/11/20  19:46:00
6364         Log: Integrate mainline
6365      Branch: perlio
6366           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
6367           +> lib/NEXT/t/unseen.t
6368            - lib/NEXT/test.pl
6369           !> (integrate 34 files)
6370 ____________________________________________________________________________
6371 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
6372         Log: Subject: [?PATCH] terser pp_eq
6373              From: Nicholas Clark <nick@ccl4.org>
6374              Date: Mon, 19 Nov 2001 23:09:02 +0000
6375              Message-ID: <20011119230901.O62891@plum.flirble.org>
6376      Branch: perl
6377            ! pp_hot.c
6378 ____________________________________________________________________________
6379 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
6380         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
6381      Branch: perl
6382            ! pod/perldelta.pod
6383 ____________________________________________________________________________
6384 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
6385         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
6386              From: Andy Dougherty <doughera@lafayette.edu>
6387              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
6388              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
6389      Branch: perl
6390            ! ext/re/Makefile.PL ext/re/re.xs
6391 ____________________________________________________________________________
6392 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
6393         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
6394              From: Andy Dougherty <doughera@lafayette.edu>
6395              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
6396              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
6397      Branch: perl
6398            ! ext/re/re.xs
6399 ____________________________________________________________________________
6400 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
6401         Log: Integrate change #13119 from macperl.
6402              (No changes since already applied the patch,
6403              just keep perforce happy and well-fed.)
6404      Branch: perl
6405           !> lib/Pod/Html.pm
6406 ____________________________________________________________________________
6407 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
6408         Log: Subject: [PATCH] filter-util.pl for Mac OS
6409              From: Chris Nandor <pudge@pobox.com>
6410              Date: Tue, 20 Nov 2001 00:16:11 -0500
6411              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
6412      Branch: perl
6413            ! t/lib/filter-util.pl
6414 ____________________________________________________________________________
6415 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
6416         Log: Subject: [PATCH] Portability fix for Pod::Html
6417              From: Chris Nandor <pudge@pobox.com>
6418              Date: Tue, 20 Nov 2001 00:01:05 -0500
6419              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
6420      Branch: perl
6421            ! lib/Pod/Html.pm
6422 ____________________________________________________________________________
6423 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
6424         Log: Need to skip more tests if not perlio.
6425      Branch: perl
6426            ! lib/open.t
6427 ____________________________________________________________________________
6428 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
6429         Log: Pass 3 at perldelta - sort the lists of new modules,
6430              module improvements, and new platforms.
6431      Branch: perl
6432            ! pod/perldelta.pod
6433 ____________________________________________________________________________
6434 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
6435         Log: Document ${^OPEN}.
6436      Branch: perl
6437            ! pod/perlvar.pod
6438 ____________________________________________________________________________
6439 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
6440         Log: Make configpm work with extra keys
6441      Branch: maint-5.6/macperl
6442            ! macos/configpm
6443 ____________________________________________________________________________
6444 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
6445         Log: Version and doc updates
6446      Branch: maint-5.6/macperl
6447            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
6448 ____________________________________________________________________________
6449 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
6450         Log: More fixes for error message parsing (bug #470316)
6451      Branch: maint-5.6/macperl
6452            ! macos/macish.c
6453 ____________________________________________________________________________
6454 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
6455         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
6456              remove obsolete function (bug #465225)
6457      Branch: maint-5.6/macperl
6458            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
6459            ! macos/macperl/MPScript.c
6460 ____________________________________________________________________________
6461 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
6462         Log: Add p2as droplet to distribution.
6463      Branch: maint-5.6/macperl
6464            + macos/macperl/Droplets/p2as.plx
6465 ____________________________________________________________________________
6466 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
6467         Log: Bundle File::Sort.
6468      Branch: maint-5.6/macperl
6469            + macos/bundled_lib/blib/lib/File/Sort.pm
6470 ____________________________________________________________________________
6471 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
6472         Log: Various bundled module fixes.
6473      Branch: maint-5.6/macperl
6474            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
6475            ! macos/bundled_ext/Digest/MD5/t/files.t
6476            ! macos/bundled_ext/Filter/t/filter-util.pl
6477            ! macos/bundled_lib/blib/lib/Net/Config.pm
6478            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
6479 ____________________________________________________________________________
6480 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
6481         Log: Portability fix for Pod::Html.
6482      Branch: maint-5.6/macperl
6483            ! lib/Pod/Html.pm
6484 ____________________________________________________________________________
6485 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
6486         Log: Upgrade to Text::Balanced 1.89.
6487      Branch: perl
6488            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
6489            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
6490            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
6491            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
6492            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
6493            ! lib/Text/Balanced/t/gentag.t
6494 ____________________________________________________________________________
6495 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
6496         Log: Upgrade to NEXT 0.50.
6497      Branch: perl
6498            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
6499            + lib/NEXT/t/unseen.t
6500            - lib/NEXT/test.pl
6501            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
6502 ____________________________________________________________________________
6503 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
6504         Log: Integrate with maint-5.6/perl.
6505      Branch: maint-5.6/macperl
6506           !> win32/win32.c
6507 ____________________________________________________________________________
6508 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
6509         Log: Update the README.threads scary header a bit.
6510      Branch: perl
6511            ! README.threads
6512 ____________________________________________________________________________
6513 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
6514         Log: Pass 2 at perldelta: add some changes since 5.7.2.
6515      Branch: perl
6516            ! pod/perldelta.pod
6517 ____________________________________________________________________________
6518 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
6519         Log: Subject: [DOC PATCH] perlfaq4.pod 
6520              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6521              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
6522              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
6523      Branch: perl
6524            ! pod/perlfaq4.pod
6525 ____________________________________________________________________________
6526 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
6527         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
6528              From: Michael G Schwern <schwern@pobox.com> 
6529              Date: Mon, 19 Nov 2001 19:53:12 -0500
6530              Message-ID: <20011119195311.I11883@blackrider>
6531      Branch: perl
6532            ! perl.c
6533 ____________________________________________________________________________
6534 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
6535         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
6536              From: PPrymmer@factset.com
6537              Date: Mon, 19 Nov 2001 17:08:59 -0500
6538              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
6539      Branch: perl
6540            ! vms/descrip_mms.template
6541 ____________________________________________________________________________
6542 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
6543         Log: Create a per-interpeter debug scratchpad container
6544              and use that for the regexec debugging.
6545      Branch: perl
6546            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
6547 ____________________________________________________________________________
6548 [ 13109] By: nick                                  on 2001/11/19  22:01:45
6549         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
6550              Configure unit detects the feature).
6551      Branch: metaconfig/U/perl
6552            + procselfexe.U
6553      Branch: perlio
6554            ! Configure config_h.SH
6555 ____________________________________________________________________________
6556 [ 13108] By: nick                                  on 2001/11/19  20:39:17
6557         Log: Integrate mainline
6558      Branch: perlio
6559           +> t/op/or.t
6560           !> (integrate 44 files)
6561 ____________________________________________________________________________
6562 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
6563         Log: sysseek tweak.
6564      Branch: perl
6565            ! pod/perlfunc.pod
6566 ____________________________________________________________________________
6567 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
6568         Log: Move the sysio tests from io/utf8 to lib/open.
6569      Branch: perl
6570            ! lib/open.t t/io/utf8.t
6571 ____________________________________________________________________________
6572 [ 13105] By: nick                                  on 2001/11/19  20:15:39
6573         Log: Add a .package and a README to //depot/metaconfig
6574      Branch: metaconfig
6575            + .package README
6576 ____________________________________________________________________________
6577 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
6578         Log: Thou shalt not mix stdio and sysio.
6579      Branch: perl
6580            ! t/io/utf8.t
6581 ____________________________________________________________________________
6582 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
6583         Log: Update Changes.
6584      Branch: perl
6585            ! Changes patchlevel.h
6586 ____________________________________________________________________________
6587 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
6588         Log: The runops_debug needs to be present always, otherwise
6589              places like AIX which need an explicit symbol export list
6590              will croak when trying to build Devel::Peek (which uses
6591              the runops_debug).
6592      Branch: perl
6593            ! makedef.pl
6594 ____________________________________________________________________________
6595 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
6596         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
6597              From: PPrymmer@factset.com 
6598              Date: Mon, 19 Nov 2001 11:34:22 -0500
6599              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
6600      Branch: perl
6601            ! lib/Memoize/t/tie_sdbm.t
6602 ____________________________________________________________________________
6603 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
6604         Log: Retract #13088: it seems that unless dump.c is extensively
6605              reorganized as to what symbols it shows, when, and to whom,
6606              we are stuck with having the dump.o symbols in the libperl
6607              and thusly in the main Perl binary.
6608      Branch: perl
6609            ! embedvar.h perlapi.h perlvars.h
6610 ____________________________________________________________________________
6611 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
6612         Log: The _uni_display should not be in dump.c since they
6613              are used under normal operation (S_not_a_number()).
6614      Branch: perl
6615            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
6616 ____________________________________________________________________________
6617 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
6618         Log: Protect sv_dump() from being included unless DEBUGGING,
6619              as noticed by Ilya.
6620      Branch: perl
6621            ! sv.c
6622 ____________________________________________________________________________
6623 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
6624         Log: Pending further investigation skip the tell() tests.
6625              The tell() is okay on Solaris, HP-UX and Tru64, but fails
6626              (by returning too much) in Linux.
6627      Branch: perl
6628            ! t/io/utf8.t
6629 ____________________________________________________________________________
6630 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
6631         Log: Retract #13082 until a better solution is found:
6632              statics break ithreads.
6633      Branch: perl
6634            ! regexec.c
6635 ____________________________________________________________________________
6636 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
6637         Log: Figures 1 and 2 for UTF-8.
6638      Branch: perl
6639            ! pod/perlunicode.pod
6640 ____________________________________________________________________________
6641 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
6642         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
6643              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6644              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
6645              Message-ID: <20011119132645.A15034@rafael>
6646      Branch: perl
6647            ! op.c pod/perldiag.pod t/lib/warnings/op
6648 ____________________________________________________________________________
6649 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
6650         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
6651              From: Michael G Schwern <schwern@pobox.com> 
6652              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
6653              Message-ID: <20011119031112.E786@blackrider>
6654      Branch: perl
6655            ! t/op/closure.t
6656 ____________________________________________________________________________
6657 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
6658         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
6659              From: Michael G Schwern <schwern@pobox.com>
6660              Date: Mon, 19 Nov 2001 03:42:56 -0500
6661              Message-ID: <20011119034256.I786@blackrider>
6662      Branch: perl
6663            + t/op/or.t
6664            ! MANIFEST
6665 ____________________________________________________________________________
6666 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
6667         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
6668              From: "Craig A. Berry" <craigberry@mac.com>
6669              Date: Sun, 18 Nov 2001 14:33:48 -0600
6670              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
6671      Branch: perl
6672            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
6673 ____________________________________________________________________________
6674 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
6675         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
6676              From: Dave Rolsky <autarch@urth.org>
6677              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
6678              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
6679      Branch: perl
6680            ! lib/ExtUtils/Manifest.pm
6681 ____________________________________________________________________________
6682 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
6683         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
6684              From: Dave Rolsky <autarch@urth.org>
6685              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
6686              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
6687      Branch: perl
6688            ! lib/ExtUtils/Install.pm
6689 ____________________________________________________________________________
6690 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
6691         Log: The runops_dbg should not be needed.
6692      Branch: perl
6693            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
6694 ____________________________________________________________________________
6695 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
6696         Log: do_spawn() cleanup from Charles Lane.
6697      Branch: perl
6698            ! vms/vms.c
6699 ____________________________________________________________________________
6700 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
6701         Log: Update the list of tests.
6702      Branch: perl
6703            ! t/lib/1_compile.t
6704 ____________________________________________________________________________
6705 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
6706         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
6707              From: Michael G Schwern <schwern@pobox.com> 
6708              Date: Fri, 16 Nov 2001 17:37:04 -0500
6709              Message-ID: <20011116173703.L30160@blackrider>
6710      Branch: perl
6711            ! t/lib/warnings/sv
6712 ____________________________________________________________________________
6713 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
6714         Log: FAQ sync.
6715      Branch: perl
6716            ! pod/perlfaq4.pod
6717 ____________________________________________________________________________
6718 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
6719         Log: Integrate perlio; win32 sync.
6720      Branch: perl
6721           !> perlio.c win32/win32io.c
6722 ____________________________________________________________________________
6723 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
6724         Log: (retracted by #13096)
6725              Debugging would be badly skewed by a malloc per regex dump.
6726      Branch: perl
6727            ! regexec.c
6728 ____________________________________________________________________________
6729 [ 13081] By: nick                                  on 2001/11/18  19:08:40
6730         Log: Win32 layer has a dup which needs to match new prototype.
6731      Branch: perlio
6732            ! win32/win32io.c
6733 ____________________________________________________________________________
6734 [ 13080] By: nick                                  on 2001/11/18  19:05:02
6735         Log: Wrong way to get stdio mode used.
6736      Branch: perlio
6737            ! perlio.c
6738 ____________________________________________________________________________
6739 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
6740         Log: Retract #13048: that introduced a malloc() (through savepvn())
6741              to *every* m//, which killed the performance quite badly.
6742      Branch: perl
6743            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
6744 ____________________________________________________________________________
6745 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
6746         Log: Pass 1 at perldelta.pod: sort the section contents
6747              together, drop all but the 5.7.2 known problems,
6748              leave the 5.7.1 security note since that's the
6749              fullest explanation (update the date on that).
6750      Branch: perl
6751            ! pod/perldelta.pod
6752 ____________________________________________________________________________
6753 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
6754         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
6755              
6756              Tiny problem in the test for 20011113.110: I hope
6757              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
6758      Branch: perl
6759            ! pp.c t/op/repeat.t
6760 ____________________________________________________________________________
6761 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
6762         Log: All of syswrite/send/sendto need to return character counts,
6763              and character counts from the offset, not the beginning of
6764              the scalar.
6765      Branch: perl
6766            ! pp_sys.c
6767 ____________________________________________________________________________
6768 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
6769         Log: Integrate PerlIO: duping fixes.
6770      Branch: perl
6771           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
6772           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
6773           !> perliol.h sv.c
6774 ____________________________________________________________________________
6775 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
6776         Log: syswrite() was still returning byte counts, not character counts.
6777      Branch: perl
6778            ! pp_sys.c t/io/utf8.t
6779 ____________________________________________________________________________
6780 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
6781         Log: Add test for sysread().
6782      Branch: perl
6783            ! t/io/utf8.t
6784 ____________________________________________________________________________
6785 [ 13072] By: nick                                  on 2001/11/18  16:15:31
6786         Log: Allow dup'ing of PerlIO::Scalar etc.
6787      Branch: perlio
6788            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
6789            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
6790            ! perliol.h sv.c
6791 ____________________________________________________________________________
6792 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
6793         Log: Prepend a null byte to the test set.
6794      Branch: perl
6795            ! t/io/utf8.t
6796 ____________________________________________________________________________
6797 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
6798         Log: Document how "no utf8;" can become handy.
6799      Branch: perl
6800            ! lib/utf8.pm
6801 ____________________________________________________________________________
6802 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
6803         Log: Integrate perlio; force the inclusion of the PL_runops_*
6804      Branch: perl
6805           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
6806 ____________________________________________________________________________
6807 [ 13068] By: nick                                  on 2001/11/18  13:23:33
6808         Log: embed.pl generated changes I forgot to include
6809      Branch: perlio
6810            ! embedvar.h perlapi.h pod/perlapi.pod
6811 ____________________________________________________________________________
6812 [ 13067] By: nick                                  on 2001/11/18  12:50:19
6813         Log: Force inclusion of both Perl_runops_* in perl itself,
6814              so they are available for Peek.xs etc.
6815      Branch: perlio
6816            ! perlvars.h
6817 ____________________________________________________________________________
6818 [ 13066] By: nick                                  on 2001/11/18  11:00:34
6819         Log: Integrate mainline - a few Devel::Peak fails.
6820      Branch: perlio
6821           +> (branch 29 files)
6822            - ext/Thread/Thread.pm lib/Benchmark.t
6823            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
6824            - lib/Lingua/KO/Hangul/Util/README
6825            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
6826            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
6827            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
6828            - vms/ext/vmsish.pm vms/ext/vmsish.t
6829            ! hv.c
6830           !> (integrate 389 files)
6831 ____________________________________________________________________________
6832 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
6833         Log: Start working on perldelta.  This is not yet any sort of
6834              editing; just concatenating perl570delta, perl571delta,
6835              and perl572delta.  Any sorting not done, any duplicate
6836              removal not done, any removal or update of obsolete items
6837              not done, any changes since 5.7.2 not included.  So there.
6838      Branch: perl
6839            ! pod/perldelta.pod
6840 ____________________________________________________________________________
6841 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
6842         Log: Banish "use utf8".
6843      Branch: perl
6844            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
6845 ____________________________________________________________________________
6846 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
6847         Log: Tweak from Charles Lane.
6848      Branch: perl
6849            ! vms/vms.c
6850 ____________________________________________________________________________
6851 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
6852         Log: Integrate change #13058 from maintperl;
6853              change#12559 breaks things on Win9x because command.com doesn't
6854              grok dquotes at all; disable all the system() smarts for
6855              command.com
6856      Branch: perl
6857           !> win32/win32.c
6858 ____________________________________________________________________________
6859 [ 13061] By: ams                                   on 2001/11/17  13:46:11
6860         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
6861              From: Jonathan Stowe <gellyfish@gellyfish.com>
6862              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
6863              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
6864      Branch: perl
6865            ! lib/Term/Cap.pm
6866 ____________________________________________________________________________
6867 [ 13060] By: ams                                   on 2001/11/17  09:49:10
6868         Log: Subject: [PATCH9 File/Find.pm doc nits
6869              From: Tels <perl_dummy@bloodgate.com>
6870              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
6871      Branch: perl
6872            ! lib/File/Find.pm
6873 ____________________________________________________________________________
6874 [ 13059] By: ams                                   on 2001/11/17  09:38:38
6875         Log: Subject: [PATCH] Benchmark.pm nit
6876              From: Tels <perl_dummy@bloodgate.com>
6877              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
6878      Branch: perl
6879            ! lib/Benchmark.pm
6880 ____________________________________________________________________________
6881 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
6882         Log: change#12559 breaks things on Win9x because command.com doesn't
6883              grok dquotes at all; disable all the system() smarts for
6884              command.com
6885      Branch: maint-5.6/perl
6886            ! win32/win32.c
6887 ____________________________________________________________________________
6888 [ 13057] By: ams                                   on 2001/11/16  20:30:03
6889         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
6890              From: Andy Dougherty <doughera@lafayette.edu>
6891              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
6892              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
6893      Branch: perl
6894            ! lib/Unicode/UCD.t
6895 ____________________________________________________________________________
6896 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
6897         Log: Subject: [Patch Perl@13023] VMS system() warning
6898              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6899              Date: Fri, 16 Nov 2001 15:20:11 EST
6900              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
6901      Branch: perl
6902            ! vms/vms.c
6903 ____________________________________________________________________________
6904 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
6905         Log: It's neither-nor, and protect against the impossible.
6906      Branch: perl
6907            ! lib/Thread.pm
6908 ____________________________________________________________________________
6909 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
6910         Log: 5005threads didn't work because $Thread::VERSION wasn't
6911              visible.  Oops.
6912      Branch: perl
6913            ! ext/Thread/Makefile.PL lib/Thread.pm
6914 ____________________________________________________________________________
6915 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
6916         Log: Robustness against Linux using something else than gcc;
6917              based on
6918              
6919              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
6920              From: Charles Randall <cfriv@yahoo.com>
6921              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
6922              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
6923      Branch: perl
6924            ! ext/Errno/Errno_pm.PL
6925 ____________________________________________________________________________
6926 [ 13052] By: ams                                   on 2001/11/16  16:46:39
6927         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
6928              From: Russ Allbery <rra@stanford.edu>
6929              Date: 16 Nov 2001 09:44:21 -0800
6930              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
6931      Branch: perl
6932            ! lib/Pod/ParseLink.pm
6933 ____________________________________________________________________________
6934 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
6935         Log: Update perluniintro on the UTF-8 output matters
6936              (that -w will warn unless the stream is explicitly UTF-8-ified).
6937      Branch: perl
6938            ! pod/perluniintro.pod
6939 ____________________________________________________________________________
6940 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
6941         Log: Adding new files to MANIFEST is nice.
6942      Branch: perl
6943            ! MANIFEST
6944 ____________________________________________________________________________
6945 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
6946         Log: Update Changes.
6947      Branch: perl
6948            ! Changes patchlevel.h
6949 ____________________________________________________________________________
6950 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
6951         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
6952              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
6953              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
6954              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
6955      Branch: perl
6956            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
6957 ____________________________________________________________________________
6958 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
6959         Log: Rename perlunintro to perluniintro; regen toc.
6960      Branch: perl
6961            + pod/perluniintro.pod
6962            - pod/perlunintro.pod
6963            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6964 ____________________________________________________________________________
6965 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
6966         Log: Document the negated lookeahead trick to emulate
6967              character class subtraction.
6968      Branch: perl
6969            ! pod/perlunicode.pod
6970 ____________________________________________________________________________
6971 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
6972         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
6973              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6974              Date: Fri, 16 Nov 2001 23:31:04 +0900
6975              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
6976              
6977              (with the tweak that Cntrl is not C, it's Cc)
6978      Branch: perl
6979            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
6980            ! lib/unicore/mktables
6981 ____________________________________________________________________________
6982 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
6983         Log: Subject: [PATCH current] runtime runops switch
6984              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6985              Date: Fri, 16 Nov 2001 00:48:09 -0500
6986              Message-ID: <20011116004809.A934@math.ohio-state.edu>
6987      Branch: perl
6988            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
6989            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
6990            ! pod/perlintern.pod proto.h run.c
6991 ____________________________________________________________________________
6992 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
6993         Log: Further discourage old Thread code; tell how to tell
6994              the difference.
6995      Branch: perl
6996            ! lib/Thread.pm
6997 ____________________________________________________________________________
6998 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
6999         Log: A missing return; from Charles Lane.
7000      Branch: perl
7001            ! vms/vms.c
7002 ____________________________________________________________________________
7003 [ 13041] By: ams                                   on 2001/11/16  12:11:14
7004         Log: Subject: [PATCH] Doc spellcheck + podcheck
7005              From: Autrijus Tang <autrijus@egb.elixus.org>
7006              Date: Thu, 15 Nov 2001 22:49:05 -0800
7007              Message-Id: <20011116064905.GA44092@egb.elixus.org>
7008              
7009              Subject: [PATCH] podcheck+spellcheck, the rest of the story
7010              From: Autrijus Tang <autrijus@egb.elixus.org>
7011              Date: Fri, 16 Nov 2001 00:42:20 -0800
7012              Message-Id: <20011116084220.GA44295@egb.elixus.org>
7013              
7014              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
7015              From: Nicholas Clark <nick@ccl4.org>
7016              Date: Fri, 16 Nov 2001 10:32:01 +0000
7017              Message-Id: <20011116103200.F62891@plum.flirble.org>
7018              (Applied after suitable de-mangling.)
7019      Branch: perl
7020            ! README.aix README.dgux README.dos README.epoc README.hpux
7021            ! README.mint README.mpeix README.netware README.os2
7022            ! README.os390 README.plan9 README.qnx README.solaris
7023            ! README.threads doio.c pod/perl571delta.pod
7024            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
7025            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
7026            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
7027            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
7028            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
7029            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
7030 ____________________________________________________________________________
7031 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
7032         Log: Avoid redefinedness warning for now.
7033      Branch: perl
7034            ! lib/Thread.pm
7035 ____________________________________________________________________________
7036 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
7037         Log: use strict.
7038      Branch: perl
7039            ! lib/Thread.pm
7040 ____________________________________________________________________________
7041 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
7042         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
7043              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
7044              Date: Thu, 15 Nov 2001 22:54:47 EST 
7045              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
7046      Branch: perl
7047            ! vms/vms.c vms/vmspipe.com
7048 ____________________________________________________________________________
7049 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
7050         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
7051              From: "chromatic" <chromatic@rmci.net>
7052              Date: Thu, 15 Nov 2001 19:54:23 -0700
7053              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
7054      Branch: perl
7055            ! lib/File/stat.t
7056 ____________________________________________________________________________
7057 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
7058         Log: Make Thread a wrapper for both ithreads and 5005threads.
7059              Needs a lot of work and Arthur's eyeballing (and finishing
7060              few missing odds and ends of threads.pm).  Now Thread
7061              is an extension without its own .pm.
7062              
7063              If there are people who have experience working with
7064              either the 5005threads or the ithreads: cleaning up
7065              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
7066              and porting the various Thread::* modules, like Thread::Queue,
7067              to work also with ithreads, is needed.
7068              
7069              Removed the 5005threads requirement from the 5005 tests
7070              for easier testing (not all of them work yet since
7071              they use the Thread::* modules that have not been made
7072              to work with ithreads).  Leave the 5005 tests named as
7073              *.tx so that they are not run by "make test".
7074      Branch: perl
7075            + lib/Thread.pm
7076            - ext/Thread/Thread.pm
7077            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
7078            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
7079            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
7080            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
7081            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
7082            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
7083            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
7084 ____________________________________________________________________________
7085 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
7086         Log: $VERSION "a5" doesn't quite work.
7087      Branch: perl
7088            ! ext/B/Makefile.PL
7089 ____________________________________________________________________________
7090 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
7091         Log: Add the fruits of Larry Shatzer's version verifying script.
7092              (There are some straddlers, but they will be fixed in the
7093              upcoming releases of the modules.)
7094      Branch: perl
7095            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
7096            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
7097            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
7098            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
7099            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
7100            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
7101            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7102            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
7103            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
7104            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
7105            ! wince/FindExt.pm
7106 ____________________________________________________________________________
7107 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
7108         Log: Add Larry Shatzer's VERSION verifying script.
7109      Branch: perl
7110            + Porting/checkVERSION.pl
7111            ! MANIFEST Porting/pumpkin.pod
7112 ____________________________________________________________________________
7113 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
7114         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
7115              From: Michael G Schwern <schwern@pobox.com>
7116              Date: Thu, 15 Nov 2001 19:26:40 -0500
7117              Message-ID: <20011115192640.R31399@blackrider>
7118      Branch: perl
7119            ! t/test.pl
7120 ____________________________________________________________________________
7121 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
7122         Log: Document the MY_CXT business; from Paul Marquess.
7123      Branch: perl
7124            ! pod/perlxs.pod
7125 ____________________________________________________________________________
7126 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
7127         Log: VMSCMD synch attempt.
7128      Branch: perl
7129            ! vms/vms.c vms/vmsish.h
7130 ____________________________________________________________________________
7131 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
7132         Log: Advise against -P as instructed by Schwern.
7133      Branch: perl
7134            ! pod/perlrun.pod
7135 ____________________________________________________________________________
7136 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
7137         Log: Subject: [PATCH] v-strings as Objects Step 1
7138              From: John Peacock <jpeacock@rowman.com>
7139              Date: Thu, 15 Nov 2001 12:41:04 -0500
7140              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
7141      Branch: perl
7142            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
7143            ! util.c
7144 ____________________________________________________________________________
7145 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
7146         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
7147              From: Michael G Schwern <schwern@pobox.com>
7148              Date: Thu, 15 Nov 2001 12:47:59 -0500
7149              Message-ID: <20011115124759.E31399@blackrider>
7150      Branch: perl
7151            + t/run/switchx.aux t/run/switchx.t
7152            ! MANIFEST t/run/switches.t
7153 ____________________________________________________________________________
7154 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
7155         Log: Upgrade to Getopt::Long 2.26_03.
7156      Branch: perl
7157            ! lib/Getopt/Long.pm
7158 ____________________________________________________________________________
7159 [ 13025] By: ams                                   on 2001/11/15  20:46:22
7160         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
7161              From: Michael G Schwern <schwern@pobox.com>
7162              Date: Thu, 15 Nov 2001 16:24:11 -0500
7163              Message-Id: <20011115162411.M31399@blackrider>
7164      Branch: perl
7165            ! vms/vms.c
7166 ____________________________________________________________________________
7167 [ 13024] By: ams                                   on 2001/11/15  19:32:06
7168         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
7169              From: rspier@pobox.com (Robert Spier)
7170              Date: Thu, 15 Nov 2001 11:19:21 -0800
7171              Message-Id: <15348.5433.732364.963687@rls.cx>
7172      Branch: perl
7173            ! op.c
7174 ____________________________________________________________________________
7175 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
7176         Log: Update Changes.
7177      Branch: perl
7178            ! Changes patchlevel.h
7179 ____________________________________________________________________________
7180 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
7181         Log: Subject: [PATCH] new tests for command-line switches
7182              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7183              Date: Thu, 15 Nov 2001 17:00:30 +0100
7184              Message-ID: <20011115170030.A14193@rafael>
7185      Branch: perl
7186            + t/run/switches.t
7187            ! MANIFEST
7188 ____________________________________________________________________________
7189 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
7190         Log: Upgrade to podlators 1.13.
7191      Branch: perl
7192            + lib/Pod/ParseLink.pm
7193            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
7194            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
7195            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
7196            ! t/pod/pod2usage.xr t/pod/podselect.xr
7197 ____________________________________________________________________________
7198 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
7199         Log: skip "might be used uninitialized".
7200      Branch: perl
7201            ! pp_sys.c
7202 ____________________________________________________________________________
7203 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
7204         Log: Fix for "perlio bug in koi8-r encoding".  The problem
7205              seemed to be that binmode() always flushed the handle,
7206              which is not so good when switching encodings.  Fixed,
7207              added Matt Sergeant's testcase, documented in perlfunc/binmode,
7208              also added a pointer about disciplines to perlfunc/open,
7209              and in general cleaned up and reformatted the open entry.
7210      Branch: perl
7211            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
7212 ____________________________________________________________________________
7213 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
7214         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
7215              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7216              Date: 15 Nov 2001 08:57:06 -0000
7217              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
7218              
7219              chop() and chomp() are not real list functions,
7220              so let's not have them overrideable.  (Casey will
7221              be confused since in #7071 he patched the other way.)
7222      Branch: perl
7223            ! pod/perlfunc.pod toke.c
7224 ____________________________________________________________________________
7225 [ 13017] By: ams                                   on 2001/11/15  12:56:49
7226         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
7227              From: Robin Barker <rmb1@cise.npl.co.uk>
7228              Date: Thu, 15 Nov 2001 13:48:34 GMT
7229              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
7230              (Applied with tweaks.)
7231      Branch: perl
7232            ! pod/perltrap.pod
7233 ____________________________________________________________________________
7234 [ 13016] By: ams                                   on 2001/11/15  09:12:48
7235         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
7236              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7237              Date: Thu, 15 Nov 2001 09:06:39 +0100
7238              Message-Id: <20011115090639.A13005@rafael>
7239      Branch: perl
7240            ! pod/perlrun.pod
7241 ____________________________________________________________________________
7242 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
7243         Log: "link =" from utils.lst was being processed oddly.
7244      Branch: perl
7245            ! installman
7246 ____________________________________________________________________________
7247 [ 13014] By: ams                                   on 2001/11/15  02:52:52
7248         Log: Subject: [PATCH current] CreateTTY in -d
7249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7250              Date: Wed, 14 Nov 2001 21:26:31 -0500
7251              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
7252      Branch: perl
7253            ! lib/perl5db.pl
7254 ____________________________________________________________________________
7255 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
7256         Log: Corify the Filter::Simple tests. 
7257      Branch: perl
7258            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
7259            ! lib/Filter/Simple/t/filter_only.t
7260 ____________________________________________________________________________
7261 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
7262         Log: Upgrade to Filter::Simple 0.70.
7263      Branch: perl
7264            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
7265            + t/lib/FilterOnlyTest.pm
7266            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
7267            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
7268            ! t/lib/FilterTest.pm
7269 ____________________________________________________________________________
7270 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
7271         Log: Cleanliness inspired by Cygwin.
7272      Branch: perl
7273            ! Makefile.SH x2p/Makefile.SH
7274 ____________________________________________________________________________
7275 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
7276         Log: Add perlunintro (formerly known as perlunitut); regen toc.
7277      Branch: perl
7278            + pod/perlunintro.pod
7279            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7280 ____________________________________________________________________________
7281 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
7282         Log: FAQ sync.
7283      Branch: perl
7284            ! pod/perlfaq6.pod
7285 ____________________________________________________________________________
7286 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
7287         Log: Quieten pgcc 2.91.66 worries.
7288      Branch: perl
7289            ! gv.c pp_ctl.c utf8.c
7290 ____________________________________________________________________________
7291 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
7292         Log: Upgrade to Switch 2.06.
7293      Branch: perl
7294            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
7295            ! lib/Switch/t/nested.t
7296 ____________________________________________________________________________
7297 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
7298         Log: Upgrade to Attribute::Handlers 0.76.
7299      Branch: perl
7300            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
7301            ! lib/Attribute/Handlers/README
7302            ! lib/Attribute/Handlers/demo/Demo.pm
7303            ! lib/Attribute/Handlers/demo/Descriptions.pm
7304            ! lib/Attribute/Handlers/demo/MyClass.pm
7305            ! lib/Attribute/Handlers/demo/demo_cycle.pl
7306            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
7307            ! lib/Attribute/Handlers/t/multi.t
7308 ____________________________________________________________________________
7309 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
7310         Log: Signedness nit.
7311      Branch: perl
7312            ! regexec.c
7313 ____________________________________________________________________________
7314 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
7315         Log: VERSIONize.
7316      Branch: perl
7317            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
7318            ! lib/integer.pm
7319 ____________________________________________________________________________
7320 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
7321         Log: No pod in internal Net::FTP classes.
7322      Branch: perl
7323            ! pod/buildtoc.PL
7324 ____________________________________________________________________________
7325 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
7326         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
7327              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
7328              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
7329              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
7330      Branch: perl
7331            ! regexec.c
7332 ____________________________________________________________________________
7333 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
7334         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
7335              Pudge correctly).
7336      Branch: perl
7337            ! t/test.pl
7338 ____________________________________________________________________________
7339 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
7340         Log: Add comments to mark where $^X is being handled.
7341      Branch: perl
7342            ! perl.c toke.c
7343 ____________________________________________________________________________
7344 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
7345         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
7346              From: Michael G Schwern <schwern@pobox.com>
7347              Date: Wed, 14 Nov 2001 16:38:25 -0500
7348              Message-ID: <20011114163825.D6519@blackrider>
7349      Branch: perl
7350            ! t/op/repeat.t
7351 ____________________________________________________________________________
7352 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
7353         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
7354              From: Michael G Schwern <schwern@pobox.com>
7355              Date: Wed, 14 Nov 2001 13:19:15 -0500
7356              Message-ID: <20011114131915.K5096@blackrider>
7357      Branch: perl
7358            ! t/op/die_exit.t
7359 ____________________________________________________________________________
7360 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
7361         Log: Subject: Re: [PATCH] new version of runperl()
7362              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7363              Date: Wed, 14 Nov 2001 15:39:12 EST
7364              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
7365              
7366              "VMS $^X pipes etc" patch.
7367      Branch: perl
7368            ! vms/vms.c
7369 ____________________________________________________________________________
7370 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
7371         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
7372              and add "verbose" option to show the final command.
7373      Branch: perl
7374            ! t/test.pl
7375 ____________________________________________________________________________
7376 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
7377         Log: Goof in some of the comment fields of #12994.
7378      Branch: perl
7379            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
7380            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
7381            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
7382            ! lib/unicore/In/9.pl
7383 ____________________________________________________________________________
7384 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
7385         Log: The First, Last ranges in the Unicode data weren't
7386              getting their general categories added properly;
7387              noticed by Jeffrey Friedl.
7388      Branch: perl
7389            ! lib/unicore/Category.pl lib/unicore/In/0.pl
7390            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
7391            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
7392            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
7393            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
7394            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
7395            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
7396            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
7397            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
7398            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
7399            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
7400            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
7401            ! lib/unicore/mktables
7402 ____________________________________________________________________________
7403 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
7404         Log: Subject: [PATCH] new version of runperl()
7405              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7406              Date: Wed, 14 Nov 2001 12:23:01 +0100
7407              Message-ID: <20011114122301.A29384@rafael>
7408      Branch: perl
7409            ! t/io/argv.t t/test.pl
7410 ____________________________________________________________________________
7411 [ 12992] By: ams                                   on 2001/11/14  13:40:39
7412         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
7413              From: Michael G Schwern <schwern@pobox.com>
7414              Date: Tue, 13 Nov 2001 23:17:54 -0500
7415              Message-Id: <20011113231754.S32567@blackrider>
7416      Branch: perl
7417            ! perl.c
7418 ____________________________________________________________________________
7419 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
7420         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
7421              From: Philip Newton <Philip.Newton@gmx.net>
7422              Date: Wed, 14 Nov 2001 10:59:53 +0100
7423              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
7424              
7425              plus a lot of paragraph reformatting because of long lines.
7426      Branch: perl
7427            ! pod/perlapio.pod
7428 ____________________________________________________________________________
7429 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
7430         Log: A bool is not a pointer.
7431      Branch: perl
7432            ! pp_sys.c
7433 ____________________________________________________________________________
7434 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
7435         Log: AUTHORS updates.
7436      Branch: perl
7437            ! AUTHORS
7438 ____________________________________________________________________________
7439 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
7440         Log: There are several MIME RFCs.
7441      Branch: perl
7442            ! ext/Encode/Encode.pm
7443 ____________________________________________________________________________
7444 [ 12987] By: ams                                   on 2001/11/14  01:09:28
7445         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
7446              From: Michael G Schwern <schwern@pobox.com>
7447              Date: Tue, 13 Nov 2001 20:59:13 -0500
7448              Message-Id: <20011113205913.H32567@blackrider>
7449      Branch: perl
7450            ! t/op/groups.t vms/test.com
7451 ____________________________________________________________________________
7452 [ 12986] By: ams                                   on 2001/11/14  01:07:06
7453         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
7454              From: Michael G Schwern <schwern@pobox.com>
7455              Date: Tue, 13 Nov 2001 20:51:34 -0500
7456              Message-Id: <20011113205134.F32567@blackrider>
7457      Branch: perl
7458            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
7459 ____________________________________________________________________________
7460 [ 12985] By: ams                                   on 2001/11/14  00:43:59
7461         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
7462              From: Michael G Schwern <schwern@pobox.com>
7463              Date: Tue, 13 Nov 2001 20:38:42 -0500
7464              Message-Id: <20011113203842.E32567@blackrider>
7465      Branch: perl
7466            ! pod/perlport.pod
7467 ____________________________________________________________________________
7468 [ 12984] By: ams                                   on 2001/11/14  00:32:15
7469         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
7470              From: Michael G Schwern <schwern@pobox.com>
7471              Date: Tue, 13 Nov 2001 20:27:02 -0500
7472              Message-Id: <20011113202702.D32567@blackrider>
7473      Branch: perl
7474            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
7475            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
7476            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
7477            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
7478 ____________________________________________________________________________
7479 [ 12983] By: ams                                   on 2001/11/14  00:00:27
7480         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
7481              From: Michael G Schwern <schwern@pobox.com>
7482              Date: Tue, 13 Nov 2001 19:51:59 -0500
7483              Message-Id: <20011113195159.B32567@blackrider>
7484      Branch: perl
7485            ! pod/perlport.pod
7486 ____________________________________________________________________________
7487 [ 12982] By: ams                                   on 2001/11/13  23:53:11
7488         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
7489              From: Larry Shatzer <fugazi@zippy.zyx.net>
7490              Date: Tue, 13 Nov 2001 17:27:59 -0700
7491              Message-Id: <20011113172759.E27768@zippy.zyx.net>
7492      Branch: perl
7493            ! pod/perlapio.pod
7494 ____________________________________________________________________________
7495 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
7496         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
7497              "large enough" Unicode characters returned more than one
7498              as their "Unicode size".
7499      Branch: perl
7500            ! pp_sys.c t/io/utf8.t
7501 ____________________________________________________________________________
7502 [ 12980] By: ams                                   on 2001/11/13  19:32:33
7503         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
7504              From: "Craig A. Berry" <craigberry@mac.com>
7505              Date: Tue, 13 Nov 2001 14:33:25 -0600
7506              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
7507      Branch: perl
7508            ! vms/gen_shrfls.pl
7509 ____________________________________________________________________________
7510 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
7511         Log: Subject: Minor patch to Encode.pm (detypo)
7512              From: "Philip Newton" <Philip.Newton@gmx.net>
7513              Date: Tue, 13 Nov 2001 20:11:01 +0100
7514              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
7515      Branch: perl
7516            ! ext/Encode/Encode.pm
7517 ____________________________________________________________________________
7518 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
7519         Log: Evil tabulators.
7520      Branch: perl
7521            ! ext/Encode/Encode.pm
7522 ____________________________________________________________________________
7523 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
7524         Log: Document the available encodings.
7525      Branch: perl
7526            ! ext/Encode/Encode.pm
7527 ____________________________________________________________________________
7528 [ 12976] By: ams                                   on 2001/11/13  17:14:07
7529         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
7530              From: Barrie Slaymaker <barries@slaysys.com>
7531              Date: Tue, 13 Nov 2001 12:41:36 -0500
7532              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
7533      Branch: perl
7534            ! t/op/universal.t
7535 ____________________________________________________________________________
7536 [ 12975] By: ams                                   on 2001/11/13  16:24:21
7537         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
7538              From: Barrie Slaymaker <barries@slaysys.com>
7539              Date: Tue, 13 Nov 2001 10:56:20 -0500
7540              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
7541              (Test applied with minor tweaks and ->isa("HASH") omission.)
7542      Branch: perl
7543            ! lib/UNIVERSAL.pm t/op/universal.t
7544 ____________________________________________________________________________
7545 [ 12974] By: ams                                   on 2001/11/13  15:46:07
7546         Log: Subject: [PATCH Benchmark.pm] docco tweaks
7547              From: Barrie Slaymaker <barries@slaysys.com>
7548              Date: Tue, 13 Nov 2001 11:34:45 -0500
7549              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
7550      Branch: perl
7551            ! lib/Benchmark.pm
7552 ____________________________________________________________________________
7553 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
7554         Log: Subject: [PATCH] Attack of the C loops, round 1
7555              From: Richard Soderberg <rs@oregonnet.com>
7556              Date: Mon, 12 Nov 2001 12:07:29 -0800
7557              Message-Id: <200111122007.MAA01994@oregonnet.com>
7558              
7559              Subject: [PATCH] bytecode.pl (tiny patch)
7560              From: Richard Soderberg <rs@oregonnet.com>
7561              Date: Mon, 12 Nov 2001 12:53:24 -0800
7562              Message-Id: <200111122053.MAA06272@oregonnet.com>
7563      Branch: perl
7564            ! bytecode.pl installhtml
7565 ____________________________________________________________________________
7566 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
7567         Log: Subject: [PATCH] Update to Filter::Util::Call
7568              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7569              Date: Sun, 11 Nov 2001 22:33:33 -0000
7570              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
7571              
7572              Use the new CXT* macros.
7573      Branch: perl
7574            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
7575 ____________________________________________________________________________
7576 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
7577         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
7578              From: Michael G Schwern <schwern@pobox.com>
7579              Date: Mon, 12 Nov 2001 20:50:34 -0500
7580              Message-ID: <20011112205034.H2888@blackrider>
7581      Branch: perl
7582            + lib/vmsish.pm lib/vmsish.t
7583            - vms/ext/vmsish.pm vms/ext/vmsish.t
7584            ! MANIFEST vms/descrip_mms.template
7585 ____________________________________________________________________________
7586 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
7587         Log: :utf8 works only with perlio.
7588      Branch: perl
7589            ! lib/open.t
7590 ____________________________________________________________________________
7591 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
7592         Log: Subject: Re: @Config -"des" not quite working on VMS
7593              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7594              Date: Tue, 13 Nov 2001 08:35:13 EST 
7595              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
7596      Branch: perl
7597            ! configure.com
7598 ____________________________________________________________________________
7599 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
7600         Log: Subject: [PATCH] lib/charnames.pm 
7601              From: Jeffrey Friedl <jfriedl@yahoo.com>
7602              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
7603              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
7604      Branch: perl
7605            ! lib/charnames.pm
7606 ____________________________________________________________________________
7607 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
7608         Log: Docs for Mac::err.
7609      Branch: maint-5.6/macperl
7610            ! macos/ext/Mac/err/err.pm
7611 ____________________________________________________________________________
7612 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
7613         Log: Some cleanup; change some globals to references for
7614              possible persistence later.
7615      Branch: maint-5.6/macperl
7616            ! macos/lib/Mac/Glue.pm
7617 ____________________________________________________________________________
7618 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
7619         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
7620      Branch: maint-5.6/macperl
7621            ! macos/ext/Mac/Files/Files.pm
7622 ____________________________________________________________________________
7623 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
7624         Log: Get Mac::Navigation to compile (bug #464684).
7625      Branch: maint-5.6/macperl
7626            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
7627            ! macos/ext/Mac/Navigation/Makefile.PL
7628            ! macos/ext/Mac/Navigation/Navigation.xs
7629            ! macos/macperl/Makefile.mk
7630 ____________________________________________________________________________
7631 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
7632         Log: Add in modules and POD to help menu.
7633      Branch: maint-5.6/macperl
7634            ! macos/macperl/MacPerl.podhelp
7635 ____________________________________________________________________________
7636 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
7637         Log: Update bundled modules.
7638      Branch: maint-5.6/macperl
7639            + macos/bundled_ext/Filter/t/FilterTest.pm
7640            + macos/bundled_ext/List/Util/t/shuffle.t
7641            + macos/bundled_ext/Storable/t/compat06.t
7642            + macos/bundled_ext/Storable/t/st-dump.pl
7643            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
7644            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
7645            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
7646            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
7647            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
7648            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
7649            + macos/bundled_lib/blib/lib/lwpcook.pod
7650            + macos/bundled_lib/t/Filter/Simple/filter.t
7651            + macos/bundled_lib/t/Switch/t/given.t
7652            + macos/bundled_lib/t/Switch/t/nested.t
7653            + macos/bundled_lib/t/Switch/t/switch.t
7654            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
7655            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
7656            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
7657            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
7658            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
7659            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
7660            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
7661            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
7662            + macos/bundled_lib/t/URI/rfc2732.t
7663            + macos/bundled_lib/t/libnet/config.t
7664            + macos/bundled_lib/t/libnet/libnet_t.pl
7665            + macos/bundled_lib/t/libwww-perl/live/google.t
7666            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
7667            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
7668            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
7669            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
7670            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
7671            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
7672            + macos/bundled_lib/t/libwww-perl/live/validator.t
7673            - macos/bundled_ext/Filter/t/MyFilter.pm
7674            - macos/bundled_ext/Storable/t/compat-0.6.t
7675            - macos/bundled_ext/Storable/t/dump.pl
7676            - macos/bundled_ext/Time/Piece/Makefile.PL
7677            - macos/bundled_ext/Time/Piece/Piece.pm
7678            - macos/bundled_ext/Time/Piece/Piece.t
7679            - macos/bundled_ext/Time/Piece/Piece.xs
7680            - macos/bundled_ext/Time/Piece/README
7681            - macos/bundled_ext/Time/Piece/Seconds.pm
7682            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
7683            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
7684            - macos/bundled_lib/blib/lib/Net/PH.pm
7685            - macos/bundled_lib/blib/lib/Net/SNPP.pm
7686            - macos/bundled_lib/blib/lib/Text/Balanced.pod
7687            - macos/bundled_lib/t/Filter/Simple/test.pl
7688            - macos/bundled_lib/t/Switch/test.pl
7689            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
7690            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
7691            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
7692            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
7693            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
7694            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
7695            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
7696            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
7697            - macos/bundled_lib/t/libnet/ph.t
7698            ! (edit 125 files)
7699 ____________________________________________________________________________
7700 [ 12961] By: ams                                   on 2001/11/13  00:45:08
7701         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
7702              From: Michael G Schwern <schwern@pobox.com>
7703              Date: Mon, 12 Nov 2001 20:16:45 -0500
7704              Message-Id: <20011112201644.G2888@blackrider>
7705      Branch: perl
7706            ! pod/perlport.pod
7707 ____________________________________________________________________________
7708 [ 12960] By: ams                                   on 2001/11/12  23:54:00
7709         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
7710              Recoving dup tests for VMS
7711              From: Michael G Schwern <schwern@pobox.com>
7712              Date: Mon, 12 Nov 2001 19:35:33 -0500
7713              Message-Id: <20011112193533.D2888@blackrider>
7714      Branch: perl
7715            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
7716 ____________________________________________________________________________
7717 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
7718         Log: Update Changes.
7719      Branch: perl
7720            ! Changes patchlevel.h
7721 ____________________________________________________________________________
7722 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
7723         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
7724              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
7725              Date: Mon, 12 Nov 2001 12:35:18 EST 
7726              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
7727      Branch: perl
7728            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
7729            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
7730 ____________________________________________________________________________
7731 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
7732         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
7733              From: Barrie Slaymaker <barries@slaysys.com>
7734              Date: Mon, 12 Nov 2001 11:19:52 -0500
7735              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
7736      Branch: perl
7737            ! lib/File/Spec.t lib/File/Spec/Win32.pm
7738 ____________________________________________________________________________
7739 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
7740         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
7741              From: Barrie Slaymaker <barries@slaysys.com>
7742              Date: Mon, 12 Nov 2001 11:07:36 -0500
7743              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
7744      Branch: perl
7745            ! lib/Benchmark.pm
7746 ____________________________________________________________________________
7747 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
7748         Log: Misplaced test, noticed by Barrie Slaymaker.
7749              (We are missing Benchmark tests, then.)
7750      Branch: perl
7751            + ext/Devel/DProf/DProf.t
7752            - lib/Benchmark.t
7753            ! MANIFEST
7754 ____________________________________________________________________________
7755 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
7756         Log: Subject: [PATCH] a few typo fixes 
7757              From: Jeffrey Friedl <jfriedl@yahoo.com>
7758              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
7759              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
7760              
7761              Patching README.foo instead of pod/perlfoo.pod,
7762              not patching Math::BigInt (Tels will take care of that),
7763              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
7764              and perldoc.PL instead of libnetcfg and perldoc, patching
7765              ext/Digest/MD5/t/files.t since MD5.pm was changed.
7766      Branch: perl
7767            ! (edit 109 files)
7768 ____________________________________________________________________________
7769 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
7770         Log: Add a note about the dangers of bad UTF-8.
7771      Branch: perl
7772            ! pod/perlunicode.pod
7773 ____________________________________________________________________________
7774 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
7775         Log: NetWare Nit from Ananth Kesari.
7776      Branch: perl
7777            ! NetWare/config.wc
7778 ____________________________________________________________________________
7779 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
7780         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
7781      Branch: perl
7782            ! ext/Encode/Encode.pm
7783 ____________________________________________________________________________
7784 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
7785         Log: (retracted by #12951)
7786      Branch: perl
7787            ! ext/Encode/Encode.pm
7788 ____________________________________________________________________________
7789 [ 12949] By: ams                                   on 2001/11/12  06:40:18
7790         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
7791              From: Robert Spier <rspier@pobox.com>
7792              Date: Sun, 11 Nov 2001 18:50:18 -0800
7793              Message-Id: <15343.14570.121505.233336@rls.cx>
7794              
7795              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
7796              From: Rick Delaney <rick.delaney@home.com>
7797              Date: 12 Nov 2001 00:15:52 -0500
7798              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
7799      Branch: perl
7800            ! pp_hot.c t/op/taint.t
7801 ____________________________________________________________________________
7802 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
7803         Log: It seems that we actually have this detail implemented
7804              as for as Level 1 Support of Unicode regex support is
7805              concerned: at Level 1 only 1:1 support for loose
7806              (aka caseless, aka caseigoring ) matching is required.
7807      Branch: perl
7808            ! pod/perlunicode.pod
7809 ____________________________________________________________________________
7810 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
7811         Log: (retracted by #12951)
7812      Branch: perl
7813            ! ext/Encode/Encode.pm
7814 ____________________________________________________________________________
7815 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
7816         Log: BOM, bom, Bom.
7817      Branch: perl
7818            ! pod/perlunicode.pod
7819 ____________________________________________________________________________
7820 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
7821         Log: Upgrade to Math::BigInt 1.46.
7822      Branch: perl
7823            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7824            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
7825            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
7826            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
7827            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7828 ____________________________________________________________________________
7829 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
7830         Log: Subject: Re: PERFORCE change 12943 for review
7831              From: "Philip Newton" <Philip.Newton@gmx.net>
7832              Date: Sun, 11 Nov 2001 20:53:36 +0100
7833              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
7834      Branch: perl
7835            ! pod/perlunicode.pod
7836 ____________________________________________________________________________
7837 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
7838         Log: Doc updates; make the Unicode discussions a little
7839              bit less alarming, and add information about encodings,
7840              surrogates, and BOMs.
7841      Branch: perl
7842            ! pod/perlunicode.pod
7843 ____________________________________________________________________________
7844 [ 12942] By: ams                                   on 2001/11/11  16:45:00
7845         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
7846              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
7847              Date: Mon, 12 Nov 2001 00:22:57 +0900
7848              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
7849      Branch: perl
7850            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
7851            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
7852 ____________________________________________________________________________
7853 [ 12941] By: ams                                   on 2001/11/11  13:01:40
7854         Log: Subject: Re: PERFORCE change 12929 for review
7855              From: "Philip Newton" <Philip.Newton@gmx.net>
7856              Date: Sun, 11 Nov 2001 14:27:44 +0100
7857              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
7858      Branch: perl
7859            ! MANIFEST
7860 ____________________________________________________________________________
7861 [ 12940] By: ams                                   on 2001/11/11  05:06:43
7862         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
7863              From: Michael G Schwern <schwern@pobox.com>
7864              Date: Thu, 8 Nov 2001 22:56:45 -0500
7865              Message-Id: <20011108225645.H5587@blackrider>
7866      Branch: perl
7867            ! t/op/chdir.t
7868 ____________________________________________________________________________
7869 [ 12939] By: ams                                   on 2001/11/11  05:01:00
7870         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
7871              From: Michael G Schwern <schwern@pobox.com>
7872              Date: Sun, 11 Nov 2001 00:54:43 -0500
7873              Message-Id: <20011111005443.A24450@blackrider>
7874      Branch: perl
7875            ! ext/Cwd/t/cwd.t
7876 ____________________________________________________________________________
7877 [ 12938] By: ams                                   on 2001/11/11  03:25:13
7878         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
7879              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
7880              From: "chromatic" <chromatic@rmci.net>
7881              Date: Sat, 10 Nov 2001 21:03:20 -0700
7882              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
7883      Branch: perl
7884            ! lib/File/stat.pm lib/File/stat.t
7885 ____________________________________________________________________________
7886 [ 12937] By: ams                                   on 2001/11/11  02:05:23
7887         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
7888              From: "Craig A. Berry" <craigberry@mac.com>
7889              Date: Sat, 10 Nov 2001 17:23:52 -0600
7890              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
7891      Branch: perl
7892            ! t/op/magic.t
7893 ____________________________________________________________________________
7894 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
7895         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
7896      Branch: perl
7897            ! lib/open.pm lib/open.t
7898 ____________________________________________________________________________
7899 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
7900         Log: The Official name of ASCII.
7901      Branch: perl
7902            ! ext/Encode/Encode.pm
7903 ____________________________________________________________________________
7904 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
7905         Log: The KOI8-R example wasn't quite right.
7906      Branch: perl
7907            ! lib/open.pm lib/open.t
7908 ____________________________________________________________________________
7909 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
7910         Log: Enhance the open pragma to support :utf8, :locale,
7911              and :encoding directly as special cases, and rename
7912              the INOUT to IO.
7913      Branch: perl
7914            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
7915 ____________________________________________________________________________
7916 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
7917         Log: Document the UTF-16 surrogate encoding and decoding.
7918      Branch: perl
7919            ! ext/Encode/Encode.pm
7920 ____________________________________________________________________________
7921 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
7922         Log: A potential recursion breaker.
7923      Branch: perl
7924            ! sv.c
7925 ____________________________________________________________________________
7926 [ 12930] By: ams                                   on 2001/11/10  07:46:53
7927         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
7928              (was Re: perl@12892)
7929              From: "chromatic" <chromatic@rmci.net>
7930              Date: Sat, 10 Nov 2001 01:28:09 -0700
7931              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
7932      Branch: perl
7933            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
7934            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
7935            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
7936            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
7937 ____________________________________________________________________________
7938 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
7939         Log: Add a test for the bytes pragma.
7940      Branch: perl
7941            + lib/bytes.t
7942            ! MANIFEST
7943 ____________________________________________________________________________
7944 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
7945         Log: Doc update.
7946      Branch: perl
7947            ! lib/bytes.pm
7948 ____________________________________________________________________________
7949 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
7950         Log: Cease to exist.
7951      Branch: perl
7952            - lib/Unicode/Normalize.pm
7953 ____________________________________________________________________________
7954 [ 12926] By: ams                                   on 2001/11/10  03:23:16
7955         Log: Subject: [patch] my_setenv speedup + fixes
7956              From: Doug MacEachern <dougm@covalent.net>
7957              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
7958              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
7959      Branch: perl
7960            ! util.c
7961 ____________________________________________________________________________
7962 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
7963         Log: Newline trouble.
7964      Branch: perl
7965            ! lib/ExtUtils/Embed.t
7966 ____________________________________________________________________________
7967 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
7968         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
7969              From: "Craig A. Berry" <craigberry@mac.com>
7970              Date: Fri, 09 Nov 2001 18:13:16 -0600
7971              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
7972      Branch: perl
7973            ! vms/munchconfig.c
7974 ____________________________________________________________________________
7975 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
7976         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
7977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7978              Date: Sat, 10 Nov 2001 00:10:45 +0100
7979              Message-ID: <20011110001045.A11945@rafael>
7980      Branch: perl
7981            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
7982            + t/run/switchn.t t/run/switchp.t
7983            ! MANIFEST
7984 ____________________________________________________________________________
7985 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
7986         Log: Subject: [PATCH] some tests not cleaning up properly               
7987              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
7988              Date: Fri, 9 Nov 2001 22:13:10 +0100
7989              Message-ID: <20011109221310.A11115@rafael>
7990      Branch: perl
7991            ! ext/Cwd/t/cwd.t t/io/argv.t
7992 ____________________________________________________________________________
7993 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
7994         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
7995              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7996              Date: Fri, 9 Nov 2001 15:07:19 EST
7997              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
7998      Branch: perl
7999            ! lib/ExtUtils/Embed.t
8000 ____________________________________________________________________________
8001 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
8002         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
8003              have been copied so it shouldn't be freed in perl_destruct()
8004      Branch: perl
8005            ! perl.c
8006 ____________________________________________________________________________
8007 [ 12919] By: ams                                   on 2001/11/09  15:36:22
8008         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
8009              From: Michael G Schwern <schwern@pobox.com>
8010              Date: Fri, 9 Nov 2001 00:38:59 -0500
8011              Message-Id: <20011109003859.K5587@blackrider>
8012              (Applied with directory name changes suggested by Craig Berry.)
8013      Branch: perl
8014            ! ext/Cwd/t/cwd.t
8015 ____________________________________________________________________________
8016 [ 12918] By: ams                                   on 2001/11/09  15:29:15
8017         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
8018              From: Michael G Schwern <schwern@pobox.com>
8019              Date: Fri, 9 Nov 2001 01:44:14 -0500
8020              Message-Id: <20011109014414.N5587@blackrider>
8021      Branch: perl
8022            ! vms/ext/filespec.t
8023 ____________________________________________________________________________
8024 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
8025         Log: Update Changes.
8026      Branch: perl
8027            ! Changes patchlevel.h
8028 ____________________________________________________________________________
8029 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
8030         Log: Regen toc.
8031      Branch: perl
8032            ! pod/perltoc.pod
8033 ____________________________________________________________________________
8034 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
8035         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
8036              see http://www.jepstone.net/bjepson//jpl/cvs.html
8037      Branch: perl
8038            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8039 ____________________________________________________________________________
8040 [ 12914] By: ams                                   on 2001/11/09  14:05:12
8041         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
8042              From: Michael G Schwern <schwern@pobox.com>
8043              Date: Thu, 8 Nov 2001 22:05:49 -0500
8044              Message-Id: <20011108220549.F5587@blackrider>
8045      Branch: perl
8046            ! vms/test.com
8047 ____________________________________________________________________________
8048 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
8049         Log: NetWare update from Ananth Kesari.
8050      Branch: perl
8051            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
8052 ____________________________________________________________________________
8053 [ 12912] By: ams                                   on 2001/11/09  13:40:26
8054         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
8055              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8056              Date: Fri, 9 Nov 2001 14:32:28 +0100
8057              Message-Id: <20011109143228.A18996@rafael>
8058      Branch: perl
8059            ! perl.c
8060 ____________________________________________________________________________
8061 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
8062         Log: FAQ sync.
8063      Branch: perl
8064            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8065            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
8066            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
8067 ____________________________________________________________________________
8068 [ 12910] By: ams                                   on 2001/11/09  07:33:49
8069         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
8070              From: Michael G Schwern <schwern@pobox.com>
8071              Date: Fri, 9 Nov 2001 00:41:56 -0500
8072              Message-Id: <20011109004156.L5587@blackrider>
8073      Branch: perl
8074            ! lib/File/Find/t/find.t
8075 ____________________________________________________________________________
8076 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
8077         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
8078              The CPAN distribution has both pm and XS implementations,
8079              and for performance reasons we choose the XS.
8080              Another reason to choose the XS is that it doesn't
8081              require Lingua::KO::Hangul::Util, which means that
8082              we can delete that-- which in turn means that Unicode::UCD
8083              cannot expect that: support it, but don't expect.
8084              Ditto Unicode::Collate.
8085              
8086              Note that Unicode::Normalize Makefile.PL and
8087              Normalize.xs have been modified from the CPAN 0.10
8088              versions: the first one to be simpler (no pm) and
8089              clean up the generated unf*.h files, the second one
8090              to quench compiler grumblings.  Must notify Sadahiro
8091              about these changes.
8092      Branch: perl
8093            + ext/Unicode/Normalize/Changes
8094            + ext/Unicode/Normalize/Makefile.PL
8095            + ext/Unicode/Normalize/Normalize.pm
8096            + ext/Unicode/Normalize/Normalize.pod
8097            + ext/Unicode/Normalize/Normalize.xs
8098            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
8099            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
8100            + ext/Unicode/Normalize/t/test.t
8101            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
8102            - lib/Lingua/KO/Hangul/Util/README
8103            - lib/Lingua/KO/Hangul/Util/t/test.t
8104            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
8105            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
8106            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
8107            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
8108            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
8109            ! win32/makefile.mk
8110 ____________________________________________________________________________
8111 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
8112         Log: Test miscounting.
8113      Branch: perl
8114            ! ext/POSIX/t/posix.t
8115 ____________________________________________________________________________
8116 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
8117         Log: Quote the variables in failures messages more nicely.
8118      Branch: perl
8119            ! t/test.pl
8120 ____________________________________________________________________________
8121 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
8122         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
8123              From: Michael G Schwern <schwern@pobox.com>
8124              Date: Thu, 8 Nov 2001 17:24:49 -0500
8125              Message-ID: <20011108172449.A5587@blackrider>
8126              
8127              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
8128              From: "Craig A. Berry" <craigberry@mac.com>
8129              Date: Thu, 8 Nov 2001 16:35:00 -0600
8130              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
8131      Branch: perl
8132            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
8133 ____________________________________________________________________________
8134 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
8135         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
8136              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8137              Date: Thu, 8 Nov 2001 22:52:50 -0000
8138              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
8139      Branch: perl
8140            ! ext/DB_File/t/db-recno.t
8141 ____________________________________________________________________________
8142 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
8143         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
8144              (Probably not an EBCDIC issue the way one would think
8145              since no chr() et alia are used in UCD.pm.)
8146      Branch: perl
8147            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8148 ____________________________________________________________________________
8149 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
8150         Log: Whether overwriting the $self->{...} values (see #12902)
8151              is a good policy or not is debatable, but let's at least
8152              be consistent.
8153      Branch: perl
8154            ! lib/ExtUtils/MM_Unix.pm
8155 ____________________________________________________________________________
8156 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
8157         Log: The MakeMaker argument () quoting patch that sneaked
8158              in at #12883 didn't handle make macros like this $(...).
8159              Leaning toothpicks, we've got them.
8160      Branch: perl
8161            ! lib/ExtUtils/MM_Unix.pm
8162 ____________________________________________________________________________
8163 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
8164         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
8165              From: Michael G Schwern <schwern@pobox.com>
8166              Date: Wed, 7 Nov 2001 02:02:29 -0500
8167              Message-ID: <20011107020229.K2858@blackrider>
8168      Branch: perl
8169            ! t/io/argv.t t/test.pl vms/test.com
8170 ____________________________________________________________________________
8171 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
8172         Log: Subject: [PATCH 20011106.084] -s on #! line 
8173              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8174              Date: Wed, 7 Nov 2001 22:23:39 +0100
8175              Message-ID: <20011107222339.E729@rafael>
8176      Branch: perl
8177            ! embed.h embed.pl perl.c proto.h toke.c
8178 ____________________________________________________________________________
8179 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
8180         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
8181              From: Michael G Schwern <schwern@pobox.com>
8182              Date: Wed, 7 Nov 2001 16:52:49 -0500
8183              Message-ID: <20011107165249.I7346@blackrider>
8184      Branch: perl
8185            ! pod/perlhack.pod
8186 ____________________________________________________________________________
8187 [ 12898] By: ams                                   on 2001/11/08  13:02:19
8188         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
8189              From: Mark-Jason Dominus <mjd@plover.com>
8190              Date: Thu, 08 Nov 2001 08:59:02 -0500
8191              Message-Id: <20011108135902.2275.qmail@plover.com>
8192      Branch: perl
8193            ! INSTALL README README.amiga README.os2 README.vms
8194            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
8195            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
8196 ____________________________________________________________________________
8197 [ 12897] By: ams                                   on 2001/11/08  12:49:28
8198         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
8199              From: mjd@plover.com
8200              Date: 8 Nov 2001 13:33:18 -0000
8201              Message-Id: <20011108133318.1786.qmail@plover.com>
8202      Branch: perl
8203            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
8204            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8205            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
8206            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
8207            ! pod/perlport.pod pod/perlvar.pod
8208 ____________________________________________________________________________
8209 [ 12896] By: ams                                   on 2001/11/08  11:22:12
8210         Log: open(FH, $file) should strip leading and trailing whitespace.
8211      Branch: perl
8212            ! doio.c
8213 ____________________________________________________________________________
8214 [ 12895] By: ams                                   on 2001/11/08  10:17:14
8215         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
8216              From: "Craig A. Berry" <craigberry@mac.com>
8217              Date: Wed, 07 Nov 2001 13:41:50 -0600
8218              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
8219      Branch: perl
8220            ! t/op/glob.t
8221 ____________________________________________________________________________
8222 [ 12894] By: ams                                   on 2001/11/08  08:32:20
8223         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
8224              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
8225              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
8226              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
8227      Branch: perl
8228            ! makedepend.SH
8229 ____________________________________________________________________________
8230 [ 12893] By: ams                                   on 2001/11/08  08:26:31
8231         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
8232              From: mjd@plover.com
8233              Date: 8 Nov 2001 08:08:07 -0000
8234              Message-Id: <20011108080807.30147.qmail@plover.com>
8235              
8236              Subject: bleadperl perl.pod
8237              From: mjd@plover.com
8238              Date: 8 Nov 2001 08:10:47 -0000
8239              Message-Id: <20011108081047.30178.qmail@plover.com>
8240              
8241              Subject: more bleadperl perl.pod
8242              From: mjd@plover.com
8243              Date: 8 Nov 2001 08:16:28 -0000
8244              Message-Id: <20011108081628.30229.qmail@plover.com>
8245      Branch: perl
8246            ! pod/perl.pod pod/perldebug.pod
8247 ____________________________________________________________________________
8248 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
8249         Log: Tweak for Cray-friendliness from Nicholas Clark.
8250      Branch: perl
8251            ! sv.c
8252 ____________________________________________________________________________
8253 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
8254         Log: VMS patch redo from Charles Lane.
8255      Branch: perl
8256            ! vms/gen_shrfls.pl
8257 ____________________________________________________________________________
8258 [ 12890] By: ams                                   on 2001/11/07  15:16:10
8259         Log: Subject: [ID 20011107.088] two perl pod nits
8260              From: lvirden@cas.org
8261              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
8262              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
8263      Branch: perl
8264            ! pod/perl.pod pod/perlfaq3.pod
8265 ____________________________________________________________________________
8266 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
8267         Log: Update Changes.
8268      Branch: perl
8269            ! Changes patchlevel.h
8270 ____________________________________________________________________________
8271 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
8272         Log: The (emulated) "no utf8" must be in a BEGIN block
8273              to be effective.
8274      Branch: perl
8275            ! lib/CGI/t/html.t
8276 ____________________________________________________________________________
8277 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
8278         Log: "v-strings" is the right term.
8279      Branch: perl
8280            ! pod/perltodo.pod
8281 ____________________________________________________________________________
8282 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
8283         Log: Add vstrings-as-objects need to perltodo.
8284      Branch: perl
8285            ! pod/perltodo.pod
8286 ____________________________________________________________________________
8287 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
8288         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
8289              From: Nicholas Clark <nick@ccl4.org>
8290              Date: Wed, 7 Nov 2001 14:36:32 +0000
8291              Message-ID: <20011107143631.I24980@plum.flirble.org>
8292      Branch: perl
8293            ! t/op/pack.t
8294 ____________________________________________________________________________
8295 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
8296         Log: The Embed test requires a major rewrite for VMS
8297              (plus it reveals a couple of annoying glitches
8298              in buffering), so skip the test for now; from
8299              Charles Lane.
8300      Branch: perl
8301            ! lib/ExtUtils/Embed.t
8302 ____________________________________________________________________________
8303 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
8304         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
8305              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8306              Date: Wed, 7 Nov 2001 09:23:28 EST
8307              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
8308              
8309              (Also i seems that an unrelated experimental patch
8310              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
8311      Branch: perl
8312            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
8313 ____________________________________________________________________________
8314 [ 12882] By: ams                                   on 2001/11/07  05:14:04
8315         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
8316              From: Mark-Jason Dominus <mjd@plover.com>
8317              Date: Wed, 07 Nov 2001 00:43:46 -0500
8318              Message-Id: <20011107054346.14428.qmail@plover.com>
8319      Branch: perl
8320            ! gv.c op.c toke.c
8321 ____________________________________________________________________________
8322 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
8323         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
8324              From: Michael G Schwern <schwern@pobox.com>             
8325              Date: Tue, 6 Nov 2001 22:04:39 -0500
8326              Message-ID: <20011106220439.D2858@blackrider>              
8327      Branch: perl
8328            ! lib/perl5db.pl
8329 ____________________________________________________________________________
8330 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
8331         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
8332              stress))
8333              From: Jonathan Stowe <gellyfish@gellyfish.com>
8334              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
8335              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
8336              
8337              (except for one hunk where indentation differs)
8338      Branch: perl
8339            ! lib/Term/Cap.t
8340 ____________________________________________________________________________
8341 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
8342         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
8343              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8344              Date: Tue, 6 Nov 2001 21:45:01 +0100
8345              Message-ID: <20011106214501.A704@rafael>
8346      Branch: perl
8347            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
8348            ! lib/File/Spec/Win32.pm
8349 ____________________________________________________________________________
8350 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
8351         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
8352              From: Michael G Schwern <schwern@pobox.com>              
8353              Date: Tue, 6 Nov 2001 20:58:45 -0500
8354              Message-ID: <20011106205845.G29411@blackrider>
8355      Branch: perl
8356            ! t/test.pl
8357 ____________________________________________________________________________
8358 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
8359         Log: Subject: making do_sprintf public       
8360              From: Doug MacEachern <dougm@covalent.net>    
8361              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
8362              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
8363      Branch: perl
8364            ! embed.h embed.pl global.sym
8365 ____________________________________________________________________________
8366 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
8367         Log: Update to CGI.pm 2.78.
8368              
8369              TODO: the test suite needs to be merged so that
8370              when in core, the core version is tested, and when
8371              using the CPAN version, testing the CPAN version.
8372              (the changes need to be sent to Lincoln, too...)
8373      Branch: perl
8374            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
8375            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
8376            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
8377            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
8378            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
8379            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
8380 ____________________________________________________________________________
8381 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
8382         Log: Integrate with perlio; (strictly) readonly hashes via XS.
8383      Branch: perl
8384           +> t/lib/access.t
8385           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
8386 ____________________________________________________________________________
8387 [ 12874] By: nick                                  on 2001/11/06  21:05:16
8388         Log: Keep It Simple and Stupid version of readonly hash support.
8389              - Test for SvREAONLY(hv) at a few spots in hv.c
8390              - add the error message to perldiag.pod
8391              - (dubious) add access::readonly() to univeral.c
8392              - add test using above
8393              - fixup ext/B/t/stash.t to account for access:: existing
8394      Branch: perlio
8395            + t/lib/access.t
8396            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
8397 ____________________________________________________________________________
8398 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
8399         Log: Fix incorrect warnings about broken globbing;
8400              from Andy Dougherty.
8401      Branch: perl
8402            ! hints/linux.sh
8403 ____________________________________________________________________________
8404 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
8405         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
8406              toggle-on from the encoding pragma.
8407      Branch: perl
8408            ! regcomp.c regexec.c
8409 ____________________________________________________________________________
8410 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
8411         Log: Retract #12824, doesn't help and is ignored
8412              by Configure anyway.
8413      Branch: perl
8414            ! hints/beos.sh
8415 ____________________________________________________________________________
8416 [ 12870] By: ams                                   on 2001/11/06  10:40:37
8417         Log: Subject: Cosmetic change
8418              From: H.Merijn Brand <h.m.brand@hccnet.nl>
8419              Date: Tue, 06 Nov 2001 12:30:52 +0100
8420              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
8421      Branch: perl
8422            ! README.hpux
8423 ____________________________________________________________________________
8424 [ 12869] By: nick                                  on 2001/11/06  08:26:40
8425         Log: Integrate mainline
8426      Branch: perlio
8427           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
8428           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
8429 ____________________________________________________________________________
8430 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
8431         Log: The parentheses are protected enough.
8432      Branch: perl
8433            ! hints/os390.sh
8434 ____________________________________________________________________________
8435 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
8436         Log: ccflags, not ldflags.
8437      Branch: perl
8438            ! hints/os390.sh
8439 ____________________________________________________________________________
8440 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
8441         Log: ... and the proto to go with #12865.
8442      Branch: perl
8443            ! proto.h
8444 ____________________________________________________________________________
8445 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
8446         Log: Oops.  Luckily nothing was using this symbol yet.
8447      Branch: perl
8448            ! global.sym
8449 ____________________________________________________________________________
8450 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
8451         Log: Implement the encoding pragma for regex literals.
8452      Branch: perl
8453            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
8454 ____________________________________________________________________________
8455 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
8456         Log: More UTF8 EXACT fixing.
8457      Branch: perl
8458            ! regexec.c
8459 ____________________________________________________________________________
8460 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
8461         Log: More re debugging.
8462      Branch: perl
8463            ! regexec.c
8464 ____________________________________________________________________________
8465 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
8466         Log: EXACT correction attempt.  Continued in #12863.
8467      Branch: perl
8468            ! regexec.c
8469 ____________________________________________________________________________
8470 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
8471         Log: Unterminated L<.
8472      Branch: perl
8473            ! ext/DB_File/DB_File.pm
8474 ____________________________________________________________________________
8475 [ 12859] By: nick                                  on 2001/11/05  19:15:17
8476         Log: Integrate mainline
8477      Branch: perlio
8478           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
8479           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
8480           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
8481           +> lib/Math/BigInt/t/sub_mbi.t
8482            - lib/Math/BigInt/t/Math/Subclass.pm
8483            - lib/Math/BigInt/t/subclass.t
8484           !> (integrate 30 files)
8485 ____________________________________________________________________________
8486 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
8487         Log: Regex debugging fixes from Hugo.
8488      Branch: perl
8489            ! regcomp.c regexec.c
8490 ____________________________________________________________________________
8491 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
8492         Log: IRIX: at some point the cc -version has started
8493              to output to stderr, not stdout any more.
8494      Branch: perl
8495            ! hints/irix_6.sh
8496 ____________________________________________________________________________
8497 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
8498         Log: Update Changes.
8499      Branch: perl
8500            ! Changes patchlevel.h
8501 ____________________________________________________________________________
8502 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
8503         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
8504      Branch: perl
8505            ! lib/File/Spec/Unix.pm
8506 ____________________________________________________________________________
8507 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
8508         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
8509              From: rgarciasuarez@free.fr
8510              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
8511              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
8512      Branch: perl
8513            ! lib/File/Spec/Unix.pm
8514 ____________________________________________________________________________
8515 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
8516         Log: Use config.arch in OS/390 where the combination of
8517              IEEE floats and ldflags is tricky.
8518      Branch: perl
8519            ! hints/os390.sh
8520 ____________________________________________________________________________
8521 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
8522         Log: Metaconfig unit change for #12851.
8523      Branch: metaconfig
8524            ! U/modified/Config_sh.U
8525 ____________________________________________________________________________
8526 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
8527         Log: Support a config.arch file, similar to config.over,
8528              but loaded just before it.
8529      Branch: perl
8530            ! Configure INSTALL
8531 ____________________________________________________________________________
8532 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
8533         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
8534              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8535              Date: Mon, 5 Nov 2001 14:26:24 +0100
8536              Message-ID: <20011105142624.C31977@rafael>
8537      Branch: perl
8538            ! lib/Symbol.pm lib/Symbol.t
8539 ____________________________________________________________________________
8540 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
8541         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
8542              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8543              Date: Sun, 4 Nov 2001 22:28:57 +0100
8544              Message-ID: <20011104222857.C696@rafael>
8545      Branch: perl
8546            ! pod/perldebug.pod pod/perlpodspec.pod
8547 ____________________________________________________________________________
8548 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
8549         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
8550      Branch: perl
8551            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
8552 ____________________________________________________________________________
8553 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
8554         Log: Math::Big* test tweaks to work better with core:
8555              but the coast still not clear.
8556      Branch: perl
8557            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
8558            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8559 ____________________________________________________________________________
8560 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
8561         Log: Protect against high load: measure how much wall
8562              clock time went by while sleeping.  Avoids some
8563              false negatives, while may introduce some false
8564              positives.  Life is hard.
8565      Branch: perl
8566            ! ext/Time/HiRes/HiRes.t
8567 ____________________________________________________________________________
8568 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
8569         Log: More forgotten from #12843.
8570      Branch: perl
8571            ! lib/Math/BigInt/t/bigfltpm.inc
8572 ____________________________________________________________________________
8573 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
8574         Log: Forgot from #12843.
8575      Branch: perl
8576            + lib/Math/BigInt/t/bigintpm.inc
8577            ! MANIFEST
8578 ____________________________________________________________________________
8579 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
8580         Log: Upgrade to Math::BigInt 1.45; from Tels.
8581              NOTE: some of the tests are failing but that's because
8582              the core integration is not yet done.
8583      Branch: perl
8584            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
8585            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
8586            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8587            - lib/Math/BigInt/t/Math/Subclass.pm
8588            - lib/Math/BigInt/t/subclass.t
8589            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
8590            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
8591            ! lib/Math/BigInt/t/mbimbf.t
8592 ____________________________________________________________________________
8593 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
8594         Log: VMS: adds capability to control more configuration stuff with
8595              -D and -U switches; parsing config.sh to extract previous config
8596              info in VMS-form, and a rewrite of the "prompt/response" routine;
8597              from Charles Lane.
8598      Branch: perl
8599            ! configure.com
8600 ____________________________________________________________________________
8601 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
8602         Log: Subject: Typo correction in perldebguts.pod
8603              From: mjd@plover.com
8604              Date: 4 Nov 2001 16:20:05 -0000
8605              Message-ID: <20011104162005.16699.qmail@plover.com>
8606      Branch: perl
8607            ! pod/perldebguts.pod
8608 ____________________________________________________________________________
8609 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
8610         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
8611              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8612              Date: Sun, 4 Nov 2001 11:47:30 +0100
8613              Message-ID: <20011104114730.A715@rafael>
8614              
8615              Remove -T from the test, wrong place for that.
8616      Branch: perl
8617            ! lib/File/Temp/t/mktemp.t
8618 ____________________________________________________________________________
8619 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
8620         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
8621              From: Nicholas Clark <nick@ccl4.org>
8622              Date: Sun, 4 Nov 2001 10:41:24 +0000
8623              Message-ID: <20011104104123.U20123@plum.flirble.org>
8624      Branch: perl
8625            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
8626 ____________________________________________________________________________
8627 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
8628         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
8629              From: Michael G Schwern <schwern@pobox.com>
8630              Date: Sat, 3 Nov 2001 15:41:47 -0500
8631              Message-ID: <20011103154147.C600@blackrider>
8632      Branch: perl
8633            ! lib/Term/Cap.t
8634 ____________________________________________________________________________
8635 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
8636         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
8637              From: "Craig A. Berry" <craigberry@mac.com>     
8638              Date: Sat, 03 Nov 2001 16:02:28 -0600
8639              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
8640      Branch: perl
8641            ! ext/Time/HiRes/HiRes.t
8642 ____________________________________________________________________________
8643 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
8644         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
8645              From: "chromatic" <chromatic@rmci.net>
8646              Date: Sat, 03 Nov 2001 12:28:17 -0700
8647              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
8648      Branch: perl
8649            ! lib/Term/Cap.t
8650 ____________________________________________________________________________
8651 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
8652         Log: Don't bother doing POSIX charclass parsing if it
8653              possibly cannot be so.  Prepares way for charclass
8654              syntax like [[abc]||[def]] (or just [[abc][def]])
8655              for union, [[\w]&&[$a]] for intersection,
8656              and [[a-z]&&[^def]] for subtraction.
8657              
8658              Currently /[[a]/ (or /[a[]/) parses as a character
8659              class containing two characters, "[" and "a",
8660              this may have to be broken for the syntax described
8661              above, otherwise we would have to scan the whole pattern
8662              to find out whether the square brackets match pairwise.
8663              Luckily, the special case of "[" doesn't seem to be
8664              documented (as opposed to "]" and "-"), so we may have
8665              better story for breaking it...  One can always use \[
8666              if one wants a literal "[", so there.
8667      Branch: perl
8668            ! regcomp.c
8669 ____________________________________________________________________________
8670 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
8671         Log: Comment correction.
8672      Branch: perl
8673            ! regcomp.c
8674 ____________________________________________________________________________
8675 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
8676         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
8677              The latter is a RedHatism.
8678      Branch: perl
8679            ! lib/ExtUtils/MakeMaker.pm
8680 ____________________________________________________________________________
8681 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
8682         Log: Integrate perlio.
8683      Branch: perl
8684           !> perlio.c
8685 ____________________________________________________________________________
8686 [ 12831] By: nick                                  on 2001/11/03  11:42:15
8687         Log: Integrate mainline
8688      Branch: perlio
8689           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
8690           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
8691           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
8692           !> sv.c t/test.pl
8693 ____________________________________________________________________________
8694 [ 12830] By: nick                                  on 2001/11/03  10:27:34
8695         Log: Fix clone_leak problem.
8696              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
8697              as vestige of calling PerlLIO_dup().
8698      Branch: perlio
8699            ! perlio.c
8700 ____________________________________________________________________________
8701 [ 12829] By: nick                                  on 2001/11/03  09:40:46
8702         Log: Tweaks attempting to locate Doug's clone_leak leak.
8703              - add some PerlIO_debug()
8704              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
8705              - Even if it closing stdout etc. do a fflush()
8706      Branch: perlio
8707            ! perlio.c
8708 ____________________________________________________________________________
8709 [ 12828] By: nick                                  on 2001/11/03  08:34:31
8710         Log: Integrate mainline
8711      Branch: perlio
8712           !> (integrate 54 files)
8713 ____________________________________________________________________________
8714 [ 12827] By: ams                                   on 2001/11/03  03:45:19
8715         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
8716              remove this later). Based on a patch from Robert Spier in
8717              <15330.61459.14452.795263@rls.cx>.
8718      Branch: perl
8719            ! sv.c
8720 ____________________________________________________________________________
8721 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
8722         Log: microperl sync.
8723      Branch: perl
8724            ! doio.c perl.c perl.h perlio.c regexec.c
8725 ____________________________________________________________________________
8726 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
8727         Log: Definitions for the Unicode Newline Guidelines.
8728      Branch: perl
8729            ! perl.h
8730 ____________________________________________________________________________
8731 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
8732         Log: (retracted by #12871)
8733              
8734              There is no csh of any kind in default BeOS.
8735              For the purposes of miniperl globbing, bash
8736              will do.
8737      Branch: perl
8738            ! hints/beos.sh
8739 ____________________________________________________________________________
8740 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
8741         Log: Integrate change #12820 from macperl to maint and blead;
8742              
8743              Fix up (dynaloading) to work properly with multiplicity
8744      Branch: maint-5.6/perl
8745           !> ext/DynaLoader/dl_mac.xs
8746      Branch: perl
8747           !> ext/DynaLoader/dl_mac.xs
8748 ____________________________________________________________________________
8749 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
8750         Log: Several fixes for various exit problems and clearing out
8751              task queue, as well as another (incomplete) go at
8752              fixing error message handling
8753      Branch: maint-5.6/macperl
8754            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
8755 ____________________________________________________________________________
8756 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
8757         Log: Add source files for bleadperl builds
8758      Branch: maint-5.6/macperl
8759            ! macos/Makefile.mk
8760 ____________________________________________________________________________
8761 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
8762         Log: Fix up to work properly with multiplicity
8763      Branch: maint-5.6/macperl
8764            ! ext/DynaLoader/dl_mac.xs
8765 ____________________________________________________________________________
8766 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
8767         Log: Integrate with maintperl.
8768      Branch: maint-5.6/macperl
8769           +> t/op/system.t t/op/system_tests
8770           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
8771           !> pod/perltodo.pod util.c win32/win32.c
8772 ____________________________________________________________________________
8773 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
8774         Log: Locate _PATH_LOG if it's a socket even if not #defined
8775              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
8776              via Nick Clark.
8777      Branch: perl
8778            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
8779 ____________________________________________________________________________
8780 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
8781         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
8782              From: Michael G Schwern <schwern@pobox.com>
8783              Date: Fri, 2 Nov 2001 15:36:41 -0500
8784              Message-ID: <20011102153641.E23234@blackrider>
8785      Branch: perl
8786            ! t/test.pl
8787 ____________________________________________________________________________
8788 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
8789         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
8790              From: merlyn@stonehenge.com (Randal L. Schwartz)
8791              Date: 02 Nov 2001 09:33:34 -0800
8792              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
8793              
8794              (two of the changes)
8795              
8796              Better coexistence with extensions.
8797      Branch: perl
8798            ! ext/Errno/Errno_pm.PL hints/darwin.sh
8799 ____________________________________________________________________________
8800 [ 12815] By: ams                                   on 2001/11/02  16:47:43
8801         Log: Subject: Re: [PATCH] the the double double word word fix fix
8802              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8803              Date: Fri, 02 Nov 2001 19:43:07 +0100
8804              Message-Id: <3BE2E93B.627C198E@alcatel.at>
8805      Branch: perl
8806            ! pod/perldebug.pod
8807 ____________________________________________________________________________
8808 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
8809         Log: Update Changes.
8810      Branch: perl
8811            ! Changes patchlevel.h
8812 ____________________________________________________________________________
8813 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
8814         Log: More encoding testing.
8815      Branch: perl
8816            ! lib/encoding.pm lib/encoding.t
8817 ____________________________________________________________________________
8818 [ 12812] By: ams                                   on 2001/11/02  15:07:11
8819         Log: Slight modification of #12811.
8820      Branch: perl
8821            ! op.c
8822 ____________________________________________________________________________
8823 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
8824         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
8825              From: Radu Greab <radu@netsoft.ro>
8826              Date: Fri, 2 Nov 2001 15:28:58 +0200
8827              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
8828      Branch: perl
8829            ! op.c t/op/stat.t
8830 ____________________________________________________________________________
8831 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
8832         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
8833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8834              Date: Thu, 1 Nov 2001 22:35:50 +0100
8835              Message-ID: <20011101223550.A10849@rafael>
8836      Branch: perl
8837            ! lib/ExtUtils/Embed.t
8838 ____________________________________________________________________________
8839 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
8840         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
8841              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8842              Date: 2 Nov 2001 14:48:51 -0000
8843              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
8844      Branch: perl
8845            ! lib/File/Find.pm
8846 ____________________________________________________________________________
8847 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
8848         Log: Add documentation.
8849      Branch: perl
8850            ! embed.pl pod/perlapi.pod utf8.c
8851 ____________________________________________________________________________
8852 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
8853         Log: Unicode: add ToFold mapping.  Not used yet; but basically
8854              a more useful mapping for caseless aka case-ignoring than
8855              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
8856              algorithm for creating the foldings uses equivalence classes,
8857              see http://www.unicode.org/unicode/reports/tr21/
8858              Hopefully this feature will be used in //i.
8859              (The folding tables were introduced by #12689.)
8860      Branch: perl
8861            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
8862            ! utf8.c
8863 ____________________________________________________________________________
8864 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
8865         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
8866              From: "Craig A. Berry" <craigberry@mac.com>
8867              Date: Fri, 02 Nov 2001 00:03:52 -0600
8868              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
8869      Branch: perl
8870            ! lib/AutoSplit.t
8871 ____________________________________________________________________________
8872 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
8873         Log: Subject: Trivial doc patch
8874              From: andreas.koenig@anima.de (Andreas J. Koenig)
8875              Date: 02 Nov 2001 06:11:35 +0100
8876              Message-ID: <m37kt94v08.fsf@anima.de>
8877      Branch: perl
8878            ! pod/perlport.pod
8879 ____________________________________________________________________________
8880 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
8881         Log: Make encoding and charnames pragmas coexist.
8882      Branch: perl
8883            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
8884 ____________________________________________________________________________
8885 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
8886         Log: The basic character classes seem to go untested with Unicode.
8887      Branch: perl
8888            ! t/op/pat.t
8889 ____________________________________________________________________________
8890 [ 12802] By: ams                                   on 2001/11/02  00:39:36
8891         Log: Subject: [PATCH] the the double double word word fix fix
8892              From: Richard Soderberg <rs@oregonnet.com>
8893              Date: Thu, 1 Nov 2001 13:12:03 -0800
8894              Message-Id: <200111012112.NAA23288@oregonnet.com>
8895              
8896              Subject: Re: [PATCH] the the double double word word fix fix
8897              From: Mark-Jason Dominus <mjd@plover.com>
8898              Date: Thu, 01 Nov 2001 16:43:40 -0500
8899              Message-Id: <20011101214340.2044.qmail@plover.com>
8900              
8901              Subject: Re: [PATCH] the the double double word word fix fix
8902              From: Mark-Jason Dominus <mjd@plover.com>
8903              Date: Thu, 01 Nov 2001 16:51:39 -0500
8904              Message-Id: <20011101215139.2196.qmail@plover.com>
8905      Branch: perl
8906            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
8907            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
8908            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
8909            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
8910            ! pod/perltodo.pod pod/perlxstut.pod
8911 ____________________________________________________________________________
8912 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
8913         Log: Comment tweaks.
8914      Branch: perl
8915            ! toke.c
8916 ____________________________________________________________________________
8917 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
8918         Log: FAQ sync.
8919      Branch: perl
8920            ! pod/perlfaq9.pod
8921 ____________________________________________________________________________
8922 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
8923         Log: If an encoding is set by -M/-m, it must be in
8924              effect only for the actual script, not any other
8925              required/-M/-m'ed module, otherwise we enter a nasty
8926              recursion in regexec.c while trying to init the simple
8927              UTF-8 charclasses like PL_utf8_alnum.
8928      Branch: perl
8929            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
8930 ____________________________________________________________________________
8931 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
8932         Log: A bit more descriptive name.
8933      Branch: perl
8934            ! mg.c
8935 ____________________________________________________________________________
8936 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
8937         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
8938              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8939              Date: Wed, 31 Oct 2001 13:47:04 EST
8940              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
8941      Branch: perl
8942            ! ext/Time/HiRes/HiRes.t
8943 ____________________________________________________________________________
8944 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
8945         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
8946              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8947              Date: Wed, 31 Oct 2001 13:43:29 EST
8948              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
8949      Branch: perl
8950            ! mg.c
8951 ____________________________________________________________________________
8952 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
8953         Log: Subject: [PATCH] Various test cleanups
8954              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8955              Date: Tue, 30 Oct 2001 21:56:26 +0100
8956              Message-ID: <20011030215626.A28503@rafael>
8957      Branch: perl
8958            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8959            ! ext/DB_File/t/db-recno.t ext/Encode.t
8960 ____________________________________________________________________________
8961 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
8962         Log: Update Changes.
8963      Branch: perl
8964            ! Changes patchlevel.h
8965 ____________________________________________________________________________
8966 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
8967         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
8968              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
8969              Date: Wed, 31 Oct 2001 17:16:39 +0100
8970              Message-ID: <20011031171639.A32511@rafael>
8971      Branch: perl
8972            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
8973 ____________________________________________________________________________
8974 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
8975         Log: Skip message nit.
8976      Branch: perl
8977            ! t/io/fs.t
8978 ____________________________________________________________________________
8979 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
8980         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
8981              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8982              Date: 31 Oct 2001 14:49:37 -0000
8983              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
8984      Branch: perl
8985            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
8986 ____________________________________________________________________________
8987 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
8988         Log: Extend the effect of the encoding pragma to chr() and ord().
8989              
8990              TODO: regex literals, reentrancy problems with the utf8
8991              and charnames pragmas.
8992      Branch: perl
8993            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
8994 ____________________________________________________________________________
8995 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
8996         Log: Doc tweaks.
8997      Branch: perl
8998            ! lib/encoding.pm
8999 ____________________________________________________________________________
9000 [ 12788] By: nick                                  on 2001/10/31  08:59:56
9001         Log: Integrate mainline
9002      Branch: perlio
9003           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
9004           !> (integrate 49 files)
9005 ____________________________________________________________________________
9006 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
9007         Log: Forgot new proto.
9008      Branch: perl
9009            ! proto.h
9010 ____________________________________________________________________________
9011 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
9012         Log: Clarification: use encoding cannot be used to
9013              change the default encoding of "your whole script";
9014              only the default encoding of the *data*.  Also, it
9015              seems that "use encoding" does not mix with "use utf8"
9016              (a coredumping recursion ensues).  Should not be a huge
9017              problem since "use utf8" is pretty marginal nowadays.
9018      Branch: perl
9019            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
9020 ____________________________________________________________________________
9021 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
9022         Log: More documentation for the encode pragma.
9023      Branch: perl
9024            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
9025            ! pod/perlapi.pod pod/perlunicode.pod sv.c
9026 ____________________________________________________________________________
9027 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
9028         Log: Thinko in #12783.
9029      Branch: perl
9030            ! sv.c
9031 ____________________________________________________________________________
9032 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
9033         Log: Make sv_recode_to_utf8() a real API: the encoding
9034              is a parameter, instead of a global.  Document the
9035              PERL_ENCODING.
9036      Branch: perl
9037            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
9038            ! toke.c
9039 ____________________________________________________________________________
9040 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
9041         Log: Enable -Mencoding=foobar also for string literals.
9042      Branch: perl
9043            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
9044            ! pod/perlapi.pod proto.h sv.c toke.c
9045 ____________________________________________________________________________
9046 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
9047         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
9048              From: Andy Dougherty <doughera@lafayette.edu>
9049              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
9050              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
9051      Branch: perl
9052            ! ext/POSIX/hints/svr4.pl
9053 ____________________________________________________________________________
9054 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
9055         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
9056              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9057              Date: Mon, 29 Oct 2001 23:11:58 -0000
9058              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
9059              
9060              Add compat.h.
9061      Branch: perl
9062            ! lib/h2xs.t utils/h2xs.PL
9063 ____________________________________________________________________________
9064 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
9065         Log: Subject: PerlIOBuf_dup
9066              From: Nicholas Clark <nick@ccl4.org>              
9067              Date: Mon, 29 Oct 2001 21:52:35 +0000             
9068              Message-ID: <20011029215235.K41204@plum.flirble.org>
9069              
9070              Add prototype.
9071      Branch: perl
9072            ! perliol.h
9073 ____________________________________________________________________________
9074 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
9075         Log: Subject: [PATCH] Make malloc.c errors more useful
9076              From: Richard Soderberg <rs@oregonnet.com>
9077              Date: Mon, 29 Oct 2001 22:28:02 -0800
9078              Message-Id: <200110300628.WAA11025@oregonnet.com>
9079      Branch: perl
9080            ! malloc.c
9081 ____________________________________________________________________________
9082 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
9083         Log: Retract #12776 - the bug 19990906.001 is still valid.
9084      Branch: perl
9085            ! t/run/kill_perl.t
9086 ____________________________________________________________________________
9087 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
9088         Log: (Retracted by #12777)
9089              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
9090              From: Michael G Schwern <schwern@pobox.com> 
9091              Date: Mon, 29 Oct 2001 23:01:08 -0500
9092              Message-ID: <20011029230108.G18053@blackrider>
9093      Branch: perl
9094            ! t/run/kill_perl.t
9095 ____________________________________________________________________________
9096 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
9097         Log: Comment nits.
9098      Branch: perl
9099            ! lib/encoding.t
9100 ____________________________________________________________________________
9101 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
9102         Log: integrate change#12772 from mainline
9103              
9104              Subject: [PATCH] Mommy, what's a pointer cast?
9105      Branch: maint-5.6/perl
9106            ! perl.h
9107 ____________________________________________________________________________
9108 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
9109         Log: Subject: [PATCH] Mommy, what's a pointer cast?
9110              From: Richard Soderberg <rs@oregonnet.com>
9111              Date: Mon, 29 Oct 2001 17:01:10 -0800
9112              Message-Id: <200110300101.RAA31561@oregonnet.com>
9113              
9114              (threads* parts)
9115      Branch: perl
9116            ! ext/threads/shared/shared.xs ext/threads/threads.xs
9117 ____________________________________________________________________________
9118 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
9119         Log: Subject: [PATCH] Mommy, what's a pointer cast?
9120              From: Richard Soderberg <rs@oregonnet.com>
9121              Date: Mon, 29 Oct 2001 17:01:10 -0800
9122              Message-Id: <200110300101.RAA31561@oregonnet.com>
9123              
9124              (the perl.h part)
9125      Branch: perl
9126            ! perl.h
9127 ____________________________________________________________________________
9128 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
9129         Log: Subject: [PATCH] OpenBSD likes signal.h 
9130              From: Richard Soderberg <rs@oregonnet.com>
9131              Date: Mon, 29 Oct 2001 17:00:31 -0800
9132              Message-Id: <200110300100.RAA31533@oregonnet.com>
9133      Branch: perl
9134            ! unixish.h
9135 ____________________________________________________________________________
9136 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
9137         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
9138              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9139              Date: Mon, 29 Oct 2001 23:04:23 -0000
9140              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
9141      Branch: perl
9142            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9143            ! ext/DB_File/t/db-recno.t
9144 ____________________________________________________________________________
9145 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
9146         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
9147              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9148              Date: Mon, 29 Oct 2001 12:34:07 -0600
9149              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
9150      Branch: perl
9151            ! ext/Time/HiRes/HiRes.t
9152 ____________________________________________________________________________
9153 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
9154         Log: Update Changes.
9155      Branch: perl
9156            ! Changes patchlevel.h
9157 ____________________________________________________________________________
9158 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
9159         Log: AIX needs an explicit symbol export list.
9160      Branch: perl
9161            ! lib/ExtUtils/Embed.t
9162 ____________________________________________________________________________
9163 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
9164         Log: The test (and the module) would require some
9165              quality hacking time to work on EBCDIC.  Based on
9166              the test results nothing seems to be majorly broken,
9167              the module just seems to have strange assumptions:
9168              got: ''\226\225\205'
9169              expected: ''one'
9170              The \226\225\205 being, of course, 'one', in EBCDIC.
9171      Branch: perl
9172            ! lib/Dumpvalue.t
9173 ____________________________________________________________________________
9174 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
9175         Log: Mark the test known to be failing in EBCDIC.
9176      Branch: perl
9177            ! t/op/tr.t
9178 ____________________________________________________________________________
9179 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
9180         Log: None of the libnet modules are going to work in
9181              EBCDIC without the Convert::EBCDIC.
9182      Branch: perl
9183            ! t/lib/1_compile.t
9184 ____________________________________________________________________________
9185 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
9186         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
9187      Branch: perl
9188            ! t/op/pack.t
9189 ____________________________________________________________________________
9190 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
9191         Log: UTF-EBCDIC ain't UTF-8.
9192      Branch: perl
9193            ! t/op/pack.t
9194 ____________________________________________________________________________
9195 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
9196         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
9197      Branch: perl
9198            ! t/lib/1_compile.t
9199 ____________________________________________________________________________
9200 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
9201         Log: Let's not assume ASCII.
9202      Branch: perl
9203            ! t/op/lc.t
9204 ____________________________________________________________________________
9205 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
9206         Log: Call the new perlio symbols differently.
9207      Branch: perl
9208            ! makedef.pl
9209 ____________________________________________________________________________
9210 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
9211         Log: Don't expect ASCII ordering.
9212      Branch: perl
9213            ! lib/ExtUtils/Manifest.t
9214 ____________________________________________________________________________
9215 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
9216         Log: Forgot from #12756.
9217      Branch: perl
9218            ! perlio.h
9219 ____________________________________________________________________________
9220 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
9221         Log: BeOS tweaks:
9222              - fseeko and ftello can be found by Configure but
9223              we do not seem to have prototypes for them so
9224              let's make up some
9225              - BeOS didn't use to have real sockets (sockets as
9226              filedescriptors) but the BONE package is supposed
9227              to fix this.  I do not know how to detect BONEness,
9228              see hints/beos.sh for a spot that needs to fixed.
9229              - BeOS has O_TEXT != O_BINARY but has no setmode()
9230      Branch: perl
9231            ! hints/beos.sh perlio.c
9232 ____________________________________________________________________________
9233 [ 12755] By: sky                                   on 2001/10/29  12:56:12
9234         Log: Ugly fix to not die when a thread creator is holding locks.
9235      Branch: perl
9236            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9237            ! ext/threads/threads.xs
9238 ____________________________________________________________________________
9239 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
9240         Log: Integrate change #12752 from maintperl;
9241              
9242              croak(Nullch) wasn't printing the contents of ERRSV if there was
9243              no outer eval (bug in change#6125)
9244      Branch: perl
9245           !> util.c
9246 ____________________________________________________________________________
9247 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
9248         Log: Subject: [PATCH h2xs] Use of static data in XS modules
9249              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9250              Date: Sun, 28 Oct 2001 21:19:07 -0000
9251              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
9252              
9253              with nits from Sarathy.
9254      Branch: perl
9255            ! utils/h2xs.PL
9256 ____________________________________________________________________________
9257 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
9258         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
9259              no outer eval (bug in change#6125)
9260      Branch: maint-5.6/perl
9261            ! util.c
9262 ____________________________________________________________________________
9263 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
9264         Log: More todo for the encoding pragma.
9265      Branch: perl
9266            ! lib/encoding.pm
9267 ____________________________________________________________________________
9268 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
9269         Log: Add the encoding pragma to control the "upgrade"
9270              from the native eight bit data to Unicode.
9271              
9272              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
9273      Branch: perl
9274            + lib/encoding.pm lib/encoding.t
9275            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
9276            ! pod/perlunicode.pod pod/perlvar.pod sv.c
9277 ____________________________________________________________________________
9278 [ 12749] By: sky                                   on 2001/10/28  21:02:33
9279         Log: Update documentation.
9280      Branch: perl
9281            ! ext/threads/shared/shared.pm
9282 ____________________________________________________________________________
9283 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
9284         Log: Integrate change #12747 from maintperl;
9285              
9286              finishing touches to system() fixes on windows:
9287              * detect cmd shell correctly even if it had full path in it
9288              * more quoting needed for single-arg system if the argument
9289              really had multiple quoted arguments within it
9290              * be smarter about not calling the shell when the executable
9291              has spaces, but otherwise does not need shell involvement
9292              * add a testsuite (windows-specific currently)
9293      Branch: perl
9294           +> t/op/system.t t/op/system_tests
9295            ! MANIFEST pod/perltodo.pod
9296           !> win32/win32.c
9297 ____________________________________________________________________________
9298 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
9299         Log: finishing touches to system() fixes on windows:
9300              * detect cmd shell correctly even if it had full path in it
9301              * more quoting needed for single-arg system if the argument
9302              really had multiple quoted arguments within it
9303              * be smarter about not calling the shell when the executable
9304              has spaces, but otherwise does not need shell involvement
9305              * add a testsuite (windows-specific currently)
9306      Branch: maint-5.6/perl
9307            + t/op/system.t t/op/system_tests
9308            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
9309 ____________________________________________________________________________
9310 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
9311         Log: Integrate perlio.
9312      Branch: perl
9313           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
9314 ____________________________________________________________________________
9315 [ 12745] By: nick                                  on 2001/10/28  16:08:14
9316         Log: Mingw32 fixup for Embed.t
9317      Branch: perlio
9318            ! lib/ExtUtils/Embed.t
9319 ____________________________________________________________________________
9320 [ 12744] By: nick                                  on 2001/10/28  15:54:14
9321         Log: GCC vs MS 64-bit constant syntax
9322      Branch: perlio
9323            ! ext/Time/HiRes/HiRes.xs
9324 ____________________________________________________________________________
9325 [ 12743] By: nick                                  on 2001/10/28  15:42:55
9326         Log: Integrate mainline
9327      Branch: perlio
9328           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
9329 ____________________________________________________________________________
9330 [ 12742] By: sky                                   on 2001/10/28  14:47:10
9331         Log: Manpage updates.
9332      Branch: perl
9333            ! ext/threads/threads.pm
9334 ____________________________________________________________________________
9335 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
9336         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
9337      Branch: perl
9338            ! lib/ExtUtils/Embed.t
9339 ____________________________________________________________________________
9340 [ 12740] By: nick                                  on 2001/10/28  14:14:24
9341         Log: Integrate mainline
9342      Branch: perlio
9343           !> lib/ExtUtils/Embed.t win32/win32.c
9344 ____________________________________________________________________________
9345 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
9346         Log: Need to be ./executed.
9347      Branch: perl
9348            ! lib/ExtUtils/Embed.t
9349 ____________________________________________________________________________
9350 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
9351         Log: Integrate perlio.
9352      Branch: perl
9353           !> perlio.c win32/win32.h
9354 ____________________________________________________________________________
9355 [ 12737] By: nick                                  on 2001/10/28  13:53:45
9356         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
9357              by gcc -xc++.
9358      Branch: perlio
9359            ! win32/win32.h
9360 ____________________________________________________________________________
9361 [ 12736] By: nick                                  on 2001/10/28  13:50:50
9362         Log: Have :stdio layer update an honour the fd refcnt table.
9363              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
9364      Branch: perlio
9365            ! perlio.c
9366 ____________________________________________________________________________
9367 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
9368         Log: Integrate changes #12724 and #12725 from maintperl;
9369              multiarg system now works.
9370      Branch: perl
9371           !> win32/win32.c
9372 ____________________________________________________________________________
9373 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
9374         Log: Integrate perlio.
9375      Branch: perl
9376           +> lib/ExtUtils/Embed.t
9377           !> MANIFEST perlio.c
9378 ____________________________________________________________________________
9379 [ 12733] By: nick                                  on 2001/10/28  13:07:16
9380         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
9381              least for PERLIO=perlio unthreaded case
9382      Branch: perlio
9383            ! perlio.c
9384 ____________________________________________________________________________
9385 [ 12732] By: nick                                  on 2001/10/28  11:10:24
9386         Log: Typo in exe name
9387      Branch: perlio
9388            ! lib/ExtUtils/Embed.t
9389 ____________________________________________________________________________
9390 [ 12731] By: nick                                  on 2001/10/28  11:09:59
9391         Log: Integrate Mainline
9392      Branch: perlio
9393           !> Changes configure.com ext/DB_File/DB_File.pm
9394           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
9395           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
9396           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
9397           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
9398           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
9399           !> t/TEST t/op/regexp.t win32/buildext.pl
9400 ____________________________________________________________________________
9401 [ 12730] By: nick                                  on 2001/10/28  11:05:35
9402         Log: Fixup Embed.t for Win32/VC++
9403      Branch: perlio
9404            ! lib/ExtUtils/Embed.t
9405 ____________________________________________________________________________
9406 [ 12729] By: nick                                  on 2001/10/28  09:36:20
9407         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
9408              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
9409              ExtUtils::Embed.
9410      Branch: perlio
9411            + lib/ExtUtils/Embed.t
9412            ! MANIFEST
9413 ____________________________________________________________________________
9414 [ 12728] By: sky                                   on 2001/10/28  08:12:53
9415         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
9416              line manually!
9417      Branch: perl
9418            ! lib/ExtUtils/xsubpp
9419 ____________________________________________________________________________
9420 [ 12727] By: sky                                   on 2001/10/28  08:02:09
9421         Log: And here we use the prototypes.
9422      Branch: perl
9423            ! ext/threads/shared/shared.xs
9424 ____________________________________________________________________________
9425 [ 12726] By: sky                                   on 2001/10/28  08:00:48
9426         Log: Support [] style prototypes.
9427      Branch: perl
9428            ! lib/ExtUtils/xsubpp
9429 ____________________________________________________________________________
9430 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
9431         Log: yet another multi-arg system() fix on windows: batch files as the
9432              first argument (i.e. directly executed by CreateProcess()) need
9433              extra quoting to escape shell-shock
9434      Branch: maint-5.6/perl
9435            ! win32/win32.c
9436 ____________________________________________________________________________
9437 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
9438         Log: another multi-arg system() fix on windows: passing empty arguments
9439              now works
9440      Branch: maint-5.6/perl
9441            ! win32/win32.c
9442 ____________________________________________________________________________
9443 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
9444         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
9445              No final #else #error because we do not seem to
9446              be using #error?
9447      Branch: perl
9448            ! op.h
9449 ____________________________________________________________________________
9450 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
9451         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
9452              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
9453              Date: Sat, 27 Oct 2001 23:28:44 EST 
9454              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
9455      Branch: perl
9456            ! ext/Time/HiRes/HiRes.xs
9457 ____________________________________________________________________________
9458 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
9459         Log: Regen perlapi, perltoc.
9460      Branch: perl
9461            ! pod/perlapi.pod pod/perltoc.pod
9462 ____________________________________________________________________________
9463 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
9464         Log: Subject: [PATCH] sv.h documentation
9465              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
9466              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
9467              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
9468      Branch: perl
9469            ! sv.h
9470 ____________________________________________________________________________
9471 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
9472         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
9473              system("nmake -nologo", "clean") and there is no executable
9474              called "nmake -nologo"; this used to "work" pre-change#12559 due
9475              to bugs in multiarg system() that have since been fixed
9476      Branch: perl
9477            ! win32/buildext.pl
9478 ____________________________________________________________________________
9479 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
9480         Log: Update Changes.
9481      Branch: perl
9482            ! Changes patchlevel.h
9483 ____________________________________________________________________________
9484 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
9485         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
9486              From: Richard.Foley@t-online.de (Richard Foley)            
9487              Date: Sun, 28 Oct 2001 00:48:32 +0200
9488              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
9489      Branch: perl
9490            ! pod/perlhack.pod
9491 ____________________________________________________________________________
9492 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
9493         Log: Must store pointers with the right width.
9494      Branch: perl
9495            ! op.h
9496 ____________________________________________________________________________
9497 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
9498         Log: Integrate change #12711 from perlio;
9499              
9500              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
9501              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
9502      Branch: perl
9503           !> perlio.c
9504 ____________________________________________________________________________
9505 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
9506         Log: Subject: [PATCH] make minitest
9507              From: Nicholas Clark <nick@ccl4.org>
9508              Date: Sat, 27 Oct 2001 22:56:16 +0100
9509              Message-ID: <20011027225616.L20275@plum.flirble.org>
9510      Branch: perl
9511            ! t/TEST
9512 ____________________________________________________________________________
9513 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
9514         Log: Patch #12661 missed this.
9515      Branch: perl
9516            ! ext/DB_File/DB_File.pm
9517 ____________________________________________________________________________
9518 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
9519         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
9520              From: "Craig A. Berry" <craigberry@mac.com>
9521              Date: Sat, 27 Oct 2001 16:07:47 -0500
9522              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
9523      Branch: perl
9524            ! configure.com perlio.c
9525 ____________________________________________________________________________
9526 [ 12711] By: nick                                  on 2001/10/27  19:49:25
9527         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
9528              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
9529      Branch: perlio
9530            ! perlio.c
9531 ____________________________________________________________________________
9532 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
9533         Log: Let's not replace reason if there's one already supplied.
9534      Branch: perl
9535            ! t/op/regexp.t
9536 ____________________________________________________________________________
9537 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
9538         Log: is not good.
9539      Branch: perl
9540            ! t/op/regexp.t
9541 ____________________________________________________________________________
9542 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
9543         Log: ldlibpth can exist but be unset.
9544      Branch: perl
9545            ! t/TEST
9546 ____________________________________________________________________________
9547 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
9548         Log: Unicode: property alias naming cleanup.
9549      Branch: perl
9550            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
9551 ____________________________________________________________________________
9552 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
9553         Log: FAQ sync.
9554      Branch: perl
9555            ! pod/perlfaq4.pod
9556 ____________________________________________________________________________
9557 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
9558         Log: Integrate change #12703 from maintperl;
9559              
9560              typemap stuff intervenes before declaration, move it to PREINIT
9561              section
9562              
9563              (an empty integrate, but now the files are in sync
9564              between the branches)
9565      Branch: perl
9566           !> ext/ODBM_File/ODBM_File.xs
9567 ____________________________________________________________________________
9568 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
9569         Log: More PerlIO symbols.
9570      Branch: perl
9571            ! makedef.pl
9572 ____________________________________________________________________________
9573 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
9574         Log: typemap stuff intervenes before declaration, move it to PREINIT
9575              section
9576      Branch: maint-5.6/perl
9577            ! ext/ODBM_File/ODBM_File.xs
9578 ____________________________________________________________________________
9579 [ 12702] By: nick                                  on 2001/10/27  14:09:35
9580         Log: Integrate mainline
9581      Branch: perlio
9582           +> ext/threads/shared/t/av_simple.t
9583           +> ext/threads/shared/t/hv_refs.t
9584           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
9585           !> (integrate 109 files)
9586 ____________________________________________________________________________
9587 [ 12700] By: ams                                   on 2001/10/26  21:22:23
9588         Log: Subject: [PATCH] tweak divide
9589              From: Nicholas Clark <nick@ccl4.org>
9590              Date: Fri, 26 Oct 2001 22:52:17 +0100
9591              Message-Id: <20011026225217.B20275@plum.flirble.org>
9592      Branch: perl
9593            ! pp.c
9594 ____________________________________________________________________________
9595 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
9596         Log: Integrate a buncha things from maintperl.
9597      Branch: maint-5.6/macperl
9598           !> (integrate 32 files)
9599 ____________________________________________________________________________
9600 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
9601         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
9602              From: Andy Dougherty <doughera@lafayette.edu>
9603              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
9604              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
9605      Branch: perl
9606            ! hints/svr4.sh
9607 ____________________________________________________________________________
9608 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
9609         Log: When you're root, many things become writable.
9610      Branch: perl
9611            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
9612 ____________________________________________________________________________
9613 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
9614         Log: Update Changes.
9615      Branch: perl
9616            ! Changes patchlevel.h
9617 ____________________________________________________________________________
9618 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
9619         Log: Term/Cap.t attempts to access the floppy drive for no good reason
9620              on dosish systems
9621      Branch: perl
9622            ! lib/Term/Cap.t
9623 ____________________________________________________________________________
9624 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
9625         Log: fix misleading comment on known inadequacy in B::Terse, and skip
9626              it correctly
9627      Branch: perl
9628            ! ext/B/t/terse.t
9629 ____________________________________________________________________________
9630 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
9631         Log: fix spurious AutoSplit.t failure under windows
9632      Branch: perl
9633            ! lib/AutoSplit.t
9634 ____________________________________________________________________________
9635 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
9636         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
9637      Branch: perl
9638            ! ext/Time/HiRes/HiRes.t
9639 ____________________________________________________________________________
9640 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
9641         Log: More logical to use %04"UVXf" than %"UVuf" since
9642              the Unicode standard prefers hex.
9643      Branch: perl
9644            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
9645            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
9646            ! lib/unicore/mktables utf8.c
9647 ____________________________________________________________________________
9648 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
9649         Log: change#12065 seems to have broken Encode build on windows; fix
9650      Branch: perl
9651            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
9652 ____________________________________________________________________________
9653 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
9654         Log: Unicode: add the case folding table.
9655      Branch: perl
9656            + lib/unicore/To/Fold.pl
9657            ! MANIFEST lib/unicore/mktables
9658 ____________________________________________________________________________
9659 [ 12688] By: sky                                   on 2001/10/26  13:51:29
9660         Log: Get the new functions right, do not export lock since we use builtin lock.
9661              TODO: fix xsubpp to support the new prototypes
9662      Branch: perl
9663            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9664 ____________________________________________________________________________
9665 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
9666         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
9667              as suggested by Sarathy.
9668      Branch: perl
9669            ! mg.c
9670 ____________________________________________________________________________
9671 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
9672         Log: avoid compiler warning
9673      Branch: perl
9674            ! win32/win32.c
9675 ____________________________________________________________________________
9676 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
9677         Log: WinCE update from Rainer Keuchel.
9678      Branch: perl
9679            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
9680            ! wince/wince.c
9681 ____________________________________________________________________________
9682 [ 12684] By: sky                                   on 2001/10/26  13:34:33
9683         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
9684      Branch: perl
9685            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9686 ____________________________________________________________________________
9687 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
9688         Log: More fixes that were made to the core and not in the libnet src
9689      Branch: perl
9690            ! lib/Net/Domain.pm
9691 ____________________________________________________________________________
9692 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
9693         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
9694              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
9695              Date: Fri, 26 Oct 2001 13:55:21 +0200
9696              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
9697              
9698              (plus make the db-recno.t#59 accept both \n and \r\n)
9699      Branch: perl
9700            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9701            ! ext/DB_File/t/db-recno.t
9702 ____________________________________________________________________________
9703 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
9704         Log: Fix tests to be able to run in the core and the CPAN dist
9705      Branch: perl
9706            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
9707            ! lib/Net/t/require.t lib/Net/t/smtp.t
9708 ____________________________________________________________________________
9709 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
9710         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
9711              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9712              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
9713              Date: Fri, 26 Oct 2001 08:34:46 EDT
9714      Branch: perl
9715            ! ext/Time/HiRes/HiRes.t
9716 ____________________________________________________________________________
9717 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
9718         Log: Sync libnet modules with what will be libnet-1.08
9719      Branch: perl
9720            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
9721            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
9722            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
9723            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
9724 ____________________________________________________________________________
9725 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
9726         Log: Integrate maintperl changes #12268 and #12669;
9727              
9728              final touches to the audit for statics and thread-unsafe code
9729              * make DB_File, ODBM_File thread-safe 
9730              * remove unnecessary/dangerous statics and protect others
9731              from not getting accidentally enabled under threaded perls
9732              
9733              windows support functions get_childdir() et al aren't exported
9734              correctly under vanilla build
9735              
9736              Testing under win32 appreciated since changes there had
9737              to be manually merged and I cannot test how badly did I do.
9738      Branch: perl
9739           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
9740           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
9741           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
9742           !> win32/vmem.h win32/win32.c win32/win32iop.h
9743 ____________________________________________________________________________
9744 [ 12677] By: sky                                   on 2001/10/26  12:37:17
9745         Log: More Config::threads to threads::threads changes
9746      Branch: perl
9747            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
9748 ____________________________________________________________________________
9749 [ 12676] By: sky                                   on 2001/10/26  12:31:46
9750         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
9751      Branch: perl
9752            ! ext/threads/threads.pm ext/threads/threads.xs
9753 ____________________________________________________________________________
9754 [ 12675] By: sky                                   on 2001/10/26  12:06:30
9755         Log: Allocing a TLS in runtime is not too hot.
9756      Branch: perl
9757            ! ext/threads/threads.xs
9758 ____________________________________________________________________________
9759 [ 12674] By: sky                                   on 2001/10/26  11:59:09
9760         Log: Don't display debug data.
9761      Branch: perl
9762            ! ext/threads/threads.pm
9763 ____________________________________________________________________________
9764 [ 12673] By: sky                                   on 2001/10/26  11:35:47
9765         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
9766              complete bar support for blessed objects.
9767              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
9768      Branch: perl
9769            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
9770 ____________________________________________________________________________
9771 [ 12672] By: sky                                   on 2001/10/26  11:15:28
9772         Log: Fix case where shared reference does not exist in current thread.
9773      Branch: perl
9774            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
9775 ____________________________________________________________________________
9776 [ 12671] By: sky                                   on 2001/10/26  08:48:52
9777         Log: Support for references in shared arrays.
9778      Branch: perl
9779            ! ext/threads/shared/shared.xs
9780 ____________________________________________________________________________
9781 [ 12670] By: sky                                   on 2001/10/26  08:30:11
9782         Log: Add tests for references in hashes.
9783      Branch: perl
9784            + ext/threads/shared/t/hv_refs.t
9785            ! MANIFEST
9786 ____________________________________________________________________________
9787 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
9788         Log: windows support functions get_childdir() et al aren't exported
9789              correctly under vanilla build
9790      Branch: maint-5.6/perl
9791            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
9792 ____________________________________________________________________________
9793 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
9794         Log: final touches to the audit for statics and thread-unsafe code
9795              * make DB_File, ODBM_File thread-safe 
9796              * remove unnecessary/dangerous statics and protect others
9797              from not getting accidentally enabled under threaded perls
9798      Branch: maint-5.6/perl
9799            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
9800            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
9801            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
9802            ! win32/win32.c
9803 ____________________________________________________________________________
9804 [ 12667] By: ams                                   on 2001/10/26  03:48:36
9805         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
9806              From: "Richard Soderberg" <rs@crystalflame.net>
9807              Date: Thu, 25 Oct 2001 23:42:50 -0400
9808              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
9809      Branch: perl
9810            ! sharedsv.c
9811 ____________________________________________________________________________
9812 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
9813         Log: Integrate change #12664 from maintperl;
9814              
9815              the newest GCCs don't seem to like C<"string1"##STRING2>
9816              so keep it as C<"string1" STRING2> (latter appears to
9817              work everywhere)
9818      Branch: perl
9819           !> ext/DynaLoader/dlutils.c
9820 ____________________________________________________________________________
9821 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
9822         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
9823              From: Chris Nandor <pudge@pobox.com>
9824              Date: Thu, 25 Oct 2001 22:15:03 -0400
9825              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
9826      Branch: perl
9827            ! perl.h
9828 ____________________________________________________________________________
9829 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
9830         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
9831              C<"string1" STRING2> (latter appears to work everywhere)
9832      Branch: maint-5.6/perl
9833            ! ext/DynaLoader/dlutils.c
9834 ____________________________________________________________________________
9835 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
9836         Log: AUTHORS update.
9837      Branch: perl
9838            ! AUTHORS
9839 ____________________________________________________________________________
9840 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
9841         Log: Integrate change #12660 from maintperl;
9842              
9843              make the dMY_CXT stuff available under all of
9844              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
9845      Branch: perl
9846           !> perl.h
9847 ____________________________________________________________________________
9848 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
9849         Log: Subject: [PATCH] DB_File-1.79
9850              From: "Paul Marquess" <paul.marquess@openwave.com>
9851              Date: Fri, 26 Oct 2001 00:03:54 +0100
9852              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
9853      Branch: perl
9854            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
9855            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
9856 ____________________________________________________________________________
9857 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
9858         Log: make the dMY_CXT stuff available under all of
9859              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
9860      Branch: maint-5.6/perl
9861            ! perl.h
9862 ____________________________________________________________________________
9863 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
9864         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
9865              From: Michael G Schwern <schwern@pobox.com>
9866              Date: Thu, 25 Oct 2001 18:28:12 -0400
9867              Message-ID: <20011025182812.M4811@blackrider>
9868      Branch: perl
9869            ! t/run/kill_perl.t
9870 ____________________________________________________________________________
9871 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
9872         Log: STRLEN != int.
9873      Branch: perl
9874            ! regcomp.c regexec.c
9875 ____________________________________________________________________________
9876 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
9877         Log: Subject: [PATCH] remove small IVop redundancy
9878              From: Nicholas Clark <nick@ccl4.org>
9879              Date: Thu, 25 Oct 2001 22:48:28 +0100
9880              Message-ID: <20011025224827.M66471@plum.flirble.org>
9881      Branch: perl
9882            ! pp.c pp_hot.c
9883 ____________________________________________________________________________
9884 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
9885         Log: Metaconfig unit change for #12655.
9886      Branch: metaconfig/U/perl
9887            ! Extensions.U
9888 ____________________________________________________________________________
9889 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
9890         Log: Subject: Re: Not OK @12650
9891              From: Andy Dougherty <doughera@lafayette.edu>
9892              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
9893              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
9894      Branch: perl
9895            ! Configure
9896 ____________________________________________________________________________
9897 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
9898         Log: Integrate changes #12652 and #12653 from maintperl;
9899              
9900              more tweaks to change#12626
9901              * move the boilerplate code over to perl.h and make DynaLoader
9902              use it
9903              * make re, Opcode, File::Glob and B threadsafe
9904              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
9905              C<no re;> anywhere)
9906              
9907              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
9908              
9909              File::Glob required a bit more work in bleadperl
9910              because of ExtUtils::Constant (see the Makefile.PL change)
9911      Branch: perl
9912            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
9913           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
9914           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
9915 ____________________________________________________________________________
9916 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
9917         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
9918      Branch: maint-5.6/perl
9919            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
9920            ! ext/Opcode/Opcode.xs ext/re/re.xs
9921 ____________________________________________________________________________
9922 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
9923         Log: more tweaks to change#12626
9924              * move the boilerplate code over to perl.h and make DynaLoader
9925              use it
9926              * make re, Opcode, File::Glob and B threadsafe
9927              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
9928              C<no re;> anywhere)
9929      Branch: maint-5.6/perl
9930            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
9931            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
9932 ____________________________________________________________________________
9933 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
9934         Log: Metaconfig unit change for #12650.
9935      Branch: metaconfig/U/perl
9936            ! Extensions.U
9937 ____________________________________________________________________________
9938 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
9939         Log: Subject: Re: ithreads doesn't like usedl=n
9940              From: Andy Dougherty <doughera@lafayette.edu>
9941              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
9942              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
9943              
9944              Special-case threads::shared.
9945      Branch: perl
9946            ! Configure
9947 ____________________________________________________________________________
9948 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
9949         Log: Getting fancier...
9950      Branch: perl
9951            ! t/TEST
9952 ____________________________________________________________________________
9953 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
9954         Log: csh - what a pain.
9955      Branch: perl
9956            ! t/TEST
9957 ____________________________________________________________________________
9958 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
9959         Log: Update Changes.
9960      Branch: perl
9961            ! Changes patchlevel.h
9962 ____________________________________________________________________________
9963 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
9964         Log: Allow resetting the locale system for the duration
9965              of the build (Mac OS X default setting LANG=En_US
9966              ist kaputt)
9967      Branch: perl
9968            ! Makefile.SH
9969 ____________________________________________________________________________
9970 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
9971         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
9972      Branch: perl
9973            ! ext/Digest/MD5/t/files.t
9974 ____________________________________________________________________________
9975 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
9976         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
9977              From: Andy Dougherty <doughera@lafayette.edu>
9978              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
9979              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
9980      Branch: perl
9981            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
9982            ! ext/threads/shared/Makefile.PL
9983 ____________________________________________________________________________
9984 [ 12643] By: sky                                   on 2001/10/25  12:28:26
9985         Log: Add support for reference members of hashes.
9986      Branch: perl
9987            ! ext/threads/shared/shared.xs
9988 ____________________________________________________________________________
9989 [ 12642] By: ams                                   on 2001/10/25  12:21:13
9990         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
9991              From: "Norton Allen" <nort@qnx.com>
9992              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
9993              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
9994      Branch: perl
9995            ! ext/Digest/MD5/MD5.xs
9996 ____________________________________________________________________________
9997 [ 12641] By: sky                                   on 2001/10/25  10:27:39
9998         Log: Tests shared hashes.
9999      Branch: perl
10000            + ext/threads/shared/t/hv_simple.t
10001            ! MANIFEST
10002 ____________________________________________________________________________
10003 [ 12640] By: sky                                   on 2001/10/25  10:18:23
10004         Log: Fix threadcounts for arrays and hashes.
10005      Branch: perl
10006            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10007 ____________________________________________________________________________
10008 [ 12639] By: sky                                   on 2001/10/25  10:17:26
10009         Log: Note to self, doing *src_ary++ in a macro that evaluates
10010              the value more than once is a good way to dump core.
10011      Branch: perl
10012            ! sharedsv.c
10013 ____________________________________________________________________________
10014 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
10015         Log: Integrate change #12636 from maintperl; more dl fixups.
10016      Branch: perl
10017           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
10018           !> ext/DynaLoader/dl_vms.xs
10019 ____________________________________________________________________________
10020 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
10021         Log: Like dl_hpux, like dl_dld.
10022      Branch: perl
10023            ! ext/DynaLoader/dl_dld.xs
10024 ____________________________________________________________________________
10025 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
10026         Log: followups to change#12635
10027      Branch: maint-5.6/perl
10028            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
10029            ! ext/DynaLoader/dl_vms.xs
10030 ____________________________________________________________________________
10031 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
10032         Log: add part of change#12634 to the two files that need it; dl_aix.xs
10033              in maint-5.6 doesn't have the branch that had the problem in
10034              mainline
10035      Branch: maint-5.6/perl
10036            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
10037 ____________________________________________________________________________
10038 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
10039         Log: Fixes for #12627.
10040      Branch: perl
10041            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
10042 ____________________________________________________________________________
10043 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
10044         Log: Since pv_uni_display and sv_uni_display are now used
10045              in the re extension, their symbols have to be exported.
10046      Branch: perl
10047            ! embed.pl global.sym
10048 ____________________________________________________________________________
10049 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
10050         Log: Subject:  Re: [PATCH Perl@12567] debug /list
10051              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10052              Date: Tue, 23 Oct 2001 21:40:33 EDT
10053              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
10054      Branch: perl
10055            ! configure.com
10056 ____________________________________________________________________________
10057 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
10058         Log: This takes care of some of the re 'debug' cases but
10059              not all cases since the information whether the pattern
10060              or the target are utf8 seems to be either lost or not
10061              spread widely enough, sigh.
10062      Branch: perl
10063            ! regcomp.c
10064 ____________________________________________________________________________
10065 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
10066         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
10067              From: John Peacock <jpeacock@rowman.com>
10068              Date: Wed, 24 Oct 2001 16:53:29 -0400
10069              Message-ID: <3BD72A49.1508D152@rowman.com>
10070      Branch: perl
10071            ! configure.com
10072 ____________________________________________________________________________
10073 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
10074         Log: Upgrade NetWare and WinCE as in #12626.
10075      Branch: perl
10076            ! NetWare/dl_netware.xs wince/dl_win32.xs
10077 ____________________________________________________________________________
10078 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
10079         Log: Tru64 compiler nit.
10080      Branch: perl
10081            ! ext/threads/shared/shared.xs
10082 ____________________________________________________________________________
10083 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
10084         Log: Integrate change #12626 from maintperl;
10085              make DynaLoader threadsafe by moving all statics into
10086              interpreter-local space
10087              
10088              TODO: Netware, OS/2, WinCE
10089      Branch: perl
10090           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10091           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
10092           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
10093           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
10094           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10095           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10096           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
10097 ____________________________________________________________________________
10098 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
10099         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
10100              space
10101      Branch: maint-5.6/perl
10102            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10103            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
10104            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
10105            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
10106            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10107            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10108            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
10109 ____________________________________________________________________________
10110 [ 12625] By: sky                                   on 2001/10/24  20:05:26
10111         Log: Change #12623 inflicted an infinite hang. Fixed.
10112      Branch: perl
10113            ! ext/threads/shared/shared.xs
10114 ____________________________________________________________________________
10115 [ 12624] By: sky                                   on 2001/10/24  19:06:55
10116         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
10117      Branch: perl
10118            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10119 ____________________________________________________________________________
10120 [ 12623] By: sky                                   on 2001/10/24  18:06:34
10121         Log: We need to do sharedsv_find in the original perl context.
10122      Branch: perl
10123            ! ext/threads/shared/shared.xs
10124 ____________________________________________________________________________
10125 [ 12622] By: sky                                   on 2001/10/24  17:26:51
10126         Log: Add support for basic support for AVs, references not supported yet.
10127              Add test for AVs.
10128              Add more tests to sv_refs
10129              Fix documentation issues.  
10130      Branch: perl
10131            + ext/threads/shared/t/av_simple.t
10132            ! MANIFEST ext/threads/shared/shared.pm
10133            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
10134 ____________________________________________________________________________
10135 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
10136         Log: Dump Unicode better for re 'debug'.  The regprop()
10137              is unfinished since have to figure out how to detect
10138              Unicodeness in there.
10139      Branch: perl
10140            ! regcomp.c regexec.c
10141 ____________________________________________________________________________
10142 [ 12620] By: sky                                   on 2001/10/24  13:18:07
10143         Log: Add support for finding shared arrays and hashes.
10144      Branch: perl
10145            ! sharedsv.c
10146 ____________________________________________________________________________
10147 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
10148         Log: Rewrite sv_uni_display() as pv_uni_display() as
10149              reimplement sv_uni_display() using that.
10150      Branch: perl
10151            ! dump.c embed.h embed.pl proto.h
10152 ____________________________________________________________________________
10153 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
10154         Log: Integrate change #12615 from maintperl;
10155              on Windows, IO::File::new_tmpfile() fails after being called
10156              32767 times because MSVCRT thinks stdio's TMP_MAX is a
10157              process-wide limit
10158      Branch: perl
10159           !> win32/win32.c
10160 ____________________________________________________________________________
10161 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
10162         Log: Don't try to print ints as IVs.
10163      Branch: perl
10164            ! ext/Time/HiRes/HiRes.xs
10165 ____________________________________________________________________________
10166 [ 12616] By: sky                                   on 2001/10/24  11:06:35
10167         Log: We only need to fetch the SV from the backend if the index
10168              is not the same as mg_private.     In theory this could be
10169              a problem if there are an exact multiple of U16 changes
10170              of a shared variable between two access in a given thread,
10171              we choose to avoid theory for now.
10172      Branch: perl
10173            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
10174 ____________________________________________________________________________
10175 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
10176         Log: on Windows, IO::File::new_tmpfile() fails after being called
10177              32767 times because MSVCRT thinks stdio's TMP_MAX is a
10178              process-wide limit
10179      Branch: maint-5.6/perl
10180            ! win32/win32.c
10181 ____________________________________________________________________________
10182 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
10183         Log: Negation and Unicode: sort of solves 20010303.010,
10184              except not quite like reported in the Subject
10185              (Perl_warner is still utf8-ignorant).
10186      Branch: perl
10187            ! pp.c t/lib/warnings/sv
10188 ____________________________________________________________________________
10189 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
10190         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
10191      Branch: perl
10192            ! sv.c t/lib/warnings/sv
10193 ____________________________________________________________________________
10194 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
10195         Log: sv_uni_display(): do not add the "...", let the caller
10196              do it if wanted, and be prepared for more display options.
10197      Branch: perl
10198            ! dump.c embed.h embed.pl proto.h
10199 ____________________________________________________________________________
10200 [ 12611] By: nick                                  on 2001/10/23  20:28:07
10201         Log: Integrate mainline
10202      Branch: perlio
10203           !> Changes configure.com cygwin/cygwin.c
10204           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
10205           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
10206           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
10207           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
10208           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
10209           !> utils/h2xs.PL utils/perldoc.PL
10210 ____________________________________________________________________________
10211 [ 12610] By: sky                                   on 2001/10/23  19:39:24
10212         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
10213              don't call themselves READONLY but still die with modification
10214              attempt. We only call bless for ext and umagic.
10215      Branch: perl
10216            ! sv.c
10217 ____________________________________________________________________________
10218 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
10219         Log: Croak() on negative time; doc tweaks.
10220      Branch: perl
10221            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
10222            ! ext/Time/HiRes/HiRes.xs
10223 ____________________________________________________________________________
10224 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
10225         Log: FAQ sync.
10226      Branch: perl
10227            ! pod/perlfaq4.pod pod/perlfaq7.pod
10228 ____________________________________________________________________________
10229 [ 12607] By: sky                                   on 2001/10/23  18:27:27
10230         Log: Call setmagic on the referent we are blessing.
10231      Branch: perl
10232            ! sv.c
10233 ____________________________________________________________________________
10234 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
10235         Log: Small test nits.
10236      Branch: perl
10237            ! t/op/lc.t
10238 ____________________________________________________________________________
10239 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
10240         Log: Update Changes.
10241      Branch: perl
10242            ! Changes patchlevel.h
10243 ____________________________________________________________________________
10244 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
10245         Log: Make the PerlIO_init() prototypes consistent.
10246      Branch: perl
10247            ! perlio.c
10248 ____________________________________________________________________________
10249 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
10250         Log: Upping the test count is a good idea.
10251      Branch: perl
10252            ! t/op/lc.t
10253 ____________________________________________________________________________
10254 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
10255         Log: Document the final sigma spot.
10256      Branch: perl
10257            ! pp.c
10258 ____________________________________________________________________________
10259 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
10260         Log: Fix multicharacter titlecase (ucfirst).
10261      Branch: perl
10262            ! pod/perlunicode.pod pp.c t/op/lc.t
10263 ____________________________________________________________________________
10264 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
10265         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
10266              From: Mikhail Zabaluev <mhz@alt-linux.org>
10267              Date: Tue, 23 Oct 2001 10:40:37 +0400
10268              Message-ID: <20011023104037.A12761@localhost.localdomain>
10269              
10270              (#12406 replaced with this)
10271      Branch: perl
10272            ! utils/perldoc.PL
10273 ____________________________________________________________________________
10274 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
10275         Log: MacOS Classic updates from Pudge.
10276      Branch: perl
10277            ! lib/File/Spec.t lib/File/Spec/Mac.pm
10278 ____________________________________________________________________________
10279 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
10280         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
10281              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10282              Date: Sun, 14 Oct 2001 23:14:46 +0200
10283              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
10284              
10285              except for the 2->4 changes.
10286      Branch: perl
10287            ! lib/AutoSplit.t
10288 ____________________________________________________________________________
10289 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
10290         Log: integrate macperl contents into maint-5.6
10291      Branch: maint-5.6/perl
10292            ! mg.c
10293           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
10294           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
10295           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
10296           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10297           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
10298           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
10299           !> t/lib/filefind.t t/lib/filespec.t
10300 ____________________________________________________________________________
10301 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
10302         Log: At some point the #6234 has been lost from the mainline
10303              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
10304      Branch: perl
10305            ! lib/File/Spec/Win32.pm
10306 ____________________________________________________________________________
10307 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
10308         Log: Cygwin seems to round up (or closest, but not down)
10309              for time(), so half of the time (bad pun intended)
10310              Time::HiRes::time() is less than time(), half of
10311              the time it's more.  So let's try harder in the loop.
10312      Branch: perl
10313            ! ext/Time/HiRes/HiRes.t
10314 ____________________________________________________________________________
10315 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
10316         Log: MacOS Classic timeofday(), from Chris Nandor. 
10317      Branch: perl
10318            ! ext/Time/HiRes/HiRes.xs
10319 ____________________________________________________________________________
10320 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
10321         Log: Integrate changes #12580 and #12581 from macperl;
10322              
10323              Fix path construction.
10324              
10325              (Copyright) Nit.
10326      Branch: perl
10327           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
10328 ____________________________________________________________________________
10329 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
10330         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
10331              doesn't seem to help (the error being output to console, maybe?)
10332      Branch: perl
10333            ! lib/Net/Domain.pm
10334 ____________________________________________________________________________
10335 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
10336         Log: Taint the getcwd() result also in Cygwin.
10337              (TODO: which other platforms need the same thing?)
10338      Branch: perl
10339            ! cygwin/cygwin.c
10340 ____________________________________________________________________________
10341 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
10342         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
10343      Branch: perl
10344            ! t/op/taint.t
10345 ____________________________________________________________________________
10346 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
10347         Log: getpwuid() fragility continues.
10348      Branch: perl
10349            ! utils/h2xs.PL
10350 ____________________________________________________________________________
10351 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
10352         Log: getpwuid() might succeed but that's no guarantee
10353              that the $home will be defined.
10354      Branch: perl
10355            ! ext/File/Glob/t/basic.t
10356 ____________________________________________________________________________
10357 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
10358         Log: It's safer to to expand the variable, too... (see #12571)
10359      Branch: perl
10360            ! t/TEST
10361 ____________________________________________________________________________
10362 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
10363         Log: Integrate with maintperl.
10364      Branch: maint-5.6/macperl
10365           !> win32/bin/pl2bat.pl win32/win32.c
10366 ____________________________________________________________________________
10367 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
10368         Log: Oops, forgot to include Win32 ... just as well, since it
10369              seems in bleadperl, change #7764 was not included
10370              (adding C:\temp).  Re-added.  Rip it back out if it
10371              doesn't belong.  :-)
10372      Branch: maint-5.6/macperl
10373            ! lib/File/Spec/Win32.pm
10374 ____________________________________________________________________________
10375 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
10376         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
10377              From: "Craig A. Berry" <craigberry@mac.com>
10378              Date: Mon, 22 Oct 2001 15:25:19 -0500
10379              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
10380      Branch: perl
10381            ! configure.com
10382 ____________________________________________________________________________
10383 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
10384         Log: Add in lots of File::Spec changes, from Thomas Wegner,
10385              and sync with changes from bleadperl.
10386      Branch: maint-5.6/macperl
10387            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
10388            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
10389            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10390            ! lib/File/Spec/Win32.pm t/lib/filespec.t
10391 ____________________________________________________________________________
10392 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
10393         Log: Sync with latest File::Find and tests from bleadperl.
10394      Branch: maint-5.6/macperl
10395            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
10396 ____________________________________________________________________________
10397 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
10398         Log: Nit.
10399      Branch: maint-5.6/macperl
10400            ! perl.c
10401 ____________________________________________________________________________
10402 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
10403         Log: Fix path construction.
10404      Branch: maint-5.6/macperl
10405            ! ext/DynaLoader/DynaLoader_pm.PL
10406 ____________________________________________________________________________
10407 [ 12579] By: nick                                  on 2001/10/22  19:08:35
10408         Log: Integrate mainline (for Arthurs thread.xs fix)
10409      Branch: perlio
10410           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
10411 ____________________________________________________________________________
10412 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
10413         Log: Fix up exported symbols, move relevant docs
10414              over from macperl.pod.
10415      Branch: maint-5.6/macperl
10416            ! macos/ext/MacPerl/MacPerl.pm
10417 ____________________________________________________________________________
10418 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
10419         Log: Make ADDRESS called optionally as a method.
10420      Branch: maint-5.6/macperl
10421            ! macos/lib/Mac/Glue.pm
10422 ____________________________________________________________________________
10423 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
10424         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
10425              Apple event.
10426      Branch: maint-5.6/macperl
10427            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
10428            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
10429            ! macos/macperl/MPTerminology.aete
10430 ____________________________________________________________________________
10431 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
10432         Log: Clean up some build utilities. Change Entab to Duplicate;
10433              fix docs and error reporting; improve macify() of paths;
10434              remove requirement for Exporter.pm presence.
10435      Branch: maint-5.6/macperl
10436            ! macos/InstallBLIB macos/MacPerlTests.cmd
10437            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
10438 ____________________________________________________________________________
10439 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
10440         Log: Sync Time::HiRes with bleadperl
10441      Branch: maint-5.6/macperl
10442            ! macos/bundled_ext/Time/HiRes/HiRes.pm
10443            ! macos/bundled_ext/Time/HiRes/HiRes.t
10444            ! macos/bundled_ext/Time/HiRes/HiRes.xs
10445 ____________________________________________________________________________
10446 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
10447         Log: Fix up Changes
10448      Branch: maint-5.6/macperl
10449            ! macos/Changes
10450 ____________________________________________________________________________
10451 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
10452         Log: A user might belong to only a single group
10453              (the group equal to the group id).
10454      Branch: perl
10455            ! t/op/groups.t
10456 ____________________________________________________________________________
10457 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
10458         Log: Prepending (instead of replacing with) the pwd is safer. 
10459      Branch: perl
10460            ! t/TEST
10461 ____________________________________________________________________________
10462 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
10463         Log: Be more robust if no hostname or domainname
10464              (especially the latter)
10465      Branch: perl
10466            ! lib/Net/Domain.pm
10467 ____________________________________________________________________________
10468 [ 12569] By: sky                                   on 2001/10/22  17:41:07
10469         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
10470      Branch: perl
10471            ! ext/threads/threads.xs
10472 ____________________________________________________________________________
10473 [ 12568] By: nick                                  on 2001/10/22  16:31:24
10474         Log: Integrate mainline
10475      Branch: perlio
10476           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
10477           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10478           +> ext/threads/shared/t/sv_refs.t
10479           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
10480            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10481            - lib/unicore/To/SpecUpper.pl
10482           !> (integrate 42 files)
10483 ____________________________________________________________________________
10484 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
10485         Log: Update Changes.
10486      Branch: perl
10487            ! Changes patchlevel.h
10488 ____________________________________________________________________________
10489 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
10490         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
10491              From: Michael G Schwern <schwern@pobox.com>
10492              Date: Mon, 22 Oct 2001 03:48:38 -0400
10493              Message-ID: <20011022034838.B1676@blackrider>
10494      Branch: perl
10495            ! pod/perlvar.pod
10496 ____________________________________________________________________________
10497 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
10498         Log: Pod nits, as suggested by Stas Bekman.
10499      Branch: perl
10500            ! ext/threads/shared/shared.pm ext/threads/threads.pm
10501 ____________________________________________________________________________
10502 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
10503         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
10504              From: "Paul Marquess" <paul.marquess@openwave.com> 
10505              Date: Sun, 21 Oct 2001 21:11:15 +0100
10506              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
10507      Branch: perl
10508            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
10509            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
10510            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
10511            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
10512            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
10513            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
10514            ! ext/SDBM_File/sdbm.t
10515 ____________________________________________________________________________
10516 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
10517         Log: Integrate change #12559 from maintperl;
10518              various fixes for system() and backticks under windows
10519      Branch: perl
10520           !> win32/win32.c
10521 ____________________________________________________________________________
10522 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
10523         Log: Integrate change #12560 from maintperl;
10524              make pl2bat use %0 rather than "%0" (the latter fails to work
10525              in a lot of common cases)
10526      Branch: perl
10527           !> win32/bin/pl2bat.pl
10528 ____________________________________________________________________________
10529 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
10530         Log: Integrate changes #12549 and #12550 from maintperl;
10531              
10532              readline() doesn't work with our variables; it confuses them with
10533              my variables (change#4227 was incomplete)
10534      Branch: perl
10535            ! t/lib/strict/vars
10536           !> t/base/rs.t toke.c
10537 ____________________________________________________________________________
10538 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
10539         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
10540              in a lot of common cases)
10541      Branch: maint-5.6/perl
10542            ! win32/bin/pl2bat.pl
10543 ____________________________________________________________________________
10544 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
10545         Log: various fixes for system() and backticks under windows:
10546              
10547              * avoid munging whitespace that is passed within quotes
10548              * work around a cmd.exe misfeature that made multi-arg
10549              system() unreliable when there is more than one quoted
10550              argument
10551              * make multi-arg system() autoquote arguments as needed
10552              before passing them to the shell (this avoids having to
10553              second guess the shell quoting)
10554              * perl's -Dp switch can be used to trace the innards
10555      Branch: maint-5.6/perl
10556            ! win32/win32.c
10557 ____________________________________________________________________________
10558 [ 12558] By: nick                                  on 2001/10/22  08:58:42
10559         Log: Integrate ithreads buffer flush fix from perlio
10560      Branch: perl
10561           !> ext/threads/t/basic.t perl.c
10562 ____________________________________________________________________________
10563 [ 12557] By: nick                                  on 2001/10/22  08:35:09
10564         Log: All tests pass (legitimately) on ithreads
10565      Branch: perlio
10566            ! ext/threads/t/basic.t perl.c
10567 ____________________________________________________________________________
10568 [ 12556] By: nick                                  on 2001/10/22  06:51:22
10569         Log: Integrate non-ithreads fix to mainline
10570      Branch: perl
10571           !> perlio.c
10572 ____________________________________________________________________________
10573 [ 12555] By: nick                                  on 2001/10/22  06:48:33
10574         Log: Restore non-ithreads build. Interestingly binmode test passes
10575              non-ithreads - so crlf layer is not damaged and ithreads fail
10576              is a symptom ...
10577      Branch: perlio
10578            ! perlio.c
10579 ____________________________________________________________________________
10580 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
10581         Log: Integrate from perlio; restructuring.
10582      Branch: perl
10583           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
10584           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
10585           !> win32/perlhost.h
10586 ____________________________________________________________________________
10587 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
10588         Log: Integrate from maintperl
10589              (Changes 12350, 12496, 12548, 12549, 12550)
10590      Branch: maint-5.6/macperl
10591           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
10592           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
10593 ____________________________________________________________________________
10594 [ 12552] By: nick                                  on 2001/10/21  19:18:12
10595         Log: Win32 PerlIO_cleanup special cases should no longer be required.
10596      Branch: perlio
10597            ! perl.c
10598 ____________________________________________________________________________
10599 [ 12551] By: nick                                  on 2001/10/21  19:16:56
10600         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
10601      Branch: perlio
10602            ! win32/makefile.mk
10603 ____________________________________________________________________________
10604 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
10605         Log: change#12549 wasn't aware of strictures
10606      Branch: maint-5.6/perl
10607            ! t/pragma/strict-vars toke.c
10608 ____________________________________________________________________________
10609 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
10610         Log: readline() doesn't work with our variables; it confuses them with
10611              my variables (change#4227 was incomplete)
10612      Branch: maint-5.6/perl
10613            ! t/base/rs.t toke.c
10614 ____________________________________________________________________________
10615 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
10616         Log: change#12220 appears to have pulled in a mainline change that
10617              isn't applicable to maint-5.6 (some platforms don't taint
10618              cwd)
10619      Branch: maint-5.6/perl
10620            ! t/lib/filefind-taint.t
10621 ____________________________________________________________________________
10622 [ 12547] By: nick                                  on 2001/10/21  17:15:54
10623         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
10624              for them. Call explicit cleanup during destruct process.
10625              - one binmode test is failing
10626              - also ext/threads/t/basic.t fails under make test, and is noisy under
10627              harness. (Threads results are intermingled and don't match order expected.)
10628      Branch: perlio
10629            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
10630            ! perlio.h perliol.h pod/perlapi.pod sv.c
10631 ____________________________________________________________________________
10632 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
10633         Log: Implement multicharacter case mappings where a single
10634              Unicode character can be mapped into several.
10635      Branch: perl
10636            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10637            - lib/unicore/To/SpecUpper.pl
10638            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
10639            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
10640            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
10641            ! proto.h t/op/lc.t utf8.c
10642 ____________________________________________________________________________
10643 [ 12545] By: sky                                   on 2001/10/21  15:25:16
10644         Log: First support of threads::shared, support shared svs and references.
10645      Branch: perl
10646            + ext/threads/shared/Makefile.PL ext/threads/shared/README
10647            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10648            + ext/threads/shared/t/sv_refs.t
10649            + ext/threads/shared/t/sv_simple.t
10650            ! MANIFEST sharedsv.c
10651 ____________________________________________________________________________
10652 [ 12544] By: nick                                  on 2001/10/21  14:52:35
10653         Log: PerlIO layer table as PL_perlio (per-interpreter)
10654      Branch: perlio
10655            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
10656            ! pod/perlapi.pod sv.c
10657 ____________________________________________________________________________
10658 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
10659         Log: Prettyprinting.
10660      Branch: perl
10661            ! pod/perlunicode.pod
10662 ____________________________________________________________________________
10663 [ 12542] By: ams                                   on 2001/10/21  03:50:25
10664         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
10665              From: "Sean M. Burke" <sburke@cpan.org>
10666              Date: Sat, 20 Oct 2001 17:51:09 -0600
10667              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
10668      Branch: perl
10669            + pod/perlpodspec.pod
10670            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
10671            ! pod/perltoc.pod
10672 ____________________________________________________________________________
10673 [ 12541] By: nick                                  on 2001/10/20  22:23:53
10674         Log: Fix typos in new locking on MemShared
10675              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
10676              - seems to make segfaults more deterministic - suspect they are 
10677              attempt to free() after Interp and Host have gone.
10678      Branch: perlio
10679            ! perlio.c win32/perlhost.h
10680 ____________________________________________________________________________
10681 [ 12540] By: nick                                  on 2001/10/20  21:50:46
10682         Log: Remove the MemShared re-#define (again)
10683      Branch: perlio
10684            ! perlio.c
10685 ____________________________________________________________________________
10686 [ 12539] By: nick                                  on 2001/10/20  21:49:06
10687         Log: Use locks on MemShared
10688      Branch: perlio
10689            ! win32/perlhost.h
10690 ____________________________________________________________________________
10691 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
10692         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
10693              From: "chromatic" <chromatic@rmci.net>
10694              Date: Sat, 20 Oct 2001 11:13:47 -0600
10695              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
10696      Branch: perl
10697            ! installhtml
10698 ____________________________________________________________________________
10699 [ 12537] By: nick                                  on 2001/10/20  16:44:03
10700         Log: Integrate mainline
10701      Branch: perlio
10702           !> (integrate 48 files)
10703 ____________________________________________________________________________
10704 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
10705         Log: Update Changes.
10706      Branch: perl
10707            ! Changes patchlevel.h
10708 ____________________________________________________________________________
10709 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
10710         Log: Upgrade to podlators 1.11, from Russ Allbery.
10711      Branch: perl
10712            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
10713            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
10714            ! pod/pod2man.PL pod/pod2text.PL
10715 ____________________________________________________________________________
10716 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
10717         Log: Integrate perlio change #12532:
10718              introduce and use PerlIO_intmod2str().
10719      Branch: perl
10720           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
10721 ____________________________________________________________________________
10722 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
10723         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
10724      Branch: perl
10725            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
10726 ____________________________________________________________________________
10727 [ 12532] By: nick                                  on 2001/10/20  14:25:37
10728         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
10729              Use for non-PERLIO fdupopen().
10730      Branch: perlio
10731            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
10732 ____________________________________________________________________________
10733 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
10734         Log: Integrate perlio: PerlIO win32 fixes.
10735      Branch: perl
10736           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
10737           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
10738           !> proto.h sv.h win32/win32io.c
10739 ____________________________________________________________________________
10740 [ 12530] By: nick                                  on 2001/10/20  12:53:30
10741         Log: Fixed in two places - p4 resolve
10742      Branch: perlio
10743            ! perlsdio.h
10744 ____________________________________________________________________________
10745 [ 12529] By: nick                                  on 2001/10/20  12:51:05
10746         Log: Fix for ithreads/stdio build
10747      Branch: perlio
10748            ! perlio.c perlsdio.h
10749 ____________________________________________________________________________
10750 [ 12528] By: ams                                   on 2001/10/20  12:13:25
10751         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
10752              From: Michael G Schwern <schwern@pobox.com>
10753              Date: Sat, 20 Oct 2001 01:41:21 -0400
10754              Message-Id: <20011020014121.I3681@blackrider>
10755      Branch: perl
10756            ! installman
10757 ____________________________________________________________________________
10758 [ 12527] By: ams                                   on 2001/10/20  12:09:41
10759         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
10760              From: Michael G Schwern <schwern@pobox.com>
10761              Date: Sat, 20 Oct 2001 02:04:21 -0400
10762              Message-Id: <20011020020421.A11732@blackrider>
10763      Branch: perl
10764            ! lib/Pod/Checker.pm
10765 ____________________________________________________________________________
10766 [ 12526] By: ams                                   on 2001/10/20  11:59:41
10767         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
10768              From: "chromatic" <chromatic@rmci.net>
10769              Date: Fri, 19 Oct 2001 22:46:39 -0600
10770              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
10771      Branch: perl
10772            ! lib/Net/Config.pm
10773 ____________________________________________________________________________
10774 [ 12525] By: nick                                  on 2001/10/20  11:16:18
10775         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
10776              Perl_sv_setsv_flags directly.
10777      Branch: perlio
10778            ! ext/threads/threads.xs
10779 ____________________________________________________________________________
10780 [ 12524] By: nick                                  on 2001/10/20  10:28:17
10781         Log: Add a new flag character 'm' to embed.pl set to represent
10782              "functions" which are really macros. Use it foe the troublesome
10783              sv_setsv() etc. macros in sv.h - changing latter to define
10784              sv_setsv rather than sv_setsv_macro etc.
10785      Branch: perlio
10786            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
10787            ! pod/perlapi.pod proto.h sv.h
10788 ____________________________________________________________________________
10789 [ 12523] By: nick                                  on 2001/10/20  09:17:17
10790         Log: Add comments explaining why win32.h/embed.h are included where they are
10791              in perl.h 
10792      Branch: perlio
10793            ! perl.h
10794 ____________________________________________________________________________
10795 [ 12522] By: nick                                  on 2001/10/20  08:27:44
10796         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
10797              being used yet.
10798      Branch: perlio
10799            ! win32/win32io.c
10800 ____________________________________________________________________________
10801 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
10802         Log: Wording tweaks.
10803      Branch: perl
10804            ! t/TEST
10805 ____________________________________________________________________________
10806 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
10807         Log: Subject: IO module with nonblocking socket connect patch 
10808              From: Raul Dias <raul@dias.com.br>
10809              Date: Fri, 19 Oct 2001 22:45:32 -0300
10810              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
10811      Branch: perl
10812            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
10813 ____________________________________________________________________________
10814 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
10815         Log: Test vertical whitespace combined with /x in \p{}.
10816      Branch: perl
10817            ! t/op/pat.t
10818 ____________________________________________________________________________
10819 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
10820         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
10821              From: Gisle Aas <gisle@ActiveState.com> 
10822              Date: 19 Oct 2001 16:46:02 -0700
10823              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
10824      Branch: perl
10825            ! lib/ExtUtils/MakeMaker.pm
10826 ____________________________________________________________________________
10827 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
10828         Log: No more this symbol.
10829      Branch: perl
10830            ! makedef.pl
10831 ____________________________________________________________________________
10832 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
10833         Log: Integrate change #12511; fix gross win32 build issues.
10834      Branch: perl
10835           !> makedef.pl sv.c
10836 ____________________________________________________________________________
10837 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
10838         Log: Unpack in scalar context should return the first value
10839              returned in list context, as pointed out by Ton Hospel
10840              in 2001-05-21 (this is how it works already in blead,
10841              just adding the test).
10842      Branch: perl
10843            ! t/op/pack.t
10844 ____________________________________________________________________________
10845 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
10846         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
10847              From: "Craig A. Berry" <craigberry@mac.com>
10848              Date: Fri, 19 Oct 2001 16:59:30 -0500
10849              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
10850      Branch: perl
10851            ! utils/perldoc.PL
10852 ____________________________________________________________________________
10853 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
10854         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
10855              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10856              Date: Fri, 19 Oct 2001 17:45:23 EDT
10857              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
10858      Branch: perl
10859            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
10860            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
10861            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
10862            ! vms/vmsish.h
10863 ____________________________________________________________________________
10864 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
10865         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
10866              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10867              Date: Fri, 19 Oct 2001 17:26:35 EDT
10868              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
10869      Branch: perl
10870            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
10871 ____________________________________________________________________________
10872 [ 12511] By: nick                                  on 2001/10/19  19:55:36
10873         Log: Fix gross win32 build issues
10874      Branch: perlio
10875            ! makedef.pl sv.c
10876 ____________________________________________________________________________
10877 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
10878         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
10879              From: David Dyck <dcd@tc.fluke.com>
10880              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
10881              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
10882      Branch: perl
10883            ! lib/File/Find.pm
10884 ____________________________________________________________________________
10885 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
10886         Log: Subject: Re: PerlIO and Encode
10887              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10888              Date: Tue, 16 Oct 2001 01:50:16 +0900
10889              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
10890      Branch: perl
10891            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
10892            ! ext/Encode/Encode/Tcl.t
10893 ____________________________________________________________________________
10894 [ 12508] By: ams                                   on 2001/10/19  17:59:16
10895         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
10896              (See #12499)
10897      Branch: perl
10898            ! pod/perlintro.pod
10899 ____________________________________________________________________________
10900 [ 12507] By: nick                                  on 2001/10/19  16:30:43
10901         Log: Integrate mainline
10902      Branch: perlio
10903           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
10904           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
10905           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
10906           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
10907           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
10908           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
10909           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10910           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
10911           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
10912           +> win32/config_H.win64
10913            - lib/Test/Utils.pm lib/unicore/mktables.PL
10914            - t/lib/Test/Simple/Catch/More.pm
10915           !> (integrate 84 files)
10916 ____________________________________________________________________________
10917 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
10918         Log: Retract the #10451 which seems to be the cause
10919              of the major leakage from while(){eval"sub{}"}
10920      Branch: perl
10921            ! op.c t/run/kill_perl.t
10922 ____________________________________________________________________________
10923 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
10924         Log: Regen toc.
10925      Branch: perl
10926            ! pod/perltoc.pod
10927 ____________________________________________________________________________
10928 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
10929         Log: Tiny tweaks.
10930      Branch: perl
10931            ! pod/perl.pod
10932 ____________________________________________________________________________
10933 [ 12503] By: ams                                   on 2001/10/19  13:34:24
10934         Log: Subject: Re: perlintro.pod
10935              From: Abe Timmerman <abe@ztreet.demon.nl>
10936              Date: Fri, 19 Oct 2001 14:12:40 +0200
10937              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
10938      Branch: perl
10939            ! pod/perlintro.pod
10940 ____________________________________________________________________________
10941 [ 12502] By: ams                                   on 2001/10/19  13:24:12
10942         Log: Slight reorganisation of references.
10943      Branch: perl
10944            ! pod/perl.pod
10945 ____________________________________________________________________________
10946 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
10947         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
10948              From: Kay Röpke <kroepke@dolphin-services.de>
10949              Date: Fri, 19 Oct 2001 14:04:01 +0200 
10950              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
10951      Branch: perl
10952            ! lib/ExtUtils/MakeMaker.pm
10953 ____________________________________________________________________________
10954 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
10955         Log: Unicode categories continue:
10956              implement Category=, Script=, Block=
10957              (these are based on an upcoming update of TR#18)
10958              Fix a bug where we got two In categories named "old italic",
10959              and another where shortcut for the Is categories wasn't taken.
10960      Branch: perl
10961            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
10962            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
10963            ! pod/perlunicode.pod t/op/pat.t
10964 ____________________________________________________________________________
10965 [ 12499] By: ams                                   on 2001/10/19  01:42:29
10966         Log: Subject: a small patch to perlintro.pod.
10967              From: Autrijus Tang <autrijus@autrijus.org>
10968              Date: Fri, 19 Oct 2001 01:45:51 +0800
10969              Message-Id: <20011019014551.A35625@not.autrijus.org>
10970              (Applied by hand with nits.)
10971      Branch: perl
10972            ! pod/perlintro.pod
10973 ____________________________________________________________________________
10974 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
10975         Log: Subject: [PATCH] OpenBSD hints for ithreads
10976              From: Andy Dougherty <doughera@lafayette.edu>
10977              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
10978              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
10979      Branch: perl
10980            ! hints/openbsd.sh
10981 ____________________________________________________________________________
10982 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
10983         Log: Retract #12446; the problem solved by #12474.
10984      Branch: perl
10985            ! hints/aix.sh
10986 ____________________________________________________________________________
10987 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
10988         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
10989              message and suppress line number info (from Steve Hay
10990              <Steve.Hay@uk.radan.com>)
10991      Branch: maint-5.6/perl
10992            ! lib/Carp/Heavy.pm
10993 ____________________________________________________________________________
10994 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
10995         Log: More documented In categories.
10996      Branch: perl
10997            ! pod/perlunicode.pod
10998 ____________________________________________________________________________
10999 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
11000         Log: Update Changes.
11001      Branch: perl
11002            ! Changes patchlevel.h
11003 ____________________________________________________________________________
11004 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
11005         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
11006      Branch: perl
11007            ! MANIFEST
11008 ____________________________________________________________________________
11009 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
11010         Log: Wrong skip() arguments.
11011      Branch: perl
11012            ! ext/B/t/terse.t
11013 ____________________________________________________________________________
11014 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
11015         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
11016              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11017              Date: Wed, 17 Oct 2001 09:10:53 EDT 
11018              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
11019      Branch: perl
11020            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
11021            ! pod/perlapi.pod vms/vms.c
11022 ____________________________________________________________________________
11023 [ 12490] By: ams                                   on 2001/10/18  09:31:00
11024         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
11025              From: Mark-Jason Dominus <mjd@plover.com>
11026              Date: Thu, 18 Oct 2001 06:25:35 -0400
11027              Message-Id: <20011018102535.19264.qmail@plover.com>
11028      Branch: perl
11029            ! pod/perl.pod
11030 ____________________________________________________________________________
11031 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
11032         Log: Prettyprinting.
11033      Branch: perl
11034            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
11035 ____________________________________________________________________________
11036 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
11037         Log: Regen toc.
11038      Branch: perl
11039            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11040 ____________________________________________________________________________
11041 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
11042         Log: Add perlintro, from Skud.
11043      Branch: perl
11044            + pod/perlintro.pod
11045            ! MANIFEST
11046 ____________________________________________________________________________
11047 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
11048         Log: FAQ sync.
11049      Branch: perl
11050            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
11051            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
11052            ! pod/perlfaq8.pod pod/perlfaq9.pod
11053 ____________________________________________________________________________
11054 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
11055         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
11056              in speed (upto 20% speedup in certain operations) but meanwhile
11057              regexps and arithmetics got slower (5-10%) (according to
11058              perlbench average speedup is negligible, and within measuring
11059              flutter, 1%).  Therefore retracting all the changes
11060              aimed at getting -std1 to compile cleanly:  #12475, #12476,
11061              #12479, #12480, #12481, #12482, #12483, #12484.
11062      Branch: perl
11063            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
11064            ! pp_hot.c pp_sys.c toke.c
11065 ____________________________________________________________________________
11066 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
11067         Log: (retracted by #12485)
11068              Strict ANSI doesn't like the third argument of main()
11069              so enable ignoring it if using ultra picky compiler.
11070      Branch: perl
11071            ! miniperlmain.c
11072 ____________________________________________________________________________
11073 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
11074         Log: (retracted by #12485)
11075              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
11076      Branch: perl
11077            ! perl.h
11078 ____________________________________________________________________________
11079 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
11080         Log: (retracted by #12485)
11081              Add explanatory comment.
11082      Branch: perl
11083            ! mg.c
11084 ____________________________________________________________________________
11085 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
11086         Log: (retracted by #12485)
11087              More dollar$hiding.
11088      Branch: perl
11089            ! doio.c perl.h pp_sys.c
11090 ____________________________________________________________________________
11091 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
11092         Log: (retracted by #12485)
11093              KISS.
11094      Branch: perl
11095            ! mg.c
11096 ____________________________________________________________________________
11097 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
11098         Log: (retracted by #12485)
11099              Thou shalt not #ifdef inside macro invocations,
11100              noticed by Rafael Garcia-Suarez.
11101      Branch: perl
11102            ! mg.c
11103 ____________________________________________________________________________
11104 [ 12478] By: ams                                   on 2001/10/17  18:50:55
11105         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
11106              From: Anton Berezin <tobez@tobez.org>
11107              Date: Wed, 17 Oct 2001 18:25:48 +0200
11108              Message-Id: <20011017182548.A12082@heechee.tobez.org>
11109      Branch: perl
11110            ! pp_sys.c
11111 ____________________________________________________________________________
11112 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
11113         Log: (retracted by #12485)
11114              Unterminated #ifdef.
11115      Branch: perl
11116            ! mg.c
11117 ____________________________________________________________________________
11118 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
11119         Log: (retracted by #12485)
11120              Avoid dollar signs in identifiers (in non-VMS) to
11121              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
11122      Branch: perl
11123            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
11124            ! toke.c
11125 ____________________________________________________________________________
11126 [ 12474] By: ams                                   on 2001/10/17  15:14:50
11127         Log: Subject: Two AIX patches
11128              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11129              Date: Wed, 17 Oct 2001 18:04:35 +0200
11130              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
11131      Branch: perl
11132            ! hints/aix.sh makedef.pl
11133 ____________________________________________________________________________
11134 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
11135         Log: Limiting the Time::HiRes::sleep and usleep to
11136              one second is not a good policy if drop-in
11137              replacement is still a goal.
11138      Branch: perl
11139            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
11140            ! ext/Time/HiRes/HiRes.xs
11141 ____________________________________________________________________________
11142 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
11143         Log: Subject: [PATCH] Test::Simple 0.32
11144              From: Michael G Schwern <schwern@pobox.com> 
11145              Date: Wed, 17 Oct 2001 03:42:41 -0400
11146              Message-ID: <20011017034241.A25038@blackrider>
11147      Branch: perl
11148            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
11149            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
11150            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
11151            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
11152            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
11153            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
11154            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
11155            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
11156            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
11157            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11158            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
11159            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
11160            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
11161            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
11162            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
11163            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
11164            ! t/lib/Test/Simple/Catch.pm
11165            ! t/lib/Test/Simple/sample_tests/five_fail.plx
11166 ____________________________________________________________________________
11167 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
11168         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
11169              From: Michael G Schwern <schwern@pobox.com> 
11170              Date: Wed, 17 Oct 2001 04:04:13 -0400
11171              Message-ID: <20011017040413.C25550@blackrider>
11172      Branch: perl
11173            ! t/TEST t/harness vms/test.com
11174 ____________________________________________________________________________
11175 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
11176         Log: Regen doc with perlmodstyle added.
11177      Branch: perl
11178            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11179 ____________________________________________________________________________
11180 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
11181         Log: Pod cleanup.
11182      Branch: perl
11183            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
11184 ____________________________________________________________________________
11185 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
11186         Log: Subject: perlmodstyle as a patch
11187              From: Kirrily Robert <skud@infotrope.net>
11188              Date: Tue, 16 Oct 2001 22:47:23 -0400
11189              Message-ID: <20011016224723.A20673@infotrope.net>
11190      Branch: perl
11191            + pod/perlmodstyle.pod
11192            ! MANIFEST
11193 ____________________________________________________________________________
11194 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
11195         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
11196              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
11197              Date: Thu, 6 Sep 2001 11:09:40 +0100
11198              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
11199              
11200              Mention also the develooper p5p archive.
11201      Branch: perl
11202            ! pod/perlhack.pod
11203 ____________________________________________________________________________
11204 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
11205         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
11206              From: Kay Röpke <kroepke@dolphin-services.de>
11207              Date: Tue, 16 Oct 2001 17:23:52 +0200
11208              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
11209      Branch: perl
11210            ! lib/ExtUtils/MakeMaker.pm
11211 ____________________________________________________________________________
11212 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
11213         Log: Add the special casing mappings (from SpecCase.txt)
11214              (except for the hyper special case mappings that have
11215              the condition list); the special casing mappings are
11216              unused for now.  Small tidying up on mktables.
11217      Branch: perl
11218            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11219            + lib/unicore/To/SpecUpper.pl
11220            ! lib/unicore/mktables
11221 ____________________________________________________________________________
11222 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
11223         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
11224              From: "David H. Adler" <dha@panix.com>       
11225              Date: Tue, 16 Oct 2001 11:59:35 -0400
11226              Message-ID: <20011016115935.A13078@panix.com>
11227              
11228              Subject: [ PATCH ] perldata patch, revised
11229              From: "David H. Adler" <dha@panix.com>     
11230              Date: Tue, 16 Oct 2001 18:26:49 -0400
11231              Message-ID: <20011016182649.C23970@panix.com>
11232      Branch: perl
11233            ! pod/perldata.pod pod/perlop.pod
11234 ____________________________________________________________________________
11235 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
11236         Log: Integrate perlio: PerlIO_dup (for all but Win32).
11237      Branch: perl
11238           !> embed.h embed.pl ext/Encode/Encode.xs
11239           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
11240           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
11241           !> win32/win32io.c
11242 ____________________________________________________________________________
11243 [ 12462] By: nick                                  on 2001/10/16  19:11:30
11244         Log: PerlIOXxxx_dups for all but Win32
11245      Branch: perlio
11246            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
11247            ! ext/PerlIO/Via/Via.xs
11248 ____________________________________________________________________________
11249 [ 12461] By: nick                                  on 2001/10/16  18:28:48
11250         Log: Implement PerlIOStdio_dup (explains core dumps - dup
11251              was not setting up a FILE * to be fclosed()).
11252      Branch: perlio
11253            ! perlio.c
11254 ____________________________________________________________________________
11255 [ 12460] By: nick                                  on 2001/10/16  17:31:47
11256         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
11257              overflow.
11258      Branch: perlio
11259            ! perlio.c
11260 ____________________________________________________________________________
11261 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
11262         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
11263              From: "Craig A. Berry" <craigberry@mac.com>
11264              Date: Tue, 16 Oct 2001 13:08:38 -0500
11265              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
11266      Branch: perl
11267            ! configure.com
11268 ____________________________________________________________________________
11269 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
11270         Log: Can't expect too much accuracy from a sleep of one second.
11271              (I think this will also fail with high load.)
11272      Branch: perl
11273            ! ext/Time/HiRes/HiRes.t
11274 ____________________________________________________________________________
11275 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
11276         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
11277              From: "Werner, Randolf" <randolf.werner@sap.com>
11278              Date: Tue, 16 Oct 2001 18:33:02 +0200
11279              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
11280      Branch: perl
11281            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
11282            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
11283 ____________________________________________________________________________
11284 [ 12456] By: nick                                  on 2001/10/16  14:08:16
11285         Log: Builds under ithreads (but fails all threads tests)
11286      Branch: perlio
11287            ! hv.c perlio.c sv.c
11288 ____________________________________________________________________________
11289 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
11290         Log: I think the Perl_sortsv needs *not* be skipped?
11291      Branch: perl
11292            ! makedef.pl
11293 ____________________________________________________________________________
11294 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
11295         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
11296              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
11297              Date: Tue, 16 Oct 2001 15:32:44 +0200
11298              Message-ID: <3BCC531C.11494.3E433F@localhost>
11299      Branch: perl
11300            ! t/op/groups.t
11301 ____________________________________________________________________________
11302 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
11303         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
11304              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
11305              Date: Tue, 16 Oct 2001 15:01:04 +0200
11306              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
11307      Branch: perl
11308            ! t/io/fs.t
11309 ____________________________________________________________________________
11310 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
11311         Log: A forgotten deletion.
11312      Branch: perl
11313            - lib/unicore/mktables.PL
11314 ____________________________________________________________________________
11315 [ 12451] By: nick                                  on 2001/10/16  11:32:48
11316         Log: Skeleton of "PerlIO_dup" coded.
11317              Still-passes all tests non-threaded (well it would wouldn't it!)
11318      Branch: perlio
11319            ! embed.h embed.pl ext/Encode/Encode.xs
11320            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
11321            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
11322            ! win32/win32io.c
11323 ____________________________________________________________________________
11324 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
11325         Log: Document the problem with the swash_fetch() API that affects
11326              more complex case conversions.
11327      Branch: perl
11328            ! lib/utf8_heavy.pl utf8.c
11329 ____________________________________________________________________________
11330 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
11331         Log: Make Time::HiRes::sleep() and usleep() to return
11332              the number of seconds (a floating point value) and 
11333              microseconds (an integer) actually slept (well,
11334              modulo the time spent in measuring the time actually
11335              slept...), to be a better drop-in replacement for
11336              the builtin sleep().  Noticed by Chris Nandor.
11337              
11338              Also make usleep() to croak if fed illegal number
11339              of useconds (anything greater than 1_000_000).
11340      Branch: perl
11341            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
11342            ! ext/Time/HiRes/HiRes.xs
11343 ____________________________________________________________________________
11344 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
11345         Log: A missing SvREFCNT_dec.
11346      Branch: perl
11347            ! perl.c
11348 ____________________________________________________________________________
11349 [ 12447] By: nick                                  on 2001/10/15  20:27:53
11350         Log: Beginings of PerlIO_dup support (unstable)
11351      Branch: perlio
11352            ! perlio.c perliol.h
11353 ____________________________________________________________________________
11354 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
11355         Log: (retracted by #12497)
11356              In AIX vac 5 just can't seem to get regcomp right.
11357      Branch: perl
11358            ! hints/aix.sh
11359 ____________________________________________________________________________
11360 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
11361         Log: Bump the version number to agree with the maintperl one.
11362      Branch: perl
11363            ! lib/Tie/RefHash.pm
11364 ____________________________________________________________________________
11365 [ 12444] By: nick                                  on 2001/10/15  15:59:57
11366         Log: Integrate mainline
11367      Branch: perlio
11368           +> lib/Math/BigInt/t/Math/Subclass.pm
11369           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
11370           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
11371           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
11372           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
11373           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
11374           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
11375           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
11376           +> lib/unicore/mktables
11377            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
11378            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
11379            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
11380            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
11381            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
11382            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
11383            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
11384            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
11385            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
11386            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
11387            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
11388            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
11389            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
11390            - lib/unicore/syllables.txt
11391           !> (integrate 344 files)
11392 ____________________________________________________________________________
11393 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
11394         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
11395      Branch: perl
11396            ! ext/DB_File/DB_File.xs
11397 ____________________________________________________________________________
11398 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
11399         Log: Sync the skip() amounts with the number of tests.
11400      Branch: perl
11401            ! lib/Term/Complete.t
11402 ____________________________________________________________________________
11403 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
11404         Log: Update Changes.
11405      Branch: perl
11406            ! Changes patchlevel.h
11407 ____________________________________________________________________________
11408 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
11409         Log: MacOS Classic catdir() rewrite from Thomas Wegner
11410              (backward incompatibility, but a deliberate one,
11411              the old version simply is broken in its logic),
11412              also documentation updates, and as suggested replicated
11413              the File::Spec::Unix documentation updates also on the
11414              File::Spec documentation.
11415              
11416              TODO: there seems to be duplication of documentation
11417              between File::Spec and File::Spec::Unix.  I think
11418              the ::Unix should be left only with specific UNIXisms,
11419              and all the generic documentation should be in ::Spec.
11420      Branch: perl
11421            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
11422            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
11423            ! lib/File/Spec/Unix.pm
11424 ____________________________________________________________________________
11425 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
11426         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
11427              From: Blair Zajac <blair@orcaware.com>
11428              Date: Mon, 24 Sep 2001 11:48:58 -0700
11429              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
11430              
11431              (the skip() messages)
11432      Branch: perl
11433            ! t/op/magic.t
11434 ____________________________________________________________________________
11435 [ 12438] By: ams                                   on 2001/10/14  23:43:59
11436         Log: Subject: [PATCH] make PerlIO default on VMS
11437              From: "Craig A. Berry" <craigberry@mac.com>
11438              Date: Sun, 14 Oct 2001 15:27:18 -0500
11439              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
11440      Branch: perl
11441            ! configure.com
11442 ____________________________________________________________________________
11443 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
11444         Log: Retract #12436 (Abhijit already did this at #12426)
11445      Branch: perl
11446            ! lib/ExtUtils/MM_Unix.pm
11447 ____________________________________________________________________________
11448 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
11449         Log: (retracted by #12437)
11450              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
11451              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
11452              Date: Sat, 13 Oct 2001 20:33:55 +0200
11453              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
11454      Branch: perl
11455            ! lib/ExtUtils/MM_Unix.pm
11456 ____________________________________________________________________________
11457 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
11458         Log: Subject: h2xs grammar nit
11459              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11460              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
11461              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
11462      Branch: perl
11463            ! utils/h2xs.PL
11464 ____________________________________________________________________________
11465 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
11466         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
11467              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11468              Date: Sun, 14 Oct 2001 11:25:08 +0100
11469              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
11470      Branch: perl
11471            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
11472            ! warnings.pl
11473 ____________________________________________________________________________
11474 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
11475         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
11476              for File::Spec::Mac::catfile)
11477      Branch: perl
11478            ! lib/h2xs.t
11479 ____________________________________________________________________________
11480 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
11481         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
11482              From: Nicholas Clark <nick@ccl4.org>
11483              Date: Sat, 13 Oct 2001 00:07:31 +0100
11484              Message-ID: <20011013000731.D67535@plum.flirble.org>
11485      Branch: perl
11486            ! lib/h2xs.t utils/h2xs.PL
11487 ____________________________________________________________________________
11488 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
11489         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
11490              before DEFINE and INC), and repent by taking DEFINE and
11491              INC away from PASTHRU.
11492      Branch: perl
11493            ! lib/ExtUtils/MM_Unix.pm
11494 ____________________________________________________________________________
11495 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
11496         Log: More MANIFEST anomalies.
11497      Branch: perl
11498            ! MANIFEST
11499 ____________________________________________________________________________
11500 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
11501         Log: Not that many.
11502      Branch: perl
11503            ! MANIFEST
11504 ____________________________________________________________________________
11505 [ 12428] By: sky                                   on 2001/10/13  20:59:27
11506         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
11507              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11508              Date: Sat, 13 Oct 2001 23:15:55 +0200
11509              Message-ID: <20011013231555.A18071@rafael>
11510      Branch: perl
11511            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
11512            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
11513 ____________________________________________________________________________
11514 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
11515         Log: Rewrite mktables from scratch.
11516              - Cleaner.
11517              - Faster: 15-20 seconds as opposed to several minutes.
11518              - More dynamic: the names of the various categories
11519              such as the linebreak ones are dynamic, not static.
11520              - Is.pl: long names for the general category properties
11521              are now available.
11522              - Ranges (<... ,First>, <..., Last>) from the general
11523              categories work now.
11524              - No more mktables.PL because the mktables.PL is not
11525              and never has been run to create a mktables.
11526              - syllables.txt and Is/Syl*.pl removed: non-standard
11527              (not part of the Unicode), and the whole concept is
11528              being reworked (http://syllabary.sourceforge.net/),
11529              the old way wouldn't even work with the new Syllables.txt
11530              (it would result in 1000+ new categories)
11531      Branch: perl
11532            + lib/unicore/In/163.pl lib/unicore/In/164.pl
11533            + lib/unicore/In/165.pl lib/unicore/In/166.pl
11534            + lib/unicore/In/167.pl lib/unicore/In/168.pl
11535            + lib/unicore/In/169.pl lib/unicore/In/170.pl
11536            + lib/unicore/In/171.pl lib/unicore/Is.pl
11537            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
11538            + lib/unicore/mktables
11539            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
11540            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
11541            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
11542            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
11543            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
11544            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
11545            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
11546            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
11547            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
11548            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
11549            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
11550            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
11551            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
11552            - lib/unicore/syllables.txt
11553            ! (edit 304 files)
11554 ____________________________________________________________________________
11555 [ 12426] By: ams                                   on 2001/10/13  18:05:36
11556         Log: ExtUtils::MM_Unix should ignore comments when searching for
11557              $VERSION.
11558      Branch: perl
11559            ! lib/ExtUtils/MM_Unix.pm
11560 ____________________________________________________________________________
11561 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
11562         Log: Subject: Re: New module XML::Clean
11563              From: andreas.koenig@anima.de (Andreas J. Koenig)
11564              Date: 13 Oct 2001 10:17:09 +0200
11565              Message-ID: <m37ku0t0my.fsf@anima.de>
11566      Branch: perl
11567            ! pod/perlnewmod.pod
11568 ____________________________________________________________________________
11569 [ 12424] By: sky                                   on 2001/10/13  09:39:59
11570         Log: Set thread stack size if needed.
11571      Branch: perl
11572            ! ext/threads/threads.xs
11573 ____________________________________________________________________________
11574 [ 12423] By: sky                                   on 2001/10/13  09:36:49
11575         Log: We do want to set the attribute to joinable even on modern posix
11576              platforms.
11577      Branch: perl
11578            ! ext/threads/threads.xs
11579 ____________________________________________________________________________
11580 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
11581         Log: Subject: [PATCH ext/Data/Dumper.xs]
11582              From: Brian Ingerson <ingy@ttul.org>
11583              Date: Fri, 12 Oct 2001 19:32:35 -0700
11584              Message-ID: <20011012193235.B889@ttul.org>
11585      Branch: perl
11586            ! ext/Data/Dumper/Dumper.xs
11587 ____________________________________________________________________________
11588 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
11589         Log: Update Changes.
11590      Branch: perl
11591            ! Changes patchlevel.h
11592 ____________________________________________________________________________
11593 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
11594         Log: FAQ sync.
11595      Branch: perl
11596            ! pod/perlfaq3.pod pod/perlfaq4.pod
11597 ____________________________________________________________________________
11598 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
11599         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
11600              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
11601              Date: Fri, 12 Oct 2001 11:51:05 -0700
11602              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
11603      Branch: perl
11604            ! lib/File/Copy.pm
11605 ____________________________________________________________________________
11606 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
11607         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
11608              From: "chromatic" <chromatic@rmci.net>     
11609              Date: Thu, 11 Oct 2001 10:57:55 -0600
11610              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
11611              
11612              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
11613              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11614              Date: Thu, 11 Oct 2001 22:34:21 +0200
11615              Message-ID: <20011011223421.A693@rafael>     
11616              
11617              plus undef $Term::Complete::stty as suggested by Rafael.
11618      Branch: perl
11619            ! lib/Term/Complete.pm lib/Term/Complete.t
11620 ____________________________________________________________________________
11621 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
11622         Log: UUnndduupplleexx..
11623      Branch: perl
11624            ! perl.h
11625 ____________________________________________________________________________
11626 [ 12416] By: sky                                   on 2001/10/12  20:16:19
11627         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
11628              From: Andy Dougherty <doughera@lafayette.edu>
11629              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
11630              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
11631              (Potentially only band-aid)
11632      Branch: perl
11633            ! sv.c
11634 ____________________________________________________________________________
11635 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
11636         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
11637              mishandles kill(), and therefore the sigaction test
11638              should be skipped, from Charles Lane.
11639      Branch: perl
11640            ! ext/POSIX/t/sigaction.t
11641 ____________________________________________________________________________
11642 [ 12414] By: sky                                   on 2001/10/12  18:47:49
11643         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
11644      Branch: perl
11645            ! op.h
11646 ____________________________________________________________________________
11647 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
11648         Log: Upgrade to Math::BigInt 1.44 from Tels and
11649              further fixes from John Peacock.
11650      Branch: perl
11651            + lib/Math/BigInt/t/Math/Subclass.pm
11652            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
11653            + lib/Math/BigInt/t/subclass.t
11654            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11655            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
11656            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
11657            ! lib/Math/BigInt/t/mbimbf.t
11658 ____________________________________________________________________________
11659 [ 12412] By: sky                                   on 2001/10/12  18:28:23
11660         Log: perhaps pthread_attr_t really needs to be set for the old api
11661      Branch: perl
11662            ! ext/threads/threads.xs
11663 ____________________________________________________________________________
11664 [ 12411] By: sky                                   on 2001/10/12  18:11:45
11665         Log: pthread_keycreate not pthread_key_create under the here be dragons API
11666      Branch: perl
11667            ! ext/threads/threads.h
11668 ____________________________________________________________________________
11669 [ 12410] By: sky                                   on 2001/10/12  18:07:37
11670         Log: Apperently OLD PTHREADS API is a bit retarded.
11671              This should fix another set of compile failures in HP-UX 10.20.
11672      Branch: perl
11673            ! ext/threads/threads.h ext/threads/threads.xs
11674 ____________________________________________________________________________
11675 [ 12409] By: nick                                  on 2001/10/12  15:30:01
11676         Log: Blind integrate of mainline
11677      Branch: perlio
11678           +> (branch 32 files)
11679            - lib/unicode/README
11680           !> (integrate 121 files)
11681 ____________________________________________________________________________
11682 [ 12408] By: sky                                   on 2001/10/12  14:55:08
11683         Log: Let us avoid being smart for now.
11684      Branch: perl
11685            ! ext/threads/threads.h
11686 ____________________________________________________________________________
11687 [ 12407] By: sky                                   on 2001/10/12  14:38:12
11688         Log: (void*) the argument to make sure we work with picky compilers
11689      Branch: perl
11690            ! ext/threads/threads.xs
11691 ____________________________________________________________________________
11692 [ 12406] By: ams                                   on 2001/10/12  13:26:04
11693         Log: (replaced with #12600)
11694              
11695              Subject: [PATCH 5.6.1 perldoc] use File::Temp
11696              From: Mikhail Zabaluev <mhz@alt-linux.org>
11697              Date: Fri, 12 Oct 2001 12:47:47 +0400
11698              Message-Id: <20011012124747.E13918@localhost.localdomain>
11699      Branch: perl
11700            ! utils/perldoc.PL
11701 ____________________________________________________________________________
11702 [ 12405] By: ams                                   on 2001/10/12  13:05:32
11703         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
11704              From: andreas.koenig@anima.de (Andreas J. Koenig)
11705              Date: 12 Oct 2001 11:12:07 +0200
11706              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
11707      Branch: perl
11708            ! lib/Memoize/t/speed.t
11709 ____________________________________________________________________________
11710 [ 12404] By: sky                                   on 2001/10/12  12:46:15
11711         Log: A) Support OLD_PTHREADS_API
11712              B) Change from using pthread_t to using a TLS to store the
11713              index of the thread in an hash, this is to avoid problems when
11714              in fact pthread_t was not a seralizable type.
11715              Both these changes are because of HP-UX 10.20
11716              This has not been tested on win32 but should work there.
11717              Need to add support for NetWare.
11718      Branch: perl
11719            ! ext/threads/threads.h ext/threads/threads.xs
11720 ____________________________________________________________________________
11721 [ 12403] By: ams                                   on 2001/10/12  07:34:19
11722         Log: Subject: Re: New module XML::Clean
11723              From: andreas.koenig@anima.de (Andreas J. Koenig)
11724              Date: 12 Oct 2001 10:20:35 +0200
11725              Message-Id: <m3elo9uv58.fsf@anima.de>
11726      Branch: perl
11727            ! pod/perlnewmod.pod
11728 ____________________________________________________________________________
11729 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
11730         Log: More HP model tweaks from Merijn.
11731      Branch: perl
11732            ! README.hpux
11733 ____________________________________________________________________________
11734 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
11735         Log: Update Changes.
11736      Branch: perl
11737            ! Changes patchlevel.h
11738 ____________________________________________________________________________
11739 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
11740         Log: HP-UX update from H.Merijn Brand.
11741      Branch: perl
11742            ! README.hpux
11743 ____________________________________________________________________________
11744 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
11745         Log: Subject: [PATCH] fix link rot in README.vms
11746              From: "Craig A. Berry" <craigberry@mac.com>
11747              Date: Wed, 10 Oct 2001 17:17:00 -0500
11748              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
11749      Branch: perl
11750            ! README.vms
11751 ____________________________________________________________________________
11752 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
11753         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
11754              From: "chromatic" <chromatic@rmci.net>
11755              Date: Wed, 10 Oct 2001 15:50:30 -0600
11756              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
11757      Branch: perl
11758            ! lib/Term/Complete.t
11759 ____________________________________________________________________________
11760 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
11761         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
11762              From: "chromatic" <chromatic@rmci.net>
11763              Date: Wed, 10 Oct 2001 15:45:42 -0600
11764              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
11765      Branch: perl
11766            + lib/ExtUtils/Packlist.t
11767            ! MANIFEST
11768 ____________________________________________________________________________
11769 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
11770         Log: VMS needs quotes around the -I option to keep it from
11771              being downcased, from Charles Lane.
11772      Branch: perl
11773            ! t/run/kill_perl.t
11774 ____________________________________________________________________________
11775 [ 12395] By: ams                                   on 2001/10/10  16:22:32
11776         Log: Subject: [PATCH lib/FindBin.pm]
11777              From: Stas Bekman <stas@stason.org>
11778              Date: Tue, 09 Oct 2001 23:57:10 +0800
11779              Message-Id: <3BC31E56.60805@stason.org>
11780      Branch: perl
11781            ! lib/FindBin.pm
11782 ____________________________________________________________________________
11783 [ 12394] By: ams                                   on 2001/10/10  16:09:53
11784         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
11785              From: Abhijit Menon-Sen <ams@wiw.org>
11786              Date: Wed, 10 Oct 2001 21:59:33 +0530
11787              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
11788      Branch: perl
11789            ! ext/Data/Dumper/Dumper.xs
11790 ____________________________________________________________________________
11791 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
11792         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
11793              from Charles Lane.
11794      Branch: perl
11795            ! lib/File/Spec/VMS.pm
11796 ____________________________________________________________________________
11797 [ 12392] By: ams                                   on 2001/10/10  14:49:43
11798         Log: Subject: [PATCH] two s/// bugfixes
11799              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11800              Date: Wed, 10 Oct 2001 17:23:44 +0200
11801              Message-Id: <20011010172344.C22440@rafael>
11802      Branch: perl
11803            ! pp_ctl.c regexec.c t/op/subst.t
11804 ____________________________________________________________________________
11805 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
11806         Log: Fix/improve handling of the [000000] special "root"
11807              directory, by putting cwd in canonical form when doing
11808              abs2rel, and prepending a 000000 to directory "chunks"
11809              if missing from base or path.  Also adjust test to
11810              reflect the (improved) output from abs2rel.
11811              From Charles Lane.
11812      Branch: perl
11813            ! lib/File/Spec.t lib/File/Spec/VMS.pm
11814 ____________________________________________________________________________
11815 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
11816         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
11817              all of the extra VMSish attributes (such as "treat this logical
11818              as a device name") that are necessary to make programs run.
11819              A tainted %ENV does not hinder VMS.  From Charles Lane.
11820      Branch: perl
11821            ! lib/File/Find/t/taint.t
11822 ____________________________________________________________________________
11823 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
11824         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
11825              
11826              o  VMS is case-insensitive, RTL downcases filenames read
11827              by perl... so need to re-upcase filenames like MANIFEST
11828              and MANIFEST.SKIP
11829              
11830              o  Need to convert VMS-style to Unix-style filenames when comparing
11831              names in MANIFEST to names in filesystem.
11832              
11833              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
11834              since VMS won't let you (easily) delete non-empty directories.
11835              
11836              From Charles Lane.
11837      Branch: perl
11838            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
11839 ____________________________________________________________________________
11840 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
11841         Log: Unix and VMS agree on "*" as a "match any number of any chars"
11842              wildcards, but differ ("?"  vs.  "%") for their "match any single
11843              char" wildcard.  This patch changes "?"  chars to "%" before doing a
11844              VMS glob...at no loss of functionality, since "?"  isn't a valid
11845              filename char on VMS.  From Charles Lane.
11846      Branch: perl
11847            ! doio.c
11848 ____________________________________________________________________________
11849 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
11850         Log: (accidentally empty submit; new life as #12390)
11851      Branch: perl
11852            ! lib/File/Find/t/taint.t
11853 ____________________________________________________________________________
11854 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
11855         Log: Even more VMS tweakage from Charles Lane:
11856              
11857              Tweak #1:  splitdir only works on directory part of filespec,
11858              split off volume first
11859              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
11860              (it's a horrible kludge in the run-time library,
11861              improved in later versions). Check the
11862              $Config{'d_setenv'} flag before attempting to set it.
11863      Branch: perl
11864            ! t/op/chdir.t
11865 ____________________________________________________________________________
11866 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
11867         Log: VMS tweakage from Charles Lane.
11868              
11869              . command.com doubles an output line when prompting for extensions
11870              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
11871              . perl5db doesn't clean up after itself
11872      Branch: perl
11873            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
11874 ____________________________________________________________________________
11875 [ 12384] By: sky                                   on 2001/10/09  19:16:11
11876         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
11877              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11878              Date: Tue, 9 Oct 2001 22:10:26 +0200
11879              Message-ID: <20011009221026.A8579@rafael>
11880      Branch: perl
11881            ! pod/perldata.pod
11882 ____________________________________________________________________________
11883 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
11884         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
11885              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11886              Date: 9 Oct 2001 15:15:06 -0000
11887              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
11888      Branch: perl
11889            ! t/op/subst.t
11890 ____________________________________________________________________________
11891 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
11892         Log: Update Changes.
11893      Branch: perl
11894            ! Changes patchlevel.h
11895 ____________________________________________________________________________
11896 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
11897         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
11898              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
11899              when a NULL is passed for the filename string pointer.
11900              From Charles Lane.
11901      Branch: perl
11902            ! vms/vms.c
11903 ____________________________________________________________________________
11904 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
11905         Log: Subject: HP systems update
11906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11907              Date: Tue, 09 Oct 2001 15:59:22 +0200
11908              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
11909      Branch: perl
11910            ! README.hpux
11911 ____________________________________________________________________________
11912 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
11913         Log: CPAN::Nox does now have a test.
11914      Branch: perl
11915            ! t/lib/1_compile.t
11916 ____________________________________________________________________________
11917 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
11918         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
11919              From: David Dyck <dcd@tc.fluke.com>
11920              Date: Mon, 1 Oct 2001 12:17:36 -0700
11921              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
11922      Branch: perl
11923            ! installperl
11924 ____________________________________________________________________________
11925 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
11926         Log: NetWare update from Ananth Kesari.
11927      Branch: perl
11928            ! NetWare/nwperlsys.h makedef.pl
11929 ____________________________________________________________________________
11930 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
11931         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
11932              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11933              Date: Tue, 9 Oct 2001 08:40:57 EDT
11934              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
11935      Branch: perl
11936            ! lib/File/Find/t/find.t
11937 ____________________________________________________________________________
11938 [ 12374] By: ams                                   on 2001/10/09  05:31:45
11939         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
11940              ExtUtils::Mkbootstrap
11941              From: "chromatic" <chromatic@rmci.net>
11942              Date: Tue, 09 Oct 2001 00:08:37 -0600
11943              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
11944      Branch: perl
11945            + lib/ExtUtils/Mkbootstrap.t
11946            ! MANIFEST
11947 ____________________________________________________________________________
11948 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
11949         Log: Enable more debugging.
11950      Branch: perl
11951            ! lib/utf8_heavy.pl
11952 ____________________________________________________________________________
11953 [ 12372] By: ams                                   on 2001/10/09  02:11:59
11954         Log: #12370 forgot to modify is_gv_magical().
11955      Branch: perl
11956            ! gv.c
11957 ____________________________________________________________________________
11958 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
11959         Log: Make the toupper/lower/title API for Unicode not right
11960              but at least less wrong: prepare for the mapping being
11961              more than just one-character-to-one-character.
11962      Branch: perl
11963            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
11964            ! regexec.c utf8.c
11965 ____________________________________________________________________________
11966 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
11967         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
11968              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11969              Date: Mon, 8 Oct 2001 22:18:23 -0400
11970              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
11971      Branch: perl
11972            ! pod/perlvar.pod t/op/taint.t
11973 ____________________________________________________________________________
11974 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
11975         Log: FAQ sync.
11976      Branch: perl
11977            ! pod/perlfaq3.pod pod/perlfaq4.pod
11978 ____________________________________________________________________________
11979 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
11980         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
11981              From: "chromatic" <chromatic@rmci.net>
11982              Date: Mon, 08 Oct 2001 14:05:32 -0600
11983              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
11984      Branch: perl
11985            ! lib/Term/Cap.t
11986 ____________________________________________________________________________
11987 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
11988         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
11989              From: Michael G Schwern <schwern@pobox.com>
11990              Date: Mon, 8 Oct 2001 17:00:14 -0400
11991              Message-ID: <20011008170014.L17083@blackrider>
11992      Branch: perl
11993            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
11994 ____________________________________________________________________________
11995 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
11996         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
11997              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11998              Date: Mon, 8 Oct 2001 16:01:33 EDT
11999              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
12000      Branch: perl
12001            ! ext/Time/HiRes/HiRes.xs
12002 ____________________________________________________________________________
12003 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
12004         Log: Subject: [PATCH] Autosplit patch for VMS
12005              From: "Craig A. Berry" <craigberry@mac.com>
12006              Date: Mon, 08 Oct 2001 15:40:43 -0500
12007              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
12008      Branch: perl
12009            ! lib/AutoSplit.pm lib/AutoSplit.t
12010 ____________________________________________________________________________
12011 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
12012         Log: Don't assume that everybody is running OS X 10.1 yet;
12013              from Kay Röpke.
12014      Branch: perl
12015            ! hints/darwin.sh
12016 ____________________________________________________________________________
12017 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
12018         Log: Update Changes.
12019      Branch: perl
12020            ! Changes patchlevel.h
12021 ____________________________________________________________________________
12022 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
12023         Log: Retract #12358 for now.
12024      Branch: perl
12025            ! lib/Term/Cap.t
12026 ____________________________________________________________________________
12027 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
12028         Log: Can't figure out what this is testing.
12029              (If it is trying to catch SIGKILL, it should stop
12030              trying because that is by definition impossible.)
12031      Branch: perl
12032            ! lib/sigtrap.t
12033 ____________________________________________________________________________
12034 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
12035         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
12036              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12037              Date: Sun, 30 Sep 2001 21:15:13 +0200
12038              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
12039      Branch: perl
12040            ! lib/ExtUtils/MM_Win32.pm
12041 ____________________________________________________________________________
12042 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
12043         Log: Clarify the ldlibpth part and condense the overall text.
12044      Branch: perl
12045            ! t/TEST
12046 ____________________________________________________________________________
12047 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
12048         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
12049              From: "chromatic" <chromatic@rmci.net>
12050              Date: Sun, 07 Oct 2001 16:59:26 -0600
12051              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
12052      Branch: perl
12053            ! lib/Term/Cap.t
12054 ____________________________________________________________________________
12055 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
12056         Log: Update the list because fo #12265.
12057      Branch: perl
12058            ! t/lib/1_compile.t
12059 ____________________________________________________________________________
12060 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
12061         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
12062              From: Nicholas Clark <nick@ccl4.org>
12063              Date: Sun, 7 Oct 2001 20:53:33 +0100
12064              Message-ID: <20011007205333.S38756@plum.flirble.org>   
12065      Branch: perl
12066            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
12067            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12068            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
12069            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
12070            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12071            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
12072            ! lib/Switch/t/switch.t lib/Term/Complete.t
12073            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
12074            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
12075            ! t/op/my_stash.t
12076 ____________________________________________________________________________
12077 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
12078         Log: Integrate patch #12350 from maintperl; typo in
12079              IO::Seekable doc.
12080      Branch: perl
12081           !> ext/IO/lib/IO/Seekable.pm
12082 ____________________________________________________________________________
12083 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
12084         Log: Detypo.
12085      Branch: perl
12086            ! hints/darwin.sh
12087 ____________________________________________________________________________
12088 [ 12353] By: sky                                   on 2001/10/07  17:16:14
12089         Log: Change 12349 didn't really get it right.
12090      Branch: perl
12091            ! lib/Unicode/README
12092 ____________________________________________________________________________
12093 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
12094         Log: If running the harness the dynamic library search path
12095              may need setting.
12096      Branch: perl
12097            ! t/TEST
12098 ____________________________________________________________________________
12099 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
12100         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
12101              in ldflags.
12102      Branch: perl
12103            ! hints/darwin.sh
12104 ____________________________________________________________________________
12105 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
12106         Log: typo in IO::Seekable doc
12107      Branch: maint-5.6/perl
12108            ! ext/IO/lib/IO/Seekable.pm
12109 ____________________________________________________________________________
12110 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
12111         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
12112              doesn't work on Mac OS X 10.1 (when unpacking the tar the
12113              latter gets renamed as lib/unicode:1, assumedly for security
12114              reasons not to overwrite stuff)
12115      Branch: perl
12116            + lib/Unicode/README
12117            - lib/unicode/README
12118            ! MANIFEST
12119 ____________________________________________________________________________
12120 [ 12348] By: ams                                   on 2001/10/07  05:33:40
12121         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
12122              From: "chromatic" <chromatic@rmci.net>
12123              Date: Sat, 06 Oct 2001 21:42:03 -0600
12124              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
12125      Branch: perl
12126            + lib/CPAN/t/Nox.t
12127            ! MANIFEST
12128 ____________________________________________________________________________
12129 [ 12347] By: ams                                   on 2001/10/07  00:48:10
12130         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
12131              From: "chromatic" <chromatic@rmci.net>
12132              Date: Sat, 06 Oct 2001 18:52:10 -0600
12133              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
12134      Branch: perl
12135            + lib/sigtrap.t
12136            ! MANIFEST
12137 ____________________________________________________________________________
12138 [ 12346] By: ams                                   on 2001/10/06  23:14:01
12139         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
12140              h2xs write?)
12141              From: Nicholas Clark <nick@ccl4.org>
12142              Date: Sat, 6 Oct 2001 21:46:43 +0100
12143              Message-Id: <20011006214643.L38756@plum.flirble.org>
12144      Branch: perl
12145            ! utils/h2xs.PL
12146 ____________________________________________________________________________
12147 [ 12345] By: ams                                   on 2001/10/06  17:39:53
12148         Log: Subject: [PATCH] Memoize tests
12149              From: Nicholas Clark <nick@ccl4.org>
12150              Date: Sat, 6 Oct 2001 18:04:21 +0100
12151              Message-Id: <20011006180421.J38756@plum.flirble.org>
12152      Branch: perl
12153            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
12154            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
12155            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
12156            ! lib/Memoize/t/expire_module_n.t
12157            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
12158            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
12159            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
12160            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
12161            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
12162            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
12163 ____________________________________________________________________________
12164 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
12165         Log: Retract the latter part of #12343.
12166      Branch: perl
12167            ! ext/IO/lib/IO/Socket/INET.pm
12168 ____________________________________________________________________________
12169 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
12170         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
12171              From: David Dyck <dcd@tc.fluke.com>
12172              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
12173              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
12174              
12175              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
12176              From: David Dyck <dcd@tc.fluke.com>
12177              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
12178              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
12179      Branch: perl
12180            ! ext/IO/lib/IO/Socket/INET.pm
12181 ____________________________________________________________________________
12182 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
12183         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
12184              From: Robin Barker <rmb1@cise.npl.co.uk>
12185              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
12186              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
12187      Branch: perl
12188            ! t/TEST
12189 ____________________________________________________________________________
12190 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
12191         Log: Don't assume that %x is good for displaying UVs.
12192      Branch: perl
12193            ! dump.c
12194 ____________________________________________________________________________
12195 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
12196         Log: Update Changes.
12197      Branch: perl
12198            ! Changes patchlevel.h
12199 ____________________________________________________________________________
12200 [ 12339] By: ams                                   on 2001/10/05  10:22:34
12201         Log: Subject: [PATCH] perlfunc/select
12202              From: Nicholas Clark <nick@ccl4.org>
12203              Date: Fri, 5 Oct 2001 11:33:58 +0100
12204              Message-Id: <20011005113358.Z38756@plum.flirble.org>
12205      Branch: perl
12206            ! pod/perlfunc.pod
12207 ____________________________________________________________________________
12208 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
12209         Log: Retract #12313 and #12249.
12210      Branch: perl
12211            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
12212            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
12213            ! pod/perlebcdic.pod
12214 ____________________________________________________________________________
12215 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
12216         Log: Subject: [PATCH] perlvms.pod update
12217              From: "Craig A. Berry" <craigberry@mac.com>
12218              Date: Thu, 04 Oct 2001 12:55:52 -0500
12219              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
12220      Branch: perl
12221            ! vms/perlvms.pod
12222 ____________________________________________________________________________
12223 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
12224         Log: Subject: PATCH: Tie::SubstrHash
12225              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12226              Date: Thu, 04 Oct 2001 12:12:41 +0100
12227              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
12228      Branch: perl
12229            ! lib/Tie/SubstrHash.pm
12230 ____________________________________________________________________________
12231 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
12232         Log: Unicode properties saga continues.
12233      Branch: perl
12234            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
12235            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
12236 ____________________________________________________________________________
12237 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
12238         Log: Yet more Unicode properties.
12239      Branch: perl
12240            + lib/unicore/In/137.pl lib/unicore/In/138.pl
12241            + lib/unicore/In/139.pl lib/unicore/In/140.pl
12242            + lib/unicore/In/141.pl lib/unicore/In/142.pl
12243            + lib/unicore/In/143.pl lib/unicore/In/144.pl
12244            + lib/unicore/In/145.pl lib/unicore/In/146.pl
12245            + lib/unicore/In/147.pl lib/unicore/In/148.pl
12246            + lib/unicore/In/149.pl lib/unicore/In/150.pl
12247            + lib/unicore/In/151.pl lib/unicore/In/152.pl
12248            + lib/unicore/In/153.pl lib/unicore/In/154.pl
12249            + lib/unicore/In/155.pl lib/unicore/In/156.pl
12250            + lib/unicore/In/157.pl lib/unicore/In/158.pl
12251            + lib/unicore/In/159.pl lib/unicore/In/160.pl
12252            + lib/unicore/In/161.pl lib/unicore/In/162.pl
12253            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
12254            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
12255            ! pod/perlunicode.pod
12256 ____________________________________________________________________________
12257 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
12258         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
12259              From: "Craig A. Berry" <craigberry@mac.com>
12260              Date: Wed, 03 Oct 2001 17:45:25 -0500
12261              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
12262              
12263              (the lib/Term/Complete.t patched differently by #12332)
12264      Branch: perl
12265            ! lib/ExtUtils/Command.t
12266 ____________________________________________________________________________
12267 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
12268         Log: Restore only if something to restore.
12269      Branch: perl
12270            ! lib/Term/Complete.t
12271 ____________________________________________________________________________
12272 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
12273         Log: Update various resources for credits,
12274              minor icons fixes, and versions.
12275      Branch: maint-5.6/macperl
12276            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
12277            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
12278            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
12279 ____________________________________________________________________________
12280 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
12281         Log: Quiet the warnings about using undef value
12282      Branch: maint-5.6/macperl
12283            ! lib/File/Temp.pm
12284 ____________________________________________________________________________
12285 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
12286         Log: Fix up Ballon Help and Help menu docs (first pass);
12287              remove balloon rez file, and autogenerate with
12288              Balloon2Rez instead.
12289      Branch: maint-5.6/macperl
12290            + macos/macperl/macscripts/Balloon2Rez
12291            - macos/macperl/MPBalloons.r
12292            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
12293 ____________________________________________________________________________
12294 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
12295         Log: Allow overriding of defaults, for change #12327.
12296      Branch: maint-5.6/macperl
12297            ! perl.h
12298 ____________________________________________________________________________
12299 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
12300         Log: Override PerlProc_exit.
12301      Branch: maint-5.6/macperl
12302            ! macos/macish.h
12303 ____________________________________________________________________________
12304 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
12305         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
12306      Branch: maint-5.6/macperl
12307            + macos/bundled_lib/blib/lib/MD5.pm
12308            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
12309            + macos/lib/Mac/AETE/Dialect.pm
12310            + macos/lib/Mac/AETE/Format/Converter.pm
12311            + macos/lib/Mac/AETE/Format/Dictionary.pm
12312            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
12313            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
12314            + macos/lib/Mac/Toolbox.pod
12315            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
12316 ____________________________________________________________________________
12317 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
12318         Log: Sync up silly CVS headers ... I should commit CVS
12319              first to avoid this ...
12320      Branch: maint-5.6/macperl
12321            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
12322            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
12323            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
12324            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
12325 ____________________________________________________________________________
12326 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
12327         Log: Fix Matthias' address, and attributions.
12328      Branch: maint-5.6/macperl
12329            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
12330            ! pod/perlport.pod
12331 ____________________________________________________________________________
12332 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
12333         Log: Fix Matthias' address, and attributions.
12334      Branch: maint-5.6/macperl
12335            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
12336            ! macos/ext/Mac/Components/Components.pm
12337            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
12338            ! macos/ext/Mac/Dialogs/Dialogs.pm
12339            ! macos/ext/Mac/Events/Events.pm
12340            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
12341            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
12342            ! macos/ext/Mac/Gestalt/Gestalt.pm
12343            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
12344            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
12345            ! macos/ext/Mac/Menus/Menus.pm
12346            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
12347            ! macos/ext/Mac/Movies/Movies.pm
12348            ! macos/ext/Mac/Navigation/Navigation.pm
12349            ! macos/ext/Mac/Notification/Notification.pm
12350            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
12351            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
12352            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
12353            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
12354            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
12355            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
12356            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
12357            ! macos/ext/Mac/StandardFile/StandardFile.pm
12358            ! macos/ext/Mac/TextEdit/TextEdit.pm
12359            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
12360            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
12361            ! macos/lib/Mac/LowMem.pm
12362 ____________________________________________________________________________
12363 [ 12322] By: sky                                   on 2001/10/03  18:41:07
12364         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
12365              From: "Craig A. Berry" <craigberry@mac.com>
12366              Date: Wed, 03 Oct 2001 14:30:55 -0500
12367              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
12368      Branch: perl
12369            ! vms/vms.c
12370 ____________________________________________________________________________
12371 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
12372         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
12373              From: "Craig A. Berry" <craigberry@mac.com>
12374              Date: Wed, 03 Oct 2001 14:30:55 -0500
12375              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
12376      Branch: perl
12377            ! vms/vms.c
12378 ____________________________________________________________________________
12379 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
12380         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
12381              only IsL&) and Inherited (negative lookahead good);
12382              add tests for Common, Inherited, and L&.
12383      Branch: perl
12384            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
12385 ____________________________________________________________________________
12386 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
12387         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
12388              (The Unicode standard uses L& quite often.)
12389      Branch: perl
12390            ! lib/utf8_heavy.pl
12391 ____________________________________________________________________________
12392 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
12393         Log: Add the 'Common' Unicode property (code points not
12394              explicitly assigned to any other script).
12395      Branch: perl
12396            + lib/unicore/In/136.pl
12397            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
12398 ____________________________________________________________________________
12399 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
12400         Log: Skip the RV printing test under threads until fixed.
12401      Branch: perl
12402            ! ext/B/t/terse.t
12403 ____________________________________________________________________________
12404 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
12405         Log: Subject: 12309 / cygwin / win2k
12406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12407              Date: Wed, 03 Oct 2001 15:25:15 +0200
12408              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
12409      Branch: perl
12410            ! makedef.pl
12411 ____________________________________________________________________________
12412 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
12413         Log: Metaconfig unit change for #12314.
12414      Branch: metaconfig
12415            ! U/modified/Head.U
12416 ____________________________________________________________________________
12417 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
12418         Log: Subject: Both cygwin and djgpp on one machine
12419              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12420              Date: Wed, 03 Oct 2001 15:02:59 +0200
12421              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
12422      Branch: perl
12423            ! Configure
12424 ____________________________________________________________________________
12425 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
12426         Log: (retracted by #12338)
12427              
12428              Subject: [PATCH] Code clean up for perlboot.pod
12429              From: Casey West <casey@geeknest.com>
12430              Date: Tue, 2 Oct 2001 19:24:43 -0400
12431              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
12432              
12433              Subject: [PATCH] Code clean up for perlbot.diff
12434              From: Casey West <casey@geeknest.com>
12435              Date: Tue, 2 Oct 2001 19:25:22 -0400
12436              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
12437              
12438              Subject: [PATCH] Code clean up for perlcall.pod
12439              From: Casey West <casey@geeknest.com>
12440              Date: Tue, 2 Oct 2001 19:25:57 -0400
12441              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
12442              
12443              Subject: [PATCH] Code clean up for perldata.pod
12444              From: Casey West <casey@geeknest.com>
12445              Date: Tue, 2 Oct 2001 19:26:29 -0400
12446              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
12447              
12448              Subject: [PATCH] Code clean up for perldbmfilter.pod
12449              From: Casey West <casey@geeknest.com>
12450              Date: Tue, 2 Oct 2001 19:26:59 -0400
12451              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
12452              
12453              Subject: [PATCH] Code clean up for perlebcdic.pod
12454              From: Casey West <casey@geeknest.com>
12455              Date: Tue, 2 Oct 2001 19:27:37 -0400
12456              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
12457      Branch: perl
12458            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
12459            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
12460 ____________________________________________________________________________
12461 [ 12312] By: ams                                   on 2001/10/02  23:43:55
12462         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
12463              From: Michael G Schwern <schwern@pobox.com>
12464              Date: Tue, 2 Oct 2001 17:00:49 -0400
12465              Message-Id: <20011002170049.A9955@blackrider>
12466      Branch: perl
12467            ! lib/ExtUtils/MakeMaker.pm
12468 ____________________________________________________________________________
12469 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
12470         Log: FAQ sync.
12471      Branch: perl
12472            ! pod/perlfaq3.pod
12473 ____________________________________________________________________________
12474 [ 12310] By: nick                                  on 2001/10/02  16:09:49
12475         Log: Integrate mainline
12476      Branch: perlio
12477           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
12478           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
12479           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
12480           !> patchlevel.h t/op/pat.t
12481 ____________________________________________________________________________
12482 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
12483         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
12484              not just one single space.
12485      Branch: perl
12486            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
12487 ____________________________________________________________________________
12488 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
12489         Log: AUTHORS updates.
12490      Branch: perl
12491            ! AUTHORS
12492 ____________________________________________________________________________
12493 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
12494         Log: Update Changes.
12495      Branch: perl
12496            ! Changes patchlevel.h
12497 ____________________________________________________________________________
12498 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
12499         Log: Work around old buggy glibcs for langinfo constants,
12500              from Nicholas Clark and David Dyck.
12501      Branch: perl
12502            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
12503 ____________________________________________________________________________
12504 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
12505         Log: Eradicate Time::Piece; add an example.
12506      Branch: perl
12507            ! ext/I18N/Langinfo/Langinfo.pm
12508 ____________________________________________________________________________
12509 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
12510         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
12511              From: Robert Spier <rspier@pobox.com>
12512              Date: Mon, 1 Oct 2001 23:20:16 -0700
12513              Message-ID: <15289.23712.422087.878224@rls.cx>
12514      Branch: perl
12515            ! lib/Pod/Html.pm
12516 ____________________________________________________________________________
12517 [ 12303] By: sky                                   on 2001/10/02  10:40:57
12518         Log: Fixes obscure bug that manifests itself by.
12519              local $!=0;undef*STDOUT;#segfaults
12520              Has been around for a while. Possible other magic IO vars are
12521              possibly affected aswell. Reported by Jos Boumans.
12522      Branch: perl
12523            ! mg.c
12524 ____________________________________________________________________________
12525 [ 12302] By: nick                                  on 2001/10/02  09:00:52
12526         Log: Integrate mainline
12527      Branch: perlio
12528           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
12529           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
12530           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
12531 ____________________________________________________________________________
12532 [ 12301] By: nick                                  on 2001/10/02  08:40:57
12533         Log: Integrate mainline + lib/open.t patch from Chromatic
12534      Branch: perlio
12535           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
12536            ! lib/open.t
12537           !> (integrate 29 files)
12538 ____________________________________________________________________________
12539 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
12540         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
12541              Until it has, better stop early if someone requests threads.
12542      Branch: perl
12543            ! hints/darwin.sh
12544 ____________________________________________________________________________
12545 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
12546         Log: Subject: [ID 20011001.011] redundant code in t/TEST
12547              From: David Dyck <dcd@tc.fluke.com>
12548              Date: Mon, 1 Oct 2001 12:56:24 -0700
12549              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
12550      Branch: perl
12551            ! t/TEST
12552 ____________________________________________________________________________
12553 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
12554         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
12555              From: "chromatic" <chromatic@rmci.net>
12556              Date: Mon, 01 Oct 2001 12:27:12 -0600
12557              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
12558      Branch: perl
12559            ! lib/Term/Cap.t
12560 ____________________________________________________________________________
12561 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
12562         Log: UNICOS testing patches from Nicholas Clark.
12563      Branch: perl
12564            ! t/op/arith.t t/op/pack.t
12565 ____________________________________________________________________________
12566 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
12567         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
12568              From: "chromatic" <chromatic@rmci.net>
12569              Date: Mon, 01 Oct 2001 10:21:51 -0600
12570              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
12571      Branch: perl
12572            ! lib/open.t
12573 ____________________________________________________________________________
12574 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
12575         Log: Make missing the RADIXCHAR a softer, gentler error.
12576      Branch: perl
12577            ! ext/I18N/Langinfo/Langinfo.t
12578 ____________________________________________________________________________
12579 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
12580         Log: Nuke also the LANG because of glibc.
12581      Branch: perl
12582            ! lib/open.t
12583 ____________________________________________________________________________
12584 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
12585         Log: Also the ^Is is optional.
12586      Branch: perl
12587            ! pod/perlunicode.pod t/op/pat.t
12588 ____________________________________________________________________________
12589 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
12590         Log: Be careful to pull chars from the varargs stack when
12591              formatting chars.
12592      Branch: perl
12593            ! regcomp.c
12594 ____________________________________________________________________________
12595 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
12596         Log: sortsv not in place anymore, noticed by John P. Linderman.
12597      Branch: perl
12598            ! pod/perlapi.pod pp_ctl.c
12599 ____________________________________________________________________________
12600 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
12601         Log: Make the diagnostic messages more neutral.
12602      Branch: perl
12603            ! ext/B/t/terse.t
12604 ____________________________________________________________________________
12605 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
12606         Log: Forgotten from #12288.
12607      Branch: perl
12608            ! ext/Data/Dumper/Dumper.pm
12609 ____________________________________________________________________________
12610 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
12611         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
12612              From: Brian Ingerson <ingy@ttul.org>
12613              Date: Sun, 30 Sep 2001 21:45:56 -0700
12614              Message-ID: <20010930214556.D26392@ttul.org>
12615              
12616              (remember also the #12289)
12617      Branch: perl
12618            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
12619 ____________________________________________________________________________
12620 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
12621         Log: More Unicode property tests for the abbreviated
12622              general properties.
12623      Branch: perl
12624            ! t/op/pat.t
12625 ____________________________________________________________________________
12626 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
12627         Log: Further tweaks to the Unicode properties.
12628      Branch: perl
12629            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
12630 ____________________________________________________________________________
12631 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
12632         Log: Retract #12284.
12633      Branch: perl
12634            ! lib/Term/Cap.t
12635 ____________________________________________________________________________
12636 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
12637         Log: (Retracted by #12285)
12638      Branch: perl
12639            ! lib/Term/Cap.t
12640 ____________________________________________________________________________
12641 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
12642         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
12643              From: "chromatic" <chromatic@rmci.net>  
12644              Date: Sun, 30 Sep 2001 16:10:02 -0600
12645              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
12646      Branch: perl
12647            + lib/Term/Cap.t
12648            ! MANIFEST
12649 ____________________________________________________________________________
12650 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
12651         Log: Use stty -g to restore the terminal state, do not even
12652              try to run the tests if stty -g is not available.
12653      Branch: perl
12654            ! lib/Term/Complete.t
12655 ____________________________________________________________________________
12656 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
12657         Log: Cleanup utf8_heavy; allow dropping the In prefix from
12658              Unicode script/block properties.
12659      Branch: perl
12660            ! lib/utf8_heavy.pl
12661 ____________________________________________________________________________
12662 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
12663         Log: Retract the #12259 for now.
12664      Branch: perl
12665            ! embed.h embed.pl sv.h
12666 ____________________________________________________________________________
12667 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
12668         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
12669      Branch: perl
12670            + lib/Text/TabsWrap/CHANGELOG
12671            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
12672 ____________________________________________________________________________
12673 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
12674         Log: #12272 wasn't right, it introduced an extra ().
12675      Branch: perl
12676            ! lib/utf8_heavy.pl
12677 ____________________________________________________________________________
12678 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
12679         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
12680              From: Jonathan Stowe <gellyfish@gellyfish.com>
12681              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
12682              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
12683      Branch: perl
12684            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
12685 ____________________________________________________________________________
12686 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
12687         Log: Subject: Patch to put qsortsv in the public API
12688              From: Brian Ingerson <ingy@ttul.org>
12689              Date: Sat, 29 Sep 2001 17:41:13 -0700
12690              Message-ID: <20010929174113.A30223@ttul.org>
12691      Branch: perl
12692            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
12693 ____________________________________________________________________________
12694 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
12695         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
12696              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12697              Date: Sat, 29 Sep 2001 23:54:48 +0200
12698              Message-ID: <20010929235448.A5017@rafael>
12699      Branch: perl
12700            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
12701 ____________________________________________________________________________
12702 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
12703         Log: FAQ sync.
12704      Branch: perl
12705            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12706            ! pod/perlfaq9.pod
12707 ____________________________________________________________________________
12708 [ 12273] By: bailey                                on 2001/09/29  23:43:46
12709         Log: Resync with mainline
12710      Branch: vmsperl
12711           +> (branch 1207 files)
12712            - (delete 324 files)
12713           !> (integrate 866 files)
12714 ____________________________________________________________________________
12715 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
12716         Log: Nasty recursion trap if one would match Unicode.
12717      Branch: perl
12718            ! lib/utf8_heavy.pl
12719 ____________________________________________________________________________
12720 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
12721         Log: More Unicode todo.
12722      Branch: perl
12723            ! pod/perltodo.pod
12724 ____________________________________________________________________________
12725 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
12726         Log: Explain a bit the new more flexible \p\P syntax.
12727      Branch: perl
12728            ! pod/perlunicode.pod
12729 ____________________________________________________________________________
12730 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
12731         Log: More leniency to the \p and \P: now can have whitespace
12732              between the property definition and the curlies; now can
12733              invert the property by having a caret between the open
12734              curly and the property.
12735      Branch: perl
12736            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
12737 ____________________________________________________________________________
12738 [ 12268] By: nick                                  on 2001/09/29  17:39:26
12739         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
12740              one test (lib/open.t) fails
12741      Branch: perlio
12742           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
12743           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
12744           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
12745           +> lib/Tie/Scalar.t lib/open.t
12746            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
12747            - ext/B/Stash.t
12748           !> (integrate 62 files)
12749 ____________________________________________________________________________
12750 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
12751         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
12752      Branch: perl
12753            ! t/op/chdir.t
12754 ____________________________________________________________________________
12755 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
12756         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
12757              From: "Craig A. Berry" <craigberry@mac.com> 
12758              Date: Sat, 29 Sep 2001 09:35:33 -0500
12759              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
12760      Branch: perl
12761            ! t/op/chdir.t
12762 ____________________________________________________________________________
12763 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
12764         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
12765              From: "chromatic" <chromatic@rmci.net>
12766              Date: Fri, 28 Sep 2001 21:20:12 -0600
12767              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
12768      Branch: perl
12769            + lib/Tie/Scalar.t
12770            ! MANIFEST lib/Tie/Scalar.pm
12771 ____________________________________________________________________________
12772 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
12773         Log: Allow for more flexibility in the \p{In...} names, now
12774              case doesn't matter, and any space or dash can be
12775              matched by any space, dash, underbar, or empty.
12776              (may be going too far on leniency)
12777      Branch: perl
12778            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
12779            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
12780            ! t/op/pat.t
12781 ____________________________________________________________________________
12782 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
12783         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
12784              From: "chromatic" <chromatic@rmci.net>
12785              Date: Fri, 28 Sep 2001 17:39:50 -0600
12786              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
12787      Branch: perl
12788            + lib/open.t
12789            ! MANIFEST
12790 ____________________________________________________________________________
12791 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
12792         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
12793              From: "Craig A. Berry" <craigberry@mac.com>
12794              Date: Fri, 28 Sep 2001 16:24:51 -0500
12795              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
12796      Branch: perl
12797            ! ext/File/Glob/t/basic.t
12798 ____________________________________________________________________________
12799 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
12800         Log: Subject: [DOC PATCH] Carp.pm pod typo
12801              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12802              Date: Fri, 28 Sep 2001 23:14:51 +0200
12803              Message-ID: <20010928231451.E16889@rafael>
12804      Branch: perl
12805            ! lib/Carp.pm
12806 ____________________________________________________________________________
12807 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
12808         Log: Subject: [PATCH] Allow an @INC hook to set %INC
12809              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12810              Date: Fri, 28 Sep 2001 22:18:13 +0200
12811              Message-ID: <20010928221813.A16889@rafael>
12812      Branch: perl
12813            ! pp_ctl.c
12814 ____________________________________________________________________________
12815 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
12816         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
12817              From: Nicholas Clark <nick@ccl4.org>
12818              Date: Fri, 28 Sep 2001 23:39:33 +0100
12819              Message-ID: <20010928233933.C23673@plum.flirble.org>
12820      Branch: perl
12821            ! embed.h embed.pl sv.h
12822 ____________________________________________________________________________
12823 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
12824         Log: Update Changes.
12825      Branch: perl
12826            ! Changes patchlevel.h
12827 ____________________________________________________________________________
12828 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
12829         Log: Move the B tests to B/t.
12830      Branch: perl
12831            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
12832            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
12833            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
12834            - ext/B/Showlex.t ext/B/Stash.t
12835            ! MANIFEST
12836 ____________________________________________________________________________
12837 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
12838         Log: Forgot from #12254.
12839      Branch: perl
12840            + ext/B/B/Terse.t
12841 ____________________________________________________________________________
12842 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
12843         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
12844              From: "chromatic" <chromatic@rmci.net>
12845              Date: Thu, 27 Sep 2001 23:22:17 -0600
12846              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
12847      Branch: perl
12848            ! MANIFEST
12849 ____________________________________________________________________________
12850 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
12851         Log: Test numbering mismatch.
12852      Branch: perl
12853            ! t/op/chdir.t
12854 ____________________________________________________________________________
12855 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
12856         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
12857              From: "Craig A. Berry" <craigberry@mac.com>
12858              Date: Wed, 26 Sep 2001 17:43:14 -0500
12859              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
12860      Branch: perl
12861            ! iperlsys.h t/op/chdir.t
12862 ____________________________________________________________________________
12863 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
12864         Log: Subject: [PATCH gv.c] make __ANON__ global
12865              From: Robin Barker <rmb1@cise.npl.co.uk>
12866              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
12867              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
12868      Branch: perl
12869            ! gv.c t/op/anonsub.t t/op/runlevel.t
12870 ____________________________________________________________________________
12871 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
12872         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
12873              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12874              Date: Thu, 27 Sep 2001 22:34:32 +0200
12875              Message-ID: <20010927223432.A1485@rafael>
12876      Branch: perl
12877            ! ext/B/B/Terse.pm
12878 ____________________________________________________________________________
12879 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
12880         Log: (retracted by #12338)
12881              
12882              Subject: [PATCH] Cleanup of perldsc.pod      
12883              From: Casey West <casey@geeknest.com>
12884              Date: Thu, 27 Sep 2001 11:13:17 -0400
12885              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
12886      Branch: perl
12887            ! pod/perldsc.pod
12888 ____________________________________________________________________________
12889 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
12890         Log: Not everyone is using ithreads...
12891      Branch: perl
12892            ! ext/Devel/Peek/Peek.t
12893 ____________________________________________________________________________
12894 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
12895         Log: Document the nss_delete core dump workaround for HP-UX
12896              and Solaris, bug IDs 20010805.018 and 20010629.004.
12897      Branch: perl
12898            ! README.hpux README.solaris
12899 ____________________________________________________________________________
12900 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
12901         Log: Dump Unicode hash keys also as Unicode,
12902              not just as a byte string.
12903      Branch: perl
12904            ! dump.c ext/Devel/Peek/Peek.t
12905 ____________________________________________________________________________
12906 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
12907         Log: Integrate changes #12241 and #12242 from macperl:
12908              
12909              Remove unneeded disabling of umask() calls
12910              
12911              Note (get|set)sockopt are available.
12912      Branch: perl
12913           !> lib/File/Temp.pm pod/perlport.pod
12914 ____________________________________________________________________________
12915 [ 12244] By: sky                                   on 2001/09/27  08:53:00
12916         Log: Flush buffers on thread closedown.
12917      Branch: perl
12918            ! ext/threads/threads.xs
12919 ____________________________________________________________________________
12920 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
12921         Log: Dump SvUTF8(sv)s also as \x{...}.
12922              
12923              TODO: dump the SvUTF8() hash keys similarly. 
12924      Branch: perl
12925            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
12926 ____________________________________________________________________________
12927 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
12928         Log: Note (get|set)sockopt are available.
12929      Branch: maint-5.6/macperl
12930            ! pod/perlport.pod
12931 ____________________________________________________________________________
12932 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
12933         Log: Remove unneeded disabling of umask() calls
12934      Branch: maint-5.6/macperl
12935            ! lib/File/Temp.pm
12936 ____________________________________________________________________________
12937 [ 12240] By: sky                                   on 2001/09/26  18:44:56
12938         Log: Documention update
12939      Branch: perl
12940            ! ext/threads/threads.pm
12941 ____________________________________________________________________________
12942 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
12943         Log: Update Changes.
12944      Branch: perl
12945            ! Changes patchlevel.h
12946 ____________________________________________________________________________
12947 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
12948         Log: Check that all environment variables are tainted.
12949      Branch: perl
12950            ! t/op/taint.t
12951 ____________________________________________________________________________
12952 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
12953         Log: Manual integration error in #12235.
12954      Branch: perl
12955            ! lib/File/DosGlob.t
12956 ____________________________________________________________________________
12957 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
12958         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
12959              From: "chromatic" <chromatic@rmci.net>
12960              Date: Tue, 25 Sep 2001 23:57:07 -0600
12961              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
12962      Branch: perl
12963            ! perlio.c
12964 ____________________________________________________________________________
12965 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
12966         Log: Integrate macperl changes from Chris Nandor:
12967              12192 11817 11815 11813 11778 11775
12968              
12969              Update CPAN.pm to work with new Mac::BuildTools instead
12970              of ExtUtils::MM_MacOS "orphan" functions
12971              
12972              Fix test
12973              
12974              Make syntax check report in MPW style, fix tests
12975              to use Mac::err=unix to get normal-style error
12976              messages.
12977              
12978              More module and test ports from Thomas Wegner et al
12979              
12980              Fix open of /dev/null for Mac OS
12981              
12982              Allow for platforms to override formatting of errors
12983              on output from Matthias Neeracher (core files)
12984      Branch: perl
12985            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
12986            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
12987            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
12988           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
12989           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
12990           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
12991 ____________________________________________________________________________
12992 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
12993         Log: grrr.
12994      Branch: perl
12995            ! t/op/gv.t
12996 ____________________________________________________________________________
12997 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
12998         Log: Retract #12232.
12999      Branch: perl
13000            ! t/op/gv.t
13001 ____________________________________________________________________________
13002 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
13003         Log: (Retracted by #12233.)
13004      Branch: perl
13005            ! t/op/gv.t
13006 ____________________________________________________________________________
13007 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
13008         Log: Detypo.
13009      Branch: perl
13010            ! ext/Encode/Makefile.PL
13011 ____________________________________________________________________________
13012 [ 12230] By: sky                                   on 2001/09/26  11:36:23
13013         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
13014              We are using a "delay" here because we do not want to depend on thread synchronization issues.
13015      Branch: perl
13016            + ext/threads/t/stress_cv.t
13017            ! MANIFEST ext/threads/t/stress_string.t
13018 ____________________________________________________________________________
13019 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
13020         Log: NetWare tweak from Ananth Kesari.
13021      Branch: perl
13022            ! NetWare/t/Readme.txt
13023 ____________________________________________________________________________
13024 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
13025         Log: Trick to fool case-blind filesystems.
13026      Branch: perl
13027            ! ext/Encode/Makefile.PL
13028 ____________________________________________________________________________
13029 [ 12227] By: sky                                   on 2001/09/26  11:06:50
13030         Log: Threads can start executing in a different order than they were
13031              created.... so we cannot ok() inside the threadstarter.
13032      Branch: perl
13033            ! ext/threads/t/stress_string.t
13034 ____________________________________________________________________________
13035 [ 12226] By: sky                                   on 2001/09/26  07:41:45
13036         Log: Add in stress_string.t to stress test threads a bit more.
13037      Branch: perl
13038            + ext/threads/t/stress_string.t
13039            ! MANIFEST
13040 ____________________________________________________________________________
13041 [ 12225] By: sky                                   on 2001/09/26  07:04:21
13042         Log: Fix negative refcount introduced by #12223.
13043      Branch: perl
13044            ! ext/threads/threads.xs
13045 ____________________________________________________________________________
13046 [ 12224] By: sky                                   on 2001/09/26  06:57:58
13047         Log: Update documentation to match change #12223
13048      Branch: perl
13049            ! sharedsv.c
13050 ____________________________________________________________________________
13051 [ 12223] By: sky                                   on 2001/09/26  06:54:32
13052         Log: Use a separate interpreter for the sharedsv space. Another
13053              negative sv leak. Sigh.
13054      Branch: perl
13055            ! sharedsv.c
13056 ____________________________________________________________________________
13057 [ 12222] By: sky                                   on 2001/09/26  05:58:35
13058         Log: Do the environ assignment in perl_contruct to match perl_destruct.
13059              Now we don't need to perl_parse/perl_run. However environ is a
13060              global....
13061      Branch: perl
13062            ! perl.c
13063 ____________________________________________________________________________
13064 [ 12221] By: sky                                   on 2001/09/26  05:41:02
13065         Log: Move the creation of PL_strtab to perl_construct so we can work
13066              with HV and HEs without running perl_parse.
13067      Branch: perl
13068            ! perl.c
13069 ____________________________________________________________________________
13070 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
13071         Log: integrate macperl changes into maint-5.6
13072      Branch: maint-5.6/perl
13073           !> (integrate 26 files)
13074 ____________________________________________________________________________
13075 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
13076         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
13077              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
13078      Branch: maint-5.6/macperl
13079            ! macos/ext/Mac/Fonts/Fonts.xs
13080            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
13081 ____________________________________________________________________________
13082 [ 12218] By: ams                                   on 2001/09/25  23:31:33
13083         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
13084              From: Nicholas Clark <nick@ccl4.org>
13085              Date: Wed, 26 Sep 2001 01:20:20 +0100
13086              Message-Id: <20010926012020.B48092@plum.flirble.org>
13087      Branch: perl
13088            ! lib/AutoSplit.t
13089 ____________________________________________________________________________
13090 [ 12217] By: ams                                   on 2001/09/25  22:33:05
13091         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
13092              From: "Craig A. Berry" <craigberry@mac.com>
13093              Date: Tue, 25 Sep 2001 18:08:42 -0500
13094              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
13095      Branch: perl
13096            ! vms/vms.c
13097 ____________________________________________________________________________
13098 [ 12216] By: ams                                   on 2001/09/25  21:41:01
13099         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
13100              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
13101              From: Michael G Schwern <schwern@pobox.com>
13102              Date: Wed, 26 Sep 2001 00:38:21 -0400
13103              Message-Id: <20010926003821.A627@blackrider>
13104      Branch: perl
13105            ! lib/AutoSplit.t
13106 ____________________________________________________________________________
13107 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
13108         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
13109              From: Michael G Schwern <schwern@pobox.com>
13110              Date: Tue, 25 Sep 2001 17:43:49 -0400
13111              Message-ID: <20010925174349.B19534@blackrider>
13112      Branch: perl
13113            ! lib/Test/Simple.pm lib/Test/Utils.pm
13114 ____________________________________________________________________________
13115 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
13116         Log: Integrate changes from bleadperl.
13117      Branch: maint-5.6/macperl
13118           !> pod/perlport.pod
13119 ____________________________________________________________________________
13120 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
13121         Log: skip($mess) should result in one skip.
13122      Branch: perl
13123            ! t/test.pl
13124 ____________________________________________________________________________
13125 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
13126         Log: Integrate change #12200 from maintperl.
13127      Branch: maint-5.6/macperl
13128           !> win32/perlhost.h
13129 ____________________________________________________________________________
13130 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
13131         Log: Fix file types to "apple"
13132      Branch: maint-5.6/macperl
13133            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
13134            ! macos/ext/Mac/SAT/t/Collision.rsrc
13135 ____________________________________________________________________________
13136 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
13137         Log: Fix rsrc file as snd file; fix path in t file.
13138      Branch: maint-5.6/macperl
13139            ! macos/ext/Mac/Notification/t/Notification.rsrc
13140            ! macos/ext/Mac/Notification/t/Notification.t
13141 ____________________________________________________________________________
13142 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
13143         Log: Sync up with File::Find from bleadperl.
13144      Branch: maint-5.6/macperl
13145            ! lib/File/Find.pm t/lib/filefind-taint.t
13146 ____________________________________________________________________________
13147 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
13148         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
13149              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
13150              of hundreds)
13151      Branch: maint-5.6/macperl
13152            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
13153            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
13154            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
13155 ____________________________________________________________________________
13156 [ 12207] By: nick                                  on 2001/09/25  19:04:36
13157         Log: Integrate mainline (untested while modem is up)
13158      Branch: perlio
13159           +> lib/AutoSplit.t t/test.pl
13160            - lib/warnings/register.t
13161           !> (integrate 28 files)
13162 ____________________________________________________________________________
13163 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
13164         Log: perldiag entry for #12205.
13165      Branch: perl
13166            ! pod/perldiag.pod
13167 ____________________________________________________________________________
13168 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
13169         Log: Subject: [PATCH] warning on v-string in use/require
13170              From: John Peacock <jpeacock@rowman.com>
13171              Date: Mon, 24 Sep 2001 17:29:03 -0400
13172              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
13173      Branch: perl
13174            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
13175 ____________________________________________________________________________
13176 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
13177         Log: perltooc et al updates.
13178      Branch: perl
13179            ! plan9/mkfile pod/roffitall
13180 ____________________________________________________________________________
13181 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
13182         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
13183              From: Michael G Schwern <schwern@pobox.com>
13184              Date: Sun, 23 Sep 2001 00:07:12 -0400
13185              Message-ID: <20010923000712.A7005@blackrider>
13186      Branch: perl
13187            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
13188 ____________________________________________________________________________
13189 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
13190         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
13191              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13192              Date: Wed, 26 Sep 2001 01:25:10 +0900
13193              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
13194      Branch: perl
13195            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
13196            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
13197            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
13198 ____________________________________________________________________________
13199 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
13200         Log: Integrate change #12200 from maintperl;
13201              on windows, virtualized environment could propagate deleted variables
13202              into children if they happen to be at the very end of the table
13203      Branch: perl
13204           !> win32/perlhost.h
13205 ____________________________________________________________________________
13206 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
13207         Log: on windows, virtualized environment could propagate deleted variables
13208              into children if they happen to be at the very end of the table
13209              (thanks for succinct test case from Johan Holmberg, and fix from
13210              Doug Lankshear)
13211      Branch: maint-5.6/perl
13212            ! win32/perlhost.h
13213 ____________________________________________________________________________
13214 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
13215         Log: avoid the use of ftime() (it does a useless, potentially
13216              expensive call to GetTimeZoneInformation()); this potentially
13217              also results in three more digits of precision from
13218              Time::HiRes::time()
13219      Branch: perl
13220            ! ext/Time/HiRes/HiRes.xs
13221 ____________________________________________________________________________
13222 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
13223         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
13224              
13225              Note: io/binmode is failing, have to figure out why.
13226      Branch: perl
13227            + t/test.pl
13228            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
13229            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
13230            ! t/run/exit.t
13231 ____________________________________________________________________________
13232 [ 12197] By: ams                                   on 2001/09/25  13:48:55
13233         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
13234              From: Nicholas Clark <nick@ccl4.org>
13235              Date: Tue, 25 Sep 2001 00:37:40 +0100
13236              Message-Id: <20010925003740.S4971@plum.flirble.org>
13237              (Further changes expected.)
13238      Branch: perl
13239            + lib/AutoSplit.t
13240            ! MANIFEST
13241 ____________________________________________________________________________
13242 [ 12196] By: sky                                   on 2001/09/25  13:37:12
13243         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
13244              _ftime to try and be more robust.
13245      Branch: perl
13246            ! ext/Time/HiRes/HiRes.xs
13247 ____________________________________________________________________________
13248 [ 12194] By: ams                                   on 2001/09/25  11:40:00
13249         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
13250              From: "Craig A. Berry" <craigberry@mac.com>
13251              Date: Mon, 24 Sep 2001 17:54:20 -0500
13252              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
13253      Branch: perl
13254            ! vms/descrip_mms.template
13255 ____________________________________________________________________________
13256 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
13257         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
13258              not working, cursor not spinning (Bug #422129); external
13259              editor problems (Bug #456329); escape/cmd-. not activating
13260              "Cancel" in Save dialog box (Bug #446960); Runtimes not
13261              executing on launch (Bug #464441).
13262      Branch: maint-5.6/macperl
13263            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
13264            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
13265            ! macos/macperl/MacPerl.r
13266 ____________________________________________________________________________
13267 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
13268         Log: Update CPAN.pm to work with new Mac::BuildTools instead
13269              of ExtUtils::MM_MacOS "orphan" functions
13270      Branch: maint-5.6/macperl
13271            ! lib/CPAN.pm
13272 ____________________________________________________________________________
13273 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
13274         Log: Fix up another xsubpp problem (Matthias Neeracher)
13275      Branch: maint-5.6/macperl
13276            ! macos/xsubpp
13277 ____________________________________________________________________________
13278 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
13279         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
13280      Branch: maint-5.6/macperl
13281            ! macos/lib/ExtUtils/MM_MacOS.pm
13282 ____________________________________________________________________________
13283 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
13284         Log: Fix up Makefiles for more Mac:: modules (and prepare for
13285              static build ...?)
13286      Branch: maint-5.6/macperl
13287            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
13288            ! macos/macperl/Makefile.mk
13289 ____________________________________________________________________________
13290 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
13291         Log: Fix up tests
13292      Branch: maint-5.6/macperl
13293            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
13294 ____________________________________________________________________________
13295 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
13296         Log: Make malloc smarter, fix bugs.  (Bug #404030)
13297      Branch: maint-5.6/macperl
13298            ! macos/icemalloc.c macos/icemalloc.h
13299 ____________________________________________________________________________
13300 [ 12186] By: nick                                  on 2001/09/24  19:18:17
13301         Log: Integrate mainline
13302      Branch: perlio
13303           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
13304           +> lib/filetest.t
13305           !> (integrate 30 files)
13306 ____________________________________________________________________________
13307 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
13308         Log: Retract #12136, the warnings::register is already
13309              tested by t/lib/warnings/9enabled, as pointed out
13310              by Paul Marquess.
13311      Branch: perl
13312            - lib/warnings/register.t
13313            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
13314 ____________________________________________________________________________
13315 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
13316         Log: fix Time::HiRes implementation of gettimeofday() on windows
13317              (HiRes.t#14 now passes)
13318      Branch: perl
13319            ! ext/Time/HiRes/HiRes.xs
13320 ____________________________________________________________________________
13321 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
13322         Log: File::Spec::catfile() canonifies everything to blackslashes on
13323              windows :-(
13324      Branch: perl
13325            ! lib/ExtUtils/Manifest.t
13326 ____________________________________________________________________________
13327 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
13328         Log: test number mismatch
13329      Branch: perl
13330            ! t/op/magic.t
13331 ____________________________________________________________________________
13332 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
13333         Log: ok().
13334      Branch: perl
13335            ! t/op/pack.t
13336 ____________________________________________________________________________
13337 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
13338         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
13339              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13340      Branch: perl
13341            ! pp_pack.c t/op/pack.t
13342 ____________________________________________________________________________
13343 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
13344         Log: Update Changes.
13345      Branch: perl
13346            ! Changes patchlevel.h
13347 ____________________________________________________________________________
13348 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
13349         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
13350              From: Michael G Schwern <schwern@pobox.com>
13351              Date: Mon, 24 Sep 2001 11:12:13 -0400
13352              Message-ID: <20010924111213.G27885@blackrider>
13353      Branch: perl
13354            ! lib/ExtUtils/Manifest.pm
13355 ____________________________________________________________________________
13356 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
13357         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
13358              From: Michael G Schwern <schwern@pobox.com> 
13359              Date: Mon, 24 Sep 2001 11:02:07 -0400
13360              Message-ID: <20010924110207.E27885@blackrider>
13361      Branch: perl
13362            ! vms/test.com
13363 ____________________________________________________________________________
13364 [ 12176] By: ams                                   on 2001/09/24  14:01:59
13365         Log: Update Changes.
13366      Branch: perl
13367            ! Changes
13368 ____________________________________________________________________________
13369 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
13370         Log: Various cleanups.
13371      Branch: perl
13372            ! ext/threads/Makefile.PL ext/threads/threads.xs
13373 ____________________________________________________________________________
13374 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
13375         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
13376      Branch: maint-5.6/macperl
13377           !> (integrate 33 files)
13378 ____________________________________________________________________________
13379 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
13380         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
13381              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13382              Date: Mon, 24 Sep 2001 20:04:58 +0900
13383              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
13384      Branch: perl
13385            ! ext/Encode/Encode/gb2312.enc
13386 ____________________________________________________________________________
13387 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
13388         Log: Clarifying comment to #12164.
13389      Branch: perl
13390            ! lib/Cwd.pm
13391 ____________________________________________________________________________
13392 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
13393         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
13394              From: Nicholas Clark <nick@ccl4.org>
13395              Date: Sun, 23 Sep 2001 23:00:56 +0100
13396              Message-ID: <20010923230055.Y4971@plum.flirble.org>
13397              
13398              (with "sample_constants" changed to "fallback")
13399      Branch: perl
13400            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
13401            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
13402            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
13403            ! lib/h2xs.t utils/h2xs.PL
13404 ____________________________________________________________________________
13405 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
13406         Log: Metaconfig unit change for #12167.
13407      Branch: metaconfig
13408            ! U/modified/Cppsym.U
13409 ____________________________________________________________________________
13410 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
13411         Log: Add a few glibc cpp symbols to probe for.
13412      Branch: perl
13413            ! Configure
13414 ____________________________________________________________________________
13415 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
13416         Log: DJGPP tweaks for Laszlo Molnar.
13417      Branch: perl
13418            ! djgpp/djgppsed.sh dosish.h
13419 ____________________________________________________________________________
13420 [ 12165] By: ams                                   on 2001/09/24  10:07:08
13421         Log: Subject: [PATCH t/op/inccode.t] More tests
13422              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13423              Date: 24 Sep 2001 10:01:44 -0000
13424              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
13425      Branch: perl
13426            ! t/op/inccode.t
13427 ____________________________________________________________________________
13428 [ 12164] By: ams                                   on 2001/09/24  09:43:29
13429         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
13430              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
13431              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
13432              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
13433      Branch: perl
13434            ! lib/Cwd.pm
13435 ____________________________________________________________________________
13436 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
13437         Log: 1_compile updates.
13438      Branch: perl
13439            ! t/lib/1_compile.t
13440 ____________________________________________________________________________
13441 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
13442         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
13443              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13444              Date: Wed, 19 Sep 2001 22:47:14 +0200
13445              Message-ID: <20010919224714.A6382@rafael>
13446      Branch: perl
13447            ! pod/perlvar.pod pp_ctl.c
13448 ____________________________________________________________________________
13449 [ 12161] By: ams                                   on 2001/09/23  17:40:02
13450         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
13451              filetest Pragma
13452              From: "chromatic" <chromatic@rmci.net>
13453              Date: Sun, 23 Sep 2001 12:07:25 -0600
13454              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
13455      Branch: perl
13456            + lib/filetest.t
13457            ! MANIFEST t/lib/1_compile.t
13458 ____________________________________________________________________________
13459 [ 12160] By: ams                                   on 2001/09/23  16:32:11
13460         Log: Additional minor chdir() tweak.
13461      Branch: perl
13462            ! pod/perlfunc.pod
13463 ____________________________________________________________________________
13464 [ 12159] By: ams                                   on 2001/09/23  16:25:01
13465         Log: Subject: PATCH lib/ExtUtils/Command.t
13466              From: Abe Timmerman <abe@ztreet.demon.nl>
13467              Date: Sun, 23 Sep 2001 19:11:44 +0200
13468              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
13469      Branch: perl
13470            ! lib/ExtUtils/Command.t
13471 ____________________________________________________________________________
13472 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
13473         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
13474              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13475              Date: Sun, 23 Sep 2001 02:02:26 +0200
13476              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
13477      Branch: perl
13478            ! makedef.pl
13479 ____________________________________________________________________________
13480 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
13481         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
13482              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
13483              Date: Sat, 22 Sep 2001 12:54:39 -0500
13484              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
13485      Branch: perl
13486            ! t/op/study.t
13487 ____________________________________________________________________________
13488 [ 12156] By: nick                                  on 2001/09/23  07:48:44
13489         Log: Integrate mainline
13490      Branch: perlio
13491            - check83.pl
13492           !> ext/Encode/Encode/2022-cn.enc
13493 ____________________________________________________________________________
13494 [ 12155] By: nick                                  on 2001/09/23  07:48:01
13495         Log: Integrate mainline
13496      Branch: perlio
13497           +> (branch 64 files)
13498            - ext/Encode/Encode/cns11643-1.enc
13499            - ext/Encode/Encode/cns11643-2.enc
13500            - ext/Encode/Encode/iso2022-cn.enc
13501            - ext/Encode/Encode/iso2022-jp.enc
13502            - ext/Encode/Encode/iso2022-jp1.enc
13503            - ext/Encode/Encode/iso2022-jp2.enc
13504            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
13505            - ext/Encode/Encode/iso8859-1.enc
13506            - ext/Encode/Encode/iso8859-1.ucm
13507            - ext/Encode/Encode/iso8859-10.enc
13508            - ext/Encode/Encode/iso8859-10.ucm
13509            - ext/Encode/Encode/iso8859-13.enc
13510            - ext/Encode/Encode/iso8859-13.ucm
13511            - ext/Encode/Encode/iso8859-14.enc
13512            - ext/Encode/Encode/iso8859-14.ucm
13513            - ext/Encode/Encode/iso8859-15.enc
13514            - ext/Encode/Encode/iso8859-15.ucm
13515            - ext/Encode/Encode/iso8859-16.enc
13516            - ext/Encode/Encode/iso8859-16.ucm
13517            - ext/Encode/Encode/iso8859-2.enc
13518            - ext/Encode/Encode/iso8859-2.ucm
13519            - ext/Encode/Encode/iso8859-3.enc
13520            - ext/Encode/Encode/iso8859-3.ucm
13521            - ext/Encode/Encode/iso8859-4.enc
13522            - ext/Encode/Encode/iso8859-4.ucm
13523            - ext/Encode/Encode/iso8859-5.enc
13524            - ext/Encode/Encode/iso8859-5.ucm
13525            - ext/Encode/Encode/iso8859-6.enc
13526            - ext/Encode/Encode/iso8859-6.ucm
13527            - ext/Encode/Encode/iso8859-7.enc
13528            - ext/Encode/Encode/iso8859-7.ucm
13529            - ext/Encode/Encode/iso8859-8.enc
13530            - ext/Encode/Encode/iso8859-8.ucm
13531            - ext/Encode/Encode/iso8859-9.enc
13532            - ext/Encode/Encode/iso8859-9.ucm
13533            - ext/Encode/Encode/isoir-197.enc
13534            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
13535            - t/lib/sample-tests/header_at_end
13536            - t/lib/sample-tests/header_at_end_fail
13537           !> (integrate 174 files)
13538 ____________________________________________________________________________
13539 [ 12154] By: ams                                   on 2001/09/23  07:11:46
13540         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
13541              by Blair Zajac.
13542      Branch: perl
13543            ! pod/perlfunc.pod
13544 ____________________________________________________________________________
13545 [ 12153] By: ams                                   on 2001/09/23  06:56:32
13546         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
13547              Forgotten deprecation of *glob{FILEHANDLE}?
13548              From: "chromatic" <chromatic@rmci.net>
13549              Date: Sat, 22 Sep 2001 21:27:56 -0600
13550              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
13551      Branch: perl
13552            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
13553 ____________________________________________________________________________
13554 [ 12152] By: ams                                   on 2001/09/23  06:42:58
13555         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
13556              From: Michael G Schwern <schwern@pobox.com>
13557              Date: Sun, 23 Sep 2001 03:34:39 -0400
13558              Message-Id: <20010923033439.E7005@blackrider>
13559      Branch: perl
13560            ! lib/File/Find.pm
13561 ____________________________________________________________________________
13562 [ 12151] By: ams                                   on 2001/09/23  06:37:57
13563         Log: Subject: Re: t/op/magic.t missing tests on Win32
13564              From: Michael G Schwern <schwern@pobox.com>
13565              Date: Sat, 22 Sep 2001 20:29:09 -0400
13566              Message-Id: <20010922202909.I18223@blackrider>
13567      Branch: perl
13568            ! t/op/magic.t
13569 ____________________________________________________________________________
13570 [ 12150] By: ams                                   on 2001/09/23  06:36:26
13571         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
13572              Dumpvalue.pm
13573              From: "chromatic" <chromatic@rmci.net>
13574              Date: Sat, 22 Sep 2001 19:41:31 -0600
13575              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
13576      Branch: perl
13577            + lib/Dumpvalue.t
13578            ! MANIFEST lib/Dumpvalue.pm
13579 ____________________________________________________________________________
13580 [ 12149] By: ams                                   on 2001/09/23  06:25:35
13581         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
13582              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13583              Date: Sun, 23 Sep 2001 15:27:56 +0900
13584              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
13585      Branch: perl
13586            ! ext/Encode/Encode/2022-cn.enc
13587 ____________________________________________________________________________
13588 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
13589         Log: Manual eror in #12147.
13590      Branch: perl
13591            ! win32/win32.c
13592 ____________________________________________________________________________
13593 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
13594         Log: Integrate change #12146 from maintperl;
13595              win32_chdir() et al don't handle a NULL argument gracefully
13596      Branch: perl
13597           !> win32/perlhost.h win32/win32.c
13598 ____________________________________________________________________________
13599 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
13600         Log: win32_chdir() et al don't handle a NULL argument gracefully
13601      Branch: maint-5.6/perl
13602            ! win32/perlhost.h win32/win32.c
13603 ____________________________________________________________________________
13604 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
13605         Log: typo in change#12026
13606      Branch: maint-5.6/perl
13607            ! op.c
13608 ____________________________________________________________________________
13609 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
13610         Log: Subject: [PATCH] Re: scalar context unpack bugs
13611              From: Nicholas Clark <nick@ccl4.org>
13612              Date: Sat, 22 Sep 2001 23:07:56 +0100
13613              Message-ID: <20010922230755.O4971@plum.flirble.org>
13614      Branch: perl
13615            ! pp_pack.c t/op/pack.t
13616 ____________________________________________________________________________
13617 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
13618         Log: Try ExtUtils::Command.t everywhere, not just on Win32
13619              (as suggested by NI-S).  Also allow running it either
13620              in t/ or in the main directory.
13621      Branch: perl
13622            ! lib/ExtUtils/Command.t
13623 ____________________________________________________________________________
13624 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
13625         Log: Update the test on warnings/register.t.
13626      Branch: perl
13627            ! t/lib/1_compile.t
13628 ____________________________________________________________________________
13629 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
13630         Log: The code is now almost tidy enough to keep the IRIX cc happy.
13631      Branch: perl
13632            ! hints/irix_6.sh
13633 ____________________________________________________________________________
13634 [ 12140] By: ams                                   on 2001/09/22  17:26:32
13635         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
13636              use_ithreads
13637              From: "Craig A. Berry" <craigberry@mac.com>
13638              Date: Sat, 22 Sep 2001 13:15:32 -0500
13639              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
13640      Branch: perl
13641            ! configure.com
13642 ____________________________________________________________________________
13643 [ 12139] By: ams                                   on 2001/09/22  16:44:08
13644         Log: Do what perl_clone() does for sharedsv functions.
13645      Branch: perl
13646            ! embed.pl proto.h
13647 ____________________________________________________________________________
13648 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
13649         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
13650              (suggested by Sarathy, extensions shouldn't be dabbling with
13651              op structures, so binary backward compatibility should not be
13652              an issue.)
13653      Branch: perl
13654            ! hints/irix_6.sh op.h
13655 ____________________________________________________________________________
13656 [ 12137] By: ams                                   on 2001/09/22  16:21:05
13657         Log: More cleanups. (What's PERL_DECL_PROT?)
13658      Branch: perl
13659            ! embed.pl proto.h sharedsv.h
13660 ____________________________________________________________________________
13661 [ 12136] By: ams                                   on 2001/09/22  15:14:34
13662         Log: (Retracted by #12185)
13663              
13664              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
13665              Add Tests for warnings::register, Doc Update
13666              From: "chromatic" <chromatic@rmci.net>
13667              Date: Sat, 22 Sep 2001 09:43:20 -0600
13668              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
13669      Branch: perl
13670            + lib/warnings/register.t
13671            ! MANIFEST lib/warnings/register.pm
13672 ____________________________________________________________________________
13673 [ 12135] By: ams                                   on 2001/09/22  15:07:50
13674         Log: `@foo' should be @foo for consistency.
13675      Branch: perl
13676            ! pod/perldiag.pod
13677 ____________________________________________________________________________
13678 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
13679         Log: (Retracted by #12138)
13680              
13681              Add -woff (turn warning off) 3187:
13682              "A pointer is converted to a smaller integer."
13683              This happens when your pointers are 64-bit: then every case
13684              of converting pointers to PADOFFSETs (explicitly 32-bit)
13685              faces truncation (even explicit use of INT2PTR doesn't help).
13686              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
13687              Changing PADOFFSET from U32 to UV would help, but that
13688              would break binary backward compatibility of BASEOP and padop
13689              (assuming you have been using 64-bit pointers).
13690      Branch: perl
13691            ! hints/irix_6.sh
13692 ____________________________________________________________________________
13693 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
13694         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
13695              but the name comes from the inside the file, not from the file
13696              name, and Rumanian is the name of the language.
13697      Branch: perl
13698            + ext/Encode/Encode/macRumanian.enc
13699            - ext/Encode/Encode/macRomania.enc
13700            ! MANIFEST
13701 ____________________________________________________________________________
13702 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
13703         Log: Rename perltootc as perltooc for 8.3-friedliness.
13704      Branch: perl
13705            + pod/perltooc.pod
13706            - pod/perltootc.pod
13707            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
13708            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
13709            ! pod/perltoot.pod
13710 ____________________________________________________________________________
13711 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
13712         Log: Find more conflicts by lowercasing.
13713      Branch: perl
13714            + Porting/check83.pl
13715            - check83.pl
13716            ! MANIFEST
13717 ____________________________________________________________________________
13718 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
13719         Log: The AIX cc 5.0.0.0 is simply too buggy.
13720      Branch: perl
13721            ! hints/aix.sh
13722 ____________________________________________________________________________
13723 [ 12129] By: ams                                   on 2001/09/22  12:35:38
13724         Log: Uninteresting cleanup.
13725      Branch: perl
13726            ! form.h
13727 ____________________________________________________________________________
13728 [ 12128] By: ams                                   on 2001/09/22  12:28:48
13729         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
13730              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13731              Date: Sat, 22 Sep 2001 14:29:13 +0100
13732              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
13733      Branch: perl
13734            ! cv.h
13735 ____________________________________________________________________________
13736 [ 12127] By: ams                                   on 2001/09/22  12:04:28
13737         Log: What's a backet?
13738      Branch: perl
13739            ! dump.c
13740 ____________________________________________________________________________
13741 [ 12126] By: ams                                   on 2001/09/22  10:02:34
13742         Log: Removed duplicated tests #19 and #20.
13743      Branch: perl
13744            ! t/op/do.t
13745 ____________________________________________________________________________
13746 [ 12125] By: ams                                   on 2001/09/22  03:58:41
13747         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
13748              From: Michael Carman <mjcarman@home.com>
13749              Date: Fri, 21 Sep 2001 17:54:05 -0500
13750              Message-Id: <3BABC50D.6040202@home.com>
13751              (Applied with some changes.)
13752      Branch: perl
13753            ! pod/perlmod.pod
13754 ____________________________________________________________________________
13755 [ 12124] By: ams                                   on 2001/09/22  03:44:19
13756         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
13757              From: Michael G Schwern <schwern@pobox.com>
13758              Date: Fri, 21 Sep 2001 19:20:40 -0400
13759              Message-Id: <20010921192040.E5494@blackrider>
13760      Branch: perl
13761            ! t/op/chdir.t
13762 ____________________________________________________________________________
13763 [ 12123] By: ams                                   on 2001/09/22  03:41:08
13764         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
13765              From: Blair Zajac <blair@orcaware.com>
13766              Date: Fri, 21 Sep 2001 15:13:04 -0700
13767              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
13768      Branch: perl
13769            ! t/op/chdir.t
13770 ____________________________________________________________________________
13771 [ 12122] By: ams                                   on 2001/09/22  03:37:07
13772         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
13773              20010920.007
13774              From: Michael G Schwern <schwern@pobox.com>
13775              Date: Fri, 21 Sep 2001 17:59:03 -0400
13776              Message-Id: <20010921175903.V5494@blackrider>
13777      Branch: perl
13778            ! t/op/do.t
13779 ____________________________________________________________________________
13780 [ 12121] By: ams                                   on 2001/09/22  03:30:38
13781         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
13782              suite on WinCE)
13783              From: Michael G Schwern <schwern@pobox.com>
13784              Date: Fri, 21 Sep 2001 19:41:03 -0400
13785              Message-Id: <20010921194103.G5494@blackrider>
13786      Branch: perl
13787            ! pod/perlport.pod
13788 ____________________________________________________________________________
13789 [ 12120] By: ams                                   on 2001/09/22  03:28:06
13790         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
13791              From: Michael G Schwern <schwern@pobox.com>
13792              Date: Fri, 21 Sep 2001 17:33:35 -0400
13793              Message-Id: <20010921173335.T5494@blackrider>
13794              ($ENV{FOO}=undef hunk not applied.)
13795      Branch: perl
13796            ! t/op/magic.t
13797 ____________________________________________________________________________
13798 [ 12119] By: ams                                   on 2001/09/22  03:02:26
13799         Log: Subject: [PATCH] perldiag.pod
13800              From: Peter Scott <Peter@PSDT.com>
13801              Date: Fri, 21 Sep 2001 18:54:50 -0700
13802              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
13803              (Moved to the right place.)
13804      Branch: perl
13805            ! pod/perldiag.pod
13806 ____________________________________________________________________________
13807 [ 12118] By: ams                                   on 2001/09/21  20:05:29
13808         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
13809              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13810              Date: Fri, 21 Sep 2001 22:36:54 +0200
13811              Message-Id: <20010921223654.A12742@rafael>
13812      Branch: perl
13813            ! t/op/do.t
13814 ____________________________________________________________________________
13815 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
13816         Log: Restore things as they were before
13817              the backward compatibility police notices.
13818      Branch: perl
13819            ! lib/Cwd.pm
13820 ____________________________________________________________________________
13821 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
13822         Log: More Cwd from Schwern: make also OS/2 and DOS
13823              Cwd agree with File::Spec (that is, native path
13824              syntax using \ instead of / -- backward compatibility
13825              polic warning) and stop Win32 from using bsd_realpath().
13826      Branch: perl
13827            ! lib/Cwd.pm
13828 ____________________________________________________________________________
13829 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
13830         Log: Subject: [PATCH @12110] RE: Untested libraries update
13831              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13832              Date: Fri, 21 Sep 2001 18:21:07 +0100
13833              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
13834      Branch: perl
13835            ! lib/warnings/register.pm
13836 ____________________________________________________________________________
13837 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
13838         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
13839              From: Michael G Schwern <schwern@pobox.com>
13840              Date: Thu, 20 Sep 2001 22:54:02 -0400
13841              Message-ID: <20010920225402.A3611@blackrider>
13842      Branch: perl
13843            ! lib/Cwd.pm
13844 ____________________________________________________________________________
13845 [ 12113] By: ams                                   on 2001/09/21  17:08:24
13846         Log: Subject: [PATCH] avoid v-strings with require/use
13847              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13848              Date: Fri, 21 Sep 2001 12:34:40 -0400
13849              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
13850      Branch: perl
13851            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
13852            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
13853            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
13854            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
13855            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
13856            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
13857            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
13858            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
13859            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
13860            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
13861            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
13862            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
13863            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
13864            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
13865            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
13866            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
13867            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
13868            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
13869            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
13870 ____________________________________________________________________________
13871 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
13872         Log: Update Changes.
13873      Branch: perl
13874            ! Changes patchlevel.h
13875 ____________________________________________________________________________
13876 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
13877         Log: Make AIX and Tru64 compilers happy.  
13878      Branch: perl
13879            ! ext/threads/threads.h ext/threads/threads.xs
13880 ____________________________________________________________________________
13881 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
13882         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
13883              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13884              Date: 21 Sep 2001 09:16:37 -0000
13885              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
13886      Branch: perl
13887            ! toke.c
13888 ____________________________________________________________________________
13889 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
13890         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
13891              From: Michael G Schwern <schwern@pobox.com>
13892              Date: Thu, 20 Sep 2001 21:21:34 -0400
13893              Message-ID: <20010920212134.Y28291@blackrider>
13894      Branch: perl
13895            ! pp_sys.c
13896 ____________________________________________________________________________
13897 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
13898         Log: Subject: Re: GDB Debugging Macros from mod_perl
13899              From: rspier@pobox.com (Robert Spier)
13900              Date: Thu, 20 Sep 2001 22:45:03 -0700
13901              Message-ID: <15274.54239.413929.49430@rls.cx>
13902      Branch: perl
13903            ! pod/perltodo.pod
13904 ____________________________________________________________________________
13905 [ 12105] By: sky                                   on 2001/09/21  10:33:34
13906         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
13907              timezone! GetSystemTime should be available on all Win32 
13908              platforms we support. Perhaps Time::HiRes should be extended to
13909              support WinCE and Novell?
13910      Branch: perl
13911            ! ext/Time/HiRes/HiRes.xs
13912 ____________________________________________________________________________
13913 [ 12104] By: sky                                   on 2001/09/21  08:12:39
13914         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
13915      Branch: perl
13916            ! ext/threads/threads.h ext/threads/threads.xs
13917 ____________________________________________________________________________
13918 [ 12103] By: sky                                   on 2001/09/21  07:57:41
13919         Log: Rename the *thread* functions to Perl_* to avoid clashes.
13920              Notably on AIX but could become a problem on other platforms.
13921      Branch: perl
13922            ! ext/threads/threads.h ext/threads/threads.xs
13923 ____________________________________________________________________________
13924 [ 12102] By: sky                                   on 2001/09/21  07:35:30
13925         Log: Add the shared sv space to the global vars.
13926              Fix problems compiling on win32.
13927      Branch: perl
13928            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
13929            ! sharedsv.c sharedsv.h
13930 ____________________________________________________________________________
13931 [ 12101] By: ams                                   on 2001/09/21  00:19:55
13932         Log: Subject: [PATCH] win32/Makefile warning fix
13933              From: Blair Zajac <blair@orcaware.com>
13934              Date: Thu, 20 Sep 2001 18:15:43 -0700
13935              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
13936      Branch: perl
13937            ! win32/Makefile
13938 ____________________________________________________________________________
13939 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
13940         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
13941              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13942              Date: Thu, 20 Sep 2001 18:36:22 +0200
13943              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
13944      Branch: perl
13945            ! lib/ExtUtils/Command.t
13946 ____________________________________________________________________________
13947 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
13948         Log: Cant spl wirth a dam.
13949      Branch: perl
13950            ! intrpvar.h
13951 ____________________________________________________________________________
13952 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
13953         Log: Don't use C++ comments.
13954      Branch: perl
13955            ! ext/threads/threads.xs
13956 ____________________________________________________________________________
13957 [ 12097] By: ams                                   on 2001/09/20  21:42:07
13958         Log: Change #12044 didn't.
13959      Branch: perl
13960            ! lib/constant.pm
13961 ____________________________________________________________________________
13962 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
13963         Log: Metaconfig unit changes for #12095.
13964      Branch: metaconfig
13965            ! U/modified/Myinit.U U/modified/libs.U
13966 ____________________________________________________________________________
13967 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
13968         Log: Remove iconv references since we are not using it
13969              and not going to; regen perltoc, perlmodlib.
13970              (Some references still linger in perltoc, have to figure
13971              out where they are coming from.)
13972      Branch: perl
13973            ! Configure NetWare/config.wc NetWare/config_H.wc
13974            ! Porting/Glossary Porting/config.sh Porting/config_H
13975            ! config_h.SH configure.com epoc/config.sh perl.h
13976            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
13977            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13978            ! vos/config.ga.h win32/config.bc win32/config.gc
13979            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13980            ! win32/config_H.vc wince/config.ce wince/config.h
13981            ! wince/config_H.ce
13982 ____________________________________________________________________________
13983 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
13984         Log: Subject: [PATCH docs] Re: ARGV and read
13985              From: Dave Mitchell <davem@fdgroup.co.uk>
13986              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
13987              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
13988      Branch: perl
13989            ! pod/perltodo.pod pod/perlvar.pod
13990 ____________________________________________________________________________
13991 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
13992         Log: Fresh copies from the cvs.perl.org perlfaq repository.
13993      Branch: perl
13994            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13995            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13996            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13997            ! pod/perlfaq9.pod
13998 ____________________________________________________________________________
13999 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
14000         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
14001              From: Nicholas Clark <nick@ccl4.org>
14002              Date: Thu, 20 Sep 2001 14:27:08 +0100
14003              Message-ID: <20010920142708.X4971@plum.flirble.org>
14004      Branch: perl
14005            ! pp_pack.c t/op/pack.t
14006 ____________________________________________________________________________
14007 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
14008         Log: The sharedsv_space* are variables, not code.  Duh.
14009      Branch: perl
14010            ! intrpvar.h makedef.pl
14011 ____________________________________________________________________________
14012 [ 12090] By: ams                                   on 2001/09/20  11:26:06
14013         Log: Subject: [patch lib/lib_pm.PL]
14014              From: Stas Bekman <stas@stason.org>
14015              Date: Thu, 20 Sep 2001 18:48:53 +0800
14016              Message-Id: <3BA9C995.6010302@stason.org>
14017              (Applied by hand.)
14018      Branch: perl
14019            ! lib/lib_pm.PL
14020 ____________________________________________________________________________
14021 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
14022         Log: Only 21 tests, skipping or not.
14023      Branch: perl
14024            ! lib/ExtUtils/Command.t
14025 ____________________________________________________________________________
14026 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
14027         Log: New exported symbols.
14028      Branch: perl
14029            ! makedef.pl
14030 ____________________________________________________________________________
14031 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
14032         Log: Update Changes.
14033      Branch: perl
14034            ! Changes patchlevel.h
14035 ____________________________________________________________________________
14036 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
14037         Log: Correct numbering of the tests is useful.
14038      Branch: perl
14039            ! ext/threads/t/basic.t
14040 ____________________________________________________________________________
14041 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
14042         Log: More tests now too.
14043      Branch: perl
14044            ! lib/ExtUtils/Command.t
14045 ____________________________________________________________________________
14046 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
14047         Log: More tests now.
14048      Branch: perl
14049            ! ext/threads/t/basic.t
14050 ____________________________________________________________________________
14051 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
14052         Log: The test assumed 7-bit ASCII.  Now it "just"
14053              assumes 8-bit whatever.
14054      Branch: perl
14055            ! t/op/crypt.t
14056 ____________________________________________________________________________
14057 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
14058         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
14059              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14060              Date: Wed, 19 Sep 2001 11:45:28 +0200
14061              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
14062              
14063              Lvalue casts are not portable.
14064      Branch: perl
14065            ! ext/threads/threads.xs
14066 ____________________________________________________________________________
14067 [ 12081] By: sky                                   on 2001/09/19  10:17:52
14068         Log: Make the basic test contain only realy basic API tests
14069              Seems to be a problem with detach.
14070      Branch: perl
14071            ! ext/threads/t/basic.t
14072 ____________________________________________________________________________
14073 [ 12080] By: ams                                   on 2001/09/19  01:23:55
14074         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
14075              From: Michael G Schwern <schwern@pobox.com>
14076              Date: Tue, 18 Sep 2001 19:53:48 -0400
14077              Message-Id: <20010918195348.M585@blackrider>
14078              
14079              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
14080              From: Michael G Schwern <schwern@pobox.com>
14081              Date: Tue, 18 Sep 2001 22:07:13 -0400
14082              Message-Id: <20010918220713.B19616@blackrider>
14083      Branch: perl
14084            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
14085            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14086            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
14087            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
14088            ! lib/Test/Tutorial.pod
14089 ____________________________________________________________________________
14090 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
14091         Log: Indent the test a bit.
14092      Branch: perl
14093            ! ext/threads/t/basic.t
14094 ____________________________________________________________________________
14095 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
14096         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
14097              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14098              Date: Tue, 18 Sep 2001 18:06:44 +0200
14099              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
14100      Branch: perl
14101            ! win32/win32.c
14102 ____________________________________________________________________________
14103 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
14104         Log: Subject: stat access time is wrong on Win95
14105              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14106              Date: Tue, 18 Sep 2001 21:59:24 +0200
14107              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
14108      Branch: perl
14109            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
14110 ____________________________________________________________________________
14111 [ 12076] By: ams                                   on 2001/09/18  22:11:25
14112         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
14113              From: Michael G Schwern <schwern@pobox.com>
14114              Date: Tue, 18 Sep 2001 18:47:14 -0400
14115              Message-Id: <20010918184714.I585@blackrider>
14116      Branch: perl
14117            ! t/op/crypt.t
14118 ____________________________________________________________________________
14119 [ 12075] By: sky                                   on 2001/09/18  19:29:37
14120         Log: two test failures
14121              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14122              Message-ID: <20010918221702.A17408@rafael>
14123              partly applied, #12074 already fixed half the patch
14124      Branch: perl
14125            ! ext/threads/t/basic.t
14126 ____________________________________________________________________________
14127 [ 12074] By: sky                                   on 2001/09/18  18:49:03
14128         Log: Fixes test case failure introduced by #12071, the warning is
14129              now correctly spelled :-)
14130      Branch: perl
14131            ! ext/IO/lib/IO/t/io_sel.t
14132 ____________________________________________________________________________
14133 [ 12073] By: sky                                   on 2001/09/18  18:46:22
14134         Log: Make the test behave properly!
14135      Branch: perl
14136            ! ext/threads/t/basic.t
14137 ____________________________________________________________________________
14138 [ 12072] By: ams                                   on 2001/09/18  18:44:59
14139         Log: OP_RCATLINE is an SVOP, not a BASEOP.
14140      Branch: perl
14141            ! opcode.h opcode.pl
14142 ____________________________________________________________________________
14143 [ 12071] By: ams                                   on 2001/09/18  18:06:27
14144         Log: Deprecate != Depreciate.
14145      Branch: perl
14146            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
14147            ! lib/Pod/ParseUtils.pm
14148 ____________________________________________________________________________
14149 [ 12070] By: ams                                   on 2001/09/18  15:14:58
14150         Log: Subject: [PATCH] Getopt::Std cleanup
14151              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14152              Date: Tue, 18 Sep 2001 17:32:13 +0200
14153              Message-Id: <20010918173213.C777@rafael>
14154      Branch: perl
14155            ! lib/Getopt/Std.pm lib/Getopt/Std.t
14156 ____________________________________________________________________________
14157 [ 12069] By: sky                                   on 2001/09/18  14:56:33
14158         Log: Forgot the makefile
14159      Branch: perl
14160            + ext/threads/Makefile.PL
14161 ____________________________________________________________________________
14162 [ 12068] By: sky                                   on 2001/09/18  14:13:26
14163         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
14164              The test will fail because of Test.pm not knowing about threads. 
14165              basic needs to be manually tested
14166              compile time warnings on IV2PTR conversions need to be fixed
14167      Branch: perl
14168            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
14169            + ext/threads/threads.h ext/threads/threads.pm
14170            + ext/threads/threads.xs
14171            ! MANIFEST
14172 ____________________________________________________________________________
14173 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
14174         Log: DJGPP tweak from Laszlo Molnar.
14175      Branch: perl
14176            ! djgpp/config.over
14177 ____________________________________________________________________________
14178 [ 12066] By: sky                                   on 2001/09/18  10:24:31
14179         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
14180      Branch: perl
14181            ! sharedsv.c sharedsv.h
14182 ____________________________________________________________________________
14183 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
14184         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
14185              ditto ^cns.
14186      Branch: perl
14187            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
14188            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
14189            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
14190            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
14191            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
14192            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
14193            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
14194            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
14195            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
14196            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
14197            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
14198            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
14199            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
14200            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
14201            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
14202            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
14203            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
14204            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
14205            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
14206            + ext/Encode/Encode/ir-197.enc
14207            - ext/Encode/Encode/cns11643-1.enc
14208            - ext/Encode/Encode/cns11643-2.enc
14209            - ext/Encode/Encode/iso2022-cn.enc
14210            - ext/Encode/Encode/iso2022-jp.enc
14211            - ext/Encode/Encode/iso2022-jp1.enc
14212            - ext/Encode/Encode/iso2022-jp2.enc
14213            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
14214            - ext/Encode/Encode/iso8859-1.enc
14215            - ext/Encode/Encode/iso8859-1.ucm
14216            - ext/Encode/Encode/iso8859-10.enc
14217            - ext/Encode/Encode/iso8859-10.ucm
14218            - ext/Encode/Encode/iso8859-11.enc
14219            - ext/Encode/Encode/iso8859-11.ucm
14220            - ext/Encode/Encode/iso8859-13.enc
14221            - ext/Encode/Encode/iso8859-13.ucm
14222            - ext/Encode/Encode/iso8859-14.enc
14223            - ext/Encode/Encode/iso8859-14.ucm
14224            - ext/Encode/Encode/iso8859-15.enc
14225            - ext/Encode/Encode/iso8859-15.ucm
14226            - ext/Encode/Encode/iso8859-16.enc
14227            - ext/Encode/Encode/iso8859-16.ucm
14228            - ext/Encode/Encode/iso8859-2.enc
14229            - ext/Encode/Encode/iso8859-2.ucm
14230            - ext/Encode/Encode/iso8859-3.enc
14231            - ext/Encode/Encode/iso8859-3.ucm
14232            - ext/Encode/Encode/iso8859-4.enc
14233            - ext/Encode/Encode/iso8859-4.ucm
14234            - ext/Encode/Encode/iso8859-5.enc
14235            - ext/Encode/Encode/iso8859-5.ucm
14236            - ext/Encode/Encode/iso8859-6.enc
14237            - ext/Encode/Encode/iso8859-6.ucm
14238            - ext/Encode/Encode/iso8859-7.enc
14239            - ext/Encode/Encode/iso8859-7.ucm
14240            - ext/Encode/Encode/iso8859-8.enc
14241            - ext/Encode/Encode/iso8859-8.ucm
14242            - ext/Encode/Encode/iso8859-9.enc
14243            - ext/Encode/Encode/iso8859-9.ucm
14244            - ext/Encode/Encode/isoir-197.enc
14245            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
14246 ____________________________________________________________________________
14247 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
14248         Log: Must Uppercase.
14249      Branch: perl
14250            ! ext/Encode/Encode.pm
14251 ____________________________________________________________________________
14252 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
14253         Log: Add various encodings.
14254      Branch: perl
14255            + ext/Encode/Encode/iso8859-11.enc
14256            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
14257            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
14258            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
14259            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
14260            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
14261            + ext/Encode/Encode/viscii.ucm
14262            ! MANIFEST ext/Encode/Encode.pm
14263 ____________________________________________________________________________
14264 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
14265         Log: lib/unicode relic.
14266      Branch: perl
14267            ! ext/Encode/compile
14268 ____________________________________________________________________________
14269 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
14270         Log: Subject: [PATCH] Re: filename problems
14271              From: Michael G Schwern <schwern@pobox.com>
14272              Date: Mon, 17 Sep 2001 17:26:26 -0400
14273              Message-ID: <20010917172626.Q585@blackrider>
14274      Branch: perl
14275            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
14276            - t/lib/sample-tests/header_at_end
14277            - t/lib/sample-tests/header_at_end_fail
14278            ! MANIFEST lib/Test/Harness/t/test-harness.t
14279 ____________________________________________________________________________
14280 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
14281         Log: Explicitly explain the 1e9 seconds, not everybody
14282              is a C geek.
14283      Branch: perl
14284            ! ext/Time/HiRes/HiRes.pm
14285 ____________________________________________________________________________
14286 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
14287         Log: Explain an apparent bug reported by
14288              Richard J. Barbalace <rjbarbal@MIT.EDU>,
14289              with additional explanation from Gisle Aas.
14290      Branch: perl
14291            ! ext/Time/HiRes/HiRes.pm
14292 ____________________________________________________________________________
14293 [ 12058] By: ams                                   on 2001/09/17  19:52:01
14294         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
14295              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14296              Date: Mon, 17 Sep 2001 22:48:05 +0200
14297              Message-Id: <20010917224805.C11744@rafael>
14298      Branch: perl
14299            ! t/lib/warnings/op t/lib/warnings/pp
14300 ____________________________________________________________________________
14301 [ 12057] By: ams                                   on 2001/09/17  16:51:18
14302         Log: Its a nit!
14303      Branch: perl
14304            ! sv.h
14305 ____________________________________________________________________________
14306 [ 12056] By: ams                                   on 2001/09/17  16:47:55
14307         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
14308              From: "Craig A. Berry" <craigberry@mac.com>
14309              Date: Mon, 17 Sep 2001 12:34:20 -0500
14310              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
14311      Branch: perl
14312            ! vms/vms.c
14313 ____________________________________________________________________________
14314 [ 12055] By: ams                                   on 2001/09/17  16:05:15
14315         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
14316              From: Gisle Aas <gisle@ActiveState.com>
14317              Date: 16 Apr 2001 16:20:34 -0700
14318              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
14319              (Applied by hand.)
14320      Branch: perl
14321            ! lib/CPAN.pm lib/CPAN/Nox.pm
14322 ____________________________________________________________________________
14323 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
14324         Log: Update Changes.
14325      Branch: perl
14326            ! Changes patchlevel.h
14327 ____________________________________________________________________________
14328 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
14329         Log: Adding new files to the MANIFEST is always nice.
14330      Branch: perl
14331            ! MANIFEST
14332 ____________________________________________________________________________
14333 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
14334         Log: Reindent the PerlIO files (suggested by NI-S), used
14335              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
14336              (GNU indent).  Note that wholesale re-indenting might
14337              be nice, but that would break nice formatting/alignment
14338              of assignments, equality testing, and complex boolean
14339              expressions with lots of &s and |s.
14340      Branch: perl
14341            ! perlio.c perlio.h perliol.h
14342 ____________________________________________________________________________
14343 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
14344         Log: Add a script for being 8.3-polite.
14345              The found conflicts are being worked on.
14346      Branch: perl
14347            + check83.pl
14348            ! MANIFEST Porting/pumpkin.pod
14349 ____________________________________________________________________________
14350 [ 12050] By: sky                                   on 2001/09/17  12:44:36
14351         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
14352              finding it.
14353      Branch: perl
14354            ! sv.c
14355 ____________________________________________________________________________
14356 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
14357         Log: Bump up versions because of #12041.
14358      Branch: perl
14359            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
14360            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
14361            ! lib/Time/localtime.pm
14362 ____________________________________________________________________________
14363 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
14364         Log: Bump the version number because of #12042.
14365      Branch: perl
14366            ! lib/CPAN/FirstTime.pm
14367 ____________________________________________________________________________
14368 [ 12047] By: ams                                   on 2001/09/17  11:21:40
14369         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
14370              From: Abhijit Menon-Sen <ams@wiw.org>
14371              Date: Mon, 17 Sep 2001 17:44:12 +0530
14372              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
14373      Branch: perl
14374            ! op.c
14375 ____________________________________________________________________________
14376 [ 12046] By: sky                                   on 2001/09/17  07:14:17
14377         Log: Subject: Re: t/op/ver.t using skip() improperly
14378              From: "chromatic" <chromatic@rmci.net>
14379              Date: Mon, 17 Sep 2001 00:22:29 -0600
14380              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
14381      Branch: perl
14382            ! t/op/ver.t
14383 ____________________________________________________________________________
14384 [ 12045] By: nick                                  on 2001/09/17  07:12:14
14385         Log: Integrate mainline
14386      Branch: perlio
14387           +> t/op/chdir.t
14388           !> (integrate 117 files)
14389 ____________________________________________________________________________
14390 [ 12044] By: ams                                   on 2001/09/17  05:49:53
14391         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
14392              From: Ilmari Karonen <iltzu@sci.fi>
14393              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
14394              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
14395              (And $VERSION = '1.05'.)
14396      Branch: perl
14397            ! lib/constant.pm
14398 ____________________________________________________________________________
14399 [ 12043] By: ams                                   on 2001/09/17  05:44:50
14400         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
14401              From: Michael G Schwern <schwern@pobox.com>
14402              Date: Mon, 17 Sep 2001 07:49:04 +0200
14403              Message-Id: <20010917074904.V1588@blackrider>
14404              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
14405      Branch: perl
14406            + t/op/chdir.t
14407            ! MANIFEST pp_sys.c
14408 ____________________________________________________________________________
14409 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
14410         Log: Subject: Re: CPAN.pm needs some hacking 
14411              From: "chromatic" <chromatic@rmci.net>
14412              Date: Sun, 16 Sep 2001 16:46:29 -0600
14413              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
14414      Branch: perl
14415            ! lib/CPAN/FirstTime.pm
14416 ____________________________________________________________________________
14417 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
14418         Log: Change use|require 5.005_64 to use|require 5.6.1.
14419      Branch: perl
14420            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
14421            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
14422            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14423            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
14424            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
14425            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14426            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
14427            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
14428            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
14429            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
14430            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
14431            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
14432            ! lib/base.pm lib/fields.pm
14433 ____________________________________________________________________________
14434 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
14435         Log: Bump up version numbers.
14436              
14437              TODO 1: double check that pre-5.6.1 CPAN.pm:s
14438              don't try to download 5.8.0 because of the
14439              version numbers.  Mainly this means using _00
14440              in the core version numbers.
14441              
14442              TODO 2: the "use 5.005_64" in many modules
14443              needs to be changed to, say, "use 5.6.1".
14444      Branch: perl
14445            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
14446            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
14447            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
14448            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
14449            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
14450            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
14451            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14452            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
14453            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
14454            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
14455            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
14456 ____________________________________________________________________________
14457 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
14458         Log: Use UCHARAT() as suggested by Inaba Hiroto.
14459      Branch: perl
14460            ! regexec.c
14461 ____________________________________________________________________________
14462 [ 12038] By: ams                                   on 2001/09/16  15:16:24
14463         Log: Subject: [PATCH] Re: Core module version numbers review
14464              From: Peter Scott <Peter@PSDT.com>
14465              Date: Sun, 16 Sep 2001 09:09:58 -0700
14466              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
14467      Branch: perl
14468            ! lib/perl5db.pl
14469 ____________________________________________________________________________
14470 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
14471         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
14472              not yet fully implemented.
14473      Branch: perl
14474            ! pod/perlfunc.pod pod/perlunicode.pod
14475 ____________________________________________________________________________
14476 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
14477         Log: Subject: [patch] plug PL_beginav_save leak
14478              From: Doug MacEachern <dougm@covalent.net>
14479              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
14480              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
14481      Branch: perl
14482            ! perl.c
14483 ____________________________________________________________________________
14484 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
14485         Log: (accidentally empty checkin)
14486      Branch: perl
14487            ! sv.c
14488 ____________________________________________________________________________
14489 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
14490         Log: Subject: [patch] ithreads+PL_beginav_save
14491              From: Doug MacEachern <dougm@covalent.net>
14492              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
14493              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
14494      Branch: perl
14495            ! sv.c
14496 ____________________________________________________________________________
14497 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
14498         Log: Subject: [PATCH] h2xs.PL with C::Scan
14499              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14500              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
14501              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
14502      Branch: perl
14503            ! utils/h2xs.PL
14504 ____________________________________________________________________________
14505 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
14506         Log: Elaborate (well, make more vague, really) #12030.
14507      Branch: perl
14508            ! pod/perltodo.pod pod/perlunicode.pod
14509 ____________________________________________________________________________
14510 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
14511         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
14512              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14513              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
14514              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
14515      Branch: perl
14516            ! regexec.c
14517 ____________________________________________________________________________
14518 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
14519         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
14520              are not yet complete.
14521      Branch: perl
14522            ! pod/perltodo.pod pod/perlunicode.pod
14523 ____________________________________________________________________________
14524 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
14525         Log: Document what's still to be done on the regular expression
14526              Unicode support, based on the UTR#18.
14527      Branch: perl
14528            ! pod/perltodo.pod pod/perlunicode.pod
14529 ____________________________________________________________________________
14530 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
14531         Log: Regen headers.
14532      Branch: perl
14533            ! embedvar.h perlapi.h
14534 ____________________________________________________________________________
14535 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
14536         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
14537              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14538              Date: Sun, 09 Sep 2001 18:41:54 +0100
14539              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
14540      Branch: perl
14541            ! Porting/findvars ext/ByteLoader/bytecode.h
14542            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
14543            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
14544 ____________________________________________________________________________
14545 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
14546         Log: enable most warnings for windows build; fix the various typecasting
14547              nits that showed up (no bugfixes here)
14548      Branch: maint-5.6/perl
14549            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
14550            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
14551            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
14552            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
14553            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
14554            ! x2p/walk.c
14555 ____________________________________________________________________________
14556 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
14557         Log: Integrate change #12024 from maintperl
14558              (a local() precedence bug)
14559      Branch: perl
14560           !> lib/ExtUtils/Install.pm
14561 ____________________________________________________________________________
14562 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
14563         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
14564              change#8642
14565      Branch: maint-5.6/perl
14566            ! lib/ExtUtils/Install.pm
14567 ____________________________________________________________________________
14568 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
14569         Log: Update Changes.
14570      Branch: perl
14571            ! Changes patchlevel.h
14572 ____________________________________________________________________________
14573 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
14574         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
14575              From: "chromatic" <chromatic@rmci.net>
14576              Date: Fri, 14 Sep 2001 09:44:57 -0600 
14577              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
14578      Branch: perl
14579            ! lib/ExtUtils/Manifest.t
14580 ____________________________________________________________________________
14581 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
14582         Log: Hopefully better skipping of the Complete.t tests
14583              in case of not a tty. 
14584      Branch: perl
14585            ! lib/Term/Complete.t t/op/stat.t
14586 ____________________________________________________________________________
14587 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
14588         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
14589              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14590              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
14591              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
14592      Branch: perl
14593            ! regexec.c t/op/pat.t
14594 ____________________________________________________________________________
14595 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
14596         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
14597              From: Robin Barker <rmb1@cise.npl.co.uk>
14598              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
14599              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
14600      Branch: perl
14601            ! pod/perlport.pod
14602 ____________________________________________________________________________
14603 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
14604         Log: NetWare tweaks from Ananth Kesari.
14605      Branch: perl
14606            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
14607            ! NetWare/nwutil.h
14608 ____________________________________________________________________________
14609 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
14610         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
14611              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14612              Date: Fri, 14 Sep 2001 10:51:13 +0200
14613              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
14614      Branch: perl
14615            ! pod/perlport.pod
14616 ____________________________________________________________________________
14617 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
14618         Log: Subject: Re: [PATCH 2 pl2pm.PL]
14619              From: Joe Smith <Joe.Smith@inwap.com>
14620              Date: Fri, 14 Sep 2001 00:13:32 -0700
14621              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
14622              
14623              Eradicate qu.
14624      Branch: perl
14625            ! keywords.h keywords.pl utils/pl2pm.PL
14626 ____________________________________________________________________________
14627 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
14628         Log: Retract #12013, didn't go over too well in Tru64.
14629      Branch: perl
14630            ! embed.h embed.pl sv.h
14631 ____________________________________________________________________________
14632 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
14633         Log: Subject: [PATCH] Execute files of debugger commands
14634              From: Peter Scott <Peter@PSDT.com>
14635              Date: Thu, 13 Sep 2001 15:26:31 -0700
14636              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
14637      Branch: perl
14638            ! lib/perl5db.pl pod/perldebug.pod
14639 ____________________________________________________________________________
14640 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
14641         Log: (Retracted by #12015)
14642              Subject: [proposed PATCH] Re: perl@11920
14643              From: Nicholas Clark <nick@ccl4.org>
14644              Date: Wed, 12 Sep 2001 23:46:09 +0100
14645              Message-ID: <20010912234609.H4971@plum.flirble.org>     
14646      Branch: perl
14647            ! embed.h embed.pl sv.h
14648 ____________________________________________________________________________
14649 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
14650         Log: ucblib shouldn't be linked against in nonstop-ux,
14651              from Tom Bates.
14652      Branch: perl
14653            ! hints/nonstopux.sh
14654 ____________________________________________________________________________
14655 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
14656         Log: Do stty only if we have stty.
14657              
14658              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
14659      Branch: perl
14660            ! lib/Term/Complete.pm
14661 ____________________________________________________________________________
14662 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
14663         Log: Skip the test if not running on a tty.
14664      Branch: perl
14665            ! lib/Term/Complete.t
14666 ____________________________________________________________________________
14667 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
14668         Log: Regen headers.
14669      Branch: perl
14670            ! embed.h opcode.h pod/perlapi.pod proto.h
14671 ____________________________________________________________________________
14672 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
14673         Log: Subject: [PATCH op.c] Re: perl@12003
14674              From: Robin Barker <rmb1@cise.npl.co.uk>
14675              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
14676              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
14677      Branch: perl
14678            ! op.c
14679 ____________________________________________________________________________
14680 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
14681         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
14682              From: Robin Barker <rmb1@cise.npl.co.uk>
14683              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
14684              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
14685      Branch: perl
14686            ! sv.c
14687 ____________________________________________________________________________
14688 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
14689         Log: Upgrade to Memoize 0.66.
14690      Branch: perl
14691            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
14692            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
14693            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
14694 ____________________________________________________________________________
14695 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
14696         Log: Subject: [ID 20010912.007] substr reference core dump
14697              From: me-01@ton.iguana.be
14698              Date: 12 Sep 2001 14:11:16 -0000
14699              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
14700      Branch: perl
14701            ! mg.c
14702 ____________________________________________________________________________
14703 [ 12004] By: ams                                   on 2001/09/12  01:13:49
14704         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
14705              From: Ilmari Karonen <iltzu@sci.fi>
14706              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
14707              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
14708      Branch: perl
14709            ! pod/perlfaq4.pod
14710 ____________________________________________________________________________
14711 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
14712         Log: Update Changes.
14713      Branch: perl
14714            ! Changes patchlevel.h
14715 ____________________________________________________________________________
14716 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
14717         Log: NetWare update from Ananth Kesari.
14718      Branch: perl
14719            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
14720            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
14721 ____________________________________________________________________________
14722 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
14723         Log: Retract #11984: div() being redefined, and 1397
14724              failing on 64-bit platforms.
14725      Branch: perl
14726            ! lib/Math/BigInt/Calc.pm
14727 ____________________________________________________________________________
14728 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
14729         Log: Metaconfig unit change for #11999.
14730      Branch: metaconfig
14731            ! U/protos/d_lseekproto.U
14732 ____________________________________________________________________________
14733 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
14734         Log: The lseek fix (#11991) was no fix.
14735      Branch: perl
14736            ! Configure
14737 ____________________________________________________________________________
14738 [ 11998] By: sky                                   on 2001/09/11  07:52:06
14739         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
14740              From: Matt Sergeant <MSergeant@star.net.uk>
14741              Date: Tue, 11 Sep 2001 09:22:32 +0100
14742              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
14743      Branch: perl
14744            ! ext/Encode/Encode.pm
14745 ____________________________________________________________________________
14746 [ 11997] By: sky                                   on 2001/09/11  06:35:29
14747         Log: Sometimes dTHX is added because it is needed on non 
14748              gnuc platforms, but not needed there. This uses GCC
14749              to silence GCC specific warnings by marking pTHX as 
14750              unused.
14751      Branch: perl
14752            ! perl.h
14753 ____________________________________________________________________________
14754 [ 11996] By: nick                                  on 2001/09/11  06:25:27
14755         Log: Integrate mainline
14756      Branch: perlio
14757            - ext/POSIX/sigaction.t lib/File/Find/taint.t
14758           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
14759 ____________________________________________________________________________
14760 [ 11995] By: nick                                  on 2001/09/11  06:23:39
14761         Log: Part Integrate mainline
14762      Branch: perlio
14763           +> (branch 69 files)
14764            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
14765            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
14766            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
14767            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
14768            - lib/Switch/t/switch_case.t lib/Test/Harness.t
14769            - lib/Test/More/Changes lib/Test/More/t/More.t
14770            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
14771            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
14772            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
14773            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
14774            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
14775            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
14776            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
14777            - t/lib/Test/More/Catch.pm wince/perl.ico
14778           !> (integrate 197 files)
14779 ____________________________________________________________________________
14780 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
14781         Log: Subject: Re: [PATCH] Encode.pm docs fix
14782              From: Gisle Aas <gisle@ActiveState.com>
14783              Date: 10 Sep 2001 11:27:02 -0700
14784              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
14785      Branch: perl
14786            ! ext/Encode/Encode.pm
14787 ____________________________________________________________________________
14788 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
14789         Log: Fix unpack U to be the reverse of pack U
14790              (but implement unpack U0U as a backdoor to get
14791              the UTF-8 malformed warnings from un-UTF-8 data)
14792      Branch: perl
14793            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
14794 ____________________________________________________________________________
14795 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
14796         Log: Metaconfig unit change for #11991;
14797              delete an unused unit (d_strtoull.U is the one used)
14798      Branch: metaconfig
14799            ! U/protos/d_lseekproto.U
14800      Branch: metaconfig/U/perl
14801            - strtoull.U
14802 ____________________________________________________________________________
14803 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
14804         Log: Subject: [PATCH] Configure not recording lseek proto
14805              From: Blair Zajac <blair@orcaware.com>
14806              Date: Mon, 10 Sep 2001 17:52:37 -0700
14807              Message-ID: <3B9D6055.BA334A31@orcaware.com>
14808              
14809              plus regen Configure.
14810      Branch: perl
14811            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14812            ! config_h.SH uconfig.h
14813 ____________________________________________________________________________
14814 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
14815         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
14816              From: Nicholas Clark <nick@ccl4.org>
14817              Date: Tue, 11 Sep 2001 00:00:31 +0100
14818              Message-ID: <20010911000031.G1512@plum.flirble.org>
14819      Branch: perl
14820            + t/op/qq.t
14821            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
14822 ____________________________________________________________________________
14823 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
14824         Log: Subject: [PATCH] Building on win32 w/o perlio
14825              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14826              Date: Mon, 10 Sep 2001 23:38:46 +0200
14827              Message-ID: <3B9D4F06.14433.2C37644@localhost>
14828      Branch: perl
14829            ! perl.c win32/Makefile win32/makefile.mk
14830 ____________________________________________________________________________
14831 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
14832         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
14833              From: "chromatic" <chromatic@rmci.net>
14834              Date: Mon, 10 Sep 2001 15:14:01 -0600
14835              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
14836      Branch: perl
14837            + lib/CGI/t/push.t
14838            ! MANIFEST
14839 ____________________________________________________________________________
14840 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
14841         Log: Subject: avoiding hoardes of zombies
14842              From: Nicholas Clark <nick@ccl4.org>
14843              Date: Mon, 10 Sep 2001 22:00:40 +0100
14844              Message-ID: <20010910220040.C1512@plum.flirble.org>
14845      Branch: perl
14846            ! pod/perlipc.pod
14847 ____________________________________________________________________________
14848 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
14849         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
14850              From: John Peacock <jpeacock@rowman.com>
14851              Date: Mon, 10 Sep 2001 16:34:30 -0400
14852              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
14853      Branch: perl
14854            ! sv.c t/op/ver.t utf8.h
14855 ____________________________________________________________________________
14856 [ 11985] By: ams                                   on 2001/09/10  23:20:13
14857         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
14858      Branch: perl
14859            ! MANIFEST
14860 ____________________________________________________________________________
14861 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
14862         Log: (Retracted by #12001)
14863              Subject: Calc with USE_MUL/USE_DIV
14864              From: Tels <perl_dummy@bloodgate.com>
14865              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
14866              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
14867      Branch: perl
14868            ! lib/Math/BigInt/Calc.pm
14869 ____________________________________________________________________________
14870 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
14871         Log: Subject: [PATCH op.c] Re: perl@11978
14872              From: Robin Barker <rmb1@cise.npl.co.uk>
14873              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
14874              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
14875              
14876              Format errors.
14877      Branch: perl
14878            ! op.c
14879 ____________________________________________________________________________
14880 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
14881         Log: Switch PADOFFSET back to U32 both because of binary backward
14882              compatibility and because Arthur seems to have been fixing the
14883              problems with naughty integer-pointer casting.
14884      Branch: perl
14885            ! op.h
14886 ____________________________________________________________________________
14887 [ 11981] By: ams                                   on 2001/09/10  16:31:43
14888         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
14889              Fix Pod Typo, Add Test for ExtUtils::Command
14890              From: "chromatic" <chromatic@rmci.net>
14891              Date: Mon, 10 Sep 2001 11:20:56 -0600
14892              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
14893      Branch: perl
14894            + lib/ExtUtils/Command.t
14895            ! MANIFEST lib/ExtUtils/Command.pm
14896 ____________________________________________________________________________
14897 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
14898         Log: Subject: [PATCH] Encode.pm docs fix
14899              From: Matt Sergeant <MSergeant@star.net.uk>
14900              Date: Mon, 10 Sep 2001 15:24:01 +0100
14901              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
14902      Branch: perl
14903            ! ext/Encode/Encode.pm
14904 ____________________________________________________________________________
14905 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
14906         Log: Update Changes.
14907      Branch: perl
14908            ! Changes patchlevel.h
14909 ____________________________________________________________________________
14910 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
14911         Log: Revert #11973, the dTHX seems to be needed in there
14912              for threaded builds.
14913      Branch: perl
14914            ! perlio.c
14915 ____________________________________________________________________________
14916 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
14917         Log: Detypo.
14918      Branch: perl
14919            ! pod/perlguts.pod
14920 ____________________________________________________________________________
14921 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
14922         Log: Further Class::Struct patching from Damian.
14923              
14924              The new new semantics are:
14925              
14926              * If you pass an initializer for a nested object, it has to be:
14927              a) a reference to an object of that class, or      
14928              b) a reference to an object of a subclass of that class, or
14929              c) a reference to a hash of arguments to be passed to the
14930              class's constructor
14931              * If you pass no initializer for a nested object, the attribute
14932              is initialized to C<undef>
14933      Branch: perl
14934            ! lib/Class/Struct.pm
14935 ____________________________________________________________________________
14936 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
14937         Log: Skip the crypt test if no crypt.
14938      Branch: perl
14939            ! t/op/crypt.t
14940 ____________________________________________________________________________
14941 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
14942         Log: Warn against using bare v-strings as IP addresses
14943              (okay if using the wrappers from Socket)
14944      Branch: perl
14945            ! pod/perldata.pod pod/perlport.pod
14946 ____________________________________________________________________________
14947 [ 11973] By: sky                                   on 2001/09/10  11:57:58
14948         Log: Remove unused dTHX. Silenced another warning.
14949      Branch: perl
14950            ! perlio.c
14951 ____________________________________________________________________________
14952 [ 11972] By: sky                                   on 2001/09/10  11:54:25
14953         Log: Silence some more warnings INT2PTR.
14954      Branch: perl
14955            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
14956 ____________________________________________________________________________
14957 [ 11971] By: sky                                   on 2001/09/10  11:21:50
14958         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
14959      Branch: perl
14960            ! cop.h
14961 ____________________________________________________________________________
14962 [ 11970] By: sky                                   on 2001/09/10  11:17:25
14963         Log: Apply INT2PTR with force to silence warnings from
14964              PM_GETRE and friends. No more warnings with 64bit 
14965              IVs and 32bit pointers.    
14966      Branch: perl
14967            ! op.c op.h perl.c
14968 ____________________________________________________________________________
14969 [ 11969] By: sky                                   on 2001/09/10  10:13:02
14970         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
14971      Branch: perl
14972            ! pod/perlguts.pod
14973 ____________________________________________________________________________
14974 [ 11968] By: sky                                   on 2001/09/10  10:02:51
14975         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
14976              Rename to custop_op_name to Perl_custom_op_name to match perlapi
14977              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
14978              perl_clone.
14979      Branch: perl
14980            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
14981 ____________________________________________________________________________
14982 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
14983         Log: Using strlen() not good on embedded nul bytes.
14984      Branch: perl
14985            ! regcomp.c
14986 ____________________________________________________________________________
14987 [ 11966] By: ams                                   on 2001/09/09  21:06:13
14988         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
14989              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14990              Date: Mon, 13 Aug 2001 22:51:59 +0200
14991              Message-ID: <20010813225159.C6681@rafael>
14992              (Applied with several tweaks.)
14993      Branch: perl
14994            ! embed.h embed.pl proto.h toke.c
14995 ____________________________________________________________________________
14996 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
14997         Log: The exact error message is system-dependent.
14998      Branch: perl
14999            ! lib/ExtUtils/Manifest.t
15000 ____________________________________________________________________________
15001 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
15002         Log: Add Windows and Mac Sami support to Encode
15003              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
15004      Branch: perl
15005            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
15006            ! MANIFEST
15007 ____________________________________________________________________________
15008 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
15009         Log: Use the tried method.
15010      Branch: perl
15011            ! pod/perlport.pod
15012 ____________________________________________________________________________
15013 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
15014         Log: Can't count parentheses.
15015      Branch: perl
15016            ! ext/IO/lib/IO/Socket/INET.pm
15017 ____________________________________________________________________________
15018 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
15019         Log: perlport additions: 1 while unlink, add/delete directory
15020              entries and permissions, cygwin stat funkiness (from Michael
15021              Schwern and Nicholas Clark)
15022      Branch: perl
15023            ! pod/perlport.pod
15024 ____________________________________________________________________________
15025 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
15026         Log: blib does have a detectable test.
15027      Branch: perl
15028            ! t/lib/1_compile.t
15029 ____________________________________________________________________________
15030 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
15031         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
15032              From: "chromatic" <chromatic@rmci.net>
15033              Date: Sat, 08 Sep 2001 19:33:42 -0600
15034              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
15035      Branch: perl
15036            + lib/Term/Complete.t
15037            ! MANIFEST
15038 ____________________________________________________________________________
15039 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
15040         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
15041              From: Michael G Schwern <schwern@pobox.com> 
15042              Date: Sat, 8 Sep 2001 02:40:26 -0400
15043              Message-ID: <20010908024026.A26283@blackrider>
15044      Branch: perl
15045            + lib/Test/Tutorial.pod
15046            ! MANIFEST
15047 ____________________________________________________________________________
15048 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
15049         Log: Try to look up protocol (by name) only iff it has non-numbers:
15050              nice if the server is in a chrooted environment (no /etc/protocols,
15051              server code using hardcorded protocol numbers like 6 for tcp),
15052              suggested by John Holdsworth <coldwave@bigfoot.com>.
15053              In other words, if we are given a number, why look it up again
15054              (by number)?
15055      Branch: perl
15056            ! ext/IO/lib/IO/Socket/INET.pm
15057 ____________________________________________________________________________
15058 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
15059         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
15060              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15061              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
15062              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
15063              
15064              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
15065              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15066              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
15067              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
15068              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
15069              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15070              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
15071              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
15072      Branch: perl
15073            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
15074 ____________________________________________________________________________
15075 [ 11955] By: ams                                   on 2001/09/09  02:54:21
15076         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
15077              From: "Craig A. Berry" <craigberry@mac.com>
15078              Date: Sat, 08 Sep 2001 19:02:16 -0500
15079              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
15080      Branch: perl
15081            ! lib/CGI/t/carp.t
15082 ____________________________________________________________________________
15083 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
15084         Log: Documentation tweaks; think the IP address as an opaque string.
15085      Branch: perl
15086            ! ext/Socket/Socket.pm
15087 ____________________________________________________________________________
15088 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
15089         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
15090              From: Michael G Schwern <schwern@pobox.com>
15091              Date: Sat, 8 Sep 2001 19:45:46 -0400
15092              Message-ID: <20010908194546.C9193@blackrider>
15093      Branch: perl
15094            + lib/blib.t
15095            ! MANIFEST lib/blib.pm t/lib/1_compile.t
15096 ____________________________________________________________________________
15097 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
15098         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
15099              From: "chromatic" <chromatic@rmci.net>
15100              Date: Sat, 08 Sep 2001 12:31:44 -0600
15101              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
15102      Branch: perl
15103            + lib/CGI/t/fast.t
15104            ! MANIFEST
15105 ____________________________________________________________________________
15106 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
15107         Log: The Socket tests were wrong: they were assuming too much.
15108      Branch: perl
15109            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
15110 ____________________________________________________________________________
15111 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
15112         Log: Retract the portability changes since they
15113              seem to have opened a can of worms... will
15114              go back to UNICOS/mk and do the bare minimum
15115              required to get the tests working.
15116      Branch: perl
15117            ! ext/Socket/Socket.xs
15118 ____________________________________________________________________________
15119 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
15120         Log: PADOFFSET is used to cast pointers into integers,
15121              if pointers are 64 bits and U32 32 bits,
15122              bad things may happen, or at least warnings issued.
15123      Branch: perl
15124            ! op.h
15125 ____________________________________________________________________________
15126 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
15127         Log: Still more Socket portability tweaking.
15128              Now Socket.t seems to be happy in all of
15129              Linux/x86, Tru64/alpha, Solaris/sparc,
15130              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
15131              
15132              Addendum: it seems that io_multihomed, io_sock, and hostent
15133              were broken in little-endians (linux/x86 and tru64/alpha)
15134              because of this change.  Argh.
15135      Branch: perl
15136            ! ext/Socket/Socket.xs
15137 ____________________________________________________________________________
15138 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
15139         Log: More portability kicking on inet_ntoa().
15140      Branch: perl
15141            ! ext/Socket/Socket.xs
15142 ____________________________________________________________________________
15143 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
15144         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
15145              From: Michael G Schwern <schwern@pobox.com> 
15146              Date: Fri, 7 Sep 2001 23:06:51 -0400
15147              Message-ID: <20010907230651.R606@blackrider>
15148      Branch: perl
15149            + lib/ExtUtils/Manifest.t
15150            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
15151 ____________________________________________________________________________
15152 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
15153         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
15154              From: "chromatic" <chromatic@rmci.net>
15155              Date: Fri, 07 Sep 2001 17:53:15 -0600      
15156              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
15157      Branch: perl
15158            + lib/ExtUtils/testlib.t
15159            ! MANIFEST
15160 ____________________________________________________________________________
15161 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
15162         Log: Thinko.
15163      Branch: perl
15164            ! lib/integer.t
15165 ____________________________________________________________________________
15166 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
15167         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
15168              From: "Craig A. Berry" <craigberry@mac.com>
15169              Date: Fri, 07 Sep 2001 15:30:03 -0500
15170              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
15171      Branch: perl
15172            ! lib/CGI/Carp.pm
15173 ____________________________________________________________________________
15174 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
15175         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
15176              From: Michael G Schwern <schwern@pobox.com>
15177              Date: Fri, 7 Sep 2001 15:38:13 -0400
15178              Message-ID: <20010907153813.K606@blackrider>
15179      Branch: perl
15180            ! lib/ExtUtils/MM_Unix.pm
15181 ____________________________________________________________________________
15182 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
15183         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
15184              From: Robin Barker <rmb1@cise.npl.co.uk>
15185              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
15186              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
15187      Branch: perl
15188            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
15189 ____________________________________________________________________________
15190 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
15191         Log: Clean up 1_compile.t; move tests to more consistent
15192              places (t/ subdirectories); add integer.t (much of
15193              the pragma is tested elsewhere but there is no one
15194              centralized place)
15195      Branch: perl
15196            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
15197            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
15198            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
15199            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
15200            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
15201            - lib/File/Find/find.t lib/File/Find/taint.t
15202            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
15203 ____________________________________________________________________________
15204 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
15205         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
15206              From: "chromatic" <chromatic@rmci.net>
15207              Date: Fri, 07 Sep 2001 10:17:40 -0600
15208              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
15209      Branch: perl
15210            ! lib/File/Find/taint.t
15211 ____________________________________________________________________________
15212 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
15213         Log: Update Changes.
15214      Branch: perl
15215            ! Changes patchlevel.h
15216 ____________________________________________________________________________
15217 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
15218         Log: Rename the old threading tutorial, start a new one,
15219              regen toc.
15220      Branch: perl
15221            + pod/perlothrtut.pod
15222            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
15223            ! pod/perltoc.pod
15224 ____________________________________________________________________________
15225 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
15226         Log: vars very much has a test.
15227      Branch: perl
15228            ! t/lib/1_compile.t
15229 ____________________________________________________________________________
15230 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
15231         Log: Subject: Re: wince/perl.ico marked as binary
15232              From: Nicholas Clark <nick@ccl4.org>
15233              Date: Fri, 7 Sep 2001 13:54:40 +0100
15234              Message-ID: <20010907135439.D39150@plum.flirble.org>
15235              
15236              and wince/Makefile.ce change from Rainer Keuchel.
15237      Branch: perl
15238            + wince/makeico.pl
15239            ! MANIFEST wince/Makefile.ce
15240 ____________________________________________________________________________
15241 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
15242         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
15243              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15244              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
15245              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
15246      Branch: perl
15247            ! regexec.c
15248 ____________________________________________________________________________
15249 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
15250         Log: (Replaced by #11934)
15251              Subject: Re: [PATCH regexec.c] more general .* and .*?
15252              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15253              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
15254              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
15255      Branch: perl
15256            ! regexec.c
15257 ____________________________________________________________________________
15258 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
15259         Log: The #11931 patching misbehaved.
15260      Branch: perl
15261            ! lib/Test/Harness/t/test-harness.t
15262 ____________________________________________________________________________
15263 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
15264         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
15265              From: Michael G Schwern <schwern@pobox.com>
15266              Date: Fri, 7 Sep 2001 03:30:41 -0400
15267              Message-ID: <20010907033041.A2796@blackrider>
15268      Branch: perl
15269            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
15270            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
15271            + t/lib/sample-tests/header_at_end_fail
15272            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
15273            - lib/Test/Harness.t
15274            ! MANIFEST lib/Test/Harness.pm t/TEST
15275 ____________________________________________________________________________
15276 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
15277         Log: Subject: [PATCH] Digest::MD5 update
15278              From: Gisle Aas <gisle@ActiveState.com>
15279              Date: 06 Sep 2001 23:32:56 -0700
15280              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
15281      Branch: perl
15282            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
15283            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
15284 ____________________________________________________________________________
15285 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
15286         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
15287              From: "chromatic" <chromatic@rmci.net>
15288              Date: Thu, 06 Sep 2001 23:11:44 -0600
15289              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
15290      Branch: perl
15291            + lib/less.t
15292            ! MANIFEST t/lib/1_compile.t
15293 ____________________________________________________________________________
15294 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
15295         Log: The binary file must somehow differently stored.
15296      Branch: perl
15297            - wince/perl.ico
15298            ! MANIFEST
15299 ____________________________________________________________________________
15300 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
15301         Log: Add more modules to the list of modules that have tests,
15302              Schwern's wallet is getting more nervous.
15303              (Run t/lib/1_compile.t manually to see which modules
15304              are lacking tests, or the tests can't be run for some
15305              reason or another, such as the Net:: modules)
15306      Branch: perl
15307            ! t/lib/1_compile.t
15308 ____________________________________________________________________________
15309 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
15310         Log: Try to make Socket::inet_ntoa() more robust.
15311      Branch: perl
15312            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
15313 ____________________________________________________________________________
15314 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
15315         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
15316              From: chromatic <chromatic@rmci.net>       
15317              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
15318              Message-Id: <01090522580506.19590@firewheel>           
15319      Branch: perl
15320            ! lib/English.t
15321 ____________________________________________________________________________
15322 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
15323         Log: Subject: Re: perlvar manpage and localizing special vars
15324              From: Stas Bekman <stas@stason.org>
15325              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
15326              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
15327      Branch: perl
15328            ! pod/perlvar.pod
15329 ____________________________________________________________________________
15330 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
15331         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
15332              From: Robin Barker <rmb1@cise.npl.co.uk>
15333              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
15334              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
15335      Branch: perl
15336            ! lib/ExtUtils/MakeMaker.pm
15337 ____________________________________________________________________________
15338 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
15339         Log: Symbol missing; AIX unhappy.
15340      Branch: perl
15341            ! makedef.pl
15342 ____________________________________________________________________________
15343 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
15344         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
15345              Reported in 5.61, seems to work okay in blead.
15346      Branch: perl
15347            ! t/run/kill_perl.t
15348 ____________________________________________________________________________
15349 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
15350         Log: Update Changes.
15351      Branch: perl
15352            ! Changes patchlevel.h
15353 ____________________________________________________________________________
15354 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
15355         Log: Document the bad assumptions currently breaking
15356              the Socket.t tests 10, 11, and 13 in UNICOS.
15357      Branch: perl
15358            ! ext/Socket/Socket.xs
15359 ____________________________________________________________________________
15360 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
15361         Log: Subject: [PATCH x2p] make OPTIMIZE=...
15362              From: Robin Barker <rmb1@cise.npl.co.uk>
15363              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
15364              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
15365      Branch: perl
15366            ! x2p/Makefile.SH x2p/cflags.SH
15367 ____________________________________________________________________________
15368 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
15369         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
15370              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
15371              Date: Thu, 6 Sep 2001 11:09:40 +0100
15372              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
15373              
15374              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
15375              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15376              Date: 6 Sep 2001 10:14:38 -0000
15377              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
15378      Branch: perl
15379            ! pod/perlfaq1.pod pod/perlhack.pod
15380 ____________________________________________________________________________
15381 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
15382         Log: Subject: Extra NUL is Data::Dumper output - patch
15383              From: Tony Cook <tony@develop-help.com>
15384              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
15385              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
15386      Branch: perl
15387            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
15388 ____________________________________________________________________________
15389 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
15390         Log: Avoid redefinition warning
15391              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
15392              from
15393              perl -w -Ilib -MCwd -e ''
15394      Branch: perl
15395            ! lib/Cwd.pm
15396 ____________________________________________________________________________
15397 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
15398         Log: Update the is_tainted() example implementation.
15399      Branch: perl
15400            ! pod/perlsec.pod
15401 ____________________________________________________________________________
15402 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
15403         Log: Missing) in #11912.
15404      Branch: perl
15405            ! lib/Test/Simple/t/fail.t
15406 ____________________________________________________________________________
15407 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
15408         Log: Rewhack Test-Simple into core harness.
15409      Branch: perl
15410            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
15411            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
15412            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
15413            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
15414            ! lib/Test/Simple/t/skipall.t
15415 ____________________________________________________________________________
15416 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
15417         Log: Workaround for the new Exporter 'feature'.
15418      Branch: perl
15419            ! lib/Test/More.pm
15420 ____________________________________________________________________________
15421 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
15422         Log: Re-introduce pure-Perl fall-back for abs_path,
15423              re-introduce #11898.
15424      Branch: perl
15425            ! lib/Cwd.pm lib/File/Find.pm
15426 ____________________________________________________________________________
15427 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
15428         Log: More tests.
15429      Branch: perl
15430            ! lib/Exporter.t
15431 ____________________________________________________________________________
15432 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
15433         Log: Retract #11898 for now because it introduces
15434              a rather nasty depencency: when B is being built,
15435              MakeMaker is used.  MakeMaker uses File::Find.
15436              File::Find uses Cwd::getcwd()...which doesn't
15437              exist yet.
15438      Branch: perl
15439            ! lib/File/Find.pm
15440 ____________________________________________________________________________
15441 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
15442         Log: New test welcome.
15443      Branch: perl
15444            + lib/Test/Simple/t/simple.t
15445 ____________________________________________________________________________
15446 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
15447         Log: Old test begone.
15448      Branch: perl
15449            - lib/Attribute/Handlers/test.pl
15450 ____________________________________________________________________________
15451 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
15452         Log: Test-Simple syncup from Schwern.
15453      Branch: perl
15454            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
15455            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
15456            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
15457            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
15458            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
15459            - lib/Test/More/Changes lib/Test/More/t/More.t
15460            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15461            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15462            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
15463            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
15464            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
15465            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
15466            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
15467            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
15468            ! t/lib/Test/Simple/sample_tests/death.plx
15469            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
15470            ! t/lib/Test/Simple/sample_tests/extras.plx
15471            ! t/lib/Test/Simple/sample_tests/five_fail.plx
15472            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
15473            ! t/lib/Test/Simple/sample_tests/one_fail.plx
15474            ! t/lib/Test/Simple/sample_tests/require.plx
15475            ! t/lib/Test/Simple/sample_tests/success.plx
15476            ! t/lib/Test/Simple/sample_tests/too_few.plx
15477            ! t/lib/Test/Simple/sample_tests/two_fail.plx
15478 ____________________________________________________________________________
15479 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
15480         Log: Integrate File::Find changes from bleadperl
15481      Branch: maint-5.6/macperl
15482            ! lib/File/Find.pm t/lib/filefind-taint.t
15483 ____________________________________________________________________________
15484 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
15485         Log: Integrate 11847 from maint-5.6/perl
15486      Branch: maint-5.6/macperl
15487           !> sv.c
15488 ____________________________________________________________________________
15489 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
15490         Log: In UNICOS division yada yada.
15491      Branch: perl
15492            ! t/op/override.t
15493 ____________________________________________________________________________
15494 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
15495         Log: In UNICOS division is really lossy, better use
15496              a tolerance test.
15497      Branch: perl
15498            ! ext/Time/HiRes/HiRes.t
15499 ____________________________________________________________________________
15500 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
15501         Log: In UNICOS sigaction() sets an extra flag
15502              ("the signal has been registered for all the processes in
15503              a multitasking group.")
15504      Branch: perl
15505            ! ext/POSIX/sigaction.t
15506 ____________________________________________________________________________
15507 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
15508         Log: Documentation micropatch from Damian.
15509      Branch: perl
15510            ! lib/Attribute/Handlers.pm
15511 ____________________________________________________________________________
15512 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
15513         Log: (Retracted by #11908)
15514              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
15515              From: Michael G Schwern <schwern@pobox.com>
15516              Date: Wed, 5 Sep 2001 15:58:21 -0400
15517              Message-ID: <20010905155821.I632@blackrider>
15518      Branch: perl
15519            ! lib/File/Find.pm lib/File/Find/taint.t
15520 ____________________________________________________________________________
15521 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
15522         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
15523              From: Michael G Schwern <schwern@pobox.com>
15524              Date: Wed, 5 Sep 2001 19:16:31 -0400
15525              Message-ID: <20010905191631.E11386@blackrider>
15526      Branch: perl
15527            + lib/CGI/t/carp.t
15528            ! MANIFEST
15529 ____________________________________________________________________________
15530 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
15531         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
15532              From: chromatic <chromatic@rmci.net>
15533              Date: Wed, 5 Sep 2001 18:08:07 -0600
15534              Message-Id: <01090518080700.19590@firewheel>
15535      Branch: perl
15536            ! lib/English.pm
15537 ____________________________________________________________________________
15538 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
15539         Log: Fix a typo #11889 and add a test for the same.
15540      Branch: perl
15541            ! ext/Socket/Socket.t ext/Socket/Socket.xs
15542 ____________________________________________________________________________
15543 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
15544         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
15545              From: "Craig A. Berry" <craigberry@mac.com>
15546              Date: Wed, 05 Sep 2001 17:48:54 -0500
15547              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
15548      Branch: perl
15549            ! lib/warnings.t t/run/kill_perl.t
15550 ____________________________________________________________________________
15551 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
15552         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
15553              From: Michael G Schwern <schwern@pobox.com>
15554              Date: Wed, 5 Sep 2001 17:22:25 -0400
15555              Message-ID: <20010905172225.C11386@blackrider>
15556      Branch: perl
15557            ! t/run/kill_perl.t
15558 ____________________________________________________________________________
15559 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
15560         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
15561              From: Nicholas Clark <nick@ccl4.org>
15562              Date: Wed, 5 Sep 2001 20:54:24 +0100
15563              Message-ID: <20010905205424.C25120@plum.flirble.org>
15564      Branch: perl
15565            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
15566 ____________________________________________________________________________
15567 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
15568         Log: Forgotten thing.
15569      Branch: perl
15570            ! uconfig.h
15571 ____________________________________________________________________________
15572 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
15573         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
15574              From: chromatic <chromatic@rmci.net>               
15575              Date: Wed, 5 Sep 2001 13:22:08 -0600
15576              Message-Id: <01090513220807.10587@firewheel> 
15577      Branch: perl
15578            ! lib/English.pm
15579 ____________________________________________________________________________
15580 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
15581         Log: inet_ntoa() tweaks:
15582              - don't allow addresses with > 255 characters
15583              - indent the HP-UX workaround
15584              - don't leak memory
15585      Branch: perl
15586            ! ext/Socket/Socket.xs
15587 ____________________________________________________________________________
15588 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
15589         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
15590              <xwu@theeducationcenter.com>
15591      Branch: perl
15592            ! lib/File/Find.pm
15593 ____________________________________________________________________________
15594 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
15595         Log: Typo nits.
15596      Branch: perl
15597            ! lib/File/Find.pm
15598 ____________________________________________________________________________
15599 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
15600         Log: -Wall nit.
15601      Branch: perl
15602            ! op.c
15603 ____________________________________________________________________________
15604 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
15605         Log: Update to Scalar-List-Utils 1.05
15606      Branch: perl
15607            ! ext/List/Util/ChangeLog ext/List/Util/README
15608            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
15609 ____________________________________________________________________________
15610 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
15611         Log: Update Changes.
15612      Branch: perl
15613            ! Changes patchlevel.h
15614 ____________________________________________________________________________
15615 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
15616         Log: Update to Scalar-List-Utils 1.04
15617      Branch: perl
15618            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
15619            ! ext/List/Util/lib/List/Util.pm
15620            ! ext/List/Util/lib/Scalar/Util.pm
15621 ____________________________________________________________________________
15622 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
15623         Log: Metaconfigify #11724.
15624      Branch: metaconfig
15625            ! U/threads/archname.U
15626 ____________________________________________________________________________
15627 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
15628         Log: The MacOS reference is okay, no reason to hide it.
15629      Branch: perl
15630            ! lib/Cwd.pm
15631 ____________________________________________________________________________
15632 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
15633         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
15634              From: Michael G Schwern <schwern@pobox.com>
15635              Date: Tue, 4 Sep 2001 15:30:10 -0400
15636              Message-ID: <20010904153010.H26466@blackrider> 
15637              
15638              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
15639      Branch: perl
15640            ! ext/Cwd/Makefile.PL lib/Cwd.pm
15641 ____________________________________________________________________________
15642 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
15643         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
15644              From: Michael G Schwern <schwern@pobox.com>
15645              Date: Tue, 4 Sep 2001 17:39:13 -0400
15646              Message-ID: <20010904173913.C626@blackrider>
15647      Branch: perl
15648            ! lib/Cwd.pm
15649 ____________________________________________________________________________
15650 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
15651         Log: Subject: Re: Perl_pp_* in public API?
15652              From: "Craig A. Berry" <craigberry@mac.com>
15653              Date: Tue, 4 Sep 2001 21:51:29 -0500
15654              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
15655      Branch: perl
15656            ! ext/List/Util/Util.xs
15657 ____________________________________________________________________________
15658 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
15659         Log: From Damian: Class::Struct was unable to define
15660              recursive classes.  After the patch an object reference
15661              (rather than a hash) is required to initialize
15662              an object attribute.  If no such initializer is given to
15663              the constructor, object attributes are now default
15664              initialized to C<undef>.
15665      Branch: perl
15666            ! lib/Class/Struct.pm lib/Class/Struct.t
15667 ____________________________________________________________________________
15668 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
15669         Log: Subject: Re: sv_catpvfn and sv_setpvfn
15670              From: Richard Soderberg <rs@oregonnet.com>
15671              Date: Tue, 4 Sep 2001 15:16:47 -0700
15672              Message-Id: <200109042216.PAA17858@oregonnet.com>
15673      Branch: perl
15674            ! pod/perlclib.pod pod/perlguts.pod
15675 ____________________________________________________________________________
15676 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
15677         Log: NetWare updates from Ananth Kesari.
15678      Branch: perl
15679            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
15680            ! NetWare/nw5thread.h
15681 ____________________________________________________________________________
15682 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
15683         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
15684              From: Nicholas Clark <nick@ccl4.org>
15685              Date: Tue, 4 Sep 2001 22:42:50 +0100
15686              Message-ID: <20010904224250.P25120@plum.flirble.org>
15687      Branch: perl
15688            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
15689            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
15690            ! t/op/oct.t toke.c
15691 ____________________________________________________________________________
15692 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
15693         Log: Fix Cwd::getcwd() not being tainted, as noticed
15694              by Schwern.
15695      Branch: perl
15696            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
15697            - ext/Cwd/Cwd.t
15698            ! MANIFEST ext/Cwd/Cwd.xs util.c
15699 ____________________________________________________________________________
15700 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
15701         Log: Retract #11870 and volatilize the right destruct_level.
15702              Silly thinko pointed out by Sarathy.
15703      Branch: perl
15704            ! intrpvar.h perl.c
15705 ____________________________________________________________________________
15706 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
15707         Log: At least a temporary fix for the mysterious scope core dumps
15708              in Tru64 from Graham.
15709      Branch: perl
15710            ! ext/List/Util/Util.xs
15711 ____________________________________________________________________________
15712 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
15713         Log: (Retracted by #11872)
15714      Branch: perl
15715            ! intrpvar.h
15716 ____________________________________________________________________________
15717 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
15718         Log: Quench a -Wall gripe noticed by Robin Barker.
15719      Branch: perl
15720            ! op.c
15721 ____________________________________________________________________________
15722 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
15723         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
15724              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15725              Date: Wed, 05 Sep 2001 02:01:32 +0900
15726              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
15727      Branch: perl
15728            ! lib/Unicode/UCD.pm
15729 ____________________________________________________________________________
15730 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
15731         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
15732              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15733              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
15734              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
15735      Branch: perl
15736            ! gv.c
15737 ____________________________________________________________________________
15738 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
15739         Log: Update Changes.
15740      Branch: perl
15741            ! Changes patchlevel.h
15742 ____________________________________________________________________________
15743 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
15744         Log: Add the \[$@%&*] prototype support.
15745      Branch: perl
15746            ! op.c pod/perlsub.pod t/comp/proto.t
15747 ____________________________________________________________________________
15748 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
15749         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
15750              From: Michael G Schwern <schwern@pobox.com>
15751              Date: Mon, 3 Sep 2001 18:59:01 -0400
15752              Message-ID: <20010903185901.Z9233@blackrider>
15753      Branch: perl
15754            ! lib/CGI/t/form.t
15755 ____________________________________________________________________________
15756 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
15757         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
15758              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15759              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
15760              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
15761      Branch: perl
15762            ! gv.c
15763 ____________________________________________________________________________
15764 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
15765         Log: More srand entry tweakage based on Randal's suggestion.
15766      Branch: perl
15767            ! pod/perlfunc.pod
15768 ____________________________________________________________________________
15769 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
15770         Log: Subject: [PATCH] 'main' *is* a reserved word
15771              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15772              Date: Mon, 3 Sep 2001 22:55:41 +0200
15773              Message-ID: <20010903225541.A24097@rafael>
15774      Branch: perl
15775            ! toke.c
15776 ____________________________________________________________________________
15777 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
15778         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
15779              From: Peter Prymmer <pvhp@best.com>
15780              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
15781              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
15782      Branch: perl
15783            ! README.vms configure.com
15784 ____________________________________________________________________________
15785 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
15786         Log: Subject: Re: A slightly better default seed?   
15787              From: Michael G Schwern <schwern@pobox.com>
15788              Date: Mon, 3 Sep 2001 18:08:15 -0400 
15789              Message-ID: <20010903180815.W9233@blackrider>
15790      Branch: perl
15791            ! t/op/srand.t
15792 ____________________________________________________________________________
15793 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
15794         Log: Add sharedsv.o to microperl object files.
15795      Branch: perl
15796            ! Makefile.micro
15797 ____________________________________________________________________________
15798 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
15799         Log: AUTHORS updates and
15800              
15801              Subject: [PATCH] Just some preening :-)        
15802              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
15803              Date: Tue, 4 Sep 2001 14:16:59 +0100
15804              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
15805      Branch: perl
15806            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
15807 ____________________________________________________________________________
15808 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
15809         Log: Typo fix and slight rewording.
15810      Branch: perl
15811            ! pod/perlfunc.pod
15812 ____________________________________________________________________________
15813 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
15814         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
15815      Branch: perl
15816            ! pod/perlfaq4.pod
15817 ____________________________________________________________________________
15818 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
15819         Log: The helper file changed name.
15820      Branch: perl
15821            ! MANIFEST
15822 ____________________________________________________________________________
15823 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
15824         Log: Update to Scalar-List-Utils 1.03
15825      Branch: perl
15826            + ext/List/Util/t/shuffle.t
15827            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
15828            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
15829            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
15830            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
15831            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
15832            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
15833            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
15834            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
15835 ____________________________________________________________________________
15836 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
15837         Log: Make crypt() do something more sane for Unicode
15838              (take crypt() of the low eight bits of the characters,
15839              instead of taking crypt() of the UTF-8 of the scalar);
15840              add a test for crypt().
15841      Branch: perl
15842            + t/op/crypt.t
15843            ! MANIFEST pod/perlfunc.pod pp.c
15844 ____________________________________________________________________________
15845 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
15846         Log: Reorganize the srand entry.
15847      Branch: perl
15848            ! pod/perlfunc.pod
15849 ____________________________________________________________________________
15850 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
15851         Log: Remove the tests that assume something about
15852              calling srand() without arguments multiple times.
15853      Branch: perl
15854            ! t/op/srand.t
15855 ____________________________________________________________________________
15856 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
15857         Log: Upgrade to Math::BigInt 1.42.
15858      Branch: perl
15859            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15860            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
15861            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
15862            ! lib/Math/BigInt/t/mbimbf.t
15863 ____________________________________________________________________________
15864 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
15865         Log: integrate change#11847 from maint-5.6
15866              
15867              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
15868      Branch: perl
15869            ! sv.c
15870 ____________________________________________________________________________
15871 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
15872         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
15873      Branch: maint-5.6/perl
15874            ! sv.c
15875 ____________________________________________________________________________
15876 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
15877         Log: As far as I can tell these functions have been Unicodified.
15878      Branch: perl
15879            ! doop.c
15880 ____________________________________________________________________________
15881 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
15882         Log: Update to Storable 1.0.13.
15883      Branch: perl
15884            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
15885            ! ext/Storable/Storable.xs
15886 ____________________________________________________________________________
15887 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
15888         Log: Patch the Filter::Simple test to work with
15889              the core test suite (since the FilterTest.pm
15890              is in t/lib, not in lib).
15891      Branch: perl
15892            ! lib/Filter/Simple/t/filter.t
15893 ____________________________________________________________________________
15894 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
15895         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
15896      Branch: perl
15897            + t/lib/FilterTest.pm
15898            - t/lib/MyFilter.pm
15899 ____________________________________________________________________________
15900 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
15901         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
15902              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
15903              Text::Balanced 1.86.
15904      Branch: perl
15905            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
15906            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
15907            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
15908            + lib/Switch/t/nested.t lib/Switch/t/switch.t
15909            + lib/Text/Balanced/Changes lib/Text/Balanced/README
15910            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
15911            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
15912            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
15913            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
15914            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
15915            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
15916            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
15917            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
15918            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
15919            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
15920            ! MANIFEST lib/Attribute/Handlers.pm
15921            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
15922            ! lib/Attribute/Handlers/demo/Demo.pm
15923            ! lib/Attribute/Handlers/demo/Descriptions.pm
15924            ! lib/Attribute/Handlers/demo/MyClass.pm
15925            ! lib/Attribute/Handlers/demo/demo.pl
15926            ! lib/Attribute/Handlers/demo/demo2.pl
15927            ! lib/Attribute/Handlers/demo/demo3.pl
15928            ! lib/Attribute/Handlers/demo/demo4.pl
15929            ! lib/Attribute/Handlers/demo/demo_call.pl
15930            ! lib/Attribute/Handlers/demo/demo_chain.pl
15931            ! lib/Attribute/Handlers/demo/demo_cycle.pl
15932            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
15933            ! lib/Attribute/Handlers/demo/demo_phases.pl
15934            ! lib/Attribute/Handlers/demo/demo_range.pl
15935            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
15936            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
15937            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
15938            ! lib/Text/Balanced.pm
15939 ____________________________________________________________________________
15940 [ 11841] By: sky                                   on 2001/09/03  11:04:15
15941         Log: Forgot to add a file with Change #11840
15942      Branch: perl
15943            + t/op/srand.t
15944 ____________________________________________________________________________
15945 [ 11840] By: sky                                   on 2001/09/03  11:02:04
15946         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
15947              From: Michael G Schwern <schwern@pobox.com>
15948              Date: Mon, 3 Sep 2001 07:43:00 -0400
15949              Message-ID: <20010903074300.E9233@blackrider>
15950      Branch: perl
15951            ! MANIFEST pod/perlfunc.pod t/op/rand.t
15952 ____________________________________________________________________________
15953 [ 11839] By: sky                                   on 2001/09/03  10:47:11
15954         Log: Document the changes with regards to running of END blocks.
15955              And DESTROY on global objects are called in perl_destruct()!
15956      Branch: perl
15957            ! pod/perl572delta.pod pod/perlembed.pod
15958 ____________________________________________________________________________
15959 [ 11838] By: sky                                   on 2001/09/03  09:34:44
15960         Log: Subject: [PATCH t/op/time.t] Partial cleanup
15961              From: Michael G Schwern <schwern@pobox.com>
15962              Date: Mon, 3 Sep 2001 06:29:42 -0400
15963              Message-ID: <20010903062942.C9233@blackrider>
15964      Branch: perl
15965            ! t/op/time.t
15966 ____________________________________________________________________________
15967 [ 11837] By: sky                                   on 2001/09/03  09:30:02
15968         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
15969              From: Michael G Schwern <schwern@pobox.com>
15970              Date: Mon, 3 Sep 2001 06:24:13 -0400
15971              Message-ID: <20010903062413.B9233@blackrider>
15972      Branch: perl
15973            ! t/op/rand.t
15974 ____________________________________________________________________________
15975 [ 11836] By: sky                                   on 2001/09/03  07:56:47
15976         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
15977              From: Michael G Schwern <schwern@pobox.com>
15978              Date: Sun, 2 Sep 2001 21:38:43 -0400
15979              Message-ID: <20010902213843.L2711@blackrider>
15980      Branch: perl
15981            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
15982            ! MANIFEST
15983 ____________________________________________________________________________
15984 [ 11835] By: nick                                  on 2001/09/03  06:20:06
15985         Log: Integrate mainline
15986      Branch: perlio
15987           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
15988            - t/op/misc.t
15989           !> (integrate 187 files)
15990 ____________________________________________________________________________
15991 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
15992         Log: Update Changes.
15993      Branch: perl
15994            ! Changes patchlevel.h
15995 ____________________________________________________________________________
15996 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
15997         Log: Slight tweaks.
15998      Branch: perl
15999            ! t/run/kill_perl.t
16000 ____________________________________________________________________________
16001 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
16002         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
16003      Branch: perl
16004            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16005 ____________________________________________________________________________
16006 [ 11831] By: sky                                   on 2001/09/02  12:10:42
16007         Log: Change #11828 wasn't complete, this updates to intest path
16008      Branch: perl
16009            ! t/run/kill_perl.t
16010 ____________________________________________________________________________
16011 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
16012         Log: 's's's.
16013      Branch: perl
16014            ! Changes
16015 ____________________________________________________________________________
16016 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
16017         Log: Update Changes.
16018      Branch: perl
16019            ! Changes patchlevel.h
16020 ____________________________________________________________________________
16021 [ 11828] By: sky                                   on 2001/09/02  11:53:56
16022         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
16023              From: Michael G Schwern <schwern@pobox.com>
16024              Date: Sat, 1 Sep 2001 20:18:58 -0400
16025              Message-ID: <20010901201858.X606@blackrider>
16026              +MANIFEST Fix
16027      Branch: perl
16028            + t/run/kill_perl.t
16029            - t/op/misc.t t/run/segfault.t
16030            ! MANIFEST
16031 ____________________________________________________________________________
16032 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
16033         Log: Subject: [PATCH] lib/Time/Local.pm
16034              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16035              Date: Sun, 2 Sep 2001 06:50:01 -0500
16036              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
16037      Branch: perl
16038            ! lib/Time/Local.pm
16039 ____________________________________________________________________________
16040 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
16041         Log: Tick off Unicode collation and the normalization from
16042              the todo list.
16043      Branch: perl
16044            ! pod/perltodo.pod
16045 ____________________________________________________________________________
16046 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
16047         Log: Update to Unicode 3.1.1.
16048      Branch: perl
16049            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
16050            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
16051            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
16052            ! lib/unicore/PropList.txt lib/unicore/README.perl
16053            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
16054            ! lib/unicore/rename lib/unicore/version
16055 ____________________________________________________________________________
16056 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
16057         Log: Slight doc tweaks for the module.
16058      Branch: perl
16059            ! lib/Unicode/UCD.pm
16060 ____________________________________________________________________________
16061 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
16062         Log: Rename the variable: it *used* to be (wrongly) that the
16063              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
16064              but that is no more the case: PL_reg_match_utf8 is better.
16065      Branch: perl
16066            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
16067            ! regexec.c sv.c thrdvar.h
16068 ____________________________________________________________________________
16069 [ 11822] By: ams                                   on 2001/09/02  02:54:50
16070         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
16071              From: Ilmari Karonen <iltzu@sci.fi>
16072              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
16073              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
16074              (op/sub_lval.t updated to take new error message into account.)
16075      Branch: perl
16076            ! op.c t/op/sub_lval.t
16077 ____________________________________________________________________________
16078 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
16079         Log: remove stray CRs in files; keep all files with UNIX line-ends
16080              (Porting/makerel adds CRs to the files that need it in the
16081              distribution)
16082      Branch: perl
16083            ! NetWare/t/NWScripts.pl README.dos
16084            ! ext/Encode/Encode/cns11643-1.enc
16085            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
16086            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16087 ____________________________________________________________________________
16088 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
16089         Log: some remnants of change#11803
16090      Branch: perl
16091            ! ext/ByteLoader/byterun.h perl.h
16092 ____________________________________________________________________________
16093 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
16094         Log: Update to Unicode::Collate 0.08.
16095      Branch: perl
16096            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
16097            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
16098 ____________________________________________________________________________
16099 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
16100         Log: Test tweaks.
16101      Branch: perl
16102            ! t/op/pat.t
16103 ____________________________________________________________________________
16104 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
16105         Log: Fix test
16106      Branch: maint-5.6/macperl
16107            ! t/lib/b.t
16108 ____________________________________________________________________________
16109 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
16110         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
16111              warnings in Config.pm with -W; increase default and
16112              minimum RAM; bump version number.
16113      Branch: maint-5.6/macperl
16114            + macos/lib/Mac/LowMem.pm
16115            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
16116            ! macos/configpm macos/macperl/MacPerl.r
16117 ____________________________________________________________________________
16118 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
16119         Log: Make syntax check report in MPW style, fix tests
16120              to use Mac::err=unix to get normal-style error
16121              messages.
16122      Branch: maint-5.6/macperl
16123            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
16124            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
16125 ____________________________________________________________________________
16126 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
16127         Log: Make MPW-style errors optional (but the default); add
16128              MacPerl::ErrorFormat() function and Mac::err pragma
16129      Branch: maint-5.6/macperl
16130            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
16131            + macos/ext/Mac/err/err.xs
16132            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
16133            ! macos/macish.c macos/macish.h macos/macperl.sym
16134 ____________________________________________________________________________
16135 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
16136         Log: More module and test ports from Thomas Wegner et al
16137      Branch: maint-5.6/macperl
16138            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16139            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
16140            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
16141            ! t/op/magic.t
16142 ____________________________________________________________________________
16143 [ 11812] By: sky                                   on 2001/09/01  17:19:30
16144         Log: Subject: [PATCH t/op/concat.t] cleanup
16145              From: Michael G Schwern <schwern@pobox.com>
16146              Date: Sat, 1 Sep 2001 14:06:28 -0400
16147              Message-ID: <20010901140628.C606@blackrider>
16148      Branch: perl
16149            ! t/op/concat.t
16150 ____________________________________________________________________________
16151 [ 11811] By: sky                                   on 2001/09/01  12:25:29
16152         Log: Change #11805 didn't update the MANIFEST
16153      Branch: perl
16154            ! MANIFEST
16155 ____________________________________________________________________________
16156 [ 11810] By: sky                                   on 2001/09/01  11:52:44
16157         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
16158              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16159              Date: Sat, 1 Sep 2001 14:50:14 +0200
16160              Message-ID: <20010901145014.A691@rafael>
16161      Branch: perl
16162            ! t/op/inccode.t
16163 ____________________________________________________________________________
16164 [ 11809] By: sky                                   on 2001/09/01  11:49:22
16165         Log: Subject: PATCH: ExtUtils::MakeMaker
16166              From: Tony Bowden <tony@kasei.com>
16167              Date: Sat, 1 Sep 2001 10:33:53 +0100
16168              Message-ID: <20010901103353.A13863@soto.kasei.com>
16169              Manually applied
16170      Branch: perl
16171            ! lib/ExtUtils/MakeMaker.pm
16172 ____________________________________________________________________________
16173 [ 11808] By: sky                                   on 2001/09/01  11:39:13
16174         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
16175              From: mike808@users.sourceforge.net
16176              Date: Sat, 1 Sep 101 11:27:50 GMT
16177              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
16178              With little tweak
16179      Branch: perl
16180            ! lib/Term/Cap.pm
16181 ____________________________________________________________________________
16182 [ 11807] By: ams                                   on 2001/09/01  11:31:16
16183         Log: Subject: oct() and hex()
16184              From: Nicholas Clark <nick@ccl4.org>
16185              Date: Fri, 31 Aug 2001 23:14:13 +0100
16186              Message-Id: <20010831231413.J4950@plum.flirble.org>
16187      Branch: perl
16188            ! pod/perlclib.pod
16189 ____________________________________________________________________________
16190 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
16191         Log: Integrate change 11801 from maintperl
16192      Branch: maint-5.6/macperl
16193            ! perl.c
16194 ____________________________________________________________________________
16195 [ 11805] By: sky                                   on 2001/08/31  21:35:10
16196         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
16197              From: Michael G Schwern <schwern@pobox.com>
16198              Date: Fri, 31 Aug 2001 15:36:28 -0400
16199              Message-ID: <20010831153628.B598@blackrider>
16200              Check for things which used to segfault
16201      Branch: perl
16202            + t/run/segfault.t
16203 ____________________________________________________________________________
16204 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
16205         Log: integrate change#11801 from maint-5.6
16206              
16207              remove age-old UNICOS "workaround" that introduces a static, and
16208              hence an egregious race condition for threaded builds (*sigh*
16209              beats me why this kludge wasn't guarded by a UNICOS-specific
16210              #define *sigh*)
16211      Branch: perl
16212            ! perl.c
16213 ____________________________________________________________________________
16214 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
16215         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
16216              working in 5.7.x
16217      Branch: perl
16218            - objXSUB.h
16219            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
16220            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
16221            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
16222            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
16223            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
16224            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
16225            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
16226            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16227            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
16228            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
16229            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
16230            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
16231            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
16232            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
16233            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
16234            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
16235            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
16236            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
16237            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
16238            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
16239            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
16240            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
16241 ____________________________________________________________________________
16242 [ 11802] By: ams                                   on 2001/08/31  18:11:32
16243         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
16244              From: "Philip Newton" <Philip.Newton@gmx.net>
16245              Date: Fri, 31 Aug 2001 21:12:56 +0200
16246              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
16247      Branch: perl
16248            ! pod/perldiag.pod
16249 ____________________________________________________________________________
16250 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
16251         Log: remove age-old UNICOS "workaround" that introduces a static, and
16252              hence an egregious race condition for threaded builds (*sigh*
16253              beats me why this kludge wasn't guarded by a UNICOS-specific
16254              #define *sigh*)
16255      Branch: maint-5.6/perl
16256            ! perl.c
16257 ____________________________________________________________________________
16258 [ 11800] By: sky                                   on 2001/08/31  17:30:26
16259         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
16260              Might break on platforms where bool is larger than 8 bites ???
16261      Branch: perl
16262            ! regcomp.c
16263 ____________________________________________________________________________
16264 [ 11799] By: ams                                   on 2001/08/31  12:15:44
16265         Log: Integrate 11778 into mainline.
16266      Branch: perl
16267            ! t/base/term.t
16268 ____________________________________________________________________________
16269 [ 11798] By: sky                                   on 2001/08/31  11:31:44
16270         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
16271              supposed to happen.
16272      Branch: perl
16273            ! regcomp.c
16274 ____________________________________________________________________________
16275 [ 11797] By: sky                                   on 2001/08/31  11:28:17
16276         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
16277              From: "John P. Linderman" <jpl@research.att.com>
16278              Date: Fri, 31 Aug 2001 08:20:35 -0400
16279              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
16280              Fixes test 14 which could fail randomly in rare cases.
16281      Branch: perl
16282            ! ext/Time/HiRes/HiRes.t regcomp.c
16283 ____________________________________________________________________________
16284 [ 11796] By: ams                                   on 2001/08/31  01:13:07
16285         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
16286              From: Nicholas Clark <nick@ccl4.org>
16287              Date: Thu, 30 Aug 2001 23:21:50 +0100
16288              Message-Id: <20010830232150.D4950@plum.flirble.org>
16289      Branch: perl
16290            ! ext/Sys/Syslog/Makefile.PL
16291 ____________________________________________________________________________
16292 [ 11795] By: ams                                   on 2001/08/30  23:53:23
16293         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
16294              patching example
16295              From: Michael G Schwern <schwern@pobox.com>
16296              Date: Thu, 30 Aug 2001 17:02:08 -0400
16297              Message-Id: <20010830170208.M2318@blackrider>
16298      Branch: perl
16299            ! pod/perlhack.pod
16300 ____________________________________________________________________________
16301 [ 11794] By: ams                                   on 2001/08/30  19:35:36
16302         Log: Subject: [PATCH] pp_modulo
16303              From: Nicholas Clark <nick@ccl4.org>
16304              Date: Thu, 30 Aug 2001 18:20:54 +0100
16305              Message-Id: <20010830182053.A4950@plum.flirble.org>
16306      Branch: perl
16307            ! pp.c t/op/64bitint.t
16308 ____________________________________________________________________________
16309 [ 11793] By: sky                                   on 2001/08/30  13:02:48
16310         Log: 11792 wasn't complete
16311      Branch: perl
16312            ! makedef.pl regcomp.c
16313 ____________________________________________________________________________
16314 [ 11792] By: sky                                   on 2001/08/30  12:21:11
16315         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
16316      Branch: perl
16317            ! makedef.pl
16318 ____________________________________________________________________________
16319 [ 11791] By: sky                                   on 2001/08/30  10:08:02
16320         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
16321      Branch: perl
16322            ! config_h.SH
16323 ____________________________________________________________________________
16324 [ 11790] By: sky                                   on 2001/08/30  08:22:31
16325         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
16326              on the pad. Fixes coredumps in cleanups introduced by
16327              Change 11755  
16328      Branch: perl
16329            ! op.c perl.c sv.h
16330 ____________________________________________________________________________
16331 [ 11789] By: sky                                   on 2001/08/29  19:01:47
16332         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
16333              This is a replacement implmentation that works on HPUX.
16334              This bug should probably be fixed in GCC.
16335      Branch: perl
16336            ! ext/Socket/Socket.xs
16337 ____________________________________________________________________________
16338 [ 11788] By: ams                                   on 2001/08/29  17:35:33
16339         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
16340              From: Nicholas Clark <nick@ccl4.org>
16341              Date: Wed, 29 Aug 2001 18:21:56 +0100
16342              Message-Id: <20010829182156.O4950@plum.flirble.org>
16343      Branch: perl
16344            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
16345 ____________________________________________________________________________
16346 [ 11787] By: sky                                   on 2001/08/29  10:42:54
16347         Log: Added test for pack_addr_in and unpack_addr_in
16348              Nitpik in test 10
16349      Branch: perl
16350            ! ext/Socket/Socket.t
16351 ____________________________________________________________________________
16352 [ 11786] By: sky                                   on 2001/08/29  10:28:14
16353         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
16354              Trying to catch errors on HP-UX
16355      Branch: perl
16356            ! ext/Socket/Socket.t
16357 ____________________________________________________________________________
16358 [ 11785] By: sky                                   on 2001/08/29  09:07:03
16359         Log: make sure USE_THREADS is defined so external apps work
16360      Branch: perl
16361            ! config_h.SH
16362 ____________________________________________________________________________
16363 [ 11784] By: sky                                   on 2001/08/29  08:06:12
16364         Log: Subject: Re: The hitlist of untested modules.
16365              From: Jonathan Stowe <gellyfish@gellyfish.com>
16366              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
16367              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
16368              Start of tests for Shell.pm (make Schwern poorer!)
16369      Branch: perl
16370            + lib/Shell.t
16371            ! MANIFEST
16372 ____________________________________________________________________________
16373 [ 11783] By: sky                                   on 2001/08/29  07:37:50
16374         Log: END{} can change the return value even if we die from BEGIN{}
16375      Branch: perl
16376            ! miniperlmain.c
16377 ____________________________________________________________________________
16378 [ 11782] By: ams                                   on 2001/08/29  06:32:17
16379         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
16380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16381              Date: Wed, 29 Aug 2001 09:18:17 +0200
16382              Message-Id: <20010829091817.A4453@rafael>
16383      Branch: perl
16384            ! t/op/inccode.t
16385 ____________________________________________________________________________
16386 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
16387         Log: Delete xsubpp.patch, as full copy exists now
16388      Branch: maint-5.6/macperl
16389            - macos/xsubpp.patch
16390 ____________________________________________________________________________
16391 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
16392         Log: Add Changes file
16393      Branch: maint-5.6/macperl
16394            + macos/Changes
16395 ____________________________________________________________________________
16396 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
16397         Log: Add Mac version of xsubpp as separate file
16398      Branch: maint-5.6/macperl
16399            + macos/xsubpp
16400            ! macos/Makefile.mk
16401 ____________________________________________________________________________
16402 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
16403         Log: Fix open of /dev/null for Mac OS
16404      Branch: maint-5.6/macperl
16405            ! t/base/term.t
16406 ____________________________________________________________________________
16407 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
16408         Log: Various patches: enable more tests; skip CVS in PerlInstall;
16409              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
16410      Branch: maint-5.6/macperl
16411            ! macos/MacPerlTests.cmd macos/PerlInstall
16412            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
16413 ____________________________________________________________________________
16414 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
16415         Log: Allow for platforms to override formatting of errors
16416              on output from Matthias Neeracher (Mac files)
16417      Branch: maint-5.6/macperl
16418            ! macos/macish.c macos/macish.h
16419 ____________________________________________________________________________
16420 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
16421         Log: Allow for platforms to override formatting of errors
16422              on output from Matthias Neeracher (core files)
16423      Branch: maint-5.6/macperl
16424            ! perl.h pp_ctl.c util.c
16425 ____________________________________________________________________________
16426 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
16427         Log: Add some param checking, from reports by Kevin Reid.
16428      Branch: maint-5.6/macperl
16429            ! macos/ext/Mac/Controls/Controls.pm
16430            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
16431 ____________________________________________________________________________
16432 [ 11773] By: ams                                   on 2001/08/28  23:54:57
16433         Log: Subject: [PATCH] make coretest
16434              From: Paul Johnson <paul@pjcj.net>
16435              Date: Wed, 29 Aug 2001 00:11:38 +0200
16436              Message-Id: <20010829001138.B12169@pjcj.net>
16437              (Applied without the change to perlhack.pod. This should
16438              probably stay undocumented.)
16439      Branch: perl
16440            ! Makefile.SH t/TEST
16441 ____________________________________________________________________________
16442 [ 11772] By: sky                                   on 2001/08/28  13:01:20
16443         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
16444              From: Michael G Schwern <schwern@pobox.com>
16445              Date: Tue, 28 Aug 2001 09:57:39 -0400
16446              Message-ID: <20010828095738.E17775@blackrider>
16447      Branch: perl
16448            ! pod/perlhack.pod t/op/pack.t
16449 ____________________________________________________________________________
16450 [ 11771] By: sky                                   on 2001/08/28  11:20:13
16451         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
16452              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16453              Date: Tue, 28 Aug 2001 14:23:43 +0200
16454              Message-ID: <20010828142343.A19299@rafael>
16455      Branch: perl
16456            ! pod/perlvar.pod pp_ctl.c
16457 ____________________________________________________________________________
16458 [ 11770] By: ams                                   on 2001/08/28  10:13:21
16459         Log: Subject: [PATCH] odd typo in op.h
16460              From: Nicholas Clark <nick@ccl4.org>
16461              Date: Tue, 28 Aug 2001 12:10:26 +0100
16462              Message-Id: <20010828121026.V4950@plum.flirble.org>
16463      Branch: perl
16464            ! op.h
16465 ____________________________________________________________________________
16466 [ 11769] By: sky                                   on 2001/08/28  08:09:16
16467         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
16468              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
16469              Date: Tue, 28 Aug 2001 02:22:20 +0300
16470              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
16471      Branch: perl
16472            ! ext/B/B/Lint.pm
16473 ____________________________________________________________________________
16474 [ 11768] By: ams                                   on 2001/08/28  00:47:35
16475         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
16476              From: Michael G Schwern <schwern@pobox.com>
16477              Date: Mon, 27 Aug 2001 21:24:44 -0400
16478              Message-Id: <20010827212444.F12582@blackrider>
16479      Branch: perl
16480            ! pod/perlhack.pod t/op/pack.t
16481 ____________________________________________________________________________
16482 [ 11767] By: ams                                   on 2001/08/27  23:59:48
16483         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
16484              From: Michael G Schwern <schwern@pobox.com>
16485              Date: Mon, 27 Aug 2001 20:12:29 -0400
16486              Message-Id: <20010827201229.D12582@blackrider>
16487      Branch: perl
16488            ! pod/perlhack.pod t/op/pack.t
16489 ____________________________________________________________________________
16490 [ 11766] By: ams                                   on 2001/08/27  23:39:40
16491         Log: Update Changes.
16492      Branch: perl
16493            ! Changes
16494 ____________________________________________________________________________
16495 [ 11765] By: ams                                   on 2001/08/27  22:53:10
16496         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
16497              From: Michael G Schwern <schwern@pobox.com>
16498              Date: Mon, 27 Aug 2001 19:47:30 -0400
16499              Message-Id: <20010827194730.C12582@blackrider>
16500      Branch: perl
16501            ! t/op/inccode.t
16502 ____________________________________________________________________________
16503 [ 11764] By: ams                                   on 2001/08/27  22:46:21
16504         Log: Subject: [PATCH] new tests for the coderef-in-@INC
16505              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16506              Date: Mon, 27 Aug 2001 22:36:27 +0200
16507              Message-Id: <20010827223627.C690@rafael>
16508              
16509              Subject: Re: [PATCH] new tests for the coderef-in-@INC
16510              From: Nicholas Clark <nick@ccl4.org>
16511              Date: Tue, 28 Aug 2001 00:02:46 +0100
16512              Message-Id: <20010828000245.R4950@plum.flirble.org>
16513      Branch: perl
16514            + t/op/inccode.t
16515            ! MANIFEST
16516 ____________________________________________________________________________
16517 [ 11763] By: ams                                   on 2001/08/27  22:41:09
16518         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
16519              bleadperl on fire, Win95+4NT)
16520              From: Michael G Schwern <schwern@pobox.com>
16521              Date: Mon, 27 Aug 2001 16:54:42 -0400
16522              Message-Id: <20010827165442.F9436@blackrider>
16523      Branch: perl
16524            ! lib/warnings.t
16525 ____________________________________________________________________________
16526 [ 11762] By: sky                                   on 2001/08/27  19:19:17
16527         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
16528              avaible at compile time. This broke the compilation of 
16529              Net/Ping.pm
16530      Branch: perl
16531            ! lib/Net/Ping.pm
16532 ____________________________________________________________________________
16533 [ 11761] By: sky                                   on 2001/08/27  18:34:48
16534         Log: Removed tripple definitions of CUSTOM_OP functions.
16535      Branch: perl
16536            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
16537 ____________________________________________________________________________
16538 [ 11760] By: sky                                   on 2001/08/27  18:21:27
16539         Log: Regen headers
16540      Branch: perl
16541            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
16542            ! perlapi.h proto.h
16543 ____________________________________________________________________________
16544 [ 11759] By: ams                                   on 2001/08/27  16:31:53
16545         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
16546              From: "chromatic" <chromatic@rmci.net>
16547              Date: Mon, 27 Aug 2001 11:17:09 -0600
16548              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
16549      Branch: perl
16550            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
16551 ____________________________________________________________________________
16552 [ 11758] By: sky                                   on 2001/08/27  15:16:42
16553         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
16554              Thanks to H. Merijn Brand for the patch.
16555              Some of the comments and or guards might be removable in perl.h now.
16556      Branch: perl
16557            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
16558            ! Porting/Glossary Porting/config_H README.threads config_h.SH
16559            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
16560            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
16561            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
16562            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
16563            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
16564            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
16565            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
16566            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
16567            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
16568            ! win32/config_H.vc win32/perllib.c win32/win32.h
16569            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
16570            ! wince/config.h wince/config_H.ce wince/win32.h
16571            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
16572 ____________________________________________________________________________
16573 [ 11757] By: sky                                   on 2001/08/27  13:39:16
16574         Log: Subject: GNU ld parses arguments different
16575              From: H.Merijn Brand <h.m.brand@hccnet.nl>
16576              Date: Mon, 27 Aug 2001 16:25:51 +0200
16577              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
16578      Branch: perl
16579            ! hints/hpux.sh
16580 ____________________________________________________________________________
16581 [ 11756] By: sky                                   on 2001/08/27  13:18:45
16582         Log: Subject: Custom Ops
16583              From: Simon Cozens <simon@netthink.co.uk>
16584              Date: Sat, 25 Aug 2001 17:45:09 +0100
16585              Message-ID: <20010825174509.A5752@netthink.co.uk>
16586              I also added a fix to Opcode.pm to quite test cases.
16587      Branch: perl
16588            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
16589            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
16590 ____________________________________________________________________________
16591 [ 11755] By: sky                                   on 2001/08/27  05:37:17
16592         Log: Plugs a memory leak on destruction of regular expressions
16593              introcued by #11274.
16594              PL_regex_padav now has an AV as it's first entry with a list
16595              of freed regex_padav slots that it will reuse on creating
16596              new PMOPs.
16597      Branch: perl
16598            ! op.c perl.c
16599 ____________________________________________________________________________
16600 [ 11754] By: ams                                   on 2001/08/26  14:38:52
16601         Log: Subject: [PATCH] t/io/binmode.t
16602              From: Nicholas Clark <nick@ccl4.org>
16603              Date: Sun, 26 Aug 2001 12:03:05 +0100
16604              Message-Id: <20010826120305.C4950@plum.flirble.org>
16605              
16606              (Also a nitpick in #11752 to t/op/universal.t)
16607      Branch: perl
16608            ! t/io/binmode.t t/op/universal.t
16609 ____________________________________________________________________________
16610 [ 11753] By: ams                                   on 2001/08/26  08:19:34
16611         Log: Subject: [PATCH] op/universal.t failing
16612              From: Nicholas Clark <nick@ccl4.org>
16613              Date: Sun, 26 Aug 2001 09:48:22 +0100
16614              Message-Id: <20010826094822.B4950@plum.flirble.org>
16615      Branch: perl
16616            ! t/op/universal.t
16617 ____________________________________________________________________________
16618 [ 11752] By: ams                                   on 2001/08/25  22:46:13
16619         Log: Subject: Re: 'can' with undefined subs
16620              From: Tony Bowden <tony@kasei.com>
16621              Date: Sat, 25 Aug 2001 14:58:17 +0100
16622              Message-Id: <20010825145817.A11788@soto.kasei.com>
16623              (Applied with minor modifications.)
16624      Branch: perl
16625            ! t/op/universal.t
16626 ____________________________________________________________________________
16627 [ 11751] By: ams                                   on 2001/08/25  18:28:43
16628         Log: Subject: Re: 'can' with undefined subs
16629              From: Tony Bowden <tony@kasei.com>
16630              Date: Sat, 25 Aug 2001 15:13:14 +0100
16631              Message-Id: <20010825151314.B11788@soto.kasei.com>
16632      Branch: perl
16633            ! lib/UNIVERSAL.pm
16634 ____________________________________________________________________________
16635 [ 11750] By: nick                                  on 2001/08/25  15:24:15
16636         Log: Integrate mainline
16637      Branch: perlio
16638           +> t/io/binmode.t
16639           !> (integrate 26 files)
16640 ____________________________________________________________________________
16641 [ 11749] By: nick                                  on 2001/08/25  14:55:41
16642         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
16643              From:  John Peacock <jpeacock@rowman.com>
16644              Date:  Wed, 22 Aug 2001 12:05:28 -0400
16645              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
16646      Branch: perl
16647            ! pod/perlhack.pod
16648 ____________________________________________________________________________
16649 [ 11748] By: nick                                  on 2001/08/25  14:53:04
16650         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
16651              From:  Michael G Schwern <schwern@pobox.com>
16652              Date:  Wed, 22 Aug 2001 19:22:45 -0400
16653              Message-Id:  <20010822192245.U619@blackrider>
16654      Branch: perl
16655            ! MANIFEST
16656 ____________________________________________________________________________
16657 [ 11747] By: nick                                  on 2001/08/25  14:52:33
16658         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
16659              From:  Nicholas Clark <nick@ccl4.org>
16660              Date:  Wed, 22 Aug 2001 23:29:06 +0100
16661              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
16662      Branch: perl
16663            + t/io/binmode.t
16664            ! perlio.c pod/perlfunc.pod
16665 ____________________________________________________________________________
16666 [ 11744] By: nick                                  on 2001/08/25  14:37:33
16667         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
16668              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16669              Date:  Fri, 24 Aug 2001 22:10:42 +0200
16670              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
16671      Branch: perl
16672            ! x2p/a2py.c x2p/walk.c
16673 ____________________________________________________________________________
16674 [ 11743] By: nick                                  on 2001/08/25  14:32:47
16675         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
16676              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16677              Date:  Fri, 24 Aug 2001 23:34:13 +0200
16678              Message-Id:  <20010824233413.A1285@rafael>
16679      Branch: perl
16680            ! pod/perlfunc.pod pod/perlvar.pod
16681 ____________________________________________________________________________
16682 [ 11742] By: ams                                   on 2001/08/25  13:16:02
16683         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
16684              From: Nicholas Clark <nick@ccl4.org>
16685              Date: Sat, 25 Aug 2001 14:50:07 +0100
16686              Message-Id: <20010825145007.L41464@plum.flirble.org>
16687      Branch: perl
16688            ! pp_ctl.c
16689 ____________________________________________________________________________
16690 [ 11741] By: nick                                  on 2001/08/24  07:08:45
16691         Log: When applying patch via Porting/apply fails, do p4 refresh
16692              to get old files back.
16693      Branch: perl
16694            ! Porting/apply
16695 ____________________________________________________________________________
16696 [ 11740] By: ams                                   on 2001/08/24  04:47:24
16697         Log: #11739 was incomplete.
16698      Branch: perl
16699            ! pod/perldiag.pod
16700 ____________________________________________________________________________
16701 [ 11739] By: ams                                   on 2001/08/24  04:09:40
16702         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
16703              From: "Philip Newton" <Philip.Newton@gmx.net>
16704              Date: Fri, 24 Aug 2001 07:08:34 +0200
16705      Branch: perl
16706            ! pod/perldiag.pod
16707 ____________________________________________________________________________
16708 [ 11738] By: ams                                   on 2001/08/24  02:19:42
16709         Log: Fixed Doug Wilson's email address.
16710      Branch: perl
16711            ! AUTHORS
16712 ____________________________________________________________________________
16713 [ 11737] By: ams                                   on 2001/08/24  00:10:13
16714         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
16715              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16716              Date: Thu, 23 Aug 2001 22:22:58 +0200
16717              Message-Id: <20010823222258.A901@rafael>
16718      Branch: perl
16719            ! pod/perldiag.pod
16720 ____________________________________________________________________________
16721 [ 11736] By: ams                                   on 2001/08/24  00:05:02
16722         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
16723              From: "Craig A. Berry" <craigberry@mac.com>
16724              Date: Thu, 23 Aug 2001 19:07:45 -0500
16725              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
16726      Branch: perl
16727            ! configure.com
16728 ____________________________________________________________________________
16729 [ 11735] By: sky                                   on 2001/08/23  13:42:07
16730         Log: Backed out 11732, it breaks lib/strict.t 
16731      Branch: perl
16732            ! op.c
16733 ____________________________________________________________________________
16734 [ 11734] By: sky                                   on 2001/08/23  11:45:59
16735         Log: Removed toy from 17133 after Matt Sargeants request.
16736      Branch: perl
16737            ! pod/perlfaq4.pod
16738 ____________________________________________________________________________
16739 [ 11733] By: sky                                   on 2001/08/23  11:36:29
16740         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
16741              From: Robin Houston <robin@kitsite.com>
16742              Date: Wed, 22 Aug 2001 23:06:16 +0100
16743              Message-ID: <20010822230616.A254@robin.kitsite.com>
16744      Branch: perl
16745            ! pod/perlfaq4.pod
16746 ____________________________________________________________________________
16747 [ 11732] By: sky                                   on 2001/08/23  10:36:02
16748         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
16749              From: Simon Cozens <simon@netthink.co.uk>
16750              Date: Thu, 23 Aug 2001 12:06:36 +0100
16751              Message-ID: <20010823120636.A9961@netthink.co.uk>
16752      Branch: perl
16753            ! op.c
16754 ____________________________________________________________________________
16755 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
16756         Log: fix broken windows build
16757      Branch: perl
16758            ! perl.h
16759 ____________________________________________________________________________
16760 [ 11730] By: ams                                   on 2001/08/22  21:35:30
16761         Log: Subject: [PATCH] io/tell.t doesn't chdir t
16762              From: Nicholas Clark <nick@ccl4.org>
16763              Date: Wed, 22 Aug 2001 23:25:58 +0100
16764              Message-Id: <20010822232557.Y82818@plum.flirble.org>
16765      Branch: perl
16766            ! t/io/tell.t
16767 ____________________________________________________________________________
16768 [ 11729] By: ams                                   on 2001/08/22  20:32:21
16769         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
16770              questions)
16771              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16772              Date: Wed, 22 Aug 2001 17:09:04 -0400
16773              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
16774              (Oops, forgot File::Spec::Unix in the previous patch.)
16775      Branch: perl
16776            ! lib/File/Spec/Unix.pm
16777 ____________________________________________________________________________
16778 [ 11728] By: ams                                   on 2001/08/22  20:25:41
16779         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
16780              questions)
16781              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16782              Date: Wed, 22 Aug 2001 17:09:04 -0400
16783              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
16784      Branch: perl
16785            ! lib/File/Spec.pm
16786 ____________________________________________________________________________
16787 [ 11727] By: ams                                   on 2001/08/22  19:43:30
16788         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
16789              From: John Peacock <jpeacock@rowman.com>
16790              Date: Wed, 22 Aug 2001 12:35:52 -0400
16791              Message-Id: <3B83DF68.5D89DC81@rowman.com>
16792              (Adds proper tests for $], notwithstanding Subject. +nitpick)
16793      Branch: perl
16794            ! t/op/ver.t
16795 ____________________________________________________________________________
16796 [ 11726] By: ams                                   on 2001/08/22  19:36:39
16797         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
16798              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
16799              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
16800              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
16801      Branch: perl
16802            ! lib/diagnostics.pm lib/diagnostics.t
16803 ____________________________________________________________________________
16804 [ 11725] By: ams                                   on 2001/08/22  19:25:01
16805         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
16806              From: Nicholas Clark <nick@ccl4.org>
16807              Date: Wed, 22 Aug 2001 20:59:05 +0100
16808              Message-Id: <20010822205905.U82818@plum.flirble.org>
16809      Branch: perl
16810            ! pp.c t/op/64bitint.t t/op/arith.t
16811 ____________________________________________________________________________
16812 [ 11724] By: ams                                   on 2001/08/22  10:02:33
16813         Log: Subject: Configure blooper
16814              From: H.Merijn Brand <h.m.brand@hccnet.nl>
16815              Date: Wed, 22 Aug 2001 12:38:35 +0200
16816              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
16817      Branch: perl
16818            ! Configure
16819 ____________________________________________________________________________
16820 [ 11723] By: ams                                   on 2001/08/21  16:17:53
16821         Log: Subject: [PATCH] installperl -help
16822              From: Nicholas Clark <nick@ccl4.org>
16823              Date: Tue, 21 Aug 2001 17:34:23 +0100
16824              Message-Id: <20010821173423.F82818@plum.flirble.org>
16825      Branch: perl
16826            ! installperl
16827 ____________________________________________________________________________
16828 [ 11722] By: ams                                   on 2001/08/20  07:46:31
16829         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
16830              From: Ilmari Karonen <iltzu@sci.fi>
16831              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
16832              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
16833      Branch: perl
16834            ! pod/perlvar.pod
16835 ____________________________________________________________________________
16836 [ 11721] By: nick                                  on 2001/08/20  06:24:31
16837         Log: Integrate mainline
16838      Branch: perlio
16839           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
16840           +> lib/Lingua/KO/Hangul/Util/Changes
16841           +> lib/Lingua/KO/Hangul/Util/README
16842           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
16843           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
16844           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
16845           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
16846           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
16847           +> lib/Unicode/Normalize/t/test.t
16848            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
16849           !> (integrate 55 files)
16850 ____________________________________________________________________________
16851 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
16852         Log: Integrate Change #11599 from maint-5.6/perl
16853      Branch: maint-5.6/macperl
16854           !> README.win32
16855 ____________________________________________________________________________
16856 [ 11719] By: ams                                   on 2001/08/18  21:21:42
16857         Log: Add Porting/apply to MANIFEST.
16858      Branch: perl
16859            ! MANIFEST
16860 ____________________________________________________________________________
16861 [ 11718] By: sky                                   on 2001/08/18  14:38:01
16862         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
16863              Better solution would be to make 5005threaded perl use
16864              the same system as ithreads do
16865      Branch: perl
16866            ! perl.h
16867 ____________________________________________________________________________
16868 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
16869         Log: New try for ID 20010407.006: detach the semantics
16870              "was the last match target UTF8" into its own variable.
16871      Branch: perl
16872            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
16873            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
16874 ____________________________________________________________________________
16875 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
16876         Log: UTF8 flag should be meaningful only when POK.
16877      Branch: perl
16878            ! dump.c
16879 ____________________________________________________________________________
16880 [ 11715] By: sky                                   on 2001/08/18  11:45:16
16881         Log: USE_THREADS and USE_ITHREADS are never true at the same time
16882      Branch: perl
16883            ! perl.h
16884 ____________________________________________________________________________
16885 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
16886         Log: Retract #11712 for now.  The real fix would probably
16887              be something like making PL_reg_sv a copy (PV + UTF8)
16888              of the matched/substituted string (note: not just a SvPOK
16889              string, for example the stringified form of a ROK would
16890              be applicable)  Beware of leaks.
16891      Branch: perl
16892            ! pp_hot.c t/op/pat.t
16893 ____________________________________________________________________________
16894 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
16895         Log: UTF8 wasn't printing for PVMGs.
16896      Branch: perl
16897            ! dump.c
16898 ____________________________________________________________________________
16899 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
16900         Log: (Retracted by #11714)
16901              
16902              Okay analysis, debatable fix.  (The fix will inc
16903              the refcount of all temporary match objects,
16904              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
16905              which will then cause griping at untie() time
16906              ("inner references remain").
16907              
16908              Fix for ID 20010407.006: PL_reg_sv got wiped out
16909              by freetemps if the match target was a temporary
16910              (like function_call() =~ /.../), which in turn meant
16911              that the $1 et al stopped working if they had UTF-8
16912              in them.  Therefore bump up the refcount of PL_reg_sv.
16913      Branch: perl
16914            ! pp_hot.c t/op/pat.t
16915 ____________________________________________________________________________
16916 [ 11711] By: ams                                   on 2001/08/17  20:32:08
16917         Log: Subject: [PATCH] doesn't compile, was perl@11710
16918              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16919              Date: Fri, 17 Aug 2001 23:21:10 +0200
16920              Message-Id: <20010817232110.C7041@rafael> 
16921      Branch: perl
16922            ! sharedsv.c
16923 ____________________________________________________________________________
16924 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
16925         Log: Update Changes.
16926      Branch: perl
16927            ! Changes patchlevel.h
16928 ____________________________________________________________________________
16929 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
16930         Log: Upgrade to libnet 1.0704.
16931      Branch: perl
16932            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
16933            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
16934            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
16935            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
16936            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
16937            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
16938            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
16939 ____________________________________________________________________________
16940 [ 11708] By: sky                                   on 2001/08/17  13:34:04
16941         Log: Let perl_clone copy PL_exit_flags
16942      Branch: perl
16943            ! sv.c
16944 ____________________________________________________________________________
16945 [ 11707] By: sky                                   on 2001/08/17  12:28:41
16946         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
16947      Branch: perl
16948            ! sharedsv.c sharedsv.h
16949 ____________________________________________________________________________
16950 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
16951         Log: The metaconfig unit change for #11705.
16952      Branch: metaconfig/U/perl
16953            ! Extensions.U
16954 ____________________________________________________________________________
16955 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
16956         Log: Allow the threads extension to be found if present.
16957      Branch: perl
16958            ! Configure
16959 ____________________________________________________________________________
16960 [ 11704] By: nick                                  on 2001/08/17  11:47:54
16961         Log: Mail -> change script (pre-alpha)
16962      Branch: perl
16963            + Porting/apply
16964 ____________________________________________________________________________
16965 [ 11703] By: sky                                   on 2001/08/17  07:11:24
16966         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
16967              Thanks to Tom Hospel for pointing out my error.
16968      Branch: perl
16969            ! op.h
16970 ____________________________________________________________________________
16971 [ 11702] By: sky                                   on 2001/08/17  04:18:11
16972         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
16973      Branch: perl
16974            ! embed.pl miniperlmain.c perl.c perl.h proto.h
16975 ____________________________________________________________________________
16976 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
16977         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
16978              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
16979      Branch: perl
16980            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
16981            + lib/Lingua/KO/Hangul/Util/README
16982            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
16983            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
16984            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
16985            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
16986            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
16987            + lib/Unicode/Normalize/t/test.t
16988            ! MANIFEST
16989 ____________________________________________________________________________
16990 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
16991         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
16992              Date: Thu, 16 Aug 2001 22:46:15 -0500
16993              From: "Craig A. Berry" <craigberry@mac.com>
16994              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
16995      Branch: perl
16996            ! configure.com numeric.c
16997 ____________________________________________________________________________
16998 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
16999         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
17000              of the usual suspects (like getpwent) but not for others
17001              (like localtime and rand).  The _r versions are available
17002              for all of them, so let's use them.
17003      Branch: perl
17004            ! perl.h
17005 ____________________________________________________________________________
17006 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
17007         Log: (Accidental apply; thankfully empty.)
17008      Branch: perl
17009            ! hints/os390.sh
17010 ____________________________________________________________________________
17011 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
17012         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
17013              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17014              Date: Thu, 16 Aug 2001 16:27:49 +0100
17015              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
17016      Branch: perl
17017            ! regexec.c t/op/re_tests
17018 ____________________________________________________________________________
17019 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
17020         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
17021              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17022              Date: Thu, 16 Aug 2001 18:50:01 +0100
17023              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
17024      Branch: perl
17025            ! pp_hot.c t/op/pat.t
17026 ____________________________________________________________________________
17027 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
17028         Log: Subject: [PATCH] *time_r again
17029              From: "Arthur Bergman" <arthur@contiller.se>
17030              Date: Thu, 16 Aug 2001 16:01:54 +0200
17031              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
17032      Branch: perl
17033            ! op.h
17034 ____________________________________________________________________________
17035 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
17036         Log: system() and backtick error handling cleanup from Craig A. Berry.
17037      Branch: perl
17038            ! vms/vms.c
17039 ____________________________________________________________________________
17040 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
17041         Log: change#10334 leaks memory, copies string when it doesn't
17042              need to
17043      Branch: perl
17044            ! perl.c
17045 ____________________________________________________________________________
17046 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
17047         Log: One more twist to the sprintf + utf8 testing.
17048      Branch: perl
17049            ! t/op/misc.t
17050 ____________________________________________________________________________
17051 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
17052         Log: Fix for 20010407.008 sprintf removes utf8-ness.
17053      Branch: perl
17054            ! pp.c t/op/misc.t
17055 ____________________________________________________________________________
17056 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
17057         Log: Subject: [PATCH] *time_r fixes
17058              From: "Arthur Bergman" <arthur@contiller.se>
17059              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
17060              Date: Thu, 16 Aug 2001 14:22:27 +0200
17061      Branch: perl
17062            ! op.h
17063 ____________________________________________________________________________
17064 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
17065         Log: Upgrade to CGI.pm 2.77.
17066      Branch: perl
17067            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
17068            ! lib/CGI/t/function.t
17069 ____________________________________________________________________________
17070 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
17071         Log: Document the bytes-to-Unicode upgrading.
17072      Branch: perl
17073            ! pod/perlunicode.pod
17074 ____________________________________________________________________________
17075 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
17076         Log: Add a test for Unicode sprintf.
17077      Branch: perl
17078            ! t/op/misc.t
17079 ____________________________________________________________________________
17080 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
17081         Log: Add Unicode tests for index/rindex.
17082      Branch: perl
17083            ! t/op/index.t
17084 ____________________________________________________________________________
17085 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
17086         Log: Document a bit the art of minimizing the installation,
17087              based on the p5p discussion.
17088      Branch: perl
17089            ! INSTALL
17090 ____________________________________________________________________________
17091 [ 11684] By: nick                                  on 2001/08/15  15:03:31
17092         Log: Integrate mainline
17093      Branch: perlio
17094           +> sharedsv.c sharedsv.h
17095           !> (integrate 53 files)
17096 ____________________________________________________________________________
17097 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
17098         Log: Update Changes.
17099      Branch: perl
17100            ! Changes patchlevel.h
17101 ____________________________________________________________________________
17102 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
17103         Log: The #11673 necessitated a test tweak.
17104      Branch: perl
17105            ! t/io/utf8.t
17106 ____________________________________________________________________________
17107 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
17108         Log: Also UNICOS is in the general case unable to silently
17109              handle fp overflows.
17110      Branch: perl
17111            ! numeric.c
17112 ____________________________________________________________________________
17113 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
17114         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
17115              NV_EPSILON #defined.
17116      Branch: perl
17117            ! perl.h
17118 ____________________________________________________________________________
17119 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
17120         Log: Re-establish the fp overflow detection for VAX VMS; there
17121              is no easy way to have the IEEE fp silent overflow semantics.
17122              (in Alpha VMS we still will use IEEE fp by default-- but it
17123              is still possible to configure Perl to use G_FLOAT)
17124      Branch: perl
17125            ! numeric.c
17126 ____________________________________________________________________________
17127 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
17128         Log: Subject: [PATCH] pp_lock 
17129              From: "Arthur Bergman" <arthur@contiller.se>
17130              Date: Wed, 15 Aug 2001 11:52:16 +0200
17131              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
17132      Branch: perl
17133            ! pp.c
17134 ____________________________________________________________________________
17135 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
17136         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
17137              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17138              Date: Wed, 15 Aug 2001 11:32:11 +0100
17139              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
17140      Branch: perl
17141            ! regcomp.c t/op/re_tests
17142 ____________________________________________________________________________
17143 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
17144         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
17145              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17146              Date: Wed, 15 Aug 2001 10:33:49 +0100
17147              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
17148      Branch: perl
17149            ! regexec.c t/op/re_tests
17150 ____________________________________________________________________________
17151 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
17152         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
17153              From: Barrie Slaymaker <barries@slaysys.com>
17154              Date: Tue, 14 Aug 2001 14:32:25 -0400
17155              Message-ID: <20010814143225.A19822@jester.slaysys.com>
17156      Branch: perl
17157            ! lib/File/Spec.t lib/File/Spec/Unix.pm
17158 ____________________________________________________________________________
17159 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
17160         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
17161              From: Peter Prymmer <pvhp@forte.com>
17162              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
17163              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
17164      Branch: perl
17165            ! README.vms configure.com
17166 ____________________________________________________________________________
17167 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
17168         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
17169              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17170              Date: Tue, 14 Aug 2001 21:23:27 +0200
17171              Message-ID: <20010814212327.A1919@rafael>
17172      Branch: perl
17173            ! doio.c
17174 ____________________________________________________________________________
17175 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
17176         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
17177              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
17178              Date: Tue, 14 Aug 2001 22:30:11 +0200
17179              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
17180              
17181              Combination of nmake, quoting, and Perl expanded $( in here-doc.
17182      Branch: perl
17183            ! ext/SDBM_File/Makefile.PL
17184 ____________________________________________________________________________
17185 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
17186         Log: Todo updates.
17187      Branch: perl
17188            ! pod/perltodo.pod
17189 ____________________________________________________________________________
17190 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
17191         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
17192              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
17193              Date: Mon, 13 Aug 2001 23:15:01 +0200
17194              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
17195      Branch: perl
17196            ! sv.c
17197 ____________________________________________________________________________
17198 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
17199         Log: Subject: [PATCH] [b-]showlex.t
17200              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17201              Date: Sun, 12 Aug 2001 22:24:51 +0200
17202              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
17203              
17204              The 4nt command shell will expand the % in command line
17205              no matter what quoting is attempted, changed the % to @.
17206      Branch: perl
17207            ! ext/B/Showlex.t
17208 ____________________________________________________________________________
17209 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
17210         Log: Subject: [PATCH] magic.t
17211              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
17212              Date: Sun, 12 Aug 2001 20:49:27 +0200
17213              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
17214      Branch: perl
17215            ! t/op/magic.t
17216 ____________________________________________________________________________
17217 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
17218         Log: Add sharedsv* to the DOSish platforms; plus add
17219              some WinCE files to the list of DOSish files.
17220      Branch: perl
17221            ! NetWare/Makefile Porting/makerel win32/Makefile
17222            ! win32/makefile.mk wince/Makefile.ce
17223 ____________________________________________________________________________
17224 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
17225         Log: More DOSish files.
17226      Branch: perl
17227            ! Porting/makerel
17228 ____________________________________________________________________________
17229 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
17230         Log: Strip CRs from the WinCE files.  Now we need to
17231              figure out in which CRs are really needed: probably
17232              Makefile.ce and the README files, at least, probably
17233              also the registry.bat.
17234      Branch: perl
17235            ! wince/Makefile.ce wince/README.compile wince/README.perlce
17236            ! wince/config.h wince/include/cectype.h wince/include/errno.h
17237            ! wince/include/sys/stat.h wince/include/sys/types.h
17238            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
17239            ! wince/perldll.def wince/registry.bat wince/wince.h
17240            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
17241 ____________________________________________________________________________
17242 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
17243         Log: Add some files to DOSish and writables.
17244      Branch: perl
17245            ! Porting/makerel
17246 ____________________________________________________________________________
17247 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
17248         Log: Compile failure message tidying.
17249      Branch: perl
17250            ! t/lib/1_compile.t
17251 ____________________________________________________________________________
17252 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
17253         Log: The new sharedsv* should be exported only if usethreads.
17254      Branch: perl
17255            ! makedef.pl
17256 ____________________________________________________________________________
17257 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
17258         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
17259              From: Peter Prymmer <pvhp@forte.com>
17260              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
17261              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
17262      Branch: perl
17263            ! README.os390
17264 ____________________________________________________________________________
17265 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
17266         Log: Update Changes.
17267      Branch: perl
17268            ! Changes patchlevel.h
17269 ____________________________________________________________________________
17270 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
17271         Log: Subject: [PATHC] sharedsv.[c|h]
17272              From: "Artur Bergman" <artur@contiller.se>
17273              Date: Mon, 13 Aug 2001 14:38:41 +0200
17274              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
17275              
17276              Subject: [PATCH] embed.pl
17277              From: Arthur Bergman <arthur@contiller.se>
17278              Date: Mon, 13 Aug 2001 14:38:14 +0200
17279              Message-ID: <B79D96D6.3088%arthur@contiller.se>
17280              
17281              Subject: [PATCH] sharedsv cleanups
17282              From: "Arthur Bergman" <arthur@contiller.se>
17283              Date: Mon, 13 Aug 2001 15:14:25 +0200
17284              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
17285              
17286              Plus few tweaks: _init needs to be Adp, the prototypes
17287              should not be revealed unless using ithreads, #endif FOO
17288              must be #endif /* FOO */, adding (parentheses) around
17289              do { } while doesn't work too well.
17290      Branch: perl
17291            + sharedsv.c sharedsv.h
17292            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
17293            ! perl.h perlapi.c pod/perlapi.pod proto.h
17294 ____________________________________________________________________________
17295 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
17296         Log: Subject: Re: END {} blocks run in perl_run
17297              From: Arthur Bergman <arthur@contiller.se>
17298              Date: Mon, 13 Aug 2001 11:11:30 +0200
17299              Message-ID: <B79D6661.3068%arthur@contiller.se>
17300      Branch: perl
17301            ! perl.c
17302 ____________________________________________________________________________
17303 [ 11657] By: nick                                  on 2001/08/13  09:03:02
17304         Log: Integrate mainline
17305      Branch: perlio
17306           +> (branch 326 files)
17307            - (delete 330 files)
17308           !> (integrate 85 files)
17309 ____________________________________________________________________________
17310 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
17311         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
17312              and the Perl will be built to do that by default (adding that
17313              will break scripts having non-UTF-8 binary data, such as Latin-1.)
17314      Branch: perl
17315            ! op.c toke.c utf8.h
17316 ____________________________________________________________________________
17317 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
17318         Log: Unnecessary downgrades.
17319      Branch: perl
17320            ! doop.c
17321 ____________________________________________________________________________
17322 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
17323         Log: Failure not true anymore (probably caused by my broken setup).
17324      Branch: perl
17325            ! t/op/pat.t
17326 ____________________________________________________________________________
17327 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
17328         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
17329              stopped working).
17330      Branch: perl
17331            ! op.h pp_ctl.c regcomp.c
17332 ____________________________________________________________________________
17333 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
17334         Log: There is no IN_UTF8.
17335      Branch: perl
17336            ! utf8.h
17337 ____________________________________________________________________________
17338 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
17339         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
17340      Branch: perl
17341            ! op.c op.h pp_ctl.c regcomp.c
17342 ____________________________________________________________________________
17343 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
17344         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
17345              and a test tweak.
17346      Branch: perl
17347            ! op.c t/pod/find.t
17348 ____________________________________________________________________________
17349 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
17350         Log: Todo updates and fixes.
17351      Branch: perl
17352            ! pod/perltodo.pod
17353 ____________________________________________________________________________
17354 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
17355         Log: Mark tests (and one module) having explicit Latin-1
17356              (and one file having explicit UTF-8) with an explicit
17357              'no utf8' (and one explicit 'use utf8').
17358              
17359              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
17360      Branch: perl
17361            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
17362            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
17363            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
17364 ____________________________________________________________________________
17365 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
17366         Log: Subject: SV: END {} blocks run in perl_run
17367              From: "Arthur Bergman" <arthur@contiller.se>
17368              Date: Sun, 12 Aug 2001 00:34:28 +0200 
17369              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
17370      Branch: perl
17371            ! miniperlmain.c perl.c
17372 ____________________________________________________________________________
17373 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
17374         Log: Typos in #11645.
17375      Branch: perl
17376            ! perl.h
17377 ____________________________________________________________________________
17378 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
17379         Log: On ithreads default to use_reentrant except on naturally
17380              threadsafe platforms.
17381      Branch: perl
17382            ! perl.h
17383 ____________________________________________________________________________
17384 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
17385         Log: (Hopefully) a fix for 20010723.004: make install needs
17386              write permission in build directory.  The problem was
17387              probably caused by overeager sprinkling of the lib/re.pm
17388              dependencies (which was done to guarantee lib/re.pm being
17389              uptodate for parallel makes: now solved by funneling that
17390              through an explicit recursive make in the preplibrary target).
17391      Branch: perl
17392            ! Makefile.SH
17393 ____________________________________________________________________________
17394 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
17395         Log: Dispell the "use utf8" superstition.
17396      Branch: perl
17397            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
17398            ! pod/perlunicode.pod
17399 ____________________________________________________________________________
17400 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
17401         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
17402              From: "Abigail" <abigail@foad.org> 
17403              Date: Sat, 11 Aug 2001 23:49:49 +0200
17404              Message-ID: <20010811214950.23255.qmail@foad.org>
17405      Branch: perl
17406            ! t/op/taint.t
17407 ____________________________________________________________________________
17408 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
17409         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
17410              From: Abhijit Menon-Sen <ams@wiw.org>
17411              Date: Sat, 11 Aug 2001 06:18:19 +0530
17412              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
17413      Branch: perl
17414            ! mg.c
17415 ____________________________________________________________________________
17416 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
17417         Log: Test for change #11639.
17418      Branch: perl
17419            ! t/op/tiehandle.t
17420 ____________________________________________________________________________
17421 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
17422         Log: Subject: Re: Can't localize *FH, then tie it
17423              From: Abhijit Menon-Sen <ams@wiw.org>
17424              Date: Sun, 12 Aug 2001 16:08:06 +0530
17425              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
17426      Branch: perl
17427            ! pp_hot.c pp_sys.c
17428 ____________________________________________________________________________
17429 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
17430         Log: Drop all the unnecessary "use utf8" clauses and some of
17431              the unnecessary "use bytes" ones.
17432              
17433              TODO: scour the documentation for unnecessary "use utf8"
17434              and prominently display it in perldelta when the time comes.
17435              ("use utf8" should be necessary ONLY if one wants the script
17436              to be in UTF-8.)  Also should be checked in some non-ASCII
17437              non-Latin-1 platform, like EBCDIC.
17438      Branch: perl
17439            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
17440            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
17441 ____________________________________________________________________________
17442 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
17443         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
17444              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
17445              in Unicode handling.
17446      Branch: perl
17447            + t/op/lc.t
17448            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
17449 ____________________________________________________________________________
17450 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
17451         Log: Thinko: we want the flags for native cc, not gcc.
17452      Branch: perl
17453            ! hints/dec_osf.sh
17454 ____________________________________________________________________________
17455 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
17456         Log: (retracted by 13077)
17457              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
17458              From: Robin Houston <robin@kitsite.com>
17459              Date: Fri, 10 Aug 2001 14:42:02 +0100
17460              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
17461      Branch: perl
17462            ! pp.c
17463 ____________________________________________________________________________
17464 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
17465         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
17466              From: Abhijit Menon-Sen <ams@wiw.org>
17467              Date: Sat, 11 Aug 2001 16:31:04 +0530
17468              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
17469      Branch: perl
17470            ! op.c
17471 ____________________________________________________________________________
17472 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
17473         Log: Get rid of indread, from Abhijit Menon-Sen.
17474      Branch: perl
17475            ! pp_sys.c
17476 ____________________________________________________________________________
17477 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
17478         Log: CRLFgngngn.
17479      Branch: perl
17480            ! win32/Makefile win32/makefile.mk
17481 ____________________________________________________________________________
17482 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
17483         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
17484      Branch: perl
17485            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
17486            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
17487            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
17488            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
17489            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
17490            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
17491            ! win32/Makefile win32/makefile.mk
17492 ____________________________________________________________________________
17493 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
17494         Log: Avoid #elif (less portable than #else #if).
17495      Branch: perl
17496            ! handy.h
17497 ____________________________________________________________________________
17498 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
17499         Log: Subject: patch for perlvar.pod
17500              From: mah@everybody.org (Mark A. Hershberger)
17501              Date: 08 Aug 2001 17:03:16 -0500
17502              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
17503      Branch: perl
17504            ! pod/perlvar.pod
17505 ____________________________________________________________________________
17506 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
17507         Log: cpp commands must start (the # must be) at the column #0.
17508      Branch: perl
17509            ! op.c
17510 ____________________________________________________________________________
17511 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
17512         Log: If using gcc -B/foo/bar makedepend would give
17513              unnecessary warnings about unused -B/foo/bar.
17514      Branch: perl
17515            ! makedepend.SH
17516 ____________________________________________________________________________
17517 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
17518         Log: Update Changes.
17519      Branch: perl
17520            ! Changes patchlevel.h
17521 ____________________________________________________________________________
17522 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
17523         Log: s/z/tz/
17524      Branch: perl
17525            ! pod/perlfaq2.pod
17526 ____________________________________________________________________________
17527 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
17528         Log: Article nit.
17529      Branch: perl
17530            ! pod/perlfaq2.pod
17531 ____________________________________________________________________________
17532 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
17533         Log: Rename lib/unicode files to lib/unicore to avoid
17534              conflicts between core lib/unicode and Unicode::
17535              files in case-ignoring filesystems.
17536      Branch: perl
17537            + (add 325 files)
17538            - (delete 324 files)
17539            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
17540 ____________________________________________________________________________
17541 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
17542         Log: Upgrade to Math::BigInt 1.41.
17543      Branch: perl
17544            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
17545 ____________________________________________________________________________
17546 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
17547         Log: Subject: [PATCH] remove PL_na from typemap
17548              From: James <james@rf.net>
17549              Date: Mon, 06 Aug 2001 20:23:15 -0700
17550              Message-ID: <3B6F5F23.A31A81B1@rf.net>
17551              
17552              (had to be manually applied)
17553      Branch: perl
17554            ! lib/ExtUtils/typemap
17555 ____________________________________________________________________________
17556 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
17557         Log: The metaconfig unit changes for #11618.
17558      Branch: metaconfig/U/perl
17559            + d_fpclassl.U i_fp.U
17560 ____________________________________________________________________________
17561 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
17562         Log: Forgot this from #11618.
17563              
17564              NOTE: wince/config_H.ce needs updating.
17565      Branch: perl
17566            ! wince/config.ce
17567 ____________________________________________________________________________
17568 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
17569         Log: Introduce more floating point classifying APIs;
17570              try to define (most importantly) Perl_is{inf,nan}(x).
17571              
17572              For this first cut, assume none such APIs exist in non-UNIXoid
17573              platforms-- this is of course too unkind: Win32 rumoredly has
17574              _fpclass() and _isnan(), and VMS/VOS very probably have some
17575              of the APIs available.     The only thing Perl uses at the moment
17576              is Perl_isnan() (has been in use for a while now).
17577              
17578              NOTE: the Win32 and NetWare config_h.?c need regenerating.
17579      Branch: perl
17580            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
17581            ! Porting/config_H config_h.SH configure.com epoc/config.sh
17582            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
17583            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17584            ! vos/config.ga.h win32/config.bc win32/config.gc
17585            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17586            ! win32/config_H.vc wince/config.ce wince/config.h
17587 ____________________________________________________________________________
17588 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
17589         Log: Integrate change #11519 from perlio:
17590              
17591              Avoid testing for (non-)existance of "encoding(xxxx)"
17592              layer is called "encoding" the (xxxx) is an argument.
17593      Branch: perl
17594           !> lib/open.pm
17595 ____________________________________________________________________________
17596 [ 11616] By: nick                                  on 2001/08/09  07:50:24
17597         Log: Integrate mainline
17598      Branch: perlio
17599           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
17600           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
17601           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
17602           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
17603            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
17604            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
17605           !> (integrate 79 files)
17606 ____________________________________________________________________________
17607 [ 11615] By: nick                                  on 2001/08/09  06:23:44
17608         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
17609              layer is called "encoding" the (xxxx) is an argument.
17610      Branch: perlio
17611            ! lib/open.pm
17612 ____________________________________________________________________________
17613 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
17614         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
17615              From: Paul Johnson <paul@pjcj.net>
17616              Date: Wed, 8 Aug 2001 23:54:17 +0200
17617              Message-ID: <20010808235417.O1006@pjcj.net>
17618      Branch: perl
17619            ! ext/B/B/Concise.pm
17620 ____________________________________________________________________________
17621 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
17622         Log: Make VMS use IEEE math by default; reorder Tru64 hints
17623              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
17624              exception semantics) is always set if using (the new) cc.
17625      Branch: perl
17626            ! configure.com hints/dec_osf.sh
17627 ____________________________________________________________________________
17628 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
17629         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
17630              From: Abhijit Menon-Sen <ams@wiw.org>
17631              Date: Tue, 7 Aug 2001 17:16:05 +0530
17632              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
17633      Branch: perl
17634            ! pp_sys.c
17635 ____________________________________________________________________________
17636 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
17637         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
17638              From: "Craig A. Berry" <craigberry@mac.com>
17639              Date: Tue, 07 Aug 2001 22:27:47 -0500
17640              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
17641      Branch: perl
17642            ! t/run/exit.t
17643 ____________________________________________________________________________
17644 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
17645         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
17646              From: "Craig A. Berry" <craigberry@mac.com>
17647              Date: Tue, 07 Aug 2001 20:01:53 -0500
17648              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
17649      Branch: perl
17650            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
17651 ____________________________________________________________________________
17652 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
17653         Log: Update the magazine information.
17654      Branch: perl
17655            ! pod/perlfaq2.pod
17656 ____________________________________________________________________________
17657 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
17658         Log: Ignore SIGFPE everywhere.
17659      Branch: perl
17660            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
17661 ____________________________________________________________________________
17662 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
17663         Log: With permission, change the licensing of the docs by
17664              TomC (and Gnat) to comply with the rest of Perl.
17665      Branch: perl
17666            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17667            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17668            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17669            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
17670            ! pod/perltootc.pod
17671 ____________________________________________________________________________
17672 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
17673         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
17674              From: Andy Dougherty <doughera@lafayette.edu>
17675              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
17676              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
17677      Branch: perl
17678            ! hints/openbsd.sh
17679 ____________________________________________________________________________
17680 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
17681         Log: Subject: [PATCH] Makefile.SH test_prep dependency
17682              From: Andy Dougherty <doughera@lafayette.edu>
17683              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
17684              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
17685      Branch: perl
17686            ! Makefile.SH
17687 ____________________________________________________________________________
17688 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
17689         Log: Don't autogenerate the headers et alia,
17690              make regen_headers explicitly.
17691      Branch: perl
17692            ! Makefile.SH
17693 ____________________________________________________________________________
17694 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
17695         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
17696              From: Gurusamy Sarathy <gsar@ActiveState.com> 
17697              Date: Tue, 07 Aug 2001 08:33:26 -0700
17698              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
17699              
17700              Unnecessary dependency.
17701      Branch: perl
17702            ! embed.pl
17703 ____________________________________________________________________________
17704 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
17705         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
17706              From: Abhijit Menon-Sen <ams@wiw.org>
17707              Date: Tue, 7 Aug 2001 09:10:54 +0530
17708              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
17709      Branch: perl
17710            ! pp_hot.c
17711 ____________________________________________________________________________
17712 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
17713         Log: Subject: [PATCH perl@11597] B && BEGIN handling
17714              From: "James A. Duncan" <jduncan@fotango.com>
17715              Date: Mon, 6 Aug 2001 17:29:11 +0100
17716              Message-ID: <20010806172911.A2071@fotango.com>
17717              
17718              (the intrpvar.h addition moved to the end for bincompat)
17719      Branch: perl
17720            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
17721 ____________________________________________________________________________
17722 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
17723         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
17724      Branch: perl
17725           !> README.win32
17726 ____________________________________________________________________________
17727 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
17728         Log: fix URLs for fcrypt.c
17729      Branch: maint-5.6/perl
17730            ! README.win32
17731 ____________________________________________________________________________
17732 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
17733         Log: Yet another way to say Infinity: HP-UX calls its "++".
17734      Branch: perl
17735            ! lib/Math/BigInt/t/bigintpm.t
17736 ____________________________________________________________________________
17737 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
17738         Log: Update Changes.
17739      Branch: perl
17740            ! Changes patchlevel.h
17741 ____________________________________________________________________________
17742 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
17743         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
17744      Branch: perl
17745            ! pod/perlfaq5.pod
17746 ____________________________________________________________________________
17747 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
17748         Log: The #11593 wasn't right.
17749      Branch: perl
17750            ! lib/Math/BigInt/t/bigintpm.t
17751 ____________________________________________________________________________
17752 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
17753         Log: Subject: [PATCH: perl@11564] introducing perlivp
17754              From: Prymmer/Kahn <pvhp@best.com>
17755              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
17756              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
17757              
17758              Subject: Re: [PATCH: perl@11564] introducing perlivp
17759              From: Prymmer/Kahn <pvhp@best.com>
17760              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
17761              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
17762      Branch: perl
17763            + utils/perlivp.PL
17764            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
17765            ! win32/Makefile win32/makefile.mk
17766 ____________________________________________________________________________
17767 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
17768         Log: libcs are confused what to call Infinity.
17769      Branch: perl
17770            ! lib/Math/BigInt/t/bigintpm.t
17771 ____________________________________________________________________________
17772 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
17773         Log: Avoid SIGFPE in Tru64.
17774      Branch: perl
17775            ! numeric.c
17776 ____________________________________________________________________________
17777 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
17778         Log: Upgrade to Math::BigInt 1.40.
17779              
17780              NOTE: this patch necessitates doing something about
17781              infinity handling since the new bigintpm.t tests use
17782              infinity, which causes SIGFPEs at least in Tru64.
17783      Branch: perl
17784            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17785            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
17786            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
17787            ! lib/Math/BigInt/t/mbimbf.t
17788 ____________________________________________________________________________
17789 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
17790         Log: remove hardcoded cmd shell in testsuite
17791      Branch: perl
17792            ! t/op/glob.t t/op/magic.t t/op/stat.t
17793 ____________________________________________________________________________
17794 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
17795         Log: 4-arg select() was busted on windows because change#8178 didn't
17796              make it into mainline
17797      Branch: perl
17798            ! perl.h win32/include/sys/socket.h
17799 ____________________________________________________________________________
17800 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
17801         Log: Rename the Getopt::Long tests to be as they are
17802              in the Getopt::Long official distribution.
17803      Branch: perl
17804            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
17805            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
17806            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
17807            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
17808            ! MANIFEST
17809 ____________________________________________________________________________
17810 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
17811         Log: Upgrade to Getopt::Long 2.26.
17812      Branch: perl
17813            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
17814            ! MANIFEST lib/Getopt/Long.pm
17815 ____________________________________________________________________________
17816 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
17817         Log: Retract #10874 (the hack should be unnecessary by now)
17818      Branch: perl
17819            ! lib/Test/Harness.pm
17820 ____________________________________________________________________________
17821 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
17822         Log: avoid temp file littering in tests
17823      Branch: perl
17824            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
17825 ____________________________________________________________________________
17826 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
17827         Log: Subject: warning in sv.c: double format, NV arg
17828              From: "Philip Newton" <Philip.Newton@gmx.net>
17829              Date: Sun, 5 Aug 2001 19:41:07 +0200
17830              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
17831      Branch: perl
17832            ! sv.c
17833 ____________________________________________________________________________
17834 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
17835         Log: fix POSIX.t#13 for windos
17836      Branch: perl
17837            ! ext/POSIX/POSIX.t
17838 ____________________________________________________________________________
17839 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
17840         Log: Add a test for PerlIO::Via.
17841      Branch: perl
17842            + ext/PerlIO/t/via.t
17843            ! MANIFEST ext/PerlIO/Via/Via.pm
17844 ____________________________________________________________________________
17845 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
17846         Log: flock() and link() are not available on Windows 9x
17847      Branch: perl
17848            ! win32/config_sh.PL
17849 ____________________________________________________________________________
17850 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
17851         Log: Some Tru64 C compilers have C++ components that confuse
17852              the ccversion parsing.
17853      Branch: perl
17854            ! hints/dec_osf.sh
17855 ____________________________________________________________________________
17856 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
17857         Log: (Reintroduce #11125)
17858              
17859              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
17860              From: Alan Burlison <Alan.Burlison@sun.com> 
17861              Date: Tue, 03 Jul 2001 15:20:13 +0100   
17862              Message-ID: <3B41D49D.A923D4F9@sun.com> 
17863      Branch: perl
17864            ! lib/ExtUtils/MM_Unix.pm
17865 ____________________________________________________________________________
17866 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
17867         Log: Little pointer juggling for HP-UX cc to avoid
17868              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
17869              followed by
17870              "error 1549: Modifiable lvalue required for assignment operator."
17871      Branch: perl
17872            ! hv.c
17873 ____________________________________________________________________________
17874 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
17875         Log: Continuation of #11575: SANY_SEEN completely deprecated,
17876              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
17877              plus a fix for the bug.
17878      Branch: perl
17879            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
17880 ____________________________________________________________________________
17881 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
17882         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
17883              From: Doug MacEachern <dougm@covalent.net>
17884              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
17885              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
17886      Branch: perl
17887            ! sv.c
17888 ____________________________________________________________________________
17889 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
17890         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
17891              the new CANY is the \C.  The problem reported and the
17892              test case supplied in
17893              
17894              Subject: UTF-8 bugs in string length & single line regex matches
17895              From: "Daniel P. Berrange" <dan@berrange.com>
17896              Date: Fri, 3 Aug 2001 11:39:33 +0100
17897              Message-ID: <20010803113932.A19318@berrange.com>
17898      Branch: perl
17899            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
17900            ! t/op/pat.t
17901 ____________________________________________________________________________
17902 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
17903         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
17904              From: Doug MacEachern <dougm@covalent.net>
17905              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
17906              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
17907      Branch: perl
17908            ! perl.c regexec.c
17909 ____________________________________________________________________________
17910 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
17911         Log: The #11572 didn't up the test count.
17912      Branch: perl
17913            ! t/op/length.t
17914 ____________________________________________________________________________
17915 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
17916         Log: Subject: UTF-8 bugs in string length & single line regex matches
17917              From: "Daniel P. Berrange" <dan@berrange.com>
17918              Date: Fri, 3 Aug 2001 11:39:33 +0100         
17919              Message-ID: <20010803113932.A19318@berrange.com>
17920              
17921              (the mg_length() fix)
17922      Branch: perl
17923            ! mg.c t/op/length.t
17924 ____________________________________________________________________________
17925 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
17926         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
17927              From: Abhijit Menon-Sen <ams@wiw.org>
17928              Date: Sat, 4 Aug 2001 16:56:35 +0530
17929              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
17930      Branch: perl
17931            ! hv.c
17932 ____________________________________________________________________________
17933 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
17934         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
17935              From: Abhijit Menon-Sen <ams@wiw.org>
17936              Date: Sat, 4 Aug 2001 16:16:03 +0530
17937              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
17938      Branch: perl
17939            ! hv.c
17940 ____________________________________________________________________________
17941 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
17942         Log: Subject: Re: [patch] refcount re ops
17943              From: Abhijit Menon-Sen <ams@wiw.org>
17944              Date: Sat, 4 Aug 2001 08:54:55 +0530
17945              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
17946      Branch: perl
17947            ! sv.c
17948 ____________________________________________________________________________
17949 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
17950         Log: Subject: [patch] refcount re ops
17951              From: Doug MacEachern <dougm@covalent.net>
17952              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
17953              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
17954      Branch: perl
17955            ! regcomp.c sv.c
17956 ____________________________________________________________________________
17957 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
17958         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
17959              From: Doug MacEachern <dougm@covalent.net>
17960              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
17961              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
17962      Branch: perl
17963            ! perl.c regexec.c
17964 ____________________________________________________________________________
17965 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
17966         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
17967              From: "Craig A. Berry" <craigberry@mac.com> 
17968              Date: Fri, 03 Aug 2001 16:16:16 -0500
17969              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
17970      Branch: perl
17971            ! t/op/misc.t
17972 ____________________________________________________________________________
17973 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
17974         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
17975              From: John Kristian <jmk2001@engineer.com>
17976              Date: Fri, 03 Aug 2001 00:59:08 -0700
17977              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
17978      Branch: perl
17979            ! win32/win32.c
17980 ____________________________________________________________________________
17981 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
17982         Log: Update Changes.
17983      Branch: perl
17984            ! Changes patchlevel.h
17985 ____________________________________________________________________________
17986 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
17987         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
17988              From: "Craig A. Berry" <craigberry@mac.com>
17989              Date: Thu, 02 Aug 2001 23:15:24 -0500
17990              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
17991      Branch: perl
17992            ! ext/B/Stash.t
17993 ____________________________________________________________________________
17994 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
17995         Log: Subject: [patch] plug PL_cshname leak
17996              From: Doug MacEachern <dougm@covalent.net>
17997              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
17998              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
17999      Branch: perl
18000            ! sv.c
18001 ____________________________________________________________________________
18002 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
18003         Log: Subject: [patch] plug PL_sh_path leak
18004              From: Doug MacEachern <dougm@covalent.net>
18005              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
18006              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
18007      Branch: perl
18008            ! sv.c
18009 ____________________________________________________________________________
18010 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
18011         Log: Subject: [patch] plug PL_regex_padav leaks
18012              From: Doug MacEachern <dougm@covalent.net>
18013              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
18014              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
18015      Branch: perl
18016            ! op.c op.h perl.c
18017 ____________________________________________________________________________
18018 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
18019         Log: Subject: [patch] plug PL_origargv leak
18020              From: Doug MacEachern <dougm@covalent.net>
18021              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
18022              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
18023      Branch: perl
18024            ! perl.c
18025 ____________________________________________________________________________
18026 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
18027         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18028              From: Abhijit Menon-Sen <ams@wiw.org>
18029              Date: Fri, 3 Aug 2001 06:38:11 +0530
18030              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
18031      Branch: perl
18032            ! hv.c
18033 ____________________________________________________________________________
18034 [ 11557] By: nick                                  on 2001/08/03  08:17:38
18035         Log: Integrate mainline
18036      Branch: perlio
18037           +> (branch 47 files)
18038            - lib/Switch/test.pl
18039           !> (integrate 49 files)
18040 ____________________________________________________________________________
18041 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
18042         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
18043              From: "Craig A. Berry" <craigberry@mac.com>
18044              Date: Thu, 02 Aug 2001 12:56:19 -0500
18045              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
18046      Branch: perl
18047            ! ext/B/Showlex.t
18048 ____________________________________________________________________________
18049 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
18050         Log: Be more careful about non-existent files.
18051      Branch: perl
18052            ! lib/File/Copy.pm
18053 ____________________________________________________________________________
18054 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
18055         Log: Subject: [PATCH resend] deparse empty formats
18056              From: Robin Houston <robin@kitsite.com> 
18057              Date: Thu, 2 Aug 2001 14:32:36 +0100
18058              Message-ID: <20010802143236.A894@robin.kitsite.com>
18059      Branch: perl
18060            ! ext/B/B/Deparse.pm
18061 ____________________________________________________________________________
18062 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
18063         Log: Subject: [patch] ithreads + refto fix improvement
18064              From: Doug MacEachern <dougm@covalent.net>
18065              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
18066              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
18067      Branch: perl
18068            ! pp.c
18069 ____________________________________________________________________________
18070 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
18071         Log: Readability nit from Abhijit.
18072      Branch: perl
18073            ! op.c
18074 ____________________________________________________________________________
18075 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
18076         Log: setproctitle() API version nit from Anton Berezin.
18077      Branch: perl
18078            ! mg.c
18079 ____________________________________________________________________________
18080 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
18081         Log: Add PerlCE to the docs.
18082      Branch: perl
18083            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
18084            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18085 ____________________________________________________________________________
18086 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
18087         Log: Integrate the PerlCE (WinCE Perl) port;
18088              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
18089      Branch: perl
18090            + README.ce wince/FindExt.pm wince/Makefile.ce
18091            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
18092            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
18093            + wince/bin/search.pl wince/config.ce wince/config.h
18094            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
18095            + wince/dl_win32.xs wince/include/arpa/inet.h
18096            + wince/include/cectype.h wince/include/errno.h
18097            + wince/include/netdb.h wince/include/sys/socket.h
18098            + wince/include/sys/stat.h wince/include/sys/types.h
18099            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
18100            + wince/perl.rc wince/perldll.def wince/perllib.c
18101            + wince/perlmain.c wince/registry.bat wince/runperl.c
18102            + wince/splittree.pl wince/win32.h wince/win32iop.h
18103            + wince/win32thread.c wince/win32thread.h wince/wince.c
18104            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
18105            + wince/xdistclean.ksh wince/xmakediffs.ksh
18106            ! MANIFEST perl.c perl.h perlio.c
18107 ____________________________________________________________________________
18108 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
18109         Log: setproctitle() made simpler.  (This assumes the string is
18110              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
18111              should be used.  Note len, not len + 1.)  BSD-fu from Anton
18112              Berezin.
18113      Branch: perl
18114            ! mg.c
18115 ____________________________________________________________________________
18116 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
18117         Log: Subject: [PATCH] -Wall cleanup: op.c
18118              From: Richard Soderberg <rs@oregonnet.com>
18119              Date: Thu, 2 Aug 2001 00:17:09 -0700
18120              Message-Id: <200108020717.AAA26895@oregonnet.com>
18121              
18122              Subject: [PATCH] -Wall cleanup: sv.c
18123              From: Richard Soderberg <rs@oregonnet.com>
18124              Date: Thu, 2 Aug 2001 00:49:21 -0700
18125              Message-Id: <200108020749.AAA27492@oregonnet.com>
18126      Branch: perl
18127            ! op.c sv.c
18128 ____________________________________________________________________________
18129 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
18130         Log: Update Changes.
18131      Branch: perl
18132            ! Changes patchlevel.h
18133 ____________________________________________________________________________
18134 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
18135         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
18136              From: Doug MacEachern <dougm@covalent.net>
18137              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
18138              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
18139      Branch: perl
18140            ! op.c
18141 ____________________________________________________________________________
18142 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
18143         Log: The #11541 didn't work under threads.
18144      Branch: perl
18145            ! op.c
18146 ____________________________________________________________________________
18147 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
18148         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
18149              From: Hugo <hv@crypt.compulink.co.uk>
18150              Date: Fri, 22 Jun 2001 01:19:08 +0100 
18151              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
18152              
18153              (Skip tests if accept() failed)
18154      Branch: perl
18155            ! ext/IO/lib/IO/t/io_unix.t
18156 ____________________________________________________________________________
18157 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
18158         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
18159              From: "Stian Seeberg" <sseeberg@nimsoft.no>
18160              Date: Mon, 30 Jul 2001 12:28:07 +0200
18161              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
18162      Branch: perl
18163            ! perl.h
18164 ____________________________________________________________________________
18165 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
18166         Log: Subject: Pluggable optimizer
18167              From: Simon Cozens <simon@netthink.co.uk>
18168              Date: Wed, 1 Aug 2001 13:57:02 -0700
18169              Message-ID: <20010801135702.I10442@netthink.co.uk>
18170      Branch: perl
18171            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
18172 ____________________________________________________________________________
18173 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
18174         Log: Subject: [ID 20010801.039] perlre.pod message typo
18175              From: Autrijus Tang <autrijus@geb.elixus.org>
18176              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
18177              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
18178      Branch: perl
18179            ! pod/perlre.pod
18180 ____________________________________________________________________________
18181 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
18182         Log: Test for change #11536.
18183      Branch: perl
18184            ! t/op/tiehandle.t
18185 ____________________________________________________________________________
18186 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
18187         Log: More test fixups for #11537.
18188      Branch: perl
18189            ! t/lib/warnings/4lint t/lib/warnings/9enabled
18190 ____________________________________________________________________________
18191 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
18192         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
18193              From: Doug MacEachern <dougm@covalent.net>
18194              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
18195              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
18196      Branch: perl
18197            ! op.c t/TestInit.pm
18198 ____________________________________________________________________________
18199 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
18200         Log: Subject: [patch] ithreads + refto bug
18201              From: Doug MacEachern <dougm@covalent.net>
18202              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
18203              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
18204              
18205              (Test in change #11539)
18206      Branch: perl
18207            ! pp.c
18208 ____________________________________________________________________________
18209 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
18210         Log: Subject: [PATCH: perl@11523] fixups for t/harness
18211              From: Prymmer/Kahn <pvhp@best.com>
18212              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
18213              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
18214      Branch: perl
18215            ! t/harness
18216 ____________________________________________________________________________
18217 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
18218         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
18219              From: Prymmer/Kahn <pvhp@best.com>
18220              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
18221              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
18222      Branch: perl
18223            ! win32/Makefile win32/makefile.mk
18224 ____________________________________________________________________________
18225 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
18226         Log: Need to know the number of tests.
18227      Branch: perl
18228            ! t/run/exit.t
18229 ____________________________________________________________________________
18230 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
18231         Log: Subject: Re: new exit tests on VMS
18232              From: "Craig A. Berry" <craigberry@mac.com>
18233              Date: Tue, 31 Jul 2001 12:19:29 -0500
18234              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
18235      Branch: perl
18236            ! t/run/exit.t
18237 ____________________________________________________________________________
18238 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
18239         Log: Retract #11530 (the dTHX is needed under threads)
18240      Branch: perl
18241            ! perlio.c
18242 ____________________________________________________________________________
18243 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
18244         Log: (Retracted by #11531)
18245      Branch: perl
18246            ! perlio.c
18247 ____________________________________________________________________________
18248 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
18249         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
18250              From: Richard Soderberg <rs@crystalflame.net>
18251              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
18252              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
18253      Branch: perl
18254            ! unixish.h
18255 ____________________________________________________________________________
18256 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
18257         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
18258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18259              Date: Tue, 31 Jul 2001 05:39:09 -0400
18260              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
18261              
18262              (with a note about the case of UV being equal to long long)
18263      Branch: perl
18264            ! utils/h2xs.PL
18265 ____________________________________________________________________________
18266 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
18267         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
18268              From: "Craig A. Berry" <craigberry@mac.com>
18269              Date: Tue, 31 Jul 2001 14:57:43 -0500
18270              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
18271      Branch: perl
18272            ! t/io/fs.t
18273 ____________________________________________________________________________
18274 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
18275         Log: Fix for
18276              
18277              Subject: [ID 20010116.001] File::Copy truncates orig file 
18278              From: arbor@al37al08.telecel.pt
18279              Date: Tue, 16 Jan 2001 11:43:02 GMT
18280              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
18281              
18282              (copy($foo, $foo) would truncate $foo)
18283      Branch: perl
18284            ! lib/File/Copy.pm lib/File/Copy.t
18285 ____________________________________________________________________________
18286 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
18287         Log: Metaconfig unit change for #11524.
18288      Branch: metaconfig/U/perl
18289            ! Extras.U
18290 ____________________________________________________________________________
18291 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
18292         Log: Multiple modules didn't work; plus typo fixes.
18293      Branch: perl
18294            ! Configure
18295 ____________________________________________________________________________
18296 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
18297         Log: Update Changes.
18298      Branch: perl
18299            ! Changes patchlevel.h
18300 ____________________________________________________________________________
18301 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
18302         Log: Regen perlapi.
18303      Branch: perl
18304            ! pod/perlapi.pod
18305 ____________________________________________________________________________
18306 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
18307         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
18308              From: Dave Mitchell <davem@fdgroup.co.uk>
18309              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
18310              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
18311      Branch: perl
18312            ! sv.c
18313 ____________________________________________________________________________
18314 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
18315         Log: Regen toc.
18316      Branch: perl
18317            ! pod/perltoc.pod
18318 ____________________________________________________________________________
18319 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
18320         Log: Regen Porting stuff.
18321      Branch: perl
18322            ! Porting/Glossary Porting/config.sh Porting/config_H
18323 ____________________________________________________________________________
18324 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
18325         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
18326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18327              Date: Tue, 31 Jul 2001 05:34:38 -0400
18328              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
18329      Branch: perl
18330            ! utils/h2xs.PL
18331 ____________________________________________________________________________
18332 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
18333         Log: Metaconfig unit change for #11516. 
18334      Branch: metaconfig/U/perl
18335            ! gccvers.U
18336 ____________________________________________________________________________
18337 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
18338         Log: Add -Wall in cflags, not in Configure.
18339              (This way -Wall affects only the core and the core XS,
18340              not user modules' XS.  Concern from Paul Marquess,
18341              implementation idea from Andy Dougherty.)
18342      Branch: perl
18343            ! Configure cflags.SH
18344 ____________________________________________________________________________
18345 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
18346         Log: Metaconfig unit changes for #11514.
18347      Branch: metaconfig
18348            + U/modified/sysman.U
18349            ! U/installdirs/man1dir.U
18350 ____________________________________________________________________________
18351 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
18352         Log: Subject: Configure's detection of system manual
18353              From: Sean Dague <sean@dague.net> 
18354              Date: Sun, 13 May 2001 15:53:15 -0400
18355              Message-ID: <20010513155315.A15833@underhill.dague.net>
18356      Branch: perl
18357            ! Configure
18358 ____________________________________________________________________________
18359 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
18360         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
18361              From: Autrijus Tang <autrijus@autrijus.org> 
18362              Date: Thu, 21 Jun 2001 23:56:48 +0800
18363              Message-Id: <20010621235648.A57340@not.autrijus.org>
18364      Branch: perl
18365            ! pod/perlobj.pod
18366 ____________________________________________________________________________
18367 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
18368         Log: Subject: Typo in DB_File.pm
18369              From: "Philip Newton" <Philip.Newton@gmx.net>
18370              Date: Tue, 31 Jul 2001 06:19:35 +0200
18371              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
18372      Branch: perl
18373            ! ext/DB_File/DB_File.pm
18374 ____________________________________________________________________________
18375 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
18376         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
18377              From: "Stephen P. Potter" <spp@spotter.yi.org>
18378              Date: Wed, 30 May 2001 13:59:34 -0400
18379              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
18380      Branch: perl
18381            ! pod/perlre.pod
18382 ____________________________________________________________________________
18383 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
18384         Log: eval "format foo=" would loop indefinitely; reported in
18385              
18386              Subject: A load of old rubbish
18387              From: Mike Guy <mjtg@cam.ac.uk>
18388              Date: Mon, 14 May 2001 16:12:22 +0100
18389              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
18390              
18391              (The core dumps reported in there already fixed.)
18392      Branch: perl
18393            ! toke.c
18394 ____________________________________________________________________________
18395 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
18396         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
18397      Branch: perl
18398            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
18399            + lib/Switch/t/switch_case.t
18400            - lib/Switch/test.pl
18401            ! MANIFEST lib/Switch.pm
18402 ____________________________________________________________________________
18403 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
18404         Log: Subject: [PATCH @11505] DB_File-1.78
18405              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
18406              Date: Mon, 30 Jul 2001 22:54:37 +0100
18407              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
18408      Branch: perl
18409            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18410            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
18411 ____________________________________________________________________________
18412 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
18413         Log: Explain in more detail why -pipe and -fno-common are good.
18414      Branch: perl
18415            ! hints/darwin.sh
18416 ____________________________________________________________________________
18417 [ 11506] By: nick                                  on 2001/07/30  14:32:23
18418         Log: Integrate mainline
18419      Branch: perlio
18420           !> INSTALL Makefile.SH doio.c hints/darwin.sh
18421 ____________________________________________________________________________
18422 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
18423         Log: Perl hasn't been putting man pages into $prefix/lib for
18424              a long time now; pointed out by Andy Dougherty. 
18425      Branch: perl
18426            ! hints/darwin.sh
18427 ____________________________________________________________________________
18428 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
18429         Log: Document the extras Configure option.
18430      Branch: perl
18431            ! INSTALL
18432 ____________________________________________________________________________
18433 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
18434         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
18435              everywhere.
18436      Branch: perl
18437           !> doio.c
18438 ____________________________________________________________________________
18439 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
18440         Log: Doubly guard against invoking CPAN if no extras defined,
18441              pointed out by H. Merijn Brand.
18442      Branch: perl
18443            ! Makefile.SH
18444 ____________________________________________________________________________
18445 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
18446         Log: Fix O_RDONLY check to check for O_RDONLY.
18447      Branch: maint-5.6/macperl
18448            ! doio.c
18449 ____________________________________________________________________________
18450 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
18451         Log: Integrate miscellaneous changes from maint-5.6/perl.
18452      Branch: maint-5.6/macperl
18453           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
18454 ____________________________________________________________________________
18455 [ 11499] By: nick                                  on 2001/07/30  06:52:42
18456         Log: Integrate mainline
18457      Branch: perlio
18458           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
18459           +> win32/sync_ext.pl
18460            - win32/sncfnmcs.pl
18461           !> (integrate 71 files)
18462 ____________________________________________________________________________
18463 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
18464         Log: Update Changes.
18465      Branch: perl
18466            ! Changes patchlevel.h
18467 ____________________________________________________________________________
18468 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
18469         Log: Now Configure -Dextras=Foo::Bar and "make install" will
18470              fetch and install Foo::Bar.
18471      Branch: perl
18472            ! Makefile.SH
18473 ____________________________________________________________________________
18474 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
18475         Log: Metaconfig unit change for #11495.
18476      Branch: metaconfig/U/perl
18477            ! Extras.U
18478 ____________________________________________________________________________
18479 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
18480         Log: extras.make, extras.test, and extras.install make targets.
18481      Branch: perl
18482            ! Configure Makefile.SH
18483 ____________________________________________________________________________
18484 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
18485         Log: Metaconfig unit change for #11493.
18486      Branch: metaconfig/U/perl
18487            ! Extras.U
18488 ____________________________________________________________________________
18489 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
18490         Log: Better to have the list of extras in $extras than 'define'.
18491      Branch: perl
18492            ! Configure
18493 ____________________________________________________________________________
18494 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
18495         Log: The metaconfig unit change for #11490.
18496      Branch: metaconfig/U/perl
18497            + Extras.U
18498 ____________________________________________________________________________
18499 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
18500         Log: Missed from #11490 (the required dependency).
18501      Branch: perl
18502            ! Makefile.SH
18503 ____________________________________________________________________________
18504 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
18505         Log: Add the support of asking for extra modules or bundles of modules
18506              to be fetched from the CPAN and installed as a part of the Perl
18507              build process.  None of this installation is yet really done;
18508              only the list is asked, and saved away in extras.lst for
18509              the build and installation process to worry about later.
18510      Branch: perl
18511            ! Configure
18512 ____________________________________________________________________________
18513 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
18514         Log: Beginnings of better Inf and NaN support.
18515              At least toke.c and sv.c still need quite a bit of work.
18516      Branch: perl
18517            ! numeric.c perl.h
18518 ____________________________________________________________________________
18519 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
18520         Log: Top-level Makefile didn't honour OPTIMIZE.
18521      Branch: perl
18522            ! Makefile.SH
18523 ____________________________________________________________________________
18524 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
18525         Log: Update Changes.
18526      Branch: perl
18527            ! Changes patchlevel.h
18528 ____________________________________________________________________________
18529 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
18530         Log: Use Search::Dict 1.02 interface for charinfo().
18531      Branch: perl
18532            ! lib/UnicodeCD.pm
18533 ____________________________________________________________________________
18534 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
18535         Log: Now also allow transforming the read lines before comparing them.
18536              (This will help UnicodeCD.) 
18537      Branch: perl
18538            ! lib/Search/Dict.pm
18539 ____________________________________________________________________________
18540 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
18541         Log: Remove tiehandle code.
18542      Branch: perl
18543            ! lib/UnicodeCD.pm
18544 ____________________________________________________________________________
18545 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
18546         Log: Allow specifying a comparison function for Search::Dict::look().
18547      Branch: perl
18548            ! lib/Search/Dict.pm
18549 ____________________________________________________________________________
18550 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
18551         Log: Small UnicodeCD tweaks.
18552      Branch: perl
18553            ! lib/UnicodeCD.pm lib/UnicodeCD.t
18554 ____________________________________________________________________________
18555 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
18556         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
18557              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18558              Date: Tue, 24 Jul 2001 01:51:32 +0900
18559              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
18560      Branch: perl
18561            ! lib/UnicodeCD.pm lib/UnicodeCD.t
18562 ____________________________________________________________________________
18563 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
18564         Log: Subject: [PATCH] installperl
18565              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
18566              Date: Fri, 27 Jul 2001 19:05:04 -0700
18567              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
18568      Branch: perl
18569            ! installperl
18570 ____________________________________________________________________________
18571 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
18572         Log: Subject: [PATCH] Set proper compatibility versions in core
18573              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
18574              Date: Fri, 27 Jul 2001 20:01:49 -0700
18575              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
18576      Branch: perl
18577            ! Makefile.SH
18578 ____________________________________________________________________________
18579 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
18580         Log: Metaconfig unit change for #11477.
18581      Branch: metaconfig/U/perl
18582            ! dlsrc.U
18583 ____________________________________________________________________________
18584 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
18585         Log: Subject: [PATCH] Darwin: -fpic not so good
18586              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
18587              Date: Fri, 27 Jul 2001 18:57:38 -0700
18588              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
18589      Branch: perl
18590            ! Configure
18591 ____________________________________________________________________________
18592 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
18593         Log: Subject: [PATCH] Clean up Darwin hints
18594              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
18595              Date: Fri, 27 Jul 2001 19:13:15 -0700
18596              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
18597      Branch: perl
18598            ! hints/darwin.sh
18599 ____________________________________________________________________________
18600 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
18601         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
18602              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18603              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
18604              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
18605      Branch: perl
18606            ! pod/perlfunc.pod pp.c t/op/split.t
18607 ____________________________________________________________________________
18608 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
18609         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
18610              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18611              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
18612              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
18613      Branch: perl
18614            ! pod/perlvar.pod
18615 ____________________________________________________________________________
18616 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
18617         Log: Subject: [PATCH] fixes to constant.pm documentation
18618              From: Ilmari Karonen <iltzu@sci.fi>
18619              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
18620              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
18621      Branch: perl
18622            ! lib/constant.pm
18623 ____________________________________________________________________________
18624 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
18625         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
18626              From: "Philip Newton" <Philip.Newton@gmx.net>
18627              Date: Fri, 27 Jul 2001 07:51:10 +0200
18628              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
18629      Branch: perl
18630            ! pod/perlport.pod
18631 ____________________________________________________________________________
18632 [ 11471] By: nick                                  on 2001/07/26  06:23:32
18633         Log: Subject:  [PATCH] Doc fix for perlguts / threading
18634              From:  Arthur Bergman <arthur@contiller.se>
18635              Date:  Wed, 25 Jul 2001 11:28:23 +0200
18636              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
18637      Branch: perl
18638            ! pod/perlguts.pod
18639 ____________________________________________________________________________
18640 [ 11470] By: nick                                  on 2001/07/26  06:21:06
18641         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
18642              From:  Philip Newton <Philip.Newton@gmx.net>
18643              Date:  Wed, 25 Jul 2001 08:19:47 +0200
18644              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
18645      Branch: perl
18646            ! INSTALL
18647 ____________________________________________________________________________
18648 [ 11469] By: nick                                  on 2001/07/26  06:20:25
18649         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
18650              From:  Philip Newton <Philip.Newton@gmx.net>
18651              Date:  Wed, 25 Jul 2001 08:12:48 +0200
18652              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
18653      Branch: perl
18654            ! INSTALL
18655 ____________________________________________________________________________
18656 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
18657         Log: More +x.
18658      Branch: perl
18659            ! Porting/makerel
18660 ____________________________________________________________________________
18661 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
18662         Log: Update Changes.
18663      Branch: perl
18664            ! Changes patchlevel.h
18665 ____________________________________________________________________________
18666 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
18667         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
18668              From: "Philip Newton" <Philip.Newton@gmx.net>
18669              Date: Tue, 24 Jul 2001 06:45:55 +0200
18670              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
18671      Branch: perl
18672            ! os2/perlrexx.c
18673 ____________________________________________________________________________
18674 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
18675         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
18676              From: Peter Prymmer <pvhp@forte.com>
18677              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
18678              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
18679      Branch: perl
18680            ! pod/perlport.pod t/io/fs.t vms/test.com
18681 ____________________________________________________________________________
18682 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
18683         Log: Workaround on Cwd bootstrap problem.
18684      Branch: perl
18685            ! lib/ExtUtils/MakeMaker.pm
18686 ____________________________________________________________________________
18687 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
18688         Log: When in Rome, quote like the Romans do.
18689      Branch: perl
18690            ! cflags.SH
18691 ____________________________________________________________________________
18692 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
18693         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
18694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18695              Date: Mon, 23 Jul 2001 19:29:49 -0400
18696              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
18697      Branch: perl
18698            + os2/perlrexx.c
18699            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
18700            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
18701            ! t/op/write.t
18702 ____________________________________________________________________________
18703 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
18704         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
18705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18706              Date: Mon, 23 Jul 2001 18:43:42 -0400
18707              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
18708      Branch: perl
18709            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
18710 ____________________________________________________________________________
18711 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
18712         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
18713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18714              Date: Mon, 23 Jul 2001 18:33:16 -0400
18715              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
18716      Branch: perl
18717            ! lib/ExtUtils/MakeMaker.pm
18718 ____________________________________________________________________________
18719 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
18720         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
18721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18722              Date: Mon, 23 Jul 2001 18:20:35 -0400
18723              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
18724      Branch: perl
18725            ! Makefile.SH cflags.SH
18726 ____________________________________________________________________________
18727 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
18728         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
18729              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
18730              Date: Mon, 23 Jul 2001 11:32:17 -0500
18731              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
18732      Branch: perl
18733            ! lib/ExtUtils/MakeMaker.pm
18734 ____________________________________________________________________________
18735 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
18736         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
18737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18738              Date: Mon, 23 Jul 2001 18:13:20 -0400
18739              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
18740      Branch: perl
18741            ! lib/perl5db.pl
18742 ____________________________________________________________________________
18743 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
18744         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
18745              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18746              Date: Mon, 23 Jul 2001 18:07:40 -0400
18747              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
18748      Branch: perl
18749            ! op.c
18750 ____________________________________________________________________________
18751 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
18752         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
18753              From: "Craig A. Berry" <craigberry@mac.com>
18754              Date: Mon, 23 Jul 2001 15:35:06 -0500
18755              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
18756      Branch: perl
18757            ! util.c
18758 ____________________________________________________________________________
18759 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
18760         Log: Subject: [PATCH perlfaq9.pod typo]
18761              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
18762              Date: Mon, 23 Jul 2001 07:49:05 -0700
18763              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
18764      Branch: perl
18765            ! pod/perlfaq9.pod
18766 ____________________________________________________________________________
18767 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
18768         Log: Subject: win32\sncfnmcs.pl corrections
18769              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
18770              Date: Mon, 23 Jul 2001 12:56:54 +0200
18771              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
18772              
18773              Rename the script a little bit more sensibly.
18774      Branch: perl
18775            + win32/sync_ext.pl
18776            - win32/sncfnmcs.pl
18777            ! MANIFEST README.win32
18778 ____________________________________________________________________________
18779 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
18780         Log: Test tweak.
18781      Branch: perl
18782            ! ext/B/Deparse.t
18783 ____________________________________________________________________________
18784 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
18785         Log: Metaconfig unit tweak for #11450.
18786      Branch: metaconfig/U/perl
18787            ! Mksymlinks.U
18788 ____________________________________________________________________________
18789 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
18790         Log: Too volatile failsafe check.
18791      Branch: perl
18792            ! Configure
18793 ____________________________________________________________________________
18794 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
18795         Log: Further doc tweaks.
18796      Branch: perl
18797            ! lib/UnicodeCD.pm
18798 ____________________________________________________________________________
18799 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
18800         Log: Doc tweaks.
18801      Branch: perl
18802            ! lib/UnicodeCD.pm
18803 ____________________________________________________________________________
18804 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
18805         Log: Doc tweakery from Abhijit.
18806      Branch: perl
18807            ! Porting/repository.pod
18808 ____________________________________________________________________________
18809 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
18810         Log: An accidental empty line.
18811      Branch: perl
18812            ! MANIFEST
18813 ____________________________________________________________________________
18814 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
18815         Log: Missing MANIFESTations.
18816      Branch: perl
18817            ! MANIFEST
18818 ____________________________________________________________________________
18819 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
18820         Log: Update Changes.
18821      Branch: perl
18822            ! Changes patchlevel.h
18823 ____________________________________________________________________________
18824 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
18825         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
18826              From: Mike Guy <mjtg@cam.ac.uk>
18827              Date: Fri, 20 Jul 2001 16:12:49 +0100
18828              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
18829      Branch: perl
18830            ! Porting/pumpkin.pod
18831 ____________________________________________________________________________
18832 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
18833         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
18834              From: Peter Prymmer <pvhp@forte.com>
18835              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
18836              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
18837      Branch: perl
18838            ! pod/perlhack.pod
18839 ____________________________________________________________________________
18840 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
18841         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
18842              From: Michael G Schwern <schwern@pobox.com>
18843              Date: Fri, 20 Jul 2001 20:22:35 -0400
18844              Message-ID: <20010720202235.O4498@blackrider>
18845      Branch: perl
18846            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
18847            ! lib/Test/t/todo.t
18848 ____________________________________________________________________________
18849 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
18850         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
18851              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
18852              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
18853              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
18854      Branch: perl
18855            ! ext/POSIX/POSIX.pod
18856 ____________________________________________________________________________
18857 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
18858         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
18859              From: Mark-Jason Dominus <mjd@plover.com>
18860              Date: Fri, 20 Jul 2001 23:16:54 -0400
18861              Message-ID: <20010721031654.21877.qmail@plover.com>
18862      Branch: perl
18863            ! ext/POSIX/POSIX.pod
18864 ____________________________________________________________________________
18865 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
18866         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
18867              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18868              Date: Sun, 22 Jul 2001 14:56:09 +0200
18869              Message-ID: <20010722145609.A766@rafael>
18870      Branch: perl
18871            ! ext/B/O.pm
18872 ____________________________________________________________________________
18873 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
18874         Log: Subject: regexec.c #define cleanup
18875              From: Mark-Jason Dominus <mjd@plover.com>
18876              Date: Sat, 21 Jul 2001 18:33:25 -0400
18877              Message-ID: <20010721223325.3069.qmail@plover.com>
18878      Branch: perl
18879            ! regexec.c
18880 ____________________________________________________________________________
18881 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
18882         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
18883              From: Prymmer/Kahn <pvhp@best.com>
18884              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
18885              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
18886      Branch: perl
18887            ! t/io/fs.t
18888 ____________________________________________________________________________
18889 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
18890         Log: Typo in #11432.
18891      Branch: perl
18892            ! ext/POSIX/POSIX.t
18893 ____________________________________________________________________________
18894 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
18895         Log: Integrate (manually) change #11424 from macperl.
18896      Branch: perl
18897            ! ext/Filter/t/call.t
18898 ____________________________________________________________________________
18899 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
18900         Log: Integrate change #11408 from macperl.
18901      Branch: perl
18902           !> README.macos pod/perlport.pod
18903 ____________________________________________________________________________
18904 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
18905         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
18906      Branch: perl
18907           +> macos/MacPerlTests.cmd macos/xsubpp.patch
18908            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18909            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
18910            ! ext/POSIX/POSIX.t
18911 ____________________________________________________________________________
18912 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
18913         Log: pod/*.t tests not picked up by t/TEST either
18914      Branch: maint-5.6/perl
18915            ! t/TEST
18916 ____________________________________________________________________________
18917 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
18918         Log: better tweak for change#11429 (windows has both / and \ separated
18919              paths in @INC at that point)
18920      Branch: maint-5.6/perl
18921            ! t/pod/testp2pt.pl
18922 ____________________________________________________________________________
18923 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
18924         Log: MacOS pod test tweak needs \Escape
18925      Branch: maint-5.6/perl
18926            ! t/pod/testp2pt.pl
18927 ____________________________________________________________________________
18928 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
18929         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
18930              resulting duplicate output, but t/harness isn't)
18931      Branch: maint-5.6/perl
18932            ! t/run/runenv.t
18933 ____________________________________________________________________________
18934 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
18935         Log: t/harness wasn't picking up all the tests
18936      Branch: maint-5.6/perl
18937            ! t/harness
18938 ____________________________________________________________________________
18939 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
18940         Log: update MANIFEST for new file
18941      Branch: maint-5.6/perl
18942            ! MANIFEST
18943 ____________________________________________________________________________
18944 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
18945         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
18946              the exception of the macperl/macos/... tree
18947      Branch: maint-5.6/perl
18948           +> t/lib/filefind-taint.t
18949           !> (integrate 72 files)
18950 ____________________________________________________________________________
18951 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
18952         Log: Fix test.
18953      Branch: maint-5.6/macperl
18954            ! macos/bundled_ext/Filter/t/call.t
18955 ____________________________________________________________________________
18956 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
18957         Log: Make perl fork()-safe (in a slightly limited way) even on
18958              platforms that don't have pthread_atfork() (extension of
18959              the fix in change#11151).
18960              
18961              Note that this will not help extensions that call fork()
18962              directly in C, or that link to libraries that call fork()
18963              directly.  Such cases must be fixed to either call
18964              PerlProc_fork(), or call atfork_lock() in parent before the
18965              calling the function that forks and call atfork_unlock()
18966              in both parent and child immediately after the fork().
18967              (There are no worries if C code calls exec() in the child
18968              immediately after a fork().  Only cases where the child
18969              calls perl's API functions (including New()) after the
18970              fork() are problematic.)
18971              
18972              This change also eliminates the use of vfork() from perl,
18973              since all such uses were violating the severe restrictions
18974              on modifying the state of the process between the vfork()
18975              and the exec().
18976              
18977              This is a modified version of patches suggested by Abhijit
18978              Menon-Sen and Richard Soderberg.
18979      Branch: perl
18980            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
18981            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
18982 ____________________________________________________________________________
18983 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
18984         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
18985              Switch, and Text::Balanced.
18986      Branch: maint-5.6/macperl
18987            + macos/bundled_ext/Filter/Util/Call/Call.pm
18988            + macos/bundled_ext/Filter/Util/Call/Call.xs
18989            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
18990            + macos/bundled_ext/Filter/t/MyFilter.pm
18991            + macos/bundled_ext/Filter/t/call.t
18992            + macos/bundled_ext/Filter/t/filter-util.pl
18993            + macos/bundled_lib/blib/lib/Class/ISA.pm
18994            + macos/bundled_lib/blib/lib/Digest.pm
18995            + macos/bundled_lib/blib/lib/Filter/Simple.pm
18996            + macos/bundled_lib/blib/lib/Switch.pm
18997            + macos/bundled_lib/blib/lib/Text/Balanced.pm
18998            + macos/bundled_lib/blib/lib/Text/Balanced.pod
18999            + macos/bundled_lib/t/Class/ISA/test.pl
19000            + macos/bundled_lib/t/Digest/Digest.t
19001            + macos/bundled_lib/t/Filter/Simple/test.pl
19002            + macos/bundled_lib/t/Switch/test.pl
19003            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
19004            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
19005            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
19006            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
19007            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
19008            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
19009            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
19010            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
19011 ____________________________________________________________________________
19012 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
19013         Log: Add Filter::Util::Call to config/make files; edit utils
19014              to recognize the module (it was descended too far down).
19015              Bump version to 5.6.1a4.
19016      Branch: maint-5.6/macperl
19017            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
19018            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
19019            ! macos/macperl/Makefile.mk macos/xsubpp.patch
19020 ____________________________________________________________________________
19021 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
19022         Log: Make DB_File the default for MLDBM on MacOS.
19023      Branch: maint-5.6/macperl
19024            ! macos/bundled_lib/blib/lib/MLDBM.pm
19025 ____________________________________________________________________________
19026 [ 11419] By: nick                                  on 2001/07/20  14:51:03
19027         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
19028              From:  Simon Cozens <simon@netthink.co.uk>
19029              Date:  Fri, 20 Jul 2001 11:42:35 -0400
19030              Message-Id:  <20010720114235.A5235@netthink.co.uk>
19031      Branch: perl
19032            ! lib/UnicodeCD.pm
19033 ____________________________________________________________________________
19034 [ 11418] By: nick                                  on 2001/07/20  14:48:12
19035         Log: Subject:  [PATCH regcomp.h] adds a comment
19036              From:  Abhijit Menon-Sen <ams@wiw.org>
19037              Date:  Fri, 20 Jul 2001 21:05:37 +0530
19038              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
19039      Branch: perl
19040            ! regcomp.h
19041 ____________________________________________________________________________
19042 [ 11417] By: nick                                  on 2001/07/20  14:16:38
19043         Log: Subject:  [PATCH 5.7.2] INSTALL updates
19044              From:  Andy Dougherty <doughera@lafayette.edu>
19045              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
19046              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
19047      Branch: perl
19048            ! INSTALL
19049 ____________________________________________________________________________
19050 [ 11416] By: nick                                  on 2001/07/20  06:44:44
19051         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
19052              From:  Russ Allbery <rra@stanford.edu>
19053              Date:  19 Jul 2001 15:52:37 -0700
19054              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
19055      Branch: perl
19056            ! lib/Pod/Man.pm
19057 ____________________________________________________________________________
19058 [ 11415] By: nick                                  on 2001/07/20  06:35:11
19059         Log: Subject:  [PATCH] defer op_seq allocation
19060              From:  Abhijit Menon-Sen <ams@wiw.org>
19061              Date:  Thu, 19 Jul 2001 22:12:24 +0530
19062              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
19063      Branch: perl
19064            ! op.c
19065 ____________________________________________________________________________
19066 [ 11414] By: nick                                  on 2001/07/20  06:23:36
19067         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
19068              From:  Abhijit Menon-Sen <ams@wiw.org>
19069              Date:  Fri, 20 Jul 2001 01:18:50 +0530
19070              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
19071              (Private e-mail)
19072      Branch: perl
19073            ! ext/Time/HiRes/HiRes.xs
19074 ____________________________________________________________________________
19075 [ 11413] By: nick                                  on 2001/07/20  06:18:53
19076         Log: Integrate mainline
19077      Branch: perlio
19078           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
19079            - t/base/commonsense.t
19080           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
19081           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
19082           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
19083           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
19084           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
19085           !> win32/win32.c
19086 ____________________________________________________________________________
19087 [ 11412] By: nick                                  on 2001/07/19  06:44:27
19088         Log: Integrate win32/perlhost.h from maintenance branch.
19089              (Rest of $ENV{PATH} / system() fix.)
19090      Branch: perl
19091           !> win32/perlhost.h
19092 ____________________________________________________________________________
19093 [ 11411] By: nick                                  on 2001/07/19  06:41:34
19094         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
19095              From:  Philip Newton <Philip.Newton@gmx.net>
19096              Date:  Wed, 18 Jul 2001 21:43:57 +0200
19097              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
19098      Branch: perl
19099            ! pod/perlhack.pod
19100 ____________________________________________________________________________
19101 [ 11410] By: nick                                  on 2001/07/19  06:39:35
19102         Log: Subject:  Security hole in taint checking in open()
19103              From:  deekoo@tentacle.net
19104              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
19105              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
19106      Branch: perl
19107            ! doio.c
19108 ____________________________________________________________________________
19109 [ 11409] By: nick                                  on 2001/07/19  06:28:08
19110         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
19111              From:  Abhijit Menon-Sen <ams@wiw.org>
19112              Date:  Thu, 19 Jul 2001 04:30:43 +0530
19113              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
19114      Branch: perl
19115            ! ext/Time/HiRes/HiRes.xs
19116 ____________________________________________________________________________
19117 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
19118         Log: Update docs with latest implementation information and new URLs.
19119      Branch: maint-5.6/macperl
19120            ! README.macos pod/perlport.pod
19121 ____________________________________________________________________________
19122 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
19123         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
19124              Fix BuildRules to accept optimization variables.
19125      Branch: maint-5.6/macperl
19126            + macos/bundled_ext/Digest/MD5/Makefile.mk
19127            ! macos/BuildRules.mk macos/Makefile.mk
19128            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
19129            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
19130 ____________________________________________________________________________
19131 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
19132         Log: Integrate changes 11399,11401
19133      Branch: maint-5.6/macperl
19134           !> win32/perlhost.h win32/win32.c
19135 ____________________________________________________________________________
19136 [ 11405] By: nick                                  on 2001/07/18  06:50:33
19137         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
19138              from perl5.6*
19139      Branch: perl
19140           !> win32/perlhost.h win32/win32.c
19141 ____________________________________________________________________________
19142 [ 11404] By: nick                                  on 2001/07/18  06:43:59
19143         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
19144              From:  hv@crypt0.demon.co.uk
19145              Date:  Wed, 18 Jul 2001 05:58:46 +0100
19146              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
19147      Branch: perl
19148            ! ext/POSIX/POSIX.t
19149 ____________________________________________________________________________
19150 [ 11403] By: nick                                  on 2001/07/18  06:38:57
19151         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
19152              From:  hv@crypt0.demon.co.uk
19153              Date:  Wed, 18 Jul 2001 05:21:54 +0100
19154              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
19155      Branch: perl
19156            ! numeric.c t/op/arith.t
19157 ____________________________________________________________________________
19158 [ 11402] By: nick                                  on 2001/07/18  06:19:17
19159         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
19160              From:  mjd@plover.com
19161              Date:  17 Jul 2001 17:59:20 -0000
19162              Message-Id:  <20010717175920.8177.qmail@plover.com>
19163      Branch: perl
19164            ! pod/perlre.pod
19165 ____________________________________________________________________________
19166 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
19167         Log: thinko in change#11400 (duh)
19168      Branch: maint-5.6/perl
19169            ! win32/perlhost.h
19170 ____________________________________________________________________________
19171 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
19172         Log: change#11399 revealed another unrelated bug; this is just a temporary
19173              bandaid
19174      Branch: maint-5.6/perl
19175            ! win32/perlhost.h
19176 ____________________________________________________________________________
19177 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
19178         Log: fix bugs in handling of the virtualized environment under windows;
19179              there were bugs in propagating any changes to %ENV down to the real
19180              environment when such changes happened in the toplevel process
19181              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
19182              problem identification, and for a part of the fix)
19183      Branch: maint-5.6/perl
19184            ! win32/perlhost.h win32/win32.c
19185 ____________________________________________________________________________
19186 [ 11398] By: nick                                  on 2001/07/17  08:26:35
19187         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
19188              From: Peter Prymmer <pvhp@forte.com>
19189              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
19190              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
19191              
19192              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
19193              should not depend on existance of Config.pm
19194      Branch: perl
19195           +> t/lib/commonsense.t
19196            - t/base/commonsense.t
19197            ! MANIFEST t/README
19198 ____________________________________________________________________________
19199 [ 11397] By: nick                                  on 2001/07/17  08:09:58
19200         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
19201              From:  Michael G Schwern <schwern@pobox.com>
19202              Date:  Mon, 16 Jul 2001 18:20:31 -0400
19203              Message-Id:  <20010716182031.A1128@blackrider>
19204      Branch: perl
19205            ! pod/perlhack.pod
19206 ____________________________________________________________________________
19207 [ 11396] By: nick                                  on 2001/07/17  08:04:11
19208         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
19209              From:  Gwyn Judd <b.judd@xtra.co.nz>
19210              Date:  Tue, 17 Jul 2001 20:55:58 +1200
19211              Message-Id:  <20010717205558.A3107@thislove>
19212      Branch: perl
19213            ! pod/perlfunc.pod
19214 ____________________________________________________________________________
19215 [ 11395] By: nick                                  on 2001/07/17  08:02:22
19216         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
19217              From:  Peter Prymmer <pvhp@forte.com>
19218              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
19219              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
19220      Branch: perl
19221            ! t/op/sprintf.t
19222 ____________________________________________________________________________
19223 [ 11394] By: nick                                  on 2001/07/17  07:57:06
19224         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
19225              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
19226              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
19227              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
19228      Branch: perl
19229            ! gv.c
19230 ____________________________________________________________________________
19231 [ 11392] By: nick                                  on 2001/07/17  07:50:12
19232         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
19233              From:  Coral <coral@moonlight.crystalflame.net>
19234              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
19235              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
19236      Branch: perl
19237            ! pp_sys.c thread.h
19238 ____________________________________________________________________________
19239 [ 11391] By: nick                                  on 2001/07/17  07:34:28
19240         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
19241              From:  Jonathan Stowe <gellyfish@gellyfish.com>
19242              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
19243              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
19244      Branch: perl
19245            ! utils/h2xs.PL
19246 ____________________________________________________________________________
19247 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
19248         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
19249              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
19250              and Mac::Apps::Launch, which don't work, and Time::HiRes and
19251              Time::Piece, which don't yet work.
19252      Branch: maint-5.6/macperl
19253            + (add 154 files)
19254 ____________________________________________________________________________
19255 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
19256         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
19257              Also add hack to get around missing setenv for PERL5DB.
19258      Branch: maint-5.6/macperl
19259            ! macos/macish.c macos/macish.h
19260 ____________________________________________________________________________
19261 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
19262         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
19263      Branch: maint-5.6/macperl
19264            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
19265            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
19266 ____________________________________________________________________________
19267 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
19268         Log: Fix up some configuration and make options, add extra
19269              extensions.
19270      Branch: maint-5.6/macperl
19271            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
19272            ! macos/macperl/Makefile.mk
19273 ____________________________________________________________________________
19274 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
19275         Log: From Change 11374 in maintperl.
19276      Branch: maint-5.6/macperl
19277           !> utils/h2ph.PL
19278 ____________________________________________________________________________
19279 [ 11385] By: nick                                  on 2001/07/16  14:12:58
19280         Log: Back out change to h2xs till it passes its test.
19281      Branch: perl
19282            ! utils/h2xs.PL
19283 ____________________________________________________________________________
19284 [ 11384] By: nick                                  on 2001/07/16  14:00:10
19285         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
19286              From:  Jonathan Stowe <gellyfish@gellyfish.com>
19287              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
19288              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
19289      Branch: perl
19290            ! utils/h2xs.PL
19291 ____________________________________________________________________________
19292 [ 11383] By: nick                                  on 2001/07/16  13:53:12
19293         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
19294              From:  Robin Houston <robin@kitsite.com>
19295              Date:  Sun, 15 Jul 2001 18:22:31 +0100
19296              Message-Id:  <20010715182230.A11174@robin>
19297      Branch: perl
19298            ! hints/darwin.sh
19299 ____________________________________________________________________________
19300 [ 11382] By: nick                                  on 2001/07/16  13:52:49
19301         Log: Subject:  [PATCH perl@11372] re_dup
19302              From:  Radu Greab <radu@netsoft.ro>
19303              Date:  Sun, 15 Jul 2001 04:50:06 +0300
19304              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
19305      Branch: perl
19306            ! sv.c
19307 ____________________________________________________________________________
19308 [ 11379] By: nick                                  on 2001/07/16  13:35:39
19309         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
19310              From:  Robin Houston <robin@kitsite.com>
19311              Date:  Sat, 14 Jul 2001 14:28:50 +0100
19312              Message-Id:  <20010714142850.A10205@robin>
19313      Branch: perl
19314            ! ext/B/B/Deparse.pm
19315 ____________________________________________________________________________
19316 [ 11378] By: nick                                  on 2001/07/16  13:30:36
19317         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
19318              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
19319              Date:  Sat, 14 Jul 2001 22:17:42 +0900
19320              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
19321      Branch: perl
19322            + ext/Encode/Encode/euc-jp-0212.enc
19323            ! ext/Encode/Encode/Tcl.pm
19324 ____________________________________________________________________________
19325 [ 11377] By: nick                                  on 2001/07/16  13:17:28
19326         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
19327              From:  Andy Dougherty <doughera@lafayette.edu>
19328              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
19329              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
19330      Branch: perl
19331            ! hints/darwin.sh hints/rhapsody.sh
19332 ____________________________________________________________________________
19333 [ 11376] By: nick                                  on 2001/07/16  09:05:00
19334         Log: Integrate mainline
19335      Branch: perlio
19336           +> ext/Encode/Encode/7bit-greek.enc
19337           +> ext/Encode/Encode/7bit-latin1.enc
19338           +> ext/Encode/Encode/cns11643-1.enc
19339           +> ext/Encode/Encode/cns11643-2.enc
19340           +> ext/Encode/Encode/iso2022-cn.enc
19341           +> ext/Encode/Encode/iso2022-jp1.enc
19342           +> ext/Encode/Encode/iso2022-jp2.enc
19343           !> Changes Configure MANIFEST Makefile.SH
19344           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
19345           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
19346           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
19347           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
19348           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
19349 ____________________________________________________________________________
19350 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
19351         Log: integrate change#11374 from maint-5.6
19352              
19353              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
19354      Branch: perl
19355           !> utils/h2ph.PL
19356 ____________________________________________________________________________
19357 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
19358         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
19359      Branch: maint-5.6/perl
19360            ! utils/h2ph.PL
19361 ____________________________________________________________________________
19362 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
19363         Log: Update Changes.
19364      Branch: perl
19365            ! Changes patchlevel.h
19366 ____________________________________________________________________________
19367 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
19368         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
19369              From: Jonathan Stowe <gellyfish@gellyfish.com>
19370              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
19371              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
19372      Branch: perl
19373            ! utils/h2xs.PL
19374 ____________________________________________________________________________
19375 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
19376         Log: Subject: patch to add DEL to [:cntrl:]
19377              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19378              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
19379              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
19380      Branch: perl
19381            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
19382 ____________________________________________________________________________
19383 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
19384         Log: Metaconfig unit change for #11369; plus a dependency nit.
19385      Branch: metaconfig
19386            ! U/compline/nblock_io.U
19387      Branch: metaconfig/U/perl
19388            ! Extensions.U
19389 ____________________________________________________________________________
19390 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
19391         Log: #include <stdlib.h> so that exit() is prototyped,
19392              noticed by Hugo.
19393      Branch: perl
19394            ! Configure
19395 ____________________________________________________________________________
19396 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
19397         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
19398              From: Peter Prymmer <pvhp@forte.com>
19399              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
19400              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
19401      Branch: perl
19402            ! t/op/sprintf.t
19403 ____________________________________________________________________________
19404 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
19405         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
19406              From: Peter Prymmer <pvhp@forte.com>
19407              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
19408              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
19409      Branch: perl
19410            ! ext/Encode/Encode/Tcl.t
19411 ____________________________________________________________________________
19412 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
19413         Log: Add information about gcc 3.0 basic block profiling.
19414      Branch: perl
19415            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
19416 ____________________________________________________________________________
19417 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
19418         Log: Subject: Error in lib/PerlIO/Via.pm ?
19419              From: Mark-Jason Dominus <mjd@plover.com>
19420              Date: Fri, 13 Jul 2001 15:55:41 -0400
19421              Message-ID: <20010713195541.26751.qmail@plover.com>
19422      Branch: perl
19423            ! ext/PerlIO/Via/Via.pm
19424 ____________________________________________________________________________
19425 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
19426         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
19427              section from the Compiler section.
19428      Branch: perl
19429            ! myconfig.SH
19430 ____________________________________________________________________________
19431 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
19432         Log: Handle glibc style of constant definitions using enum
19433              with intervening #defines; from Brendan O'Dea.
19434      Branch: perl
19435            ! utils/h2ph.PL
19436 ____________________________________________________________________________
19437 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
19438         Log: Add LC_MESSAGES to the locale_h export tag (it already is
19439              in the Makefile.PL and thusly eligible for an XS constant)
19440              (see also maintperl #10543)
19441      Branch: perl
19442            ! ext/POSIX/POSIX.pm
19443 ____________________________________________________________________________
19444 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
19445         Log: Subject: Re: [patch] re_dup
19446              From: Abhijit Menon-Sen <ams@wiw.org>
19447              Date: Fri, 13 Jul 2001 21:41:09 +0530
19448              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
19449      Branch: perl
19450            ! sv.c
19451 ____________________________________________________________________________
19452 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
19453         Log: Subject: [patch] re_dup
19454              From: Doug MacEachern <dougm@covalent.net>
19455              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
19456              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
19457      Branch: perl
19458            ! sv.c
19459 ____________________________________________________________________________
19460 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
19461         Log: Update Changes.
19462      Branch: perl
19463            ! Changes patchlevel.h
19464 ____________________________________________________________________________
19465 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
19466         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
19467              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
19468              Date: Sat, 14 Jul 2001 00:06:30 +0900
19469              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
19470      Branch: perl
19471            + ext/Encode/Encode/7bit-greek.enc
19472            + ext/Encode/Encode/7bit-latin1.enc
19473            + ext/Encode/Encode/cns11643-1.enc
19474            + ext/Encode/Encode/cns11643-2.enc
19475            + ext/Encode/Encode/iso2022-cn.enc
19476            + ext/Encode/Encode/iso2022-jp1.enc
19477            + ext/Encode/Encode/iso2022-jp2.enc
19478            ! MANIFEST ext/Encode/Encode/Tcl.pm
19479            ! ext/Encode/Encode/iso2022-kr.enc
19480 ____________________________________________________________________________
19481 [ 11357] By: nick                                  on 2001/07/13  14:24:06
19482         Log: Blind integrate mainline (as of 5.7.2?)
19483      Branch: perlio
19484           !> AUTHORS Changes Porting/config.sh Porting/config_H
19485           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
19486           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
19487           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19488           !> win32/makefile.mk
19489 ____________________________________________________________________________
19490 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
19491         Log: Snip away the devel patchlevel.
19492      Branch: perl
19493            ! patchlevel.h
19494 ____________________________________________________________________________
19495 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
19496         Log: Bump the version to 5.7.2.
19497      Branch: perl
19498            ! Porting/config.sh Porting/config_H patchlevel.h
19499            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
19500            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19501            ! win32/makefile.mk
19502 ____________________________________________________________________________
19503 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
19504         Log: Update Changes.
19505      Branch: perl
19506            ! Changes
19507 ____________________________________________________________________________
19508 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
19509         Log: Reword.
19510      Branch: perl
19511            ! AUTHORS
19512 ____________________________________________________________________________
19513 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
19514         Log: AUTHORS update.
19515      Branch: perl
19516            ! AUTHORS
19517 ____________________________________________________________________________
19518 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
19519         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
19520              unless ithreads.
19521      Branch: perl
19522            ! makedef.pl
19523 ____________________________________________________________________________
19524 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
19525         Log: Integrate perlio.
19526      Branch: perl
19527           !> win32/distclean.bat
19528 ____________________________________________________________________________
19529 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
19530         Log: Test the encoding transform only iff we have PerlIO,
19531              noticed by H. Merijn Brand.
19532      Branch: perl
19533            ! ext/PerlIO/t/encoding.t
19534 ____________________________________________________________________________
19535 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
19536         Log: README.netware tweaks from Ananth Kesari.
19537      Branch: perl
19538            ! README.netware
19539 ____________________________________________________________________________
19540 [ 11346] By: nick                                  on 2001/07/13  09:18:51
19541         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
19542              to avoid /unicode vs /Unicode issues.
19543      Branch: perlio
19544            ! win32/distclean.bat
19545 ____________________________________________________________________________
19546 [ 11345] By: nick                                  on 2001/07/13  06:24:18
19547         Log: Integrate mainline
19548      Branch: perlio
19549           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
19550            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
19551           !> (integrate 63 files)
19552 ____________________________________________________________________________
19553 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
19554         Log: Add d_bincompat5005 information to perl -V.
19555      Branch: perl
19556            ! myconfig.SH
19557 ____________________________________________________________________________
19558 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
19559         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
19560              From: Abhijit Menon-Sen <ams@wiw.org>
19561              Date: Fri, 13 Jul 2001 07:12:36 +0530
19562              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
19563      Branch: perl
19564            ! sv.c
19565 ____________________________________________________________________________
19566 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
19567         Log: Remove unicode::distinct, as per Inaba Hiroto.
19568      Branch: perl
19569            - lib/unicode/distinct.pm
19570            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
19571            ! t/lib/1_compile.t
19572 ____________________________________________________________________________
19573 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
19574         Log: Paging for Dr Octothorpe.
19575      Branch: perl
19576            ! pod/perlfaq4.pod
19577 ____________________________________________________________________________
19578 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
19579         Log: cut-n-paste error noticed by mjd.
19580      Branch: perl
19581            ! pod/perlfaq4.pod
19582 ____________________________________________________________________________
19583 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
19584         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
19585              From: Peter Prymmer <pvhp@forte.com>
19586              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
19587              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
19588      Branch: perl
19589            ! pod/perlfaq4.pod
19590 ____________________________________________________________________________
19591 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
19592         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
19593              From: Randall Gellens <randy@qualcomm.com>
19594              Date: Thu, 12 Jul 2001 16:56:23 -0700
19595              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
19596      Branch: perl
19597            ! Porting/repository.pod
19598 ____________________________________________________________________________
19599 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
19600         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
19601      Branch: perl
19602            ! thread.h
19603 ____________________________________________________________________________
19604 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
19605         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
19606              From: coral <coral@moonlight.crystalflame.net>
19607              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
19608              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
19609      Branch: perl
19610            ! thread.h
19611 ____________________________________________________________________________
19612 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
19613         Log: Metaconfig unit change for #11134.
19614      Branch: metaconfig
19615            + U/threads/d_pthread_atfork.U
19616 ____________________________________________________________________________
19617 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
19618         Log: Add HAS_PTHREAD_ATFORK.
19619      Branch: perl
19620            ! Configure NetWare/config.wc NetWare/config_H.wc
19621            ! Porting/Glossary Porting/config.sh Porting/config_H
19622            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
19623            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
19624            ! vos/config.ga.def vos/config.ga.h win32/config.bc
19625            ! win32/config.gc win32/config.vc win32/config_H.bc
19626            ! win32/config_H.gc win32/config_H.vc
19627 ____________________________________________________________________________
19628 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
19629         Log: Subject: [PATCH] File::Copy fails on tied handles
19630              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
19631              Date: Thu, 12 Jul 2001 15:18:51 -0700
19632              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
19633      Branch: perl
19634            ! lib/File/Copy.pm
19635 ____________________________________________________________________________
19636 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
19637         Log: Subject: [PATCH] Langinfo.t
19638              From: Nicholas Clark <nick@ccl4.org>
19639              Date: Thu, 12 Jul 2001 23:55:38 +0100
19640              Message-ID: <20010712235538.M5827@plum.flirble.org>
19641      Branch: perl
19642            ! ext/I18N/Langinfo/Langinfo.t
19643 ____________________________________________________________________________
19644 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
19645         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
19646              From: Peter Prymmer <pvhp@forte.com>
19647              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
19648              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
19649      Branch: perl
19650            ! pod/perl572delta.pod
19651 ____________________________________________________________________________
19652 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
19653         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
19654              From: Abhijit Menon-Sen <ams@wiw.org>
19655              Date: Fri, 13 Jul 2001 05:21:16 +0530
19656              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
19657      Branch: perl
19658            ! sv.c
19659 ____________________________________________________________________________
19660 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
19661         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
19662              From: Abhijit Menon-Sen <ams@wiw.org>
19663              Date: Fri, 13 Jul 2001 03:04:25 +0530
19664              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
19665      Branch: perl
19666            ! av.c
19667 ____________________________________________________________________________
19668 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
19669         Log: s/^M$//g
19670      Branch: perl
19671            ! win32/Makefile win32/makefile.mk
19672 ____________________________________________________________________________
19673 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
19674         Log: Update Changes.
19675      Branch: perl
19676            ! Changes patchlevel.h
19677 ____________________________________________________________________________
19678 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
19679         Log: Typo spotted by Philip Newton.
19680      Branch: perl
19681            ! pod/perl572delta.pod
19682 ____________________________________________________________________________
19683 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
19684         Log: Subject: [PATCH] fixes perl_clone of perl_clone
19685              From: Artur Bergman <artur@contiller.se>
19686              Date: Thu, 12 Jul 2001 20:57:09 +0200
19687              Message-ID: <B773BFA4.236B%artur@contiller.se>
19688      Branch: perl
19689            ! sv.c
19690 ____________________________________________________________________________
19691 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
19692         Log: Add README.uts from Hal Morris.
19693      Branch: perl
19694            + README.uts
19695            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
19696            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
19697 ____________________________________________________________________________
19698 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
19699         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
19700              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19701              Date: Thu, 12 Jul 2001 20:32:37 +0200
19702              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
19703      Branch: perl
19704            ! hints/aix.sh
19705 ____________________________________________________________________________
19706 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
19707         Log: Subject: Patch: document reg_data.what member
19708              From: Mark-Jason Dominus <mjd@plover.com>
19709              Message-ID: <20010712182532.14821.qmail@plover.com>
19710              Date: Thu, 12 Jul 2001 14:25:32 -0400
19711      Branch: perl
19712            ! regcomp.c regcomp.h
19713 ____________________________________________________________________________
19714 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
19715         Log: Subject: [PATCH] Perl_re_dup()
19716              From: Abhijit Menon-Sen <ams@wiw.org>
19717              Date: Thu, 12 Jul 2001 23:54:32 +0530
19718              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
19719      Branch: perl
19720            ! embed.h embed.pl perlapi.c proto.h sv.c
19721 ____________________________________________________________________________
19722 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
19723         Log: Regen Configure, modlib, toc.
19724      Branch: perl
19725            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19726            ! pod/perlmodlib.pod pod/perltoc.pod
19727 ____________________________________________________________________________
19728 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
19729         Log: The problem seems to be in PerlIO::Layer::->find() not
19730              accepting the ":encoding(blurflur)" arguments.
19731      Branch: perl
19732            ! lib/PerlIO.pm lib/open.pm
19733 ____________________________________________________________________________
19734 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
19735         Log: AIX doc update.
19736      Branch: perl
19737            ! README.aix pod/perl572delta.pod
19738 ____________________________________________________________________________
19739 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
19740         Log: Subject: AIX README update
19741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19742              Date: Thu, 12 Jul 2001 19:28:30 +0200
19743              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
19744      Branch: perl
19745            ! README.aix
19746 ____________________________________________________________________________
19747 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
19748         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
19749              From: Norton Allen <allen@huarp.harvard.edu>
19750              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
19751              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
19752      Branch: perl
19753            ! ext/IO/lib/IO/t/io_unix.t
19754 ____________________________________________________________________________
19755 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
19756         Log: Subject: [PATCH README.qnx hints/qnx.sh]
19757              From: Norton Allen <allen@huarp.harvard.edu>
19758              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
19759              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
19760      Branch: perl
19761            ! README.qnx hints/qnx.sh
19762 ____________________________________________________________________________
19763 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
19764         Log: Subject: [patch] faster PM_GETRE
19765              From: Doug MacEachern <dougm@covalent.net>
19766              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
19767              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
19768      Branch: perl
19769            ! op.h
19770 ____________________________________________________________________________
19771 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
19772         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
19773              From: Doug MacEachern <dougm@covalent.net>
19774              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
19775              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
19776      Branch: perl
19777            ! op.c
19778 ____________________________________________________________________________
19779 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
19780         Log: Tell where the nice Estonian database is.
19781      Branch: perl
19782            ! lib/open.pm
19783 ____________________________________________________________________________
19784 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
19785         Log: Retract #11309 since #11310 is a better fix.
19786      Branch: perl
19787            ! t/lib/1_compile.t
19788 ____________________________________________________________________________
19789 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
19790         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
19791              change#11300 needs to return the status of failed win32_spawnvp())
19792              
19793              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
19794              splitting correctly; remove unused variables; 'require' at run time
19795              rather than 'use' at compile time for I18N::Langinfo, since it
19796              isn't everyware
19797      Branch: perl
19798            ! lib/open.pm win32/win32.c
19799 ____________________________________________________________________________
19800 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
19801         Log: Temporary workaround.
19802      Branch: perl
19803            ! t/lib/1_compile.t
19804 ____________________________________________________________________________
19805 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
19806         Log: UCD typo in #11306 and add also more known-to-be-tested
19807              modules to the skip list.
19808      Branch: perl
19809            ! t/lib/1_compile.t
19810 ____________________________________________________________________________
19811 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
19812         Log: Rename Unicode::UCD to UnicodeCD to avoid
19813              messups with case-insensitive filesystems.
19814      Branch: perl
19815            + lib/UnicodeCD.pm lib/UnicodeCD.t
19816            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
19817            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
19818 ____________________________________________________________________________
19819 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
19820         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
19821              From: daniel@biz.bitpusher.com
19822              Date: Wed, 11 Jul 2001 23:25:47 -0700
19823              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
19824      Branch: perl
19825            ! lib/Tie/Array.pm t/op/splice.t
19826 ____________________________________________________________________________
19827 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
19828         Log: Subject: [PATCH] More accurate line numbers in messages
19829              From: Paul Johnson <paul@pjcj.net>
19830              Date: Thu, 12 Jul 2001 04:14:11 +0200
19831              Message-ID: <20010712041411.A3467@pjcj.net>
19832              
19833              (With prototyping and multiplicity tweaks.)
19834      Branch: perl
19835            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
19836 ____________________________________________________________________________
19837 [ 11304] By: nick                                  on 2001/07/12  12:53:40
19838         Log: Integrate mainline
19839      Branch: perlio
19840           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
19841           !> regexec.c thread.h
19842 ____________________________________________________________________________
19843 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
19844         Log: Cut-and-pasto in #11298.
19845      Branch: perl
19846            ! ext/ByteLoader/bytecode.h
19847 ____________________________________________________________________________
19848 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
19849         Log: Update the AIX known problems section.
19850      Branch: perl
19851            ! pod/perl572delta.pod
19852 ____________________________________________________________________________
19853 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
19854         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
19855              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19856              Date: Thu, 12 Jul 2001 12:16:16 +0200
19857              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
19858      Branch: perl
19859            ! hints/aix.sh
19860 ____________________________________________________________________________
19861 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
19862         Log: Integrate perlio.
19863      Branch: perl
19864           !> makedef.pl win32/win32.c
19865 ____________________________________________________________________________
19866 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
19867         Log: Subject: [PATCH] fix for PMOP threadness failures
19868              From: Artur Bergman <artur@contiller.se>
19869              Date: Thu, 12 Jul 2001 09:48:06 +0200
19870              Message-ID: <B77322D6.22DD%artur@contiller.se>
19871      Branch: perl
19872            ! regexec.c
19873 ____________________________________________________________________________
19874 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
19875         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
19876              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19877              Date: Thu, 12 Jul 2001 09:09:48 +0200
19878              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
19879              
19880              More parentheses to keep bcc happy.
19881      Branch: perl
19882            ! ext/ByteLoader/bytecode.h
19883 ____________________________________________________________________________
19884 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
19885         Log: Subject: Re: [patch] pthread_atfork bandaid
19886              From: Doug MacEachern <dougm@covalent.net>
19887              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
19888              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
19889      Branch: perl
19890            ! thread.h
19891 ____________________________________________________________________________
19892 [ 11296] By: nick                                  on 2001/07/12  11:55:48
19893         Log: Exclude reentrant_buffer from .def file
19894      Branch: perlio
19895            ! makedef.pl
19896 ____________________________________________________________________________
19897 [ 11295] By: nick                                  on 2001/07/12  11:11:44
19898         Log: Honour void-ness of my_exit()
19899      Branch: perlio
19900            ! win32/win32.c
19901 ____________________________________________________________________________
19902 [ 11294] By: nick                                  on 2001/07/12  07:51:04
19903         Log: Integrate mainline
19904      Branch: perlio
19905           +> uts/sprintf_wrap.c
19906           !> (integrate 35 files)
19907 ____________________________________________________________________________
19908 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
19909         Log: Retract #11289.
19910      Branch: perl
19911            ! embed.h embed.pl perl.c proto.h thread.h
19912 ____________________________________________________________________________
19913 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
19914         Log: Now the :locale pseudolayer *almost* works...
19915      Branch: perl
19916            ! lib/open.pm
19917 ____________________________________________________________________________
19918 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
19919         Log: Locale encoding tweaks.
19920      Branch: perl
19921            ! lib/open.pm
19922 ____________________________________________________________________________
19923 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
19924         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
19925              From: Mark-Jason Dominus <mjd@plover.com>
19926              Date: Thu, 12 Jul 2001 00:59:31 -0400
19927              Message-ID: <20010712045931.8543.qmail@plover.com>
19928              
19929              Remove the chmod/umask leading zero warning.
19930      Branch: perl
19931            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
19932            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
19933 ____________________________________________________________________________
19934 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
19935         Log: (Retracted by #11289.)
19936      Branch: perl
19937            ! embed.h embed.pl perl.c proto.h thread.h
19938 ____________________________________________________________________________
19939 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
19940         Log: Needed by #11283.
19941      Branch: perl
19942            ! intrpvar.h
19943 ____________________________________________________________________________
19944 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
19945         Log: Metaconfig unit change for #11286.
19946      Branch: metaconfig/U/perl
19947            ! patchlevel.U
19948 ____________________________________________________________________________
19949 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
19950         Log: Subject: Re: [PATCH Configure] perl -V broken
19951              From: Andy Dougherty <doughera@lafayette.edu>
19952              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
19953              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
19954      Branch: perl
19955            ! Configure myconfig.SH
19956 ____________________________________________________________________________
19957 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
19958         Log: Retract #11166 (and #11237).
19959      Branch: perl
19960            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
19961            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
19962            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
19963 ____________________________________________________________________________
19964 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
19965         Log: UTS tweaks for Hal Morris.
19966      Branch: perl
19967            + uts/sprintf_wrap.c
19968            ! MANIFEST hints/uts.sh perl.h
19969 ____________________________________________________________________________
19970 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
19971         Log: Subject: [PATCH] Use reentrant API glibc
19972              From: Artur Bergman <artur@contiller.se>
19973              Date: Thu, 12 Jul 2001 00:58:21 +0200
19974              Message-ID: <B772A6AD.2288%artur@contiller.se>
19975      Branch: perl
19976            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
19977            ! sv.c
19978 ____________________________________________________________________________
19979 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
19980         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
19981              From: barries <barries@slaysys.com>
19982              Date: Wed, 11 Jul 2001 15:11:46 -0400
19983              Message-ID: <20010711151146.G24560@jester.slaysys.com>
19984      Branch: perl
19985            ! pp_sys.c t/lib/warnings/doio win32/win32.c
19986 ____________________________________________________________________________
19987 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
19988         Log: Subject: [patch] pthread_atfork bandaid
19989              From: Doug MacEachern <dougm@covalent.net>
19990              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
19991              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
19992      Branch: perl
19993            ! miniperlmain.c perl.c
19994 ____________________________________________________________________________
19995 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
19996         Log: Subject: [patch] perl_clone leaks
19997              From: Doug MacEachern <dougm@covalent.net>
19998              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
19999              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
20000      Branch: perl
20001            ! sv.c
20002 ____________________________________________________________________________
20003 [ 11279] By: nick                                  on 2001/07/11  15:49:38
20004         Log: Integrate mainline
20005      Branch: perlio
20006           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
20007           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
20008           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
20009           +> lib/Term/ANSIColor/README
20010           !> (integrate 54 files)
20011 ____________________________________________________________________________
20012 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
20013         Log: Update Changes.
20014      Branch: perl
20015            ! Changes patchlevel.h
20016 ____________________________________________________________________________
20017 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
20018         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
20019              From: Peter Prymmer <pvhp@forte.com>
20020              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
20021              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
20022              
20023              Backport of embed.pl to 5.003.
20024      Branch: perl
20025            ! embed.pl
20026 ____________________________________________________________________________
20027 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
20028         Log: Subject: Re: POSIX test #14 on UTS 
20029              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20030              Date: Wed, 11 Jul 2001 03:02:14 +0100
20031              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
20032      Branch: perl
20033            ! ext/POSIX/POSIX.t
20034 ____________________________________________________________________________
20035 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
20036         Log: Make the I32 an IV to preserve structure alignment and size.
20037      Branch: perl
20038            ! op.h
20039 ____________________________________________________________________________
20040 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
20041         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
20042              From: "Artur Bergman" <artur@contiller.se>
20043              Date: Wed, 11 Jul 2001 14:23:37 +0200
20044              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
20045              
20046              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
20047      Branch: perl
20048            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
20049            ! pod/perlapi.pod sv.c
20050 ____________________________________________________________________________
20051 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
20052         Log: Tweak until Pod::Parser gets updated.
20053      Branch: perl
20054            ! t/pod/special_seqs.xr
20055 ____________________________________________________________________________
20056 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
20057         Log: File::Spec usage tweak.
20058      Branch: perl
20059            ! lib/ExtUtils.t
20060 ____________________________________________________________________________
20061 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
20062         Log: Integrate #11263 from macperl; macos and macosx updates.
20063      Branch: perl
20064           !> pod/perlport.pod
20065 ____________________________________________________________________________
20066 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
20067         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
20068              From: Peter Prymmer <pvhp@forte.com>
20069              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
20070              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
20071      Branch: perl
20072            + ext/Time/HiRes/hints/dynixptx.pl
20073            ! MANIFEST hints/dynixptx.sh
20074 ____________________________________________________________________________
20075 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
20076         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
20077              From: Nicholas Clark <nick@ccl4.org>
20078              Date: Tue, 10 Jul 2001 23:17:43 +0100
20079              Message-ID: <20010710231742.B59620@plum.flirble.org>
20080      Branch: perl
20081            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
20082 ____________________________________________________________________________
20083 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
20084         Log: Subject: [DOC PATCH] Pluggable runops
20085              From: Paul Johnson <paul@pjcj.net>
20086              Date: Tue, 10 Jul 2001 21:53:28 +0200
20087              Message-ID: <20010710215328.B26577@pjcj.net>
20088      Branch: perl
20089            ! pod/perlguts.pod
20090 ____________________________________________________________________________
20091 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
20092         Log: Subject: [PATCH] Authors
20093              From: Artur Bergman <artur@contiller.se>
20094              Date: Tue, 10 Jul 2001 20:39:12 +0200
20095              Message-ID: <B771186F.21CD%artur@contiller.se>
20096      Branch: perl
20097            ! AUTHORS
20098 ____________________________________________________________________________
20099 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
20100         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
20101              From: Doug MacEachern <dougm@covalent.net>
20102              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
20103              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
20104      Branch: perl
20105            ! pp_ctl.c
20106 ____________________________________________________________________________
20107 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
20108         Log: Subject: doc patch; times() in scalar context
20109              From: mjd@plover.com
20110              Date: 10 Jul 2001 18:01:17 -0000
20111              Message-ID: <20010710180117.12477.qmail@plover.com>
20112      Branch: perl
20113            ! pod/perlfunc.pod
20114 ____________________________________________________________________________
20115 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
20116         Log: Subject: [PATCH] Small fix to pp_gmtime
20117              From: Artur Bergman <artur@contiller.se>
20118              Date: Tue, 10 Jul 2001 19:54:52 +0200
20119              Message-ID: <B7710E0B.21C5%artur@contiller.se>
20120      Branch: perl
20121            ! pp_sys.c
20122 ____________________________________________________________________________
20123 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
20124         Log: Integrate changes from mainline perl, add notes about
20125              Mac OS X and Mac OS.
20126      Branch: maint-5.6/macperl
20127            ! pod/perlport.pod
20128 ____________________________________________________________________________
20129 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
20130         Log: A proof of the dangers of package; ?
20131      Branch: perl
20132            ! t/lib/warnings/op
20133 ____________________________________________________________________________
20134 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
20135         Log: Regen toc and modlib.
20136      Branch: perl
20137            ! pod/perlmodlib.pod pod/perltoc.pod
20138 ____________________________________________________________________________
20139 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
20140         Log: Add compexcl(), casefold(), and casespec() interfaces;
20141              and make all interfaces to return hash references instead
20142              of hashes. 
20143      Branch: perl
20144            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
20145 ____________________________________________________________________________
20146 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
20147         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
20148              From: "Philip Newton" <Philip.Newton@gmx.net>
20149              Date: Tue, 10 Jul 2001 09:55:59 +0200
20150              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
20151              
20152              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
20153              From: "Philip Newton" <Philip.Newton@gmx.net>
20154              Date: Tue, 10 Jul 2001 09:56:37 +0200
20155              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
20156      Branch: perl
20157            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20158            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
20159 ____________________________________________________________________________
20160 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
20161         Log: Subject: [patch] undef &xsub for 1,2
20162              From: Doug MacEachern <dougm@covalent.net>
20163              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
20164              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
20165              
20166              (This version of the patch with a comment from Gisle.)
20167      Branch: perl
20168            ! op.c
20169 ____________________________________________________________________________
20170 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
20171         Log: Mention package; deprecation and the Win32 problems.
20172      Branch: perl
20173            ! pod/perl572delta.pod
20174 ____________________________________________________________________________
20175 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
20176         Log: Subject: [PATCH] deprecate package with no arguments
20177              From: Robin Houston <robin@kitsite.com>
20178              Date: Tue, 10 Jul 2001 13:33:40 +0100
20179              Message-ID: <20010710133340.A13452@robin.kitsite.com>
20180      Branch: perl
20181            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
20182 ____________________________________________________________________________
20183 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
20184         Log: Upgrade to podlators 1.10.
20185      Branch: perl
20186            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
20187            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
20188            ! pod/pod2man.PL pod/pod2text.PL
20189 ____________________________________________________________________________
20190 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
20191         Log: Upgrade to Term::ANSIColor 1.04.
20192      Branch: perl
20193            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
20194            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
20195 ____________________________________________________________________________
20196 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
20197         Log: Integrate perlio (the right fix for the ":layer(args)")
20198      Branch: perl
20199           !> perlio.c
20200 ____________________________________________________________________________
20201 [ 11252] By: nick                                  on 2001/07/10  06:58:14
20202         Log: Fix open(...,"...:layer(xxx)",...)
20203              - use memEQ not strEQ as there is '(' not '\0'
20204      Branch: perlio
20205            ! perlio.c
20206 ____________________________________________________________________________
20207 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
20208         Log: Telling the number of tests helps.
20209      Branch: perl
20210            ! ext/PerlIO/t/encoding.t
20211 ____________________________________________________________________________
20212 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
20213         Log: Require I18N::Langinfo, not use.
20214      Branch: perl
20215            ! lib/open.pm
20216 ____________________________________________________________________________
20217 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
20218         Log: Add a test for for PerlIO ":encoding(...)" layer.
20219      Branch: perl
20220            + ext/PerlIO/t/encoding.t
20221            ! MANIFEST ext/Encode/Encode.pm
20222 ____________________________________________________________________________
20223 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
20224         Log: PerlIO ":encoding(foobar)" temporary fix.
20225              Not really correct, I think, since the change means
20226              that prefixes match.
20227      Branch: perl
20228            ! perlio.c
20229 ____________________________________________________________________________
20230 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
20231         Log: Update to Math::BigInt 1.36.  The biggest news is
20232              the separation of the backend; now the pure Perl
20233              implementation is in Math::BigInt::Calc, but one
20234              can plugin, say, Math::BigInt::BitVect, and get
20235              considerable speedup.
20236      Branch: perl
20237            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
20238            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20239            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
20240            ! lib/Math/BigInt/t/mbimbf.t
20241 ____________________________________________________________________________
20242 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
20243         Log: Subject: Re: compatibility question
20244              From: Peter Prymmer <pvhp@forte.com>
20245              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
20246              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
20247      Branch: perl
20248            ! lib/ExtUtils/MM_VMS.pm
20249 ____________________________________________________________________________
20250 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
20251         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
20252              From: Norton Allen <allen@huarp.harvard.edu>
20253              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
20254              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
20255      Branch: perl
20256            ! ext/File/Glob/t/basic.t
20257 ____________________________________________________________________________
20258 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
20259         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
20260              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20261              Date: Tue, 10 Jul 2001 00:29:55 +0900
20262              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
20263      Branch: perl
20264            + ext/Encode/Encode/HZ.enc
20265            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
20266            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
20267            ! ext/Encode/Encode/iso2022-jp.enc
20268            ! ext/Encode/Encode/iso2022-kr.enc
20269 ____________________________________________________________________________
20270 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
20271         Log: Add in all them there macos/ files.
20272      Branch: maint-5.6/macperl
20273            + (add 577 files)
20274 ____________________________________________________________________________
20275 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
20276         Log: Add the new modules to the list of having those own tests.
20277      Branch: perl
20278            ! t/lib/1_compile.t
20279 ____________________________________________________________________________
20280 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
20281         Log: Add INOUT to control both ways at the same time.
20282      Branch: perl
20283            ! lib/open.pm
20284 ____________________________________________________________________________
20285 [ 11240] By: nick                                  on 2001/07/09  16:33:50
20286         Log: Integrate mainline
20287      Branch: perlio
20288           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20289           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
20290           !> (integrate 41 files)
20291 ____________________________________________________________________________
20292 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
20293         Log: More encoding mapping magic.
20294      Branch: perl
20295            ! lib/open.pm
20296 ____________________________________________________________________________
20297 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
20298         Log: Update Changes.
20299      Branch: perl
20300            ! Changes patchlevel.h
20301 ____________________________________________________________________________
20302 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
20303         Log: (Retracted by #11285).
20304              
20305              Subject: [PATCH] OPpCONST_OCTAL fixes
20306              From: Abhijit Menon-Sen <ams@wiw.org>
20307              Date: Mon, 9 Jul 2001 07:38:45 +0530
20308              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
20309      Branch: perl
20310            ! op.c
20311 ____________________________________________________________________________
20312 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
20313         Log: Add a pseudolayer ":locale" to the open pragma which
20314              will get the encoding from the locale.  Yet undocumented
20315              because I can't get the PerlIO :encoding(foobar) to work.
20316      Branch: perl
20317            ! ext/Encode/Encode.pm lib/open.pm
20318 ____________________________________________________________________________
20319 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
20320         Log: Add more encoding mappings.
20321      Branch: perl
20322            ! ext/Encode/Encode.pm
20323 ____________________________________________________________________________
20324 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
20325         Log: Document that using :encoding layer requires using Encode.
20326      Branch: perl
20327            ! ext/Encode/Encode.pm lib/PerlIO.pm
20328 ____________________________________________________________________________
20329 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
20330         Log: Netware tweak from Ananth Kesari.
20331      Branch: perl
20332            ! NetWare/netware.h
20333 ____________________________________________________________________________
20334 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
20335         Log: t/harness doesn't know about run/*.t
20336      Branch: perl
20337            ! t/harness
20338 ____________________________________________________________________________
20339 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
20340         Log: run/exit.t busted on windows
20341      Branch: perl
20342            ! t/run/exit.t
20343 ____________________________________________________________________________
20344 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
20345         Log: fix a couple of UCD.t tests that fail due to bad case
20346      Branch: perl
20347            ! lib/Unicode/UCD.t
20348 ____________________________________________________________________________
20349 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
20350         Log: test skip logic was broken
20351      Branch: perl
20352            ! ext/I18N/Langinfo/Langinfo.t
20353 ____________________________________________________________________________
20354 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
20355         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
20356              failure of ExtUtils.t#27 when built in debug mode)
20357      Branch: perl
20358            ! lib/ExtUtils/MM_Win32.pm
20359 ____________________________________________________________________________
20360 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
20361         Log: I18N::Langinfo is not available on windows
20362      Branch: perl
20363            ! win32/FindExt.pm
20364 ____________________________________________________________________________
20365 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
20366         Log: save a dTHX
20367      Branch: perl
20368            ! ext/POSIX/POSIX.xs
20369 ____________________________________________________________________________
20370 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
20371         Log: Update Changes.
20372      Branch: perl
20373            ! Changes patchlevel.h
20374 ____________________________________________________________________________
20375 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
20376         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
20377              as pointed out by Sarathy.
20378      Branch: perl
20379            ! ext/I18N/Langinfo/Langinfo.xs
20380 ____________________________________________________________________________
20381 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
20382         Log: Retract #11212.
20383      Branch: perl
20384            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
20385 ____________________________________________________________________________
20386 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
20387         Log: Bump up the VERSION of Cwd.xs.
20388      Branch: perl
20389            ! ext/Cwd/Makefile.PL
20390 ____________________________________________________________________________
20391 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
20392         Log: Retract #11220, the problem wasn't the missing leading zero.
20393              Here's the problem:
20394              $ ./perl -we 'chmod(oct("755"), ".")'
20395              Non-octal literal mode (493) specified at -e line 1.
20396              (Did you mean 0493 instead?)
20397      Branch: perl
20398            ! lib/ExtUtils/MM_Unix.pm
20399 ____________________________________________________________________________
20400 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
20401         Log: (Retracted by #11221)
20402              Change the PERM_RW and PERM_RWX to 0644 and 0755
20403              (add the leading zero).
20404      Branch: perl
20405            ! lib/ExtUtils/MM_Unix.pm
20406 ____________________________________________________________________________
20407 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
20408         Log: Integrate changes #11193, 11205, 11209 from macperl.
20409              
20410              Fix up AutoLoader to fudge for Mac paths in import().
20411              
20412              Allow symbols in try_symbol() to begin with "_".
20413              
20414              Small portability fix for Mac OS.
20415      Branch: perl
20416           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
20417 ____________________________________________________________________________
20418 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
20419         Log: Metaconfig unit change for #11217.
20420      Branch: metaconfig/U/perl
20421            ! Extensions.U
20422 ____________________________________________________________________________
20423 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
20424         Log: Detypo, problem noticed by Gerrit P. Haase.
20425      Branch: perl
20426            ! Configure config_h.SH
20427 ____________________________________________________________________________
20428 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
20429         Log: Cwd cleanups.
20430      Branch: perl
20431            ! ext/Cwd/Cwd.xs
20432 ____________________________________________________________________________
20433 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
20434         Log: Slight tweaks on #11213.
20435      Branch: perl
20436            ! toke.c
20437 ____________________________________________________________________________
20438 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
20439         Log: A missing dTHX noticed by Gerrit P. Haase.
20440      Branch: perl
20441            ! ext/POSIX/POSIX.xs
20442 ____________________________________________________________________________
20443 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
20444         Log: Subject: [PATCH toke.c] Simplify yytoke()
20445              From: Simon Cozens <simon@netthink.co.uk>
20446              Date: Sun, 8 Jul 2001 13:24:34 +0100
20447              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
20448              
20449              Split out pending_ident().
20450      Branch: perl
20451            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
20452 ____________________________________________________________________________
20453 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
20454         Log: (Retracted by #11223.)
20455              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
20456              Date: Wed, 05 Nov 1997 17:22:34 -0600
20457              From: Graham Barr <gbarr@ti.com>
20458              Message-Id: <3460FFBA.6DA51F46@ti.com>
20459      Branch: perl
20460            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
20461 ____________________________________________________________________________
20462 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
20463         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
20464      Branch: perl
20465            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20466            ! pod/perllocale.pod
20467 ____________________________________________________________________________
20468 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
20469         Log: Really do the test under the C locale.
20470      Branch: perl
20471            ! ext/I18N/Langinfo/Langinfo.t
20472 ____________________________________________________________________________
20473 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
20474         Log: Small portability fix for Mac OS.
20475      Branch: maint-5.6/macperl
20476            ! lib/Cwd.pm
20477 ____________________________________________________________________________
20478 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
20479         Log: Metaconfig unit change for #11207.
20480      Branch: metaconfig/U/perl
20481            ! Extensions.U
20482 ____________________________________________________________________________
20483 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
20484         Log: Add I18N::Langinfo, which is basically a wrapper around
20485              nl_langinfo(), which is an additional way to query locale
20486              specific information.
20487      Branch: perl
20488            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20489            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
20490            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
20491 ____________________________________________________________________________
20492 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
20493         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
20494              used in File::Find tests; replace with if.t.
20495      Branch: maint-5.6/macperl
20496            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
20497            ! t/pragma/warn/op
20498 ____________________________________________________________________________
20499 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
20500         Log: Allow symbols in try_symbol() to begin with "_".
20501      Branch: maint-5.6/macperl
20502            ! makedef.pl
20503 ____________________________________________________________________________
20504 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
20505         Log: Sync up the File::Find changes from the rewrite by
20506              Thomas Wegner, et al.
20507      Branch: maint-5.6/macperl
20508            + t/lib/filefind-taint.t
20509            ! lib/File/Find.pm t/lib/filefind.t
20510 ____________________________________________________________________________
20511 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
20512         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
20513              From: Thomas Wegner <wegner_thomas@yahoo.com>
20514              Date: Thu, 5 Jul 2001 20:31:25 +0200
20515              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
20516      Branch: maint-5.6/macperl
20517            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
20518 ____________________________________________________________________________
20519 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
20520         Log: Some more test portability fixes.
20521      Branch: maint-5.6/macperl
20522            ! t/lib/filecopy.t t/pragma/warn/pp_sys
20523 ____________________________________________________________________________
20524 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
20525         Log: The #11200 removed wrong (non-existent) target.  Duh.
20526      Branch: perl
20527            ! Makefile.SH
20528 ____________________________________________________________________________
20529 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
20530         Log: Zap the lib/re.pm before creating it.
20531      Branch: perl
20532            ! Makefile.SH
20533 ____________________________________________________________________________
20534 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
20535         Log: Another test.  Please ignore.
20536      Branch: maint-5.6/macperl
20537            ! README.macos
20538 ____________________________________________________________________________
20539 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
20540         Log: Portability fixes for a lot of tests, especially IO-related
20541              tests, and warnings, and the harness script.
20542      Branch: maint-5.6/macperl
20543            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
20544            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
20545            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
20546            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
20547            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
20548            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
20549            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
20550            ! t/pragma/warnings.t
20551 ____________________________________________________________________________
20552 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
20553         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
20554              From: Nicholas Clark <nick@ccl4.org>
20555              Date: Sat, 7 Jul 2001 21:00:17 +0100
20556              Message-ID: <20010707210017.H59620@plum.flirble.org>
20557      Branch: perl
20558            ! lib/h2xs.t
20559 ____________________________________________________________________________
20560 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
20561         Log: The UNICOS/mk SysV IPC problem has been fixed.
20562      Branch: perl
20563            ! pod/perl572delta.pod
20564 ____________________________________________________________________________
20565 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
20566         Log: Slight update tweaks on perlunicode.pod.
20567      Branch: perl
20568            ! pod/perlunicode.pod
20569 ____________________________________________________________________________
20570 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
20571         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
20572              From: Mark-Jason Dominus <mjd@plover.com>
20573              Date: Sat, 07 Jul 2001 13:04:04 -0400
20574              Message-ID: <20010707170404.32694.qmail@plover.com>
20575      Branch: perl
20576            ! ext/DB_File/DB_File.pm
20577 ____________________________________________________________________________
20578 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
20579         Log: Fix up AutoLoader to fudge for Mac paths in import().
20580      Branch: maint-5.6/macperl
20581            ! lib/AutoLoader.pm
20582 ____________________________________________________________________________
20583 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
20584         Log: Try to force the lib/re.pm to be there before entering
20585              the extensions builds, should help for parallel makes.
20586      Branch: perl
20587            ! Makefile.SH
20588 ____________________________________________________________________________
20589 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
20590         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
20591              From: Norton Allen <allen@huarp.harvard.edu>
20592              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
20593              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
20594      Branch: perl
20595            ! ext/POSIX/POSIX.xs
20596 ____________________________________________________________________________
20597 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
20598         Log: Subject: [PATCH] Re: op/arith.t
20599              From: Nicholas Clark <nick@ccl4.org>
20600              Date: Sat, 7 Jul 2001 13:04:54 +0100
20601              Message-ID: <20010707130454.D59620@plum.flirble.org>
20602      Branch: perl
20603            ! numeric.c toke.c
20604 ____________________________________________________________________________
20605 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
20606         Log: Subject: [PATCH] h2xs
20607              From: Nicholas Clark <nick@ccl4.org>
20608              Date: Fri, 6 Jul 2001 23:25:14 +0100
20609              Message-ID: <20010706232514.X59620@plum.flirble.org>
20610      Branch: perl
20611            ! utils/h2xs.PL
20612 ____________________________________________________________________________
20613 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
20614         Log: Subject: Re: bleedperl perl_alloc..free leakage
20615              From: Radu Greab <radu@netsoft.ro>
20616              Date: Fri, 6 Jul 2001 19:48:54 +0300
20617              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
20618              
20619              Leak-be-gone.
20620      Branch: perl
20621            ! op.c
20622 ____________________________________________________________________________
20623 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
20624         Log: Test again.  Please ignore.
20625      Branch: maint-5.6/macperl
20626            ! README.macos
20627 ____________________________________________________________________________
20628 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
20629         Log: Test.  Please ignore.
20630      Branch: maint-5.6/macperl
20631            ! README.macos
20632 ____________________________________________________________________________
20633 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
20634         Log: Include changes already sent in separately as patches,
20635              before branch was created.
20636      Branch: maint-5.6/macperl
20637            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
20638            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
20639            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
20640            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
20641            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
20642            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
20643            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
20644            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
20645            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
20646            ! t/pragma/strict.t
20647 ____________________________________________________________________________
20648 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
20649         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
20650              From: Norton Allen <allen@huarp.harvard.edu>
20651              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
20652              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
20653      Branch: perl
20654            ! utf8.h
20655 ____________________________________________________________________________
20656 [ 11183] By: nick                                  on 2001/07/06  16:27:40
20657         Log: Integrate mainline
20658      Branch: perlio
20659           +> (branch 42 files)
20660            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
20661            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
20662            - win32/bin/mdelete.bat
20663           !> (integrate 215 files)
20664 ____________________________________________________________________________
20665 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
20666         Log: The #11166 needed also these updated.
20667      Branch: perl
20668            ! lib/warnings.pm warnings.h
20669 ____________________________________________________________________________
20670 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
20671         Log: Update Changes.
20672      Branch: perl
20673            ! Changes patchlevel.h
20674 ____________________________________________________________________________
20675 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
20676         Log: Regen toc.
20677      Branch: perl
20678            ! pod/perltoc.pod
20679 ____________________________________________________________________________
20680 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
20681         Log: Nit from Abhijit.
20682      Branch: perl
20683            ! lib/CPAN.pm
20684 ____________________________________________________________________________
20685 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
20686         Log: Retract #11172.
20687      Branch: perl
20688            ! t/op/method.t
20689 ____________________________________________________________________________
20690 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
20691         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
20692              From: Norton Allen <allen@huarp.harvard.edu>
20693              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
20694              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
20695      Branch: perl
20696            ! lib/Cwd.pm
20697 ____________________________________________________________________________
20698 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
20699         Log: (Accidentally empty check-in.)
20700      Branch: perl
20701            ! utf8.h
20702 ____________________________________________________________________________
20703 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
20704         Log: Retract #11165 since Sarathy pointed out it'll not
20705              work properly under threads, the problem should be
20706              solved using "the savestack, either via SSNEW() or
20707              using a newSVpv()+SAVEFREESV() combo."
20708      Branch: perl
20709            ! ext/POSIX/POSIX.xs
20710 ____________________________________________________________________________
20711 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
20712         Log: Retract #11125 since NI-S pointed out it'll not work in
20713              cases where the extension has their own handcrafted INC
20714              et alia.
20715      Branch: perl
20716            ! lib/ExtUtils/MM_Unix.pm
20717 ____________________________________________________________________________
20718 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
20719         Log: Subject: RE: [PATCH] -I and MakeMaker again
20720              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20721              Date: Fri, 6 Jul 2001 09:18:29 +0200
20722              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
20723      Branch: perl
20724            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
20725            ! lib/ExtUtils/MM_Win32.pm
20726 ____________________________________________________________________________
20727 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
20728         Log: (Retracted by #11178)
20729              Subject: [PATCH t/op/method.t] SUPER:: strangeness
20730              From: Piers Cawley <pdcawley@iterative-software.com>
20731              Date: 06 Jul 2001 10:49:01 +0100
20732              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
20733      Branch: perl
20734            ! t/op/method.t
20735 ____________________________________________________________________________
20736 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
20737         Log: VOS README update from Paul Green.
20738      Branch: perl
20739            ! README.vos
20740 ____________________________________________________________________________
20741 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
20742         Log: Subject: [PATCH README.qnx hints/qnx.sh]
20743              From: Norton Allen <allen@huarp.harvard.edu>
20744              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
20745              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
20746      Branch: perl
20747            ! README.qnx hints/qnx.sh
20748 ____________________________________________________________________________
20749 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
20750         Log: Subject: [PATCH] Doc patch for Tie::Hash
20751              From: Artur Bergman <artur@contiller.se>
20752              Date: Thu, 05 Jul 2001 22:51:18 +0200
20753              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
20754      Branch: perl
20755            ! lib/Tie/Hash.pm
20756 ____________________________________________________________________________
20757 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
20758         Log: Subject: [PATCH] perlfaq4.pod
20759              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
20760              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
20761              Date: Thu, 5 Jul 2001 18:44:10 +0100 
20762      Branch: perl
20763            ! pod/perlfaq4.pod
20764 ____________________________________________________________________________
20765 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
20766         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
20767              From: Robin Houston <robin@kitsite.com>
20768              Date: Thu, 5 Jul 2001 18:33:21 +0100
20769              Message-ID: <20010705183321.A27345@robin.kitsite.com>
20770      Branch: perl
20771            ! ext/B/B/Deparse.pm
20772 ____________________________________________________________________________
20773 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
20774         Log: (Retracted by #11285.)
20775              
20776              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
20777              From: Abhijit Menon-Sen <ams@wiw.org>
20778              Date: Fri, 6 Jul 2001 01:26:32 +0530
20779              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
20780      Branch: perl
20781            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
20782            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
20783            ! warnings.pl
20784 ____________________________________________________________________________
20785 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
20786         Log: (Retracted by #11175)
20787              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
20788              From: Norton Allen <allen@huarp.harvard.edu>
20789              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
20790              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
20791      Branch: perl
20792            ! ext/POSIX/POSIX.xs
20793 ____________________________________________________________________________
20794 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
20795         Log: Unterminated C< (noticed by Richard Hatch), and few other
20796              small Unicode doc tweaks.
20797      Branch: perl
20798            ! pod/perlretut.pod
20799 ____________________________________________________________________________
20800 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
20801         Log: More flexible argument understanding; add charblocks() and
20802              charscripts(); make charblock() and charscript() two-way;
20803              add charinrange(); separate the $Unicode::UCD::VERSION and
20804              the version of the Unicode by adding UnicodeVersion().
20805      Branch: perl
20806            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
20807 ____________________________________________________________________________
20808 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
20809         Log: Update Unicode::UCD on \p{In...}.
20810      Branch: perl
20811            ! lib/Unicode/UCD.pm
20812 ____________________________________________________________________________
20813 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
20814         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
20815              From: Norton Allen <allen@huarp.harvard.edu>
20816              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
20817              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
20818      Branch: perl
20819            ! lib/ExtUtils/MM_Unix.pm
20820 ____________________________________________________________________________
20821 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
20822         Log: POSIX-BC tweaks from Thomas Dorner.
20823      Branch: perl
20824            ! hints/posix-bc.sh perlio.h
20825 ____________________________________________________________________________
20826 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
20827         Log: Module updates for the delta.
20828      Branch: perl
20829            ! pod/perl572delta.pod
20830 ____________________________________________________________________________
20831 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
20832         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
20833              From: Norton Allen <allen@huarp.harvard.edu>
20834              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
20835              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
20836      Branch: perl
20837            ! ext/IO/lib/IO/t/io_sock.t
20838 ____________________________________________________________________________
20839 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
20840         Log: Subject: [PATCH perldiag.pod] Quick fixes
20841              From: Simon Cozens <simon@netthink.co.uk>
20842              Date: Wed, 4 Jul 2001 20:22:12 +0100
20843              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
20844      Branch: perl
20845            ! pod/perldiag.pod
20846 ____________________________________________________________________________
20847 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
20848         Log: (retracted by #13533)
20849              
20850              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
20851              From: Radu Greab <radu@netsoft.ro>
20852              Date: Wed, 4 Jul 2001 22:13:31 +0300
20853              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
20854      Branch: perl
20855            ! op.c sv.c t/op/pos.t
20856 ____________________________________________________________________________
20857 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
20858         Log: Subject: [PATCH] -I and MakeMaker again
20859              From: Michael G Schwern <schwern@pobox.com>
20860              Date: Wed, 4 Jul 2001 15:03:07 -0400
20861              Message-ID: <20010704150307.I20340@blackrider>
20862              
20863              (and retract #11145)
20864      Branch: perl
20865            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
20866            ! lib/ExtUtils/MakeMaker.pm
20867 ____________________________________________________________________________
20868 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
20869         Log: Subject: Re: PERFORCE change 11142 for review
20870              From: "Philip Newton" <Philip.Newton@gmx.net>
20871              Date: Wed, 4 Jul 2001 20:46:26 +0200
20872              Message-Id: <200107041841.VAA25380@taas.iki.fi>
20873      Branch: perl
20874            ! lib/ExtUtils/MakeMaker.pm
20875 ____________________________________________________________________________
20876 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
20877         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
20878              From: Jonathan Stowe <gellyfish@gellyfish.com>
20879              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
20880              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
20881      Branch: perl
20882            ! utils/pl2pm.PL
20883 ____________________________________________________________________________
20884 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
20885         Log: fix the binary compatibility issue when building with/without
20886              usemymalloc by exporting Perl_malloc() et al as simple wrappers
20887              around the system functions (this allows most extensions built
20888              using one mode to coexist with perls built in the other mode)
20889              
20890              XXX the Perl_mfree() wrapper might need to do return(free()) on
20891              platforms where Free_t isn't "void"
20892      Branch: perl
20893            ! embed.h embed.pl makedef.pl proto.h util.c
20894 ____________________________________________________________________________
20895 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
20896         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
20897              since it doesn't ensure threads other than the one calling fork()
20898              aren't holding any locks; the fix is to use pthread_atfork() to
20899              hold global locks
20900              
20901              building perl with -Dusemymalloc exacerbates the problem since
20902              Perl_malloc() holds a mutex, and perl's exec() calls New()
20903              
20904              XXX the code in win32thread.h may be needed on platforms that have
20905              no pthread_atfork()
20906      Branch: perl
20907            ! perl.c thread.h win32/win32thread.h
20908 ____________________________________________________________________________
20909 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
20910         Log: Integrate #11009 from maintperl.
20911      Branch: maint-5.6/macperl
20912           !> lib/ExtUtils/Manifest.pm
20913 ____________________________________________________________________________
20914 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
20915         Log: Flexing my Perforce muscles.
20916      Branch: maint-5.6/macperl
20917            ! README.macos
20918 ____________________________________________________________________________
20919 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
20920         Log: Update Changes.
20921      Branch: perl
20922            ! Changes patchlevel.h
20923 ____________________________________________________________________________
20924 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
20925         Log: Metaconfig unit change for #11146.
20926      Branch: metaconfig/U/perl
20927            ! d_fcntl_can_lock.U
20928 ____________________________________________________________________________
20929 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
20930         Log: Somehow the #ifdefs of the added code (in #11093) made
20931              HP-UX to fail the fcntl locking test, without the ifdefs
20932              the test seems to be working again.  Reason unknown:
20933              HP-UX cc doesn't complain either way.
20934      Branch: perl
20935            ! Configure
20936 ____________________________________________________________________________
20937 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
20938         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
20939      Branch: perl
20940            ! lib/ExtUtils/MM_Unix.pm
20941 ____________________________________________________________________________
20942 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
20943         Log: gcc -Wall nit.
20944      Branch: perl
20945            ! pp_hot.c
20946 ____________________________________________________________________________
20947 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
20948         Log: When removing tests updating the test count is a good idea, too.
20949      Branch: perl
20950            ! lib/Net/t/require.t
20951 ____________________________________________________________________________
20952 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
20953         Log: Document #11134 and add the new symbols to the list of
20954              of MakeMaker known ones.
20955      Branch: perl
20956            ! lib/ExtUtils/MakeMaker.pm
20957 ____________________________________________________________________________
20958 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
20959         Log: Microperl update.
20960      Branch: perl
20961            ! uconfig.h
20962 ____________________________________________________________________________
20963 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
20964         Log: Update the libnet tests as per #11138.
20965      Branch: perl
20966            - lib/Net/t/ph.t
20967            ! MANIFEST lib/Net/t/require.t
20968 ____________________________________________________________________________
20969 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
20970         Log: Regen toc and modlib.
20971      Branch: perl
20972            ! pod/perlmodlib.pod pod/perltoc.pod
20973 ____________________________________________________________________________
20974 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
20975         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
20976              Graham's request.
20977      Branch: perl
20978            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
20979            ! MANIFEST
20980 ____________________________________________________________________________
20981 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
20982         Log: Add the OS/390 harness results to the delta.
20983      Branch: perl
20984            ! pod/perl572delta.pod
20985 ____________________________________________________________________________
20986 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
20987         Log: Avoid the two study tests in OS/390 until the bug has been solved.
20988      Branch: perl
20989            ! t/op/study.t
20990 ____________________________________________________________________________
20991 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
20992         Log: DOS/DJGPP tweaks from Laszlo Molnar.
20993      Branch: perl
20994            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
20995 ____________________________________________________________________________
20996 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
20997         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
20998              From: Michael G Schwern <schwern@pobox.com>
20999              Date: Wed, 4 Jul 2001 00:01:16 -0400
21000              Message-ID: <20010704000116.C591@blackrider>
21001      Branch: perl
21002            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
21003 ____________________________________________________________________________
21004 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
21005         Log: The #11132 missed singleton characters (not part
21006              of a unilo..unihi range) in Unicode scripts.
21007      Branch: perl
21008            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
21009            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
21010            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
21011            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
21012            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
21013            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
21014            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
21015            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
21016            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
21017            ! lib/unicode/mktables.PL t/op/pat.t
21018 ____________________________________________________________________________
21019 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
21020         Log: Support preferentially the Unicode 'scripts' definition
21021              in the \p{In...} notation since according to Unicode the
21022              scripts concept is more natural for matching than using
21023              the somewhat artificial block names.  The block names are
21024              still available, though, and if there's a name conflict,
21025              the scripts one wins and the blocks one has to do with
21026              'Block' appended to its name.  For more information see
21027              
21028              http://www.unicode.org/unicode/reports/tr24/
21029      Branch: perl
21030            + lib/unicode/In/100.pl lib/unicode/In/101.pl
21031            + lib/unicode/In/102.pl lib/unicode/In/103.pl
21032            + lib/unicode/In/104.pl lib/unicode/In/105.pl
21033            + lib/unicode/In/106.pl lib/unicode/In/107.pl
21034            + lib/unicode/In/108.pl lib/unicode/In/109.pl
21035            + lib/unicode/In/110.pl lib/unicode/In/111.pl
21036            + lib/unicode/In/112.pl lib/unicode/In/113.pl
21037            + lib/unicode/In/114.pl lib/unicode/In/115.pl
21038            + lib/unicode/In/116.pl lib/unicode/In/117.pl
21039            + lib/unicode/In/118.pl lib/unicode/In/119.pl
21040            + lib/unicode/In/120.pl lib/unicode/In/121.pl
21041            + lib/unicode/In/122.pl lib/unicode/In/123.pl
21042            + lib/unicode/In/124.pl lib/unicode/In/125.pl
21043            + lib/unicode/In/126.pl lib/unicode/In/127.pl
21044            + lib/unicode/In/128.pl lib/unicode/In/129.pl
21045            + lib/unicode/In/130.pl lib/unicode/In/131.pl
21046            + lib/unicode/In/132.pl lib/unicode/In/133.pl
21047            + lib/unicode/In/134.pl lib/unicode/In/135.pl
21048            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
21049            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
21050            ! (edit 106 files)
21051 ____________________________________________________________________________
21052 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
21053         Log: Better document the difference between a block and a script.
21054      Branch: perl
21055            ! lib/Unicode/UCD.pm
21056 ____________________________________________________________________________
21057 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
21058         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
21059              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21060              Date: Tue, 3 Jul 2001 15:04:23 -0500
21061              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
21062      Branch: perl
21063            ! lib/CPAN.pm
21064 ____________________________________________________________________________
21065 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
21066         Log: Add tests for charscript().
21067      Branch: perl
21068            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21069 ____________________________________________________________________________
21070 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
21071         Log: Add charscript() to get the UTR#24 script names of characters.
21072      Branch: perl
21073            ! lib/Unicode/UCD.pm
21074 ____________________________________________________________________________
21075 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
21076         Log: Todo updates.
21077      Branch: perl
21078            ! pod/perltodo.pod
21079 ____________________________________________________________________________
21080 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
21081         Log: Unicode::UCD updates.
21082      Branch: perl
21083            ! lib/Unicode/UCD.pm
21084 ____________________________________________________________________________
21085 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
21086         Log: (Retracted by #11174)
21087              Subject: MakeMaker should pass through DEFINE and INC to subdirs
21088              From: Alan Burlison <Alan.Burlison@sun.com>
21089              Date: Tue, 03 Jul 2001 15:20:13 +0100
21090              Message-ID: <3B41D49D.A923D4F9@sun.com>
21091      Branch: perl
21092            ! lib/ExtUtils/MM_Unix.pm
21093 ____________________________________________________________________________
21094 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
21095         Log: Subject: Patch needed for UTS
21096              From: hom00@utsglobal.com (Hal Morris)
21097              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
21098              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
21099              
21100              Replace #11113 with a better version.
21101      Branch: perl
21102            ! perl.h
21103 ____________________________________________________________________________
21104 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
21105         Log: Subject: Re: POINTERRIGOR
21106              From: Andy Dougherty <doughera@lafayette.edu>
21107              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
21108              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
21109      Branch: perl
21110            ! util.c
21111 ____________________________________________________________________________
21112 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
21113         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
21114              From: "Philip Newton" <pnewton@gmx.de>
21115              Date: Tue, 3 Jul 2001 17:03:34 +0200
21116              Message-ID: <3B41FAE6.29564.660E117@localhost>
21117      Branch: perl
21118            ! pp_hot.c
21119 ____________________________________________________________________________
21120 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
21121         Log: Typos.
21122      Branch: perl
21123            ! INSTALL
21124 ____________________________________________________________________________
21125 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
21126         Log: Subject: [PATCH 5.6.1] debugger fixes
21127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21128              Date: Tue, 3 Jul 2001 03:38:18 -0400
21129              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
21130              
21131              The $^S is working again.
21132      Branch: perl
21133            ! lib/perl5db.pl
21134 ____________________________________________________________________________
21135 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
21136         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
21137              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21138              Date: Tue, 3 Jul 2001 03:34:06 -0400
21139              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
21140      Branch: perl
21141            ! os2/OS2/Process/Process.pm
21142 ____________________________________________________________________________
21143 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
21144         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
21145              From: "Philip Newton" <Philip.Newton@gmx.net>
21146              Date: Tue, 3 Jul 2001 09:11:27 +0200
21147              Message-Id: <200107030706.KAA04596@taas.iki.fi>
21148      Branch: perl
21149            ! lib/FindBin.pm
21150 ____________________________________________________________________________
21151 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
21152         Log: Delta delta.
21153      Branch: perl
21154            ! pod/perl572delta.pod
21155 ____________________________________________________________________________
21156 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
21157         Log: Metaconfig unit change for 11115.
21158      Branch: metaconfig
21159            ! U/modified/libc.U
21160 ____________________________________________________________________________
21161 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
21162         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
21163              (from Richard Hatch) (this was the cause of pipes() and
21164              times() myeteriously not being found)
21165      Branch: perl
21166            ! Configure
21167 ____________________________________________________________________________
21168 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
21169         Log: Retract #10142, the real culprit found by Richard Hatch,
21170              coming soon to Configure near you.
21171      Branch: perl
21172            ! hints/aix.sh
21173 ____________________________________________________________________________
21174 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
21175         Log: (Replaced by #11124) UTS workaround from Hal Morris.
21176      Branch: perl
21177            ! perl.h
21178 ____________________________________________________________________________
21179 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
21180         Log: Subject: [PATCH] grok not grocking correctly
21181              From: Nicholas Clark <nick@ccl4.org>
21182              Date: Tue, 3 Jul 2001 00:19:08 +0100
21183              Message-ID: <20010703001908.H59620@plum.flirble.org>
21184      Branch: perl
21185            ! numeric.c
21186 ____________________________________________________________________________
21187 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
21188         Log: Subject: [PATCH Deparse.t] test just-posted patches
21189              From: Robin Houston <robin@kitsite.com>
21190              Date: Mon, 2 Jul 2001 23:46:15 +0100
21191              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
21192      Branch: perl
21193            ! ext/B/Deparse.t
21194 ____________________________________________________________________________
21195 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
21196         Log: Subject: [PATCH toke.c] autosplit into @F
21197              From: Robin Houston <robin@kitsite.com>
21198              Date: Mon, 2 Jul 2001 23:18:20 +0100
21199              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
21200      Branch: perl
21201            ! perl.c toke.c
21202 ____________________________________________________________________________
21203 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
21204         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
21205              From: Robin Houston <robin@kitsite.com>
21206              Date: Mon, 2 Jul 2001 23:00:48 +0100
21207              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
21208      Branch: perl
21209            ! ext/B/B/Deparse.pm
21210 ____________________________________________________________________________
21211 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
21212         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
21213              From: "Philip Newton" <Philip.Newton@gmx.net>
21214              Date: Mon, 2 Jul 2001 22:06:22 +0200
21215              (no Message-Id)
21216      Branch: perl
21217            ! ext/NDBM_File/hints/linux.pl
21218 ____________________________________________________________________________
21219 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
21220         Log: Subject: Re: Fixed pack problem - sort of
21221              From: Nicholas Clark <nick@ccl4.org>
21222              Date: Mon, 2 Jul 2001 20:59:20 +0100
21223              Message-ID: <20010702205919.F59620@plum.flirble.org>
21224      Branch: perl
21225            ! pp_pack.c t/op/pack.t
21226 ____________________________________________________________________________
21227 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
21228         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
21229              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21230              Date: Mon, 2 Jul 2001 15:45:41 -0400
21231              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
21232      Branch: perl
21233            ! os2/os2.c
21234 ____________________________________________________________________________
21235 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
21236         Log: (Mistaken retraction)
21237      Branch: perl
21238            ! utils/pl2pm.PL
21239 ____________________________________________________________________________
21240 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
21241         Log: Detypo in #11103.
21242      Branch: perl
21243            ! utils/pl2pm.PL
21244 ____________________________________________________________________________
21245 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
21246         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
21247              From: Jonathan Stowe <gellyfish@gellyfish.com>
21248              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
21249              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
21250      Branch: perl
21251            ! utils/pl2pm.PL
21252 ____________________________________________________________________________
21253 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
21254         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
21255              From: "Craig A. Berry" <craigberry@mac.com>
21256              Date: Mon, 02 Jul 2001 14:11:23 -0500
21257              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
21258      Branch: perl
21259            ! lib/Unicode/UCD.pm
21260 ____________________________________________________________________________
21261 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
21262         Log: Subject: [PATCH] Re: op/numconvert.t failures
21263              From: Nicholas Clark <nick@ccl4.org>
21264              Date: Mon, 2 Jul 2001 20:10:48 +0100
21265              Message-ID: <20010702201048.E59620@plum.flirble.org>
21266      Branch: perl
21267            ! t/op/numconvert.t
21268 ____________________________________________________________________________
21269 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
21270         Log: Update Changes.
21271      Branch: perl
21272            ! Changes patchlevel.h
21273 ____________________________________________________________________________
21274 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
21275         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
21276              The real fix must be more involved.  The line of code all the leaky
21277              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
21278              line of Perl_newPMOP().
21279      Branch: perl
21280            ! op.h
21281 ____________________________________________________________________________
21282 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
21283         Log: Based on
21284              
21285              Subject: Re: sizeof(struct sembuf)
21286              From: Nicholas Clark <nick@ccl4.org>
21287              Date: Sun, 1 Jul 2001 22:26:48 +0100
21288              Message-ID: <20010701222648.W59620@plum.flirble.org>
21289              
21290              but do semop() always the slow way.
21291      Branch: perl
21292            ! doio.c
21293 ____________________________________________________________________________
21294 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
21295         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
21296              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21297              Date: Tue, 03 Jul 2001 00:56:30 +0900
21298              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
21299      Branch: perl
21300            ! ext/Encode/Encode/Tcl.t
21301 ____________________________________________________________________________
21302 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
21303         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
21304              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21305              Date: Tue, 03 Jul 2001 00:55:46 +0900
21306              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
21307      Branch: perl
21308            ! ext/Encode/Encode/Tcl.pm
21309 ____________________________________________________________________________
21310 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
21311         Log: Regen api and toc.
21312      Branch: perl
21313            ! pod/perlapi.pod pod/perltoc.pod
21314 ____________________________________________________________________________
21315 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
21316         Log: Metaconfig unit change for #11093.
21317      Branch: metaconfig/U/perl
21318            ! d_fcntl_can_lock.U
21319 ____________________________________________________________________________
21320 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
21321         Log: The fcntl locking test may hang if NFS locking messed up;
21322              break out with alarm(10).
21323      Branch: perl
21324            ! Configure
21325 ____________________________________________________________________________
21326 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
21327         Log: Move the mdelete.bat from win32/bin to win32.
21328      Branch: perl
21329            ! MANIFEST
21330 ____________________________________________________________________________
21331 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
21332         Log: Typo in #11083.
21333      Branch: perl
21334            ! ext/Time/Piece/Piece.t
21335 ____________________________________________________________________________
21336 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
21337         Log: Netware tweaks from Guruprasad.
21338      Branch: perl
21339            - NetWare/perlsdio.h
21340            ! MANIFEST NetWare/Makefile NetWare/interface.c
21341            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
21342            ! perlsdio.h
21343 ____________________________________________________________________________
21344 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
21345         Log: Subject: Re: [PATH] shared -> unique;
21346              From: Abhijit Menon-Sen <ams@wiw.org>
21347              Date: Wed, 27 Jun 2001 03:51:27 +0530
21348              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
21349      Branch: perl
21350            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
21351 ____________________________________________________________________________
21352 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
21353         Log: Subject: Re: AIX / gcc-3.0
21354              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21355              Date: Mon, 02 Jul 2001 15:20:21 +0200
21356              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
21357      Branch: perl
21358            ! hints/aix.sh
21359 ____________________________________________________________________________
21360 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
21361         Log: Subject: Re: Bug report: split splits on wrong pattern
21362              From: Abhijit Menon-Sen <ams@wiw.org>
21363              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
21364              Date: Mon, 2 Jul 2001 16:31:33 +0530
21365      Branch: perl
21366            ! pp_ctl.c
21367 ____________________________________________________________________________
21368 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
21369         Log: Subject: [PATCH 5.6.1] test harness
21370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21371              Date: Mon, 2 Jul 2001 06:29:21 -0400
21372              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
21373      Branch: perl
21374            ! lib/Test/Harness.pm
21375 ____________________________________________________________________________
21376 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
21377         Log: Subject: [PATCH 5.6.1] debugger goof
21378              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21379              Date: Mon, 2 Jul 2001 06:27:22 -0400
21380              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
21381      Branch: perl
21382            ! lib/perl5db.pl
21383 ____________________________________________________________________________
21384 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
21385         Log: Subject: [PATCH 5.6.1] OS/2 cwd
21386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21387              Date: Mon, 2 Jul 2001 06:21:17 -0400
21388              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
21389      Branch: perl
21390            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
21391 ____________________________________________________________________________
21392 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
21393         Log: Make #11082 more OS/2-specific.
21394      Branch: perl
21395            ! ext/Time/Piece/Piece.t
21396 ____________________________________________________________________________
21397 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
21398         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
21399              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21400              Date: Mon, 2 Jul 2001 06:06:34 -0400
21401              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
21402      Branch: perl
21403            ! ext/Time/Piece/Piece.t
21404 ____________________________________________________________________________
21405 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
21406         Log: Subject: [PATCH B::Deparse] version number & changes
21407              From: Robin Houston <robin@kitsite.com>  
21408              Date: Sun, 1 Jul 2001 17:17:29 +0100
21409              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
21410      Branch: perl
21411            ! ext/B/B/Deparse.pm
21412 ____________________________________________________________________________
21413 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
21414         Log: Subject: a small fix.
21415              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21416              Date: Mon, 2 Jul 2001 12:17:53 +0200
21417              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
21418      Branch: perl
21419            ! ext/Thread/Thread.xs
21420 ____________________________________________________________________________
21421 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
21422         Log: Subject: RE: perl@10907
21423              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21424              Date: Mon, 2 Jul 2001 12:06:16 +0200
21425              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
21426              
21427              Borland C vs PerlIO.
21428      Branch: perl
21429            ! win32/config.bc win32/config_H.bc
21430 ____________________________________________________________________________
21431 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
21432         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
21433              From: "H.M. Brand" <merijn@l1.procura.nl>
21434              Date: Mon, 02 Jul 2001 11:18:57 +0200
21435              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
21436      Branch: perl
21437            ! t/op/write.t
21438 ____________________________________________________________________________
21439 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
21440         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
21441              From: Michael G Schwern <schwern@pobox.com>
21442              Date: Mon, 2 Jul 2001 00:26:24 -0400
21443              Message-ID: <20010702002624.A18302@blackrider>
21444      Branch: perl
21445            - ext/util/mkbootstrap
21446 ____________________________________________________________________________
21447 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
21448         Log: Subject: [PATCH op.h] v minor comment tweak
21449              From: Robin Houston <robin@puffinry.freeserve.co.uk>
21450              Date: Mon, 2 Jul 2001 00:42:01 +0100
21451              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
21452      Branch: perl
21453            ! op.h
21454 ____________________________________________________________________________
21455 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
21456         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
21457      Branch: perl
21458            ! pod/perlfunc.pod
21459 ____________________________________________________________________________
21460 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
21461         Log: Subject: Re: sizeof(struct sembuf)
21462              From: Nicholas Clark <nick@ccl4.org>
21463              Date: Sun, 1 Jul 2001 19:23:16 +0100
21464              Message-ID: <20010701192316.V59620@plum.flirble.org>
21465              
21466              s/signaling/signalling/
21467      Branch: perl
21468            ! pod/perlfunc.pod
21469 ____________________________________________________________________________
21470 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
21471         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
21472              From: "Philip Newton" <Philip.Newton@gmx.net>
21473              Date: Sun, 1 Jul 2001 09:37:56 +0200
21474              Message-Id: <200107010733.KAA03920@taas.iki.fi>
21475      Branch: perl
21476            ! pod/perlvar.pod
21477 ____________________________________________________________________________
21478 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
21479         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
21480              From: "Philip Newton" <Philip.Newton@gmx.net>
21481              Date: Sun, 1 Jul 2001 09:37:56 +0200
21482              Message-Id: <200107010733.KAA03925@taas.iki.fi>
21483      Branch: perl
21484            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
21485 ____________________________________________________________________________
21486 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
21487         Log: Metaconfig unit change for #11070.
21488      Branch: metaconfig
21489            ! U/compline/randfunc.U
21490 ____________________________________________________________________________
21491 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
21492         Log: Subject: [PATCH perlsnap] its --> it's --> its
21493              From: "Philip Newton" <Philip.Newton@gmx.net>
21494              Date: Sun, 1 Jul 2001 09:37:56 +0200
21495              Message-Id: <200107010733.KAA03914@taas.iki.fi>
21496      Branch: perl
21497            ! Porting/config_H
21498 ____________________________________________________________________________
21499 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
21500         Log: Sync with Sarathy; integrate with perlio.
21501      Branch: perl
21502           !> gv.c
21503 ____________________________________________________________________________
21504 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
21505         Log: regenerate win32/config_H.?c files
21506      Branch: perl
21507            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21508 ____________________________________________________________________________
21509 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
21510         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
21511              naming discipline
21512              
21513              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
21514              because of this)
21515              
21516              fix a warning about "fd" being used without being set in Cwd.xs
21517      Branch: perl
21518            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
21519            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
21520            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
21521            ! win32/config.vc
21522 ____________________________________________________________________________
21523 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
21524         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
21525              within macro arguments") and warnings ("unary minus applied to
21526              unsigned type", among others)
21527      Branch: perl
21528            ! gv.c hv.c op.c pp.c sv.c toke.c
21529 ____________________________________________________________________________
21530 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
21531         Log: win32 fixes: more spurious CRs
21532      Branch: perl
21533            ! win32/mdelete.bat
21534 ____________________________________________________________________________
21535 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
21536         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
21537              from win32/bin (or it gets deleted by distclean); don't delete
21538              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
21539              NT (should be made Win9x specific, and added to makefile.mk)
21540      Branch: perl
21541           +> win32/mdelete.bat
21542            - win32/bin/mdelete.bat
21543            ! win32/Makefile win32/makefile.mk
21544 ____________________________________________________________________________
21545 [ 11063] By: nick                                  on 2001/07/01  18:54:09
21546         Log: Quick for for #ifdef mess
21547      Branch: perlio
21548            ! gv.c
21549 ____________________________________________________________________________
21550 [ 11062] By: nick                                  on 2001/07/01  18:47:42
21551         Log: Raw integrate - does not build #if mess in gv.c
21552      Branch: perlio
21553           !> (integrate 29 files)
21554 ____________________________________________________________________________
21555 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
21556         Log: Make 'compile' target a little less broken.
21557              Still very broken, though: -Wall warnings from
21558              the generated code, boot_Foo prototypes missing,
21559              can't autoload Fcntl::SEEK_CUR et alia, ...
21560      Branch: perl
21561            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
21562            ! utils/perlcc.PL x2p/Makefile.SH
21563 ____________________________________________________________________________
21564 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
21565         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
21566      Branch: perl
21567            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21568            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
21569 ____________________________________________________________________________
21570 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
21571         Log: Update Changes.
21572      Branch: perl
21573            ! Changes patchlevel.h
21574 ____________________________________________________________________________
21575 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
21576         Log: Still one typo, regen toc.
21577      Branch: perl
21578            ! lib/Unicode/UCD.pm pod/perltoc.pod
21579 ____________________________________________________________________________
21580 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
21581         Log: Detypos and regen toc.
21582      Branch: perl
21583            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
21584 ____________________________________________________________________________
21585 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
21586         Log: VERSION tweak.
21587      Branch: perl
21588            ! ext/List/Util/lib/List/Util.pm
21589 ____________________________________________________________________________
21590 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
21591         Log: Attempt at plugging the leak under ithreads detected by Doug.
21592      Branch: perl
21593            ! op.h
21594 ____________________________________________________________________________
21595 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
21596         Log: gcc -Wall lint after #11051.
21597      Branch: perl
21598            ! pp_sys.c
21599 ____________________________________________________________________________
21600 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
21601         Log: Integrate perlio.
21602      Branch: perl
21603           !> lib/File/Find/taint.t
21604 ____________________________________________________________________________
21605 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
21606         Log: Don't use the v-strings for module VERSIONs.
21607      Branch: perl
21608            ! lib/Unicode/UCD.pm
21609 ____________________________________________________________________________
21610 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
21611         Log: Code cleanup based on turning off the -woffs in IRIX.
21612              Not all of the gripes cleaned up (hairy code in hv.c and
21613              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
21614              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
21615              to the IRIX hints)
21616      Branch: perl
21617            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
21618            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
21619            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
21620            ! regcomp.c sv.c
21621 ____________________________________________________________________________
21622 [ 11050] By: nick                                  on 2001/06/30  20:46:46
21623         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
21624      Branch: perlio
21625            ! lib/File/Find/taint.t
21626 ____________________________________________________________________________
21627 [ 11049] By: nick                                  on 2001/06/30  18:13:33
21628         Log: Integrate mainline
21629      Branch: perlio
21630           +> NetWare/nwstdio.h NetWare/perlsdio.h
21631           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
21632           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
21633           +> lib/Unicode/UCD.t t/run/exit.t
21634           !> (integrate 60 files)
21635 ____________________________________________________________________________
21636 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
21637         Log: Delta delta.
21638      Branch: perl
21639            ! pod/perl572delta.pod
21640 ____________________________________________________________________________
21641 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
21642         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
21643              by CPAN.pm, use rather _00.
21644      Branch: perl
21645            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
21646            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
21647            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
21648            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
21649            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
21650            ! lib/ExtUtils/Embed.pm lib/Test.pm
21651 ____________________________________________________________________________
21652 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
21653         Log: Add a simple Unicode character database interface, Unicode::UCD.
21654      Branch: perl
21655            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
21656            ! MANIFEST
21657 ____________________________________________________________________________
21658 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
21659         Log: Subject: [PATCH] op/numconver.t
21660              From: Nicholas Clark <nick@ccl4.org>
21661              Date: Sat, 30 Jun 2001 15:40:10 +0100
21662              Message-ID: <20010630154010.I59620@plum.flirble.org>
21663      Branch: perl
21664            ! t/op/numconvert.t
21665 ____________________________________________________________________________
21666 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
21667         Log: The $^N is now taken (by #11038).
21668      Branch: perl
21669            ! t/base/lex.t
21670 ____________________________________________________________________________
21671 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
21672         Log: The #11040 had slipped to a wrong function...
21673      Branch: perl
21674            ! sv.c
21675 ____________________________________________________________________________
21676 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
21677         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
21678              the Configure library symbol probe mysteriously finds all
21679              symbols but those of pipe() and times().
21680      Branch: perl
21681            ! hints/aix.sh
21682 ____________________________________________________________________________
21683 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
21684         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
21685              From: Nicholas Clark <nick@ccl4.org>
21686              Date: Fri, 29 Jun 2001 23:49:07 +0100
21687              Message-ID: <20010629234907.D59620@plum.flirble.org>
21688      Branch: perl
21689            ! lib/ExtUtils.t
21690 ____________________________________________________________________________
21691 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
21692         Log: Subject: [PATCH] weakref fix 2, not yet there
21693              From: Artur Bergman <artur@contiller.se>
21694              Date: Sat, 30 Jun 2001 01:18:16 +0200
21695              Message-ID: <B762D957.1CC9%artur@contiller.se>
21696      Branch: perl
21697            ! sv.c
21698 ____________________________________________________________________________
21699 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
21700         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
21701              From: Michael G Schwern <schwern@pobox.com>
21702              Date: Fri, 29 Jun 2001 19:39:11 -0400
21703              Message-ID: <20010629193910.D25304@blackrider>
21704      Branch: perl
21705            + t/run/exit.t
21706            ! MANIFEST
21707 ____________________________________________________________________________
21708 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
21709         Log: Add support for $^N, the most-recently closed group.
21710      Branch: perl
21711            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
21712            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
21713            ! thrdvar.h
21714 ____________________________________________________________________________
21715 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
21716         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
21717              From: lvirden@cas.org
21718              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
21719              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
21720              
21721              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
21722              From: lvirden@cas.org
21723              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
21724              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
21725      Branch: perl
21726            ! README.solaris
21727 ____________________________________________________________________________
21728 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
21729         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
21730              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21731              Date: Sat, 30 Jun 2001 07:33:37 +0900
21732              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
21733              
21734              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
21735              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21736              Date: Sat, 30 Jun 2001 21:38:14 +0900
21737              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
21738      Branch: perl
21739            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
21740            + ext/Encode/Encode/7bit-kr.enc
21741            ! MANIFEST ext/Encode/Encode/Tcl.pm
21742 ____________________________________________________________________________
21743 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
21744         Log: NetWare tweaks from Guruprasad.
21745      Branch: perl
21746            + NetWare/nwstdio.h NetWare/perlsdio.h
21747            ! MANIFEST NetWare/Makefile NetWare/config.wc
21748            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
21749            ! NetWare/t/Readme.txt
21750 ____________________________________________________________________________
21751 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
21752         Log: More module $VERSION bump-ups.
21753      Branch: perl
21754            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
21755            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
21756            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
21757 ____________________________________________________________________________
21758 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
21759         Log: Doc update due to #11032.
21760      Branch: perl
21761            ! pod/perl572delta.pod
21762 ____________________________________________________________________________
21763 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
21764         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
21765              From: Peter Prymmer <pvhp@forte.com>
21766              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
21767              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
21768      Branch: perl
21769            ! ext/Time/HiRes/HiRes.xs
21770 ____________________________________________________________________________
21771 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
21772         Log: -lpthreads missing in AIX.
21773      Branch: perl
21774            ! hints/aix.sh
21775 ____________________________________________________________________________
21776 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
21777         Log: Subject: [PATCH] CLONE && weakrefs
21778              From: Artur Bergman <artur@contiller.se>
21779              Date: Fri, 29 Jun 2001 17:02:00 +0200
21780              Message-ID: <B7626508.1CA0%artur@contiller.se>
21781      Branch: perl
21782            ! sv.c
21783 ____________________________________________________________________________
21784 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
21785         Log: Subject: Re: Bug report: split splits on wrong pattern
21786              From: Radu Greab <radu@netsoft.ro>
21787              Date: Wed, 27 Jun 2001 21:50:52 +0300
21788              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
21789      Branch: perl
21790            ! pp_ctl.c t/op/split.t
21791 ____________________________________________________________________________
21792 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
21793         Log: Metaconfig unit change for #11027.
21794      Branch: metaconfig/U/perl
21795            ! d_modfl.U
21796 ____________________________________________________________________________
21797 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
21798         Log: I thought this Configure glitch for AIX was just recently fixed?
21799      Branch: perl
21800            ! Configure
21801 ____________________________________________________________________________
21802 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
21803         Log: Update Changes.
21804      Branch: perl
21805            ! Changes patchlevel.h
21806 ____________________________________________________________________________
21807 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
21808         Log: Subject: Re: perl@10967, File::Find, and Cwd
21809              From: Mike Guy <mjtg@cam.ac.uk>
21810              Date: Fri, 29 Jun 2001 14:56:49 +0100
21811              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
21812      Branch: perl
21813            ! lib/File/Find/taint.t
21814 ____________________________________________________________________________
21815 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
21816         Log: Update the sv_pvprintify() spec.
21817      Branch: perl
21818            ! pod/perltodo.pod
21819 ____________________________________________________________________________
21820 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
21821         Log: Known test failures update.
21822      Branch: perl
21823            ! pod/perl572delta.pod
21824 ____________________________________________________________________________
21825 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
21826         Log: Based on
21827              
21828              Subject: [PATCH @11016] More );) fixes
21829              From: Richard Soderberg <rs@crystalflame.net>
21830              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
21831              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
21832      Branch: perl
21833            ! ext/Thread/Thread.xs ext/Thread/typemap
21834 ____________________________________________________________________________
21835 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
21836         Log: Subject: [PATCH @11016] Fixes compile errors in four files
21837              From: Richard Soderberg <rs@crystalflame.net>
21838              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
21839              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
21840      Branch: perl
21841            ! mg.c pp.c pp_hot.c util.c
21842 ____________________________________________________________________________
21843 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
21844         Log: AIX hints tweaking continues, from Merijn Brand.
21845      Branch: perl
21846            ! hints/aix.sh
21847 ____________________________________________________________________________
21848 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
21849         Log: HP-UX needs gccversion sooner, from Merijn Brand.
21850      Branch: perl
21851            ! hints/hpux.sh
21852 ____________________________________________________________________________
21853 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
21854         Log: Subject: [PATCH 5.6.1] OS/2 docs
21855              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21856              Date: Fri, 29 Jun 2001 02:34:12 -0400
21857              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
21858      Branch: perl
21859            ! README.os2 os2/Changes
21860 ____________________________________________________________________________
21861 [ 11017] By: nick                                  on 2001/06/29  10:20:30
21862         Log: Integrate mainline
21863      Branch: perlio
21864           +> (branch 37 files)
21865            - ext/ODBM_File/sdbm.t
21866           !> (integrate 211 files)
21867 ____________________________________________________________________________
21868 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
21869         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
21870              the modules found using a script written by Larry Schatzer Jr.
21871      Branch: perl
21872            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
21873            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
21874            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
21875            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
21876            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
21877            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
21878            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
21879            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
21880            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
21881            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
21882            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
21883            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
21884            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
21885            ! lib/constant.pm lib/fields.pm lib/strict.pm
21886 ____________________________________________________________________________
21887 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
21888         Log: The latest JPL from the anoncvs.
21889      Branch: perl
21890            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21891 ____________________________________________________________________________
21892 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
21893         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
21894      Branch: perl
21895            ! t/op/pat.t
21896 ____________________________________________________________________________
21897 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
21898         Log: Worrying about insecure directories now is a bit too late.
21899      Branch: perl
21900            ! lib/File/Find/taint.t
21901 ____________________________________________________________________________
21902 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
21903         Log: Cannot DIE() in a void function,
21904              from Richard Hatch <rhatch@austin.ibm.com>.
21905      Branch: perl
21906            ! ext/IPC/SysV/SysV.xs
21907 ____________________________________________________________________________
21908 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
21909         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
21910              From: Peter Prymmer <pvhp@forte.com>
21911              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
21912              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
21913              
21914              (unfinished: time/hires tests 3, 5, 14 failing, but better
21915              than wholesale failure)
21916      Branch: perl
21917            ! ext/Time/HiRes/HiRes.xs
21918 ____________________________________________________________________________
21919 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
21920         Log: Subject: [PATCH 5.6.1] OS/2 improvements
21921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21922              Date: Thu, 28 Jun 2001 16:03:14 -0400
21923              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
21924      Branch: perl
21925            + os2/os2_base.t
21926            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
21927            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
21928            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
21929            ! os2/os2ish.h
21930 ____________________________________________________________________________
21931 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
21932         Log: Subject: Incrementing Extutils::Manifest's $VERSION
21933              From: Michael G Schwern <schwern@pobox.com>
21934              Date: Thu, 28 Jun 2001 13:13:49 -0400
21935              Message-ID: <20010628131349.A14738@blackrider>
21936      Branch: maint-5.6/perl
21937            ! lib/ExtUtils/Manifest.pm
21938 ____________________________________________________________________________
21939 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
21940         Log: AIX tweak from Merijn Brand.
21941      Branch: perl
21942            ! hints/aix.sh
21943 ____________________________________________________________________________
21944 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
21945         Log: Create the macperl branch.
21946      Branch: maint-5.6/macperl
21947           +> (branch 1728 files)
21948 ____________________________________________________________________________
21949 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
21950         Log: Update Changes.
21951      Branch: perl
21952            ! Changes patchlevel.h
21953 ____________________________________________________________________________
21954 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
21955         Log: More Perforce lore.
21956      Branch: perl
21957            ! Porting/repository.pod
21958 ____________________________________________________________________________
21959 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
21960         Log: Metaconfig unit changes for #11003.
21961      Branch: metaconfig/U/perl
21962            + d_nl_langinfo.U i_langinfo.U
21963 ____________________________________________________________________________
21964 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
21965         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
21966              Expected not to exist in non-UNIX excepting in VMS, where
21967              according to a quick web survey they just might.
21968      Branch: perl
21969            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
21970            ! Porting/config_H config_h.SH configure.com epoc/config.sh
21971            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
21972            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21973            ! win32/config.bc win32/config.gc win32/config.vc
21974 ____________________________________________________________________________
21975 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
21976         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
21977              in AIX is one is doing a 64-bit build.
21978      Branch: perl
21979            ! hints/aix.sh
21980 ____________________________________________________________________________
21981 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
21982         Log: Metaconfig unit changes for #11000.
21983      Branch: metaconfig/U/perl
21984            ! use64bits.U uselfs.U
21985 ____________________________________________________________________________
21986 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
21987         Log: Move use64bitint and use64bitall before uselargefiles.
21988      Branch: perl
21989            ! Configure
21990 ____________________________________________________________________________
21991 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
21992         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
21993              From: Robert Spier <rspier@pobox.com>
21994              Message-ID: <15162.41164.618712.841415@rls.cx>
21995              Date: Wed, 27 Jun 2001 23:13:16 -0400
21996      Branch: perl
21997            ! doio.c
21998 ____________________________________________________________________________
21999 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
22000         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
22001              From: Peter Prymmer <pvhp@forte.com>
22002              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
22003              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
22004      Branch: perl
22005            ! numeric.c
22006 ____________________________________________________________________________
22007 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
22008         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
22009              From: Peter Prymmer <pvhp@forte.com>
22010              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
22011              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
22012      Branch: perl
22013            ! configure.com ext/Digest/MD5/Makefile.PL
22014 ____________________________________________________________________________
22015 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
22016         Log: Update Changes.
22017      Branch: perl
22018            ! Changes patchlevel.h
22019 ____________________________________________________________________________
22020 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
22021         Log: Tiny EPOC updates.
22022      Branch: perl
22023            ! epoc/config.sh
22024 ____________________________________________________________________________
22025 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
22026         Log: The Test::More and Test::Simple tests required help
22027              thanks to our schizophrenic test scheme.
22028      Branch: perl
22029            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
22030            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
22031            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
22032            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
22033            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
22034 ____________________________________________________________________________
22035 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
22036         Log: Upgrade to Test::Simple 0.09.
22037      Branch: perl
22038            + lib/Test/Simple/Changes
22039            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
22040            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
22041            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
22042            ! lib/Test/Simple/t/plan_is_noplan.t
22043 ____________________________________________________________________________
22044 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
22045         Log: Upgrade to Test::More 0.07.
22046      Branch: perl
22047            + lib/Test/More/Changes
22048            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
22049            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
22050            ! lib/Test/More/t/skipall.t
22051 ____________________________________________________________________________
22052 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
22053         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
22054              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22055              Date: Wed, 27 Jun 2001 18:40:04 +0200
22056              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
22057      Branch: perl
22058            ! hints/hpux.sh
22059 ____________________________________________________________________________
22060 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
22061         Log: Subject: [PATCH README.qnx hints/qnx.sh]
22062              From: Norton Allen <allen@huarp.harvard.edu>
22063              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
22064              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
22065      Branch: perl
22066            ! README.qnx hints/qnx.sh
22067 ____________________________________________________________________________
22068 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
22069         Log: Subject: [PATCH] two little documentation nits
22070              From: Abhijit Menon-Sen <ams@wiw.org>
22071              Date: Wed, 27 Jun 2001 20:07:50 +0530
22072              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
22073      Branch: perl
22074            ! sv.c sv.h
22075 ____________________________________________________________________________
22076 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
22077         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
22078              From: Norton Allen <allen@huarp.harvard.edu>
22079              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
22080              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
22081      Branch: perl
22082            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
22083 ____________________________________________________________________________
22084 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
22085         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
22086              From: Michael G Schwern <schwern@pobox.com>
22087              Date: Wed, 27 Jun 2001 02:34:58 -0400
22088              Message-ID: <20010627023458.K23874@blackrider>
22089      Branch: perl
22090            ! vms/test.com
22091 ____________________________________________________________________________
22092 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
22093         Log: Add perl_clone_host() for Netware.
22094      Branch: perl
22095            ! NetWare/nw5.c
22096 ____________________________________________________________________________
22097 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
22098         Log: GCC 3.0 hints for HP-UX.
22099      Branch: perl
22100            ! hints/hpux.sh
22101 ____________________________________________________________________________
22102 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
22103         Log: In some Linux distributions the libndbm is broken
22104              (no null key support), therefore link with libgdbm
22105              (if available), since it has a working ndbm emulation,
22106              from Jonathan Stowe.
22107      Branch: perl
22108            + ext/NDBM_File/hints/linux.pl
22109            ! MANIFEST
22110 ____________________________________________________________________________
22111 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
22112         Log: Subject: [PATCH perl@10930] find.t hack for VMS
22113              From: "Craig A. Berry" <craigberry@mac.com>
22114              Date: Tue, 26 Jun 2001 23:40:25 -0500
22115              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
22116      Branch: perl
22117            ! lib/File/Find/find.t
22118 ____________________________________________________________________________
22119 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
22120         Log: AUTHORS updates.
22121      Branch: perl
22122            ! AUTHORS
22123 ____________________________________________________________________________
22124 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
22125         Log: Metaconfig unit change like #10980.
22126      Branch: metaconfig
22127            ! U/compline/d_stdstdio.U
22128 ____________________________________________________________________________
22129 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
22130         Log: "lose the it's", from Abhijit Menon-Sen.
22131              ("It's" not searched, pods not searched.)
22132      Branch: perl
22133            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
22134            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
22135            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
22136            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
22137            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22138            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
22139 ____________________________________________________________________________
22140 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
22141         Log: "lose the looses", from Abhijit Menon-Sen.
22142      Branch: perl
22143            ! ext/B/B/Assembler.pm gv.c
22144 ____________________________________________________________________________
22145 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
22146         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
22147      Branch: perl
22148            ! hints/os390.sh
22149 ____________________________________________________________________________
22150 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
22151         Log: DEC C 5.3 on the VAX simply doesn't seem to like
22152              compiling the MD5 extension, disable it there for now,
22153              from Peter Prymmer.
22154      Branch: perl
22155            ! configure.com
22156 ____________________________________________________________________________
22157 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
22158         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
22159              From: Jonathan Stowe <gellyfish@gellyfish.com>
22160              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
22161              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
22162      Branch: perl
22163            ! pod/perlfaq3.pod
22164 ____________________________________________________________________________
22165 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
22166         Log: Subject: [PATCH 5.6.1] perlxs misprints
22167              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22168              Date: Tue, 26 Jun 2001 17:20:00 -0400
22169              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
22170      Branch: perl
22171            ! pod/perlxs.pod
22172 ____________________________________________________________________________
22173 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
22174         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
22175              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22176              Date: Tue, 26 Jun 2001 17:27:07 -0400
22177              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
22178      Branch: perl
22179            ! lib/ExtUtils/MM_Unix.pm
22180 ____________________________________________________________________________
22181 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
22182         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
22183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22184              Date: Tue, 26 Jun 2001 17:23:24 -0400
22185              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
22186      Branch: perl
22187            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
22188 ____________________________________________________________________________
22189 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
22190         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
22191              by Olaf Flebbe.
22192      Branch: perl
22193            ! perl.h
22194 ____________________________________________________________________________
22195 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
22196         Log: Detypo.
22197      Branch: perl
22198            ! lib/Memoize/t/tie_sdbm.t
22199 ____________________________________________________________________________
22200 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
22201         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
22202      Branch: perl
22203            ! win32/perllib.c
22204 ____________________________________________________________________________
22205 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
22206         Log: Subject: [patch] perl_clone+CvFILE
22207              From: Doug MacEachern <dougm@covalent.net>
22208              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
22209              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
22210      Branch: perl
22211            ! sv.c
22212 ____________________________________________________________________________
22213 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
22214         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
22215              From: Mark-Jason Dominus <mjd@plover.com>
22216              Date: Tue, 26 Jun 2001 12:33:01 -0400
22217              Message-ID: <20010626163301.31298.qmail@plover.com>
22218      Branch: perl
22219            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22220 ____________________________________________________________________________
22221 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
22222         Log: Update Changes.
22223      Branch: perl
22224            ! Changes patchlevel.h
22225 ____________________________________________________________________________
22226 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
22227         Log: Also catfile() needs now to explicitly exported.
22228      Branch: perl
22229            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22230 ____________________________________________________________________________
22231 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
22232         Log: Regen toc.
22233      Branch: perl
22234            ! pod/perltoc.pod
22235 ____________________________________________________________________________
22236 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
22237         Log: Nonexistent pod command.
22238      Branch: perl
22239            ! pod/perl572delta.pod
22240 ____________________________________________________________________________
22241 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
22242         Log: Be more portable in the quest for tmpdir.
22243      Branch: perl
22244            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22245 ____________________________________________________________________________
22246 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
22247         Log: Be more portable in finding out the home directory,
22248              and use File::Spec to do the concat.
22249              (Come to think of it, couldn't File::Spec provide
22250              for a ->homedir method?)
22251      Branch: perl
22252            ! lib/Net/Config.pm
22253 ____________________________________________________________________________
22254 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
22255         Log: Doc patch for #10959.
22256      Branch: perl
22257            ! pod/perlfunc.pod
22258 ____________________________________________________________________________
22259 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
22260         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
22261              From: "Philip Newton" <pnewton@gmx.de>
22262              Date: Tue, 26 Jun 2001 16:26:47 +0200
22263              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
22264      Branch: perl
22265            ! pod/perldata.pod
22266 ____________________________________________________________________________
22267 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
22268         Log: Subject: [PATH] shared -> unique;
22269              From: "Artur Bergman" <artur@contiller.se>
22270              Date: Tue, 26 Jun 2001 16:18:40 +0200
22271              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
22272              
22273              Because "shared" isn't: it's read-only.
22274      Branch: perl
22275            ! toke.c xsutils.c
22276 ____________________________________________________________________________
22277 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
22278         Log: Escape multiline croak messages.
22279      Branch: perl
22280            ! t/op/ver.t
22281 ____________________________________________________________________________
22282 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
22283         Log: No more pragma/*.t for minitest.
22284      Branch: perl
22285            ! Makefile.SH
22286 ____________________________________________________________________________
22287 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
22288         Log: AUTHORS updates.
22289      Branch: perl
22290            ! AUTHORS
22291 ____________________________________________________________________________
22292 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
22293         Log: delta updates.
22294      Branch: perl
22295            ! pod/perl572delta.pod
22296 ____________________________________________________________________________
22297 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
22298         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
22299              From: Artur Bergman <artur@contiller.se> 
22300              Date: Tue, 26 Jun 2001 15:32:53 +0200
22301              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
22302      Branch: perl
22303            ! makedef.pl sv.c sv.h win32/perllib.c
22304 ____________________________________________________________________________
22305 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
22306         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
22307              From: Jonathan Stowe <gellyfish@gellyfish.com>
22308              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
22309              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
22310              
22311              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
22312      Branch: perl
22313            + ext/Time/HiRes/hints/sco.pl
22314            ! MANIFEST
22315 ____________________________________________________________________________
22316 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
22317         Log: Subject: [PATCH 5.6.1] static build
22318              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22319              Date: Tue, 26 Jun 2001 04:22:25 -0400
22320              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
22321      Branch: perl
22322            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
22323            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
22324 ____________________________________________________________________________
22325 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
22326         Log: DJGPP patches from Laszlo Molnar.
22327      Branch: perl
22328            ! djgpp/djgpp.c perl.c util.c
22329 ____________________________________________________________________________
22330 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
22331         Log: Netware patches from Ananth Kesari.
22332      Branch: perl
22333            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
22334            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
22335            ! NetWare/nwtinfo.h
22336 ____________________________________________________________________________
22337 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
22338         Log: Detypo.
22339      Branch: perl
22340            ! ext/Errno/Errno_pm.PL
22341 ____________________________________________________________________________
22342 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
22343         Log: There seems to be two ways of spelling the $^O in *STEP.
22344      Branch: perl
22345            ! ext/Errno/Errno_pm.PL
22346 ____________________________________________________________________________
22347 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
22348         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
22349              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
22350      Branch: perl
22351            ! ext/Errno/Errno_pm.PL
22352 ____________________________________________________________________________
22353 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
22354         Log: Known bugs update.
22355      Branch: perl
22356            ! pod/perl572delta.pod
22357 ____________________________________________________________________________
22358 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
22359         Log: The default installation of Cygwin has 500 as root's uid.
22360      Branch: perl
22361            ! lib/User/pwent.t
22362 ____________________________________________________________________________
22363 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
22364         Log: Be even more relaxed (re-allow having only one entry).
22365      Branch: perl
22366            ! t/op/grent.t t/op/pwent.t
22367 ____________________________________________________________________________
22368 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
22369         Log: Test failure updates.
22370      Branch: perl
22371            ! pod/perl572delta.pod
22372 ____________________________________________________________________________
22373 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
22374         Log: MPE/iX test tweaks from Mark Bixby.
22375      Branch: perl
22376            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
22377            ! t/io/fs.t t/op/stat.t
22378 ____________________________________________________________________________
22379 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
22380         Log: Microperl findings.
22381      Branch: perl
22382            ! perl.h pp_sys.c
22383 ____________________________________________________________________________
22384 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
22385         Log: Touch uconfig.h.
22386      Branch: perl
22387            ! uconfig.h
22388 ____________________________________________________________________________
22389 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
22390         Log: Subject: [PATCH] Proposed fix for Pod::Man
22391              From: Rob Napier <rnapier@employees.org>
22392              Date: Mon, 25 Jun 2001 15:49:24 -0400
22393              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
22394              
22395              Cater for Solaris nroff brokenness (shortchanges daisywheel
22396              printers, but hey, we also no more support PDPs.)
22397      Branch: perl
22398            ! lib/Pod/Man.pm
22399 ____________________________________________________________________________
22400 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
22401         Log: Typo in #10937.
22402      Branch: perl
22403            ! ext/POSIX/sigaction.t
22404 ____________________________________________________________________________
22405 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
22406         Log: SIGCONT not trappable in VMS.
22407      Branch: perl
22408            ! ext/POSIX/sigaction.t
22409 ____________________________________________________________________________
22410 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
22411         Log: Subject: [DRAFT] Encode-Tcl.t
22412              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22413              Date: Tue, 26 Jun 2001 03:38:08 +0900
22414              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
22415      Branch: perl
22416            + ext/Encode/Encode/Tcl.t
22417            ! MANIFEST ext/Encode/Encode/Tcl.pm
22418 ____________________________________________________________________________
22419 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
22420         Log: Because of #10932 retract also the perlfunc hunk of #10910.
22421      Branch: perl
22422            ! pod/perlfunc.pod
22423 ____________________________________________________________________________
22424 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
22425         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
22426              by Ilya Zakharevich in
22427              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
22428      Branch: perl
22429            ! XSUB.h
22430 ____________________________________________________________________________
22431 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
22432         Log: Typo in #10889.
22433      Branch: perl
22434            ! hints/uts.sh
22435 ____________________________________________________________________________
22436 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
22437         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
22438              From: Abhijit Menon-Sen <ams@wiw.org>
22439              Date: Mon, 25 Jun 2001 23:45:45 +0530
22440              Message-ID: <20010625234545.A5022@lustre.linux.in>
22441      Branch: perl
22442            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
22443 ____________________________________________________________________________
22444 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
22445         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
22446              From: Michael G Schwern <schwern@pobox.com>
22447              Date: Mon, 25 Jun 2001 14:35:51 -0400
22448              Message-ID: <20010625143551.H13819@blackrider>
22449      Branch: perl
22450            ! lib/Test.pm
22451 ____________________________________________________________________________
22452 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
22453         Log: Update Changes.
22454      Branch: perl
22455            ! Changes patchlevel.h
22456 ____________________________________________________________________________
22457 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
22458         Log: Regen toc and modlib.
22459      Branch: perl
22460            ! pod/perlmodlib.pod pod/perltoc.pod
22461 ____________________________________________________________________________
22462 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
22463         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
22464              for the benefit of C++ compilers, as suggested by Guruprasad.
22465      Branch: perl
22466            ! embed.pl proto.h
22467 ____________________________________________________________________________
22468 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
22469         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
22470              From: Jonathan Stowe <gellyfish@gellyfish.com>
22471              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
22472              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
22473      Branch: perl
22474            ! pod/perlfaq5.pod
22475 ____________________________________________________________________________
22476 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
22477         Log: Missed from #10925.
22478      Branch: perl
22479            ! gv.c
22480 ____________________________________________________________________________
22481 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
22482         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
22483              From: Robin Houston <robin@kitsite.com>
22484              Date: Sat, 19 May 2001 16:19:34 +0100
22485              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
22486      Branch: perl
22487            ! cv.h gv.h op.c
22488 ____________________________________________________________________________
22489 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
22490         Log: Netware README tweak.
22491      Branch: perl
22492            ! README.netware
22493 ____________________________________________________________________________
22494 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
22495         Log: Subject: [PATCH] Re: overload.t fails
22496              From: Abhijit Menon-Sen <ams@wiw.org>
22497              Date: Mon, 25 Jun 2001 14:52:20 +0530
22498              Message-ID: <20010625145220.A24114@lustre.linux.in>
22499      Branch: perl
22500            ! lib/overload.t
22501 ____________________________________________________________________________
22502 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
22503         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
22504              From: Mike Guy <mjtg@cam.ac.uk>
22505              Date: Mon, 25 Jun 2001 11:43:23 +0100
22506              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
22507      Branch: perl
22508            ! lib/Carp.pm
22509 ____________________________________________________________________________
22510 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
22511         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
22512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22513              Date: Sun, 24 Jun 2001 05:17:05 -0400
22514              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
22515      Branch: perl
22516            ! os2/os2ish.h
22517 ____________________________________________________________________________
22518 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
22519         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
22520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22521              Date: Mon, 25 Jun 2001 05:52:27 -0400
22522              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
22523      Branch: perl
22524            ! hints/os2.sh
22525 ____________________________________________________________________________
22526 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
22527         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
22528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22529              Date: Mon, 25 Jun 2001 05:23:35 -0400
22530              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
22531      Branch: perl
22532            ! os2/os2.c
22533 ____________________________________________________________________________
22534 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
22535         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
22536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22537              Date: Mon, 25 Jun 2001 05:04:32 -0400
22538              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
22539      Branch: perl
22540            ! os2/OS2/REXX/DLL/DLL.pm
22541 ____________________________________________________________________________
22542 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
22543         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
22544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22545              Date: Mon, 25 Jun 2001 05:02:36 -0400
22546              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
22547      Branch: perl
22548            ! mg.c os2/dl_os2.c os2/os2.c
22549 ____________________________________________________________________________
22550 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
22551         Log: Subject: Re: [PATCH 5.6.1] misprints
22552              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22553              Date: Mon, 25 Jun 2001 04:50:50 -0400
22554              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
22555      Branch: perl
22556            ! os2/os2.c pp_sys.c
22557 ____________________________________________________________________________
22558 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
22559         Log: Add Test::More and Test::Simple to the delta.
22560      Branch: perl
22561            ! pod/perl572delta.pod
22562 ____________________________________________________________________________
22563 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
22564         Log: Add Test::More, from Michael G Schwern.
22565      Branch: perl
22566            + lib/Test/More.pm lib/Test/More/t/More.t
22567            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
22568            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
22569            + t/lib/Test/More/Catch.pm
22570            ! MANIFEST
22571 ____________________________________________________________________________
22572 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
22573         Log: Add Test::Simple from Michael G Schwern.
22574      Branch: perl
22575            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
22576            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
22577            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
22578            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
22579            + t/lib/Test/Simple/Catch.pm
22580            + t/lib/Test/Simple/sample_tests/death.plx
22581            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
22582            + t/lib/Test/Simple/sample_tests/extras.plx
22583            + t/lib/Test/Simple/sample_tests/five_fail.plx
22584            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
22585            + t/lib/Test/Simple/sample_tests/one_fail.plx
22586            + t/lib/Test/Simple/sample_tests/require.plx
22587            + t/lib/Test/Simple/sample_tests/success.plx
22588            + t/lib/Test/Simple/sample_tests/too_few.plx
22589            + t/lib/Test/Simple/sample_tests/two_fail.plx
22590            ! MANIFEST
22591 ____________________________________________________________________________
22592 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
22593         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
22594              From: "Craig A. Berry" <craigberry@mac.com>
22595              Date: Sun, 24 Jun 2001 23:41:36 -0500
22596              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
22597      Branch: perl
22598            ! pp_sys.c
22599 ____________________________________________________________________________
22600 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
22601         Log: Upgrade to Attribute::Handlers 0.70.
22602      Branch: perl
22603            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
22604            ! MANIFEST lib/Attribute/Handlers.pm
22605 ____________________________________________________________________________
22606 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
22607         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
22608              From: Abhijit Menon-Sen <ams@wiw.org>
22609              Date: Sat, 23 Jun 2001 05:17:44 +0530
22610              Message-ID: <20010623051744.A18583@lustre.linux.in>
22611              
22612              (Can't think of a good place to put tests.)
22613      Branch: perl
22614            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
22615 ____________________________________________________________________________
22616 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
22617         Log: Subject: [PATCH] t/op/pat.t typo fix
22618              From: Richard Soderberg <rs@crystalflame.net>
22619              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
22620              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
22621      Branch: perl
22622            ! t/op/pat.t
22623 ____________________________________________________________________________
22624 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
22625         Log: Move the pack warnings to their own file, as pointed
22626              out by Spider.
22627      Branch: perl
22628            + t/lib/warnings/pp_pack
22629            ! MANIFEST t/lib/warnings/pp
22630 ____________________________________________________________________________
22631 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
22632         Log: Update Changes.
22633      Branch: perl
22634            ! Changes patchlevel.h
22635 ____________________________________________________________________________
22636 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
22637         Log: Partially fix a problem noticed by IRIX compiler:
22638              the initialization of parse_start was bypassed by
22639              several gotos.  Now initialized to zero, which may
22640              not be the best choice.
22641      Branch: perl
22642            ! regcomp.c
22643 ____________________________________________________________________________
22644 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
22645         Log: Relax the group and password tests back to moaning only
22646              if no matches at all are found.  (Even with a small sample
22647              I could find many sites where there are, umm, anomalies in
22648              the said databases.)       
22649      Branch: perl
22650            ! t/op/grent.t t/op/pwent.t
22651 ____________________________________________________________________________
22652 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
22653         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
22654      Branch: perl
22655            ! pp_ctl.c
22656 ____________________________________________________________________________
22657 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
22658         Log: De-cut-and-pasto in #10902.
22659      Branch: perl
22660            ! pp_ctl.c
22661 ____________________________________________________________________________
22662 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
22663         Log: The #10771 didn't take?
22664      Branch: perl
22665            ! pp_ctl.c
22666 ____________________________________________________________________________
22667 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
22668         Log: Undo the filetests part of #10900, under multiplicity
22669              weird errors take place.
22670      Branch: perl
22671            ! pp_sys.c
22672 ____________________________________________________________________________
22673 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
22674         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
22675      Branch: perl
22676            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
22677 ____________________________________________________________________________
22678 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
22679         Log: (Replaced by #10922)
22680              
22681              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
22682              From: Tony Bowden <tony@kasei.com>
22683              Date: Sun, 24 Jun 2001 17:32:40 +0100
22684              Message-ID: <20010624173240.A16293@blackstar.co.uk>
22685              
22686              Document (well, mention) shortmess() and longmess()
22687              to rob people of their fun of reinventing the weel.
22688      Branch: perl
22689            ! lib/Carp.pm
22690 ____________________________________________________________________________
22691 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
22692         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
22693              From: Brian Jepson <bjepson@oreilly.com>
22694              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
22695              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
22696      Branch: perl
22697            ! pp_sys.c
22698 ____________________________________________________________________________
22699 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
22700         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
22701              From: Robin Barker <rmb1@cise.npl.co.uk> 
22702              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
22703              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
22704      Branch: perl
22705            ! lib/CPAN.pm
22706 ____________________________________________________________________________
22707 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
22708         Log: Memoize patch from mjd.
22709      Branch: perl
22710            ! lib/Memoize/t/tie_storable.t
22711 ____________________________________________________________________________
22712 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
22713         Log: Spec the sv_pvprintify() a bit more.
22714      Branch: perl
22715            ! pod/perltodo.pod
22716 ____________________________________________________________________________
22717 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
22718         Log: Upgrade to Memoize 0.65.
22719      Branch: perl
22720            + lib/Memoize/t/array_confusion.t
22721            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
22722            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
22723            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
22724            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
22725            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
22726            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
22727            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
22728            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
22729            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
22730            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
22731            ! lib/Memoize/t/tie_storable.t
22732 ____________________________________________________________________________
22733 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
22734         Log: Metaconfig unit change for #10892.
22735      Branch: metaconfig
22736            ! U/modified/Options.U
22737 ____________________________________________________________________________
22738 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
22739         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
22740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22741              Date: Sun, 24 Jun 2001 05:24:40 -0400
22742              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
22743      Branch: perl
22744            ! Configure hints/os2.sh
22745 ____________________________________________________________________________
22746 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
22747         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
22748              From: Mike Guy <mjtg@cam.ac.uk>
22749              Date: Sun, 24 Jun 2001 15:28:39 +0100
22750              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
22751              
22752              Fix an ancient (5.002) bug.
22753      Branch: perl
22754            ! lib/Carp/Heavy.pm
22755 ____________________________________________________________________________
22756 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
22757         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
22758              variables.
22759      Branch: perl
22760            ! pp_sys.c
22761 ____________________________________________________________________________
22762 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
22763         Log: Make UTS as per #10888.
22764      Branch: perl
22765            ! hints/uts.sh
22766 ____________________________________________________________________________
22767 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
22768         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
22769      Branch: perl
22770            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
22771            ! mpeix/mpeixish.h perl.h unixish.h
22772 ____________________________________________________________________________
22773 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
22774         Log: AUTHORS update.
22775      Branch: perl
22776            ! AUTHORS
22777 ____________________________________________________________________________
22778 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
22779         Log: Subject: Encode::Tcl for multibyte doesnot work
22780              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22781              Date: Sun, 24 Jun 2001 22:48:21 +0900
22782              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
22783      Branch: perl
22784            ! ext/Encode/Encode/Tcl.pm
22785 ____________________________________________________________________________
22786 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
22787         Log: Subject: [PATCH] Remove tautology in error messages
22788              From: Mike Guy <mjtg@cam.ac.uk>
22789              Date: Sun, 24 Jun 2001 13:31:00 +0100
22790              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
22791      Branch: perl
22792            ! pp_sys.c
22793 ____________________________________________________________________________
22794 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
22795         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
22796      Branch: perl
22797            ! hints/darwin.sh
22798 ____________________________________________________________________________
22799 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
22800         Log: Subject: Re: [PATCH 5.6.1] test suite
22801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22802              Date: Sun, 24 Jun 2001 05:47:05 -0400
22803              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
22804              
22805              Test suite fixes.
22806      Branch: perl
22807            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
22808 ____________________________________________________________________________
22809 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
22810         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
22811              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22812              Date: Sun, 24 Jun 2001 05:37:19 -0400
22813              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
22814      Branch: perl
22815            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
22816 ____________________________________________________________________________
22817 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
22818         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
22819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22820              Date: Sun, 24 Jun 2001 05:34:50 -0400
22821              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
22822              
22823              Pacify compiler warnings.
22824      Branch: perl
22825            ! pp_sys.c
22826 ____________________________________________________________________________
22827 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
22828         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
22829              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22830              Date: Sun, 24 Jun 2001 05:21:18 -0400
22831              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
22832              
22833              Enable compression of executables during link time.
22834      Branch: perl
22835            ! hints/os2.sh
22836 ____________________________________________________________________________
22837 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
22838         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
22839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22840              Date: Sun, 24 Jun 2001 05:15:11 -0400
22841              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
22842              
22843              Add ordinals to the export list for Perl DLL.
22844              (Breaks intra-version DLL compatibility.)
22845      Branch: perl
22846            ! makedef.pl
22847 ____________________________________________________________________________
22848 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
22849         Log: Allow (displaying and) re-editing the Subject in perlbug.
22850              Also abstract the Subject quality control into a function.
22851      Branch: perl
22852            ! utils/perlbug.PL
22853 ____________________________________________________________________________
22854 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
22855         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
22856      Branch: perl
22857            ! utils/perlbug.PL
22858 ____________________________________________________________________________
22859 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
22860         Log: Regen toc and modlib.
22861      Branch: perl
22862            ! pod/perlmodlib.pod pod/perltoc.pod
22863 ____________________________________________________________________________
22864 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
22865         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
22866              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
22867              attribute semantics as much as possible, or 'ntsec' which uses
22868              native NTFS semantics.)  (See also #10877.)
22869      Branch: perl
22870            ! perl.c
22871 ____________________________________________________________________________
22872 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
22873         Log: (Retracted by #11586)
22874              
22875              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
22876      Branch: perl
22877            ! lib/Test/Harness.pm
22878 ____________________________________________________________________________
22879 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
22880         Log: Just zap the -uPerlio.
22881      Branch: perl
22882            ! ext/B/Stash.t
22883 ____________________________________________________________________________
22884 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
22885         Log: Do not test PerlIO if PerlIO not used.
22886      Branch: perl
22887            ! ext/PerlIO/PerlIO.t
22888 ____________________________________________________________________________
22889 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
22890         Log: Regen perlapi.
22891      Branch: perl
22892            ! pod/perlapi.pod
22893 ____________________________________________________________________________
22894 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
22895         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
22896              From: Nicholas Clark <nick@ccl4.org>
22897              Date: Sat, 23 Jun 2001 22:55:47 +0100
22898              Message-ID: <20010623225547.Z98663@plum.flirble.org>
22899      Branch: perl
22900            ! numeric.c
22901 ____________________________________________________________________________
22902 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
22903         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
22904              From: Prymmer/Kahn <pvhp@best.com>
22905              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
22906              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
22907      Branch: perl
22908            ! lib/h2xs.t
22909 ____________________________________________________________________________
22910 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
22911         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
22912              cygwin does not taint cwd, just like win32.
22913      Branch: perl
22914            ! lib/File/Find/taint.t t/op/taint.t
22915 ____________________________________________________________________________
22916 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
22917         Log: Retract #10865, the patch should be unnecessary.
22918              (But seemingly helpful in Cygwin?  Strange.)
22919      Branch: perl
22920            ! lib/Memoize/t/tie_ndbm.t
22921 ____________________________________________________________________________
22922 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
22923         Log: Misplaced test file; plus Cygwin filesystem semantics.
22924      Branch: perl
22925            + ext/SDBM_File/sdbm.t
22926            - ext/ODBM_File/sdbm.t
22927            ! MANIFEST
22928 ____________________________________________________________________________
22929 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
22930         Log: (Retracted by #10867.)
22931      Branch: perl
22932            ! lib/Memoize/t/tie_ndbm.t
22933 ____________________________________________________________________________
22934 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
22935         Log: Metaconfig unit change for #10863.
22936      Branch: metaconfig/U/perl
22937            ! Extensions.U
22938 ____________________________________________________________________________
22939 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
22940         Log: In Cygwin do not build NDBM_File and ODBM_File unless
22941              -lndbm and -ldbm are available.
22942      Branch: perl
22943            ! Configure config_h.SH
22944 ____________________________________________________________________________
22945 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
22946         Log: More Cygwin filesystem semantics.
22947      Branch: perl
22948            ! t/io/fs.t t/op/stat.t
22949 ____________________________________________________________________________
22950 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
22951         Log: More DOSish permission semantics for Cygwin.
22952      Branch: perl
22953            ! lib/AnyDBM_File.t
22954 ____________________________________________________________________________
22955 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
22956         Log: Cygwin too has different permission semantics.
22957      Branch: perl
22958            ! ext/GDBM_File/gdbm.t
22959 ____________________________________________________________________________
22960 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
22961         Log: The group (and assumedly passwd) databases can have
22962              only one entry (this is the case in cygwin).
22963      Branch: perl
22964            ! t/op/grent.t t/op/pwent.t
22965 ____________________________________________________________________________
22966 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
22967         Log: Also in Cygwin use Socket to figure out domainname
22968              (if any) (avoids trying to call external 'domainname',
22969              which doesn't at the moment exist in Cygwin)
22970      Branch: perl
22971            ! lib/Net/Domain.pm
22972 ____________________________________________________________________________
22973 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
22974         Log: Remove also the lib$Foo.def, not just $Foo.def.
22975      Branch: perl
22976            ! lib/ExtUtils/MM_Unix.pm
22977 ____________________________________________________________________________
22978 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
22979         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
22980      Branch: perl
22981            ! unixish.h
22982 ____________________________________________________________________________
22983 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
22984         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
22985              to match the whole isprint(), only the space character.
22986      Branch: perl
22987            ! handy.h pod/perlre.pod t/op/pat.t
22988 ____________________________________________________________________________
22989 [ 10854] By: nick                                  on 2001/06/23  08:09:33
22990         Log: Integrate mainline
22991      Branch: perlio
22992           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
22993           !> lib/ExtUtils.t lib/File/Find/taint.t
22994           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
22995           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
22996           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
22997 ____________________________________________________________________________
22998 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
22999         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
23000              with its floats    in os390 and s390 (UTS).
23001      Branch: perl
23002            ! lib/Math/BigInt/t/bigintpm.t
23003 ____________________________________________________________________________
23004 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
23005         Log: Add also UTS (s390) to the non-IEEE float platforms.
23006      Branch: perl
23007            ! t/op/sprintf.t
23008 ____________________________________________________________________________
23009 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
23010         Log: Subject: RFC: what are applicable standards for exponent sizes?
23011              From: Peter Prymmer <pvhp@forte.com>
23012              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
23013              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
23014      Branch: perl
23015            ! t/op/sprintf.t
23016 ____________________________________________________________________________
23017 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
23018         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
23019              From: Peter Prymmer <pvhp@forte.com>
23020              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
23021              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
23022      Branch: perl
23023            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
23024 ____________________________________________________________________________
23025 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
23026         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
23027              From: Peter Prymmer <pvhp@forte.com>
23028              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
23029              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
23030      Branch: perl
23031            ! lib/ExtUtils.t
23032 ____________________________________________________________________________
23033 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
23034         Log: Retract #10845.
23035      Branch: perl
23036            ! lib/File/Find/taint.t
23037 ____________________________________________________________________________
23038 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
23039         Log: Yet another error message.
23040      Branch: perl
23041            ! t/op/mkdir.t
23042 ____________________________________________________________________________
23043 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
23044         Log: The croak message for nonexistent socket functions may vary.
23045      Branch: perl
23046            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
23047 ____________________________________________________________________________
23048 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
23049         Log: (Retracted by #10848.)
23050      Branch: perl
23051            ! lib/File/Find/taint.t
23052 ____________________________________________________________________________
23053 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
23054         Log: Integrate perlio.
23055      Branch: perl
23056           !> lib/File/Find/taint.t t/op/write.t
23057 ____________________________________________________________________________
23058 [ 10843] By: nick                                  on 2001/06/22  21:24:51
23059         Log: Back out debug in taint.t
23060      Branch: perlio
23061            ! lib/File/Find/taint.t
23062 ____________________________________________________________________________
23063 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
23064         Log: setitimer() does not exist in Unicos, despite of what
23065              Configure thinks, from Mark P. Lutz.
23066      Branch: perl
23067            ! hints/unicos.sh
23068 ____________________________________________________________________________
23069 [ 10841] By: nick                                  on 2001/06/22  21:19:36
23070         Log: Skip cwd test on Win32 ???
23071      Branch: perlio
23072            ! lib/File/Find/taint.t
23073 ____________________________________________________________________________
23074 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
23075         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
23076              and Tru64 gcc -Wall happy.
23077      Branch: perl
23078            ! mg.c
23079 ____________________________________________________________________________
23080 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
23081         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
23082      Branch: perl
23083            ! ext/IPC/SysV/Semaphore.pm
23084 ____________________________________________________________________________
23085 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
23086         Log: Metaconfig unit change for #10837.
23087      Branch: metaconfig/U/perl
23088            ! Cross.U
23089 ____________________________________________________________________________
23090 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
23091         Log: Cleanup of the cross-compilation unit.
23092      Branch: perl
23093            ! Configure
23094 ____________________________________________________________________________
23095 [ 10836] By: nick                                  on 2001/06/22  20:45:12
23096         Log: Skip |- based op/write.t on Win32 as well as VMS
23097      Branch: perlio
23098            ! t/op/write.t
23099 ____________________________________________________________________________
23100 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
23101         Log: Integrate perlio.
23102      Branch: perl
23103           !> util.c
23104 ____________________________________________________________________________
23105 [ 10834] By: nick                                  on 2001/06/22  20:41:54
23106         Log: Integrate mainline
23107      Branch: perlio
23108           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23109           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
23110           !> vos/config.ga.h
23111 ____________________________________________________________________________
23112 [ 10833] By: nick                                  on 2001/06/22  20:22:58
23113         Log: Patcho fix.
23114      Branch: perlio
23115            ! util.c
23116 ____________________________________________________________________________
23117 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
23118         Log: Metaconfig unit changes for #10831.
23119      Branch: metaconfig
23120            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
23121 ____________________________________________________________________________
23122 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
23123         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
23124              From: Andy Dougherty <doughera@lafayette.edu>
23125              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
23126              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
23127      Branch: perl
23128            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23129            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
23130 ____________________________________________________________________________
23131 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
23132         Log: MPE/iX prototype nits from Mark Bixby.
23133      Branch: perl
23134            ! pp_sys.c
23135 ____________________________________________________________________________
23136 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
23137         Log: Detypo.
23138      Branch: perl
23139            ! util.c
23140 ____________________________________________________________________________
23141 [ 10828] By: nick                                  on 2001/06/22  15:33:37
23142         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
23143      Branch: perlio
23144           +> lib/h2xs.t
23145           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
23146           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
23147           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
23148           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
23149           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23150           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
23151           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
23152           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
23153           !> vms/vmsish.h
23154 ____________________________________________________________________________
23155 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
23156         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
23157              Date: Fri, 22 Jun 2001 10:08:35 -0500
23158              From: "Craig A. Berry" <craigberry@mac.com>
23159              Message-Id: <a05101001b75908704194@[192.168.56.145]>
23160      Branch: perl
23161            ! vms/vms.c vms/vmsish.h
23162 ____________________________________________________________________________
23163 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
23164         Log: NetWare scripts tweak from Ananth Kesari.
23165      Branch: perl
23166            ! NetWare/t/NWScripts.pl
23167 ____________________________________________________________________________
23168 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
23169         Log: Update Changes.
23170      Branch: perl
23171            ! Changes patchlevel.h
23172 ____________________________________________________________________________
23173 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
23174         Log: Add .i and .s targets.
23175      Branch: perl
23176            ! Makefile.SH
23177 ____________________________________________________________________________
23178 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
23179         Log: Upgrade to Locale::Maketext 1.03.
23180      Branch: perl
23181            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23182            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
23183 ____________________________________________________________________________
23184 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
23185         Log: Upgrade to I18N::LangTags 0.26.
23186      Branch: perl
23187            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
23188            ! lib/I18N/LangTags/test.pl
23189 ____________________________________________________________________________
23190 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
23191         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
23192              Philip Newton.
23193      Branch: perl
23194            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
23195            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23196 ____________________________________________________________________________
23197 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
23198         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
23199              From: Prymmer/Kahn <pvhp@best.com>
23200              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
23201              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
23202      Branch: perl
23203            + lib/h2xs.t
23204            ! MANIFEST utils/h2xs.PL
23205 ____________________________________________________________________________
23206 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
23207         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
23208              From: Prymmer/Kahn <pvhp@best.com>
23209              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
23210              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
23211      Branch: perl
23212            ! lib/ExtUtils.t
23213 ____________________________________________________________________________
23214 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
23215         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
23216              From: Prymmer/Kahn <pvhp@best.com>
23217              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
23218              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
23219      Branch: perl
23220            ! t/pod/plainer.t
23221 ____________________________________________________________________________
23222 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
23223         Log: AUTHORS update.
23224      Branch: perl
23225            ! AUTHORS
23226 ____________________________________________________________________________
23227 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
23228         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
23229              From: "Craig A. Berry" <craigberry@mac.com>
23230              Date: Thu, 21 Jun 2001 18:20:38 -0500
23231              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
23232      Branch: perl
23233            ! ext/POSIX/POSIX.xs
23234 ____________________________________________________________________________
23235 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
23236         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
23237              From: "Craig A. Berry" <craigberry@mac.com>
23238              Date: Thu, 21 Jun 2001 09:58:52 -0500
23239              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
23240      Branch: perl
23241            ! ext/B/Deparse.t t/op/write.t
23242 ____________________________________________________________________________
23243 [ 10814] By: nick                                  on 2001/06/22  08:13:09
23244         Log: Integrate mainline.
23245      Branch: perlio
23246           !> (integrate 46 files)
23247 ____________________________________________________________________________
23248 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
23249         Log: Change the prefixes only if $prefix is unset,
23250              as originally patched by Marcel Grunauer.
23251      Branch: perl
23252            ! hints/darwin.sh hints/rhapsody.sh
23253 ____________________________________________________________________________
23254 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
23255         Log: Subject: Re: Patch for hints/darwin.sh
23256              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
23257              Date: Thu, 21 Jun 2001 11:23:46 -0700
23258              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
23259      Branch: perl
23260            ! hints/darwin.sh hints/rhapsody.sh
23261 ____________________________________________________________________________
23262 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
23263         Log: Add .PHONY targets for non-file targets,
23264              from Wilfredo Sánchez.  Should help saying
23265              "make install" on case-insensitive filesystems.
23266      Branch: perl
23267            ! Makefile.SH
23268 ____________________________________________________________________________
23269 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
23270         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
23271              From: Doug MacEachern <dougm@covalent.net>
23272              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
23273              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
23274              
23275              plus reword the getcwd() comment, plus use getcwd() buffer
23276              size minus one.
23277      Branch: perl
23278            ! util.c
23279 ____________________________________________________________________________
23280 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
23281         Log: More gprofing from Doug MacEachern.
23282      Branch: perl
23283            ! Makefile.SH
23284 ____________________________________________________________________________
23285 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
23286         Log: Metaconfig unit change for #10807.
23287      Branch: metaconfig/U/perl
23288            ! d_sfio.U
23289 ____________________________________________________________________________
23290 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
23291         Log: Tell that you are removing the unneeded -lsfio.
23292      Branch: perl
23293            ! Configure
23294 ____________________________________________________________________________
23295 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
23296         Log: More MPE/iX tweaks from Mark Bixby.
23297      Branch: perl
23298            ! perl.c t/op/magic.t
23299 ____________________________________________________________________________
23300 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
23301         Log: The fchdir() proto is supposed to live in <unistd.h>.
23302      Branch: perl
23303            ! ext/Cwd/Cwd.xs
23304 ____________________________________________________________________________
23305 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
23306         Log: This town is too small for the Cwd extension and me,
23307              it would seem...
23308      Branch: perl
23309            ! ext/Cwd/Cwd.xs
23310 ____________________________________________________________________________
23311 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
23312         Log: Metaconfig unit change for #10802.
23313      Branch: metaconfig/U/perl
23314            ! d_modfl.U
23315 ____________________________________________________________________________
23316 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
23317         Log: More d'ohs.
23318      Branch: perl
23319            ! Configure
23320 ____________________________________________________________________________
23321 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
23322         Log: Off-by-one.  I'm so classic.
23323      Branch: perl
23324            ! util.c
23325 ____________________________________________________________________________
23326 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
23327         Log: Update Changes.
23328      Branch: perl
23329            ! Changes patchlevel.h
23330 ____________________________________________________________________________
23331 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
23332         Log: Subject: Documentation patch for Net::FTP
23333              From: Marcel Grunauer <marcel@codewerk.com>
23334              Date: Wed, 20 Jun 2001 23:03:26 +0200
23335              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
23336      Branch: perl
23337            ! lib/Net/FTP.pm
23338 ____________________________________________________________________________
23339 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
23340         Log: Retract the #10417 mg.c and embed.pl parts because of
23341              strange SEGVs in 64bit x86 FreeBSD observed by
23342              Nicholas Clark.
23343      Branch: perl
23344            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
23345 ____________________________________________________________________________
23346 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
23347         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
23348      Branch: perl
23349            ! Configure NetWare/config.wc NetWare/config_H.wc
23350            ! Porting/Glossary Porting/config.sh Porting/config_H
23351            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23352            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23353            ! vos/config.ga.h win32/config.bc win32/config.gc
23354            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23355            ! win32/config_H.vc
23356 ____________________________________________________________________________
23357 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
23358         Log: Cwd tweak from Doug MacEachern.
23359      Branch: perl
23360            ! ext/Cwd/Cwd.xs
23361 ____________________________________________________________________________
23362 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
23363         Log: Protect the fchdir() and lstat() with ifdefs.
23364              fchdir() needs a Configure probe.
23365      Branch: perl
23366            ! ext/Cwd/Cwd.xs
23367 ____________________________________________________________________________
23368 [ 10794] By: nick                                  on 2001/06/21  17:11:35
23369         Log: Integrate mainline
23370      Branch: perlio
23371           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
23372           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
23373           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
23374           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
23375           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
23376           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
23377           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
23378           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
23379            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
23380            - lib/File/Glob/case.t lib/File/Glob/global.t
23381            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
23382            - lib/File/Temp/posix.t lib/File/Temp/security.t
23383            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
23384            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
23385            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
23386            - lib/Text/Wrap/wrap.t
23387           !> (integrate 41 files)
23388 ____________________________________________________________________________
23389 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
23390         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
23391              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
23392              Date: Thu, 21 Jun 2001 13:04:54 -0500
23393              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
23394      Branch: perl
23395            ! ext/Cwd/Cwd.xs
23396 ____________________________________________________________________________
23397 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
23398         Log: Subject: [PATCH pod] overlong =item
23399              From: Robin Barker <rmb1@cise.npl.co.uk>
23400              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
23401              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
23402      Branch: perl
23403            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
23404            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23405 ____________________________________________________________________________
23406 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
23407         Log: Subject: [PATCH perlio.c] format 
23408              From: Robin Barker <rmb1@cise.npl.co.uk>
23409              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
23410              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
23411      Branch: perl
23412            ! perlio.c
23413 ____________________________________________________________________________
23414 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
23415         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
23416              From: Radu Greab <radu@netsoft.ro>
23417              Date: Thu, 21 Jun 2001 19:06:02 +0300
23418              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
23419      Branch: perl
23420            ! pod/perlapi.pod sv.c
23421 ____________________________________________________________________________
23422 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
23423         Log: The metaconfig unit changes for #10788.
23424      Branch: metaconfig/U/perl
23425            ! Cross.U fflushall.U
23426 ____________________________________________________________________________
23427 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
23428         Log: Cross-configuration changes: make $from to rm the files
23429              before copying them over (this means that he rm can be
23430              removed from the fflushall test), create $targetmkdir      
23431              (not documented in install since it is supposed to internal
23432              use only), make $run to copy over the executable only if
23433              a stamp file .xok doesn't already exist (to avoid unnecessary
23434              copying of the executable)
23435      Branch: perl
23436            ! Configure Makefile.SH
23437 ____________________________________________________________________________
23438 [ 10787] By: nick                                  on 2001/06/21  14:16:18
23439         Log: Integrate mainline
23440      Branch: perlio
23441           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
23442           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
23443           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
23444            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
23445           !> (integrate 34 files)
23446 ____________________________________________________________________________
23447 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
23448         Log: Re-add the files as text.
23449      Branch: perl
23450            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
23451 ____________________________________________________________________________
23452 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
23453         Log: Delete the binary files.
23454      Branch: perl
23455            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
23456 ____________________________________________________________________________
23457 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
23458         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
23459              From: Andy Dougherty <doughera@lafayette.edu>
23460              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
23461              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
23462      Branch: perl
23463            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
23464            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
23465            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
23466            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
23467 ____________________________________________________________________________
23468 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
23469         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
23470              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
23471              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
23472              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
23473              
23474              Setting umask to something friendlier.
23475      Branch: perl
23476            ! installman installperl
23477 ____________________________________________________________________________
23478 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
23479         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
23480              Resort MANIFEST with sort -f, looks much better.
23481      Branch: perl
23482            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
23483            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
23484            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
23485            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
23486            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
23487            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
23488            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
23489            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
23490            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
23491            - lib/File/Glob/case.t lib/File/Glob/global.t
23492            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
23493            - lib/File/Temp/posix.t lib/File/Temp/security.t
23494            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
23495            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
23496            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
23497            - lib/Text/Wrap/wrap.t
23498            ! MANIFEST
23499 ____________________________________________________________________________
23500 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
23501         Log: Upgrade to I18N::LangTags 0.25.
23502      Branch: perl
23503            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
23504            ! lib/I18N/LangTags/List.pm
23505 ____________________________________________________________________________
23506 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
23507         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
23508              From: Richard Soderberg <rs@crystalflame.net>
23509              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
23510              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
23511      Branch: perl
23512            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
23513            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
23514 ____________________________________________________________________________
23515 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
23516         Log: Test obsoleted by change #10777.
23517      Branch: perl
23518            ! t/op/sub_lval.t
23519 ____________________________________________________________________________
23520 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
23521         Log: Case of confused test numbering.
23522      Branch: perl
23523            ! t/op/pat.t
23524 ____________________________________________________________________________
23525 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
23526         Log: Subject: Re: Opinion on undef lvalue
23527              From: Abhijit Menon-Sen <ams@wiw.org>
23528              Date: Sun, 17 Jun 2001 13:04:46 +0530
23529              Message-ID: <20010617130446.B27925@lustre.linux.in>
23530              
23531              Allow lvalue subs to return undef in array context.
23532      Branch: perl
23533            ! pp_hot.c
23534 ____________________________________________________________________________
23535 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
23536         Log: Just a guess that using the same hack for cygwin as
23537              for win32 might help.
23538      Branch: perl
23539            ! lib/File/Find/find.t
23540 ____________________________________________________________________________
23541 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
23542         Log: NetWare tweaks from Guruprasad.
23543      Branch: perl
23544            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
23545            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
23546            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
23547            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
23548 ____________________________________________________________________________
23549 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
23550         Log: Subject: Re: perl@10722: Bogus warnings on REs 
23551              From: Hugo <hv@crypt.compulink.co.uk>
23552              Date: Thu, 21 Jun 2001 09:51:17 +0100
23553              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
23554              
23555              Unroll to avoid a UTS compiler bug.
23556      Branch: perl
23557            ! regcomp.c
23558 ____________________________________________________________________________
23559 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
23560         Log: Subject: Re: [PATCH] Make /o work under i?threads
23561              From: Artur Bergman <artur@contiller.se>
23562              Date: Thu, 21 Jun 2001 14:38:03 +0200
23563              Message-ID: <B757B74A.184D%artur@contiller.se>
23564      Branch: perl
23565            ! t/op/pat.t
23566 ____________________________________________________________________________
23567 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
23568         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
23569              From: Artur Bergman <artur@contiller.se> 
23570              Date: Thu, 21 Jun 2001 14:27:33 +0200
23571              Message-ID: <B757B4D4.1849%artur@contiller.se>
23572              
23573              Plus extra parentheses.
23574      Branch: perl
23575            ! op.h
23576 ____________________________________________________________________________
23577 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
23578         Log: Subject: [PATCH] Make /o work under i?threads
23579              From: Richard Soderberg <rs@crystalflame.net>
23580              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
23581              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
23582      Branch: perl
23583            ! pp_ctl.c
23584 ____________________________________________________________________________
23585 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
23586         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
23587              From: Artur Bergman <artur@contiller.se>
23588              Date: Thu, 21 Jun 2001 14:04:54 +0200
23589              Message-ID: <B757AF86.1842%artur@contiller.se>
23590      Branch: perl
23591            ! op.h
23592 ____________________________________________________________________________
23593 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
23594         Log: Subject: Re: perl@10765: sv.c not OK on win32
23595              From: Artur Bergman <artur@contiller.se>
23596              Date: Thu, 21 Jun 2001 10:31:06 +0200
23597              Message-ID: <B7577D69.182C%artur@contiller.se>
23598      Branch: perl
23599            ! sv.c
23600 ____________________________________________________________________________
23601 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
23602         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
23603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23604              Date: Thu, 21 Jun 2001 06:23:56 -0400
23605              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
23606              
23607              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
23608              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23609              Date: Thu, 21 Jun 2001 06:32:21 -0400
23610              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
23611      Branch: perl
23612            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
23613 ____________________________________________________________________________
23614 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
23615         Log: Subject: [PATCH] make syslog test more verbose
23616              From: Robert Spier <rspier@pobox.com>
23617              Date: Thu, 21 Jun 2001 00:54:32 -0400
23618              Message-ID: <15153.32264.295807.333073@rls.cx>
23619      Branch: perl
23620            ! ext/Sys/Syslog/syslog.t
23621 ____________________________________________________________________________
23622 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
23623         Log: Subject: op/study.t refinements
23624              From: Hugo <hv@crypt.compulink.co.uk>
23625              Date: Thu, 21 Jun 2001 00:29:07 +0100
23626              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
23627      Branch: perl
23628            ! t/op/study.t
23629 ____________________________________________________________________________
23630 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
23631         Log: Update Changes.
23632      Branch: perl
23633            ! Changes patchlevel.h
23634 ____________________________________________________________________________
23635 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
23636         Log: Subject: Re: [PATCH] djgpp updates
23637              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
23638              Date: Wed, 20 Jun 2001 10:05:15 +0200
23639              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
23640      Branch: perl
23641            ! djgpp/config.over
23642 ____________________________________________________________________________
23643 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
23644         Log: Fix for ID 20010619.002 "When building hash, hash keys that
23645              are function calls are not being called", from Abhijit.
23646      Branch: perl
23647            ! t/base/lex.t toke.c
23648 ____________________________________________________________________________
23649 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
23650         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
23651      Branch: perl
23652            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
23653            + lib/Locale/Maketext/test.pl
23654            - lib/Locale/Maketext.t
23655            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23656            ! lib/Locale/Maketext/TPJ13.pod
23657 ____________________________________________________________________________
23658 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
23659         Log: Metaconfig unit change for #10760.
23660      Branch: metaconfig
23661            ! U/modified/Cppsym.U
23662 ____________________________________________________________________________
23663 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
23664         Log: Do not remove the ccsym* Cppsym* files since
23665              they are useful for metaconfig units coming after us.
23666              (This is the Configure nit mentioned in #10752.)
23667      Branch: perl
23668            ! Configure
23669 ____________________________________________________________________________
23670 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
23671         Log: Update to I18N::LangTags 0.24, from Sean Burke.
23672      Branch: perl
23673            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
23674            + lib/I18N/LangTags/README
23675            - lib/I18N/LangTags/List.pod
23676            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
23677 ____________________________________________________________________________
23678 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
23679         Log: Regen headers.
23680      Branch: perl
23681            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
23682            ! pod/perlapi.pod proto.h
23683 ____________________________________________________________________________
23684 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
23685         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
23686              From: Artur Bergman <artur@contiller.se>
23687              Date: Wed, 20 Jun 2001 11:31:32 +0200
23688              Message-ID: <B7563A14.17D8%artur@contiller.se>
23689      Branch: perl
23690            ! embed.pl hv.c intrpvar.h sv.c sv.h
23691 ____________________________________________________________________________
23692 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
23693         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
23694              From: Tim Sweetman <tim@aldigital.co.uk> 
23695              Date: Wed, 13 Jun 2001 14:25:17 +0100 
23696              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
23697      Branch: perl
23698            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
23699 ____________________________________________________________________________
23700 [ 10755] By: nick                                  on 2001/06/20  16:12:37
23701         Log: Integrate mainline
23702      Branch: perlio
23703           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
23704           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
23705           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
23706           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
23707           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
23708           !> t/op/study.t util.c
23709 ____________________________________________________________________________
23710 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
23711         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
23712              but not Makefile)
23713      Branch: maint-5.6/perl
23714            ! win32/Makefile
23715 ____________________________________________________________________________
23716 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
23717         Log: Security tweak on readlink().
23718      Branch: perl
23719            ! pp_sys.c
23720 ____________________________________________________________________________
23721 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
23722         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
23723      Branch: perl
23724            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
23725            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
23726            ! mpeix/relink t/op/pwent.t
23727 ____________________________________________________________________________
23728 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
23729         Log: Reinstate #10725 (with probe for alarm()).
23730      Branch: perl
23731            ! t/op/study.t
23732 ____________________________________________________________________________
23733 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
23734         Log: Replace our implementation of realpath() with OpenBSD's
23735              (src/lib/libc/stdlib/realpath.c 1.4).
23736      Branch: perl
23737            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
23738            ! pod/perldiag.pod proto.h util.c
23739 ____________________________________________________________________________
23740 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
23741         Log: Integrate perlio.
23742      Branch: perl
23743           !> perlio.c
23744 ____________________________________________________________________________
23745 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
23746         Log: No point in going into memory-saving contortions
23747              with getcwd() since there's a danger of buffer overflow.
23748              Also make the POSIX extension to use sv_getcwd().
23749              Finally, a missed proto.h fragment.
23750      Branch: perl
23751            ! ext/POSIX/POSIX.xs proto.h util.c
23752 ____________________________________________________________________________
23753 [ 10747] By: nick                                  on 2001/06/20  12:38:26
23754         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
23755      Branch: perlio
23756            ! perlio.c
23757 ____________________________________________________________________________
23758 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
23759         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
23760              From: Graham Barr <gbarr@pobox.com>
23761              Date: Wed, 20 Jun 2001 11:05:49 +0100
23762              Message-ID: <20010620110549.I19188@pobox.com>
23763              
23764              reported in        
23765              
23766              Subject: Bug in IO::Socket::INET module (repeat)
23767              From: "Harmon S. Nine" <hnine@netarx.com>
23768              Date: Tue, 19 Jun 2001 09:41:35 -0400
23769              Message-ID: <3B2F568F.8080605@netarx.com>
23770              
23771              The bug was that the IO::Socket::INET constructor
23772              did not allow a 'LocalPort' of 0.
23773      Branch: perl
23774            ! ext/IO/lib/IO/Socket/INET.pm
23775 ____________________________________________________________________________
23776 [ 10745] By: nick                                  on 2001/06/20  08:56:39
23777         Log: Integrate mainline.
23778      Branch: perlio
23779           !> (integrate 37 files)
23780 ____________________________________________________________________________
23781 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
23782         Log: After some reading I don't think we can blindly
23783              use systems' realpath().  Too many security problems,
23784              too many buggy implementations.
23785              
23786              TODO: the realpath() emulation code in util.c doesn't
23787              seem fully operational?  (readlink(), for example?)
23788      Branch: perl
23789            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
23790            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
23791            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
23792            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
23793            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
23794            ! win32/config_H.gc win32/config_H.vc
23795 ____________________________________________________________________________
23796 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
23797         Log: Metaconfig unit change for #10738.
23798      Branch: metaconfig
23799            ! U/compline/d_gconvert.U
23800 ____________________________________________________________________________
23801 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
23802         Log: Integrate change #10739 from maintperl:
23803              
23804              C<eval "/x$\r\n/x"> fails to compile correctly 
23805      Branch: perl
23806           !> t/op/pat.t toke.c
23807 ____________________________________________________________________________
23808 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
23809         Log: Retract #10725 (Hugo asked NOT to apply the patch)
23810      Branch: perl
23811            ! t/op/study.t
23812 ____________________________________________________________________________
23813 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
23814         Log: The test.third results were funnily named because of the
23815              new test scheme.
23816      Branch: perl
23817            ! t/TEST
23818 ____________________________________________________________________________
23819 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
23820         Log: C<eval "/x$\r\n/x"> fails to compile correctly
23821      Branch: maint-5.6/perl
23822            ! t/op/pat.t toke.c
23823 ____________________________________________________________________________
23824 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
23825         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
23826              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23827              Date: Tue, 19 Jun 2001 19:15:40 -0400
23828              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
23829              
23830              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
23831              because "1e+129" being expected but "1.e+129" being returned.
23832              The culprit (at least in Tru64) is the use of gcvt().
23833      Branch: perl
23834            ! Configure
23835 ____________________________________________________________________________
23836 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
23837         Log: Subject: [PATCH perl@10722] test hunting on VMS
23838              From: "Craig A. Berry" <craigberry@mac.com>
23839              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
23840              Date: Tue, 19 Jun 2001 18:59:01 -0500
23841      Branch: perl
23842            ! vms/test.com
23843 ____________________________________________________________________________
23844 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
23845         Log: Subject: [PATCH] s/typos//
23846              From: Abhijit Menon-Sen <ams@wiw.org>
23847              Date: Wed, 20 Jun 2001 02:15:02 +0530
23848              Message-ID: <20010620021502.A14541@lustre.linux.in>
23849              
23850              Without the op.h s/bearword/bareword/ hunk, see
23851              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
23852      Branch: perl
23853            ! util.c
23854 ____________________________________________________________________________
23855 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
23856         Log: Metaconfig unit change for #10732 and #10733.
23857      Branch: metaconfig/U/perl
23858            ! fflushall.U
23859 ____________________________________________________________________________
23860 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
23861         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
23862              From: "Craig A. Berry" <craigberry@mac.com>
23863              Date: Tue, 19 Jun 2001 17:19:48 -0500
23864              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
23865      Branch: perl
23866            ! configure.com vms/descrip_mms.template
23867 ____________________________________________________________________________
23868 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
23869         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
23870              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23871              Date: Tue, 19 Jun 2001 16:48:07 -0400
23872              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
23873              
23874              Further fixes to fflush(NULL) detection.
23875      Branch: perl
23876            ! Configure
23877 ____________________________________________________________________________
23878 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
23879         Log: AIX test -s hangs with non-existent files?
23880              (A genuine logic bug in Configure, but AIX also broken?)
23881      Branch: perl
23882            ! Configure
23883 ____________________________________________________________________________
23884 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
23885         Log: AUTHORS updates.
23886      Branch: perl
23887            ! AUTHORS
23888 ____________________________________________________________________________
23889 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
23890         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
23891              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23892              Date: Tue, 19 Jun 2001 15:33:25 -0400
23893              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
23894      Branch: perl
23895            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
23896            ! t/lib/warnings/pp
23897 ____________________________________________________________________________
23898 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
23899         Log: Integrate perlio.
23900      Branch: perl
23901           !> lib/File/Find/find.t win32/distclean.bat
23902 ____________________________________________________________________________
23903 [ 10728] By: nick                                  on 2001/06/19  18:24:53
23904         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
23905      Branch: perlio
23906            ! lib/File/Find/find.t win32/distclean.bat
23907 ____________________________________________________________________________
23908 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
23909         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
23910              also add information how to find out whether one has PerlIO.
23911      Branch: perl
23912            ! pod/perlfunc.pod
23913 ____________________________________________________________________________
23914 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
23915         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
23916              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
23917              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
23918              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
23919      Branch: perl
23920            ! pod/perlfunc.pod
23921 ____________________________________________________________________________
23922 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
23923         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
23924              From: Hugo <hv@crypt.compulink.co.uk>
23925              Date: Tue, 19 Jun 2001 12:37:30 +0100
23926              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
23927      Branch: perl
23928            ! t/op/study.t
23929 ____________________________________________________________________________
23930 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
23931         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
23932              From: Hugo <hv@crypt.compulink.co.uk>
23933              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
23934              Date: Tue, 19 Jun 2001 13:15:17 +0100
23935      Branch: perl
23936            ! util.c
23937 ____________________________________________________________________________
23938 [ 10723] By: nick                                  on 2001/06/19  14:46:15
23939         Log: Integrate mainline
23940      Branch: perlio
23941           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
23942           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
23943           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
23944           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
23945           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
23946           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
23947            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
23948            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
23949            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
23950            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
23951            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
23952            - ext/Thread/unsync4.t
23953           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
23954           !> djgpp/config.over djgpp/fixpmain
23955           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
23956           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
23957           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
23958 ____________________________________________________________________________
23959 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
23960         Log: Update Changes.
23961      Branch: perl
23962            ! Changes patchlevel.h
23963 ____________________________________________________________________________
23964 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
23965         Log: The existence shall be MANIFESted.
23966      Branch: perl
23967            ! MANIFEST
23968 ____________________________________________________________________________
23969 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
23970         Log: The old libnet.cfg is first searched from the current directory,
23971              only then from the module path.
23972      Branch: perl
23973            ! utils/libnetcfg.PL
23974 ____________________________________________________________________________
23975 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
23976         Log: NetWare tweaks from Guruprasad.
23977      Branch: perl
23978            ! NetWare/Makefile NetWare/config.wc
23979 ____________________________________________________________________________
23980 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
23981         Log: Subject: [PATCH] djgpp updates
23982              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
23983              Date: Tue, 19 Jun 2001 10:59:06 +0200
23984              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
23985      Branch: perl
23986            ! djgpp/config.over djgpp/fixpmain
23987 ____________________________________________________________________________
23988 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
23989         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
23990              From: Prymmer/Kahn <pvhp@best.com>
23991              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
23992              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
23993      Branch: perl
23994            ! win32/Makefile
23995 ____________________________________________________________________________
23996 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
23997         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
23998              to happen right after the inclusion of <inttypes.h>,
23999              from Edward Moy.
24000      Branch: perl
24001            ! handy.h perl.h
24002 ____________________________________________________________________________
24003 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
24004         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
24005              From: Doug MacEachern <dougm@covalent.net>
24006              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
24007              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
24008      Branch: perl
24009            ! ext/DynaLoader/DynaLoader_pm.PL
24010 ____________________________________________________________________________
24011 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
24012         Log: Revert #10656 for perfomance reasons but leave in the
24013              use of Hv*() macros -- in comments, so that grepping the
24014              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
24015              suggested by Sarathy, also by Abhijit.)
24016      Branch: perl
24017            ! hv.c
24018 ____________________________________________________________________________
24019 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
24020         Log: Subject: [patch] .s MakeMaker suffix
24021              From: Doug MacEachern <dougm@covalent.net>
24022              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
24023              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
24024      Branch: perl
24025            ! lib/ExtUtils/MM_Unix.pm
24026 ____________________________________________________________________________
24027 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
24028         Log: One test lost in the big shuffle restored.
24029      Branch: perl
24030            + ext/IPC/SysV/ipcsysv.t
24031            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
24032 ____________________________________________________________________________
24033 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
24034         Log: Rename the old non-standard threads tests so that
24035              they won't be invoked.
24036      Branch: perl
24037            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
24038            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
24039            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
24040            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
24041            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
24042            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
24043            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24044            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24045            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24046            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24047            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24048            - ext/Thread/unsync4.t
24049            ! MANIFEST
24050 ____________________________________________________________________________
24051 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
24052         Log: Integrate perlio.
24053      Branch: perl
24054           !> win32/config_sh.PL
24055 ____________________________________________________________________________
24056 [ 10709] By: nick                                  on 2001/06/19  08:18:18
24057         Log: Integrate mainline
24058      Branch: perlio
24059           +> (branch 40 files)
24060            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
24061            - lib/strict/subs lib/strict/vars lib/warnings/1global
24062            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
24063            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
24064            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
24065            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
24066            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
24067            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
24068            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
24069            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
24070            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
24071            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
24072            - lib/warnings/utf8 lib/warnings/util
24073           !> (integrate 57 files)
24074 ____________________________________________________________________________
24075 [ 10708] By: nick                                  on 2001/06/19  07:57:10
24076         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
24077      Branch: perlio
24078            ! win32/config_sh.PL
24079 ____________________________________________________________________________
24080 [ 10707] By: nick                                  on 2001/06/19  07:05:07
24081         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
24082      Branch: perl
24083            ! perly.c perly.y perly_c.diff vms/perly_c.vms
24084 ____________________________________________________________________________
24085 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
24086         Log: More perl572delta tweaks.
24087      Branch: perl
24088            ! pod/perl572delta.pod
24089 ____________________________________________________________________________
24090 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
24091         Log: Update perl572delta.
24092      Branch: perl
24093            ! pod/perl572delta.pod
24094 ____________________________________________________________________________
24095 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
24096         Log: VOS updates from Paul Green.
24097      Branch: perl
24098            ! vos/Changes vos/build.cm vos/perl.bind
24099 ____________________________________________________________________________
24100 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
24101         Log: Update the vos/config.*.* files.
24102      Branch: perl
24103            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24104            ! vos/config.ga.h
24105 ____________________________________________________________________________
24106 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
24107         Log: Add a makefile for more painless adding of symbols to the
24108              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
24109              takes care of the adding)
24110      Branch: perl
24111            + vos/Makefile
24112 ____________________________________________________________________________
24113 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
24114         Log: Make libnetcfg by default display the libnet configuration,
24115              -c to change, add -i for old config, document all options,
24116              regen toc.
24117      Branch: perl
24118            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
24119 ____________________________________________________________________________
24120 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
24121         Log: gcc -Wall sweep.
24122      Branch: perl
24123            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
24124 ____________________________________________________________________________
24125 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
24126         Log: So there.
24127      Branch: perl
24128            ! universal.c
24129 ____________________________________________________________________________
24130 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
24131         Log: Document the need for sv_printify().
24132              
24133              Document that 'use utf8' has been considered.
24134              
24135              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
24136      Branch: perl
24137            ! pod/perltodo.pod universal.c
24138 ____________________________________________________________________________
24139 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
24140         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
24141              From: Nicholas Clark <nick@ccl4.org>
24142              Date: Mon, 18 Jun 2001 23:29:23 +0100
24143              Message-ID: <20010618232923.I98663@plum.flirble.org>
24144      Branch: perl
24145            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
24146            ! ext/Sys/Syslog/Makefile.PL
24147 ____________________________________________________________________________
24148 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
24149         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
24150              From: Scott.L.Miller@Compaq.com
24151              Date: Mon, 18 Jun 2001 10:12:27 -0500
24152              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
24153      Branch: perl
24154            ! lib/perl5db.pl pod/perldebug.pod
24155 ____________________________________________________________________________
24156 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
24157         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
24158              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
24159              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
24160              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
24161      Branch: perl
24162            ! lib/Carp/Heavy.pm
24163 ____________________________________________________________________________
24164 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
24165         Log: Subject: [PATCH] Documentation changes for CLONE
24166              From: Artur Bergman <artur@contiller.se>
24167              Date: Mon, 18 Jun 2001 22:06:37 +0200
24168              Message-ID: <B7542BEC.1719%artur@contiller.se>
24169      Branch: perl
24170            ! pod/perlmod.pod pod/perlsub.pod
24171 ____________________________________________________________________________
24172 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
24173         Log: Subject: Re: configure.com
24174              From: "Craig A. Berry" <craigberry@mac.com>
24175              Date: Mon, 18 Jun 2001 16:04:38 -0500
24176              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
24177      Branch: perl
24178            ! configure.com
24179 ____________________________________________________________________________
24180 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
24181         Log: Subject: PL_nullstash + perl_clone()
24182              From: Doug MacEachern <dougm@covalent.net>
24183              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
24184              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
24185      Branch: perl
24186            ! sv.c
24187 ____________________________________________________________________________
24188 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
24189         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
24190              From: davem@fdgroup.co.uk
24191              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
24192              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
24193      Branch: perl
24194            ! embed.pl pod/perlapi.pod
24195 ____________________________________________________________________________
24196 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
24197         Log: More cross-compilation defaults gleaned from -Dcc
24198              if it is CPU-OS-gcc.
24199      Branch: metaconfig
24200            ! U/modified/libc.U
24201      Branch: metaconfig/U/perl
24202            ! Cross.U
24203      Branch: perl
24204            ! Configure INSTALL
24205 ____________________________________________________________________________
24206 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
24207         Log: Update Changes.
24208      Branch: perl
24209            ! Changes patchlevel.h
24210 ____________________________________________________________________________
24211 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
24212         Log: Subject: [PATCH 5.7.1] sv.c documentation
24213              From: davem@fdgroup.co.uk
24214              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
24215              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
24216      Branch: perl
24217            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
24218            ! sv.c sv.h
24219 ____________________________________________________________________________
24220 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
24221         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
24222              From: "Jon Gunnip" <jongunnip@hotmail.com>
24223              Date: Sun, 17 Jun 2001 18:24:29 -0400
24224              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
24225      Branch: perl
24226            ! pod/perlvar.pod
24227 ____________________________________________________________________________
24228 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
24229         Log: Move the locale/strict/warnings helper files back
24230              under the t/lib; this way the amount of non-installabled
24231              stuff under lib/ stays smaller.
24232      Branch: perl
24233            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
24234            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
24235            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
24236            + t/lib/warnings/5nolint t/lib/warnings/6default
24237            + t/lib/warnings/7fatal t/lib/warnings/8signal
24238            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
24239            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
24240            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
24241            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
24242            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
24243            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
24244            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
24245            + t/lib/warnings/taint t/lib/warnings/toke
24246            + t/lib/warnings/universal t/lib/warnings/utf8
24247            + t/lib/warnings/util
24248            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
24249            - lib/strict/subs lib/strict/vars lib/warnings/1global
24250            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
24251            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
24252            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
24253            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
24254            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
24255            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
24256            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
24257            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
24258            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
24259            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
24260            - lib/warnings/utf8 lib/warnings/util
24261            ! MANIFEST installperl lib/locale.t lib/strict.t
24262 ____________________________________________________________________________
24263 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
24264         Log: Split off the pack/unpack code, from Nicholas Clark.
24265      Branch: perl
24266            + pp_pack.c
24267            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
24268            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
24269            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
24270 ____________________________________________________________________________
24271 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
24272         Log: Guard the SysV IPC tests against being invoked in
24273              SysV-IPC-less places.
24274      Branch: perl
24275            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
24276 ____________________________________________________________________________
24277 [ 10683] By: nick                                  on 2001/06/18  12:24:42
24278         Log: Integrate mainline (new test scheme now ok on Linux).
24279      Branch: perlio
24280           +> lib/warnings.t
24281           !> dump.c sv.c
24282 ____________________________________________________________________________
24283 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
24284         Log: Add the locale.c and numeric.c to the microperl sources.
24285      Branch: perl
24286            ! Makefile.micro win32/Makefile
24287 ____________________________________________________________________________
24288 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
24289         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
24290              From: Abhijit Menon-Sen <ams@wiw.org>
24291              Date: Mon, 18 Jun 2001 14:23:44 +0530
24292              Message-ID: <20010618142344.A13136@lustre.linux.in>
24293      Branch: perl
24294            ! dump.c
24295 ____________________________________________________________________________
24296 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
24297         Log: Subject: Re: [PATCH] more anonymous stash cleanups
24298              From: Abhijit Menon-Sen <ams@wiw.org>
24299              Date: Mon, 18 Jun 2001 15:50:32 +0530
24300              Message-ID: <20010618155032.A13223@lustre.linux.in>
24301              
24302              Plus the comment left in as suggested by NI-S.
24303      Branch: perl
24304            ! sv.c
24305 ____________________________________________________________________________
24306 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
24307         Log: One missed file.
24308      Branch: perl
24309            + lib/warnings.t
24310 ____________________________________________________________________________
24311 [ 10678] By: nick                                  on 2001/06/18  08:05:29
24312         Log: Integrate mainline (part2 - the deletes)
24313      Branch: perlio
24314            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
24315            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
24316            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
24317            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
24318            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
24319            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
24320            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
24321            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
24322            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
24323            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
24324            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
24325 ____________________________________________________________________________
24326 [ 10677] By: nick                                  on 2001/06/18  08:04:44
24327         Log: Integrate mainline (part1)
24328      Branch: perlio
24329           +> (branch 376 files)
24330            - (delete 219 files)
24331           !> (integrate 151 files)
24332 ____________________________________________________________________________
24333 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
24334         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
24335              No doubt I made some mistakes like missed some files or
24336              misnamed some files.  The naming rules were more or less:
24337              (1) if the module is from CPAN, follows its ways, be it
24338              t/*.t or test.pl.
24339              (2) otherwise if there are multiple tests for a module
24340              put them in a t/
24341              (3) otherwise if there's only one test put it in Module.t
24342              (4) helper files go to module/ (locale, strict, warnings)
24343              (5) use longer filenames now that we can (but e.g. the
24344              compat-0.6.t and the Text::Balanced test files still
24345              were renamed to be more civil against the 8.3 people)
24346              installperl was updated appropriately not to install the
24347              *.t files or the help files from under lib.
24348              
24349              TODO: some helper files still remain under t/ that could
24350              follow their 'masters'.  UPDATE: On second thoughts, why
24351              should they.  They can continue to live under t/lib, and
24352              in fact the locale/strict/warnings helpers that were moved
24353              could be moved back.  This way the amount of non-installable
24354              stuff under lib/ stays smaller.
24355      Branch: perl
24356            + (add 253 files)
24357            - (delete 254 files)
24358            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
24359 ____________________________________________________________________________
24360 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
24361         Log: The warning no more comes from util.c, it comes from numeric.c.
24362      Branch: perl
24363            ! README.tru64
24364 ____________________________________________________________________________
24365 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
24366         Log: Subject: Re: anyone good at casting spells?
24367              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24368              Date: Sun, 17 Jun 2001 21:21:04 -0400
24369              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
24370      Branch: perl
24371            ! ext/POSIX/POSIX.xs hv.h
24372 ____________________________________________________________________________
24373 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
24374         Log: Protect the (original) thread tests against testing if no 5.005
24375              threads have been configured.
24376      Branch: perl
24377            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24378            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24379            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24380            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24381            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24382            ! ext/Thread/unsync4.t
24383 ____________________________________________________________________________
24384 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
24385         Log: Try the new test scanning scheme on Text::Abbrev.
24386      Branch: perl
24387            + lib/Text/Abbrev.t
24388            - lib/Text/Abbrev/t/abbrev.t
24389            ! MANIFEST
24390 ____________________________________________________________________________
24391 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
24392         Log: Change the scan policy of the *.t and test.pl files,
24393              now the *.t do not need to live in a t/ directory.
24394      Branch: perl
24395            ! t/TEST t/harness
24396 ____________________________________________________________________________
24397 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
24398         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
24399              From: Ilmari Karonen <iltzu@sci.fi>
24400              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
24401              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
24402      Branch: perl
24403            ! pod/perlfaq7.pod
24404 ____________________________________________________________________________
24405 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
24406         Log: Quench the warnings from Tru64; the HP-UX is still
24407              broken because it really, REALLY, doesn't like the
24408              HvARRAY() being lvalue:
24409              
24410              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
24411              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
24412      Branch: perl
24413            ! hv.c
24414 ____________________________________________________________________________
24415 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
24416         Log: Integrate change #10667 from maintperl:
24417              
24418              change#10449 broke the special-case that makes lexicals inside the
24419              eval"" within DB::DB() visible
24420      Branch: perl
24421           !> op.c
24422 ____________________________________________________________________________
24423 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
24424         Log: change#10449 broke the special-case that makes lexicals inside the
24425              eval"" within DB::DB() visible
24426      Branch: maint-5.6/perl
24427            ! op.c
24428 ____________________________________________________________________________
24429 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
24430         Log: Still spurious output; indent the code a bit.
24431              
24432              TODO1: separate the utility functions like MkDir
24433              into a helper script?
24434              
24435              TODO2: I see a lot of repetition in the filepath()
24436              and dirpath() calls.
24437      Branch: perl
24438            ! t/lib/filefind.t t/lib/findtaint.t
24439 ____________________________________________________________________________
24440 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
24441         Log: Regen modlib, toc.
24442      Branch: perl
24443            ! pod/perlmodlib.pod pod/perltoc.pod
24444 ____________________________________________________________________________
24445 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
24446         Log: Add libnetcfg to perlutil.
24447      Branch: perl
24448            ! pod/perlutil.pod
24449 ____________________________________________________________________________
24450 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
24451         Log: Initial integration of libnet-1.0703.
24452              The Configure script renamed as libnetcfg, will be
24453              installed along other utilities.
24454      Branch: perl
24455            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
24456            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
24457            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
24458            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
24459            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
24460            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
24461            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
24462            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
24463            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
24464            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
24465            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
24466            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
24467            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
24468            + utils/libnetcfg.PL
24469            ! MANIFEST utils.lst utils/Makefile
24470 ____________________________________________________________________________
24471 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
24472         Log: Less potentially test-harness-confusing output.
24473      Branch: perl
24474            ! lib/Memoize/t/expire_module_t.t
24475 ____________________________________________________________________________
24476 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
24477         Log: The final print annoys make test.
24478      Branch: perl
24479            ! t/lib/filefind.t t/lib/findtaint.t
24480 ____________________________________________________________________________
24481 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
24482         Log: Add an option for handling dangling symbolic links.
24483      Branch: perl
24484            ! lib/File/Find.pm t/lib/filefind.t
24485 ____________________________________________________________________________
24486 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
24487         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
24488              From: Thomas Wegner <wegner_thomas@yahoo.com>
24489              Date: Sun, 17 Jun 2001 14:43:11 +0200
24490              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
24491      Branch: perl
24492            + t/lib/findtaint.t
24493            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
24494 ____________________________________________________________________________
24495 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
24496         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
24497              From: Jonathan Stowe <gellyfish@gellyfish.com>
24498              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
24499              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
24500      Branch: perl
24501            ! lib/ExtUtils/MM_Unix.pm
24502 ____________________________________________________________________________
24503 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
24504         Log: Subject: [PATCH] more anonymous stash cleanups
24505              From: Abhijit Menon-Sen <ams@wiw.org>
24506              Date: Sun, 17 Jun 2001 11:44:06 +0530
24507              Message-ID: <20010617114406.A25203@lustre.linux.in>
24508      Branch: perl
24509            ! op.c
24510 ____________________________________________________________________________
24511 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
24512         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
24513              From: Abhijit Menon-Sen <ams@wiw.org>
24514              Date: Sun, 17 Jun 2001 08:02:59 +0530
24515              Message-ID: <20010617080259.A28776@lustre.linux.in>
24516              
24517              Subject: [PATCH #2/7] xhv_eiter
24518              From: Abhijit Menon-Sen <ams@wiw.org>
24519              Date: Sun, 17 Jun 2001 08:13:18 +0530
24520              Message-ID: <20010617081318.B28776@lustre.linux.in>
24521              
24522              Subject: [PATCH #3/7] xhv_fill
24523              From: Abhijit Menon-Sen <ams@wiw.org>
24524              Date: Sun, 17 Jun 2001 08:25:16 +0530
24525              Message-ID: <20010617082516.C28776@lustre.linux.in>
24526              
24527              Subject: [PATCH #4/7] xhv_keys
24528              From: Abhijit Menon-Sen <ams@wiw.org>
24529              Date: Sun, 17 Jun 2001 08:36:17 +0530
24530              Message-ID: <20010617083617.D28776@lustre.linux.in>
24531              
24532              Subject: [PATCH #5/7] xhv_max
24533              From: Abhijit Menon-Sen <ams@wiw.org>
24534              Date: Sun, 17 Jun 2001 08:39:48 +0530
24535              Message-ID: <20010617083948.E28776@lustre.linux.in>
24536              
24537              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
24538              From: Abhijit Menon-Sen <ams@wiw.org>
24539              Date: Sun, 17 Jun 2001 08:51:11 +0530
24540              Message-ID: <20010617085111.F28776@lustre.linux.in>
24541      Branch: perl
24542            ! hv.c
24543 ____________________________________________________________________________
24544 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
24545         Log: Update Changes.
24546      Branch: perl
24547            ! Changes patchlevel.h
24548 ____________________________________________________________________________
24549 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
24550         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
24551              From: Abhijit Menon-Sen <ams@wiw.org>
24552              Date: Sat, 16 Jun 2001 07:41:19 +0530
24553              Message-ID: <20010616074119.A24720@lustre.linux.in>
24554      Branch: perl
24555            ! hv.c perl.c vms/vmsish.h win32/win32.h
24556 ____________________________________________________________________________
24557 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
24558         Log: Document tests failing when threaded, since we now have more.
24559      Branch: perl
24560            ! pod/perl572delta.pod
24561 ____________________________________________________________________________
24562 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
24563         Log: -Wall cleanup.
24564      Branch: perl
24565            ! ext/Thread/Thread.xs
24566 ____________________________________________________________________________
24567 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
24568         Log: pthread_attr_setstacksize() isn't absolutely necessary
24569              to call, only iff THREAD_CREATE_NEEDS_STACK.
24570      Branch: perl
24571            ! ext/Thread/Thread.xs
24572 ____________________________________________________________________________
24573 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
24574         Log: -Wall strays.
24575      Branch: perl
24576            ! perl.c util.c
24577 ____________________________________________________________________________
24578 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
24579         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
24580              (and INT64_MIN) brokenness.
24581      Branch: perl
24582            ! hints/darwin.sh perl.h
24583 ____________________________________________________________________________
24584 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
24585         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
24586              From: Nicholas Clark <nick@ccl4.org>
24587              Date: Sun, 17 Jun 2001 00:16:05 +0100
24588              Message-ID: <20010617001605.V98663@plum.flirble.org>
24589      Branch: perl
24590            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
24591            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
24592            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24593 ____________________________________________________________________________
24594 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
24595         Log: Add perlnetware to docs; regen toc; supply skeleton
24596              docs for some Memoize submodules.
24597      Branch: perl
24598            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
24599            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
24600            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
24601            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
24602            ! win32/Makefile win32/makefile.mk
24603 ____________________________________________________________________________
24604 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
24605         Log: pod cleanup.
24606      Branch: perl
24607            ! README.netware
24608 ____________________________________________________________________________
24609 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
24610         Log: Integrate Memoize 0.64.  Few tweaks were required in
24611              the test scripts.  Note that the speed and expire*
24612              tests take several dozen seconds to run.
24613      Branch: perl
24614            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
24615            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
24616            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
24617            + lib/Memoize/README lib/Memoize/SDBM_File.pm
24618            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
24619            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
24620            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
24621            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
24622            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
24623            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
24624            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
24625            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
24626            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
24627            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
24628            ! MANIFEST t/lib/1_compile.t
24629 ____________________________________________________________________________
24630 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
24631         Log: Document the cross-compilation options.
24632      Branch: perl
24633            ! Cross/README INSTALL
24634 ____________________________________________________________________________
24635 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
24636         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
24637      Branch: perl
24638            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
24639            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
24640            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
24641            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
24642            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
24643            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
24644            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
24645            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
24646            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
24647            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
24648            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
24649            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
24650            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
24651            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
24652            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
24653            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
24654            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
24655            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
24656            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
24657            + lib/ExtUtils/MM_NW5.pm
24658            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
24659            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
24660            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
24661            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
24662            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
24663            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
24664            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
24665            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
24666            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
24667            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
24668            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
24669            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
24670            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
24671            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
24672            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
24673            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
24674            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
24675            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
24676            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
24677            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
24678            ! util.h x2p/a2py.c
24679 ____________________________________________________________________________
24680 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
24681         Log: Resort MANIFEST.
24682      Branch: perl
24683            ! MANIFEST
24684 ____________________________________________________________________________
24685 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
24686         Log: Integrate perlio.
24687      Branch: perl
24688           +> win32/win32io.c
24689           !> MANIFEST perlio.c perliol.h win32/makefile.mk
24690 ____________________________________________________________________________
24691 [ 10640] By: nick                                  on 2001/06/16  18:38:31
24692         Log: Disable :win32 layer as default till I get it working
24693      Branch: perlio
24694            ! MANIFEST perlio.c
24695 ____________________________________________________________________________
24696 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
24697         Log: Try the new scheme by moving the Text::Abbrev test
24698              to a new place under lib.
24699      Branch: perl
24700            + lib/Text/Abbrev/t/abbrev.t
24701            - t/lib/abbrev.t
24702            ! MANIFEST
24703 ____________________________________________________________________________
24704 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
24705         Log: Make the code even more dynamical so that testname
24706              suffix length can change.
24707      Branch: perl
24708            ! lib/Test/Harness.pm t/TEST
24709 ____________________________________________________________________________
24710 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
24711         Log: Allow for deeper t/ and also a single test.pl.
24712      Branch: perl
24713            ! t/TEST t/harness
24714 ____________________________________________________________________________
24715 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
24716         Log: #define fix from Nicholas Clark.
24717      Branch: perl
24718            ! ext/POSIX/POSIX.xs
24719 ____________________________________________________________________________
24720 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
24721         Log: Initialization is nice.
24722      Branch: perl
24723            ! lib/Test/Harness.pm
24724 ____________________________________________________________________________
24725 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
24726         Log: Make t/TEST and t/harness to test also the t/ tests
24727              under the main lib/ and ext/ directories.  Fix Test::Harness
24728              to dynamically change the width of its "foo/bar....ok" output.
24729      Branch: perl
24730            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
24731 ____________________________________________________________________________
24732 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
24733         Log: Subject: [PATCH] Re: perl@10611 
24734              From: Nicholas Clark <nick@ccl4.org>
24735              Date: Sat, 16 Jun 2001 16:52:47 +0100
24736              Message-ID: <20010616165247.O98663@plum.flirble.org>
24737              
24738              The .xs parts, too.
24739      Branch: perl
24740            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
24741            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
24742 ____________________________________________________________________________
24743 [ 10632] By: nick                                  on 2001/06/16  16:44:35
24744         Log: Work-in-progress win32 layer semi-functional, checking 
24745              for UNIX breakage.
24746      Branch: perlio
24747            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
24748 ____________________________________________________________________________
24749 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
24750         Log: Subject: [PATCH] Re: perl@10611 
24751              From: Nicholas Clark <nick@ccl4.org>
24752              Date: Sat, 16 Jun 2001 16:52:47 +0100
24753              Message-ID: <20010616165247.O98663@plum.flirble.org>
24754      Branch: perl
24755            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
24756            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
24757            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
24758            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
24759            ! lib/ExtUtils/Constant.pm
24760 ____________________________________________________________________________
24761 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
24762         Log: Metaconfig unit change for #10629.
24763      Branch: metaconfig
24764            ! U/modified/Finish.U
24765 ____________________________________________________________________________
24766 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
24767         Log: The extraction changed directories.
24768      Branch: perl
24769            ! Configure
24770 ____________________________________________________________________________
24771 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
24772         Log: Math::BigInt 1.35 from Tels.
24773      Branch: perl
24774            + t/lib/mbimbf.t
24775            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
24776            ! t/lib/bigfltpm.t t/lib/bigintpm.t
24777 ____________________________________________________________________________
24778 [ 10627] By: nick                                  on 2001/06/16  14:54:52
24779         Log: Work in progress UNIX-side edit of win32 PerLIO layer
24780      Branch: perlio
24781            + win32/win32io.c
24782            ! perlio.c win32/makefile.mk
24783 ____________________________________________________________________________
24784 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
24785         Log: Subject: [PATCH 5.6.1] os2/diff-configure
24786              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24787              Date: Fri, 15 Jun 2001 01:19:36 -0400
24788              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
24789              
24790              Empty all of it because I think #10624 made even the
24791              last patch hunk unnecessary.
24792      Branch: perl
24793            ! os2/diff.configure
24794 ____________________________________________________________________________
24795 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
24796         Log: Metaconfig unit change for 10624.
24797      Branch: metaconfig
24798            ! U/modified/libc.U
24799      Branch: perl
24800            ! config_h.SH
24801 ____________________________________________________________________________
24802 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
24803         Log: Move the initialization of libnames to the beginning so
24804              that can one 'seed' it (as OS/2 does.)
24805      Branch: perl
24806            ! Configure
24807 ____________________________________________________________________________
24808 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
24809         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
24810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24811              Date: Fri, 15 Jun 2001 19:10:57 -0400
24812              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
24813      Branch: perl
24814            ! os2/OS2/REXX/DLL/DLL.pm
24815 ____________________________________________________________________________
24816 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
24817         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
24818              From: "Craig A. Berry" <craigberry@mac.com>
24819              Date: Fri, 15 Jun 2001 17:00:03 -0500
24820              Message-Id: <a05101007b750342599be@[172.16.52.1]>
24821      Branch: perl
24822            ! vms/descrip_mms.template
24823 ____________________________________________________________________________
24824 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
24825         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
24826              From: "Craig A. Berry" <craigberry@mac.com>
24827              Date: Fri, 15 Jun 2001 18:39:42 -0500
24828              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
24829      Branch: perl
24830            ! lib/File/Spec/VMS.pm t/lib/extutils.t
24831 ____________________________________________________________________________
24832 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
24833         Log: Integrate perlio.
24834      Branch: perl
24835           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
24836           !> t/io/utf8.t t/lib/io_scalar.t
24837 ____________________________________________________________________________
24838 [ 10619] By: nick                                  on 2001/06/15  21:05:19
24839         Log: Generated files
24840      Branch: perlio
24841            ! embed.h proto.h
24842 ____________________________________________________________________________
24843 [ 10618] By: nick                                  on 2001/06/15  20:27:42
24844         Log: Fix open.pm to work via XS-implemented method calls rather
24845              than *open::layers variables which caused all the HV/AV hassle.
24846      Branch: perlio
24847            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
24848            ! t/lib/io_scalar.t
24849 ____________________________________________________________________________
24850 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
24851         Log: Integrate perlio.
24852      Branch: perl
24853           !> lib/ExtUtils/Constant.pm
24854 ____________________________________________________________________________
24855 [ 10616] By: nick                                  on 2001/06/15  18:46:47
24856         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
24857      Branch: perlio
24858            ! lib/ExtUtils/Constant.pm
24859 ____________________________________________________________________________
24860 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
24861         Log: Integrate perlio.
24862      Branch: perl
24863           !> ext/Socket/Socket.xs
24864 ____________________________________________________________________________
24865 [ 10614] By: nick                                  on 2001/06/15  18:33:37
24866         Log: MULTIPLICITY fix for Socket.xs
24867      Branch: perlio
24868            ! ext/Socket/Socket.xs
24869 ____________________________________________________________________________
24870 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
24871         Log: Subject: Re: perl@10611
24872              From: Doug MacEachern <dougm@covalent.net>
24873              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
24874              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
24875      Branch: perl
24876            ! ext/Socket/Socket.xs
24877 ____________________________________________________________________________
24878 [ 10612] By: nick                                  on 2001/06/15  16:14:38
24879         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
24880      Branch: perlio
24881           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
24882           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
24883           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
24884           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
24885           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
24886           !> utils/h2ph.PL
24887 ____________________________________________________________________________
24888 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
24889         Log: Update Changes.
24890      Branch: perl
24891            ! Changes patchlevel.h
24892 ____________________________________________________________________________
24893 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
24894         Log: Upping the test count.
24895      Branch: perl
24896            ! t/lib/filefind.t
24897 ____________________________________________________________________________
24898 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
24899         Log: Integrate perlio.
24900      Branch: perl
24901           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24902 ____________________________________________________________________________
24903 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
24904         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
24905              From: andreas.koenig@anima.de (Andreas J. Koenig)
24906              Date: 15 Jun 2001 13:30:39 +0200
24907              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
24908              
24909              Record the grim history.
24910      Branch: perl
24911            ! lib/File/Find.pm
24912 ____________________________________________________________________________
24913 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
24914         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
24915              From: Brian McCauley <nobull@mail.com>
24916              Date: 15 Jun 2001 07:51:26 +0100
24917              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
24918      Branch: perl
24919            ! lib/File/Find.pm t/lib/filefind.t
24920 ____________________________________________________________________________
24921 [ 10606] By: nick                                  on 2001/06/15  14:00:08
24922         Log: regen_config_h for Win32.
24923      Branch: perlio
24924            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24925 ____________________________________________________________________________
24926 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
24927         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
24928              From: Peter Prymmer <pvhp@forte.com>
24929              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
24930              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
24931      Branch: perl
24932            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
24933 ____________________________________________________________________________
24934 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
24935         Log: Some filesystems require writability for rename/unlink.
24936      Branch: perl
24937            ! opcode.pl
24938 ____________________________________________________________________________
24939 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
24940         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
24941              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24942              Date: Fri, 15 Jun 2001 12:08:53 +0200
24943              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
24944      Branch: perl
24945            ! perlio.c
24946 ____________________________________________________________________________
24947 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
24948         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
24949              From: Mike Guy <mjtg@cam.ac.uk>
24950              Date: Fri, 15 Jun 2001 14:11:49 +0100
24951              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
24952      Branch: perl
24953            ! opcode.pl
24954 ____________________________________________________________________________
24955 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
24956         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
24957              From: Nicholas Clark <nick@ccl4.org>
24958              Date: Thu, 14 Jun 2001 23:52:56 +0100
24959              Message-ID: <20010614235256.G98663@plum.flirble.org>
24960      Branch: perl
24961            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
24962            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24963 ____________________________________________________________________________
24964 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
24965         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
24966              From: Russ Allbery <rra@stanford.edu>
24967              Date: 14 Jun 2001 13:24:43 -0700
24968              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
24969      Branch: perl
24970            ! ext/GDBM_File/GDBM_File.pm
24971 ____________________________________________________________________________
24972 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
24973         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
24974              From: Nicholas Clark <nick@ccl4.org>
24975              Date: Thu, 14 Jun 2001 20:37:47 +0100
24976              Message-ID: <20010614203747.F98663@plum.flirble.org>
24977      Branch: perl
24978            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
24979            ! t/lib/gdbm.t
24980 ____________________________________________________________________________
24981 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
24982         Log: Integrate perlio.
24983      Branch: perl
24984           !> makedef.pl sv.c
24985 ____________________________________________________________________________
24986 [ 10597] By: nick                                  on 2001/06/15  11:08:13
24987         Log: Check that HVs with HvNAME() != NULL are really stashes before
24988              treating them as such. Also be more defensive on the GvCV.
24989              Win32 fork and dprof now working again. 
24990      Branch: perlio
24991            ! sv.c
24992 ____________________________________________________________________________
24993 [ 10596] By: nick                                  on 2001/06/15  10:11:20
24994         Log: Integrate mainline.
24995      Branch: perlio
24996           +> Cross/README
24997           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
24998           !> Porting/config_H config_h.SH configure.com epoc/config.sh
24999           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
25000           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25001           !> vos/config.ga.h win32/config.bc win32/config.gc
25002           !> win32/config.vc win32/config_H.bc win32/config_H.gc
25003           !> win32/config_H.vc
25004 ____________________________________________________________________________
25005 [ 10595] By: nick                                  on 2001/06/15  09:37:17
25006         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
25007              - Win32 (VC++) now builds but fails:
25008              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
25009              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
25010              write.t    - open(...,"|-") not implemented on Win32 
25011      Branch: perlio
25012            ! makedef.pl
25013 ____________________________________________________________________________
25014 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
25015         Log: Integrate perlio.
25016      Branch: perl
25017           !> perlio.c win32/makefile.mk
25018 ____________________________________________________________________________
25019 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
25020         Log: Metaconfig unit changes for #10592.
25021      Branch: metaconfig
25022            + U/modified/i_varhdr.U U/modified/startsh.U
25023            - U/a_dvisory/crosscompile.U U/target/Target.U
25024            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
25025            ! U/compline/bitpbyte.U U/compline/byteorder.U
25026            ! U/compline/ccflags.U U/compline/charsize.U
25027            ! U/compline/d_casti32.U U/compline/d_castneg.U
25028            ! U/compline/d_closedir.U U/compline/d_fd_set.U
25029            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
25030            ! U/compline/d_keepsig.U U/compline/d_open3.U
25031            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
25032            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
25033            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
25034            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
25035            ! U/compline/doublesize.U U/compline/floatsize.U
25036            ! U/compline/nblock_io.U U/compline/orderlib.U
25037            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
25038            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
25039            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
25040            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
25041            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
25042            ! U/modified/spitshell.U U/threads/archname.U
25043            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
25044            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
25045            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
25046            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
25047            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
25048      Branch: metaconfig/U/perl
25049            + Cross.U
25050            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
25051            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
25052            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
25053            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
25054            ! stdio_streams.U uselfs.U
25055 ____________________________________________________________________________
25056 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
25057         Log: The first steps towards cross-compilation.
25058              
25059              Abstract execution of compiled test executables with $run,
25060              and abstract transfer of files with $to and $from.
25061              
25062              Under cross-compilation the $run, $to, and $from will point
25063              to appropriate wrapper scripts, by default ssh and scp,
25064              but also rsh, rcp, and cp are supported.  If not
25065              cross-compiling, they will be set to '', ':', and ':',
25066              respectively.
25067              
25068              With these patches I was able to get Configure for
25069              iPAQ ARM Linux on an Intel Linux about 95% right
25070              (only a few tests failed to execute or they produced
25071              incorrect results), and I was able to compile
25072              a functional miniperl.
25073              
25074              The symbol crosscompile renamed to be usecrosscompile,
25075              the corresponding C symbol from CROSSCOMPILE to
25076              USE_CROSS_COMPILE.
25077      Branch: perl
25078            ! Configure Cross/README Makefile.SH Porting/Glossary
25079            ! Porting/config.sh Porting/config_H config_h.SH configure.com
25080            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
25081            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25082            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25083            ! win32/config.gc win32/config.vc win32/config_H.bc
25084            ! win32/config_H.gc win32/config_H.vc
25085 ____________________________________________________________________________
25086 [ 10591] By: nick                                  on 2001/06/14  20:00:12
25087         Log: Steps along the road toward Win32 building again.
25088      Branch: perlio
25089            ! perlio.c win32/makefile.mk
25090 ____________________________________________________________________________
25091 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
25092         Log: Integrate perlio.
25093      Branch: perl
25094           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25095 ____________________________________________________________________________
25096 [ 10589] By: nick                                  on 2001/06/14  13:54:07
25097         Log: Routine regen_config_h for Win32
25098      Branch: perlio
25099            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25100 ____________________________________________________________________________
25101 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
25102         Log: Integrate perlio.
25103      Branch: perl
25104           +> perlyline.pl
25105           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
25106 ____________________________________________________________________________
25107 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
25108         Log: A placeholder.
25109      Branch: perl
25110            + Cross/README
25111 ____________________________________________________________________________
25112 [ 10586] By: nick                                  on 2001/06/14  08:25:07
25113         Log: Add new step to run_byacc which:
25114              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
25115              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
25116      Branch: perlio
25117            + perlyline.pl
25118            ! MANIFEST Makefile.SH perly.c
25119 ____________________________________________________________________________
25120 [ 10585] By: nick                                  on 2001/06/14  08:22:29
25121         Log: Integrate mainline
25122      Branch: perlio
25123           +> locale.c numeric.c
25124           !> Changes cygwin/Makefile.SHs embed.h embed.pl
25125           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
25126           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
25127           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
25128           !> x2p/Makefile.SH
25129 ____________________________________________________________________________
25130 [ 10584] By: nick                                  on 2001/06/14  08:05:53
25131         Log: Hack to remove insecure directories from PATH so test will run.
25132      Branch: perlio
25133            ! t/lib/filefind.t
25134 ____________________________________________________________________________
25135 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
25136         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
25137      Branch: perl
25138            - t/lib/mbimbf.t
25139            ! MANIFEST
25140 ____________________________________________________________________________
25141 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
25142         Log: Detypo.
25143      Branch: perl
25144            ! x2p/Makefile.SH
25145 ____________________________________________________________________________
25146 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
25147         Log: de-$CONFIG continues.
25148      Branch: perl
25149            ! cygwin/Makefile.SHs x2p/Makefile.SH
25150 ____________________________________________________________________________
25151 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
25152         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
25153              From: Nicholas Clark <nick@ccl4.org>
25154              Date: Wed, 13 Jun 2001 21:20:13 +0100
25155              Message-ID: <20010613212013.D98663@plum.flirble.org>
25156      Branch: perl
25157            ! opcode.pl
25158 ____________________________________________________________________________
25159 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
25160         Log: Subject: splitting util.c
25161              From: Hugo <hv@crypt.compulink.co.uk>
25162              Date: Thu, 14 Jun 2001 00:41:08 +0100
25163              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
25164      Branch: perl
25165            + locale.c numeric.c
25166            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
25167            ! pod/perlapi.pod proto.h util.c
25168 ____________________________________________________________________________
25169 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
25170         Log: Upgrade to Math::BigInt 1.34 from Tels.
25171      Branch: perl
25172            + t/lib/mbimbf.t
25173            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25174            ! t/lib/bigfltpm.t t/lib/bigintpm.t
25175 ____________________________________________________________________________
25176 [ 10577] By: nick                                  on 2001/06/13  19:02:48
25177         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
25178      Branch: perlio
25179           !> (integrate 125 files)
25180 ____________________________________________________________________________
25181 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
25182         Log: Update Changes.
25183      Branch: perl
25184            ! Changes patchlevel.h
25185 ____________________________________________________________________________
25186 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
25187         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
25188              From: "Craig A. Berry" <craigberry@mac.com>
25189              Date: Wed, 13 Jun 2001 13:24:28 -0500
25190              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
25191      Branch: perl
25192            ! ext/re/Makefile.PL
25193 ____________________________________________________________________________
25194 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
25195         Log: Mc.u.c. for #10573.
25196      Branch: metaconfig
25197            ! U/threads/usethreads.U
25198 ____________________________________________________________________________
25199 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
25200         Log: It would be also be good if I could type.
25201      Branch: perl
25202            ! Configure
25203 ____________________________________________________________________________
25204 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
25205         Log: Metaconfig unit change for #10571.
25206      Branch: metaconfig
25207            ! U/threads/usethreads.U
25208 ____________________________________________________________________________
25209 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
25210         Log: A non-empty default is a good thing.
25211      Branch: perl
25212            ! Configure
25213 ____________________________________________________________________________
25214 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
25215         Log: Metaconfig unit change for #10569.
25216      Branch: metaconfig
25217            ! U/threads/usethreads.U
25218 ____________________________________________________________________________
25219 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
25220         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
25221              extremely experimental, not even prompted for.
25222      Branch: perl
25223            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25224            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
25225            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
25226            ! win32/config.bc win32/config.gc win32/config.vc
25227 ____________________________________________________________________________
25228 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
25229         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
25230      Branch: perl
25231            ! pod/perlfaq6.pod
25232 ____________________________________________________________________________
25233 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
25234         Log: Integrate perlio; conflicts, accept Nick's versions.
25235      Branch: perl
25236           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
25237           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
25238 ____________________________________________________________________________
25239 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
25240         Log: Subject: Re: ext/ + -Wall
25241              From: Doug MacEachern <dougm@covalent.net>
25242              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
25243              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
25244      Branch: perl
25245            ! XSUB.h lib/ExtUtils/xsubpp perl.h
25246 ____________________________________________________________________________
25247 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
25248         Log: Similar logic as DB_File.xs, using the modern macros and
25249              defines them to older ones for older Perls where PERL_VERSION
25250              is not defined, from Doug MacEachern.
25251      Branch: perl
25252            ! ext/Storable/Storable.xs
25253 ____________________________________________________________________________
25254 [ 10564] By: nick                                  on 2001/06/13  15:22:01
25255         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
25256              and using that instead (name lookups are sequential search for now).
25257      Branch: perlio
25258            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
25259            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
25260 ____________________________________________________________________________
25261 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
25262         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
25263              From: "Richard Soderberg" <rs@crystalflame.net>
25264              Date: Sat, 26 May 2001 06:44:20 -0700
25265              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
25266      Branch: perl
25267            ! sv.c t/op/glob.t
25268 ____________________________________________________________________________
25269 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
25270         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
25271              From: "Craig A. Berry" <craigberry@mac.com>
25272              Date: Tue, 12 Jun 2001 23:55:26 -0500
25273              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
25274      Branch: perl
25275            ! ext/re/Makefile.PL ext/re/re.xs
25276 ____________________________________________________________________________
25277 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
25278         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
25279              suggested by NI-S.
25280      Branch: perl
25281            ! XSUB.h malloc.c perl.h
25282 ____________________________________________________________________________
25283 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
25284         Log: Regen toc.
25285      Branch: perl
25286            ! pod/perltoc.pod
25287 ____________________________________________________________________________
25288 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
25289         Log: Subject: [patch] perl.gprof control
25290              From: Doug MacEachern <dougm@covalent.net>
25291              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
25292              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
25293      Branch: perl
25294            ! miniperlmain.c perl.h
25295 ____________________________________________________________________________
25296 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
25297         Log: Subject: Re: ext/ + -Wall
25298              From: Doug MacEachern <dougm@covalent.net>
25299              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
25300              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
25301              
25302              Document ax and break up dXSARGS.
25303      Branch: perl
25304            ! XSUB.h pod/perlapi.pod
25305 ____________________________________________________________________________
25306 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
25307         Log: More AIX tweakage from Merijn.
25308      Branch: perl
25309            ! hints/aix.sh
25310 ____________________________________________________________________________
25311 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
25312         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
25313              From: "Craig A. Berry" <craigberry@mac.com>
25314              Date: Tue, 12 Jun 2001 22:57:45 -0500
25315              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
25316      Branch: perl
25317            ! vms/descrip_mms.template
25318 ____________________________________________________________________________
25319 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
25320         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
25321              From: "Craig A. Berry" <craigberry@mac.com>
25322              Date: Tue, 12 Jun 2001 22:21:39 -0500
25323              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
25324      Branch: perl
25325            ! configure.com util.c
25326 ____________________________________________________________________________
25327 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
25328         Log: New AIX dynaloading code from Jens-Uwe Mager.
25329              Does break binary compatibility.
25330      Branch: perl
25331            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
25332 ____________________________________________________________________________
25333 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
25334         Log: VMS DEC C compiler found nits by Peter Prymmer.
25335      Branch: perl
25336            ! util.c
25337 ____________________________________________________________________________
25338 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
25339         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
25340              From: Peter Prymmer <pvhp@forte.com>
25341              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
25342              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
25343      Branch: perl
25344            ! t/lib/filecomp.t
25345 ____________________________________________________________________________
25346 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
25347         Log: I wonder how many $CONFIGs still lurk in the shadows.
25348      Branch: perl
25349            ! pod/Makefile.SH x2p/cflags.SH
25350 ____________________________________________________________________________
25351 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
25352         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
25353      Branch: perl
25354            ! pod/checkpods.PL
25355 ____________________________________________________________________________
25356 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
25357         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
25358      Branch: perl
25359            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
25360 ____________________________________________________________________________
25361 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
25362         Log: Subject: [patch] rid local_patches warnings
25363              From: Doug MacEachern <dougm@covalent.net>
25364              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
25365              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
25366      Branch: perl
25367            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
25368 ____________________________________________________________________________
25369 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
25370         Log: Subject: Re: ext/ + -Wall
25371              From: Doug MacEachern <dougm@covalent.net>
25372              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
25373              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
25374      Branch: perl
25375            ! ext/attrs/attrs.xs
25376 ____________________________________________________________________________
25377 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
25378         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
25379              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25380              Date: Tue, 12 Jun 2001 14:36:20 -0400
25381              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
25382      Branch: perl
25383            ! pod/perlretut.pod
25384 ____________________________________________________________________________
25385 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
25386         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
25387              From: Mike Guy <mjtg@cam.ac.uk>
25388              Date: Tue, 12 Jun 2001 19:10:31 +0100
25389              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
25390              
25391              Subject: Re: [ID 20010612.001] out of memory during regex compilation
25392              From: Mike Guy <mjtg@cam.ac.uk>
25393              Date: Tue, 12 Jun 2001 19:21:01 +0100
25394              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
25395      Branch: perl
25396            ! pod/perlop.pod
25397 ____________________________________________________________________________
25398 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
25399         Log: AIX tweaks from Merijn H. Brand.
25400      Branch: perl
25401            ! hints/aix.sh
25402 ____________________________________________________________________________
25403 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
25404         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
25405              From: "Brendan O'Dea" <bod@compusol.com.au>
25406              Date: Wed, 13 Jun 2001 05:16:47 +1000
25407              Message-ID: <20010613051647.A8945@compusol.com.au>
25408      Branch: maint-5.6/perl
25409            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25410 ____________________________________________________________________________
25411 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
25412         Log: Subject: Small bcopy cleanup
25413              From: Andy Dougherty <doughera@lafayette.edu>
25414              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
25415              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
25416      Branch: perl
25417            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
25418 ____________________________________________________________________________
25419 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
25420         Log: Subject: [PATCH] Re: ext/ + -Wall
25421              From: Nicholas Clark <nick@ccl4.org>
25422              Date: Wed, 13 Jun 2001 00:04:30 +0100
25423              Message-ID: <20010613000430.M5901@plum.flirble.org>
25424      Branch: perl
25425            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25426 ____________________________________________________________________________
25427 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
25428         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
25429              From: Nicholas Clark <nick@ccl4.org>
25430              Date: Tue, 12 Jun 2001 23:53:07 +0100
25431              Message-ID: <20010612235307.L5901@plum.flirble.org>
25432      Branch: perl
25433            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25434 ____________________________________________________________________________
25435 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
25436         Log: MPE/iX tweaks from Mark Bixby.
25437      Branch: perl
25438            ! hints/mpeix.sh mpeix/mpeixish.h util.c
25439 ____________________________________________________________________________
25440 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
25441         Log: Update Changes.
25442      Branch: perl
25443            ! Changes patchlevel.h
25444 ____________________________________________________________________________
25445 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
25446         Log: One less -Wall whine (found under DEBUGGING).
25447      Branch: perl
25448            ! x2p/Makefile.SH x2p/a2p.c
25449 ____________________________________________________________________________
25450 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
25451         Log: s/case-independent/case-insensitive/g
25452      Branch: perl
25453            ! pod/perldebug.pod
25454 ____________________________________________________________________________
25455 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
25456         Log: As suggested in    
25457              
25458              Subject: Re: ext/ + -Wall
25459              From: Gurusamy Sarathy <gsar@ActiveState.com>
25460              Date: Mon, 11 Jun 2001 23:34:31 -0700
25461              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
25462      Branch: perl
25463            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
25464            ! perl.h
25465 ____________________________________________________________________________
25466 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
25467         Log: Subject: ext/ + -Wall
25468              From: Doug MacEachern <dougm@covalent.net>
25469              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
25470              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
25471      Branch: perl
25472            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
25473            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
25474            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
25475            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
25476            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
25477            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
25478            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
25479            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
25480            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
25481            ! lib/ExtUtils/xsubpp
25482 ____________________________________________________________________________
25483 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
25484         Log: Subject: [PATCH] anonymous stashes
25485              From: Abhijit Menon-Sen <ams@wiw.org>
25486              Date: Tue, 12 Jun 2001 12:47:04 +0530
25487              Message-ID: <20010612124704.A29029@lustre.linux.in>
25488      Branch: perl
25489            ! dump.c gv.c sv.c xsutils.c
25490 ____________________________________________________________________________
25491 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
25492         Log: One more test for $^S.
25493      Branch: perl
25494            ! t/op/magic.t
25495 ____________________________________________________________________________
25496 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
25497         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
25498              From: Abhijit Menon-Sen <ams@wiw.org>
25499              Date: Tue, 12 Jun 2001 17:35:55 +0530
25500              Message-ID: <20010612173555.A32426@lustre.linux.in>
25501      Branch: perl
25502            ! mg.c t/op/magic.t
25503 ____________________________________________________________________________
25504 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
25505         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
25506              From: Mike Guy <mjtg@cam.ac.uk>
25507              Date: Tue, 12 Jun 2001 13:14:15 +0100
25508              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
25509      Branch: perl
25510            ! pod/perlop.pod
25511 ____________________________________________________________________________
25512 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
25513         Log: AUTHORS updates.
25514      Branch: perl
25515            ! AUTHORS
25516 ____________________________________________________________________________
25517 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
25518         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
25519              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
25520              Content-Transfer-Encoding: 7bit
25521              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
25522      Branch: perl
25523            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
25524 ____________________________________________________________________________
25525 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
25526         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
25527              From: "Philip Newton" <Philip.Newton@gmx.net>
25528              Date: Mon, 11 Jun 2001 07:08:03 +0200
25529              Message-Id: <200106120802.LAA08992@taas.iki.fi>
25530      Branch: perl
25531            ! t/base/term.t
25532 ____________________________________________________________________________
25533 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
25534         Log: Cleanup the a2p.c for -Wall.
25535      Branch: perl
25536            ! x2p/Makefile.SH x2p/a2p.c
25537 ____________________________________________________________________________
25538 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
25539         Log: File::Find update for MacOS from Chris Nandor.
25540      Branch: perl
25541            ! lib/File/Find.pm t/lib/filefind.t
25542 ____________________________________________________________________________
25543 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
25544         Log: gcc -Wall nits picked out by a non-UNIX system
25545              (courtesy of Mark Bixby)
25546      Branch: perl
25547            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
25548            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
25549            ! pp_sys.c util.c
25550 ____________________________________________________________________________
25551 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
25552         Log: Metaconfig unit change for #10522.  (The d_modfl changes
25553              placate metalint.)
25554      Branch: metaconfig/U/perl
25555            ! d_modfl.U d_u32align.U
25556 ____________________________________________________________________________
25557 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
25558         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
25559              be "./try 2>&1 >/dev/null".
25560      Branch: perl
25561            ! Configure
25562 ____________________________________________________________________________
25563 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
25564         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
25565              From: "Craig A. Berry" <craigberry@mac.com>
25566              Date: Mon, 11 Jun 2001 14:00:32 -0500
25567              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
25568      Branch: perl
25569            ! configure.com
25570 ____________________________________________________________________________
25571 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
25572         Log: Move the full \p\P lists to perlunicode.
25573      Branch: perl
25574            ! pod/perlretut.pod pod/perlunicode.pod
25575 ____________________________________________________________________________
25576 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
25577         Log: VOS build tweak for 5.6.1 from Paul Green.
25578      Branch: maint-5.6/perl
25579            ! vos/build.cm
25580 ____________________________________________________________________________
25581 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
25582         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
25583              From: "Craig A. Berry" <craigberry@mac.com>
25584              Date: Fri, 8 Jun 2001 18:08:18 -0500
25585              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
25586      Branch: perl
25587            ! vms/vms.c
25588 ____________________________________________________________________________
25589 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
25590         Log: Update Changes.
25591      Branch: perl
25592            ! Changes patchlevel.h
25593 ____________________________________________________________________________
25594 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
25595         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
25596      Branch: perl
25597            ! vos/config.alpha.h vos/config.ga.h
25598 ____________________________________________________________________________
25599 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
25600         Log: VOS updates from Paul Green for @10476.
25601      Branch: perl
25602            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
25603            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25604            ! vos/config.ga.h vos/configure_perl.cm
25605 ____________________________________________________________________________
25606 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
25607         Log: Subject: [PATCH] Not many people know this ...
25608              From: Mike Guy <mjtg@cam.ac.uk>
25609              Date: Mon, 11 Jun 2001 14:55:15 +0100
25610              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
25611      Branch: perl
25612            ! pod/perldebug.pod
25613 ____________________________________________________________________________
25614 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
25615         Log: Add final commas to lists as suggested by Philip Newton.
25616      Branch: perl
25617            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25618 ____________________________________________________________________________
25619 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
25620         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
25621              Date: Sun, 10 Jun 2001 23:35:38 -0400
25622              From: Chris Nandor <pudge@pobox.com>
25623              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
25624      Branch: perl
25625            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
25626            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
25627            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
25628            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
25629            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
25630            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
25631            ! t/op/write.t t/pragma/strict.t
25632 ____________________________________________________________________________
25633 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
25634         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
25635              From: Chris Nandor <pudge@pobox.com>
25636              Date: Mon, 11 Jun 2001 08:24:28 -0400
25637              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
25638      Branch: perl
25639            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
25640            ! t/lib/io_dir.t
25641 ____________________________________________________________________________
25642 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
25643         Log: One more run_byacc (a hand-tweaked version had slipped in).
25644      Branch: perl
25645            ! perly.c vms/perly_c.vms
25646 ____________________________________________________________________________
25647 [ 10509] By: nick                                  on 2001/06/11  07:49:15
25648         Log: Integrate mainline
25649      Branch: perlio
25650           !> Makefile.SH embed.h embed.pl global.sym
25651           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
25652           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
25653           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
25654           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
25655 ____________________________________________________________________________
25656 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
25657         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
25658              From: Mike Guy <mjtg@cam.ac.uk>
25659              Reply-To: mjtg@cam.ac.uk
25660              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
25661      Branch: perl
25662            ! lib/ExtUtils/Manifest.pm
25663 ____________________________________________________________________________
25664 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
25665         Log: Subject: [PATCH] ExtUtils::Constant
25666              From: Nicholas Clark <nick@ccl4.org>
25667              Date: Sun, 10 Jun 2001 23:25:41 +0100
25668              Message-ID: <20010610232540.C76396@plum.flirble.org>
25669      Branch: perl
25670            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25671 ____________________________________________________________________________
25672 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
25673         Log: Integrate perlio.
25674      Branch: perl
25675           !> iperlsys.h
25676 ____________________________________________________________________________
25677 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
25678         Log: Move the grok_number and its lieutenant grok_numeric_radix
25679              from sv.c statics to util.c and public.
25680      Branch: perl
25681            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
25682            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
25683 ____________________________________________________________________________
25684 [ 10504] By: nick                                  on 2001/06/10  17:47:06
25685         Log: Fix (valid) -Wall warnings in perlio.c
25686      Branch: perlio
25687            ! iperlsys.h
25688 ____________________________________________________________________________
25689 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
25690         Log: Update perly_c.diff, update perly.fixer to edit away
25691              some of the -Wall noise.
25692      Branch: perl
25693            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
25694 ____________________________________________________________________________
25695 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
25696         Log: Check the version of byacc.
25697      Branch: perl
25698            ! Makefile.SH
25699 ____________________________________________________________________________
25700 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
25701         Log: Subject: [PATCH] perly.y overhaul
25702              From: Simon Cozens <simon@netthink.co.uk>
25703              Date: Sun, 10 Jun 2001 16:56:54 +0100
25704              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
25705              
25706              Plus make run_byacc.
25707      Branch: perl
25708            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
25709 ____________________________________________________________________________
25710 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
25711         Log: Integrate perlio.
25712      Branch: perl
25713           !> perlio.c perlsfio.h
25714 ____________________________________________________________________________
25715 [ 10499] By: nick                                  on 2001/06/10  15:01:08
25716         Log: Integrate mainline
25717      Branch: perlio
25718           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
25719           !> t/pragma/locale.t util.c
25720 ____________________________________________________________________________
25721 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
25722         Log: Put some meat on the perl572delta bones.  The list of
25723              selected bug fixes needs more work, as does still the
25724              whole document.
25725      Branch: perl
25726            ! pod/perl572delta.pod
25727 ____________________________________________________________________________
25728 [ 10497] By: nick                                  on 2001/06/10  12:27:51
25729         Log: Paper over a crack or two with USE_SFIO
25730      Branch: perlio
25731            ! perlio.c perlsfio.h
25732 ____________________________________________________________________________
25733 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
25734         Log: Update Changes.
25735      Branch: perl
25736            ! Changes patchlevel.h
25737 ____________________________________________________________________________
25738 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
25739         Log: Subject: Re: pragma/locale.t #107
25740              From: Hugo <hv@crypt.compulink.co.uk>
25741              Date: Sun, 10 Jun 2001 11:23:30 +0100
25742              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
25743              
25744              Encapsulate the scan of the decimal radix separator.
25745      Branch: perl
25746            ! embed.h embed.pl proto.h sv.c
25747 ____________________________________________________________________________
25748 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
25749         Log: Try to grok numbers both with the locale specific separator
25750              and with the usual "." (if different from the lss); add a test
25751              to locale.t to do also a little bit of math in addition to just
25752              equalness testing; remove extraneous logic as suggested in
25753              
25754              Subject: Re: pragma/locale.t #107
25755              From: Nicholas Clark <nick@ccl4.org>
25756              Date: Sat, 9 Jun 2001 22:37:36 +0100
25757              Message-ID: <20010609223735.Y76396@plum.flirble.org>
25758      Branch: perl
25759            ! sv.c t/pragma/locale.t
25760 ____________________________________________________________________________
25761 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
25762         Log: Metaconfig unit change for #10492.
25763      Branch: metaconfig/U/perl
25764            ! Extensions.U
25765 ____________________________________________________________________________
25766 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
25767         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
25768              From: Artur Bergman <artur@contiller.se> 
25769              Date: Sat, 09 Jun 2001 21:03:51 +0200
25770              Message-ID: <B7483FB6.1398%artur@contiller.se>
25771      Branch: perl
25772            ! Configure
25773 ____________________________________________________________________________
25774 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
25775         Log: Integrate perlio.
25776      Branch: perl
25777           !> perlsfio.h
25778 ____________________________________________________________________________
25779 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
25780         Log: Do locale specific separator if only in locale.
25781      Branch: perl
25782            ! util.c
25783 ____________________________________________________________________________
25784 [ 10489] By: nick                                  on 2001/06/09  19:13:25
25785         Log: Make XS/Typemap compile (but fail) with sfio
25786      Branch: perlio
25787            ! perlsfio.h
25788 ____________________________________________________________________________
25789 [ 10488] By: nick                                  on 2001/06/09  19:12:51
25790         Log: Re-integrate mainline
25791      Branch: perlio
25792           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
25793           !> proto.h sv.c util.c
25794 ____________________________________________________________________________
25795 [ 10487] By: nick                                  on 2001/06/09  16:26:29
25796         Log: Integrate mainline
25797      Branch: perlio
25798           !> (integrate 31 files)
25799 ____________________________________________________________________________
25800 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
25801         Log: Subject: [PATCH] New attempt to clone callack
25802              From: Artur Bergman <artur@contiller.se> 
25803              Date: Thu, 07 Jun 2001 11:52:16 +0200
25804              Message-ID: <B7451B6F.12B7%artur@contiller.se>
25805      Branch: perl
25806            ! embedvar.h intrpvar.h perlapi.h sv.c
25807 ____________________________________________________________________________
25808 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
25809         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
25810      Branch: perl
25811            ! embed.h embed.pl perl.h proto.h sv.c util.c
25812 ____________________________________________________________________________
25813 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
25814         Log: Subject: Re: pragma/locale.t #107
25815              From: Nicholas Clark <nick@ccl4.org>
25816              Date: Sat, 9 Jun 2001 16:26:10 +0100
25817              Message-ID: <20010609162609.V76396@plum.flirble.org>
25818              
25819              A missing NVification.
25820      Branch: perl
25821            ! sv.c
25822 ____________________________________________________________________________
25823 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
25824         Log: Redo the #10482, there already was a test script for formats.
25825      Branch: perl
25826            - t/io/format.t
25827            ! MANIFEST t/op/write.t
25828 ____________________________________________________________________________
25829 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
25830         Log: Twisted format testing, from Merijn.
25831      Branch: perl
25832            + t/io/format.t
25833            ! MANIFEST
25834 ____________________________________________________________________________
25835 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
25836         Log: More \p{In...} testing, combined with \N{...}.
25837      Branch: perl
25838            ! lib/utf8_heavy.pl t/op/pat.t
25839 ____________________________________________________________________________
25840 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
25841         Log: Metaconfig changes for #10479.
25842      Branch: metaconfig
25843            ! U/Glossary.patch
25844      Branch: metaconfig/U/perl
25845            ! d_modfl.U
25846 ____________________________________________________________________________
25847 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
25848         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
25849      Branch: perl
25850            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25851            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
25852            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
25853            ! win32/config.bc win32/config.gc win32/config.vc
25854 ____________________________________________________________________________
25855 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
25856         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
25857              From: "Craig A. Berry" <craigberry@mac.com>
25858              Date: Thu, 7 Jun 2001 14:27:20 -0500
25859              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
25860      Branch: perl
25861            ! vms/perlvms.pod
25862 ____________________________________________________________________________
25863 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
25864         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
25865              From: Gisle Aas <gisle@ActiveState.com>
25866              Date: 07 Jun 2001 17:04:29 -0700
25867              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
25868      Branch: perl
25869            ! ext/re/re.xs
25870 ____________________________________________________________________________
25871 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
25872         Log: Update Changes.
25873      Branch: perl
25874            ! Changes patchlevel.h
25875 ____________________________________________________________________________
25876 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
25877         Log: Regen Glossary et alia.
25878      Branch: perl
25879            ! Porting/Glossary Porting/config.sh Porting/config_H
25880 ____________________________________________________________________________
25881 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
25882         Log: Metaconfig unit changes for #10473.
25883      Branch: metaconfig/U/perl
25884            ! d_modfl.U
25885 ____________________________________________________________________________
25886 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
25887         Log: Harumph, also AIX will spill its guts (i.e. dump core)
25888              if an executable contains modfl() but it hasn't been
25889              compiled right (in the case of AIX, with cc -qlongdouble).
25890      Branch: perl
25891            ! Configure
25892 ____________________________________________________________________________
25893 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
25894         Log: integrate change#10471 from mainline
25895              
25896              in change#10451, check that CvOUTSIDE is a CV before looking in
25897              (it can apparently be SVt_NULL during global destruction)
25898      Branch: maint-5.6/perl
25899           !> op.c
25900 ____________________________________________________________________________
25901 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
25902         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
25903              (it can apparently be SVt_NULL during global destruction)
25904      Branch: perl
25905            ! op.c
25906 ____________________________________________________________________________
25907 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
25908         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
25909              From: Robin Barker <rmb1@cise.npl.co.uk>
25910              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
25911              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
25912      Branch: perl
25913            ! lib/diagnostics.pm pod/perldiag.pod
25914 ____________________________________________________________________________
25915 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
25916         Log: Subject: [PATCH perl@10439] long =item
25917              From: Robin Barker <rmb1@cise.npl.co.uk>
25918              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
25919              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
25920      Branch: perl
25921            ! README.amiga lib/Attribute/Handlers.pm
25922            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
25923 ____________________________________________________________________________
25924 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
25925         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
25926              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
25927              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
25928              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
25929      Branch: perl
25930            ! pod/perlguts.pod
25931 ____________________________________________________________________________
25932 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
25933         Log: Integrate perlio.
25934      Branch: perl
25935           !> sv.c
25936 ____________________________________________________________________________
25937 [ 10466] By: nick                                  on 2001/06/07  10:25:40
25938         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
25939              whitespace tweaks.
25940              Still coredumps in pragma/overload.t - what a nice hard fail that is...
25941      Branch: perlio
25942            ! sv.c
25943 ____________________________________________________________________________
25944 [ 10465] By: nick                                  on 2001/06/07  08:41:58
25945         Log: Raw integrate of mainline for S_grok_number debug
25946              (sv.c has MULTIPLICITY issues as well as whatever else ...)
25947      Branch: perlio
25948            - plan9/perlplan9.doc plan9/perlplan9.pod
25949           !> (integrate 46 files)
25950 ____________________________________________________________________________
25951 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
25952         Log: The proper prototyping for #10463.
25953      Branch: perl
25954            ! embed.h embed.pl proto.h sv.c
25955 ____________________________________________________________________________
25956 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
25957         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
25958              From: Nicholas Clark <nick@ccl4.org>
25959              Date: Thu, 7 Jun 2001 00:29:59 +0100
25960              Message-ID: <20010607002959.Z76396@plum.flirble.org>
25961      Branch: perl
25962            ! sv.c
25963 ____________________________________________________________________________
25964 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
25965         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
25966              From: "Craig A. Berry" <craigberry@mac.com>
25967              Date: Wed, 06 Jun 2001 17:54:30 -0500
25968              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
25969      Branch: perl
25970            ! vms/perlvms.pod
25971 ____________________________________________________________________________
25972 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
25973         Log: Podify the remaining README.platform files;
25974              merge README.plan9 and plan9/perlplan9.pod;
25975              delete plan9/perlplan9.* (the perlplan.doc needs to
25976              be regenerated in Plan 9); make the =head1 and =head2
25977              in the README.platform to be a little more verbose
25978              (skipped README.os2 not to anger Ilya) so that they
25979              look better in the toc; regen toc.
25980      Branch: perl
25981            - plan9/perlplan9.doc plan9/perlplan9.pod
25982            ! MANIFEST README.aix README.amiga README.apollo README.beos
25983            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
25984            ! README.hpux README.hurd README.machten README.macos
25985            ! README.micro README.mint README.mpeix README.os390
25986            ! README.plan9 README.qnx README.solaris README.threads
25987            ! README.tru64 README.vmesa README.vms README.vos README.win32
25988            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
25989            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
25990 ____________________________________________________________________________
25991 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
25992         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
25993              From: Mike Guy <mjtg@cam.ac.uk>
25994              Reply-To: mjtg@cam.ac.uk
25995              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
25996      Branch: perl
25997            ! pod/perlguts.pod
25998 ____________________________________________________________________________
25999 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
26000         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
26001              From: Mike Guy <mjtg@cam.ac.uk>
26002              Reply-To: mjtg@cam.ac.uk
26003              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
26004      Branch: perl
26005            ! pod/perlsec.pod
26006 ____________________________________________________________________________
26007 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
26008         Log: Disable long doubles from pre-5.0 Tru64s.
26009      Branch: perl
26010            ! README.tru64 hints/dec_osf.sh
26011 ____________________________________________________________________________
26012 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
26013         Log: The #10455 exposed that modfl() is fundamentally busted
26014              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
26015              testing it.
26016      Branch: perl
26017            ! hints/dec_osf.sh
26018 ____________________________________________________________________________
26019 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
26020         Log: Metaconfig unit change for #10455.
26021      Branch: metaconfig/U/perl
26022            ! d_modfl.U
26023 ____________________________________________________________________________
26024 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
26025         Log: Configure check for geborken modfl(), inspired by
26026              
26027              Subject: Re: [20010118.017] op/int.t failure 
26028              From: Hugo <hv@crypt.compulink.co.uk>
26029              Date: Tue, 05 Jun 2001 13:43:27 +0100
26030              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
26031      Branch: perl
26032            ! Configure
26033 ____________________________________________________________________________
26034 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
26035         Log: Integrate changes #10450 and #10451 from maintperl:
26036              
26037              optimize change#10448 slightly (don't repeat search in eval""s lexical
26038              scope, since that has already been searched)
26039              
26040              change#9108 needs subtler treatment for case of closures created
26041              within eval""
26042      Branch: perl
26043           !> op.c t/op/misc.t
26044 ____________________________________________________________________________
26045 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
26046         Log: MakeMaker magic to compile (when no dynamic loading)
26047              List/Util.xsc as (ListUtil.c and) ListUtil.o since
26048              POSIX-BC (BS2000) linker has an evil limitation of
26049              being unable to include in the same executable several
26050              object files with the same name - case-insensitively -
26051              because otherwise we conflict with util.c.
26052              Strictly speaking currently required only in POSIX-BC
26053              but probably will do no harm elsewhere where static
26054              linking is required.
26055      Branch: perl
26056            ! ext/List/Util/Makefile.PL
26057 ____________________________________________________________________________
26058 [ 10452] By: nick                                  on 2001/06/06  08:59:51
26059         Log: Integrate mainline.
26060      Branch: perlio
26061           +> lib/Attribute/Handlers/demo/Demo.pm
26062           +> lib/Attribute/Handlers/demo/Descriptions.pm
26063           +> lib/Attribute/Handlers/demo/MyClass.pm
26064           +> lib/Attribute/Handlers/demo/demo.pl
26065           +> lib/Attribute/Handlers/demo/demo2.pl
26066           +> lib/Attribute/Handlers/demo/demo3.pl
26067           +> lib/Attribute/Handlers/demo/demo4.pl
26068           +> lib/Attribute/Handlers/demo/demo_call.pl
26069           +> lib/Attribute/Handlers/demo/demo_chain.pl
26070           +> lib/Attribute/Handlers/demo/demo_cycle.pl
26071           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
26072           +> lib/Attribute/Handlers/demo/demo_phases.pl
26073           +> lib/Attribute/Handlers/demo/demo_range.pl
26074           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
26075           +> uts/strtol_wrap.c
26076           !> (integrate 91 files)
26077 ____________________________________________________________________________
26078 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
26079         Log: change#9108 needs subtler treatment for case of closures created
26080              within eval""
26081      Branch: maint-5.6/perl
26082            ! op.c t/op/misc.t
26083 ____________________________________________________________________________
26084 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
26085         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
26086              scope, since that has already been searched)
26087      Branch: maint-5.6/perl
26088            ! op.c
26089 ____________________________________________________________________________
26090 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
26091         Log: Integrate change #10448 from maintperl; lexicals
26092              outside an eval"" weren't resolved correctly inside a subroutine
26093              definition inside the eval"" if they were not already referenced
26094              in the toplevel of the eval""-ed code
26095      Branch: perl
26096           !> cop.h op.c pp_ctl.c t/op/misc.t
26097 ____________________________________________________________________________
26098 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
26099         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
26100              outside an eval"" weren't resolved correctly inside a subroutine
26101              definition inside the eval"" if they were not already referenced
26102              in the toplevel of the eval""-ed code
26103      Branch: maint-5.6/perl
26104            ! cop.h op.c pp_ctl.c t/op/misc.t
26105 ____________________________________________________________________________
26106 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
26107         Log: Subject: [PATCH] perl570delta.pod
26108              From: Peter Scott <Peter@PSDT.com> 
26109              Date: Tue, 05 Jun 2001 18:51:02 -0700
26110              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
26111      Branch: perl
26112            ! pod/perl570delta.pod
26113 ____________________________________________________________________________
26114 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
26115         Log: The fudge factor is no more needed.  I hope.
26116      Branch: perl
26117            ! t/lib/posix.t
26118 ____________________________________________________________________________
26119 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
26120         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
26121              From: Hugo <hv@crypt.compulink.co.uk>
26122              Date: Tue, 05 Jun 2001 12:58:19 +0100
26123              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
26124      Branch: perl
26125            ! util.c
26126 ____________________________________________________________________________
26127 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
26128         Log: Make up prototypes only for those who have the functions
26129              but not the prototypes.
26130      Branch: perl
26131            ! perl.h
26132 ____________________________________________________________________________
26133 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
26134         Log: Subject: Re: Not OK: perl@10439 on win32 
26135              From: Prymmer/Kahn <pvhp@best.com> 
26136              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
26137              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
26138      Branch: perl
26139            ! perl.h util.c
26140 ____________________________________________________________________________
26141 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
26142         Log: The metaconfig units changes for #10441.
26143      Branch: metaconfig
26144            ! U/modified/Extract.U U/modified/Extractall.U
26145            ! U/modified/Finish.U
26146 ____________________________________________________________________________
26147 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
26148         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
26149      Branch: perl
26150            ! Configure
26151 ____________________________________________________________________________
26152 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
26153         Log: Unnecessary fuzziness undone, noted by Mike Guy.
26154      Branch: perl
26155            ! t/op/tr.t
26156 ____________________________________________________________________________
26157 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
26158         Log: Update Changes.
26159      Branch: perl
26160            ! Changes patchlevel.h
26161 ____________________________________________________________________________
26162 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
26163         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
26164              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
26165              leakage patch.
26166      Branch: perl
26167            ! t/op/misc.t
26168 ____________________________________________________________________________
26169 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
26170         Log: Test case for #10433/#10424.
26171      Branch: perl
26172            ! t/op/misc.t
26173 ____________________________________________________________________________
26174 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
26175         Log: Subject: One fix for strtoul not setting errno
26176              From: hom00@utsglobal.com (Hal Morris)
26177              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
26178              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
26179      Branch: perl
26180            + uts/strtol_wrap.c
26181            ! MANIFEST hints/uts.sh
26182 ____________________________________________________________________________
26183 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
26184         Log: Metaconfig units changes for #10434.
26185      Branch: metaconfig
26186            ! U/modified/Cppsym.U
26187      Branch: metaconfig/U/perl
26188            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
26189            + d_syscallproto.U d_usleepproto.U
26190            ! longdblfio.U quadfio.U
26191 ____________________________________________________________________________
26192 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
26193         Log: Configure tweaks; add prototype probes, make the cpp symbols
26194              probe to cast, not whine; test for %Ld and %Lf before %lld and
26195              %llf because the L is the ANSI way.
26196      Branch: perl
26197            ! Configure config_h.SH configure.com epoc/config.sh
26198            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
26199            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
26200            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
26201 ____________________________________________________________________________
26202 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
26203         Log: Sigh.  This is what #10424 was supposed to check in.
26204      Branch: perl
26205            ! op.c sv.c sv.h
26206 ____________________________________________________________________________
26207 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
26208         Log: More verbose failure.
26209      Branch: perl
26210            ! t/op/ver.t
26211 ____________________________________________________________________________
26212 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
26213         Log: The .pm changes to go with #10428.
26214      Branch: perl
26215            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
26216            ! ext/Sys/Syslog/Syslog.pm
26217 ____________________________________________________________________________
26218 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
26219         Log: On second thoughts show to utf8 skippage message only
26220              on failures, it's too confusing otherwise,
26221      Branch: perl
26222            ! t/pragma/locale.t
26223 ____________________________________________________________________________
26224 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
26225         Log: Do not import anything from Encode.
26226      Branch: perl
26227            ! ext/MIME/Base64/QuotedPrint.pm
26228 ____________________________________________________________________________
26229 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
26230         Log: The #10402 didn't take.  Weird.
26231      Branch: perl
26232            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
26233            ! ext/Sys/Syslog/Syslog.xs
26234 ____________________________________________________________________________
26235 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
26236         Log: Eradicate traces of 'asciirange' re subpragma.
26237      Branch: perl
26238            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
26239            ! pod/perldiag.pod
26240 ____________________________________________________________________________
26241 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
26242         Log: use is a compile-time thing.
26243      Branch: perl
26244            ! ext/MIME/Base64/QuotedPrint.pm
26245 ____________________________________________________________________________
26246 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
26247         Log: Subject: [PATCH perl@10419] -Wall casting patch
26248              From: Robin Barker <rmb1@cise.npl.co.uk>
26249              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
26250              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
26251      Branch: perl
26252            ! ext/Devel/DProf/DProf.xs mg.c
26253 ____________________________________________________________________________
26254 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
26255         Log: Subject: [PATCH #2] introducing SVpad_TYPED
26256              From: Abhijit Menon-Sen <ams@wiw.org>
26257              Date: Mon, 4 Jun 2001 12:26:02 +0530
26258              Message-ID: <20010604122602.A5775@lustre.linux.in>
26259      Branch: perl
26260            ! op.c sv.c sv.h
26261 ____________________________________________________________________________
26262 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
26263         Log: testsuite for change#10192 (from Gisle Aas)
26264      Branch: perl
26265            + t/op/override.t
26266            ! MANIFEST
26267 ____________________________________________________________________________
26268 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
26269         Log: integrate changes#10414-10416 from mainline
26270              
26271              Potential buffer overrun if the radix separator is more than
26272              one byte.  Also, under locales, prefer the locale-specific
26273              separator over the old boring ".".
26274              
26275              "10.", that is, decimal numbers can have no decimal part at all.
26276              
26277              The non-locale places need love, too.
26278      Branch: maint-5.6/perl
26279           !> perl.h sv.c
26280 ____________________________________________________________________________
26281 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
26282         Log: Missed from #10420.
26283      Branch: perl
26284            ! epoc/config.sh
26285 ____________________________________________________________________________
26286 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
26287         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
26288              often this prototype goes with HAS_SETRESUID_PROTO.
26289      Branch: perl
26290            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26291            ! config_h.SH configure.com perl.h uconfig.h
26292 ____________________________________________________________________________
26293 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
26294         Log: Update Changes.
26295      Branch: perl
26296            ! Changes patchlevel.h
26297 ____________________________________________________________________________
26298 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
26299         Log: -Wall "subscript has type `char'" cleanup.
26300      Branch: perl
26301            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
26302 ____________________________________________________________________________
26303 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
26304         Log: Various "cast to pointer from integer of different size"
26305              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
26306              wide but I32 (int) only 32 bits wide).
26307              
26308              WARNING: the classnum and tagnum changes in Storable.xs
26309              may not be wise, they may be breaking binary compatibility
26310              (in 64-bit platforms), asked Raphael Manfredi about the changes.
26311      Branch: perl
26312            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
26313            ! mg.c proto.h
26314 ____________________________________________________________________________
26315 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
26316         Log: The non-locale places need love, too.
26317      Branch: perl
26318            ! perl.h
26319 ____________________________________________________________________________
26320 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
26321         Log: "10.", that is, decimal numbers can have no decimal part at all.
26322      Branch: perl
26323            ! perl.h
26324 ____________________________________________________________________________
26325 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
26326         Log: Potential buffer overrun if the radix separator is more than
26327              one byte.  Also, under locales, prefer the locale-specific
26328              separator over the old boring ".".
26329      Branch: perl
26330            ! perl.h sv.c
26331 ____________________________________________________________________________
26332 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
26333         Log: Integrate change #10412 from maintperl; locale is now
26334              per-cop, not per-op; plus retweak the locale.t to always
26335              list the skipped utf8 locales.
26336      Branch: perl
26337            ! t/pragma/locale.t
26338           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
26339           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
26340 ____________________________________________________________________________
26341 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
26342         Log: rationalize locale handling to fix the bugs uncovered by change#10394
26343              
26344              the major issue was that the runtime was looking at PL_hints rather
26345              than op_private to notice whether locale was enabled
26346              
26347              the secondary issue was that many locale-sensitive numeric ops didn't
26348              have HINT_LOCALE propagated into their op_private
26349              
26350              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
26351              instead of per-op, just like HINT_BYTE and the hints for lexical
26352              warnings (this makes the hint available to every op via PL_curcop)
26353              
26354              pragma/locale.t may need to be reworked with these fixes in mind
26355              (it currently passes its tests)
26356      Branch: maint-5.6/perl
26357            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
26358            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
26359 ____________________________________________________________________________
26360 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
26361         Log: More verbose debugging.
26362      Branch: perl
26363            ! t/pragma/locale.t
26364 ____________________________________________________________________________
26365 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
26366         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
26367              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
26368              Date: Sat, 2 Jun 2001 22:53:33 +0100
26369              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
26370      Branch: perl
26371            ! regcomp.c t/pragma/warn/regcomp
26372 ____________________________________________________________________________
26373 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
26374         Log: Mention that lexicalizing $a or $b is a bad idea if one
26375              wants to use sort().
26376      Branch: perl
26377            ! pod/perlvar.pod
26378 ____________________________________________________________________________
26379 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
26380         Log: Tweak the test to be happy if the accuracy is 'good enough'.
26381      Branch: perl
26382            ! t/lib/posix.t
26383 ____________________________________________________________________________
26384 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
26385         Log: Upgrade to Attribute::Handlers 0.70.
26386              
26387              NOTE: this unearthed the "too late for CHECK block" bug,
26388              that's why the 1_compile.t change.
26389      Branch: perl
26390            + lib/Attribute/Handlers/demo/Demo.pm
26391            + lib/Attribute/Handlers/demo/Descriptions.pm
26392            + lib/Attribute/Handlers/demo/MyClass.pm
26393            + lib/Attribute/Handlers/demo/demo.pl
26394            + lib/Attribute/Handlers/demo/demo2.pl
26395            + lib/Attribute/Handlers/demo/demo3.pl
26396            + lib/Attribute/Handlers/demo/demo4.pl
26397            + lib/Attribute/Handlers/demo/demo_call.pl
26398            + lib/Attribute/Handlers/demo/demo_chain.pl
26399            + lib/Attribute/Handlers/demo/demo_cycle.pl
26400            + lib/Attribute/Handlers/demo/demo_hashdir.pl
26401            + lib/Attribute/Handlers/demo/demo_phases.pl
26402            + lib/Attribute/Handlers/demo/demo_range.pl
26403            + lib/Attribute/Handlers/demo/demo_rawdata.pl
26404            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
26405            ! t/lib/attrhand.t
26406 ____________________________________________________________________________
26407 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
26408         Log: One less -Wall whine.
26409      Branch: perl
26410            ! regcomp.c
26411 ____________________________________________________________________________
26412 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
26413         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
26414      Branch: perl
26415           !> t/op/eval.t
26416 ____________________________________________________________________________
26417 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
26418         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
26419              aren't "normally" visible inside eval""s contained in subs unless
26420              a cloned reference to them already exists)
26421              
26422              strangely enough, t/harness didn't show this up as a failure
26423              (harness needs fixing?)
26424      Branch: maint-5.6/perl
26425            ! t/op/eval.t
26426 ____________________________________________________________________________
26427 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
26428         Log: Update to Text::Balanced 1.85.
26429      Branch: perl
26430            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
26431 ____________________________________________________________________________
26432 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
26433         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
26434              From: Nicholas Clark <nick@ccl4.org>
26435              Date: Sun, 3 Jun 2001 17:54:36 +0100
26436              Message-ID: <20010603175436.E76396@plum.flirble.org> 
26437      Branch: perl
26438            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
26439            ! ext/Sys/Syslog/Syslog.xs
26440 ____________________________________________________________________________
26441 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
26442         Log: Unused variables.
26443      Branch: perl
26444            ! util.c
26445 ____________________________________________________________________________
26446 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
26447         Log: Subject: [PATCH] APIfy op_clear 
26448              From: Simon Cozens <simon@netthink.co.uk>
26449              Date: Sun, 3 Jun 2001 13:51:46 +0100
26450              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
26451              
26452              (despite the subject line, op_null is APIfied by the patch)
26453      Branch: perl
26454            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
26455 ____________________________________________________________________________
26456 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
26457         Log: Subject: [PATCH] t/lib/extutils.t
26458              From: Nicholas Clark <nick@ccl4.org>
26459              Date: Sat, 2 Jun 2001 23:57:05 +0100
26460              Message-ID: <20010602235705.Q12698@plum.flirble.org>
26461      Branch: perl
26462            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26463 ____________________________________________________________________________
26464 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
26465         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
26466              From: Prymmer/Kahn <pvhp@best.com>
26467              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
26468              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
26469      Branch: perl
26470            ! win32/Makefile win32/makefile.mk
26471 ____________________________________________________________________________
26472 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
26473         Log: Subject: Re: 'decimal digits' macro? 
26474              From: Hugo <hv@crypt.compulink.co.uk>
26475              Date: Sun, 03 Jun 2001 04:26:36 +0100
26476              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
26477      Branch: perl
26478            ! handy.h t/lib/posix.t t/op/tr.t
26479 ____________________________________________________________________________
26480 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
26481         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
26482              From: Hugo <hv@crypt.compulink.co.uk>
26483              Date: Sun, 03 Jun 2001 14:56:30 +0100
26484              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
26485      Branch: perl
26486            ! util.c
26487 ____________________________________________________________________________
26488 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
26489         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
26490      Branch: perl
26491           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
26492           !> vms/perly_c.vms
26493 ____________________________________________________________________________
26494 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
26495         Log: fix leakage of lexicals at file scope into subroutines that were
26496              declared before them; this appears to be a longstanding bug that
26497              meant that lexicals at file scope were never "deintroduced", meaning
26498              their scope range was never properly closed, and their visibility
26499              extended to all subsequent eval""s or requires
26500              
26501              added a test case
26502              
26503              seems to also fix a case of bogus duplicate warnings
26504      Branch: maint-5.6/perl
26505            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
26506            ! vms/perly_c.vms
26507 ____________________________________________________________________________
26508 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
26509         Log: More VMS tweaks from Craig A. Berry.
26510      Branch: perl
26511            ! configure.com t/lib/extutils.t
26512 ____________________________________________________________________________
26513 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
26514         Log: -Wall cleanup continues.
26515      Branch: perl
26516            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
26517            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
26518            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
26519            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
26520            ! run.c toke.c util.c
26521 ____________________________________________________________________________
26522 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
26523         Log: The metaconfig unit change for #10390.
26524      Branch: metaconfig/U/perl
26525            ! gccvers.U
26526 ____________________________________________________________________________
26527 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
26528         Log: Drop the -ansi from the default gcc flags.
26529              
26530              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
26531              that struct cannot be compared with a flat integer, such as STRLEN.
26532              The -ansi will also cause a lot of noise in Solaris because of:
26533              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
26534      Branch: perl
26535            ! Configure
26536 ____________________________________________________________________________
26537 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
26538         Log: Integrate perlio.
26539      Branch: perl
26540           !> pod/perlapi.pod util.c
26541 ____________________________________________________________________________
26542 [ 10388] By: nick                                  on 2001/06/02  08:01:12
26543         Log: Integrate mainline
26544      Branch: perlio
26545           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
26546           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
26547           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
26548           !> t/lib/1_compile.t t/lib/mimeqp.t
26549 ____________________________________________________________________________
26550 [ 10387] By: nick                                  on 2001/06/02  07:39:17
26551         Log: Tweak util.c's atof2 for MULTIPLICITY
26552      Branch: perlio
26553            ! util.c
26554 ____________________________________________________________________________
26555 [ 10386] By: nick                                  on 2001/06/02  07:38:33
26556         Log: Integrate mainline
26557      Branch: perlio
26558           !> (integrate 41 files)
26559 ____________________________________________________________________________
26560 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
26561         Log: Add Attribute::Handlers 0.61 from Damian Conway.
26562      Branch: perl
26563            + lib/Attribute/Handlers.pm t/lib/attrhand.t
26564            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
26565 ____________________________________________________________________________
26566 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
26567         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
26568              From: Peter Prymmer <pvhp@forte.com>
26569              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
26570              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
26571      Branch: perl
26572            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
26573 ____________________________________________________________________________
26574 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
26575         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
26576              From: Jeff Pinyan <jeffp@crusoe.net>
26577              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
26578              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
26579      Branch: perl
26580            ! lib/File/Find.pm
26581 ____________________________________________________________________________
26582 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
26583         Log: Subject: [PATCH perl@10381] configure.com tweaks
26584              From: "Craig A. Berry" <craigberry@mac.com>
26585              Date: Fri, 1 Jun 2001 13:55:43 -0500
26586              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
26587      Branch: perl
26588            ! configure.com
26589 ____________________________________________________________________________
26590 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
26591         Log: Update Changes.
26592      Branch: perl
26593            ! Changes patchlevel.h
26594 ____________________________________________________________________________
26595 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
26596         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
26597              From: Mike Guy <mjtg@cam.ac.uk>
26598              Date: Fri, 01 Jun 2001 18:17:02 +0100
26599              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
26600      Branch: perl
26601            ! lib/perl5db.pl
26602 ____________________________________________________________________________
26603 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
26604         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
26605              From: Hugo <hv@crypt.compulink.co.uk>
26606              Date: Thu, 31 May 2001 20:49:48 +0100
26607              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
26608      Branch: perl
26609            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
26610            ! util.c
26611 ____________________________________________________________________________
26612 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
26613         Log: Zero() is not available in x2p (or, rather, some of its
26614              implementations like memzero() might not be available.)
26615      Branch: perl
26616            ! x2p/hash.c
26617 ____________________________________________________________________________
26618 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
26619         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
26620              From: Michael G Schwern <schwern@pobox.com>
26621              Date: Fri, 1 Jun 2001 12:00:29 +0100
26622              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
26623              
26624              (But use Zero() instead of memset.)
26625      Branch: perl
26626            ! x2p/hash.c
26627 ____________________________________________________________________________
26628 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
26629         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
26630              From: Jeff Pinyan <jeffp@crusoe.net>
26631              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
26632              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
26633      Branch: perl
26634            ! pod/perldiag.pod regcomp.c t/op/pat.t
26635 ____________________________________________________________________________
26636 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
26637         Log: Retract #10324 and #10333; not needed.
26638      Branch: perl
26639            ! hints/irix_6.sh hints/linux.sh
26640 ____________________________________________________________________________
26641 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
26642         Log: The #10370 wasn't quite right.
26643      Branch: perl
26644            ! ext/XS/Typemap/Typemap.xs
26645 ____________________________________________________________________________
26646 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
26647         Log: The metaconfig units changes for #10372.
26648      Branch: metaconfig/U/perl
26649            + d_realpath.U d_sresgproto.U d_sresuproto.U
26650            ! gccvers.U i_db.U
26651 ____________________________________________________________________________
26652 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
26653         Log: Configure tweaks; record the Berkeley DB version,
26654              probe for realpath(), for setresuid() and setresgid()
26655              prototypes; use realpath() (try to be paranoid enough),
26656              use the setres[ug]id prototypes because glibc has the functions
26657              but not their prototypes; add -Wall -ansi to gcc ccflags;
26658              regen toc.
26659      Branch: perl
26660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26661            ! config_h.SH configure.com epoc/config.sh
26662            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
26663            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
26664            ! vos/config.ga.def win32/config.bc win32/config.gc
26665            ! win32/config.vc
26666 ____________________________________________________________________________
26667 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
26668         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
26669              From: Michael G Schwern <schwern@pobox.com>
26670              Date: Fri, 1 Jun 2001 11:28:14 +0100
26671              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
26672      Branch: perl
26673            ! lib/attributes.pm xsutils.c
26674 ____________________________________________________________________________
26675 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
26676         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
26677              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26678              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
26679              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
26680      Branch: perl
26681            ! ext/XS/Typemap/Typemap.xs
26682 ____________________________________________________________________________
26683 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
26684         Log: Subject: [patch] Cwd.xs optimizations/abstraction
26685              From: Doug MacEachern <dougm@covalent.net>
26686              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
26687              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
26688      Branch: perl
26689            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
26690            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
26691 ____________________________________________________________________________
26692 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
26693         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
26694              From: Nicholas Clark <nick@ccl4.org>
26695              Date: Thu, 31 May 2001 23:56:40 +0100
26696              Message-ID: <20010531235640.F12698@plum.flirble.org>
26697              
26698              Make the test work also under only static extensions
26699              (sh Configure -Uusedl fakes this nicely)
26700      Branch: perl
26701            ! t/lib/extutils.t
26702 ____________________________________________________________________________
26703 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
26704         Log: Subject: [PATCH hv.c] Eliminating trigraph
26705              From: Michael G Schwern <schwern@pobox.com>
26706              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
26707              Date: Fri, 1 Jun 2001 11:49:56 +0100
26708      Branch: perl
26709            ! hv.c
26710 ____________________________________________________________________________
26711 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
26712         Log: Subject: Re: [PATCH] Tests for File::Compare 
26713              From: "Philip Newton" <Philip.Newton@gmx.net>
26714              Date: Thu, 31 May 2001 19:44:05 +0200
26715              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
26716              
26717              Unnecessary "quotation marks".
26718      Branch: perl
26719            ! t/lib/filecomp.t
26720 ____________________________________________________________________________
26721 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
26722         Log: Integrate perlio.
26723      Branch: perl
26724           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
26725 ____________________________________________________________________________
26726 [ 10364] By: nick                                  on 2001/06/01  10:13:31
26727         Log: Cleanup dll.base and dll.exp created by GCC builds.
26728      Branch: perlio
26729            ! lib/ExtUtils/MM_Win32.pm
26730 ____________________________________________________________________________
26731 [ 10363] By: nick                                  on 2001/06/01  10:02:17
26732         Log: Make filecomp test work on CRLF platforms by adding binmode.
26733      Branch: perlio
26734            ! t/lib/filecomp.t
26735 ____________________________________________________________________________
26736 [ 10362] By: nick                                  on 2001/06/01  08:37:17
26737         Log: Integrate mainline
26738      Branch: perlio
26739           !> Changes Configure patchlevel.h perlio.c
26740 ____________________________________________________________________________
26741 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
26742         Log: panic:claustrophobia.
26743      Branch: perl
26744            ! perlio.c
26745 ____________________________________________________________________________
26746 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
26747         Log: Update Changes.
26748      Branch: perl
26749            ! Changes patchlevel.h
26750 ____________________________________________________________________________
26751 [ 10359] By: nick                                  on 2001/05/31  12:35:50
26752         Log: Integrate mainline.
26753      Branch: perlio
26754           +> t/lib/filecomp.t
26755           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
26756           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
26757 ____________________________________________________________________________
26758 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
26759         Log: Integrate perlio.
26760      Branch: perl
26761           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
26762           !> win32/config_H.vc
26763 ____________________________________________________________________________
26764 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
26765         Log: Metaconfig unit change for #10356.
26766      Branch: metaconfig
26767            ! U/installdirs/inc_version_list.U
26768 ____________________________________________________________________________
26769 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
26770         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
26771              (idea from Sarathy; implementation from Andy)
26772      Branch: perl
26773            ! Configure
26774 ____________________________________________________________________________
26775 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
26776         Log: More AUTHORS.
26777      Branch: perl
26778            ! AUTHORS
26779 ____________________________________________________________________________
26780 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
26781         Log: Subject: Re: [PATCH] Tests for File::Compare
26782              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
26783              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
26784              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
26785      Branch: perl
26786            + t/lib/filecomp.t
26787            ! MANIFEST t/lib/1_compile.t
26788 ____________________________________________________________________________
26789 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
26790         Log: Subject: [PATCH] DEBUG_* macro cleanups
26791              From: Abhijit Menon-Sen <ams@wiw.org>
26792              Date: Thu, 31 May 2001 12:16:22 +0530
26793              Message-ID: <20010531121622.B4829@lustre.linux.in>
26794              
26795              Subject: Re: [PATCH] DEBUG_* macro cleanups
26796              From: Abhijit Menon-Sen <ams@wiw.org>
26797              Date: Thu, 31 May 2001 13:57:01 +0530
26798              Message-ID: <20010531135701.A21775@lustre.linux.in>
26799              
26800              (The DEBUG_ definitions in perl.h changed to use the
26801              STMT_START and STMT_END.)
26802      Branch: perl
26803            ! perl.h pp_ctl.c sv.c toke.c
26804 ____________________________________________________________________________
26805 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
26806         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
26807              From: Abhijit Menon-Sen <ams@wiw.org>
26808              Date: Thu, 31 May 2001 08:27:55 +0530
26809              Message-ID: <20010531082755.A10018@lustre.linux.in>
26810      Branch: perl
26811            ! ext/Storable/Storable.xs gv.c perl.c
26812 ____________________________________________________________________________
26813 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
26814         Log: Subject: [PATCH] AUTHORS
26815              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26816              Date: Thu, 31 May 2001 01:27:59 -0500
26817              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
26818              
26819              Subject: Re: [PATCH] AUTHORS
26820              From: "Philip Newton" <Philip.Newton@gmx.net>
26821              Date: Thu, 31 May 2001 10:08:06 +0200
26822              (Message-Id missing?)
26823      Branch: perl
26824            ! AUTHORS
26825 ____________________________________________________________________________
26826 [ 10350] By: nick                                  on 2001/05/31  11:40:43
26827         Log: win32 - dmake regen_config_h
26828      Branch: perlio
26829            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26830 ____________________________________________________________________________
26831 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
26832         Log: Subject: Re: [PATCH util.c] More warning cleanups.
26833              From: "Philip Newton" <Philip.Newton@gmx.net>
26834              Date: Thu, 31 May 2001 07:41:36 +0200
26835              Message-Id: <200105310538.IAA25458@taku.hut.fi>
26836              
26837              Undo C++-ism that snekt in.
26838      Branch: perl
26839            ! util.c
26840 ____________________________________________________________________________
26841 [ 10348] By: nick                                  on 2001/05/31  11:36:46
26842         Log: Tolerate Win32 numerics
26843      Branch: perlio
26844            ! t/pragma/warn/toke
26845 ____________________________________________________________________________
26846 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
26847         Log: Integrate perlio.
26848      Branch: perl
26849           !> perlio.c win32/win32.h
26850 ____________________________________________________________________________
26851 [ 10346] By: nick                                  on 2001/05/31  10:54:55
26852         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
26853              perlio.c change 10255.
26854      Branch: perlio
26855            ! perlio.c
26856 ____________________________________________________________________________
26857 [ 10345] By: nick                                  on 2001/05/31  10:01:57
26858         Log: Conditionaly put back some "unused" dTHX which are used
26859              with PERL_IMPLICIT_SYS
26860      Branch: perlio
26861            ! perlio.c
26862 ____________________________________________________________________________
26863 [ 10344] By: nick                                  on 2001/05/31  10:00:59
26864         Log: Fix Win32 for new spelling IN_BYTES 
26865      Branch: perlio
26866            ! win32/win32.h
26867 ____________________________________________________________________________
26868 [ 10343] By: nick                                  on 2001/05/31  08:01:32
26869         Log: perlio.c -Wall cleaner under MULTIPLICITY
26870              - still minor noise with linux stdio
26871      Branch: perlio
26872            ! perlio.c
26873 ____________________________________________________________________________
26874 [ 10342] By: nick                                  on 2001/05/31  07:52:23
26875         Log: Integrate mainline.
26876      Branch: perlio
26877           !> (integrate 42 files)
26878 ____________________________________________________________________________
26879 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
26880         Log: AUTHORS updates.
26881      Branch: perl
26882            ! AUTHORS
26883 ____________________________________________________________________________
26884 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
26885         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
26886              From: Peter Prymmer <pvhp@forte.com>
26887              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
26888              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
26889      Branch: perl
26890            ! t/lib/md5-file.t
26891 ____________________________________________________________________________
26892 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
26893         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
26894              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
26895              to match the pragma name; various robustness cleanups.
26896      Branch: perl
26897            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
26898            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
26899 ____________________________________________________________________________
26900 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
26901         Log: More -Wall sweeping.
26902      Branch: perl
26903            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
26904            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
26905            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
26906            ! regcomp.c sv.c toke.c utf8.c
26907 ____________________________________________________________________________
26908 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
26909         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
26910              From: Nicholas Clark <nick@ccl4.org>
26911              Date: Wed, 30 May 2001 22:34:41 +0100
26912              Message-ID: <20010530223441.Y86445@plum.flirble.org>
26913      Branch: perl
26914            ! t/op/cmp.t
26915 ____________________________________________________________________________
26916 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
26917         Log: It's is not, it isn't ain't, and it's it's, not its,
26918              if you mean it is. If you don't, it's its. Then too,
26919              it's hers. It isn't her's. It isn't our's either.
26920              It's ours, and likewise yours and theirs.
26921              -- Oxford University Press, Edpress News
26922      Branch: perl
26923            ! lib/autouse.pm
26924 ____________________________________________________________________________
26925 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
26926         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
26927      Branch: perl
26928            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
26929            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
26930            ! x2p/str.c x2p/walk.c xsutils.c
26931 ____________________________________________________________________________
26932 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
26933         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
26934              From: Michael G Schwern <schwern@pobox.com>
26935              Date: Wed, 30 May 2001 17:10:38 +0100
26936              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
26937              
26938              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
26939              From: Abhijit Menon-Sen <ams@wiw.org>
26940              Date: Wed, 30 May 2001 23:16:13 +0530
26941              Message-ID: <20010530231613.A31933@lustre.linux.in>
26942      Branch: perl
26943            ! perl.c t/run/runenv.t
26944 ____________________________________________________________________________
26945 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
26946         Log: (Retracted by #10375.)
26947              
26948              IRIX hints patch from Merijn Broeren.
26949              
26950              TODO: (this and the earlier Linux hints patch) should be solved
26951              at Configure level.  Merijn: -ldb should not be used on any platform
26952              for perl, just when linking DBFile itself. Trying to be helpful here
26953              is counterproductive.
26954      Branch: perl
26955            ! hints/irix_6.sh
26956 ____________________________________________________________________________
26957 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
26958         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
26959              From: Nicholas Clark <nick@ccl4.org>
26960              Date: Wed, 30 May 2001 23:20:58 +0100
26961              Message-ID: <20010530232058.B86445@plum.flirble.org>
26962      Branch: perl
26963            ! doop.c
26964 ____________________________________________________________________________
26965 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
26966         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
26967              From: Michael G Schwern <schwern@pobox.com> 
26968              Date: Wed, 30 May 2001 15:24:20 +0100
26969              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
26970      Branch: perl
26971            ! t/pragma/autouse.t
26972 ____________________________________________________________________________
26973 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
26974         Log: The regex trick wasn't a good idea.
26975      Branch: perl
26976            ! pod/perlfaq4.pod
26977 ____________________________________________________________________________
26978 [ 10329] By: nick                                  on 2001/05/30  18:34:35
26979         Log: Integrate mainline
26980      Branch: perlio
26981           !> (integrate 40 files)
26982 ____________________________________________________________________________
26983 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
26984         Log: Update Changes.
26985      Branch: perl
26986            ! Changes patchlevel.h
26987 ____________________________________________________________________________
26988 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
26989         Log: The metaconfig unit change for #10325.
26990      Branch: metaconfig
26991            + U/modified/afs.U
26992 ____________________________________________________________________________
26993 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
26994         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
26995              is now wrong.
26996      Branch: perl
26997            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
26998 ____________________________________________________________________________
26999 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
27000         Log: Introduce $Config{afsroot}.
27001      Branch: perl
27002            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27003            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
27004            ! win32/config.gc win32/config.vc
27005 ____________________________________________________________________________
27006 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
27007         Log: (Retracted by #10375.)
27008              
27009              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
27010      Branch: perl
27011            ! hints/linux.sh
27012 ____________________________________________________________________________
27013 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
27014         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
27015              (Also Configure tweaks needed; coming up soon.)
27016      Branch: perl
27017            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
27018 ____________________________________________________________________________
27019 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
27020         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
27021              From: Michael G Schwern <schwern@pobox.com>
27022              Date: Sun, 27 May 2001 10:29:43 +0100
27023              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
27024      Branch: perl
27025            ! lib/perl5db.pl
27026 ____________________________________________________________________________
27027 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
27028         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
27029              and Abhijit Menon-Sen.
27030      Branch: perl
27031            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
27032            ! perl.c pp_sys.c regcomp.c
27033 ____________________________________________________________________________
27034 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
27035         Log: Fix the BOOT section to call myU2time properly.
27036      Branch: perl
27037            ! ext/Time/HiRes/HiRes.xs
27038 ____________________________________________________________________________
27039 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
27040         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
27041              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
27042              Date: Wed, 30 May 2001 09:44:29 -0400
27043              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
27044              
27045              Detypo; plus add one more trick.
27046      Branch: perl
27047            ! pod/perlfaq4.pod
27048 ____________________________________________________________________________
27049 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
27050         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
27051              From: Michael G Schwern <schwern@pobox.com>
27052              Date: Wed, 30 May 2001 14:39:06 +0100
27053              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
27054      Branch: perl
27055            ! lib/autouse.pm t/pragma/autouse.t
27056 ____________________________________________________________________________
27057 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
27058         Log: Subject: Re: AIX and gcc (moving targets)
27059              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27060              Date: Wed, 30 May 2001 15:25:08 +0200
27061              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
27062      Branch: perl
27063            ! ext/Time/HiRes/HiRes.xs
27064 ____________________________________________________________________________
27065 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
27066         Log: Subject: [PATCH t/TEST] sorting tests
27067              From: Michael G Schwern <schwern@pobox.com>
27068              Date: Wed, 30 May 2001 10:24:02 +0100
27069              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
27070      Branch: perl
27071            ! t/TEST
27072 ____________________________________________________________________________
27073 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
27074         Log: Subject: [ID 20010529.002] typos in man page perlre
27075              From: bart@cg681574-a.adubn1.nj.home.com 
27076              Date: Tue, 29 May 2001 13:58:59 -0500
27077              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
27078      Branch: perl
27079            ! pod/perlre.pod
27080 ____________________________________________________________________________
27081 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
27082         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
27083              From: "Craig A. Berry" <craigberry@mac.com>
27084              Date: Tue, 29 May 2001 23:23:45 -0500
27085              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
27086      Branch: perl
27087            ! t/lib/extutils.t t/pragma/autouse.t
27088 ____________________________________________________________________________
27089 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
27090         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
27091              From: David Dyck <dcd@tc.fluke.com>
27092              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
27093              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
27094      Branch: perl
27095            ! t/lib/filefind.t
27096 ____________________________________________________________________________
27097 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
27098         Log: AIX hints update for gcc from Merijn H. Brand.
27099      Branch: perl
27100            ! hints/aix.sh
27101 ____________________________________________________________________________
27102 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
27103         Log: Retract #10295 and #10296: a more generic solution
27104              is needed (there's something funny with gcc on AIX).
27105      Branch: perl
27106            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
27107 ____________________________________________________________________________
27108 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
27109         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
27110              From: Hugo <hv@crypt.compulink.co.uk>
27111              Date: Wed, 30 May 2001 11:59:19 +0100
27112              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
27113              
27114              localizing $@ has unfortunate semantics - if you die past
27115              a local $@, the die message is lost.
27116      Branch: perl
27117            ! lib/utf8_heavy.pl
27118 ____________________________________________________________________________
27119 [ 10309] By: nick                                  on 2001/05/30  08:23:02
27120         Log: Integrate mainline (autouse works again.)
27121      Branch: perlio
27122           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
27123           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
27124           !> pod/perlvar.pod t/op/cmp.t
27125 ____________________________________________________________________________
27126 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
27127         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
27128              From: David Dyck <dcd@tc.fluke.com>
27129              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
27130              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
27131      Branch: perl
27132            ! lib/File/Find.pm
27133 ____________________________________________________________________________
27134 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
27135         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
27136              From: Nicholas Clark <nick@ccl4.org>
27137              Date: Tue, 29 May 2001 23:16:09 +0100
27138              Message-ID: <20010529231609.U86445@plum.flirble.org>
27139              
27140              Make the test output slightly clearer by distinguishing
27141              between '' and undef.
27142      Branch: perl
27143            ! t/op/cmp.t
27144 ____________________________________________________________________________
27145 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
27146         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
27147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27148              Date: Tue, 29 May 2001 19:15:19 -0400
27149              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
27150      Branch: perl
27151            ! hints/os2.sh
27152 ____________________________________________________________________________
27153 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
27154         Log: Subject: perlvar.pod addition
27155              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
27156              Date: Fri, 25 May 2001 20:23:12 +0200
27157              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
27158              
27159              Subject: Re: perlvar.pod addition
27160              From: "Abigail" <abigail@foad.org> 
27161              Date: Fri, 25 May 2001 22:00:39 +0200
27162              Message-ID: <20010525200039.28029.qmail@foad.org>
27163              
27164              Mention $a and $b in perlvar.
27165      Branch: perl
27166            ! pod/perlvar.pod
27167 ____________________________________________________________________________
27168 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
27169         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
27170              From: Jeff Pinyan <jeffp@crusoe.net>
27171              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
27172              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
27173      Branch: perl
27174            ! pod/perlvar.pod
27175 ____________________________________________________________________________
27176 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
27177         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
27178              From: Jeff Pinyan <jeffp@crusoe.net>
27179              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
27180              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
27181      Branch: perl
27182            ! pod/perlfaq6.pod
27183 ____________________________________________________________________________
27184 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
27185         Log: Mention Time::localtime and Time::gmtime.
27186      Branch: perl
27187            ! ext/Time/Piece/Piece.pm
27188 ____________________________________________________________________________
27189 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
27190         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
27191              From: Michael G Schwern <schwern@pobox.com>
27192              Date: Tue, 29 May 2001 18:51:32 +0100
27193              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
27194      Branch: perl
27195            ! pod/perlfaq4.pod
27196 ____________________________________________________________________________
27197 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
27198         Log: Retract #10243.
27199      Branch: perl
27200            ! lib/autouse.pm
27201 ____________________________________________________________________________
27202 [ 10299] By: nick                                  on 2001/05/29  18:41:19
27203         Log: Post weekend integrate mainline (fails one test pragma/autouse).
27204      Branch: perlio
27205           +> (branch 29 files)
27206           !> (integrate 91 files)
27207 ____________________________________________________________________________
27208 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
27209         Log: Update Changes.
27210      Branch: perl
27211            ! Changes patchlevel.h
27212 ____________________________________________________________________________
27213 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
27214         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
27215              before Perl_load_module/Perl_call_method and restore the value
27216              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
27217      Branch: perl
27218            ! utf8.c
27219 ____________________________________________________________________________
27220 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
27221         Log: Subject: Re: AIX and gcc (moving targets)
27222              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27223              Date: Tue, 29 May 2001 17:59:40 +0200
27224              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
27225      Branch: perl
27226            ! ext/Storable/Makefile.PL
27227 ____________________________________________________________________________
27228 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
27229         Log: Subject: Re: AIX and gcc (moving targets)
27230              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27231              Date: Tue, 29 May 2001 12:32:57 +0200
27232              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
27233      Branch: perl
27234            ! ext/POSIX/Makefile.PL
27235 ____________________________________________________________________________
27236 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
27237         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
27238              From: Michael G Schwern <schwern@pobox.com>
27239              Date: Tue, 29 May 2001 09:53:29 +0100
27240              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
27241              
27242              (#10280 retracted)
27243      Branch: perl
27244            ! lib/Test/Harness.pm t/lib/test-harness.t
27245 ____________________________________________________________________________
27246 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
27247         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
27248              From: Michael G Schwern <schwern@pobox.com>
27249              Date: Tue, 29 May 2001 09:19:52 +0100
27250              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
27251      Branch: perl
27252            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
27253            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
27254            + t/lib/Test/todo.t
27255            ! MANIFEST lib/Test.pm t/TEST
27256 ____________________________________________________________________________
27257 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
27258         Log: From: Michael G Schwern <schwern@pobox.com>
27259              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
27260              Date: Tue, 29 May 2001 08:26:09 +0100
27261              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
27262      Branch: perl
27263            ! t/TEST
27264 ____________________________________________________________________________
27265 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
27266         Log: Add tests for Time::gmtime and Time::localtime.
27267      Branch: perl
27268            + t/lib/time-gmtime.t t/lib/time-localtime.t
27269            ! MANIFEST t/lib/1_compile.t
27270 ____________________________________________________________________________
27271 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
27272         Log: Add test for File::stat.
27273      Branch: perl
27274            + t/lib/filestat.t
27275            ! MANIFEST t/lib/1_compile.t
27276 ____________________________________________________________________________
27277 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
27278         Log: Add test for Net::servent.
27279      Branch: perl
27280            + t/lib/net-sent.t
27281            ! MANIFEST t/lib/1_compile.t
27282 ____________________________________________________________________________
27283 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
27284         Log: Add test for Net::protoent.
27285      Branch: perl
27286            + t/lib/net-pent.t
27287            ! MANIFEST t/lib/1_compile.t
27288 ____________________________________________________________________________
27289 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
27290         Log: Add test for Net::netent.
27291      Branch: perl
27292            + t/lib/net-nent.t
27293            ! MANIFEST t/lib/1_compile.t
27294 ____________________________________________________________________________
27295 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
27296         Log: Add test for User::grent.  Portability doubtful.
27297      Branch: perl
27298            + t/lib/user-grent.t
27299            ! MANIFEST t/lib/1_compile.t
27300 ____________________________________________________________________________
27301 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
27302         Log: Add test for User::pwent.
27303              Probably will fall down somewhere for portability reasons.
27304      Branch: perl
27305            + t/lib/user-pwent.t
27306            ! MANIFEST t/lib/1_compile.t
27307 ____________________________________________________________________________
27308 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
27309         Log: Metaconfig units changes for #10283.
27310      Branch: metaconfig
27311            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
27312            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
27313            ! U/installdirs/sitescript.U U/modified/Signal.U
27314 ____________________________________________________________________________
27315 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
27316         Log: Subject: [PATCH 5.6.1] signal names in Configure
27317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27318              Date: Tue, 29 May 2001 03:52:25 -0400
27319              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
27320              
27321              Subject: [PATCH 5.6.1] older perl in Configure
27322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27323              Date: Tue, 29 May 2001 03:55:40 -0400
27324              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
27325              
27326              Subject: [PATCH 5.6.1] goofs in Configure
27327              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27328              Date: Tue, 29 May 2001 04:13:07 -0400
27329              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
27330              
27331              Configure portability tweaks.
27332      Branch: perl
27333            ! Configure
27334 ____________________________________________________________________________
27335 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
27336         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
27337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27338              Date: Tue, 29 May 2001 04:07:06 -0400
27339              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
27340      Branch: perl
27341            ! os2/os2.c
27342 ____________________________________________________________________________
27343 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
27344         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
27345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27346              Date: Tue, 29 May 2001 04:01:38 -0400
27347              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
27348      Branch: perl
27349            ! hints/os2.sh os2/Makefile.SHs
27350 ____________________________________________________________________________
27351 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
27352         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
27353              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27354              Date: Tue, 29 May 2001 03:50:18 -0400
27355              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
27356      Branch: perl
27357            ! lib/Test/Harness.pm
27358 ____________________________________________________________________________
27359 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
27360         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
27361      Branch: perl
27362            ! lib/utf8_heavy.pl
27363 ____________________________________________________________________________
27364 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
27365         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
27366              From: Hugo <hv@crypt.compulink.co.uk>
27367              Date: Tue, 29 May 2001 03:03:45 +0100
27368              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
27369              
27370              Explanation why the $@ always gets the UTF8 flag when under use utf8--
27371              because we told it to have the flag when under use utf8.
27372      Branch: perl
27373            ! pp_ctl.c
27374 ____________________________________________________________________________
27375 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
27376         Log: At least a partial fix for 20010528.004.
27377      Branch: perl
27378            ! lib/utf8_heavy.pl
27379 ____________________________________________________________________________
27380 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
27381         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
27382              From: Nicholas Clark <nick@ccl4.org> 
27383              Date: Mon, 28 May 2001 23:39:38 +0100
27384              Message-ID: <20010528233938.M86445@plum.flirble.org>
27385              
27386              More portable non-zero UV.
27387      Branch: perl
27388            ! t/lib/extutils.t
27389 ____________________________________________________________________________
27390 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
27391         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
27392              From: Nicholas Clark <nick@ccl4.org>
27393              Date: Mon, 28 May 2001 22:46:09 +0100
27394              Message-ID: <20010528224608.L86445@plum.flirble.org>
27395              
27396              Test also "make clean".
27397      Branch: perl
27398            ! t/lib/extutils.t
27399 ____________________________________________________________________________
27400 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
27401         Log: Subject: Re: Would -Wno-unused -Wall be better?
27402              From: Michael G Schwern <schwern@pobox.com>
27403              Date: Tue, 29 May 2001 00:55:54 +0100
27404              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
27405      Branch: perl
27406            ! pp.h
27407 ____________________________________________________________________________
27408 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
27409         Log: Add a test for 20010528.007, fixed in #10272.
27410      Branch: perl
27411            ! t/op/misc.t toke.c
27412 ____________________________________________________________________________
27413 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
27414         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
27415              From: Hugo <hv@crypt.compulink.co.uk>
27416              Date: Tue, 29 May 2001 00:23:23 +0100
27417              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
27418      Branch: perl
27419            ! toke.c
27420 ____________________________________________________________________________
27421 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
27422         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
27423              From: Michael G Schwern <schwern@pobox.com>
27424              Date: Tue, 29 May 2001 00:42:59 +0100
27425              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
27426      Branch: perl
27427            ! t/pragma/autouse.t
27428 ____________________________________________________________________________
27429 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
27430         Log: Some shells seemingly arrange the signal handlers differently
27431              (bug id 20010521.004).
27432      Branch: perl
27433            ! t/lib/sigaction.t
27434 ____________________________________________________________________________
27435 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
27436         Log: Regen perlmodlib.
27437      Branch: perl
27438            ! pod/perlmodlib.pod
27439 ____________________________________________________________________________
27440 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
27441         Log: Update Changes.
27442      Branch: perl
27443            ! Changes patchlevel.h
27444 ____________________________________________________________________________
27445 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
27446         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
27447              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27448              Date: Mon, 28 May 2001 14:56:35 -0500
27449              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
27450      Branch: perl
27451            ! pod/perlnewmod.pod
27452 ____________________________________________________________________________
27453 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
27454         Log: Regen toc.
27455      Branch: perl
27456            ! pod/perltoc.pod
27457 ____________________________________________________________________________
27458 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
27459         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
27460              From: "Richard Soderberg" <rs@crystalflame.net>
27461              Date: Mon, 28 May 2001 12:31:23 -0700
27462              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
27463      Branch: perl
27464            ! t/op/splice.t
27465 ____________________________________________________________________________
27466 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
27467         Log: The #10260 was too bold: locales and utf8 still do not mix.
27468      Branch: perl
27469            ! t/pragma/locale.t
27470 ____________________________________________________________________________
27471 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
27472         Log: Subject: [PATCH] Pod nitpicks
27473              From: "Richard Soderberg" <rs@crystalflame.net>
27474              Date: Mon, 28 May 2001 10:08:58 -0700
27475              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
27476      Branch: perl
27477            ! pod/perl571delta.pod pod/perlapi.pod sv.h
27478 ____________________________________________________________________________
27479 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
27480         Log: Upgrade to I18N::LangTags 0.22.
27481      Branch: perl
27482            + lib/I18N/LangTags/List.pod
27483            ! MANIFEST lib/I18N/LangTags.pm
27484 ____________________________________________________________________________
27485 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
27486         Log: A slightly more serious bug found by -Mutf8; op/misc and
27487              lib/complex dumped core.
27488      Branch: perl
27489            ! regexec.c
27490 ____________________________________________________________________________
27491 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
27492         Log: Various buglets shaken out by -Mutf8.
27493      Branch: perl
27494            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
27495            ! t/pragma/locale.t
27496 ____________________________________________________________________________
27497 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
27498         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
27499      Branch: perl
27500            ! t/lib/carp.t
27501 ____________________________________________________________________________
27502 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
27503         Log: Subject: [PATCH] todo patch
27504              From: Artur Bergman <artur@contiller.se> 
27505              Date: Mon, 28 May 2001 17:03:51 +0200
27506              Message-ID: <B7383577.F34%artur@contiller.se>
27507      Branch: perl
27508            ! pod/perltodo.pod
27509 ____________________________________________________________________________
27510 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
27511         Log: Subject: typo in perlguts.pod
27512              From: "John P. Linderman" <jpl@research.att.com>
27513              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
27514              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
27515      Branch: perl
27516            ! pod/perlguts.pod
27517 ____________________________________________________________________________
27518 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
27519         Log: Subject: AIX and gcc (moving targets)
27520              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27521              Date: Mon, 28 May 2001 12:54:04 +0200
27522              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
27523      Branch: perl
27524            ! hints/aix.sh
27525 ____________________________________________________________________________
27526 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
27527         Log: Subject: Re: perlio + multiple perl_alloc..destruct
27528              From: Doug MacEachern <dougm@covalent.net>
27529              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
27530              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
27531      Branch: perl
27532            ! perlio.c
27533 ____________________________________________________________________________
27534 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
27535         Log: The #10251 wasn't quite up-to-the-code.
27536      Branch: perl
27537            ! t/op/misc.t
27538 ____________________________________________________________________________
27539 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
27540         Log: Test case for bug 20010526.004, fixed in #10252.
27541      Branch: perl
27542            ! t/op/taint.t
27543 ____________________________________________________________________________
27544 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
27545         Log: Subject: Re: [ID 20010526.004] Taint looses value
27546              From: Hugo <hv@crypt.compulink.co.uk>
27547              Date: Sun, 27 May 2001 20:39:32 +0100
27548              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
27549      Branch: perl
27550            ! sv.c
27551 ____________________________________________________________________________
27552 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
27553         Log: Test case for 20010422.005, fixed by #10250.
27554      Branch: perl
27555            ! t/op/misc.t
27556 ____________________________________________________________________________
27557 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
27558         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
27559              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27560              Date: Mon, 28 May 2001 06:39:12 -0400
27561              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
27562      Branch: perl
27563            ! toke.c
27564 ____________________________________________________________________________
27565 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
27566         Log: Linerewrapping.
27567      Branch: perl
27568            ! lib/open.pm
27569 ____________________________________________________________________________
27570 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
27571         Log: Updates on the modules list.
27572      Branch: perl
27573            ! t/lib/1_compile.t
27574 ____________________________________________________________________________
27575 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
27576         Log: Add a test for PerlIO.
27577              
27578              (I probably got the crlf/raw thing wrong for clrfy platforms...)
27579      Branch: perl
27580            + t/lib/perlio.t
27581            ! MANIFEST lib/PerlIO.pm
27582 ____________________________________________________________________________
27583 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
27584         Log: Add a test for carp et alia.
27585      Branch: perl
27586            + t/lib/carp.t
27587            ! MANIFEST
27588 ____________________________________________________________________________
27589 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
27590         Log: Adding the new test would be swell.
27591      Branch: perl
27592            + t/pragma/autouse.t
27593 ____________________________________________________________________________
27594 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
27595         Log: Add a test for the autouse pragma.
27596      Branch: perl
27597            ! MANIFEST
27598 ____________________________________________________________________________
27599 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
27600         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
27601              From: dLux <dlux@spam.sch.bme.hu>
27602              Date: Sun, 27 May 2001 16:14:26 +0200
27603              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
27604      Branch: perl
27605            ! lib/autouse.pm
27606 ____________________________________________________________________________
27607 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
27608         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
27609              From: "Richard Soderberg" <rs@crystalflame.net>
27610              Date: Mon, 28 May 2001 03:56:36 -0700
27611              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
27612      Branch: perl
27613            ! utils/dprofpp.PL
27614 ____________________________________________________________________________
27615 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
27616         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
27617              From: "Stephen P. Potter" <spp@spotter.yi.org>
27618              Date: Tue, 22 May 2001 11:40:25 -0400
27619              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
27620              
27621              Subject: Re: [ID 20010522.003] Time::Local module bug
27622              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
27623              Date: Tue, 22 May 2001 11:50:19 -0400
27624              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
27625      Branch: perl
27626            ! lib/Time/Local.pm
27627 ____________________________________________________________________________
27628 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
27629         Log: The PERL_DL_NONLAZY can have whitespace in front.
27630      Branch: perl
27631            ! t/lib/extutils.t
27632 ____________________________________________________________________________
27633 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
27634         Log: Document strftime() and strptime().
27635      Branch: perl
27636            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
27637 ____________________________________________________________________________
27638 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
27639         Log: Make Time::Piece::strptime() to be a function, not a method.
27640      Branch: perl
27641            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
27642 ____________________________________________________________________________
27643 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
27644         Log: Tweak the test to be more portable.
27645      Branch: perl
27646            ! t/lib/extutils.t
27647 ____________________________________________________________________________
27648 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
27649         Log: Subject: PATCH: Re: Re: Attributes that tie
27650              From: Leon Brocard <acme@astray.com>
27651              Date: Sun, 27 May 2001 12:37:29 +0100
27652              Message-ID: <20010527123729.A22663@ns0.astray.com>
27653              
27654              Document that variable attributes are not currently usable
27655              for tieing.  (An ugly limitation that should be fixed.)
27656      Branch: perl
27657            ! lib/attributes.pm
27658 ____________________________________________________________________________
27659 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
27660         Log: Microperl tweaks.
27661      Branch: perl
27662            ! Makefile.micro uconfig.h uconfig.sh
27663 ____________________________________________________________________________
27664 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
27665         Log: Add make target for microperl (kind of silly, but convenient).
27666      Branch: perl
27667            ! Makefile.SH
27668 ____________________________________________________________________________
27669 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
27670         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
27671              for microperl.)
27672      Branch: perl
27673            ! doio.c
27674 ____________________________________________________________________________
27675 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
27676         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
27677              From: rspier@pobox.com (Robert Spier)
27678              Date: Sat, 26 May 2001 20:05:23 -0400
27679              Message-ID: <15120.17603.148648.12430@rls.cx>
27680              
27681              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
27682              From: rspier@pobox.com (Robert Spier)
27683              Date: Sun, 27 May 2001 00:23:12 -0400
27684              Message-ID: <15120.33072.511966.767230@rls.cx>
27685      Branch: perl
27686            ! doio.c pod/perlfunc.pod
27687 ____________________________________________________________________________
27688 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
27689         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
27690      Branch: perl
27691            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27692 ____________________________________________________________________________
27693 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
27694         Log: Add README.tru64.
27695      Branch: perl
27696            + README.tru64
27697 ____________________________________________________________________________
27698 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
27699         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
27700      Branch: perl
27701            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
27702            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
27703            ! MANIFEST
27704 ____________________________________________________________________________
27705 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
27706         Log: Integrate I18N::LangTags from Sean Burke.
27707              
27708              TODO: the language list from RFC 3066 needs to be integrated
27709              and made available somehow.  The list is included in the
27710              I18N-LangTags 0.21 distribution, but it is undocumented
27711              and unconnected to the module.
27712      Branch: perl
27713            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
27714            ! MANIFEST
27715 ____________________________________________________________________________
27716 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
27717         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
27718              envisioned by Sarathy.
27719      Branch: perl
27720            ! t/op/ver.t toke.c
27721 ____________________________________________________________________________
27722 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
27723         Log: Subject: [ID 20010525.001] Pod typo nits fixed
27724              From: lvirden@cas.org
27725              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
27726              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
27727              
27728              minus the perlsolaris decimation plus the
27729              
27730              Subject: Re: [ID 20010525.001] Pod typo nits fixed
27731              From: "Philip Newton" <Philip.Newton@gmx.net>
27732              Date: Fri, 25 May 2001 18:05:55 +0200
27733              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
27734      Branch: perl
27735            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
27736            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
27737            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
27738            ! pod/perlutil.pod pod/perlxstut.pod
27739 ____________________________________________________________________________
27740 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
27741         Log: return clauses are nice.
27742      Branch: perl
27743            ! sv.c
27744 ____________________________________________________________________________
27745 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
27746         Log: Subject: change 10199 backwards?
27747              From: Doug MacEachern <dougm@covalent.net>
27748              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
27749              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
27750      Branch: perl
27751            ! sv.c
27752 ____________________________________________________________________________
27753 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
27754         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
27755              From: Hugo <hv@crypt.compulink.co.uk>
27756              Date: Sat, 26 May 2001 17:05:12 +0100
27757              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
27758      Branch: perl
27759            + t/op/gmagic.t
27760            ! MANIFEST doop.c embed.h embed.pl global.sym
27761            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
27762            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
27763 ____________________________________________________________________________
27764 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
27765         Log: Regen headers for #10221.
27766      Branch: perl
27767            ! global.sym objXSUB.h perlapi.c
27768 ____________________________________________________________________________
27769 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
27770         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
27771              From: Juha Laiho <juha.laiho@Elma.Net>
27772              Date: Thu, 3 May 2001 09:51:30 +0300
27773              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
27774      Branch: perl
27775            ! embed.pl
27776 ____________________________________________________________________________
27777 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
27778         Log: Subject: Re: [PATCH] Re: stability of sort()?
27779              From: "John P. Linderman" <jpl@research.att.com>
27780              Date: Sat, 26 May 2001 13:27:19 -0400
27781              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
27782      Branch: perl
27783            ! pod/perlfunc.pod
27784 ____________________________________________________________________________
27785 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
27786         Log: Integrate perlio.
27787      Branch: perl
27788           !> pod/perlguts.pod
27789 ____________________________________________________________________________
27790 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
27791         Log: Subject: [PATCH perl@10210] PerlIO for VMS
27792              From: "Craig A. Berry" <craigberry@mac.com>
27793              Date: Sat, 26 May 2001 09:34:11 -0500
27794              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
27795      Branch: perl
27796            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
27797            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
27798            ! vms/vmsish.h
27799 ____________________________________________________________________________
27800 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
27801         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
27802              From: David Dyck <dcd@tc.fluke.com>
27803              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
27804              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
27805      Branch: perl
27806            ! lib/perl5db.pl
27807 ____________________________________________________________________________
27808 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
27809         Log: Subject: utf8 regexp tests
27810              From: Hugo <hv@crypt.compulink.co.uk>
27811              Date: Fri, 25 May 2001 22:35:01 +0100
27812              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
27813      Branch: perl
27814            ! t/op/regexp.t
27815 ____________________________________________________________________________
27816 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
27817         Log: Subject: [PATCH] Re: stability of sort()?
27818              From: Nicholas Clark <nick@ccl4.org>
27819              Date: Fri, 25 May 2001 22:40:19 +0100
27820              Message-ID: <20010525224019.B86445@plum.flirble.org>
27821      Branch: perl
27822            ! pod/perlfunc.pod
27823 ____________________________________________________________________________
27824 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
27825         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
27826              From: John Peacock <jpeacock@rowman.com>
27827              Date: Thu, 24 May 2001 22:14:01 -0400
27828              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
27829      Branch: perl
27830            ! mg.c scope.c sv.c
27831 ____________________________________________________________________________
27832 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
27833         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
27834              From: Nicholas Clark <nick@ccl4.org>
27835              Date: Sun, 20 May 2001 19:24:13 +0100
27836              Message-ID: <20010520192413.G83222@plum.flirble.org>
27837      Branch: perl
27838            + lib/ExtUtils/Constant.pm t/lib/extutils.t
27839            ! MANIFEST utils/h2xs.PL
27840 ____________________________________________________________________________
27841 [ 10212] By: nick                                  on 2001/05/26  09:49:28
27842         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
27843              add a few more notes there on use of mortals on the stack.
27844      Branch: perlio
27845            ! pod/perlguts.pod
27846 ____________________________________________________________________________
27847 [ 10211] By: nick                                  on 2001/05/26  09:05:36
27848         Log: Integrate mainline
27849      Branch: perlio
27850           +> t/lib/fcntl.t t/pragma/vars.t
27851           !> (integrate 49 files)
27852 ____________________________________________________________________________
27853 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
27854         Log: Update Changes.
27855      Branch: perl
27856            ! Changes patchlevel.h
27857 ____________________________________________________________________________
27858 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
27859         Log: Based on
27860              
27861              Subject: [PATCH pp.c] Wrapping pack("C",256)
27862              From: Simon Cozens <simon@netthink.co.uk>
27863              Date: Sat, 12 May 2001 17:58:41 +0100
27864              Message-ID: <20010512175841.A6132@netthink.co.uk>
27865      Branch: perl
27866            ! pod/perldiag.pod pp.c t/pragma/warn/pp
27867 ____________________________________________________________________________
27868 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
27869         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
27870              From: "Brendan O'Dea" <bod@compusol.com.au>
27871              Date: Fri, 25 May 2001 11:18:29 +1000
27872              Message-ID: <20010525111829.A28411@compusol.com.au>
27873              
27874              (Slightly modified.)
27875      Branch: perl
27876            ! lib/Term/Cap.pm
27877 ____________________________________________________________________________
27878 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
27879         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
27880              From: Hugo <hv@crypt.compulink.co.uk>
27881              Date: Fri, 25 May 2001 02:13:25 +0100
27882              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
27883      Branch: perl
27884            ! t/op/misc.t
27885 ____________________________________________________________________________
27886 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
27887         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
27888              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
27889              Date: Fri, 25 May 2001 10:25:36 +0900
27890              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
27891      Branch: perl
27892            ! regcomp.c regexec.c
27893 ____________________________________________________________________________
27894 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
27895         Log: Subject: [PATCH #2] stash autovivification and method call error messages
27896              From: Ilmari Karonen <iltzu@sci.fi>
27897              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
27898              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
27899      Branch: perl
27900            ! gv.c pp_hot.c t/op/method.t
27901 ____________________________________________________________________________
27902 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
27903         Log: Add make target and documentation for gprof profiling.
27904      Branch: perl
27905            ! Makefile.SH pod/perlhack.pod
27906 ____________________________________________________________________________
27907 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
27908         Log: Subject: Don't think about UTF8 
27909              From: Mike Guy <mjtg@cam.ac.uk> 
27910              Date: Tue, 22 May 2001 14:35:39 +0100
27911              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
27912      Branch: perl
27913            ! sv.h
27914 ____________________________________________________________________________
27915 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
27916         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
27917              From: Geraint A Edwards <gedge@serf.org> 
27918              Date: Thu, 24 May 2001 22:51:24 +0100
27919              Message-Id: <20010524225124.A34981@cymru.serf.org>
27920      Branch: perl
27921            ! x2p/find2perl.PL
27922 ____________________________________________________________________________
27923 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
27924         Log: DB_File has its own attribute story.
27925      Branch: perl
27926            ! ext/DB_File/DB_File.xs
27927 ____________________________________________________________________________
27928 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
27929         Log: Subject: Re: Making perl with -Wall
27930              From: Andy Dougherty <doughera@lafayette.edu>
27931              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
27932              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
27933      Branch: perl
27934            ! perl.h
27935 ____________________________________________________________________________
27936 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
27937         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
27938              From: "Richard Soderberg" <rs@crystalflame.net>
27939              Date: Thu, 24 May 2001 08:58:16 -0700
27940              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
27941      Branch: perl
27942            ! sv.c
27943 ____________________________________________________________________________
27944 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
27945         Log: IV/UV casting fixes from Nicholas Clark.
27946      Branch: perl
27947            ! perl.h pp_sys.c util.c
27948 ____________________________________________________________________________
27949 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
27950         Log: Subject: Re: Making perl with -Wall
27951              From: Michael G Schwern <schwern@pobox.com>
27952              Date: Thu, 24 May 2001 15:40:28 +0100
27953              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
27954      Branch: perl
27955            ! malloc.c perl.h
27956 ____________________________________________________________________________
27957 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
27958         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
27959              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27960              Date: Tue, 22 May 2001 11:49:37 +0200
27961              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
27962      Branch: metaconfig
27963            ! U/modified/Oldsym.U
27964      Branch: metaconfig/U/perl
27965            ! patchlevel.U
27966      Branch: perl
27967            ! Configure config_h.SH myconfig.SH
27968 ____________________________________________________________________________
27969 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
27970         Log: Under versiononly install also the scripts with the version suffix.
27971              (e.g. .../bin/h2xs5.7.1)
27972      Branch: perl
27973            ! installperl
27974 ____________________________________________________________________________
27975 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
27976         Log: Subject: [PATCH] Stop segfault in mg.c:636
27977              From: "Richard Soderberg" <rs@crystalflame.net>
27978              Date: Thu, 24 May 2001 05:51:52 -0700
27979              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
27980      Branch: perl
27981            ! mg.c
27982 ____________________________________________________________________________
27983 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
27984         Log: Iteration continues; hopefully convergently.
27985      Branch: perl
27986            ! t/lib/b-stash.t
27987 ____________________________________________________________________________
27988 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
27989         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
27990              From: Gisle Aas <gisle@ActiveState.com>
27991              Date: 23 May 2001 16:13:10 -0700
27992              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
27993      Branch: perl
27994            ! op.c toke.c
27995 ____________________________________________________________________________
27996 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
27997         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
27998              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27999              Date: Thu, 24 May 2001 05:05:22 -0500
28000              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
28001      Branch: perl
28002            ! lib/dumpvar.pl lib/perl5db.pl
28003 ____________________________________________________________________________
28004 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
28005         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
28006              From: David Dyck <dcd@tc.fluke.com>
28007              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
28008              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
28009      Branch: perl
28010            ! lib/perl5db.pl
28011 ____________________________________________________________________________
28012 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
28013         Log: Tiny pod nits on READMEs, mostly whitespace issues.
28014      Branch: perl
28015            ! README.amiga README.dos README.macos README.mpeix README.vmesa
28016            ! README.win32
28017 ____________________________________________________________________________
28018 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
28019         Log: The DG/UX part of the 20010521.005.
28020      Branch: perl
28021            ! README.dgux
28022 ____________________________________________________________________________
28023 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
28024         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
28025              From: Hugo <hv@crypt.compulink.co.uk>
28026              Date: Mon, 21 May 2001 16:32:02 +0100
28027              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
28028      Branch: perl
28029            ! regcomp.c t/op/misc.t
28030 ____________________________________________________________________________
28031 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
28032         Log: Subject: [PATCH] Extra UNIVERSAL tests
28033              From: Mike Guy <mjtg@cam.ac.uk>
28034              Date: Wed, 23 May 2001 12:29:20 +0100
28035              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
28036      Branch: perl
28037            ! t/op/universal.t
28038 ____________________________________________________________________________
28039 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
28040         Log: Subject: [PATCH] Remove EQ keyword
28041              From: Mike Guy <mjtg@cam.ac.uk>
28042              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
28043              Date: Wed, 23 May 2001 11:17:29 +0100
28044      Branch: perl
28045            ! keywords.h keywords.pl
28046 ____________________________________________________________________________
28047 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
28048         Log: Subject: [PATCH] lib/perl5db.pl
28049              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28050              Date: Wed, 23 May 2001 02:18:03 -0500
28051              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
28052      Branch: perl
28053            ! lib/perl5db.pl
28054 ____________________________________________________________________________
28055 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
28056         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
28057              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28058              Date: Tue, 22 May 2001 23:34:41 -0500
28059              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
28060      Branch: perl
28061            ! lib/Term/Cap.pm
28062 ____________________________________________________________________________
28063 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
28064         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
28065              From: davem@fdgroup.co.uk
28066              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
28067              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
28068      Branch: perl
28069            ! emacs/e2ctags.pl
28070 ____________________________________________________________________________
28071 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
28072         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
28073              From: Michael G Schwern <schwern@pobox.com>
28074              Date: Tue, 22 May 2001 14:15:09 +0100
28075              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
28076      Branch: perl
28077            ! lib/vars.pm
28078 ____________________________________________________________________________
28079 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
28080         Log: Subject: [PATCH lib/vars.pm] Odd code nit
28081              From: Michael G Schwern <schwern@pobox.com>
28082              Date: Tue, 22 May 2001 14:14:28 +0100
28083              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
28084      Branch: perl
28085            ! lib/vars.pm
28086 ____________________________________________________________________________
28087 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
28088         Log: Use the new use vars feature.
28089      Branch: perl
28090            ! t/lib/b-stash.t
28091 ____________________________________________________________________________
28092 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
28093         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
28094              From: Mike Guy <mjtg@cam.ac.uk>
28095              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28096              Date: Tue, 22 May 2001 13:11:39 +0100
28097      Branch: perl
28098            + t/pragma/vars.t
28099            ! MANIFEST lib/vars.pm t/lib/1_compile.t
28100 ____________________________________________________________________________
28101 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
28102         Log: -qlongdouble considered harmful by Merijn.
28103      Branch: perl
28104            ! hints/aix.sh
28105 ____________________________________________________________________________
28106 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
28107         Log: Update Changes.
28108      Branch: perl
28109            ! Changes patchlevel.h
28110 ____________________________________________________________________________
28111 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
28112         Log: Add a test of its very own for Fcntl.  Hopefully portable.
28113      Branch: perl
28114            + t/lib/fcntl.t
28115            ! MANIFEST
28116 ____________________________________________________________________________
28117 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
28118         Log: Must be trickier for 'minitest' not to die.
28119      Branch: perl
28120            ! t/op/taint.t
28121 ____________________________________________________________________________
28122 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
28123         Log: Can't declare other people's variables.
28124      Branch: perl
28125            ! t/lib/b-stash.t
28126 ____________________________________________________________________________
28127 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
28128         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
28129      Branch: perl
28130            ! doio.c t/op/taint.t
28131 ____________________________________________________________________________
28132 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
28133         Log: The OS/2 variable needs to be declared.
28134      Branch: perl
28135            ! t/lib/b-stash.t
28136 ____________________________________________________________________________
28137 [ 10170] By: nick                                  on 2001/05/20  16:48:29
28138         Log: Integrate mainline
28139      Branch: perlio
28140           !> (integrate 41 files)
28141 ____________________________________________________________________________
28142 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
28143         Log: Small perlsec updates: clarify the taintedness of filename
28144              globbing; suggest using Scalar::Util::tainted().
28145      Branch: perl
28146            ! pod/perlsec.pod
28147 ____________________________________________________________________________
28148 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
28149         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
28150              From: Dave Mitchell <davem@fdgroup.co.uk>
28151              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
28152              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
28153      Branch: perl
28154            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
28155            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
28156            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
28157            ! xsutils.c
28158 ____________________________________________________________________________
28159 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
28160         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
28161              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28162              Date: Sat, 19 May 2001 04:08:46 -0400
28163              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
28164      Branch: perl
28165            ! lib/ExtUtils/Mksymlists.pm makedef.pl
28166 ____________________________________________________________________________
28167 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
28168         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
28169              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28170              Date: Sat, 19 May 2001 04:30:45 -0400
28171              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
28172      Branch: perl
28173            ! os2/os2.c
28174 ____________________________________________________________________________
28175 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
28176         Log: Subject: [PATCH 5.6.1] build bugs OS/2
28177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28178              Date: Sat, 19 May 2001 04:35:28 -0400
28179              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
28180      Branch: perl
28181            ! os2/Makefile.SHs os2/os2.c
28182 ____________________________________________________________________________
28183 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
28184         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
28185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28186              Date: Sat, 19 May 2001 04:04:23 -0400
28187              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
28188              
28189              (In bleadperl patched b-stash.t instead of b.t)
28190      Branch: perl
28191            ! t/lib/b-stash.t t/lib/bigfltpm.t
28192 ____________________________________________________________________________
28193 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
28194         Log: Subject: [PATCH 5.6.1] perl5db
28195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28196              Date: Sat, 19 May 2001 03:49:09 -0400
28197              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
28198      Branch: perl
28199            ! lib/perl5db.pl
28200 ____________________________________________________________________________
28201 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
28202         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
28203              From: Gisle Aas <gisle@ActiveState.com>
28204              Date: 18 May 2001 14:24:51 -0700
28205              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
28206      Branch: perl
28207            ! pp_ctl.c
28208 ____________________________________________________________________________
28209 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
28210         Log: Subject: [PATCH] Chomp should not always stringify
28211              From: Gisle Aas <gisle@ActiveState.com>
28212              Date: 18 May 2001 07:55:25 -0700
28213              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
28214      Branch: perl
28215            ! doop.c t/op/chop.t
28216 ____________________________________________________________________________
28217 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
28218         Log: Integrate perlio.
28219      Branch: perl
28220           !> pod/perlfunc.pod
28221 ____________________________________________________________________________
28222 [ 10159] By: nick                                  on 2001/05/20  09:39:46
28223         Log: Document some more of open's features.
28224      Branch: perlio
28225            ! pod/perlfunc.pod
28226 ____________________________________________________________________________
28227 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
28228         Log: back out change#10153 (it has compatibility issues such as the
28229              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
28230              benefit for 5.6.x doesn't seem worth the risk)
28231      Branch: maint-5.6/perl
28232            ! toke.c
28233 ____________________________________________________________________________
28234 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
28235         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
28236      Branch: perl
28237            ! x2p/s2p.PL
28238 ____________________________________________________________________________
28239 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
28240         Log: Update Changes.
28241      Branch: perl
28242            ! Changes patchlevel.h
28243 ____________________________________________________________________________
28244 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
28245         Log: Integrate change #10144 from maintperl.
28246              
28247              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
28248      Branch: perl
28249           !> win32/config.bc win32/config.gc win32/config.vc
28250           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28251 ____________________________________________________________________________
28252 [ 10154] By: nick                                  on 2001/05/18  07:23:03
28253         Log: Integrate mainline.
28254      Branch: perlio
28255           +> README.dgux t/lib/i18n-collate.t utils.lst
28256           !> (integrate 49 files)
28257 ____________________________________________________________________________
28258 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
28259         Log: Integrate change #7224 from mainline into maintperl.
28260              
28261              Allow @+ and @- to be doublequoted, from Simon Cozens. 
28262              (Approved by Larry, see Tom's comment in 20000830.005.)
28263      Branch: maint-5.6/perl
28264           !> toke.c
28265 ____________________________________________________________________________
28266 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
28267         Log: Subject: [PATCH bleadperl] small lookbehind fix
28268              From: Hugo <hv@crypt.compulink.co.uk>
28269              Date: Fri, 18 May 2001 00:07:19 +0100
28270              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
28271      Branch: perl
28272            ! regexec.c
28273 ____________________________________________________________________________
28274 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
28275         Log: Detypos.
28276      Branch: perl
28277            ! installman utils.lst
28278 ____________________________________________________________________________
28279 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
28280         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
28281              in 20001222.001.
28282      Branch: perl
28283            ! t/lib/glob-basic.t
28284 ____________________________________________________________________________
28285 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
28286         Log: Subject: [PATCH] Test for bug 20010515.004
28287              From: Benjamin Sugars <bsugars@canoe.ca>
28288              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
28289              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
28290      Branch: perl
28291            ! t/op/misc.t
28292 ____________________________________________________________________________
28293 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
28294         Log: Integrate #10145 from maintperl.
28295              
28296              fix for ID 20010515.004 (needs test)
28297      Branch: perl
28298           !> pp_hot.c
28299 ____________________________________________________________________________
28300 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
28301         Log: Thinko noticed by Doug MacEachern.
28302      Branch: perl
28303            ! thread.h
28304 ____________________________________________________________________________
28305 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
28306         Log: Subject: Re: [PATCH] HERE mark in regex
28307              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28308              Date: Thu, 17 May 2001 12:20:33 -0400
28309              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
28310      Branch: perl
28311            ! t/op/re_tests
28312 ____________________________________________________________________________
28313 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
28314         Log: fix for ID 20010515.004 (needs test)
28315      Branch: maint-5.6/perl
28316            ! pp_hot.c
28317 ____________________________________________________________________________
28318 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
28319         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
28320      Branch: maint-5.6/perl
28321            ! win32/config.bc win32/config.gc win32/config.vc
28322            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28323 ____________________________________________________________________________
28324 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
28325         Log: Macrofy the getspecific (and use it also in util.c)
28326      Branch: perl
28327            ! thread.h util.c
28328 ____________________________________________________________________________
28329 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
28330         Log: Use the unchecked thread-specific key fetch also in Tru64.
28331      Branch: perl
28332            ! thread.h
28333 ____________________________________________________________________________
28334 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
28335         Log: Subject: [PATCH 5.6.1]Quick thread speedup
28336              From: Dan Sugalski <dan@sidhe.org> 
28337              Date: Wed, 16 May 2001 18:05:19 -0400
28338              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
28339      Branch: perl
28340            ! thread.h util.c
28341 ____________________________________________________________________________
28342 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
28343         Log: I think this is quite enough testing for a deprecated feature.
28344      Branch: perl
28345            + t/lib/i18n-collate.t
28346            ! MANIFEST t/lib/1_compile.t
28347 ____________________________________________________________________________
28348 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
28349         Log: More HP-UX lore from Jeff Okamoto.
28350      Branch: perl
28351            ! README.hpux
28352 ____________________________________________________________________________
28353 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
28354         Log: Sort utils.lst for easier maintenance.
28355      Branch: perl
28356            ! utils.lst
28357 ____________________________________________________________________________
28358 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
28359         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28360              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28361              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
28362              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
28363              
28364              Add pod2latex to utils.lst.
28365      Branch: perl
28366            ! MANIFEST utils.lst
28367 ____________________________________________________________________________
28368 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
28369         Log: Subject: Re: [PATCH] HERE mark in regex
28370              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28371              Date: Wed, 16 May 2001 13:04:43 -0400
28372              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
28373      Branch: perl
28374            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
28375            ! t/op/regmesg.t t/pragma/warn/regcomp
28376 ____________________________________________________________________________
28377 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
28378         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28379              From: Simon Cozens <simon@netthink.co.uk>
28380              Date: Wed, 16 May 2001 18:02:08 +0100
28381              Message-ID: <20010516180208.A6458@netthink.co.uk>
28382      Branch: perl
28383            ! installman utils.lst
28384 ____________________________________________________________________________
28385 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
28386         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
28387              From: "Philip Newton" <pnewton@gmx.de>
28388              Date: Tue, 15 May 2001 15:09:30 +0200
28389              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
28390              
28391              Test case for #10128.
28392      Branch: perl
28393            ! t/pragma/warn/pp_hot
28394 ____________________________________________________________________________
28395 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
28396         Log: Update Changes.
28397      Branch: perl
28398            ! Changes patchlevel.h
28399 ____________________________________________________________________________
28400 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
28401         Log: Deprecate pseudo-hashes.
28402      Branch: perl
28403            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
28404 ____________________________________________________________________________
28405 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
28406         Log: HP-UX hints update from Merijn.
28407      Branch: perl
28408            ! hints/hpux.sh
28409 ____________________________________________________________________________
28410 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
28411         Log: README.hpux update from Merijn.
28412      Branch: perl
28413            ! README.hpux
28414 ____________________________________________________________________________
28415 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
28416         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28417              From: Simon Cozens <simon@netthink.co.uk>
28418              Date: Wed, 16 May 2001 15:57:55 +0100
28419              Message-ID: <20010516155755.A4728@netthink.co.uk>
28420      Branch: perl
28421            + utils.lst
28422            ! MANIFEST installman installperl
28423 ____________________________________________________________________________
28424 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
28425         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
28426              From: "Philip Newton" <pnewton@gmx.de>
28427              Date: Tue, 15 May 2001 16:31:05 +0200
28428              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
28429              
28430              Fix PERL_Y2KWARN test to check before rather than after appending.
28431      Branch: perl
28432            ! pp_hot.c
28433 ____________________________________________________________________________
28434 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
28435         Log: Regen Porting stuff.
28436      Branch: perl
28437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28438            ! config_h.SH
28439 ____________________________________________________________________________
28440 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
28441         Log: Metaconfig unit change for #10125.
28442      Branch: metaconfig
28443            ! U/modified/Oldconfig.U
28444 ____________________________________________________________________________
28445 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
28446         Log: Use OSVERS.
28447      Branch: perl
28448            ! Configure config_h.SH perl.c
28449 ____________________________________________________________________________
28450 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
28451         Log: Regen toc.
28452      Branch: perl
28453            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28454 ____________________________________________________________________________
28455 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
28456         Log: Adding the README.dgux to the MANIFEST would be a good idea.
28457      Branch: perl
28458            ! MANIFEST
28459 ____________________________________________________________________________
28460 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
28461         Log: Move the stack desire definition to thread.h.
28462      Branch: perl
28463            ! ext/Thread/Thread.xs thread.h
28464 ____________________________________________________________________________
28465 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
28466         Log: DG-UX threading patches, including a README.dgux,
28467              from Takis Psarogiannakopoulos.
28468      Branch: perl
28469            + README.dgux
28470            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
28471 ____________________________________________________________________________
28472 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
28473         Log: Subject: [PATCH B::Deparse] More on /x regexes
28474              From: Robin Houston <robin@kitsite.com>
28475              Date: Tue, 15 May 2001 19:09:35 +0100
28476              Message-ID: <20010515190935.A27268@penderel>
28477      Branch: perl
28478            ! ext/B/B/Deparse.pm
28479 ____________________________________________________________________________
28480 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
28481         Log: Document that the core time() may be rounding rather
28482              than truncating, would have saved at least my confusion.
28483      Branch: perl
28484            ! ext/Time/HiRes/HiRes.pm
28485 ____________________________________________________________________________
28486 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
28487         Log: Subject: perl-current/t/time-hires.t
28488              From: John Peacock <jpeacock@rowman.com>
28489              Date: Fri, 11 May 2001 14:09:41 -0400
28490              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
28491      Branch: perl
28492            ! t/lib/time-hires.t
28493 ____________________________________________________________________________
28494 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
28495         Log: Subject: [PATCH dump.c] Op private flags
28496              From: Simon Cozens <simon@netthink.co.uk>
28497              Date: Sun, 13 May 2001 20:20:36 +0100
28498              Message-ID: <20010513202036.A21896@netthink.co.uk>
28499      Branch: perl
28500            ! dump.c
28501 ____________________________________________________________________________
28502 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
28503         Log: Upgrade to Switch 2.03.
28504      Branch: perl
28505            ! lib/Switch.pm
28506 ____________________________________________________________________________
28507 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
28508         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
28509              to PERL_CONFIG_SH and use it consistently.
28510      Branch: maint-5.6/perl
28511           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
28512           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
28513           !> myconfig.SH writemain.SH
28514 ____________________________________________________________________________
28515 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
28516         Log: Metaconfig units changes for #10113.
28517      Branch: metaconfig
28518            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
28519 ____________________________________________________________________________
28520 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
28521         Log: The problem described in 20010514.031 still wasn't
28522              fully cured, there were remnants of $CONFIG when
28523              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
28524              to avoid future conflicts.
28525      Branch: perl
28526            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
28527            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
28528            ! myconfig.SH writemain.SH
28529 ____________________________________________________________________________
28530 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
28531         Log: Half of #10107 got lost.
28532      Branch: perl
28533            ! ext/B/B/Deparse.pm
28534 ____________________________________________________________________________
28535 [ 10111] By: nick                                  on 2001/05/15  08:39:14
28536         Log: Integrate mainline.
28537      Branch: perlio
28538           +> ext/POSIX/hints/uts.pl
28539            - Todo Todo-5.6 t/camel-III/vstring.t
28540           !> (integrate 48 files)
28541 ____________________________________________________________________________
28542 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
28543         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
28544              From: Robin Houston <robin@kitsite.com>
28545              Date: Mon, 14 May 2001 22:27:08 +0100
28546              Message-ID: <20010514222708.A22963@penderel>
28547      Branch: perl
28548            ! t/TestInit.pm
28549 ____________________________________________________________________________
28550 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
28551         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
28552              From: Robin Houston <robin@kitsite.com>
28553              Date: Mon, 14 May 2001 22:16:43 +0100
28554              Message-ID: <20010514221643.A22437@penderel>
28555      Branch: perl
28556            ! ext/B/B/Deparse.pm
28557 ____________________________________________________________________________
28558 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
28559         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
28560              From: Robin Houston <robin@kitsite.com>
28561              Date: Mon, 14 May 2001 22:03:44 +0100
28562              Message-ID: <20010514220344.A20643@penderel>
28563      Branch: perl
28564            ! ext/B/B/Deparse.pm
28565 ____________________________________________________________________________
28566 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
28567         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
28568              From: Robin Houston <robin@kitsite.com>
28569              Date: Mon, 14 May 2001 22:10:07 +0100
28570              Message-ID: <20010514221007.A21118@penderel>
28571      Branch: perl
28572            ! ext/B/B/Deparse.pm
28573 ____________________________________________________________________________
28574 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
28575         Log: Fix for 20010514.037; substr() didn't invalidate the locale
28576              collation magic.
28577      Branch: perl
28578            ! pp.c
28579 ____________________________________________________________________________
28580 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
28581         Log: Update Changes.
28582      Branch: perl
28583            ! Changes patchlevel.h
28584 ____________________________________________________________________________
28585 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
28586         Log: Retract #10094.
28587      Branch: perl
28588            ! lib/Pod/Text.pm
28589 ____________________________________________________________________________
28590 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
28591         Log: Integrate change #10100 from maintperl.
28592              
28593              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
28594              bug ID 20010514.027)
28595      Branch: perl
28596           !> mg.c pp_ctl.c
28597 ____________________________________________________________________________
28598 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
28599         Log: Document the deprecatedness of suidperl.
28600      Branch: perl
28601            ! INSTALL pod/perlfaq1.pod
28602 ____________________________________________________________________________
28603 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
28604         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
28605              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28606              Date: Mon, 14 May 2001 09:38:59 -0400
28607              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
28608      Branch: perl
28609            ! lib/ExtUtils/MM_Unix.pm
28610 ____________________________________________________________________________
28611 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
28612         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
28613              bug ID 20010514.027)
28614              
28615              TODO: this needs a testsuite addition
28616      Branch: maint-5.6/perl
28617            ! mg.c pp_ctl.c
28618 ____________________________________________________________________________
28619 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
28620         Log: More DWIMminess for Class::Struct: calling the array or hash
28621              accessors only with one argument, an array or a hash reference,
28622              sets the underlying array or hash.  This mirrors nicely also
28623              the usage in the constructor.
28624              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
28625      Branch: perl
28626            ! lib/Class/Struct.pm t/lib/class-struct.t
28627 ____________________________________________________________________________
28628 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
28629         Log: Reference cmp'ing should go through the whole stringification
28630              process shebang, as pointed out by Sarathy in #10091.
28631      Branch: perl
28632            ! pp.c
28633 ____________________________________________________________________________
28634 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
28635         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
28636              From: Simon Cozens <simon@netthink.co.uk>
28637              Date: Sat, 12 May 2001 16:36:27 +0100
28638              Message-ID: <20010512163627.A5522@netthink.co.uk>
28639              
28640              with some additions salvaged from Todo and Todo-5.6 before
28641              retiring them.
28642      Branch: perl
28643            - Todo Todo-5.6
28644            ! MANIFEST pod/perltodo.pod
28645 ____________________________________________________________________________
28646 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
28647         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
28648              From: "Golubev I. N." <gin@mo.msk.ru>
28649              Date: Mon, 07 May 2001 14:33:34 (GMT)
28650              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
28651      Branch: perl
28652            ! perl.h
28653 ____________________________________________________________________________
28654 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
28655         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
28656              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
28657              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
28658              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
28659      Branch: perl
28660            ! lib/ExtUtils/MM_Unix.pm
28661 ____________________________________________________________________________
28662 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
28663         Log: (Retracted by #10104.)
28664              
28665              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
28666              From: barries <barries@slaysys.com>
28667              Date: Sat, 12 May 2001 01:28:10 -0400
28668              Message-ID: <20010512012810.B26358@jester.slaysys.com>
28669      Branch: perl
28670            ! lib/Pod/Text.pm
28671 ____________________________________________________________________________
28672 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
28673         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
28674              From: Mike Guy <mjtg@cam.ac.uk>
28675              Date: Sat, 12 May 2001 19:24:33 +0100
28676              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
28677      Branch: perl
28678            ! lib/AutoSplit.pm
28679 ____________________________________________________________________________
28680 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
28681         Log: Yet another HP-UX hints tweak from Merijn.
28682      Branch: perl
28683            ! hints/hpux.sh
28684 ____________________________________________________________________________
28685 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
28686         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
28687              isn't defined (changes#9366,9368,9370 from mainline without the
28688              pp_scmp() change)
28689      Branch: maint-5.6/perl
28690            ! pp.c pp.h pp_hot.c
28691 ____________________________________________________________________________
28692 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
28693         Log: The sorting seems to happen now automatically.
28694      Branch: perl
28695            ! t/lib/glob-basic.t
28696 ____________________________________________________________________________
28697 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
28698         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
28699              From: Benjamin Sugars <bsugars@canoe.ca>
28700              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
28701              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
28702      Branch: perl
28703            ! pod/perlfunc.pod
28704 ____________________________________________________________________________
28705 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
28706         Log: Subject: Re: undef(&foo) does not work for XS functions
28707              From: Doug MacEachern <dougm@covalent.net>
28708              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
28709              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
28710      Branch: perl
28711            ! op.c
28712 ____________________________________________________________________________
28713 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
28714         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
28715              From: Peter Prymmer <pvhp@forte.com>
28716              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
28717              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
28718      Branch: perl
28719            ! t/op/append.t
28720 ____________________________________________________________________________
28721 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
28722         Log: Update Changes.
28723      Branch: perl
28724            ! Changes patchlevel.h
28725 ____________________________________________________________________________
28726 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
28727         Log: Remove the 'asciir' re subpragma.  Should instead implement
28728              the 'physical vs logical' range scheme:
28729              
28730              \xAA-\xCC is a native physical range, you want that range of
28731              codepoints in your native encoding.  In EBCDIC the codepoints
28732              in the gaps (between i-j and r-s) should be included.
28733              
28734              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
28735              codepoints in Unicode.
28736              
28737              a-z is a logical range, you want that range of 'logical' codepoints
28738              in your native encoding.  In EBCDIC the codepoints in the gaps
28739              (between i-j and r-s) should not be included.
28740              
28741              Mixed cases (a-\xAA, etc) should either be errors, or maybe
28742              the 'logical' endpoints should be converted to native/Unicode
28743              codepoints, and the range handled as a physical range.
28744              
28745              'Logical endpoints' are to be recognized only in the A-Z, a-z,
28746              and 0-9 ranges.  Probably a warning should be given for mixed
28747              cases like A-z or a-9 (since such expressions are encoding
28748              dependent), with a recommendation to use physical ranges.
28749      Branch: perl
28750            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
28751            ! t/op/regexp.t
28752 ____________________________________________________________________________
28753 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
28754         Log: Make the test to cleanup the test directory tree
28755              both before and after the testing so that we always
28756              have a clean slate to work with.
28757      Branch: perl
28758            ! t/lib/filefind.t
28759 ____________________________________________________________________________
28760 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
28761         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
28762              From: Jon Eveland <jweveland@yahoo.com>
28763              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
28764              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
28765      Branch: perl
28766            ! pod/perlfunc.pod
28767 ____________________________________________________________________________
28768 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
28769         Log: Merge the camel-III/vstring.t with op/ver.t.
28770      Branch: perl
28771            - t/camel-III/vstring.t
28772            ! MANIFEST t/TEST t/harness t/op/ver.t
28773 ____________________________________________________________________________
28774 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
28775         Log: Add test.deparse make target.
28776      Branch: perl
28777            ! Makefile.SH
28778 ____________________________________________________________________________
28779 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
28780         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
28781              From: Robin Houston <robin@kitsite.com>
28782              Date: Fri, 11 May 2001 12:02:22 +0100
28783              Message-ID: <20010511120222.A11529@penderel>
28784      Branch: perl
28785            ! ext/B/B/Deparse.pm t/op/method.t
28786 ____________________________________________________________________________
28787 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
28788         Log: A nicely working combination for UTS from Hal Morris.
28789      Branch: perl
28790            + ext/POSIX/hints/uts.pl
28791            ! MANIFEST hints/uts.sh
28792 ____________________________________________________________________________
28793 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
28794         Log: i_ieeefp=undef for UTS.
28795      Branch: perl
28796            ! hints/uts.sh
28797 ____________________________________________________________________________
28798 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
28799         Log: Subject: RE: rand(0) is rand(1)
28800              From: Larry Shatzer <lshatzer@islanddata.com>
28801              Date: Thu, 10 May 2001 11:09:27 -0700
28802              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
28803      Branch: perl
28804            ! pod/perlfunc.pod
28805 ____________________________________________________________________________
28806 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
28807         Log: Subject: [patch] make op_{clear,null} public
28808              From: Doug MacEachern <dougm@covalent.net>
28809              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
28810              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
28811      Branch: perl
28812            ! embed.h embed.pl op.c proto.h
28813 ____________________________________________________________________________
28814 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
28815         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
28816              From: Robin Houston <robin@kitsite.com>
28817              Date: Thu, 10 May 2001 18:54:59 +0100
28818              Message-ID: <20010510185459.A5995@penderel>
28819      Branch: perl
28820            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
28821 ____________________________________________________________________________
28822 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
28823         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
28824              From: Robin Houston <robin@kitsite.com>
28825              Date: Thu, 10 May 2001 12:56:39 +0100
28826              Message-ID: <20010510125639.A2119@penderel>
28827      Branch: perl
28828            ! ext/B/B/Deparse.pm
28829 ____________________________________________________________________________
28830 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
28831         Log: Retract #10070, not ready yet.
28832      Branch: perl
28833            ! ext/B/B/Deparse.pm
28834 ____________________________________________________________________________
28835 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
28836         Log: The metaconfig unit change for #10071.
28837      Branch: metaconfig
28838            ! U/modified/mallocsrc.U
28839 ____________________________________________________________________________
28840 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
28841         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
28842      Branch: perl
28843            ! Configure
28844 ____________________________________________________________________________
28845 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
28846         Log: (Retracted by #10073)
28847              
28848              Subject: Re: [PATCH t/TEST] B::Deparse tester 
28849              From: Hugo <hv@crypt.compulink.co.uk>
28850              Date: Thu, 10 May 2001 05:48:09 +0100
28851              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
28852      Branch: perl
28853            ! ext/B/B/Deparse.pm
28854 ____________________________________________________________________________
28855 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
28856         Log: Add a for(func()) test.
28857      Branch: perl
28858            ! t/cmd/for.t
28859 ____________________________________________________________________________
28860 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
28861         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
28862              From: Robin Houston <robin@kitsite.com>
28863              Date: Thu, 10 May 2001 13:50:08 +0100
28864              Message-ID: <20010510135008.A2454@penderel>
28865      Branch: perl
28866            ! ext/B/B/Deparse.pm
28867 ____________________________________________________________________________
28868 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
28869         Log: A thinko in #10065.
28870      Branch: perl
28871            ! hv.c
28872 ____________________________________________________________________________
28873 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
28874         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
28875              From: Robin Houston <robin@kitsite.com>
28876              Date: Thu, 10 May 2001 02:10:34 +0100
28877              Message-ID: <20010510021034.A19421@penderel>
28878      Branch: perl
28879            ! ext/B/B.xs ext/B/B/Deparse.pm
28880 ____________________________________________________________________________
28881 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
28882         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
28883              From: Doug MacEachern <dougm@covalent.net>
28884              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
28885              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
28886      Branch: perl
28887            ! hv.c
28888 ____________________________________________________________________________
28889 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
28890         Log: One more workaround for the UTS compiler from Hal Morris.
28891      Branch: perl
28892            ! perl.h
28893 ____________________________________________________________________________
28894 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
28895         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
28896              From: Robin Houston <robin@kitsite.com>
28897              Date: Thu, 10 May 2001 01:02:08 +0100
28898              Message-ID: <20010510010208.A18200@penderel>
28899      Branch: perl
28900            ! ext/B/B/Debug.pm
28901 ____________________________________________________________________________
28902 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
28903         Log: Subject: [PATCH] Simplify deb_curcv() a bit
28904              From: Benjamin Sugars <bsugars@canoe.ca>
28905              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
28906              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
28907      Branch: perl
28908            ! run.c
28909 ____________________________________________________________________________
28910 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
28911         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
28912              From: Benjamin Sugars <bsugars@canoe.ca>
28913              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
28914              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
28915      Branch: perl
28916            ! t/lib/io_scalar.t
28917 ____________________________________________________________________________
28918 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
28919         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
28920              From: Peter Prymmer <pvhp@forte.com>
28921              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
28922              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
28923      Branch: perl
28924            ! t/lib/md5-file.t
28925 ____________________________________________________________________________
28926 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
28927         Log: Subject: [PATCH t/TEST] B::Deparse tester
28928              From: Robin Houston <robin@kitsite.com>
28929              Date: Wed, 9 May 2001 19:17:50 +0100
28930              Message-ID: <20010509191750.A16940@penderel>
28931      Branch: perl
28932            ! ext/B/O.pm t/TEST
28933 ____________________________________________________________________________
28934 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
28935         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
28936              From: Jeff Pinyan <jeffp@crusoe.net>
28937              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
28938              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
28939      Branch: perl
28940            ! lib/Pod/Html.pm
28941 ____________________________________________________________________________
28942 [ 10057] By: nick                                  on 2001/05/09  18:37:56
28943         Log: Integrate mainline.
28944      Branch: perlio
28945           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
28946           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
28947 ____________________________________________________________________________
28948 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
28949         Log: Update Changes.
28950      Branch: perl
28951            ! Changes patchlevel.h
28952 ____________________________________________________________________________
28953 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
28954         Log: Integrate perlio.
28955      Branch: perl
28956           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28957 ____________________________________________________________________________
28958 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
28959         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
28960              From: Benjamin Sugars <bsugars@canoe.ca>
28961              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
28962              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
28963      Branch: perl
28964            ! perlio.c
28965 ____________________________________________________________________________
28966 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
28967         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
28968              From: Benjamin Sugars <bsugars@canoe.ca>
28969              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
28970              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
28971      Branch: perl
28972            ! ext/PerlIO/Scalar/Scalar.xs
28973 ____________________________________________________________________________
28974 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
28975         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
28976              From: Jeff Pinyan <jeffp@crusoe.net>
28977              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
28978              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
28979      Branch: perl
28980            ! lib/Pod/Html.pm
28981 ____________________________________________________________________________
28982 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
28983         Log: EPOC tweak from Olaf Flebbe.
28984      Branch: perl
28985            ! epoc/epocish.h
28986 ____________________________________________________________________________
28987 [ 10050] By: nick                                  on 2001/05/09  14:37:57
28988         Log: win32, regen_config_h
28989      Branch: perlio
28990            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28991 ____________________________________________________________________________
28992 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
28993         Log: Integrate perlio.
28994      Branch: perl
28995           !> pp_sys.c
28996 ____________________________________________________________________________
28997 [ 10048] By: nick                                  on 2001/05/09  11:59:50
28998         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
28999              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
29000      Branch: perlio
29001            ! pp_sys.c
29002 ____________________________________________________________________________
29003 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
29004         Log: Integrate perlio.
29005      Branch: perl
29006           !> run.c
29007 ____________________________________________________________________________
29008 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
29009         Log: Subject: Re: Less warnings during configure
29010              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29011              Date: Wed, 09 May 2001 13:12:49 +0200
29012              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
29013      Branch: perl
29014            ! hints/hpux.sh
29015 ____________________________________________________________________________
29016 [ 10045] By: nick                                  on 2001/05/09  09:56:59
29017         Log: MULTIPLICITY/DEBUGGING build fix.
29018      Branch: perlio
29019            ! run.c
29020 ____________________________________________________________________________
29021 [ 10044] By: nick                                  on 2001/05/09  09:46:37
29022         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
29023      Branch: perlio
29024           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
29025            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
29026           !> (integrate 65 files)
29027 ____________________________________________________________________________
29028 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
29029         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29030              From: Robin Houston <robin@kitsite.com>
29031              Date: Tue, 8 May 2001 19:38:00 +0100
29032              Message-ID: <20010508193800.A4389@penderel>
29033              
29034              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29035              From: Robin Houston <robin@kitsite.com>
29036              Date: Tue, 8 May 2001 20:03:57 +0100
29037              Message-ID: <20010508200357.A4614@penderel>
29038              
29039              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29040              From: Robin Houston <robin@kitsite.com>
29041              Date: Wed, 9 May 2001 00:12:05 +0100
29042              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
29043      Branch: perl
29044            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
29045 ____________________________________________________________________________
29046 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
29047         Log: Retract #10031.
29048      Branch: perl
29049            ! pod/perlfunc.pod
29050 ____________________________________________________________________________
29051 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
29052         Log: The metaconfig unit changes for #10040.
29053      Branch: metaconfig/U/perl
29054            ! Checkcc.U d_dlsymun.U dlsrc.U
29055 ____________________________________________________________________________
29056 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
29057         Log: The Configure half of
29058              
29059              Subject: Less warnings during configure
29060              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29061              Date: Tue, 08 May 2001 08:44:02 +0200
29062              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
29063      Branch: perl
29064            ! Configure
29065 ____________________________________________________________________________
29066 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
29067         Log: Subject: Less warnings during configure
29068              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29069              Date: Tue, 08 May 2001 08:44:02 +0200
29070              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
29071      Branch: perl
29072            ! hints/hpux.sh
29073 ____________________________________________________________________________
29074 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
29075         Log: Don't forget to whine about \d__\d.
29076      Branch: perl
29077            ! t/pragma/warn/toke toke.c
29078 ____________________________________________________________________________
29079 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
29080         Log: Allow underscores also in the exponent part.
29081      Branch: perl
29082            ! t/pragma/warn/toke toke.c
29083 ____________________________________________________________________________
29084 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
29085         Log: CodeMagicCD doesn't look like an *I*DE.
29086      Branch: perl
29087            ! pod/perlfaq3.pod
29088 ____________________________________________________________________________
29089 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
29090         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
29091              to be consistently down).
29092      Branch: perl
29093            ! pod/perlfaq3.pod
29094 ____________________________________________________________________________
29095 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
29096         Log: Upgrade to Text::Balanced 1.84.
29097      Branch: perl
29098            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
29099 ____________________________________________________________________________
29100 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
29101         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
29102              From: Benjamin Sugars <bsugars@canoe.ca>
29103              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
29104              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
29105      Branch: perl
29106            ! run.c
29107 ____________________________________________________________________________
29108 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
29109         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
29110              From: Peter Prymmer <pvhp@forte.com>
29111              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
29112              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
29113      Branch: perl
29114            ! t/pod/plainer.t
29115 ____________________________________________________________________________
29116 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
29117         Log: (Retracted by #10042)
29118              
29119              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
29120              From: "Philip Newton" <pnewton@gmx.de>
29121              Date: Tue, 8 May 2001 09:18:10 +0200
29122              Message-ID: <3AF7B9D2.28861.603732@localhost>
29123      Branch: perl
29124            ! pod/perlfunc.pod
29125 ____________________________________________________________________________
29126 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
29127         Log: Subject: [PATCH B::Deparse] Document known bugs
29128              From: Robin Houston <robin@kitsite.com>
29129              Date: Tue, 8 May 2001 01:53:34 +0100
29130              Message-ID: <20010508015334.A32394@penderel>
29131      Branch: perl
29132            ! ext/B/B/Deparse.pm
29133 ____________________________________________________________________________
29134 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
29135         Log: Subject: Re: Perl book, magazine and website updates.
29136              From: "Philip Newton" <pnewton@gmx.de>
29137              Date: Mon, 7 May 2001 17:03:58 +0200
29138              Message-ID: <3AF6D57E.5387.1E29930@localhost>
29139      Branch: perl
29140            ! pod/perlfaq2.pod
29141 ____________________________________________________________________________
29142 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
29143         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
29144              From: Peter Prymmer <pvhp@forte.com>
29145              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
29146              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
29147      Branch: perl
29148            ! t/io/fflush.t
29149 ____________________________________________________________________________
29150 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
29151         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
29152              From: Robin Houston <robin@kitsite.com>
29153              Date: Tue, 8 May 2001 01:14:55 +0100
29154              Message-ID: <20010508011455.A32162@penderel>
29155      Branch: perl
29156            ! ext/B/B/Deparse.pm
29157 ____________________________________________________________________________
29158 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
29159         Log: Typo in #10025.
29160      Branch: perl
29161            ! hints/uts.sh
29162 ____________________________________________________________________________
29163 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
29164         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
29165      Branch: perl
29166            ! hints/uts.sh
29167 ____________________________________________________________________________
29168 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
29169         Log: Subject: Re: [ID 20010506.045] question about hash syntax
29170              From: Peter Scott <Peter@PSDT.com>
29171              Date: Sun, 06 May 2001 13:10:40 -0700
29172              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
29173      Branch: perl
29174            ! pod/perl56delta.pod
29175 ____________________________________________________________________________
29176 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
29177         Log: Configure should figure out the list of dynamic extensions
29178              just fine in UTS-- and in fact it does, as reported by Hal Morris.
29179      Branch: perl
29180            ! hints/uts.sh
29181 ____________________________________________________________________________
29182 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
29183         Log: Update Changes.
29184      Branch: perl
29185            ! Changes patchlevel.h
29186 ____________________________________________________________________________
29187 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
29188         Log: Subject: [PATCH regcomp.c] Insecure regexes
29189              From: Robin Houston <robin@kitsite.com>
29190              Date: Mon, 7 May 2001 21:56:12 +0100
29191              Message-ID: <20010507215612.A31114@penderel>
29192      Branch: perl
29193            ! regcomp.c
29194 ____________________________________________________________________________
29195 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
29196         Log: Drop the foobar.perl.com references for now until Simon
29197              gets them sorted out.
29198      Branch: perl
29199            ! pod/perlfaq2.pod
29200 ____________________________________________________________________________
29201 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
29202         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
29203              From: Prymmer/Kahn <pvhp@best.com>
29204              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
29205              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
29206      Branch: perl
29207            ! lib/Devel/SelfStubber.pm
29208 ____________________________________________________________________________
29209 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
29210         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
29211              From: Prymmer/Kahn <pvhp@best.com>
29212              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
29213              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
29214      Branch: perl
29215            ! win32/Makefile
29216 ____________________________________________________________________________
29217 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
29218         Log: s/WebTechnique's/WebTechniques/
29219      Branch: perl
29220            ! pod/perlfaq2.pod
29221 ____________________________________________________________________________
29222 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
29223         Log: Llama 3 updates from Randal.
29224      Branch: perl
29225            ! pod/perlfaq2.pod
29226 ____________________________________________________________________________
29227 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
29228         Log: Subject: [PATCH] Help -Dt show correct pad variables
29229              From: Benjamin Sugars <ben.sugars@home.com>
29230              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
29231              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
29232      Branch: perl
29233            ! embed.h embed.pl proto.h run.c
29234 ____________________________________________________________________________
29235 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
29236         Log: Subject: [PATCH] Document C<our $foo : shared>
29237              From: Benjamin Sugars <ben.sugars@home.com>
29238              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
29239              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
29240      Branch: perl
29241            ! pod/perlfunc.pod
29242 ____________________________________________________________________________
29243 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
29244         Log: Subject: [PATCH B::Deparse] undefined folded constants
29245              From: Robin Houston <robin@kitsite.com>
29246              Date: Sun, 6 May 2001 17:19:09 +0100
29247              Message-ID: <20010506171909.A7046@penderel>
29248      Branch: perl
29249            ! ext/B/B/Deparse.pm
29250 ____________________________________________________________________________
29251 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
29252         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
29253              From: Robin Houston <robin@kitsite.com>
29254              Message-ID: <20010506164654.A6848@penderel>
29255              Date: Sun, 6 May 2001 16:46:54 +0100
29256      Branch: perl
29257            ! ext/B/B/Deparse.pm
29258 ____________________________________________________________________________
29259 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
29260         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
29261              From: Robin Houston <robin@kitsite.com>
29262              Date: Sun, 6 May 2001 14:47:02 +0100
29263              Message-ID: <20010506144702.A6308@penderel>
29264      Branch: perl
29265            ! t/op/my_stash.t
29266 ____________________________________________________________________________
29267 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
29268         Log: Subject: Perl book, magazine and website updates.
29269              From: Simon Cozens <simon@netthink.co.uk>
29270              Date: Sun, 6 May 2001 16:55:36 +0100
29271              Message-ID: <20010506165536.A1795@netthink.co.uk>
29272      Branch: perl
29273            ! pod/perlbook.pod pod/perlfaq2.pod
29274 ____________________________________________________________________________
29275 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
29276         Log: Tweaks on the Tru64 prof options.
29277      Branch: perl
29278            ! pod/perlhack.pod
29279 ____________________________________________________________________________
29280 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
29281         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
29282              From: Robin Houston <robin@kitsite.com>
29283              Date: Sun, 6 May 2001 14:40:51 +0100
29284              Message-ID: <20010506144051.A6279@penderel>
29285      Branch: perl
29286            ! t/pod/testp2pt.pl
29287 ____________________________________________________________________________
29288 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
29289         Log: Subject: [PATCH B::Deparse] scoping
29290              From: Robin Houston <robin@kitsite.com>
29291              Date: Sun, 6 May 2001 14:36:56 +0100
29292              Message-ID: <20010506143656.A4006@penderel>
29293      Branch: perl
29294            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
29295 ____________________________________________________________________________
29296 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
29297         Log: Document the undefinedness of bitshifting out of range.
29298      Branch: perl
29299            ! pod/perlop.pod
29300 ____________________________________________________________________________
29301 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
29302         Log: Retract #10003 and update the IDE descriptions a bit.
29303      Branch: perl
29304            ! pod/perlfaq3.pod
29305 ____________________________________________________________________________
29306 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
29307         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
29308              From: Prymmer/Kahn <pvhp@best.com>
29309              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
29310              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
29311      Branch: perl
29312            ! win32/Makefile win32/buildext.pl win32/config.bc
29313            ! win32/config.gc win32/config.vc
29314 ____________________________________________________________________________
29315 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
29316         Log: (Retracted by #10005.)
29317      Branch: perl
29318            ! pod/perlfaq3.pod
29319 ____________________________________________________________________________
29320 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
29321         Log: It's "psed", not "sed".
29322      Branch: perl
29323            ! x2p/s2p.PL
29324 ____________________________________________________________________________
29325 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
29326         Log: Update Changes.
29327      Branch: perl
29328            ! Changes patchlevel.h
29329 ____________________________________________________________________________
29330 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
29331         Log: Subject: Re: bleadperl make install fails due to "psed"
29332              From: andreas.koenig@anima.de (Andreas J. Koenig)
29333              Date: 05 May 2001 18:23:28 +0200
29334              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
29335      Branch: perl
29336            ! x2p/Makefile.SH x2p/s2p.PL
29337 ____________________________________________________________________________
29338 [  9999] By: jhi                                   on 2001/05/05  18:28:09
29339         Log: AUTHORS updates.
29340      Branch: perl
29341            ! AUTHORS
29342 ____________________________________________________________________________
29343 [  9998] By: jhi                                   on 2001/05/05  18:16:00
29344         Log: Updates on the pods related to the modules included since 5.6.
29345              
29346              TODO: perltodo really could use major updating.
29347      Branch: perl
29348            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
29349            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
29350            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
29351            ! pod/perlsyn.pod pod/perltodo.pod
29352 ____________________________________________________________________________
29353 [  9997] By: jhi                                   on 2001/05/05  17:35:17
29354         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
29355              from Kurt Skauen.
29356      Branch: perl
29357            + hints/atheos.sh
29358            ! MANIFEST
29359 ____________________________________________________________________________
29360 [  9996] By: jhi                                   on 2001/05/05  17:25:00
29361         Log: Add preemptive #undefs for some of the shorter and more prone
29362              to collision regcomp.h #defines.  (Background: the MASK collided
29363              with a system header #define in Rhapsody.)
29364      Branch: perl
29365            ! regcomp.h
29366 ____________________________________________________________________________
29367 [  9995] By: jhi                                   on 2001/05/05  13:24:21
29368         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
29369              From: Nicholas Clark <nick@ccl4.org>
29370              Date: Sat, 5 May 2001 14:46:39 +0100
29371              Message-ID: <20010505144639.O53513@plum.flirble.org>
29372              
29373              Add a test for the constants (if any) being processed correctly.
29374      Branch: perl
29375            ! utils/h2xs.PL
29376 ____________________________________________________________________________
29377 [  9994] By: jhi                                   on 2001/05/05  02:11:03
29378         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
29379              From: Peter Prymmer <pvhp@forte.com>
29380              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
29381              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
29382      Branch: perl
29383            ! t/lib/b-stash.t
29384 ____________________________________________________________________________
29385 [  9993] By: jhi                                   on 2001/05/05  02:03:49
29386         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
29387              From: Peter Prymmer <pvhp@forte.com>
29388              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
29389              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
29390      Branch: perl
29391            ! perlio.c vms/vmsish.h
29392 ____________________________________________________________________________
29393 [  9992] By: jhi                                   on 2001/05/04  17:21:12
29394         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
29395              From: Robin Barker <rmb1@cise.npl.co.uk>
29396              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
29397              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
29398      Branch: perl
29399            + t/pod/plainer.t
29400            ! MANIFEST
29401 ____________________________________________________________________________
29402 [  9991] By: jhi                                   on 2001/05/04  16:47:45
29403         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
29404              From: Robin Barker <rmb1@cise.npl.co.uk>
29405              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
29406              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
29407      Branch: perl
29408            ! regcomp.c
29409 ____________________________________________________________________________
29410 [  9990] By: jhi                                   on 2001/05/04  14:37:20
29411         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
29412              From: Prymmer/Kahn <pvhp@best.com>
29413              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
29414              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
29415      Branch: perl
29416            ! t/lib/b-stash.t
29417 ____________________________________________________________________________
29418 [  9989] By: jhi                                   on 2001/05/04  14:03:58
29419         Log: Introduce perl572delta, update Todo, add the missing
29420              mention about signal safety since 5.7.1 (though this
29421              requires verification and more details.)
29422      Branch: perl
29423            + pod/perl572delta.pod
29424            ! MANIFEST Todo pod/perl571delta.pod
29425 ____________________________________________________________________________
29426 [  9988] By: jhi                                   on 2001/05/04  12:41:51
29427         Log: Subject: [PATCH perl@9944] long =item
29428              From: Robin Barker <rmb1@cise.npl.co.uk>
29429              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
29430              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
29431      Branch: perl
29432            ! ext/Time/HiRes/HiRes.pm
29433 ____________________________________________________________________________
29434 [  9987] By: jhi                                   on 2001/05/04  12:39:19
29435         Log: The #9901 had removed one line essential for EBCDIC.
29436      Branch: perl
29437            ! regcomp.c
29438 ____________________________________________________________________________
29439 [  9986] By: jhi                                   on 2001/05/04  12:30:23
29440         Log: Subject: cygwin/Makefile.SHs INSTALL patch
29441              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
29442              Date: Mon, 08 Jan 2001 04:59:21 +0200
29443              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
29444      Branch: perl
29445            ! cygwin/Makefile.SHs
29446 ____________________________________________________________________________
29447 [  9985] By: jhi                                   on 2001/05/04  03:51:39
29448         Log: Encode/IO doc tweaks.
29449      Branch: perl
29450            ! ext/Encode/Encode.pm
29451 ____________________________________________________________________________
29452 [  9984] By: jhi                                   on 2001/05/04  03:29:34
29453         Log: Remove GDBM_File from the dynamic extensions for UTS,
29454              GDBM is not a standard feature.
29455      Branch: perl
29456            ! hints/uts.sh
29457 ____________________________________________________________________________
29458 [  9983] By: jhi                                   on 2001/05/04  03:22:59
29459         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
29460      Branch: perl
29461            ! pod/perlretut.pod
29462 ____________________________________________________________________________
29463 [  9982] By: jhi                                   on 2001/05/03  23:21:03
29464         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
29465              From: Benjamin Sugars <bsugars@canoe.ca>
29466              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
29467              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
29468      Branch: perl
29469            ! dump.c
29470 ____________________________________________________________________________
29471 [  9981] By: jhi                                   on 2001/05/03  23:20:05
29472         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
29473              From: Benjamin Sugars <bsugars@canoe.ca>
29474              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
29475              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
29476      Branch: perl
29477            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29478 ____________________________________________________________________________
29479 [  9980] By: jhi                                   on 2001/05/03  23:15:29
29480         Log: Integrate perlio.
29481      Branch: perl
29482           !> ext/Encode/Encode.pm
29483 ____________________________________________________________________________
29484 [  9979] By: jhi                                   on 2001/05/03  16:54:59
29485         Log: Install psed man page.
29486      Branch: perl
29487            ! installman
29488 ____________________________________________________________________________
29489 [  9978] By: jhi                                   on 2001/05/03  16:45:58
29490         Log: Remove unused files; noted by Sarathy.
29491      Branch: perl
29492            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
29493            ! MANIFEST
29494 ____________________________________________________________________________
29495 [  9977] By: jhi                                   on 2001/05/03  16:42:30
29496         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
29497              From: Andy Dougherty <doughera@lafayette.edu>
29498              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
29499              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
29500      Branch: perl
29501            ! INSTALL
29502 ____________________________________________________________________________
29503 [  9976] By: nick                                  on 2001/05/03  16:40:42
29504         Log: Allow $answer = encode($object,$text); like it says in docs.
29505      Branch: perlio
29506            ! ext/Encode/Encode.pm
29507 ____________________________________________________________________________
29508 [  9975] By: nick                                  on 2001/05/03  16:22:30
29509         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
29510              to be in scope (fair enough), and also a package variable (our) for eval to see it.
29511      Branch: perlio
29512            ! ext/Encode/Encode.pm
29513 ____________________________________________________________________________
29514 [  9974] By: nick                                  on 2001/05/03  15:48:17
29515         Log: Integrate mainline.
29516      Branch: perlio
29517           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
29518           +> t/lib/filter-simple.t t/lib/next.t
29519           !> (integrate 70 files)
29520 ____________________________________________________________________________
29521 [  9973] By: jhi                                   on 2001/05/03  13:09:09
29522         Log: Update Changes.
29523      Branch: perl
29524            ! Changes patchlevel.h
29525 ____________________________________________________________________________
29526 [  9972] By: jhi                                   on 2001/05/03  12:58:33
29527         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
29528              From: Prymmer/Kahn <pvhp@best.com>
29529              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
29530              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
29531      Branch: perl
29532            ! t/io/fflush.t
29533 ____________________________________________________________________________
29534 [  9971] By: jhi                                   on 2001/05/03  12:57:26
29535         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
29536              From: Prymmer/Kahn <pvhp@best.com>
29537              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
29538              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
29539      Branch: perl
29540            ! win32/FindExt.pm
29541 ____________________________________________________________________________
29542 [  9970] By: jhi                                   on 2001/05/03  02:42:46
29543         Log: Can't croak sans thread context, from Doug MacEachern.
29544      Branch: perl
29545            ! toke.c
29546 ____________________________________________________________________________
29547 [  9969] By: jhi                                   on 2001/05/03  01:23:48
29548         Log: Subject: Random input test and Perl
29549              From: Ilya Zakharevich <ilya@math.berkeley.edu>
29550              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
29551              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
29552      Branch: perl
29553            ! toke.c
29554 ____________________________________________________________________________
29555 [  9968] By: jhi                                   on 2001/05/02  22:17:21
29556         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
29557              From: Peter Prymmer <pvhp@forte.com>
29558              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
29559              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
29560      Branch: perl
29561            ! pod/perlfunc.pod pod/perlport.pod
29562 ____________________________________________________________________________
29563 [  9967] By: jhi                                   on 2001/05/02  20:12:45
29564         Log: Workaround for UTS compiler casting bug from Hal Morris.
29565      Branch: perl
29566            ! perl.h
29567 ____________________________________________________________________________
29568 [  9966] By: jhi                                   on 2001/05/02  18:31:37
29569         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
29570              From: Dan Sugalski <dan@sidhe.org>
29571              Date: Wed, 02 May 2001 15:23:22 -0400
29572              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
29573      Branch: perl
29574            ! perl.c vms/vms.c
29575 ____________________________________________________________________________
29576 [  9965] By: jhi                                   on 2001/05/02  18:21:29
29577         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
29578      Branch: perl
29579            ! pod/perlfunc.pod
29580 ____________________________________________________________________________
29581 [  9964] By: jhi                                   on 2001/05/02  18:15:01
29582         Log: Document large files in INSTALL, document also the %x
29583              limitation if not use64bitint, closes bug 20010326.007.
29584      Branch: perl
29585            ! INSTALL
29586 ____________________________________________________________________________
29587 [  9963] By: jhi                                   on 2001/05/02  17:24:47
29588         Log: perlmodlib tweaks; regen pods.
29589      Branch: perl
29590            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
29591            ! pod/perltoc.pod
29592 ____________________________________________________________________________
29593 [  9962] By: jhi                                   on 2001/05/02  17:14:00
29594         Log: Fix for a segfault, from Marc Lehmann.
29595      Branch: perl
29596            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
29597 ____________________________________________________________________________
29598 [  9961] By: jhi                                   on 2001/05/02  15:55:53
29599         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
29600              From: "Philip Newton" <pnewton@gmx.de>
29601              Date: Wed, 2 May 2001 18:39:03 +0200
29602              Message-ID: <3AF05447.15525.173B588@localhost>
29603      Branch: perl
29604            ! pod/perlop.pod
29605 ____________________________________________________________________________
29606 [  9960] By: jhi                                   on 2001/05/02  15:35:37
29607         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
29608              From: Dan Sugalski <dan@sidhe.org>
29609              Date: Wed, 02 May 2001 11:37:27 -0400
29610              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
29611      Branch: perl
29612            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
29613            ! thread.h vms/vms.c vms/vmsish.h
29614 ____________________________________________________________________________
29615 [  9959] By: jhi                                   on 2001/05/02  15:21:08
29616         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
29617              From: Benjamin Sugars <bsugars@canoe.ca>
29618              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
29619              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
29620      Branch: perl
29621            ! ext/PerlIO/Scalar/Scalar.xs
29622 ____________________________________________________________________________
29623 [  9958] By: jhi                                   on 2001/05/02  15:15:53
29624         Log: Bug in #9915, spotted by Mike Guy.
29625      Branch: perl
29626            ! installperl
29627 ____________________________________________________________________________
29628 [  9957] By: jhi                                   on 2001/05/02  13:26:01
29629         Log: Add a test for not griping about references as array
29630              indices if the reference has magic in it (overloaded
29631              methods).
29632      Branch: perl
29633            ! pod/perldiag.pod t/pragma/warn/pp_hot
29634 ____________________________________________________________________________
29635 [  9956] By: jhi                                   on 2001/05/02  13:07:01
29636         Log: Retracted a bit too much in #9952.
29637      Branch: perl
29638            ! t/pragma/sub_lval.t
29639 ____________________________________________________________________________
29640 [  9955] By: jhi                                   on 2001/05/02  13:05:38
29641         Log: Test for #9952.
29642      Branch: perl
29643            ! t/op/tie.t
29644 ____________________________________________________________________________
29645 [  9954] By: jhi                                   on 2001/05/02  11:48:18
29646         Log: Additional note on the encoding example: one cannot
29647              convert string constants in-place.
29648      Branch: perl
29649            ! ext/Encode/Encode.pm
29650 ____________________________________________________________________________
29651 [  9953] By: jhi                                   on 2001/05/02  11:43:51
29652         Log: Note that if you have recent enough Perl you already
29653              have Filter::Util::Call.
29654      Branch: perl
29655            ! lib/Filter/Simple.pm
29656 ____________________________________________________________________________
29657 [  9952] By: jhi                                   on 2001/05/02  11:31:53
29658         Log: Retract changes #8254 and #8255, causes coredump in
29659              'tie FH, "main"', reported by Abigail, culprit found by
29660              Benjamin Sugars.  Mirrors maintperl change #9950.
29661      Branch: perl
29662            ! op.c t/pragma/sub_lval.t
29663 ____________________________________________________________________________
29664 [  9951] By: jhi                                   on 2001/05/02  11:14:29
29665         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
29666      Branch: perl
29667            + t/lib/MyFilter.pm
29668 ____________________________________________________________________________
29669 [  9950] By: gsar                                  on 2001/05/02  03:17:11
29670         Log: revert integration of changes#8254,8255 in change#8620 (causes
29671              a coredump in C<tie FH, 'foo'>; the idea itself may need better
29672              rationalization)
29673      Branch: maint-5.6/perl
29674            ! op.c t/pragma/sub_lval.t
29675 ____________________________________________________________________________
29676 [  9949] By: gsar                                  on 2001/05/02  02:56:32
29677         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
29678              
29679              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
29680              
29681              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
29682      Branch: maint-5.6/perl
29683           !> hints/svr5.sh
29684 ____________________________________________________________________________
29685 [  9948] By: gsar                                  on 2001/05/02  02:49:15
29686         Log: pod/find.t breaks on VMS (from Craig Berry)
29687      Branch: maint-5.6/perl
29688            ! t/pod/find.t
29689 ____________________________________________________________________________
29690 [  9947] By: jhi                                   on 2001/05/02  02:43:09
29691         Log: Add an encoding conversion example.
29692      Branch: perl
29693            ! ext/Encode/Encode.pm
29694 ____________________________________________________________________________
29695 [  9946] By: jhi                                   on 2001/05/02  01:34:22
29696         Log: Another coat of paint but still nowhere finished.
29697              Need to decide on the semantics of strptime(): should
29698              strptime() be a function instead of a method?  To do
29699              the week/monthname-strptiming the i18n/l10n bullet needs
29700              to be bitten with gusto.
29701      Branch: perl
29702            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
29703 ____________________________________________________________________________
29704 [  9945] By: jhi                                   on 2001/05/01  23:40:52
29705         Log: Update Changes.
29706      Branch: perl
29707            ! Changes patchlevel.h
29708 ____________________________________________________________________________
29709 [  9944] By: jhi                                   on 2001/05/01  23:33:37
29710         Log: Add known-to-be-tested modules to the list-to-be-skipped.
29711      Branch: perl
29712            ! t/lib/1_compile.t
29713 ____________________________________________________________________________
29714 [  9943] By: jhi                                   on 2001/05/01  23:24:40
29715         Log: Subject: BorlandC++ fix
29716              From: "Vadim Konovalov" <watman@inbox.ru>
29717              Date: Mon, 30 Apr 2001 20:12:26 -0700
29718              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
29719      Branch: perl
29720            ! win32/makefile.mk
29721 ____________________________________________________________________________
29722 [  9942] By: jhi                                   on 2001/05/01  23:18:02
29723         Log: Update to Filter::Simple 0.60, create a test for it.
29724      Branch: perl
29725            + t/lib/filter-simple.t
29726            ! MANIFEST lib/Filter/Simple.pm
29727 ____________________________________________________________________________
29728 [  9941] By: jhi                                   on 2001/05/01  19:47:24
29729         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
29730              From: Hugo <hv@crypt.compulink.co.uk>
29731              Date: Tue, 01 May 2001 20:12:20 +0100
29732              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
29733      Branch: perl
29734            ! pp_hot.c t/op/re_tests
29735 ____________________________________________________________________________
29736 [  9940] By: jhi                                   on 2001/05/01  19:42:16
29737         Log: Integrate perlio.
29738      Branch: perl
29739           !> lib/base.pm t/lib/fields.t
29740 ____________________________________________________________________________
29741 [  9939] By: jhi                                   on 2001/05/01  19:39:51
29742         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
29743              From: Benjamin Sugars <bsugars@canoe.ca>
29744              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
29745              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
29746      Branch: perl
29747            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29748 ____________________________________________________________________________
29749 [  9938] By: jhi                                   on 2001/05/01  19:34:09
29750         Log: Add NEXT, a pseudo-class for method redispatching.
29751              <Damian>NEXT.pm probably offers more bang-for-buck
29752              than anything else I've ever written.</Damian>
29753      Branch: perl
29754            + lib/NEXT.pm t/lib/next.t
29755            ! MANIFEST
29756 ____________________________________________________________________________
29757 [  9937] By: jhi                                   on 2001/05/01  19:21:41
29758         Log: Update to Switch 2.02.
29759      Branch: perl
29760            ! lib/Switch.pm t/lib/switch.t
29761 ____________________________________________________________________________
29762 [  9936] By: nick                                  on 2001/05/01  19:09:21
29763         Log: Fix for base.pm clobbering $VERSION
29764      Branch: perlio
29765            ! lib/base.pm
29766 ____________________________________________________________________________
29767 [  9935] By: nick                                  on 2001/05/01  18:54:38
29768         Log: Test for base.pm clobbering $VERSION.
29769      Branch: perlio
29770            ! t/lib/fields.t
29771 ____________________________________________________________________________
29772 [  9934] By: jhi                                   on 2001/05/01  18:39:10
29773         Log: Add information about Scalar::Util::blessed.
29774      Branch: perl
29775            ! pod/perlobj.pod
29776 ____________________________________________________________________________
29777 [  9933] By: jhi                                   on 2001/05/01  18:33:51
29778         Log: Subject: Extra UNIVERSAL documentation
29779              From: Mike Guy <mjtg@cam.ac.uk>
29780              Date: Tue, 01 May 2001 20:12:11 +0100
29781              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
29782      Branch: perl
29783            ! pod/perlobj.pod
29784 ____________________________________________________________________________
29785 [  9932] By: jhi                                   on 2001/05/01  18:26:54
29786         Log: Subject: Autoflush in tests as appropriate
29787              From: Mike Guy <mjtg@cam.ac.uk>
29788              Date: Tue, 01 May 2001 20:05:31 +0100
29789              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
29790      Branch: perl
29791            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
29792            ! t/op/taint.t
29793 ____________________________________________________________________________
29794 [  9931] By: jhi                                   on 2001/05/01  18:02:29
29795         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
29796              From: Benjamin Sugars <bsugars@canoe.ca>
29797              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
29798              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
29799      Branch: perl
29800            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29801 ____________________________________________________________________________
29802 [  9930] By: jhi                                   on 2001/05/01  15:12:26
29803         Log: Subject: Re: Finally got a round tuit
29804              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29805              Date: Tue, 01 May 2001 14:14:10 +0200
29806              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
29807              
29808              The -DP part, slightly modified.
29809      Branch: perl
29810            ! perl.c
29811 ____________________________________________________________________________
29812 [  9929] By: jhi                                   on 2001/05/01  14:17:15
29813         Log: Subject: Re: Finally got a round tuit
29814              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29815              Date: Tue, 01 May 2001 16:34:06 +0200
29816              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
29817              
29818              cpp and optimization tweaks for HP-UX.
29819      Branch: perl
29820            ! hints/hpux.sh
29821 ____________________________________________________________________________
29822 [  9928] By: jhi                                   on 2001/05/01  13:24:20
29823         Log: Tune the scan_num() comments to reality.
29824      Branch: perl
29825            ! toke.c
29826 ____________________________________________________________________________
29827 [  9927] By: jhi                                   on 2001/05/01  13:14:01
29828         Log: Subject: [PATCH B::Deparse] optimised sort
29829              From: Robin Houston <robin@kitsite.com>
29830              Date: Tue, 1 May 2001 14:07:12 +0100
29831              Message-ID: <20010501140712.A4266@penderel>
29832      Branch: perl
29833            ! ext/B/B/Deparse.pm
29834 ____________________________________________________________________________
29835 [  9926] By: jhi                                   on 2001/05/01  13:10:53
29836         Log: Subject: [PATCH t/lib/b-deparse.t] 
29837              From: Robin Houston <robin@kitsite.com>
29838              Date: Tue, 1 May 2001 13:37:42 +0100
29839              Message-ID: <20010501133742.A4082@penderel>
29840      Branch: perl
29841            ! t/lib/b-deparse.t
29842 ____________________________________________________________________________
29843 [  9925] By: jhi                                   on 2001/05/01  13:10:13
29844         Log: Subject: [PATCH B::Deparse] for(;;), sort
29845              From: Robin Houston <robin@kitsite.com>
29846              Date: Tue, 1 May 2001 13:35:00 +0100
29847              Message-ID: <20010501133500.A4061@penderel>
29848      Branch: perl
29849            ! ext/B/B/Deparse.pm
29850 ____________________________________________________________________________
29851 [  9924] By: jhi                                   on 2001/05/01  13:09:22
29852         Log: Subject: [PATCH B::Deparse] do, warn, use
29853              From: Robin Houston <robin@kitsite.com>
29854              Date: Tue, 1 May 2001 13:31:03 +0100
29855              Message-ID: <20010501133103.A4041@penderel>
29856      Branch: perl
29857            ! ext/B/B/Deparse.pm
29858 ____________________________________________________________________________
29859 [  9923] By: jhi                                   on 2001/05/01  11:45:36
29860         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
29861              From: Benjamin Sugars <ben.sugars@home.com>
29862              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
29863              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
29864      Branch: perl
29865            + t/io/fflush.t
29866            ! MANIFEST
29867 ____________________________________________________________________________
29868 [  9922] By: jhi                                   on 2001/05/01  11:35:42
29869         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
29870              From: Peter Prymmer <pvhp@forte.com>
29871              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
29872              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
29873      Branch: perl
29874            ! t/lib/selfstubber.t
29875 ____________________________________________________________________________
29876 [  9921] By: jhi                                   on 2001/04/30  16:34:33
29877         Log: Subject: [PATCH B::Concise] suppress warning
29878              From: Robin Houston <robin@kitsite.com>
29879              Date: Mon, 30 Apr 2001 16:09:49 +0100
29880              Message-ID: <20010430160949.A25086@penderel>
29881      Branch: perl
29882            ! ext/B/B/Concise.pm
29883 ____________________________________________________________________________
29884 [  9920] By: jhi                                   on 2001/04/30  13:56:04
29885         Log: Strip the *markers* from #9919.
29886      Branch: perl
29887            ! pod/perlfaq.pod pod/perlfaq5.pod
29888 ____________________________________________________________________________
29889 [  9919] By: jhi                                   on 2001/04/30  13:54:04
29890         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
29891              From: Gwyn Judd <b.judd@xtra.co.nz>
29892              Date: Sun, 29 Apr 2001 01:47:49 +1200
29893              Message-ID: <20010429014749.A4418@thislove>
29894      Branch: perl
29895            ! pod/perlfaq.pod pod/perlfaq5.pod
29896 ____________________________________________________________________________
29897 [  9918] By: jhi                                   on 2001/04/30  13:13:54
29898         Log: More_tweakage.
29899      Branch: perl
29900            ! pod/perldata.pod pod/perldiag.pod
29901 ____________________________________________________________________________
29902 [  9917] By: jhi                                   on 2001/04/30  13:01:27
29903         Log: Update Changes.
29904      Branch: perl
29905            ! Changes patchlevel.h
29906 ____________________________________________________________________________
29907 [  9916] By: jhi                                   on 2001/04/30  12:57:03
29908         Log: T_w_e_a_k_a_g_e.
29909      Branch: perl
29910            ! pod/perldata.pod pod/perldiag.pod
29911 ____________________________________________________________________________
29912 [  9915] By: jhi                                   on 2001/04/30  12:39:29
29913         Log: Install s2p also as psed.
29914              
29915              TODO: psed documentation?
29916      Branch: perl
29917            ! installperl
29918 ____________________________________________________________________________
29919 [  9914] By: jhi                                   on 2001/04/30  12:29:21
29920         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
29921              From: Jens Hamisch <jens@Strawberry.COM>
29922              Date: Fri, 27 Apr 2001 17:00:36 +0200
29923              Message-ID: <20010427170036.K1372@Strawberry.COM>
29924              
29925              SOCKS5_VERSION_NAME is the right symbol to detect
29926              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
29927              function called socks5_init() is available, and even that is
29928              not universal, most SOCKS5 installations use SOCKSinit()).
29929      Branch: perl
29930            ! perlio.c
29931 ____________________________________________________________________________
29932 [  9913] By: jhi                                   on 2001/04/30  12:22:15
29933         Log: Allow a zero timeout on IO::Socket accept and connect--
29934              though one really shouldn't do that.  Based on
29935              
29936              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
29937              From: "John Holdsworth" <coldwave@bigfoot.com>
29938              Date: Sun, 4 Feb 2001 12:48:18 +0100
29939              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
29940      Branch: perl
29941            ! ext/IO/lib/IO/Socket.pm
29942 ____________________________________________________________________________
29943 [  9912] By: jhi                                   on 2001/04/30  11:27:27
29944         Log: Save the spot of regprev (see #9911) for binary compatibility;
29945              regen API.
29946      Branch: perl
29947            ! embedvar.h perlapi.h thrdvar.h
29948 ____________________________________________________________________________
29949 [  9911] By: jhi                                   on 2001/04/30  11:22:03
29950         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
29951              From: Hugo <hv@crypt.compulink.co.uk>
29952              Date: Sun, 29 Apr 2001 17:09:30 +0100
29953              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
29954      Branch: perl
29955            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
29956 ____________________________________________________________________________
29957 [  9910] By: jhi                                   on 2001/04/30  11:15:12
29958         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
29959              a dummy for PL_numeric_radix); no pressing reason to break
29960              binary compatibility; regen API.
29961      Branch: perl
29962            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
29963            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
29964 ____________________________________________________________________________
29965 [  9909] By: jhi                                   on 2001/04/30  10:56:08
29966         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
29967              From: Walt Mankowski <waltman@netaxs.com>
29968              Date: Sun, 29 Apr 2001 21:53:48 -0400
29969              Message-ID: <20010429215348.A3971@netaxs.com>
29970      Branch: perl
29971            ! pod/perlfunc.pod
29972 ____________________________________________________________________________
29973 [  9908] By: jhi                                   on 2001/04/30  10:49:40
29974         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
29975      Branch: perl
29976            ! t/lib/selfstubber.t
29977 ____________________________________________________________________________
29978 [  9907] By: nick                                  on 2001/04/30  09:26:50
29979         Log: Integrate mainline.
29980      Branch: perlio
29981           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
29982 ____________________________________________________________________________
29983 [  9906] By: jhi                                   on 2001/04/29  23:24:20
29984         Log: Abigail spotted a thinko in #9905.
29985      Branch: perl
29986            ! pod/perldiag.pod
29987 ____________________________________________________________________________
29988 [  9905] By: jhi                                   on 2001/04/29  15:55:39
29989         Log: Changed the underscore/undebar syntax in numeric constants;
29990              now any grouping will do, as long as the underscores are not
29991              consecutive (so "zero-grouping" is out), and they do not begin
29992              or end the integer or fractional parts.
29993      Branch: perl
29994            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
29995 ____________________________________________________________________________
29996 [  9904] By: nick                                  on 2001/04/29  15:43:22
29997         Log: Integrate mainline.
29998      Branch: perlio
29999           +> (branch 98 files)
30000            - lib/unicode/Block.pl
30001            - lib/unicode/In/AlphabeticPresentationForms.pl
30002            - lib/unicode/In/Arabic.pl
30003            - lib/unicode/In/ArabicPresentationForms-A.pl
30004            - lib/unicode/In/ArabicPresentationForms-B.pl
30005            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
30006            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
30007            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
30008            - lib/unicode/In/BopomofoExtended.pl
30009            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
30010            - lib/unicode/In/CJKCompatibility.pl
30011            - lib/unicode/In/CJKCompatibilityForms.pl
30012            - lib/unicode/In/CJKCompatibilityIdeographs.pl
30013            - lib/unicode/In/CJKRadicalsSupplement.pl
30014            - lib/unicode/In/CJKSymbolsandPunctuation.pl
30015            - lib/unicode/In/CJKUnifiedIdeographs.pl
30016            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
30017            - lib/unicode/In/Cherokee.pl
30018            - lib/unicode/In/CombiningDiacriticalMarks.pl
30019            - lib/unicode/In/CombiningHalfMarks.pl
30020            - lib/unicode/In/CombiningMarksforSymbols.pl
30021            - lib/unicode/In/ControlPictures.pl
30022            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
30023            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
30024            - lib/unicode/In/EnclosedAlphanumerics.pl
30025            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
30026            - lib/unicode/In/Ethiopic.pl
30027            - lib/unicode/In/GeneralPunctuation.pl
30028            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
30029            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
30030            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
30031            - lib/unicode/In/HalfwidthandFullwidthForms.pl
30032            - lib/unicode/In/HangulCompatibilityJamo.pl
30033            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
30034            - lib/unicode/In/Hebrew.pl
30035            - lib/unicode/In/HighPrivateUseSurrogates.pl
30036            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
30037            - lib/unicode/In/IPAExtensions.pl
30038            - lib/unicode/In/IdeographicDescriptionCharacters.pl
30039            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
30040            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
30041            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
30042            - lib/unicode/In/Latin-1Supplement.pl
30043            - lib/unicode/In/LatinExtended-A.pl
30044            - lib/unicode/In/LatinExtended-B.pl
30045            - lib/unicode/In/LatinExtendedAdditional.pl
30046            - lib/unicode/In/LetterlikeSymbols.pl
30047            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
30048            - lib/unicode/In/MathematicalOperators.pl
30049            - lib/unicode/In/MiscellaneousSymbols.pl
30050            - lib/unicode/In/MiscellaneousTechnical.pl
30051            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
30052            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
30053            - lib/unicode/In/OpticalCharacterRecognition.pl
30054            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
30055            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
30056            - lib/unicode/In/SmallFormVariants.pl
30057            - lib/unicode/In/SpacingModifierLetters.pl
30058            - lib/unicode/In/Specials.pl
30059            - lib/unicode/In/SuperscriptsandSubscripts.pl
30060            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
30061            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
30062            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
30063            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
30064            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
30065           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
30066           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
30067           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
30068           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
30069           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
30070           !> utf8.c win32/Makefile
30071 ____________________________________________________________________________
30072 [  9903] By: jhi                                   on 2001/04/29  14:30:53
30073         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
30074              From: Prymmer/Kahn <pvhp@best.com>
30075              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
30076              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
30077      Branch: perl
30078            ! win32/Makefile
30079 ____________________________________________________________________________
30080 [  9902] By: jhi                                   on 2001/04/29  02:52:44
30081         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
30082              From: "Abigail" <abigail@foad.org>
30083              Date: Sun, 29 Apr 2001 03:14:25 +0200
30084              Message-ID: <20010429011425.24503.qmail@foad.org>
30085      Branch: perl
30086            ! ext/IO/lib/IO/Seekable.pm
30087 ____________________________________________________________________________
30088 [  9901] By: jhi                                   on 2001/04/29  02:04:46
30089         Log: In character classes one couldn't have 0x80..0xff characters
30090              at the left hand side if there were 0x100.. characters in the
30091              character class.
30092      Branch: perl
30093            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
30094            ! t/op/pat.t utf8.c
30095 ____________________________________________________________________________
30096 [  9900] By: jhi                                   on 2001/04/28  22:55:04
30097         Log: Forgot the latest mktables.PL from #9899.
30098      Branch: perl
30099            ! lib/unicode/mktables.PL
30100 ____________________________________________________________________________
30101 [  9899] By: jhi                                   on 2001/04/28  22:53:28
30102         Log: Explain the \p{} and \P{} error message better and
30103              have prettier prettyprint in In.pl.
30104      Branch: perl
30105            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
30106            ! pod/perldiag.pod
30107 ____________________________________________________________________________
30108 [  9898] By: jhi                                   on 2001/04/28  21:03:34
30109         Log: Add one possible explanation for the "Invalid [] range" error.
30110      Branch: perl
30111            ! pod/perldiag.pod
30112 ____________________________________________________________________________
30113 [  9897] By: jhi                                   on 2001/04/28  17:18:26
30114         Log: Add a level of indirection to the implementation of \p{InFoo}
30115              so that we don't have to have long filenames.  (Nothing changes
30116              in the user interface.)   The indirection is defined in
30117              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
30118              Also rename some the character classes by removing '-' from
30119              the classnames, and finally renamed Block.pl as Blocks.pl.
30120      Branch: perl
30121            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
30122            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
30123            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
30124            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
30125            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
30126            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
30127            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
30128            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
30129            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
30130            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
30131            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
30132            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
30133            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
30134            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
30135            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
30136            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
30137            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
30138            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
30139            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
30140            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
30141            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
30142            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
30143            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
30144            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
30145            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
30146            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
30147            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
30148            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
30149            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
30150            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
30151            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
30152            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
30153            + lib/unicode/In/94.pl lib/unicode/In/95.pl
30154            - lib/unicode/Block.pl
30155            - lib/unicode/In/AlphabeticPresentationForms.pl
30156            - lib/unicode/In/Arabic.pl
30157            - lib/unicode/In/ArabicPresentationForms-A.pl
30158            - lib/unicode/In/ArabicPresentationForms-B.pl
30159            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
30160            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
30161            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
30162            - lib/unicode/In/BopomofoExtended.pl
30163            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
30164            - lib/unicode/In/CJKCompatibility.pl
30165            - lib/unicode/In/CJKCompatibilityForms.pl
30166            - lib/unicode/In/CJKCompatibilityIdeographs.pl
30167            - lib/unicode/In/CJKRadicalsSupplement.pl
30168            - lib/unicode/In/CJKSymbolsandPunctuation.pl
30169            - lib/unicode/In/CJKUnifiedIdeographs.pl
30170            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
30171            - lib/unicode/In/Cherokee.pl
30172            - lib/unicode/In/CombiningDiacriticalMarks.pl
30173            - lib/unicode/In/CombiningHalfMarks.pl
30174            - lib/unicode/In/CombiningMarksforSymbols.pl
30175            - lib/unicode/In/ControlPictures.pl
30176            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
30177            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
30178            - lib/unicode/In/EnclosedAlphanumerics.pl
30179            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
30180            - lib/unicode/In/Ethiopic.pl
30181            - lib/unicode/In/GeneralPunctuation.pl
30182            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
30183            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
30184            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
30185            - lib/unicode/In/HalfwidthandFullwidthForms.pl
30186            - lib/unicode/In/HangulCompatibilityJamo.pl
30187            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
30188            - lib/unicode/In/Hebrew.pl
30189            - lib/unicode/In/HighPrivateUseSurrogates.pl
30190            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
30191            - lib/unicode/In/IPAExtensions.pl
30192            - lib/unicode/In/IdeographicDescriptionCharacters.pl
30193            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
30194            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
30195            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
30196            - lib/unicode/In/Latin-1Supplement.pl
30197            - lib/unicode/In/LatinExtended-A.pl
30198            - lib/unicode/In/LatinExtended-B.pl
30199            - lib/unicode/In/LatinExtendedAdditional.pl
30200            - lib/unicode/In/LetterlikeSymbols.pl
30201            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
30202            - lib/unicode/In/MathematicalOperators.pl
30203            - lib/unicode/In/MiscellaneousSymbols.pl
30204            - lib/unicode/In/MiscellaneousTechnical.pl
30205            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
30206            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
30207            - lib/unicode/In/OpticalCharacterRecognition.pl
30208            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
30209            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
30210            - lib/unicode/In/SmallFormVariants.pl
30211            - lib/unicode/In/SpacingModifierLetters.pl
30212            - lib/unicode/In/Specials.pl
30213            - lib/unicode/In/SuperscriptsandSubscripts.pl
30214            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
30215            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
30216            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
30217            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
30218            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
30219            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
30220            ! pod/perlunicode.pod
30221 ____________________________________________________________________________
30222 [  9896] By: jhi                                   on 2001/04/28  14:33:17
30223         Log: Update the information on shared library path on HP-UX.
30224      Branch: perl
30225            ! INSTALL
30226 ____________________________________________________________________________
30227 [  9895] By: jhi                                   on 2001/04/28  14:32:30
30228         Log: Because #9894 seems to do the trick, this workaround can be removed.
30229      Branch: perl
30230            ! t/lib/selfstubber.t
30231 ____________________________________________________________________________
30232 [  9894] By: jhi                                   on 2001/04/28  14:26:13
30233         Log: For PerlIO flush the children's file handles (on fork/exec/system).
30234      Branch: perl
30235            ! perl.h
30236 ____________________________________________________________________________
30237 [  9893] By: jhi                                   on 2001/04/28  14:23:15
30238         Log: Test tweak for #9891.
30239      Branch: perl
30240            ! t/lib/b-deparse.t
30241 ____________________________________________________________________________
30242 [  9892] By: jhi                                   on 2001/04/28  14:10:13
30243         Log: New HP-UX hints from Merijn.
30244      Branch: perl
30245            ! hints/hpux.sh
30246 ____________________________________________________________________________
30247 [  9891] By: jhi                                   on 2001/04/28  14:07:27
30248         Log: Subject: [PATCH B::Deparse] non-block scopes
30249              From: Robin Houston <robin@kitsite.com>
30250              Date: Fri, 27 Apr 2001 19:15:14 +0100
30251              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
30252      Branch: perl
30253            ! ext/B/B/Deparse.pm
30254 ____________________________________________________________________________
30255 [  9890] By: nick                                  on 2001/04/27  19:41:25
30256         Log: Integrate mainline
30257      Branch: perlio
30258           +> t/lib/selfstubber.t
30259           !> (integrate 50 files)
30260 ____________________________________________________________________________
30261 [  9889] By: jhi                                   on 2001/04/27  18:23:46
30262         Log: Subject: Re: selfstubber test fail on bleadperl
30263              From: Mike Guy <mjtg@cam.ac.uk>
30264              Date: Fri, 27 Apr 2001 19:31:18 +0100
30265              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
30266      Branch: perl
30267            ! t/lib/selfstubber.t
30268 ____________________________________________________________________________
30269 [  9888] By: jhi                                   on 2001/04/27  16:20:54
30270         Log: Test tweak for #9886.
30271      Branch: perl
30272            ! t/lib/b-deparse.t
30273 ____________________________________________________________________________
30274 [  9887] By: jhi                                   on 2001/04/27  16:16:33
30275         Log: Buffering issue at least in Solaris (even with perlio).
30276      Branch: perl
30277            ! t/lib/selfstubber.t
30278 ____________________________________________________________________________
30279 [  9886] By: jhi                                   on 2001/04/27  14:59:23
30280         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
30281              From: Robin Houston <robin@kitsite.com>
30282              Date: Fri, 27 Apr 2001 16:53:20 +0100
30283              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
30284      Branch: perl
30285            ! ext/B/B/Deparse.pm
30286 ____________________________________________________________________________
30287 [  9885] By: jhi                                   on 2001/04/27  14:23:51
30288         Log: Update Changes.
30289      Branch: perl
30290            ! Changes patchlevel.h
30291 ____________________________________________________________________________
30292 [  9884] By: jhi                                   on 2001/04/27  14:14:12
30293         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
30294              From: "Philip Newton" <pnewton@gmx.de>
30295              Date: Fri, 27 Apr 2001 16:40:13 +0200
30296              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
30297      Branch: perl
30298            ! pod/perldata.pod
30299 ____________________________________________________________________________
30300 [  9883] By: jhi                                   on 2001/04/27  13:28:19
30301         Log: Add LOG_PERROR; prettify the "removed".
30302      Branch: perl
30303            ! ext/Sys/Syslog/Syslog.xs
30304 ____________________________________________________________________________
30305 [  9882] By: jhi                                   on 2001/04/27  13:13:18
30306         Log: h2xs tweaks: use NV instead of double, "quote" the removed
30307              prefixes for clarity (especially when nothing is removed),
30308              slight pod reformats.
30309      Branch: perl
30310            ! utils/h2xs.PL
30311 ____________________________________________________________________________
30312 [  9881] By: jhi                                   on 2001/04/27  12:58:48
30313         Log: Don't bother creating existing directories.
30314      Branch: perl
30315            ! utils/h2xs.PL
30316 ____________________________________________________________________________
30317 [  9880] By: jhi                                   on 2001/04/27  12:45:39
30318         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
30319              From: Mike Schilli <m@perlmeister.com>
30320              Date: Wed, 25 Apr 2001 01:29:21 -0700
30321              Message-id: <3AE68AE1.6A981723@perlmeister.com>
30322      Branch: perl
30323            ! utils/h2xs.PL
30324 ____________________________________________________________________________
30325 [  9879] By: jhi                                   on 2001/04/27  12:40:55
30326         Log: break is not yet Perl.  Added the template license also to README.
30327      Branch: perl
30328            ! utils/h2xs.PL
30329 ____________________________________________________________________________
30330 [  9878] By: jhi                                   on 2001/04/27  03:08:20
30331         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
30332              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30333              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
30334              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
30335      Branch: perl
30336            ! t/lib/xs-typemap.t
30337 ____________________________________________________________________________
30338 [  9877] By: jhi                                   on 2001/04/26  23:54:40
30339         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
30340              From: "Abigail" <abigail@foad.org>
30341              Date: Fri, 27 Apr 2001 01:44:28 +0200
30342              Message-ID: <20010426234428.19786.qmail@foad.org>
30343      Branch: perl
30344            ! utils/h2xs.PL
30345 ____________________________________________________________________________
30346 [  9876] By: jhi                                   on 2001/04/26  23:52:06
30347         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
30348              From: Peter Prymmer <pvhp@forte.com>
30349              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
30350              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
30351      Branch: perl
30352            ! t/lib/selfstubber.t
30353 ____________________________________________________________________________
30354 [  9875] By: jhi                                   on 2001/04/26  23:48:10
30355         Log: Deparse nits.
30356      Branch: perl
30357            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
30358 ____________________________________________________________________________
30359 [  9874] By: jhi                                   on 2001/04/26  22:46:05
30360         Log: Document ANYOF_CLASS.
30361      Branch: perl
30362            ! regcomp.h
30363 ____________________________________________________________________________
30364 [  9873] By: jhi                                   on 2001/04/26  22:35:03
30365         Log: Subject: Re: [PATCH @9846] dumping ANYOF
30366              From: Hugo <hv@crypt.compulink.co.uk>
30367              Date: Thu, 26 Apr 2001 23:33:38 +0100
30368              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
30369      Branch: perl
30370            ! regcomp.c regcomp.h
30371 ____________________________________________________________________________
30372 [  9872] By: jhi                                   on 2001/04/26  22:34:31
30373         Log: Subject: [PATCH] more for Devel::SelfStubber
30374              From: Nicholas Clark <nick@ccl4.org>
30375              Date: Fri, 27 Apr 2001 00:13:52 +0100
30376              Message-ID: <20010427001351.K88186@plum.flirble.org>
30377      Branch: perl
30378            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
30379 ____________________________________________________________________________
30380 [  9871] By: jhi                                   on 2001/04/26  21:59:17
30381         Log: Subject: [PATCH B::Deparse] formats must be flush left
30382              From: Robin Houston <robin@kitsite.com>
30383              Date: Thu, 26 Apr 2001 23:54:29 +0100
30384              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
30385      Branch: perl
30386            ! ext/B/B/Deparse.pm
30387 ____________________________________________________________________________
30388 [  9870] By: jhi                                   on 2001/04/26  21:57:37
30389         Log: If some of the constants are prefixes of others,
30390              the prefixes may never get recognized.  (See 20010426.006.)
30391      Branch: perl
30392            ! utils/h2xs.PL
30393 ____________________________________________________________________________
30394 [  9869] By: jhi                                   on 2001/04/26  21:50:42
30395         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
30396              From: Chris Bongaarts <cab@tc.umn.edu>
30397              Date: Thu, 26 Apr 2001 17:10:31 -0500
30398              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
30399      Branch: perl
30400            ! ext/Sys/Syslog/Syslog.xs
30401 ____________________________________________________________________________
30402 [  9868] By: jhi                                   on 2001/04/26  21:35:12
30403         Log: Further cuts and more docs from Graham Barr.
30404      Branch: perl
30405            ! ext/List/Util/lib/List/Util.pm
30406            ! ext/List/Util/lib/Scalar/Util.pm
30407 ____________________________________________________________________________
30408 [  9867] By: jhi                                   on 2001/04/26  21:18:57
30409         Log: Subject: [PATCH 5.7.1] DB_File-1.77
30410              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
30411              Date: Thu, 26 Apr 2001 22:37:53 +0100
30412              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
30413      Branch: perl
30414            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30415            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
30416 ____________________________________________________________________________
30417 [  9866] By: jhi                                   on 2001/04/26  21:12:31
30418         Log: Subject: [PATCH B::Deparse] fix easy bugs
30419              From: Robin Houston <robin@kitsite.com>
30420              Date: Thu, 26 Apr 2001 23:03:33 +0100
30421              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
30422      Branch: perl
30423            ! ext/B/B/Deparse.pm
30424 ____________________________________________________________________________
30425 [  9865] By: jhi                                   on 2001/04/26  20:26:13
30426         Log: Update Changes.
30427      Branch: perl
30428            ! Changes patchlevel.h
30429 ____________________________________________________________________________
30430 [  9864] By: jhi                                   on 2001/04/26  19:27:48
30431         Log: Dethinko from Robin Houston.
30432      Branch: perl
30433            ! ext/B/B/Deparse.pm
30434 ____________________________________________________________________________
30435 [  9863] By: jhi                                   on 2001/04/26  19:10:35
30436         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
30437              From: Robin Houston <robin@kitsite.com>
30438              Date: Thu, 26 Apr 2001 21:08:32 +0100
30439              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
30440      Branch: perl
30441            ! ext/B/B/Deparse.pm
30442 ____________________________________________________________________________
30443 [  9862] By: jhi                                   on 2001/04/26  19:04:23
30444         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
30445              From: Robin Houston <robin@kitsite.com>
30446              Date: Thu, 26 Apr 2001 20:52:50 +0100
30447              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
30448      Branch: perl
30449            ! ext/B/B/Deparse.pm
30450 ____________________________________________________________________________
30451 [  9861] By: jhi                                   on 2001/04/26  18:56:14
30452         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
30453              From: Mike Guy <mjtg@cam.ac.uk>
30454              Date: Thu, 26 Apr 2001 14:22:40 +0100
30455              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
30456      Branch: perl
30457            ! pod/perlobj.pod
30458 ____________________________________________________________________________
30459 [  9860] By: jhi                                   on 2001/04/26  18:46:42
30460         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
30461              From: Robin Houston <robin@kitsite.com>
30462              Date: Thu, 26 Apr 2001 20:34:29 +0100
30463              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
30464              
30465              Hashes do not interpolate.
30466      Branch: perl
30467            ! ext/B/B/Deparse.pm
30468 ____________________________________________________________________________
30469 [  9859] By: jhi                                   on 2001/04/26  18:43:51
30470         Log: Subject: The Time::Piece conspiracy unmasked!!!
30471              From: Mike Guy <mjtg@cam.ac.uk>
30472              Date: Thu, 26 Apr 2001 19:02:50 +0100
30473              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
30474              
30475              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
30476              From: Mike Guy <mjtg@cam.ac.uk>
30477              Date: Thu, 26 Apr 2001 19:08:21 +0100
30478              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
30479              
30480              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
30481              From: Graham Barr <gbarr@pobox.com>
30482              Date: Thu, 26 Apr 2001 19:12:03 +0100
30483              Message-ID: <20010426191203.A70835@pobox.com>
30484              
30485              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
30486      Branch: perl
30487            ! ext/List/Util/lib/List/Util.pm
30488            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
30489 ____________________________________________________________________________
30490 [  9858] By: jhi                                   on 2001/04/26  18:17:42
30491         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
30492              From: Robin Houston <robin@kitsite.com>
30493              Date: Thu, 26 Apr 2001 16:09:35 +0100
30494              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
30495      Branch: perl
30496            ! t/comp/proto.t
30497 ____________________________________________________________________________
30498 [  9857] By: jhi                                   on 2001/04/26  18:04:59
30499         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
30500              From: barries <barries@slaysys.com>
30501              Date: Thu, 26 Apr 2001 12:01:10 -0400
30502              Message-ID: <20010426120110.E29698@jester.slaysys.com>
30503      Branch: perl
30504            ! pod/perldiag.pod
30505 ____________________________________________________________________________
30506 [  9856] By: jhi                                   on 2001/04/26  18:03:33
30507         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
30508              Date: Thu, 26 Apr 2001 17:13:41 +0100
30509              From: Robin Houston <robin@kitsite.com>
30510              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
30511              
30512              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
30513              From: Robin Houston <robin@kitsite.com>
30514              Date: Thu, 26 Apr 2001 18:44:29 +0100
30515              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
30516      Branch: perl
30517            ! ext/B/B/Deparse.pm
30518 ____________________________________________________________________________
30519 [  9855] By: jhi                                   on 2001/04/26  17:56:04
30520         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
30521              From: Robin Houston <robin@kitsite.com>
30522              Date: Thu, 26 Apr 2001 17:04:08 +0100
30523              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
30524      Branch: perl
30525            ! ext/B/B/Deparse.pm
30526 ____________________________________________________________________________
30527 [  9854] By: jhi                                   on 2001/04/26  17:47:26
30528         Log: Subject: Re: Short test case for undef %stash:: crash
30529              From: Benjamin Sugars <bsugars@canoe.ca> 
30530              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
30531              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
30532              Changed and moved the perldiag entry.
30533      Branch: perl
30534            ! gv.c pod/perldiag.pod
30535 ____________________________________________________________________________
30536 [  9853] By: jhi                                   on 2001/04/26  14:35:16
30537         Log: Beginnings of strptime().  Do not touch the wet paint.
30538      Branch: perl
30539            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
30540 ____________________________________________________________________________
30541 [  9852] By: jhi                                   on 2001/04/26  13:17:21
30542         Log: Retract #9851, core dumps from pod2man.
30543      Branch: perl
30544            ! regcomp.c
30545 ____________________________________________________________________________
30546 [  9851] By: jhi                                   on 2001/04/26  11:54:41
30547         Log: (Retracted by #9852.)
30548              
30549              Subject: [PATCH @9846] dumping ANYOF
30550              From: Hugo <hv@crypt.compulink.co.uk>
30551              Date: Thu, 26 Apr 2001 05:32:38 +0100
30552              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
30553      Branch: perl
30554            ! regcomp.c
30555 ____________________________________________________________________________
30556 [  9850] By: jhi                                   on 2001/04/26  02:34:44
30557         Log: If ccflags was empty the _previous_ $* containing all the
30558              environment variables and Configure variables was used,
30559              which lead, among other bad things, into $ccflags being your
30560              uname -a output, which lead into test compile with cc failing,
30561              which lead into gcc being selected, which didn't work that well
30562              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
30563              with large files, et cetera.
30564      Branch: perl
30565            ! hints/hpux.sh
30566 ____________________________________________________________________________
30567 [  9849] By: jhi                                   on 2001/04/26  01:44:57
30568         Log: Make selfstubber test more portable.
30569      Branch: perl
30570            ! t/lib/selfstubber.t
30571 ____________________________________________________________________________
30572 [  9848] By: jhi                                   on 2001/04/26  00:50:26
30573         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
30574              From: Benjamin Sugars <ben.sugars@home.com>
30575              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
30576              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
30577      Branch: perl
30578            ! ext/Cwd/Cwd.xs
30579 ____________________________________________________________________________
30580 [  9847] By: jhi                                   on 2001/04/26  00:46:58
30581         Log: Subject: [PATCH: perl@9841] VMS updates
30582              From: Peter Prymmer <pvhp@forte.com>
30583              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
30584              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
30585      Branch: perl
30586            ! README.vms configure.com vms/descrip_mms.template
30587            ! vms/ext/filespec.t
30588 ____________________________________________________________________________
30589 [  9846] By: jhi                                   on 2001/04/26  00:11:56
30590         Log: re 'debug' was broken by #9084.
30591      Branch: perl
30592            ! ext/re/re.xs
30593 ____________________________________________________________________________
30594 [  9845] By: jhi                                   on 2001/04/25  22:33:17
30595         Log: Subject: [PATCH] test for Devel::SelfStubber
30596              From: Nicholas Clark <nick@ccl4.org>
30597              Date: Thu, 26 Apr 2001 00:00:54 +0100
30598              Message-ID: <20010426000054.D89026@plum.flirble.org>
30599      Branch: perl
30600            + t/lib/selfstubber.t
30601            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
30602 ____________________________________________________________________________
30603 [  9844] By: jhi                                   on 2001/04/25  22:29:32
30604         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
30605              From: Paul Johnson <paul@pjcj.net>
30606              Date: Thu, 26 Apr 2001 00:46:08 +0200
30607              Message-ID: <20010426004608.H2338@pjcj.net>
30608      Branch: perl
30609            ! ext/B/B/Concise.pm
30610 ____________________________________________________________________________
30611 [  9843] By: jhi                                   on 2001/04/25  22:28:28
30612         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
30613              From: Peter Prymmer <pvhp@forte.com>
30614              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
30615              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
30616      Branch: perl
30617            ! ext/Cwd/Cwd.xs
30618 ____________________________________________________________________________
30619 [  9842] By: jhi                                   on 2001/04/25  20:58:12
30620         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
30621              From: John Peacock <jpeacock@rowman.com>
30622              Date: Wed, 25 Apr 2001 17:30:26 -0400
30623              Message-ID: <3AE741F2.B3217464@rowman.com>
30624      Branch: perl
30625            ! lib/Math/BigInt.pm t/lib/bigintpm.t
30626 ____________________________________________________________________________
30627 [  9841] By: jhi                                   on 2001/04/25  20:07:05
30628         Log: Update Changes.
30629      Branch: perl
30630            ! Changes patchlevel.h
30631 ____________________________________________________________________________
30632 [  9840] By: jhi                                   on 2001/04/25  19:56:51
30633         Log: Yet another HP-UX hints version from Merijn.
30634      Branch: perl
30635            ! hints/hpux.sh
30636 ____________________________________________________________________________
30637 [  9839] By: jhi                                   on 2001/04/25  19:53:04
30638         Log: abs_path() didn't terminate the filename correctly,
30639              in DIRNAMLENless systems like HP-UX this would fail.
30640      Branch: perl
30641            ! ext/Cwd/Cwd.xs
30642 ____________________________________________________________________________
30643 [  9838] By: jhi                                   on 2001/04/25  16:37:26
30644         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
30645              From: Mike Guy <mjtg@cam.ac.uk>
30646              Date: Wed, 25 Apr 2001 18:31:47 +0100
30647              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
30648      Branch: perl
30649            ! op.c
30650 ____________________________________________________________________________
30651 [  9837] By: jhi                                   on 2001/04/25  16:21:53
30652         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
30653              From: Jon Eveland <jweveland@yahoo.com>
30654              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
30655              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
30656      Branch: perl
30657            ! lib/perl5db.pl
30658 ____________________________________________________________________________
30659 [  9836] By: jhi                                   on 2001/04/25  14:17:50
30660         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
30661              From: "Philip Newton" <pnewton@gmx.de>
30662              Date: Wed, 25 Apr 2001 17:05:58 +0200
30663              Message-ID: <3AE703F6.3234.1833C45@localhost>
30664      Branch: perl
30665            ! Porting/patching.pod
30666 ____________________________________________________________________________
30667 [  9835] By: jhi                                   on 2001/04/25  13:58:07
30668         Log: It would seem that both ar and full_ar need to be overridden
30669              for HP-UX to avoid the GNU ar.
30670      Branch: perl
30671            ! hints/hpux.sh
30672 ____________________________________________________________________________
30673 [  9834] By: jhi                                   on 2001/04/25  13:50:40
30674         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
30675              From: "Philip Newton" <pnewton@gmx.de>
30676              Date: Wed, 25 Apr 2001 16:09:23 +0200
30677              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
30678              
30679              Detypo.
30680      Branch: perl
30681            ! t/op/misc.t
30682 ____________________________________________________________________________
30683 [  9833] By: jhi                                   on 2001/04/25  12:36:11
30684         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
30685      Branch: perl
30686            ! hints/hpux.sh
30687 ____________________________________________________________________________
30688 [  9832] By: jhi                                   on 2001/04/25  12:33:36
30689         Log: New version of HP-UX hints from Merijn.
30690      Branch: perl
30691            ! hints/hpux.sh
30692 ____________________________________________________________________________
30693 [  9831] By: jhi                                   on 2001/04/25  03:39:45
30694         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
30695      Branch: perl
30696            ! hints/hpux.sh
30697 ____________________________________________________________________________
30698 [  9830] By: jhi                                   on 2001/04/25  02:53:25
30699         Log: The tzname[] bit is not needed by util.c -- and causes
30700              heartburn in VMS (and it missing was probably the cause of
30701              the Mac OS X trouble).  Ouch.
30702      Branch: perl
30703            ! ext/POSIX/POSIX.xs util.c
30704 ____________________________________________________________________________
30705 [  9829] By: jhi                                   on 2001/04/25  00:10:06
30706         Log: Metaconfig unit change for #9828.
30707      Branch: metaconfig
30708            ! U/compline/ccflags.U
30709 ____________________________________________________________________________
30710 [  9828] By: jhi                                   on 2001/04/25  00:04:18
30711         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
30712              (which is actually the reason for the change, we need to pass
30713              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
30714              EP/IX, OS/2, and TitanOS, based on the hints files.
30715      Branch: perl
30716            ! Configure config_h.SH
30717 ____________________________________________________________________________
30718 [  9827] By: jhi                                   on 2001/04/24  23:49:20
30719         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
30720              the $cat must have an absolute path.
30721      Branch: perl
30722            ! makedepend.SH
30723 ____________________________________________________________________________
30724 [  9826] By: jhi                                   on 2001/04/24  23:40:53
30725         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
30726      Branch: perl
30727            ! README.amiga
30728 ____________________________________________________________________________
30729 [  9825] By: jhi                                   on 2001/04/24  23:35:35
30730         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
30731              From: "Philip Newton" <pnewton@gmx.de>
30732              Date: Tue, 24 Apr 2001 18:52:49 +0200
30733              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
30734      Branch: perl
30735            ! x2p/find2perl.PL
30736 ____________________________________________________________________________
30737 [  9824] By: jhi                                   on 2001/04/24  23:33:07
30738         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
30739              Some gcc specifics dropped out due to extensive rewriting;
30740              will be put back later as needed.
30741      Branch: perl
30742            ! hints/hpux.sh
30743 ____________________________________________________________________________
30744 [  9823] By: jhi                                   on 2001/04/24  23:27:57
30745         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
30746      Branch: perl
30747            ! ext/POSIX/POSIX.xs
30748 ____________________________________________________________________________
30749 [  9822] By: jhi                                   on 2001/04/24  23:25:21
30750         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
30751              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30752              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
30753              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
30754      Branch: perl
30755            ! ext/XS/Typemap/Typemap.xs
30756 ____________________________________________________________________________
30757 [  9821] By: jhi                                   on 2001/04/24  23:24:10
30758         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
30759              From: "Abigail" <abigail@foad.org>
30760              Date: Tue, 24 Apr 2001 23:12:03 +0200
30761              Message-ID: <20010424211203.7901.qmail@foad.org>
30762      Branch: perl
30763            ! pod/perlport.pod
30764 ____________________________________________________________________________
30765 [  9820] By: jhi                                   on 2001/04/24  23:23:15
30766         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
30767              From: Matt Sergeant <matt@sergeant.org>
30768              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
30769              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
30770      Branch: perl
30771            ! pod/perlfaq4.pod
30772 ____________________________________________________________________________
30773 [  9819] By: nick                                  on 2001/04/24  18:49:43
30774         Log: Integrate mainline.
30775      Branch: perlio
30776           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
30777           !> (integrate 37 files)
30778 ____________________________________________________________________________
30779 [  9818] By: jhi                                   on 2001/04/24  14:35:23
30780         Log: Update Changes.
30781      Branch: perl
30782            ! Changes patchlevel.h
30783 ____________________________________________________________________________
30784 [  9817] By: jhi                                   on 2001/04/24  14:09:17
30785         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
30786              From: "Philip Newton" <pnewton@gmx.de>
30787              Date: Tue, 24 Apr 2001 12:58:12 +0200
30788              Message-ID: <3AE57864.8304.B77A0A@localhost> 
30789              
30790              plus add CPAN to the list of modules that have their own tests.
30791      Branch: perl
30792            ! t/lib/1_compile.t
30793 ____________________________________________________________________________
30794 [  9816] By: jhi                                   on 2001/04/24  14:07:03
30795         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
30796              From: Michael G Schwern <schwern@pobox.com>
30797              Date: Sat, 21 Apr 2001 22:35:00 +0100
30798              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
30799      Branch: perl
30800            ! t/lib/1_compile.t
30801 ____________________________________________________________________________
30802 [  9815] By: jhi                                   on 2001/04/24  13:54:32
30803         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
30804              From: Robin Houston <robin@kitsite.com>
30805              Date: Tue, 24 Apr 2001 15:51:18 +0100
30806              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
30807      Branch: perl
30808            ! ext/B/B/Deparse.pm
30809 ____________________________________________________________________________
30810 [  9814] By: jhi                                   on 2001/04/24  13:17:34
30811         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30812              From: Bill Glicker <billg@burrelles.com>
30813              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
30814              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
30815      Branch: perl
30816            ! hints/svr5.sh
30817 ____________________________________________________________________________
30818 [  9813] By: jhi                                   on 2001/04/24  12:54:23
30819         Log: Prevent path disclosure (probing for existence of filenames)
30820              using suidperl; bug id 20010322.218.
30821      Branch: perl
30822            ! perl.c pod/perldiag.pod
30823 ____________________________________________________________________________
30824 [  9812] By: jhi                                   on 2001/04/24  12:08:36
30825         Log: Retract #9811.
30826      Branch: perl
30827            ! ext/POSIX/POSIX.xs
30828 ____________________________________________________________________________
30829 [  9811] By: jhi                                   on 2001/04/24  11:57:35
30830         Log: (Retracted by #9812.)
30831      Branch: perl
30832            ! ext/POSIX/POSIX.xs
30833 ____________________________________________________________________________
30834 [  9810] By: jhi                                   on 2001/04/24  03:32:35
30835         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
30836      Branch: perl
30837            ! util.c
30838 ____________________________________________________________________________
30839 [  9809] By: jhi                                   on 2001/04/24  03:16:13
30840         Log: The Math::BigFloat::import() was broken.
30841              (Fixes bug id 20010422.002.)
30842      Branch: perl
30843            ! lib/Math/BigFloat.pm
30844 ____________________________________________________________________________
30845 [  9808] By: jhi                                   on 2001/04/24  01:11:40
30846         Log: Additional dependencies; should help for parallel makes
30847              not to fail on missing lib/lib.pm or lib/re.pm.
30848      Branch: perl
30849            ! Makefile.SH
30850 ____________________________________________________________________________
30851 [  9807] By: jhi                                   on 2001/04/24  00:57:01
30852         Log: Update the test failure disclaimer.
30853      Branch: perl
30854            ! t/pragma/warn/pp_hot
30855 ____________________________________________________________________________
30856 [  9806] By: jhi                                   on 2001/04/24  00:54:04
30857         Log: Add make target "install-all" which is alias for "install"
30858              to cater for case-preserving filesystems like HFS+.
30859      Branch: perl
30860            ! INSTALL Makefile.SH
30861 ____________________________________________________________________________
30862 [  9805] By: jhi                                   on 2001/04/24  00:47:28
30863         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
30864              From: Peter Prymmer <pvhp@forte.com>
30865              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
30866              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
30867              
30868              (Ken William's message forwarded from macosx@perl.org)
30869      Branch: perl
30870            ! hints/darwin.sh
30871 ____________________________________________________________________________
30872 [  9804] By: jhi                                   on 2001/04/23  23:57:35
30873         Log: Cut-and-pasto.
30874      Branch: perl
30875            ! perlio.c
30876 ____________________________________________________________________________
30877 [  9803] By: jhi                                   on 2001/04/23  23:52:25
30878         Log: More PerlIO robustness.
30879      Branch: perl
30880            ! perlio.c
30881 ____________________________________________________________________________
30882 [  9802] By: jhi                                   on 2001/04/23  23:43:35
30883         Log: Make the "STD* opened only for ..." errors more consistent.
30884      Branch: perl
30885            ! doio.c
30886 ____________________________________________________________________________
30887 [  9801] By: jhi                                   on 2001/04/23  23:34:26
30888         Log: Test case for #9800.
30889      Branch: perl
30890            ! t/op/misc.t
30891 ____________________________________________________________________________
30892 [  9800] By: jhi                                   on 2001/04/23  23:14:43
30893         Log: Avoid coredump on 'close STDERR; die' by making
30894              the PerlIO calls more robust.  Also use SETERRNO()
30895              instead of errno = to be more VMS-ready.
30896      Branch: perl
30897            ! perlio.c
30898 ____________________________________________________________________________
30899 [  9799] By: jhi                                   on 2001/04/23  21:41:10
30900         Log: Subject: test for ID 20010423.002
30901              From: Robin Houston <robin@kitsite.com>
30902              Date: Mon, 23 Apr 2001 16:52:21 +0100
30903              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
30904      Branch: perl
30905            ! t/op/avhv.t
30906 ____________________________________________________________________________
30907 [  9798] By: jhi                                   on 2001/04/23  21:40:07
30908         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
30909              From: David Dyck <dcd@tc.fluke.com>
30910              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
30911              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
30912      Branch: perl
30913            ! installperl
30914 ____________________________________________________________________________
30915 [  9797] By: jhi                                   on 2001/04/23  21:37:56
30916         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
30917              From: Benjamin Sugars <bsugars@canoe.ca>
30918              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
30919              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
30920      Branch: perl
30921            ! ext/Cwd/Cwd.xs lib/Cwd.pm
30922 ____________________________________________________________________________
30923 [  9796] By: jhi                                   on 2001/04/23  21:29:24
30924         Log: Synchronize h2xs and pod2man some more on the documentation
30925              templates they propose.
30926      Branch: perl
30927            ! pod/pod2man.PL utils/h2xs.PL
30928 ____________________________________________________________________________
30929 [  9795] By: jhi                                   on 2001/04/23  17:30:40
30930         Log: Add one more naughty test for base64; make encoding logic cleaner.
30931      Branch: perl
30932            ! t/lib/mimeb64.t
30933 ____________________________________________________________________________
30934 [  9794] By: jhi                                   on 2001/04/23  13:51:32
30935         Log: Update Changes.
30936      Branch: perl
30937            ! Changes patchlevel.h
30938 ____________________________________________________________________________
30939 [  9793] By: jhi                                   on 2001/04/23  13:44:18
30940         Log: Duplicate lines.
30941      Branch: perl
30942            ! MANIFEST
30943 ____________________________________________________________________________
30944 [  9792] By: jhi                                   on 2001/04/23  13:39:13
30945         Log: Subject: Re: PATCH 5.7.1
30946              From: Mark-Jason Dominus <mjd@plover.com>
30947              Date: Mon, 23 Apr 2001 10:30:21 -0400
30948              Message-ID: <20010423143021.17335.qmail@plover.com>
30949      Branch: perl
30950            ! perl.h sv.c
30951 ____________________________________________________________________________
30952 [  9791] By: jhi                                   on 2001/04/23  13:32:40
30953         Log: Add the CPAN.pm 1.59_54 tests.
30954      Branch: perl
30955            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
30956            ! MANIFEST
30957 ____________________________________________________________________________
30958 [  9790] By: jhi                                   on 2001/04/23  13:21:55
30959         Log: Subject: Deparse nit
30960              From: Robin Houston <robin@kitsite.com>
30961              Date: Mon, 23 Apr 2001 12:38:20 +0100
30962              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
30963      Branch: perl
30964            ! ext/B/B/Deparse.pm
30965 ____________________________________________________________________________
30966 [  9789] By: jhi                                   on 2001/04/23  13:19:07
30967         Log: Subject: [PATCH] bug 20010423.002
30968              From: Robin Houston <robin@kitsite.com>
30969              Date: Mon, 23 Apr 2001 13:12:30 +0100
30970              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
30971      Branch: perl
30972            ! pp.c
30973 ____________________________________________________________________________
30974 [  9788] By: jhi                                   on 2001/04/23  13:02:49
30975         Log: Subject: PATCH [5.7.1] hv.c unused #define
30976              From: Mark-Jason Dominus <mjd@plover.com>
30977              Date: Sun, 22 Apr 2001 14:17:49 -0400
30978              Message-ID: <20010422181749.26976.qmail@plover.com>
30979      Branch: perl
30980            ! hv.c
30981 ____________________________________________________________________________
30982 [  9787] By: jhi                                   on 2001/04/23  13:02:02
30983         Log: Subject: PATCH 5.7.1
30984              From: Mark-Jason Dominus <mjd@plover.com>
30985              Date: Sun, 22 Apr 2001 15:12:57 -0400
30986              Message-ID: <20010422191258.6539.qmail@plover.com>
30987              
30988              plus Sarathy's STMT_START + STMT_END suggestion.
30989      Branch: perl
30990            ! perl.h
30991 ____________________________________________________________________________
30992 [  9786] By: jhi                                   on 2001/04/23  12:53:25
30993         Log: Fix for
30994              
30995              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
30996              From: dLux <dlux@spam.sch.bme.hu>
30997              Date: Mon, 23 Apr 2001 01:25:26 +0200
30998              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
30999              
31000              (SvGROW really does return a char *.)
31001      Branch: perl
31002            ! pod/perlapi.pod sv.h
31003 ____________________________________________________________________________
31004 [  9785] By: jhi                                   on 2001/04/23  04:34:04
31005         Log: Time::Piece work continues.  $t->day removed since
31006              I think it's too confusing.  Now has normal and
31007              abbreviated length weekday names and month names,
31008              the names change with _names(), not _list().
31009              Now has strftime() in Perl, _strftime() is
31010              the libc version (to which strftime() falls back
31011              if it doesn't know the format.  To do: the reverse
31012              of strftime, strptime(), and the localisation of both.
31013      Branch: perl
31014            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
31015            ! t/lib/time-piece.t
31016 ____________________________________________________________________________
31017 [  9784] By: jhi                                   on 2001/04/23  02:41:46
31018         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
31019              From: andreas.koenig@anima.de (Andreas J. Koenig)
31020              Date: 23 Apr 2001 05:20:55 +0200
31021              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
31022      Branch: perl
31023            ! t/pragma/overload.t
31024 ____________________________________________________________________________
31025 [  9783] By: jhi                                   on 2001/04/22  23:32:42
31026         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
31027              From: Robin Houston <robin@kitsite.com>
31028              Date: Mon, 23 Apr 2001 00:38:18 +0100
31029              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
31030      Branch: perl
31031            ! ext/B/B/Deparse.pm
31032 ____________________________________________________________________________
31033 [  9782] By: jhi                                   on 2001/04/22  20:55:43
31034         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
31035              From: Simon Cozens <simon@netthink.co.uk>
31036              Date: Sun, 22 Apr 2001 18:47:25 +0100
31037              Message-ID: <20010422184725.A14411@netthink.co.uk>
31038      Branch: perl
31039            ! sv.c t/pragma/overload.t
31040 ____________________________________________________________________________
31041 [  9781] By: jhi                                   on 2001/04/22  20:52:13
31042         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
31043              From: Robin Houston <robin@kitsite.com>
31044              Date: Sun, 22 Apr 2001 22:14:50 +0100
31045              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
31046      Branch: perl
31047            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
31048 ____________________________________________________________________________
31049 [  9780] By: nick                                  on 2001/04/22  20:40:31
31050         Log: Integrate mainline.
31051      Branch: perlio
31052           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
31053           +> t/lib/b-stash.t
31054           !> (integrate 38 files)
31055 ____________________________________________________________________________
31056 [  9779] By: jhi                                   on 2001/04/22  15:16:03
31057         Log: Subject: IO::Socket::INET patch
31058              From: andrew deryabin <djsf@technarchy.ru>
31059              Date: Sat, 21 Apr 2001 17:46:52 +0400
31060              Message-ID: <20010421174652.B1426@technarchy>
31061      Branch: perl
31062            ! ext/IO/lib/IO/Socket/INET.pm
31063 ____________________________________________________________________________
31064 [  9778] By: jhi                                   on 2001/04/22  15:14:33
31065         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
31066              From: Mark-Jason Dominus <mjd@plover.com>
31067              Date: Sat, 21 Apr 2001 21:27:49 -0400
31068              Message-ID: <20010422012749.27024.qmail@plover.com>
31069      Branch: perl
31070            ! regcomp.c
31071 ____________________________________________________________________________
31072 [  9777] By: jhi                                   on 2001/04/22  15:10:51
31073         Log: Subject: Re: Regex debugger patch 
31074              From: Mark-Jason Dominus <mjd@plover.com>
31075              Date: Sat, 21 Apr 2001 21:48:51 -0400
31076              Message-ID: <20010422014851.27165.qmail@plover.com>
31077      Branch: perl
31078            ! pod/perldebguts.pod
31079 ____________________________________________________________________________
31080 [  9776] By: jhi                                   on 2001/04/22  15:09:48
31081         Log: Subject: Re: Regex debugger patch
31082              From: Mark-Jason Dominus <mjd@plover.com>
31083              Date: Sat, 21 Apr 2001 14:24:39 -0400
31084              Message-ID: <20010421182439.16508.qmail@plover.com>
31085              
31086              Regex debugger backend.
31087      Branch: perl
31088            ! regcomp.c regexp.h
31089 ____________________________________________________________________________
31090 [  9775] By: jhi                                   on 2001/04/21  16:45:40
31091         Log: Subject: [PATCH] Typo in utf8.h
31092              From: Jesús Quiroga <jquiroga@pobox.com>
31093              Date: Sat, 21 Apr 2001 19:25:33 +0200
31094              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
31095      Branch: perl
31096            ! utf8.h
31097 ____________________________________________________________________________
31098 [  9774] By: jhi                                   on 2001/04/21  16:43:52
31099         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31100              From: Joe Orton <jorton@redhat.com>
31101              Date: Tue, 17 Apr 2001 15:50:43 +0100
31102              Message-Id: <20010417155043.D19132@eu.c2.net>
31103      Branch: perl
31104            ! hints/svr5.sh
31105 ____________________________________________________________________________
31106 [  9773] By: jhi                                   on 2001/04/21  15:30:15
31107         Log: Subject: Patch utils/h2xs.PL
31108              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31109              Date: Sat, 21 Apr 2001 10:32:16 -0500
31110              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
31111              
31112              Add MAILING list and LICENSE templates.
31113      Branch: perl
31114            ! utils/h2xs.PL
31115 ____________________________________________________________________________
31116 [  9772] By: jhi                                   on 2001/04/21  15:28:36
31117         Log: Subject: perlfaq2.patch for 5.7.1
31118              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31119              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
31120              Date: Fri, 20 Apr 2001 16:42:19 -0500
31121              
31122              rm an extra tab, a blurb about the xx.cpan to clarify
31123              which countries actually have that and dejanews is history
31124              as well as most of that nonsensical entry.
31125      Branch: perl
31126            ! pod/perlfaq2.pod
31127 ____________________________________________________________________________
31128 [  9771] By: jhi                                   on 2001/04/21  15:27:17
31129         Log: Subject: perlfaq1.patch for 5.7.1
31130              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31131              Date: Fri, 20 Apr 2001 16:57:36 -0500
31132              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
31133              
31134              Evil URLs must die. Especially when they are broken.
31135      Branch: perl
31136            ! pod/perlfaq1.pod
31137 ____________________________________________________________________________
31138 [  9770] By: jhi                                   on 2001/04/21  15:23:38
31139         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
31140              From: Michael G Schwern <schwern@pobox.com>
31141              Date: Sat, 21 Apr 2001 16:11:12 +0100
31142              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
31143      Branch: perl
31144            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
31145            + t/lib/b-stash.t
31146            ! MANIFEST ext/B/B.pm t/lib/b.t
31147 ____________________________________________________________________________
31148 [  9769] By: jhi                                   on 2001/04/21  15:03:32
31149         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
31150              From: Michael G Schwern <schwern@pobox.com>
31151              Date: Sat, 21 Apr 2001 09:48:00 +0100
31152              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
31153      Branch: perl
31154            ! utils/h2ph.PL
31155 ____________________________________________________________________________
31156 [  9768] By: jhi                                   on 2001/04/21  14:33:49
31157         Log: PerlIO and Encode doc cleanup and tweaks.
31158      Branch: perl
31159            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
31160            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
31161 ____________________________________________________________________________
31162 [  9767] By: jhi                                   on 2001/04/21  12:40:16
31163         Log: Integrate perlio.
31164      Branch: perl
31165           !> doio.c
31166 ____________________________________________________________________________
31167 [  9766] By: nick                                  on 2001/04/20  18:28:35
31168         Log: Avoid core dump on
31169              open(STDOUT,">",\$foo);
31170      Branch: perlio
31171            ! doio.c
31172 ____________________________________________________________________________
31173 [  9765] By: jhi                                   on 2001/04/20  13:23:43
31174         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
31175              From: Robin Houston <robin@kitsite.com>
31176              Date: Fri, 20 Apr 2001 14:29:22 +0100
31177              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
31178      Branch: perl
31179            ! ext/B/B.pm ext/B/B/Deparse.pm
31180 ____________________________________________________________________________
31181 [  9764] By: jhi                                   on 2001/04/20  13:19:33
31182         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
31183              From: Peter Prymmer <pvhp@forte.com>
31184              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
31185              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
31186      Branch: perl
31187            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
31188            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
31189            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
31190            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
31191 ____________________________________________________________________________
31192 [  9763] By: jhi                                   on 2001/04/20  12:36:39
31193         Log: Subject: Re: A new PerlIO coredump
31194              From: Nick Ing-Simmons <nik@tiuk.ti.com>
31195              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
31196              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
31197      Branch: perl
31198            ! doio.c
31199 ____________________________________________________________________________
31200 [  9762] By: jhi                                   on 2001/04/19  23:02:30
31201         Log: Update Changes.
31202      Branch: perl
31203            ! Changes patchlevel.h
31204 ____________________________________________________________________________
31205 [  9761] By: jhi                                   on 2001/04/19  22:59:19
31206         Log: More cleanup cleanup.
31207      Branch: perl
31208            ! Makefile.SH win32/Makefile win32/makefile.mk
31209 ____________________________________________________________________________
31210 [  9760] By: jhi                                   on 2001/04/19  22:50:31
31211         Log: lib/Time is non-empty, let's not rmdir it.
31212      Branch: perl
31213            ! Makefile.SH
31214 ____________________________________________________________________________
31215 [  9759] By: jhi                                   on 2001/04/19  22:36:51
31216         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
31217              From: Robin Houston <robin@kitsite.com>
31218              Date: Fri, 20 Apr 2001 00:18:53 +0100
31219              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
31220      Branch: perl
31221            ! ext/B/B/Deparse.pm
31222 ____________________________________________________________________________
31223 [  9758] By: jhi                                   on 2001/04/19  22:36:00
31224         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
31225              From: Peter Prymmer <pvhp@forte.com>
31226              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
31227              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
31228      Branch: perl
31229            ! ext/Cwd/Cwd.xs
31230 ____________________________________________________________________________
31231 [  9757] By: nick                                  on 2001/04/19  18:53:54
31232         Log: Blind (untested) integrate of mainline.
31233      Branch: perlio
31234           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
31235           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
31236           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
31237           !> (integrate 53 files)
31238 ____________________________________________________________________________
31239 [  9756] By: jhi                                   on 2001/04/19  16:59:23
31240         Log: Document and test Time::Piece.
31241      Branch: perl
31242            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
31243            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
31244 ____________________________________________________________________________
31245 [  9755] By: jhi                                   on 2001/04/19  12:13:29
31246         Log: A better fix for the \x{12345678} trouble from NI-S.
31247      Branch: perl
31248            ! utf8.c
31249 ____________________________________________________________________________
31250 [  9754] By: jhi                                   on 2001/04/19  11:56:07
31251         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
31252              From: Robin Houston <robin@kitsite.com>
31253              Date: Wed, 18 Apr 2001 17:58:33 +0100
31254              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
31255      Branch: perl
31256            ! ext/B/B/Deparse.pm op.c
31257 ____________________________________________________________________________
31258 [  9753] By: jhi                                   on 2001/04/19  04:21:52
31259         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
31260              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
31261              Date: Thu, 19 Apr 2001 01:11:41 -0400
31262              Message-ID: <20010419011141.A5798@cpan.org>
31263      Branch: perl
31264            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
31265 ____________________________________________________________________________
31266 [  9752] By: jhi                                   on 2001/04/19  02:41:10
31267         Log: The new time utils need to be thread-aware, too.
31268      Branch: perl
31269            ! util.c
31270 ____________________________________________________________________________
31271 [  9751] By: jhi                                   on 2001/04/19  02:26:47
31272         Log: Compilation nit noticed by AIX compiler.
31273      Branch: perl
31274            ! perlio.c
31275 ____________________________________________________________________________
31276 [  9750] By: jhi                                   on 2001/04/19  02:20:06
31277         Log: The new time utils need to be public.
31278      Branch: perl
31279            ! embed.pl
31280 ____________________________________________________________________________
31281 [  9749] By: jhi                                   on 2001/04/19  01:42:39
31282         Log: Regen toc.
31283      Branch: perl
31284            ! pod/perltoc.pod
31285 ____________________________________________________________________________
31286 [  9748] By: jhi                                   on 2001/04/19  01:41:10
31287         Log: Add Time::Piece, a slight rewrite of Time::Object,
31288              from Matt Sergeant.
31289      Branch: perl
31290            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
31291            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
31292            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
31293            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
31294            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
31295            ! win32/makefile.mk
31296 ____________________________________________________________________________
31297 [  9747] By: jhi                                   on 2001/04/19  00:55:35
31298         Log: The new metaconfig unit from strftime.
31299      Branch: metaconfig/U/perl
31300            + d_strftime.U
31301 ____________________________________________________________________________
31302 [  9746] By: jhi                                   on 2001/04/19  00:54:54
31303         Log: Move the strftime() wrapper from POSIX.xs to util.c
31304              as my_strftime(), requires HAS_STRFTIME.
31305      Branch: perl
31306            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31307            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
31308            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
31309            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31310            ! vos/config.ga.h win32/config.bc win32/config.gc
31311            ! win32/config.vc
31312 ____________________________________________________________________________
31313 [  9745] By: jhi                                   on 2001/04/18  23:11:03
31314         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
31315              in preparation of Time::Piece.
31316      Branch: perl
31317            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
31318 ____________________________________________________________________________
31319 [  9744] By: jhi                                   on 2001/04/18  22:33:12
31320         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
31321              From: Peter Prymmer <pvhp@forte.com>
31322              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
31323              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
31324      Branch: perl
31325            ! t/lib/exporter.t
31326 ____________________________________________________________________________
31327 [  9743] By: jhi                                   on 2001/04/18  22:32:23
31328         Log: Subject: Fwd: pod2html leaves cache files lying around?
31329              From: Rajesh Vaidheeswarran <rv@gnu.org>
31330              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
31331              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
31332      Branch: perl
31333            ! lib/Pod/Html.pm
31334 ____________________________________________________________________________
31335 [  9742] By: jhi                                   on 2001/04/18  20:31:49
31336         Log: Update Changes.
31337      Branch: perl
31338            ! Changes patchlevel.h
31339 ____________________________________________________________________________
31340 [  9741] By: jhi                                   on 2001/04/18  20:23:02
31341         Log: Declare hints only if needed.
31342      Branch: perl
31343            ! ext/B/B/Deparse.pm
31344 ____________________________________________________________________________
31345 [  9740] By: jhi                                   on 2001/04/18  19:06:05
31346         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
31347              bug noticed by Robin Houston; basically the code of detecting
31348              value wraparound was acting differently under different compilers
31349              and platforms.  The workaround is to remove the overflow check
31350              for now, a real fix would be to do the overflow (portably) right.
31351      Branch: perl
31352            ! t/op/pat.t utf8.c
31353 ____________________________________________________________________________
31354 [  9739] By: jhi                                   on 2001/04/18  19:01:23
31355         Log: Subject: [PATCH B::Deparse] some pragma support
31356              From: Robin Houston <robin@kitsite.com>
31357              Date: Wed, 18 Apr 2001 19:32:12 +0100
31358              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
31359      Branch: perl
31360            ! ext/B/B/Deparse.pm
31361 ____________________________________________________________________________
31362 [  9738] By: jhi                                   on 2001/04/18  15:16:37
31363         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
31364              From: Benjamin Sugars <bsugars@canoe.ca>
31365              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
31366              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
31367      Branch: perl
31368            ! t/op/glob.t
31369 ____________________________________________________________________________
31370 [  9737] By: jhi                                   on 2001/04/18  13:24:50
31371         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
31372              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31373              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
31374              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
31375      Branch: perl
31376            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
31377            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
31378 ____________________________________________________________________________
31379 [  9736] By: jhi                                   on 2001/04/18  04:15:14
31380         Log: The #9735 also changes the subtest 12.
31381      Branch: perl
31382            ! t/lib/b.t
31383 ____________________________________________________________________________
31384 [  9735] By: jhi                                   on 2001/04/18  03:55:17
31385         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
31386              From: David Dyck <dcd@tc.fluke.com>
31387              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
31388              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
31389      Branch: perl
31390            ! ext/B/B/Deparse.pm
31391 ____________________________________________________________________________
31392 [  9734] By: jhi                                   on 2001/04/18  03:54:11
31393         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
31394              From: Gisle Aas <gisle@ActiveState.com>
31395              Date: 17 Apr 2001 19:06:45 -0700
31396              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
31397      Branch: perl
31398            ! pp_hot.c t/op/misc.t
31399 ____________________________________________________________________________
31400 [  9733] By: jhi                                   on 2001/04/17  22:25:22
31401         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
31402              From: "Abigail" <abigail@foad.org>
31403              Date: Wed, 18 Apr 2001 01:17:46 +0200
31404              Message-ID: <20010417231746.21657.qmail@foad.org>
31405      Branch: perl
31406            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
31407 ____________________________________________________________________________
31408 [  9732] By: jhi                                   on 2001/04/17  20:47:56
31409         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
31410              From: Robin Houston <robin@kitsite.com>
31411              Date: Tue, 17 Apr 2001 22:37:42 +0100
31412              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
31413      Branch: perl
31414            ! ext/B/B/Deparse.pm
31415 ____________________________________________________________________________
31416 [  9731] By: nick                                  on 2001/04/17  20:46:35
31417         Log: Re-sync for t/lib/b.t fix
31418      Branch: perlio
31419           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
31420 ____________________________________________________________________________
31421 [  9730] By: jhi                                   on 2001/04/17  20:45:29
31422         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
31423              From: Robin Houston <robin@kitsite.com>
31424              Date: Tue, 17 Apr 2001 22:29:36 +0100
31425              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
31426      Branch: perl
31427            ! ext/B/B.xs ext/B/B/Deparse.pm
31428 ____________________________________________________________________________
31429 [  9729] By: jhi                                   on 2001/04/17  20:43:11
31430         Log: Subject: Deparse - parenthesise args to undeclared subs
31431              From: Robin Houston <robin@kitsite.com>
31432              Date: Tue, 17 Apr 2001 21:31:05 +0100
31433              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
31434      Branch: perl
31435            ! ext/B/B/Deparse.pm
31436 ____________________________________________________________________________
31437 [  9728] By: jhi                                   on 2001/04/17  18:57:30
31438         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
31439              From: Benjamin Sugars <ben.sugars@home.com>
31440              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
31441              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
31442      Branch: perl
31443            ! t/lib/cwd.t
31444 ____________________________________________________________________________
31445 [  9727] By: jhi                                   on 2001/04/17  18:20:20
31446         Log: Subject: [PATCH B::Deparse] ambient pragmas
31447              From: Robin Houston <robin@kitsite.com>
31448              Date: Tue, 17 Apr 2001 20:01:59 +0100
31449              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
31450      Branch: perl
31451            ! ext/B/B/Deparse.pm t/lib/b.t
31452 ____________________________________________________________________________
31453 [  9726] By: nick                                  on 2001/04/17  16:33:51
31454         Log: Integrate mainline (t/lib/b.t fails test 2...)
31455      Branch: perlio
31456           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
31457           +> ext/List/Util/README ext/List/Util/Util.xs
31458           +> ext/List/Util/lib/List/Util.pm
31459           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
31460           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
31461           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
31462           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
31463           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
31464           !> (integrate 31 files)
31465 ____________________________________________________________________________
31466 [  9725] By: jhi                                   on 2001/04/17  12:14:24
31467         Log: Subject: multiple B::* changes
31468              From: Robin Houston <robin@kitsite.com>
31469              Date: Thu, 12 Apr 2001 20:12:27 +0100
31470              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
31471      Branch: perl
31472            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
31473 ____________________________________________________________________________
31474 [  9724] By: jhi                                   on 2001/04/17  11:59:05
31475         Log: Thread-awareness from Doug MacEachern.
31476      Branch: perl
31477            ! ext/List/Util/Util.xs
31478 ____________________________________________________________________________
31479 [  9723] By: jhi                                   on 2001/04/17  11:57:41
31480         Log: Make the test more portable.
31481      Branch: perl
31482            ! t/lib/cwd.t
31483 ____________________________________________________________________________
31484 [  9722] By: jhi                                   on 2001/04/17  11:53:50
31485         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
31486              From: Benjamin Sugars <ben.sugars@home.com>
31487              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
31488              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
31489      Branch: perl
31490            ! t/lib/cwd.t
31491 ____________________________________________________________________________
31492 [  9721] By: jhi                                   on 2001/04/17  11:52:17
31493         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
31494              From: Benjamin Sugars <bsugars@canoe.ca>
31495              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
31496              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
31497      Branch: perl
31498            ! op.c
31499 ____________________________________________________________________________
31500 [  9720] By: jhi                                   on 2001/04/17  11:35:42
31501         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
31502              From: Chris Nandor <pudge@pobox.com>
31503              Date: Tue, 17 Apr 2001 00:30:49 -0400
31504              Message-Id: <p05100207b701768712de@[10.0.1.177]>
31505      Branch: perl
31506            ! ext/File/Glob/bsd_glob.c gv.c
31507 ____________________________________________________________________________
31508 [  9719] By: jhi                                   on 2001/04/17  11:32:13
31509         Log: Subject: [PATCH] Tweten->West
31510              From: Casey West <casey@geeknest.com>
31511              Date: Mon, 16 Apr 2001 12:11:22 -0400
31512              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
31513      Branch: perl
31514            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
31515            ! pod/perltie.pod
31516 ____________________________________________________________________________
31517 [  9718] By: jhi                                   on 2001/04/16  03:22:52
31518         Log: Update Changes.
31519      Branch: perl
31520            ! Changes patchlevel.h
31521 ____________________________________________________________________________
31522 [  9717] By: jhi                                   on 2001/04/16  03:06:28
31523         Log: Regen toc.
31524      Branch: perl
31525            ! pod/perltoc.pod
31526 ____________________________________________________________________________
31527 [  9716] By: jhi                                   on 2001/04/16  02:58:42
31528         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
31529              From: Prymmer/Kahn <pvhp@best.com>
31530              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
31531              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
31532      Branch: perl
31533            ! utf8.c
31534 ____________________________________________________________________________
31535 [  9715] By: jhi                                   on 2001/04/15  23:40:35
31536         Log: Subject: Re: Net::Ping patch, adds stream protocol
31537              From: bronson@rinspin.com (Scott Bronson)
31538              Date: Tue, 10 Apr 2001 23:58:33 -0700
31539              Message-ID: <20010410235833.N29719@rinspin.com>
31540      Branch: perl
31541            ! lib/Net/Ping.pm
31542 ____________________________________________________________________________
31543 [  9714] By: jhi                                   on 2001/04/15  23:31:46
31544         Log: Printing out the ok messages helps successful testing.
31545      Branch: perl
31546            ! t/lib/time-hires.t
31547 ____________________________________________________________________________
31548 [  9713] By: jhi                                   on 2001/04/15  21:43:24
31549         Log: Update Douglas Wegscheid's email.
31550      Branch: perl
31551            ! AUTHORS
31552 ____________________________________________________________________________
31553 [  9712] By: jhi                                   on 2001/04/15  21:40:41
31554         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
31555              From: Michael G Schwern <schwern@pobox.com>
31556              Date: Sat, 14 Apr 2001 22:40:50 +0100
31557              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
31558      Branch: perl
31559            + t/lib/exporter.t
31560            ! MANIFEST lib/Exporter/Heavy.pm
31561 ____________________________________________________________________________
31562 [  9711] By: jhi                                   on 2001/04/15  21:39:21
31563         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
31564              From: Michael G Schwern <schwern@pobox.com>
31565              Date: Sat, 14 Apr 2001 22:13:59 +0100
31566              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
31567      Branch: perl
31568            ! t/op/loopctl.t
31569 ____________________________________________________________________________
31570 [  9710] By: jhi                                   on 2001/04/15  21:30:19
31571         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
31572              From: Michael G Schwern <schwern@pobox.com>
31573              Date: Sat, 14 Apr 2001 22:05:32 +0100
31574              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
31575      Branch: perl
31576            ! t/pragma/warnings.t
31577 ____________________________________________________________________________
31578 [  9709] By: jhi                                   on 2001/04/15  19:34:09
31579         Log: Integrate changes #9706,9707 from maintperl into mainline.
31580              
31581              change#7210 broke .packlist generation
31582              
31583              ExtUtils::Installed doesn't quote regex metacharacters in paths
31584              before using them in match; also make it work for dosish platforms
31585      Branch: perl
31586           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
31587 ____________________________________________________________________________
31588 [  9708] By: jhi                                   on 2001/04/15  19:31:01
31589         Log: Test also the scalar aspect of getitimer().
31590      Branch: perl
31591            ! t/lib/time-hires.t
31592 ____________________________________________________________________________
31593 [  9707] By: gsar                                  on 2001/04/15  17:24:20
31594         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
31595              before using them in match; also make it work for dosish platforms
31596      Branch: maint-5.6/perl
31597            ! lib/ExtUtils/Installed.pm
31598 ____________________________________________________________________________
31599 [  9706] By: gsar                                  on 2001/04/15  17:21:59
31600         Log: change#7210 broke .packlist generation (listed only filename
31601              rather than fully qualified path name)
31602      Branch: maint-5.6/perl
31603            ! lib/ExtUtils/Install.pm
31604 ____________________________________________________________________________
31605 [  9705] By: jhi                                   on 2001/04/15  12:36:33
31606         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
31607      Branch: perl
31608            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
31609            ! t/lib/time-hires.t
31610 ____________________________________________________________________________
31611 [  9704] By: jhi                                   on 2001/04/15  10:49:08
31612         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
31613              From: Prymmer/Kahn <pvhp@best.com>
31614              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
31615              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
31616      Branch: perl
31617            ! lib/utf8.pm pod/perlebcdic.pod
31618 ____________________________________________________________________________
31619 [  9703] By: jhi                                   on 2001/04/15  02:26:26
31620         Log: I keep forgetting to sort MANIFEST.
31621      Branch: perl
31622            ! MANIFEST
31623 ____________________________________________________________________________
31624 [  9702] By: jhi                                   on 2001/04/15  02:07:47
31625         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
31626              Now we have blessed, reftype, tainted, first, reduce, ...
31627      Branch: perl
31628            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
31629            + ext/List/Util/README ext/List/Util/Util.xs
31630            + ext/List/Util/lib/List/Util.pm
31631            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
31632            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
31633            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
31634            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
31635            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
31636            ! MANIFEST
31637 ____________________________________________________________________________
31638 [  9701] By: jhi                                   on 2001/04/14  15:05:25
31639         Log: Subject: RE: dprofpp.pl updates 
31640              From: Carl Eklof <CEklof@endeca.com>
31641              Date: Thu, 12 Apr 2001 18:45:46 -0400
31642              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
31643      Branch: perl
31644            ! utils/dprofpp.PL
31645 ____________________________________________________________________________
31646 [  9700] By: jhi                                   on 2001/04/14  14:44:55
31647         Log: Do not just blindly add CR.
31648      Branch: perl
31649            ! Porting/makerel
31650 ____________________________________________________________________________
31651 [  9699] By: jhi                                   on 2001/04/13  13:17:01
31652         Log: Update Changes.
31653      Branch: perl
31654            ! Changes patchlevel.h
31655 ____________________________________________________________________________
31656 [  9698] By: jhi                                   on 2001/04/13  12:44:48
31657         Log: Integrate perlio.
31658      Branch: perl
31659           !> ext/PerlIO/Scalar/Scalar.xs
31660 ____________________________________________________________________________
31661 [  9697] By: jhi                                   on 2001/04/13  12:29:15
31662         Log: Add more debug output to the test.
31663      Branch: perl
31664            ! t/lib/cwd.t
31665 ____________________________________________________________________________
31666 [  9696] By: nick                                  on 2001/04/13  10:14:29
31667         Log: Fix core dump on binmode($fh,'Scalar')
31668      Branch: perlio
31669            ! ext/PerlIO/Scalar/Scalar.xs
31670 ____________________________________________________________________________
31671 [  9695] By: nick                                  on 2001/04/13  09:05:42
31672         Log: Integrate mainline
31673      Branch: perlio
31674           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31675           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31676           +> t/lib/time-hires.t
31677           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
31678           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
31679           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
31680           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
31681           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
31682           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
31683           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
31684 ____________________________________________________________________________
31685 [  9694] By: jhi                                   on 2001/04/12  22:23:35
31686         Log: Integrate change #9693 from maintperl into mainline.
31687              
31688              $VERSION and Version() on the same line provokes a warning from
31689              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
31690      Branch: perl
31691           !> lib/Devel/SelfStubber.pm
31692 ____________________________________________________________________________
31693 [  9693] By: gsar                                  on 2001/04/12  21:55:56
31694         Log: $VERSION and Version() on the same line provokes a warning from
31695              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
31696      Branch: maint-5.6/perl
31697            ! lib/Devel/SelfStubber.pm
31698 ____________________________________________________________________________
31699 [  9692] By: jhi                                   on 2001/04/12  13:54:00
31700         Log: This is at least 5.005.
31701      Branch: perl
31702            ! ext/Time/HiRes/HiRes.xs
31703 ____________________________________________________________________________
31704 [  9691] By: jhi                                   on 2001/04/12  13:37:20
31705         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
31706      Branch: perl
31707            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
31708            ! win32/Makefile win32/makefile.mk
31709 ____________________________________________________________________________
31710 [  9690] By: jhi                                   on 2001/04/12  01:34:46
31711         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
31712      Branch: perl
31713            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31714            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31715            + t/lib/time-hires.t
31716            ! MANIFEST
31717 ____________________________________________________________________________
31718 [  9689] By: jhi                                   on 2001/04/12  00:28:39
31719         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
31720              From: Gisle Aas <gisle@ActiveState.com>
31721              Date: 11 Apr 2001 16:36:11 -0700
31722              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
31723      Branch: perl
31724            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
31725 ____________________________________________________________________________
31726 [  9688] By: jhi                                   on 2001/04/12  00:27:39
31727         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
31728              From: Gisle Aas <gisle@ActiveState.com>
31729              Date: 11 Apr 2001 11:13:24 -0700
31730              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
31731      Branch: perl
31732            ! ext/MIME/Base64/Base64.xs
31733 ____________________________________________________________________________
31734 [  9687] By: jhi                                   on 2001/04/11  19:51:47
31735         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
31736      Branch: perl
31737            ! Todo-5.6
31738 ____________________________________________________________________________
31739 [  9686] By: jhi                                   on 2001/04/11  16:54:25
31740         Log: Subject: [PATCH opcode.pl] Documentation of table format
31741              From: Simon Cozens <simon@netthink.co.uk>
31742              Date: Wed, 11 Apr 2001 12:59:31 +0100
31743              Message-ID: <20010411125931.A25681@netthink.co.uk>
31744      Branch: perl
31745            ! opcode.pl
31746 ____________________________________________________________________________
31747 [  9685] By: jhi                                   on 2001/04/11  16:53:15
31748         Log: Subject: [PATCH] prototype("CORE::recv")
31749              From: Simon Cozens <simon@netthink.co.uk>
31750              Date: Wed, 11 Apr 2001 13:24:35 +0100
31751              Message-ID: <20010411132435.A26169@netthink.co.uk>
31752      Branch: perl
31753            ! pp.c t/comp/proto.t
31754 ____________________________________________________________________________
31755 [  9684] By: jhi                                   on 2001/04/11  16:47:13
31756         Log: FAQ (and AUTHORS) update from Dan Carson: the information
31757              was several years obsolete, Term::Readkey has been updated
31758              to have the functionality.
31759      Branch: perl
31760            ! AUTHORS pod/perlfaq5.pod
31761 ____________________________________________________________________________
31762 [  9683] By: jhi                                   on 2001/04/11  12:15:46
31763         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
31764              From: Calle Dybedahl <calle@lysator.liu.se>
31765              Date: 10 Apr 2001 16:44:16 +0200
31766              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
31767      Branch: perl
31768            ! ext/MIME/Base64/Base64.xs
31769 ____________________________________________________________________________
31770 [  9682] By: jhi                                   on 2001/04/11  12:12:26
31771         Log: A more minimal fix for 20010410.006 from Hugo.
31772      Branch: perl
31773            ! regexec.c
31774 ____________________________________________________________________________
31775 [  9681] By: jhi                                   on 2001/04/11  11:34:23
31776         Log: Integrate changes #9678,9679 from maintline into mainperl.
31777              
31778              addendum to change#9676
31779              
31780              up $File::Glob::VERSION; add a note pointing out the version of
31781              the OpenBSD glob bsd_glob.c resembles
31782      Branch: perl
31783           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
31784           !> ext/File/Glob/bsd_glob.h
31785 ____________________________________________________________________________
31786 [  9680] By: jhi                                   on 2001/04/11  11:30:38
31787         Log: Bad test numbering in integrate in #9677.
31788              Fixes ID 20010411.001.
31789      Branch: perl
31790            ! t/op/pat.t
31791 ____________________________________________________________________________
31792 [  9679] By: gsar                                  on 2001/04/11  03:38:40
31793         Log: up $File::Glob::VERSION; add a note pointing out the version of
31794              the OpenBSD glob bsd_glob.c resembles
31795      Branch: maint-5.6/perl
31796            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
31797            ! ext/File/Glob/bsd_glob.h
31798 ____________________________________________________________________________
31799 [  9678] By: gsar                                  on 2001/04/11  03:09:48
31800         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
31801              revision 1.8.10.1 found here:
31802              
31803              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
31804      Branch: maint-5.6/perl
31805            ! ext/File/Glob/bsd_glob.c
31806 ____________________________________________________________________________
31807 [  9677] By: jhi                                   on 2001/04/11  02:54:39
31808         Log: Integrate changes #9675,9676 from maintperl into mainline.
31809              
31810              fix for bug 20010410.006, undo change#7115
31811              
31812              port the OpenBSD glob() security patch
31813      Branch: perl
31814           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
31815           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
31816           !> t/op/pat.t
31817 ____________________________________________________________________________
31818 [  9676] By: gsar                                  on 2001/04/11  02:19:02
31819         Log: port the glob() security patch found at:
31820              
31821              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
31822              
31823              CERT advisory for the issue is here:
31824              
31825              http://www.cert.org/advisories/CA-2001-07.html
31826              
31827              Note that the security scare is only relevant for those who are
31828              foolish enough to build suidperl (which is now officially discouraged)
31829      Branch: maint-5.6/perl
31830            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
31831            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
31832 ____________________________________________________________________________
31833 [  9675] By: gsar                                  on 2001/04/10  23:52:11
31834         Log: fix for bug 20010410.006
31835              
31836              undo change#7115 (came into maint-5.6 as change#8156)
31837              
31838              add tests to keep it from coming back
31839      Branch: maint-5.6/perl
31840            ! regexec.c t/op/pat.t
31841 ____________________________________________________________________________
31842 [  9674] By: nick                                  on 2001/04/10  20:39:31
31843         Log: Integrate mainline
31844      Branch: perlio
31845           +> Porting/testall.atom
31846           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
31847           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
31848           !> t/lib/lc-uk.t t/pod/find.t
31849 ____________________________________________________________________________
31850 [  9673] By: nick                                  on 2001/04/10  18:46:14
31851         Log: Integrate against change 9670 aka perl-5.7.1
31852      Branch: perlio
31853           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
31854           !> (integrate 53 files)
31855 ____________________________________________________________________________
31856 [  9672] By: jhi                                   on 2001/04/10  13:45:01
31857         Log: Add a script for doing cumulative profile of the test suite.
31858              (Requires ATOM, that is, Tru64.)
31859      Branch: perl
31860            + Porting/testall.atom
31861            ! MANIFEST
31862 ____________________________________________________________________________
31863 [  9671] By: jhi                                   on 2001/04/10  12:38:53
31864         Log: Missing std block.
31865      Branch: perl
31866            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
31867            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
31868            ! t/pod/find.t
31869 ____________________________________________________________________________
31870 [  9670] By: jhi                                   on 2001/04/10  01:25:58
31871         Log: This is 5.7.1.
31872      Branch: perl
31873            ! patchlevel.h
31874 ____________________________________________________________________________
31875 [  9669] By: jhi                                   on 2001/04/10  01:09:14
31876         Log: Update Changes.
31877      Branch: perl
31878            ! Changes patchlevel.h
31879 ____________________________________________________________________________
31880 [  9668] By: jhi                                   on 2001/04/10  01:00:38
31881         Log: Regen toc.
31882      Branch: perl
31883            ! pod/perltoc.pod
31884 ____________________________________________________________________________
31885 [  9667] By: jhi                                   on 2001/04/10  00:52:16
31886         Log: Update perlhist.
31887      Branch: perl
31888            ! pod/perlhist.pod
31889 ____________________________________________________________________________
31890 [  9666] By: jhi                                   on 2001/04/09  23:38:59
31891         Log: Slight wording tweaks from Damian to #9658.
31892      Branch: perl
31893            ! pod/perlobj.pod
31894 ____________________________________________________________________________
31895 [  9665] By: jhi                                   on 2001/04/09  19:56:06
31896         Log: Subject: [PATCH perlutil.pod] Nit
31897              From: Simon Cozens <simon@netthink.co.uk>
31898              Date: Mon, 9 Apr 2001 20:29:44 +0100
31899              Message-ID: <20010409202944.A14796@the.earth.li>
31900      Branch: perl
31901            ! pod/perlutil.pod
31902 ____________________________________________________________________________
31903 [  9664] By: jhi                                   on 2001/04/09  19:54:42
31904         Log: Subject: Re: perl571delta.pod@9631
31905              From: Mike Guy <mjtg@cam.ac.uk>
31906              Date: Mon, 09 Apr 2001 18:09:14 +0100
31907              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
31908      Branch: perl
31909            ! pod/perl571delta.pod
31910 ____________________________________________________________________________
31911 [  9663] By: jhi                                   on 2001/04/09  13:43:35
31912         Log: Update Changes.
31913      Branch: perl
31914            ! Changes patchlevel.h
31915 ____________________________________________________________________________
31916 [  9662] By: jhi                                   on 2001/04/09  13:24:46
31917         Log: tweak tweak.
31918      Branch: perl
31919            ! AUTHORS pod/perl571delta.pod
31920 ____________________________________________________________________________
31921 [  9661] By: jhi                                   on 2001/04/09  13:15:13
31922         Log: Thinko in manual patch applying.
31923      Branch: perl
31924            ! sv.c
31925 ____________________________________________________________________________
31926 [  9660] By: jhi                                   on 2001/04/09  13:07:53
31927         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
31928              From: Robin Barker <rmb1@cise.npl.co.uk> 
31929              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
31930              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
31931              
31932              (This corrects the case where the "isn't numeric" string contains \0s
31933              and is longer than the temporary buffer, and contains \0 at the point
31934              the string would be truncated by "...".) 
31935      Branch: perl
31936            ! sv.c
31937 ____________________________________________________________________________
31938 [  9659] By: jhi                                   on 2001/04/09  12:57:41
31939         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
31940      Branch: perl
31941            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
31942            ! t/lib/cgi-function.t t/lib/cgi-html.t
31943 ____________________________________________________________________________
31944 [  9658] By: jhi                                   on 2001/04/09  12:48:47
31945         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
31946              From: Ilmari Karonen <iltzu@sci.fi>
31947              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
31948              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
31949              
31950              Rearrange and rewrite the Method Invocation section
31951              to explain the concepts in nicer order.
31952      Branch: perl
31953            ! pod/perlobj.pod
31954 ____________________________________________________________________________
31955 [  9657] By: jhi                                   on 2001/04/09  12:35:58
31956         Log: Upgrade to podlators 1.09, from Russ Allbery.
31957      Branch: perl
31958            ! lib/Pod/Man.pm lib/Pod/Text.pm
31959 ____________________________________________________________________________
31960 [  9656] By: jhi                                   on 2001/04/09  12:31:53
31961         Log: perl571delta.
31962      Branch: perl
31963            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
31964 ____________________________________________________________________________
31965 [  9655] By: jhi                                   on 2001/04/09  12:20:09
31966         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
31967              From: Prymmer/Kahn <pvhp@best.com>
31968              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
31969              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
31970      Branch: perl
31971            ! lib/utf8.pm pod/perlunicode.pod
31972 ____________________________________________________________________________
31973 [  9654] By: gsar                                  on 2001/04/09  03:38:33
31974         Log: here lies 5.6.1
31975      Branch: maint-5.6/perl
31976            ! Changes
31977 ____________________________________________________________________________
31978 [  9653] By: jhi                                   on 2001/04/09  03:25:24
31979         Log: Update perlhist.
31980      Branch: perl
31981            ! pod/perlhist.pod
31982 ____________________________________________________________________________
31983 [  9652] By: jhi                                   on 2001/04/09  03:18:49
31984         Log: perl571delta tweaking continues.
31985      Branch: perl
31986            ! pod/perl571delta.pod
31987 ____________________________________________________________________________
31988 [  9651] By: gsar                                  on 2001/04/09  03:11:19
31989         Log: update Changes, patchlevel.h &c.
31990      Branch: maint-5.6/perl
31991            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
31992            ! pod/perltoc.pod
31993 ____________________________________________________________________________
31994 [  9650] By: jhi                                   on 2001/04/09  02:40:24
31995         Log: Integrate the perlfork half of #9513 from maintperl into mainline
31996              (the perlunicode half is obsolete)
31997      Branch: perl
31998            ! pod/perlfork.pod
31999 ____________________________________________________________________________
32000 [  9649] By: gsar                                  on 2001/04/09  02:35:43
32001         Log: tweak perldelta as suggested by Jarkko
32002      Branch: maint-5.6/perl
32003            ! pod/perldelta.pod
32004 ____________________________________________________________________________
32005 [  9648] By: jhi                                   on 2001/04/09  02:13:04
32006         Log: Integrate change #9646 from maintperl into mainline.
32007              
32008              add note about ithreads and Thread.pm
32009      Branch: perl
32010           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
32011 ____________________________________________________________________________
32012 [  9647] By: jhi                                   on 2001/04/09  02:10:18
32013         Log: Bad assumption that shortsize == 2.
32014      Branch: perl
32015            ! t/lib/xs-typemap.t
32016 ____________________________________________________________________________
32017 [  9646] By: gsar                                  on 2001/04/09  00:48:04
32018         Log: add note about ithreads and Thread.pm (too many people are
32019              confused by the fact that Thread.pm is built and installed
32020              under non-5005threads but doesn't work)
32021      Branch: maint-5.6/perl
32022            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
32023 ____________________________________________________________________________
32024 [  9645] By: gsar                                  on 2001/04/09  00:19:03
32025         Log: update perldelta.pod for changes in 5.6.1
32026      Branch: maint-5.6/perl
32027            ! Changes pod/perldelta.pod
32028 ____________________________________________________________________________
32029 [  9644] By: jhi                                   on 2001/04/08  20:37:00
32030         Log: Integrate change #9639 from maintperl into mainline:
32031              on windows, many of the README.* pods were being copied to
32032              the wrong location
32033      Branch: perl
32034           !> win32/Makefile win32/makefile.mk
32035 ____________________________________________________________________________
32036 [  9643] By: jhi                                   on 2001/04/08  20:07:11
32037         Log: Integrate change #9624 from maintperl into mainline:
32038              the pod tests were not okay.  (t/pod/find.t changes ignored)
32039      Branch: perl
32040           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
32041           !> t/pod/include.t t/pod/included.t t/pod/lref.t
32042           !> t/pod/multiline_items.t t/pod/nested_items.t
32043           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32044           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
32045 ____________________________________________________________________________
32046 [  9642] By: jhi                                   on 2001/04/08  19:57:17
32047         Log: Integrate change #9638 from maintperl into mainline:
32048              update to latest JPL from the anoncvs repository
32049      Branch: perl
32050           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32051           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32052           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
32053 ____________________________________________________________________________
32054 [  9641] By: jhi                                   on 2001/04/08  19:53:30
32055         Log: perl571delta updates.
32056      Branch: perl
32057            ! lib/Filter/Simple.pm pod/perl571delta.pod
32058 ____________________________________________________________________________
32059 [  9640] By: gsar                                  on 2001/04/08  19:20:46
32060         Log: integrate change#9634 from mainline
32061              
32062              Fix the perlmodlib generation (didn't understand separate .pod
32063              files; didn't understand -- as the name-thing separator).
32064              Update the CPAN mirrors list.
32065      Branch: maint-5.6/perl
32066            ! pod/perlmodlib.pod
32067           !> pod/perlmodlib.PL
32068 ____________________________________________________________________________
32069 [  9639] By: gsar                                  on 2001/04/08  18:57:31
32070         Log: on windows, many of the README.* pods were being copied to the wrong
32071              location
32072      Branch: maint-5.6/perl
32073            ! win32/Makefile win32/makefile.mk
32074 ____________________________________________________________________________
32075 [  9638] By: gsar                                  on 2001/04/08  18:38:25
32076         Log: update to latest JPL from the anoncvs repository
32077      Branch: maint-5.6/perl
32078            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32079            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32080            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
32081 ____________________________________________________________________________
32082 [  9637] By: jhi                                   on 2001/04/08  17:53:53
32083         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
32084      Branch: perl
32085            ! pod/perl571delta.pod
32086 ____________________________________________________________________________
32087 [  9636] By: jhi                                   on 2001/04/08  17:18:32
32088         Log: Regen toc.
32089      Branch: perl
32090            ! pod/perltoc.pod
32091 ____________________________________________________________________________
32092 [  9635] By: jhi                                   on 2001/04/08  17:16:33
32093         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
32094              From: "Craig A. Berry" <craigberry@mac.com>
32095              Date: Sun, 08 Apr 2001 12:30:16 -0500
32096              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
32097      Branch: perl
32098            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
32099 ____________________________________________________________________________
32100 [  9634] By: jhi                                   on 2001/04/08  17:09:19
32101         Log: Fix the perlmodlib generation (didn't understand separate .pod
32102              files; didn't understand -- as the name-thing separator).
32103              
32104              Update the CPAN mirrors list.
32105      Branch: perl
32106            ! pod/perlmodlib.PL pod/perlmodlib.pod
32107 ____________________________________________________________________________
32108 [  9633] By: jhi                                   on 2001/04/08  16:49:17
32109         Log: Sort MANIFEST.
32110      Branch: perl
32111            ! MANIFEST
32112 ____________________________________________________________________________
32113 [  9632] By: gsar                                  on 2001/04/08  16:36:06
32114         Log: add $Tie::RefHash::VERSION
32115      Branch: maint-5.6/perl
32116            ! lib/Tie/RefHash.pm
32117 ____________________________________________________________________________
32118 [  9631] By: jhi                                   on 2001/04/08  16:10:15
32119         Log: perl571delta updates based on p5p feedback; still needs
32120              lots of examples.
32121      Branch: perl
32122            ! pod/perl571delta.pod
32123 ____________________________________________________________________________
32124 [  9630] By: jhi                                   on 2001/04/08  15:59:13
32125         Log: Update the list of supported platforms to talk about 5.7.1
32126              (and 5.6.1)
32127      Branch: perl
32128            ! pod/perlport.pod
32129 ____________________________________________________________________________
32130 [  9629] By: jhi                                   on 2001/04/08  15:55:41
32131         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
32132              from maintperl into mainline: perlport updates.
32133      Branch: perl
32134            ! pod/perlport.pod
32135 ____________________________________________________________________________
32136 [  9628] By: jhi                                   on 2001/04/08  15:53:17
32137         Log: perlsolaris.pod copied to wrong directory.
32138      Branch: perl
32139            ! win32/makefile.mk
32140 ____________________________________________________________________________
32141 [  9627] By: jhi                                   on 2001/04/08  14:48:18
32142         Log: Subject: Typos in perl571delta.pod
32143              From: "Stephen P. Potter" <spp@spotter.yi.org>
32144              Date: Sat, 07 Apr 2001 20:37:05 -0400
32145              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
32146      Branch: perl
32147            ! pod/perl571delta.pod
32148 ____________________________________________________________________________
32149 [  9626] By: jhi                                   on 2001/04/08  14:39:04
32150         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
32151      Branch: perl
32152            ! gv.c
32153 ____________________________________________________________________________
32154 [  9625] By: nick                                  on 2001/04/08  10:14:23
32155         Log: Integrate mainline
32156      Branch: perlio
32157           +> pod/perl570delta.pod pod/perl571delta.pod
32158           !> (integrate 27 files)
32159 ____________________________________________________________________________
32160 [  9624] By: gsar                                  on 2001/04/08  06:08:17
32161         Log: test in t/pod/* were busted
32162              
32163              these tests are still not enabled in t/{harness,TEST}
32164      Branch: maint-5.6/perl
32165            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
32166            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
32167            ! t/pod/multiline_items.t t/pod/nested_items.t
32168            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32169            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
32170 ____________________________________________________________________________
32171 [  9623] By: gsar                                  on 2001/04/08  03:37:01
32172         Log: integrate change#9470 from mainline
32173              
32174              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
32175      Branch: maint-5.6/perl
32176           !> ext/Socket/Socket.xs
32177 ____________________________________________________________________________
32178 [  9622] By: jhi                                   on 2001/04/07  22:40:47
32179         Log: Update Changes.
32180      Branch: perl
32181            ! Changes patchlevel.h
32182 ____________________________________________________________________________
32183 [  9621] By: jhi                                   on 2001/04/07  22:34:16
32184         Log: Update AUTHORS.
32185      Branch: perl
32186            ! AUTHORS
32187 ____________________________________________________________________________
32188 [  9620] By: jhi                                   on 2001/04/07  22:12:47
32189         Log: Forgot to bump the number of tests in #9164.
32190      Branch: perl
32191            ! t/op/array.t
32192 ____________________________________________________________________________
32193 [  9619] By: jhi                                   on 2001/04/07  22:09:50
32194         Log: Bump patchlevel to 5.7.1.
32195      Branch: perl
32196            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32197            ! config_h.SH patchlevel.h
32198 ____________________________________________________________________________
32199 [  9618] By: jhi                                   on 2001/04/07  22:02:41
32200         Log: Populate perl571delta.
32201      Branch: perl
32202            ! pod/perl571delta.pod
32203 ____________________________________________________________________________
32204 [  9617] By: jhi                                   on 2001/04/07  22:01:23
32205         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
32206              to forget it later; do not change patchlevel.h yet or regenerate
32207              Configure yet.
32208      Branch: perl
32209            ! epoc/config.sh win32/Makefile win32/config_H.bc
32210            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
32211 ____________________________________________________________________________
32212 [  9616] By: jhi                                   on 2001/04/07  17:46:33
32213         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
32214      Branch: perl
32215            ! pod/perl571delta.pod
32216 ____________________________________________________________________________
32217 [  9615] By: jhi                                   on 2001/04/07  17:33:21
32218         Log: Change the toc configuration.
32219      Branch: perl
32220            ! pod/buildtoc.PL pod/perl.pod
32221 ____________________________________________________________________________
32222 [  9614] By: jhi                                   on 2001/04/07  17:29:47
32223         Log: Subject: PATCH: $[
32224              From: Robin Houston <robin@kitsite.com>
32225              Date: Fri, 6 Apr 2001 18:10:14 +0100
32226              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
32227      Branch: perl
32228            ! op.c t/op/array.t
32229 ____________________________________________________________________________
32230 [  9613] By: jhi                                   on 2001/04/07  17:28:26
32231         Log: Subject: [PATCH perl@9424] isn't numeric warning
32232              From: Robin Barker <rmb1@cise.npl.co.uk>
32233              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
32234              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
32235      Branch: perl
32236            ! sv.c t/pragma/warn/sv
32237 ____________________________________________________________________________
32238 [  9612] By: jhi                                   on 2001/04/07  17:26:45
32239         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
32240              From: Mike Guy <mjtg@cam.ac.uk>
32241              Date: Fri, 06 Apr 2001 12:47:06 +0100
32242              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
32243      Branch: perl
32244            ! dump.c t/lib/peek.t
32245 ____________________________________________________________________________
32246 [  9611] By: jhi                                   on 2001/04/07  17:21:35
32247         Log: Create perl571delta and seed it off with the perldelta changes
32248              since 5.7.0; remove those changes from perldelta and rename it
32249              as perl570delta; recreate perldelta but leave it almost empty.
32250      Branch: perl
32251            + pod/perl570delta.pod pod/perl571delta.pod
32252            ! MANIFEST pod/perldelta.pod
32253 ____________________________________________________________________________
32254 [  9610] By: jhi                                   on 2001/04/07  16:56:32
32255         Log: Denit.
32256      Branch: perl
32257            ! pod/perldelta.pod
32258 ____________________________________________________________________________
32259 [  9609] By: jhi                                   on 2001/04/07  16:38:32
32260         Log: Retract #9523: needs more thought.
32261      Branch: perl
32262            ! Makefile.SH
32263 ____________________________________________________________________________
32264 [  9608] By: jhi                                   on 2001/04/07  14:59:20
32265         Log: atmark() code cleanaup.
32266      Branch: perl
32267            ! ext/IO/IO.xs
32268 ____________________________________________________________________________
32269 [  9607] By: jhi                                   on 2001/04/07  14:48:14
32270         Log: Integrate change #9605 from maintperl into mainline.
32271              
32272              can't optimize away scope entry if tr/// is present
32273      Branch: perl
32274           !> op.c t/op/tr.t
32275 ____________________________________________________________________________
32276 [  9606] By: jhi                                   on 2001/04/07  14:43:59
32277         Log: Integrate perlio.
32278      Branch: perl
32279           +> win32/FindExt.pm
32280           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
32281           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
32282 ____________________________________________________________________________
32283 [  9605] By: gsar                                  on 2001/04/07  11:52:40
32284         Log: can't optimize away scope entry if tr/// is present
32285      Branch: maint-5.6/perl
32286            ! op.c t/op/tr.t
32287 ____________________________________________________________________________
32288 [  9604] By: nick                                  on 2001/04/07  11:39:45
32289         Log: Split out extension finding code from buildext.pl into FindExt.pm
32290              Use it to get Config.pm's idea of available extensions in line
32291              with what is built.
32292      Branch: perlio
32293            + win32/FindExt.pm
32294            ! MANIFEST win32/buildext.pl win32/config_sh.PL
32295            ! win32/makefile.mk
32296 ____________________________________________________________________________
32297 [  9603] By: nick                                  on 2001/04/07  09:11:38
32298         Log: Cleanup correction for failed :Via() layer, also set an error code.
32299      Branch: perlio
32300            ! ext/PerlIO/Via/Via.xs
32301 ____________________________________________________________________________
32302 [  9602] By: nick                                  on 2001/04/07  08:38:04
32303         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
32304              style. So don't use binmode() on the handles so that Win32 etc. see
32305              same sequence and produce same digests.
32306      Branch: perlio
32307            ! t/lib/md5-file.t
32308 ____________________________________________________________________________
32309 [  9601] By: nick                                  on 2001/04/07  08:36:26
32310         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
32311              Else it complains and so crlf layer (say) does not get pushed.
32312      Branch: perlio
32313            ! perlio.c
32314 ____________________________________________________________________________
32315 [  9600] By: jhi                                   on 2001/04/06  23:00:09
32316         Log: Integrate change #9599 from perlio into mainline.
32317      Branch: perl
32318           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
32319           !> win32/config_H.vc
32320 ____________________________________________________________________________
32321 [  9599] By: nick                                  on 2001/04/06  21:42:43
32322         Log: Quote $VERSION in Encode.pm.
32323              regen_config_h as requested.
32324      Branch: perlio
32325            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
32326            ! win32/config_H.vc
32327 ____________________________________________________________________________
32328 [  9598] By: nick                                  on 2001/04/06  20:34:59
32329         Log: Integrate mainline
32330      Branch: perlio
32331           +> README.macos
32332           !> (integrate 39 files)
32333 ____________________________________________________________________________
32334 [  9597] By: gsar                                  on 2001/04/06  18:06:35
32335         Log: integrate change#9464 from mainline (addendum to change#8313)
32336              
32337              Subject: [PATCH @9452] Better peep()ing for foreach() loops
32338      Branch: maint-5.6/perl
32339           !> op.c
32340 ____________________________________________________________________________
32341 [  9596] By: jhi                                   on 2001/04/06  17:26:03
32342         Log: The d_casti32=undef is good for you even when not use64bitall.
32343      Branch: perl
32344            ! hints/hpux.sh
32345 ____________________________________________________________________________
32346 [  9595] By: gsar                                  on 2001/04/06  14:57:17
32347         Log: add a low-impact fix to accomodate darwin-ism
32348      Branch: maint-5.6/perl
32349            ! ext/Errno/Errno_pm.PL
32350 ____________________________________________________________________________
32351 [  9594] By: jhi                                   on 2001/04/06  14:55:14
32352         Log: Integrate changes #9528,9593 from mainline into maintperl;
32353              tweaking the editor/IDE/shell list.
32354      Branch: maint-5.6/perl
32355           !> pod/perlfaq3.pod
32356 ____________________________________________________________________________
32357 [  9593] By: jhi                                   on 2001/04/06  14:51:39
32358         Log: Make the editor/IDE/shell list a little bit airier.
32359      Branch: perl
32360            ! pod/perlfaq3.pod
32361 ____________________________________________________________________________
32362 [  9592] By: gsar                                  on 2001/04/06  14:45:18
32363         Log: integrate change#9477 from mainline (base.pm doc tweak)
32364              
32365              missing doc entry for fmod()
32366      Branch: maint-5.6/perl
32367            ! lib/Math/BigFloat.pm
32368           !> lib/base.pm
32369 ____________________________________________________________________________
32370 [  9591] By: jhi                                   on 2001/04/06  13:55:48
32371         Log: Regen toc.
32372      Branch: perl
32373            ! pod/perltoc.pod
32374 ____________________________________________________________________________
32375 [  9590] By: jhi                                   on 2001/04/06  13:54:52
32376         Log: Math::BigFloat patches from John Peacock.  The equivalent
32377              of #9586 from maintperl but reworked by John to work with
32378              the bleadperl.
32379      Branch: perl
32380            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
32381 ____________________________________________________________________________
32382 [  9589] By: jhi                                   on 2001/04/06  13:42:23
32383         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
32384      Branch: perl
32385            ! ext/Digest/MD5/Makefile.PL
32386 ____________________________________________________________________________
32387 [  9588] By: jhi                                   on 2001/04/06  13:31:45
32388         Log: Integrate changes #9584,9587 from maintperl into mainline.
32389              
32390              keep eval"" CVs alive until the end of the statement in which
32391              they're called
32392              
32393              add README.macos (from Chris Nandor)
32394              
32395              tyop in change#9555
32396      Branch: perl
32397           +> README.macos
32398           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
32399           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
32400           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
32401           !> win32/makefile.mk
32402 ____________________________________________________________________________
32403 [  9587] By: gsar                                  on 2001/04/06  07:31:30
32404         Log: add README.macos (from Chris Nandor)
32405              
32406              tyop in change#9555
32407      Branch: maint-5.6/perl
32408            + README.macos
32409            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
32410            ! win32/Makefile win32/makefile.mk
32411 ____________________________________________________________________________
32412 [  9586] By: gsar                                  on 2001/04/06  07:08:54
32413         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
32414      Branch: maint-5.6/perl
32415            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
32416 ____________________________________________________________________________
32417 [  9585] By: gsar                                  on 2001/04/06  06:58:44
32418         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
32419              from mainline
32420              
32421              Subject: [PATCH] Base64 update to perlfaq9.pod
32422              
32423              Subject: [PATCH AUTHORS] Housekeeping
32424              
32425              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
32426              Mac OS X (Darwin) has extra pwent fields.
32427              
32428              Subject: [PATCH B::*] print control-character vars readably
32429              Needs EBCDICification.
32430              
32431              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
32432              
32433              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
32434              
32435              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
32436              
32437              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
32438              
32439              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
32440              
32441              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
32442              
32443              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
32444              
32445              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
32446              
32447              FreeBSD hints tweak from Anton Berezin.
32448              
32449              Subject: [PATCH foolperl & bleadperl] README.vms update
32450              
32451              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
32452      Branch: maint-5.6/perl
32453           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
32454           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
32455           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
32456 ____________________________________________________________________________
32457 [  9584] By: gsar                                  on 2001/04/06  04:09:00
32458         Log: keep eval"" CVs alive until the end of the statement in which
32459              they're called; this avoids a coredump ensuing from search for
32460              lexicals in code such as:
32461              
32462              sub bug {
32463              my $s = @_;
32464              eval q[sub { eval 'sub { &$s }' }];
32465              }
32466              bug("x")->()->();
32467              
32468              this code still doesn't work as intended (as it has remained
32469              since time immemorial), but it doesn't provoke a coredump anymore
32470      Branch: maint-5.6/perl
32471            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32472            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
32473 ____________________________________________________________________________
32474 [  9583] By: jhi                                   on 2001/04/05  23:52:51
32475         Log: Update Changes.
32476      Branch: perl
32477            ! Changes patchlevel.h
32478 ____________________________________________________________________________
32479 [  9582] By: jhi                                   on 2001/04/05  23:11:23
32480         Log: Slight doc tweak.
32481      Branch: perl
32482            ! pod/perlunicode.pod
32483 ____________________________________________________________________________
32484 [  9581] By: jhi                                   on 2001/04/05  23:04:11
32485         Log: Integrate perlio.
32486      Branch: perl
32487           !> pod/perlunicode.pod
32488 ____________________________________________________________________________
32489 [  9580] By: jhi                                   on 2001/04/05  23:03:29
32490         Log: Test for #9579.
32491      Branch: perl
32492            ! t/op/do.t
32493 ____________________________________________________________________________
32494 [  9579] By: jhi                                   on 2001/04/05  22:54:17
32495         Log: Subject: [PATCH] Propagate calling context for do '...'
32496              From: Gisle Aas <gisle@ActiveState.com>
32497              Date: 04 Apr 2001 20:17:29 -0700
32498              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
32499      Branch: perl
32500            ! pod/perlfunc.pod pp_ctl.c
32501 ____________________________________________________________________________
32502 [  9578] By: jhi                                   on 2001/04/05  22:52:51
32503         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
32504              From: Peter Prymmer <pvhp@forte.com>
32505              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
32506              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
32507      Branch: perl
32508            ! README.vms
32509 ____________________________________________________________________________
32510 [  9577] By: jhi                                   on 2001/04/05  22:48:22
32511         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
32512              From: "Craig A. Berry" <craigberry@mac.com>
32513              Date: Thu, 5 Apr 2001 13:43:28 -0500
32514              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
32515      Branch: perl
32516            ! README.vms
32517 ____________________________________________________________________________
32518 [  9576] By: jhi                                   on 2001/04/05  22:31:38
32519         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
32520              From: Michael G Schwern <schwern@pobox.com>
32521              Date: Thu, 5 Apr 2001 21:53:21 +0100
32522              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
32523      Branch: perl
32524            ! lib/base.pm t/lib/fields.t
32525 ____________________________________________________________________________
32526 [  9575] By: jhi                                   on 2001/04/05  22:26:10
32527         Log: FreeBSD hints tweak from Anton Berezin.
32528      Branch: perl
32529            ! hints/freebsd.sh
32530 ____________________________________________________________________________
32531 [  9574] By: jhi                                   on 2001/04/05  22:24:03
32532         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
32533              From: David Dyck <dcd@tc.fluke.com>
32534              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
32535              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
32536      Branch: perl
32537            ! t/op/oct.t
32538 ____________________________________________________________________________
32539 [  9573] By: jhi                                   on 2001/04/05  22:23:06
32540         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
32541              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
32542              From: David Dyck <dcd@tc.fluke.com>
32543              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
32544      Branch: perl
32545            ! pp.c
32546 ____________________________________________________________________________
32547 [  9572] By: jhi                                   on 2001/04/05  22:14:47
32548         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
32549              From: Robin Houston <robin@kitsite.com>
32550              Date: Thu, 5 Apr 2001 20:56:48 +0100
32551              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
32552      Branch: perl
32553            ! ext/B/B/Deparse.pm
32554 ____________________________________________________________________________
32555 [  9571] By: jhi                                   on 2001/04/05  22:12:53
32556         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
32557              From: Robin Houston <robin@kitsite.com>
32558              Date: Thu, 5 Apr 2001 19:55:51 +0100
32559              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
32560      Branch: perl
32561            ! ext/B/B/Deparse.pm
32562 ____________________________________________________________________________
32563 [  9570] By: jhi                                   on 2001/04/05  22:11:06
32564         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
32565              From: Robin Houston <robin@kitsite.com>
32566              Date: Thu, 5 Apr 2001 20:16:29 +0100
32567              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
32568      Branch: perl
32569            ! ext/B/B/Deparse.pm
32570 ____________________________________________________________________________
32571 [  9569] By: nick                                  on 2001/04/05  21:32:26
32572         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
32573      Branch: perlio
32574            ! pod/perlunicode.pod
32575 ____________________________________________________________________________
32576 [  9568] By: nick                                  on 2001/04/05  19:38:09
32577         Log: Integrate mainline
32578      Branch: perlio
32579           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
32580           !> (integrate 35 files)
32581 ____________________________________________________________________________
32582 [  9567] By: jhi                                   on 2001/04/05  18:31:45
32583         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
32584              From: Robin Houston <robin@kitsite.com>
32585              Date: Thu, 5 Apr 2001 18:03:23 +0100
32586              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
32587      Branch: perl
32588            ! ext/B/B/Deparse.pm
32589 ____________________________________________________________________________
32590 [  9566] By: jhi                                   on 2001/04/05  18:29:35
32591         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
32592              From: Robin Houston <robin@kitsite.com>
32593              Date: Thu, 5 Apr 2001 16:45:18 +0100
32594              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
32595      Branch: perl
32596            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
32597 ____________________________________________________________________________
32598 [  9565] By: jhi                                   on 2001/04/05  18:24:23
32599         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
32600              From: Robin Houston <robin@kitsite.com>
32601              Date: Thu, 5 Apr 2001 14:50:09 +0100
32602              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
32603      Branch: perl
32604            ! ext/B/B/Deparse.pm
32605 ____________________________________________________________________________
32606 [  9564] By: jhi                                   on 2001/04/05  18:23:03
32607         Log: Subject: [PATCH B::*] print control-character vars readably
32608              From: Robin Houston <robin@kitsite.com>
32609              Date: Thu, 5 Apr 2001 14:27:38 +0100
32610              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
32611              
32612              Needs EBCDICification.
32613      Branch: perl
32614            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
32615            ! ext/B/B/Terse.pm
32616 ____________________________________________________________________________
32617 [  9563] By: jhi                                   on 2001/04/05  18:20:32
32618         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
32619              Date: Thu, 5 Apr 2001 13:21:42 -0400
32620              From: Paul Schinder <schinder@pobox.com>
32621              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
32622              
32623              Mac OS X (Darwin) has extra pwent fields.
32624      Branch: perl
32625            ! t/op/pwent.t
32626 ____________________________________________________________________________
32627 [  9562] By: jhi                                   on 2001/04/05  17:57:51
32628         Log: Regen toc.
32629      Branch: perl
32630            ! pod/perltoc.pod
32631 ____________________________________________________________________________
32632 [  9561] By: jhi                                   on 2001/04/05  17:47:33
32633         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
32634      Branch: metaconfig
32635            ! U/Glossary.patch
32636      Branch: metaconfig/U/perl
32637            + d_u32align.U
32638            ! d_cmsghdr_s.U d_msghdr_s.U
32639 ____________________________________________________________________________
32640 [  9560] By: jhi                                   on 2001/04/05  17:47:01
32641         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
32642              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
32643              Introduce probes for struct msghdr, struct cmsghdr,
32644              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
32645              ualarm, usleep, for possible later extension work.
32646      Branch: perl
32647            + t/lib/md5-align.t
32648            ! Configure MANIFEST Porting/Glossary Porting/config.sh
32649            ! Porting/config_H config_h.SH configure.com epoc/config.sh
32650            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
32651            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32652            ! vos/config.ga.h win32/config.bc win32/config.gc
32653            ! win32/config.vc
32654 ____________________________________________________________________________
32655 [  9559] By: jhi                                   on 2001/04/05  13:03:04
32656         Log: Be traditional in your cpp (for the Errno extension).
32657      Branch: perl
32658            ! hints/darwin.sh
32659 ____________________________________________________________________________
32660 [  9558] By: jhi                                   on 2001/04/05  13:00:05
32661         Log: Add $Config{cppflags} to the gcc incantation.
32662      Branch: perl
32663            ! ext/Errno/Errno_pm.PL
32664 ____________________________________________________________________________
32665 [  9557] By: jhi                                   on 2001/04/05  04:22:39
32666         Log: Introduce Sean Burke's Class::ISA 0.32.
32667      Branch: perl
32668            + lib/Class/ISA.pm t/lib/class-isa.t
32669            ! MANIFEST
32670 ____________________________________________________________________________
32671 [  9556] By: jhi                                   on 2001/04/05  04:09:50
32672         Log: Subject: [PATCH AUTHORS] Housekeeping
32673              From: Paul Johnson <paul@pjcj.net> 
32674              Date: Wed, 4 Apr 2001 22:45:47 +0200
32675              Message-ID: <20010404224547.D9548@pjcj.net>
32676      Branch: perl
32677            ! AUTHORS
32678 ____________________________________________________________________________
32679 [  9555] By: jhi                                   on 2001/04/05  04:06:33
32680         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
32681              From: Gisle Aas <gisle@ActiveState.com>
32682              Date: 04 Apr 2001 14:23:04 -0700
32683              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
32684      Branch: perl
32685            ! pod/perlfaq9.pod
32686 ____________________________________________________________________________
32687 [  9554] By: jhi                                   on 2001/04/05  04:05:49
32688         Log: Downgrade also the "Wide character" diagnostic.
32689      Branch: perl
32690            ! pod/perldiag.pod
32691 ____________________________________________________________________________
32692 [  9553] By: jhi                                   on 2001/04/05  04:00:33
32693         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
32694              maintperl into mainline.
32695              
32696              "double" should be "NV"; standard typemap is missing entry
32697              for NV
32698              
32699              s/djSP/dSP/
32700              
32701              Downgrade "Wide character in print" to a warning.
32702              
32703              B::Deparse fix for ${^FOO} and documentation for PVX() method
32704              (from Robin Houston)
32705              
32706              tr/// doesn't null-terminate the result in some situations
32707              (from Gisle Aas)
32708      Branch: perl
32709           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
32710           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
32711           !> t/io/utf8.t t/op/tr.t
32712 ____________________________________________________________________________
32713 [  9552] By: jhi                                   on 2001/04/05  03:52:50
32714         Log: Retract changes #9542 and #9538 (from maintperl, integrated
32715              at #9540), shouldn't be needed because of the perlio changes.
32716      Branch: perl
32717            ! util.c
32718 ____________________________________________________________________________
32719 [  9551] By: gsar                                  on 2001/04/05  00:18:34
32720         Log: tr/// doesn't null-terminate the result in some situations
32721              (from Gisle Aas)
32722      Branch: maint-5.6/perl
32723            ! doop.c t/op/tr.t
32724 ____________________________________________________________________________
32725 [  9550] By: gsar                                  on 2001/04/04  20:04:17
32726         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
32727              (from Robin Houston)
32728      Branch: maint-5.6/perl
32729            ! ext/B/B.pm ext/B/B/Deparse.pm
32730 ____________________________________________________________________________
32731 [  9549] By: nick                                  on 2001/04/04  18:56:15
32732         Log: Downgrade "Wide character in print" to a warning.
32733      Branch: perlio
32734            ! doio.c t/io/utf8.t
32735 ____________________________________________________________________________
32736 [  9548] By: gsar                                  on 2001/04/04  18:51:49
32737         Log: integrate changes#9460,9462,9482,9521,9522
32738              
32739              Subject: PATCH: B::Debug should show LOOP-specific fields
32740              
32741              Subject: B::Deparse precedence bug. (Patch included.)
32742              
32743              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
32744              
32745              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
32746              
32747              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
32748      Branch: maint-5.6/perl
32749           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
32750           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
32751 ____________________________________________________________________________
32752 [  9547] By: gsar                                  on 2001/04/04  18:49:16
32753         Log: s/djSP/dSP/
32754      Branch: maint-5.6/perl
32755            ! ext/Thread/Thread.xs
32756 ____________________________________________________________________________
32757 [  9546] By: nick                                  on 2001/04/04  18:44:00
32758         Log: Integrate mainline.
32759      Branch: perlio
32760           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
32761           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
32762 ____________________________________________________________________________
32763 [  9545] By: gsar                                  on 2001/04/04  18:38:52
32764         Log: integrate change#8837 from mainline
32765              
32766              Subject: [patch] -Wall cleanup round 2
32767      Branch: maint-5.6/perl
32768           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
32769           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
32770           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
32771           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
32772           !> ext/SDBM_File/SDBM_File.xs
32773 ____________________________________________________________________________
32774 [  9544] By: gsar                                  on 2001/04/04  17:49:57
32775         Log: "double" should be "NV"; standard typemap is missing entry
32776              for NV
32777      Branch: maint-5.6/perl
32778            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
32779 ____________________________________________________________________________
32780 [  9543] By: jhi                                   on 2001/04/04  14:13:18
32781         Log: Thou shalt not (just) match for English error messages.
32782      Branch: perl
32783            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
32784            ! os2/OS2/Process/Process.pm
32785 ____________________________________________________________________________
32786 [  9542] By: jhi                                   on 2001/04/04  13:20:39
32787         Log: Make the stdio tricks of fflush_all() to exist only if
32788              stdio is being used.
32789      Branch: perl
32790            ! util.c
32791 ____________________________________________________________________________
32792 [  9541] By: jhi                                   on 2001/04/04  04:20:24
32793         Log: Subject: Re: [PATCH] Lighten up glob
32794              From: Benjamin Sugars <bsugars@canoe.ca>
32795              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
32796              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
32797      Branch: perl
32798            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
32799            ! util.c
32800 ____________________________________________________________________________
32801 [  9540] By: jhi                                   on 2001/04/04  04:03:57
32802         Log: Integrate changes #9538,9539 from maintperl into mainline.
32803              
32804              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
32805              for use with _fwalk() (fix for change#7705)
32806              
32807              another tweak needed for SunOS 4.1.x build (from Mike Guy)
32808              (cp -f is not portable)
32809      Branch: perl
32810           !> Makefile.SH util.c
32811 ____________________________________________________________________________
32812 [  9539] By: gsar                                  on 2001/04/04  03:01:14
32813         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
32814      Branch: maint-5.6/perl
32815            ! Makefile.SH
32816 ____________________________________________________________________________
32817 [  9538] By: gsar                                  on 2001/04/04  01:00:38
32818         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
32819              for use with _fwalk() (fix for change#7705)
32820      Branch: maint-5.6/perl
32821            ! util.c
32822 ____________________________________________________________________________
32823 [  9537] By: nick                                  on 2001/04/03  19:24:55
32824         Log: Integrate mainline
32825      Branch: perlio
32826           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
32827           +> lib/unicode/PropList.html
32828            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
32829           !> (integrate 69 files)
32830 ____________________________________________________________________________
32831 [  9536] By: jhi                                   on 2001/04/03  18:02:31
32832         Log: Integrate change #9533 from maintperl into mainline.
32833              
32834              better fix for change#9517 to accomodate UNC paths like
32835              \\server\share\foo, and paths with trailing backslash
32836              like c:\this\
32837      Branch: perl
32838           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
32839 ____________________________________________________________________________
32840 [  9535] By: jhi                                   on 2001/04/03  17:58:07
32841         Log: Change the push/unshift warning to be of class syntax, not misc.
32842      Branch: perl
32843            ! op.c pod/perldiag.pod t/pragma/warn/op
32844 ____________________________________________________________________________
32845 [  9534] By: jhi                                   on 2001/04/03  15:03:46
32846         Log: Change the push/unshift warning (#9532) to talk about "no values"
32847              instead of "no arguments".
32848      Branch: perl
32849            ! op.c pod/perldiag.pod t/pragma/warn/op
32850 ____________________________________________________________________________
32851 [  9533] By: gsar                                  on 2001/04/03  14:30:07
32852         Log: better fix for change#9517 to accomodate UNC paths like
32853              \\server\share\foo, and paths with trailing backslash
32854              like c:\this\
32855      Branch: maint-5.6/perl
32856            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
32857 ____________________________________________________________________________
32858 [  9532] By: jhi                                   on 2001/04/03  13:11:46
32859         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
32860              From: Robin Houston <robin@kitsite.com>
32861              Date: Mon, 2 Apr 2001 15:03:29 +0100
32862              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
32863      Branch: perl
32864            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
32865 ____________________________________________________________________________
32866 [  9531] By: jhi                                   on 2001/04/03  13:06:34
32867         Log: Integrate change #9530 from maintperl into mainline.
32868              
32869              accomodate VMS "mailbox overflow" quirk in testsuite (from
32870              Craig Berry)
32871      Branch: perl
32872           !> t/lib/socket.t
32873 ____________________________________________________________________________
32874 [  9530] By: gsar                                  on 2001/04/03  04:56:41
32875         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
32876              Craig Berry)
32877      Branch: maint-5.6/perl
32878            ! t/lib/socket.t
32879 ____________________________________________________________________________
32880 [  9529] By: jhi                                   on 2001/04/03  02:34:34
32881         Log: Update Changes.
32882      Branch: perl
32883            ! Changes patchlevel.h
32884 ____________________________________________________________________________
32885 [  9528] By: jhi                                   on 2001/04/03  01:27:57
32886         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
32887              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
32888              To: perl5-porters@perl.org
32889              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
32890      Branch: perl
32891            ! pod/perlfaq3.pod
32892 ____________________________________________________________________________
32893 [  9527] By: jhi                                   on 2001/04/03  01:22:09
32894         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
32895              From: Peter Prymmer <pvhp@forte.com>
32896              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
32897              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
32898      Branch: perl
32899            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
32900 ____________________________________________________________________________
32901 [  9526] By: jhi                                   on 2001/04/03  01:18:25
32902         Log: The metaconfig unit changes for #9525.
32903      Branch: metaconfig
32904            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
32905      Branch: metaconfig/U/perl
32906            ! use64bits.U
32907 ____________________________________________________________________________
32908 [  9525] By: jhi                                   on 2001/04/03  01:17:30
32909         Log: Configure sanity checks:
32910              * if use64bitall is attempted but pointers are only 32-bit,
32911              'downgrade' to use64bitint
32912              * if use64bitint is attempted but there's no quad type,
32913              forget about use64bitint (well, the default for it is 'n',
32914              the user can still override this)
32915              * if pointers are 64 bits, do not try to use Perl's malloc
32916      Branch: perl
32917            ! Configure
32918 ____________________________________________________________________________
32919 [  9524] By: gsar                                  on 2001/04/03  01:09:12
32920         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
32921      Branch: maint-5.6/perl
32922            ! pp_sys.c
32923 ____________________________________________________________________________
32924 [  9523] By: jhi                                   on 2001/04/03  00:02:31
32925         Log: (Retracted by #9609)
32926              
32927              Make it harder for parallel makes to enter 'test' before
32928              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
32929              should be unhappy enough, but sometimes parallel makes seem
32930              to sneak past both in Tru64 and AIX.)
32931      Branch: perl
32932            ! Makefile.SH
32933 ____________________________________________________________________________
32934 [  9522] By: jhi                                   on 2001/04/02  22:35:31
32935         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
32936              Date: Mon, 2 Apr 2001 22:54:10 +0100
32937              From: Robin Houston <robin@kitsite.com>
32938              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
32939      Branch: perl
32940            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
32941 ____________________________________________________________________________
32942 [  9521] By: jhi                                   on 2001/04/02  22:32:23
32943         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
32944              From: Robin Houston <robin@kitsite.com>
32945              Date: Mon, 2 Apr 2001 20:24:03 +0100
32946              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
32947      Branch: perl
32948            ! ext/B/B/Concise.pm
32949 ____________________________________________________________________________
32950 [  9520] By: jhi                                   on 2001/04/02  22:30:43
32951         Log: Subject: [PATCH] REALLY pedantic hv.h nit
32952              From: Simon Cozens <simon@netthink.co.uk>
32953              Date: Mon, 2 Apr 2001 15:43:06 +0100
32954              Message-ID: <20010402154306.A21711@netthink.co.uk>
32955      Branch: perl
32956            ! hv.h
32957 ____________________________________________________________________________
32958 [  9519] By: jhi                                   on 2001/04/02  22:28:04
32959         Log: Based on
32960              
32961              Subject: [foolperl] EPOC fix
32962              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32963              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
32964              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
32965      Branch: perl
32966            ! pp_sys.c
32967 ____________________________________________________________________________
32968 [  9518] By: jhi                                   on 2001/04/02  22:22:34
32969         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
32970              
32971              README.win32 tweaks; add a note about alternative location for
32972              getting a gcc-2.95.2 that will build perl properly on windows
32973              
32974              add some notes about gutsy threading matters
32975              
32976              many of the utilities interpolate literal paths within doublequotes
32977              (fails on dosish platforms where path contains backslashes)
32978      Branch: perl
32979           !> README.win32 pod/perlguts.pod utils/perldoc.PL
32980           !> x2p/find2perl.PL x2p/s2p.PL
32981 ____________________________________________________________________________
32982 [  9517] By: gsar                                  on 2001/04/02  19:52:21
32983         Log: many of the utilities interpolate literal paths within doublequotes
32984              (fails on dosish platforms where path contains backslashes)
32985      Branch: maint-5.6/perl
32986            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
32987 ____________________________________________________________________________
32988 [  9516] By: gsar                                  on 2001/04/02  05:49:37
32989         Log: a foolish release
32990      Branch: maint-5.6/perl
32991            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
32992            ! pod/perltoc.pod
32993 ____________________________________________________________________________
32994 [  9515] By: gsar                                  on 2001/04/02  05:04:29
32995         Log: add missing changelog summaries
32996      Branch: maint-5.6/perl
32997            ! Changes
32998 ____________________________________________________________________________
32999 [  9514] By: gsar                                  on 2001/04/02  04:07:13
33000         Log: add some notes about gutsy threading matters
33001      Branch: maint-5.6/perl
33002            ! pod/perlguts.pod
33003 ____________________________________________________________________________
33004 [  9513] By: gsar                                  on 2001/04/02  03:25:21
33005         Log: add more prominent caveat notices about experimental features
33006      Branch: maint-5.6/perl
33007            ! pod/perlfork.pod pod/perlunicode.pod
33008 ____________________________________________________________________________
33009 [  9512] By: gsar                                  on 2001/04/02  02:54:33
33010         Log: integrate changes#9479,9509 from mainline
33011              
33012              [PATCH] File::Glob stuff for Mac OS
33013              
33014              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
33015      Branch: maint-5.6/perl
33016           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33017           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
33018           !> t/lib/glob-taint.t
33019 ____________________________________________________________________________
33020 [  9511] By: gsar                                  on 2001/04/02  02:38:24
33021         Log: README.win32 tweaks; add a note about alternative location for
33022              getting a gcc-2.95.2 that will build perl properly on windows
33023      Branch: maint-5.6/perl
33024            ! README.win32
33025 ____________________________________________________________________________
33026 [  9510] By: jhi                                   on 2001/04/01  20:45:10
33027         Log: An ambiguosity warning.
33028      Branch: perl
33029            ! t/lib/trig.t
33030 ____________________________________________________________________________
33031 [  9509] By: jhi                                   on 2001/04/01  19:53:47
33032         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
33033              From: Jonathan Stowe <gellyfish@gellyfish.com>
33034              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
33035              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
33036      Branch: perl
33037            ! ext/File/Glob/bsd_glob.c
33038 ____________________________________________________________________________
33039 [  9508] By: jhi                                   on 2001/04/01  19:35:03
33040         Log: Update Changes.
33041      Branch: perl
33042            ! Changes patchlevel.h
33043 ____________________________________________________________________________
33044 [  9507] By: jhi                                   on 2001/04/01  19:24:01
33045         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
33046              from mainline to maintperl: pod tweaks.
33047      Branch: maint-5.6/perl
33048           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
33049           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
33050           !> pod/perlvar.pod
33051 ____________________________________________________________________________
33052 [  9506] By: jhi                                   on 2001/04/01  19:11:53
33053         Log: Commit Sarathy to April release of 5.6.1 :-)
33054      Branch: perl
33055            ! pod/perlfaq1.pod
33056 ____________________________________________________________________________
33057 [  9505] By: jhi                                   on 2001/04/01  19:03:15
33058         Log: Subject: PATCH 5.6.0 (perldebug.pod)
33059              From: Mark-Jason Dominus <mjd@plover.com>
33060              Date: Sun, 01 Apr 2001 14:25:11 -0400
33061              Message-ID: <20010401182511.9247.qmail@plover.com>
33062      Branch: perl
33063            ! pod/perldebug.pod
33064 ____________________________________________________________________________
33065 [  9504] By: jhi                                   on 2001/04/01  18:43:09
33066         Log: Add great_circle_direction().
33067      Branch: perl
33068            ! lib/Math/Trig.pm t/lib/trig.t
33069 ____________________________________________________________________________
33070 [  9503] By: jhi                                   on 2001/04/01  17:29:12
33071         Log: Unicode ReadMe update for Unicode 3.1.
33072      Branch: perl
33073            ! lib/unicode/ReadMe.txt
33074 ____________________________________________________________________________
33075 [  9502] By: jhi                                   on 2001/04/01  17:18:40
33076         Log: Integrate change #9501 from maintperl into mainline.
33077              
33078              fix the perlembed notes on multiple interpreters
33079              
33080              fix ExtUtils::Embed to work passably on Windows
33081      Branch: perl
33082           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
33083 ____________________________________________________________________________
33084 [  9501] By: gsar                                  on 2001/04/01  07:21:57
33085         Log: fix the perlembed notes on multiple interpreters
33086              
33087              fix ExtUtils::Embed to work passably on Windows
33088      Branch: maint-5.6/perl
33089            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
33090 ____________________________________________________________________________
33091 [  9500] By: jhi                                   on 2001/04/01  05:58:23
33092         Log: Test for #9499.
33093      Branch: perl
33094            ! t/op/tr.t
33095 ____________________________________________________________________________
33096 [  9499] By: jhi                                   on 2001/04/01  05:55:46
33097         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
33098      Branch: perl
33099            ! embed.h embed.pl op.c proto.h
33100 ____________________________________________________________________________
33101 [  9498] By: jhi                                   on 2001/04/01  05:44:34
33102         Log: Protect the workaround hunk more.
33103      Branch: perl
33104            ! toke.c
33105 ____________________________________________________________________________
33106 [  9497] By: jhi                                   on 2001/04/01  00:24:25
33107         Log: Integrate changes #9493,9494,9495,9496 from maintperl
33108              into mainline.
33109              
33110              fix a broken workaround for Borland compiler in change#4739
33111              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
33112              
33113              nits spotted by Borland compiler
33114              
33115              avoid redefinition warnings under Borland 5.02
33116              
33117              various nits identified by the Borland 5.5 compiler; remove suppression
33118              of a few warnings
33119      Branch: perl
33120           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
33121           !> win32/win32.h
33122 ____________________________________________________________________________
33123 [  9496] By: gsar                                  on 2001/03/31  23:22:28
33124         Log: various nits identified by the Borland 5.5 compiler; remove suppression
33125              of a few warnings
33126      Branch: maint-5.6/perl
33127            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
33128 ____________________________________________________________________________
33129 [  9495] By: gsar                                  on 2001/03/31  21:03:08
33130         Log: avoid redefinition warnings under Borland 5.02
33131      Branch: maint-5.6/perl
33132            ! win32/makefile.mk
33133 ____________________________________________________________________________
33134 [  9494] By: gsar                                  on 2001/03/31  20:18:59
33135         Log: nits spotted by Borland compiler
33136      Branch: maint-5.6/perl
33137            ! utf8.h win32/win32.h
33138 ____________________________________________________________________________
33139 [  9493] By: gsar                                  on 2001/03/31  20:18:05
33140         Log: fix a broken workaround for Borland compiler in change#4739
33141              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
33142      Branch: maint-5.6/perl
33143            ! toke.c
33144 ____________________________________________________________________________
33145 [  9492] By: jhi                                   on 2001/03/31  18:36:24
33146         Log: Integrate change #9491 from maintperl into mainline.
33147              
33148              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
33149              directory is relative (need to fetch the full path name *before*
33150              the chdir!)
33151      Branch: perl
33152           !> lib/Cwd.pm
33153 ____________________________________________________________________________
33154 [  9491] By: gsar                                  on 2001/03/31  17:01:56
33155         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
33156              directory is relative (need to fetch the full path name *before*
33157              the chdir!)
33158              
33159              this is a followup patch for change#6749
33160      Branch: maint-5.6/perl
33161            ! lib/Cwd.pm
33162 ____________________________________________________________________________
33163 [  9490] By: jhi                                   on 2001/03/31  15:50:18
33164         Log: Subject: Re: [PATCH] av.h cosmetics
33165              From: Simon Cozens <simon@netthink.co.uk>
33166              Date: Sat, 31 Mar 2001 13:09:59 +0100
33167              Message-ID: <20010331130959.A22000@netthink.co.uk>
33168              
33169              Document AvALLOC.
33170      Branch: perl
33171            ! pod/perlguts.pod
33172 ____________________________________________________________________________
33173 [  9489] By: jhi                                   on 2001/03/31  15:48:44
33174         Log: Subject: [PATCH] Re: Math::Big* v1.21
33175              From: Tels <perl_dummy@bloodgate.com>
33176              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
33177              Message-Id: <200103311125.GAA377738@www08.hway.net>
33178      Branch: perl
33179            ! pod/perlop.pod
33180 ____________________________________________________________________________
33181 [  9488] By: jhi                                   on 2001/03/31  03:39:51
33182         Log: Debug output tweak.
33183      Branch: perl
33184            ! t/lib/cwd.t
33185 ____________________________________________________________________________
33186 [  9487] By: jhi                                   on 2001/03/31  03:33:02
33187         Log: OverVMSification.
33188      Branch: perl
33189            ! t/lib/cwd.t
33190 ____________________________________________________________________________
33191 [  9486] By: jhi                                   on 2001/03/31  03:01:40
33192         Log: Missed MANIFESTations in #9483.
33193      Branch: perl
33194            ! MANIFEST
33195 ____________________________________________________________________________
33196 [  9485] By: jhi                                   on 2001/03/31  02:58:17
33197         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
33198              From: Peter Prymmer <pvhp@forte.com>
33199              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
33200              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
33201      Branch: perl
33202            ! regexec.c t/lib/cwd.t
33203 ____________________________________________________________________________
33204 [  9484] By: jhi                                   on 2001/03/31  01:04:41
33205         Log: Obsolete file (see #3938)
33206      Branch: perl
33207            - lib/unicode/README.Ethiopic
33208            ! MANIFEST
33209 ____________________________________________________________________________
33210 [  9483] By: jhi                                   on 2001/03/31  00:52:42
33211         Log: Update to Unicode 3.1.
33212              (Rename Names.txt to NamesList.txt.)
33213      Branch: perl
33214            + lib/unicode/NamesList.txt lib/unicode/PropList.html
33215            - lib/unicode/Names.txt
33216            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
33217            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
33218            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
33219            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
33220            ! lib/unicode/UCD.html lib/unicode/Unicode.html
33221            ! lib/unicode/rename lib/unicode/version
33222 ____________________________________________________________________________
33223 [  9482] By: jhi                                   on 2001/03/30  23:33:44
33224         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
33225              From: Robin Houston <robin@kitsite.com>
33226              Date: Fri, 30 Mar 2001 20:07:22 +0100
33227              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
33228      Branch: perl
33229            ! ext/B/B/Deparse.pm
33230 ____________________________________________________________________________
33231 [  9481] By: jhi                                   on 2001/03/30  23:20:25
33232         Log: Subject: Re: [PATCH] CwdXS, Take 2
33233              From: Benjamin Sugars <bsugars@canoe.ca>
33234              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
33235              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
33236      Branch: perl
33237            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
33238            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
33239 ____________________________________________________________________________
33240 [  9480] By: jhi                                   on 2001/03/30  22:52:38
33241         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
33242              From: David Dyck <dcd@tc.fluke.com>
33243              Date: Fri, 30 Mar 2001 14:44:13 -0800
33244              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
33245              
33246              The t/rantests flags file creation was accidentally
33247              removed by #9217.
33248      Branch: perl
33249            ! Makefile.SH
33250 ____________________________________________________________________________
33251 [  9479] By: jhi                                   on 2001/03/30  22:45:45
33252         Log: Subject: [PATCH] File::Glob stuff for Mac OS
33253              From: Chris Nandor <pudge@pobox.com>
33254              Date: Fri, 30 Mar 2001 16:51:00 -0500
33255              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
33256      Branch: perl
33257            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33258            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
33259            ! t/lib/glob-taint.t
33260 ____________________________________________________________________________
33261 [  9478] By: jhi                                   on 2001/03/30  22:43:12
33262         Log: Subject: fix for win32/buildext.pl
33263              From: "Vadim Konovalov" <watman@inbox.ru>
33264              Date: Sat, 31 Mar 2001 00:50:36 +0400
33265              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
33266      Branch: perl
33267            ! win32/buildext.pl
33268 ____________________________________________________________________________
33269 [  9477] By: jhi                                   on 2001/03/30  22:41:16
33270         Log: Subject: small base.pm doc patch
33271              From: Leon Brocard <acme@astray.com>
33272              Date: Fri, 30 Mar 2001 21:49:57 +0100
33273              Message-ID: <20010330214957.B8733@ns0.astray.com>
33274      Branch: perl
33275            ! lib/base.pm
33276 ____________________________________________________________________________
33277 [  9476] By: jhi                                   on 2001/03/30  18:16:57
33278         Log: Subject: [PATCH] av.h cosmetics
33279              From: Simon Cozens <simon@netthink.co.uk>
33280              Date: Fri, 30 Mar 2001 18:12:28 +0100
33281              Message-ID: <20010330181228.A9319@netthink.co.uk>
33282      Branch: perl
33283            ! av.h
33284 ____________________________________________________________________________
33285 [  9475] By: jhi                                   on 2001/03/30  18:15:50
33286         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
33287              From: "Philip Newton" <pnewton@gmx.de>
33288              Date: Fri, 30 Mar 2001 19:06:57 +0200
33289              Message-ID: <3AC4D951.14815.1AC7068@localhost>
33290      Branch: perl
33291            ! pod/perlhack.pod
33292 ____________________________________________________________________________
33293 [  9474] By: jhi                                   on 2001/03/30  18:14:02
33294         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
33295              From: Benjamin Sugars <bsugars@canoe.ca>
33296              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
33297              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
33298      Branch: perl
33299            ! t/lib/glob-basic.t
33300 ____________________________________________________________________________
33301 [  9473] By: jhi                                   on 2001/03/30  16:09:24
33302         Log: Update Changes.
33303      Branch: perl
33304            ! Changes patchlevel.h
33305 ____________________________________________________________________________
33306 [  9472] By: jhi                                   on 2001/03/30  15:16:08
33307         Log: Integrate perlio.
33308      Branch: perl
33309           !> t/lib/cwd.t t/lib/glob-basic.t
33310 ____________________________________________________________________________
33311 [  9471] By: nick                                  on 2001/03/30  14:47:10
33312         Log: Should be (^O eq 'MSWin32') not 'Win32'
33313              Fail #12 seems real - chdir is in wrong dir.
33314      Branch: perlio
33315            ! t/lib/cwd.t
33316 ____________________________________________________________________________
33317 [  9470] By: jhi                                   on 2001/03/30  14:41:11
33318         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
33319              From: Radu Greab <radu@netsoft.ro>
33320              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
33321              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
33322              
33323              Replace #9352.
33324      Branch: perl
33325            ! ext/Socket/Socket.xs pp_sys.c
33326 ____________________________________________________________________________
33327 [  9469] By: jhi                                   on 2001/03/30  14:37:51
33328         Log: Subject: PATCH pod/perldiag.pod
33329              From: Robin Houston <robin@kitsite.com>
33330              Date: Fri, 30 Mar 2001 14:10:36 +0100
33331              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
33332      Branch: perl
33333            ! pod/perldiag.pod t/lib/glob-basic.t
33334 ____________________________________________________________________________
33335 [  9468] By: jhi                                   on 2001/03/30  14:36:36
33336         Log: Subject: Better diagnostic in io/fs.t
33337              From: andreas.koenig@anima.de (Andreas J. Koenig)
33338              Date: 30 Mar 2001 10:11:43 +0200
33339              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
33340      Branch: perl
33341            ! t/io/fs.t
33342 ____________________________________________________________________________
33343 [  9467] By: nick                                  on 2001/03/30  14:25:43
33344         Log: Skip order test of glob if case-ignoring system cannot 
33345              create a.test and A.test
33346      Branch: perlio
33347            ! t/lib/glob-basic.t
33348 ____________________________________________________________________________
33349 [  9466] By: nick                                  on 2001/03/30  13:03:12
33350         Log: Integrate mainline.
33351      Branch: perlio
33352            - ext/re/hints/aix.pl
33353           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
33354           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
33355           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
33356           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
33357 ____________________________________________________________________________
33358 [  9465] By: jhi                                   on 2001/03/30  03:53:37
33359         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
33360              the tests sometimes hang, sometimes not.)
33361      Branch: perl
33362            ! t/lib/io_multihomed.t t/lib/io_sock.t
33363 ____________________________________________________________________________
33364 [  9464] By: jhi                                   on 2001/03/30  02:56:04
33365         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
33366              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33367              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
33368              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
33369      Branch: perl
33370            ! op.c
33371 ____________________________________________________________________________
33372 [  9463] By: jhi                                   on 2001/03/30  02:34:48
33373         Log: Test for #9462.
33374      Branch: perl
33375            ! t/lib/b.t
33376 ____________________________________________________________________________
33377 [  9462] By: jhi                                   on 2001/03/30  02:29:37
33378         Log: Subject: B::Deparse precedence bug. (Patch included.)
33379              From: Jeremy Madea <jmadea@inktomi.com>
33380              Date: Thu, 29 Mar 2001 12:05:02 -0800
33381              Message-ID: <20010329120502.A24881@dr.inktomi.com>
33382      Branch: perl
33383            ! ext/B/B/Deparse.pm
33384 ____________________________________________________________________________
33385 [  9461] By: jhi                                   on 2001/03/30  02:18:41
33386         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
33387              From: Peter Prymmer <pvhp@forte.com>
33388              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
33389              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
33390      Branch: perl
33391            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
33392            ! t/lib/md5-file.t
33393 ____________________________________________________________________________
33394 [  9460] By: jhi                                   on 2001/03/30  02:17:07
33395         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
33396              From: Robin Houston <robin@kitsite.com>
33397              Date: Thu, 29 Mar 2001 20:47:56 +0100
33398              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
33399      Branch: perl
33400            ! ext/B/B/Debug.pm
33401 ____________________________________________________________________________
33402 [  9459] By: jhi                                   on 2001/03/30  02:16:05
33403         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
33404              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
33405              Date: Wed, 28 Mar 2001 18:02:20 -0600
33406              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
33407      Branch: perl
33408            ! lib/ExtUtils/MM_VMS.pm
33409 ____________________________________________________________________________
33410 [  9458] By: jhi                                   on 2001/03/30  02:07:58
33411         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
33412              From: "Joshua E. Rodd" <jrodd@pbs.org>
33413              Date: Wed, 28 Mar 2001 17:29:12 -0500
33414              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
33415      Branch: perl
33416            ! pod/perlop.pod
33417 ____________________________________________________________________________
33418 [  9457] By: jhi                                   on 2001/03/30  02:04:33
33419         Log: Subject: ext/re/aix.pl can go
33420              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33421              Date: Thu, 29 Mar 2001 12:03:28 +0200
33422              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
33423      Branch: perl
33424            - ext/re/hints/aix.pl
33425            ! MANIFEST
33426 ____________________________________________________________________________
33427 [  9456] By: jhi                                   on 2001/03/30  02:03:32
33428         Log: Integrate perlio.
33429      Branch: perl
33430           !> ext/Encode/Encode.xs installperl
33431 ____________________________________________________________________________
33432 [  9455] By: nick                                  on 2001/03/29  21:11:46
33433         Log: DLL name has changed so installperl needs to know
33434              (Why isn't it working it out or passed it?)
33435      Branch: perlio
33436            ! installperl
33437 ____________________________________________________________________________
33438 [  9454] By: nick                                  on 2001/03/29  20:56:12
33439         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
33440              and we don't get undef warnings.
33441      Branch: perlio
33442            ! ext/Encode/Encode.xs
33443 ____________________________________________________________________________
33444 [  9453] By: nick                                  on 2001/03/29  17:58:48
33445         Log: Integrate mainline
33446      Branch: perlio
33447           !> Changes patchlevel.h
33448 ____________________________________________________________________________
33449 [  9452] By: jhi                                   on 2001/03/29  16:44:55
33450         Log: Update Changes.
33451      Branch: perl
33452            ! Changes patchlevel.h
33453 ____________________________________________________________________________
33454 [  9451] By: nick                                  on 2001/03/29  16:31:38
33455         Log: Integrate mainline
33456      Branch: perlio
33457           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
33458           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
33459           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
33460           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
33461           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
33462 ____________________________________________________________________________
33463 [  9450] By: jhi                                   on 2001/03/29  16:29:17
33464         Log: Integrate perlio.
33465      Branch: perl
33466           !> win32/buildext.pl
33467 ____________________________________________________________________________
33468 [  9449] By: jhi                                   on 2001/03/29  15:50:01
33469         Log: Update Changes.
33470      Branch: perl
33471            ! Changes patchlevel.h
33472 ____________________________________________________________________________
33473 [  9448] By: nick                                  on 2001/03/29  15:47:15
33474         Log: Make sure buildext.pl finds Errno.pm
33475      Branch: perlio
33476            ! win32/buildext.pl
33477 ____________________________________________________________________________
33478 [  9447] By: jhi                                   on 2001/03/29  15:39:34
33479         Log: Integrate perlio.
33480      Branch: perl
33481           !> win32/makefile.mk
33482 ____________________________________________________________________________
33483 [  9446] By: nick                                  on 2001/03/29  15:30:03
33484         Log: Integrate win32/makefile.mk with mainline.
33485      Branch: perlio
33486           !> win32/makefile.mk
33487 ____________________________________________________________________________
33488 [  9445] By: nick                                  on 2001/03/29  15:27:32
33489         Log: Fix breakage ... 
33490      Branch: perlio
33491            ! win32/makefile.mk
33492 ____________________________________________________________________________
33493 [  9444] By: jhi                                   on 2001/03/29  15:03:08
33494         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
33495              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33496              Date: Thu, 29 Mar 2001 10:32:59 +0400
33497              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
33498      Branch: perl
33499            ! win32/makefile.mk
33500 ____________________________________________________________________________
33501 [  9443] By: jhi                                   on 2001/03/29  15:02:12
33502         Log: Integrate perlio.
33503      Branch: perl
33504           +> win32/buildext.pl
33505           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
33506           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
33507 ____________________________________________________________________________
33508 [  9442] By: nick                                  on 2001/03/29  14:59:11
33509         Log: Work in progress - determine win32 extensions to build via script.
33510      Branch: perlio
33511            + win32/buildext.pl
33512            ! MANIFEST win32/makefile.mk
33513 ____________________________________________________________________________
33514 [  9441] By: jhi                                   on 2001/03/29  14:51:47
33515         Log: Reintroduce the use of external pwd.
33516      Branch: perl
33517            ! t/lib/cwd.t
33518 ____________________________________________________________________________
33519 [  9440] By: jhi                                   on 2001/03/29  14:42:58
33520         Log: use warnings instead of -w.
33521      Branch: perl
33522            ! utils/h2xs.PL
33523 ____________________________________________________________________________
33524 [  9439] By: jhi                                   on 2001/03/29  14:41:52
33525         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
33526              From: Jonathan Stowe <gellyfish@gellyfish.com>
33527              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
33528              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
33529      Branch: perl
33530            ! utils/h2xs.PL
33531 ____________________________________________________________________________
33532 [  9438] By: jhi                                   on 2001/03/29  14:39:38
33533         Log: Subject: [PATCH perl@9424] minor pod nits
33534              From: Robin Barker <rmb1@cise.npl.co.uk>
33535              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
33536              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
33537      Branch: perl
33538            ! pod/perlhack.pod pod/perliol.pod
33539 ____________________________________________________________________________
33540 [  9437] By: jhi                                   on 2001/03/29  14:29:16
33541         Log: Subject: [PATCH perl@9424] typemap cast warning
33542              From: Robin Barker <rmb1@cise.npl.co.uk>
33543              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
33544              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
33545      Branch: perl
33546            ! lib/ExtUtils/typemap
33547 ____________________________________________________________________________
33548 [  9436] By: jhi                                   on 2001/03/29  14:26:03
33549         Log: Subject: [PATCH perl@9424] printf warning
33550              From: Robin Barker <rmb1@cise.npl.co.uk>
33551              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
33552              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
33553      Branch: perl
33554            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
33555            ! ext/Storable/Storable.xs toke.c
33556 ____________________________________________________________________________
33557 [  9435] By: nick                                  on 2001/03/29  14:23:31
33558         Log: Win32 has name conflict with ERROR
33559      Branch: perlio
33560            ! ext/PerlIO/Via/Via.xs
33561 ____________________________________________________________________________
33562 [  9434] By: jhi                                   on 2001/03/29  14:17:48
33563         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
33564              From: Peter Prymmer <pvhp@forte.com>
33565              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
33566              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
33567      Branch: perl
33568            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
33569 ____________________________________________________________________________
33570 [  9433] By: jhi                                   on 2001/03/29  13:52:44
33571         Log: test-prep target was missing.
33572      Branch: perl
33573            ! Makefile.SH
33574 ____________________________________________________________________________
33575 [  9432] By: nick                                  on 2001/03/29  12:40:03
33576         Log: Make as-shipped compiler default to MSVC6 
33577      Branch: perlio
33578            ! win32/makefile.mk
33579 ____________________________________________________________________________
33580 [  9431] By: nick                                  on 2001/03/29  12:12:16
33581         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
33582              akin to PerlIO::Scalar.
33583      Branch: perlio
33584            ! perlio.c perlio.h
33585 ____________________________________________________________________________
33586 [  9430] By: nick                                  on 2001/03/29  10:56:35
33587         Log: Integrate mainline.
33588      Branch: perlio
33589           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
33590           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
33591           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
33592           !> win32/makefile.mk win32/win32sck.c
33593 ____________________________________________________________________________
33594 [  9429] By: nick                                  on 2001/03/29  09:03:43
33595         Log: Noticed that two tests were skipped as perlio:: package
33596              isn't there any more. Changed the skip condition.
33597              Avoid core-dump if sv_utf8_upgrade() called on something
33598              that does not become SvPOK after SvPV() (e.g. a ref).
33599      Branch: perlio
33600            ! sv.c t/io/utf8.t t/lib/io_scalar.t
33601 ____________________________________________________________________________
33602 [  9428] By: jhi                                   on 2001/03/29  01:31:47
33603         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
33604              From: Benjamin Sugars <bsugars@canoe.ca> 
33605              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
33606              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
33607      Branch: perl
33608            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
33609            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
33610            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
33611 ____________________________________________________________________________
33612 [  9427] By: jhi                                   on 2001/03/29  00:49:30
33613         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
33614              From: "Vadim Konovalov" <watman@inbox.ru>
33615              Date: Thu, 29 Mar 2001 01:50:12 +0400
33616              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
33617      Branch: perl
33618            ! win32/makefile.mk win32/win32sck.c
33619 ____________________________________________________________________________
33620 [  9426] By: gsar                                  on 2001/03/29  00:28:04
33621         Log: dmake can only handle == and != in comparisons; support building
33622              with Borland's VCL libraries (from Vadim Konovalov)
33623      Branch: maint-5.6/perl
33624            ! win32/makefile.mk
33625 ____________________________________________________________________________
33626 [  9425] By: nick                                  on 2001/03/28  19:29:56
33627         Log: Integrate (@snapshot)
33628      Branch: perlio
33629           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
33630 ____________________________________________________________________________
33631 [  9424] By: jhi                                   on 2001/03/28  19:03:16
33632         Log: Update Changes.
33633      Branch: perl
33634            ! Changes patchlevel.h
33635 ____________________________________________________________________________
33636 [  9423] By: jhi                                   on 2001/03/28  18:52:09
33637         Log: Rmdir lib/XS on cleanup.
33638      Branch: perl
33639            ! Makefile.SH
33640 ____________________________________________________________________________
33641 [  9422] By: jhi                                   on 2001/03/28  18:49:34
33642         Log: Integrate perlio.
33643      Branch: perl
33644           !> t/op/utf8decode.t
33645 ____________________________________________________________________________
33646 [  9421] By: nick                                  on 2001/03/28  18:46:44
33647         Log: Loose duplicate chunk.
33648      Branch: perlio
33649            ! t/op/utf8decode.t
33650 ____________________________________________________________________________
33651 [  9420] By: nick                                  on 2001/03/28  18:44:11
33652         Log: Integrate mainline.
33653      Branch: perlio
33654           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
33655           !> vms/vmsish.h
33656 ____________________________________________________________________________
33657 [  9419] By: jhi                                   on 2001/03/28  18:42:05
33658         Log: Can't trust external pwds
33659              (either shell builtins or external programs)
33660      Branch: perl
33661            ! t/lib/cwd.t
33662 ____________________________________________________________________________
33663 [  9418] By: jhi                                   on 2001/03/28  18:34:05
33664         Log: Integrate perlio.
33665      Branch: perl
33666            - lib/perlio.pm
33667           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
33668           !> t/op/utf8decode.t
33669 ____________________________________________________________________________
33670 [  9417] By: nick                                  on 2001/03/28  18:24:02
33671         Log: PerlIO.pm / perlio.pm conflict.
33672              Update some pods.
33673              Make t/op/utf8decode.t a text file.
33674      Branch: perlio
33675            - lib/perlio.pm
33676            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
33677            ! t/op/utf8decode.t
33678 ____________________________________________________________________________
33679 [  9416] By: jhi                                   on 2001/03/28  18:06:07
33680         Log: Integrate change #9409 from mainline to maintperl.
33681              
33682              Yet another tweak on AIX dynaloading.
33683      Branch: maint-5.6/perl
33684           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33685 ____________________________________________________________________________
33686 [  9415] By: gsar                                  on 2001/03/28  17:13:01
33687         Log: integrate changes#9377,9385,9401 from mainline
33688              
33689              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
33690              
33691              If directory entries compare equal case-insensitively,
33692              retry case-sensitively.
33693              
33694              Subject: [PATCH] B::Terse and warnings
33695      Branch: maint-5.6/perl
33696           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
33697           !> t/pragma/warn/perl
33698 ____________________________________________________________________________
33699 [  9414] By: jhi                                   on 2001/03/28  17:11:12
33700         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
33701              From: "Craig A. Berry" <craigberry@mac.com>
33702              Date: Wed, 28 Mar 2001 10:55:20 -0600
33703              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
33704      Branch: perl
33705            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
33706 ____________________________________________________________________________
33707 [  9413] By: jhi                                   on 2001/03/28  17:03:12
33708         Log: Dup hunk.
33709      Branch: perl
33710            ! t/op/utf8decode.t
33711 ____________________________________________________________________________
33712 [  9412] By: jhi                                   on 2001/03/28  17:02:36
33713         Log: Forced integrate from perlio.
33714      Branch: perl
33715           !> t/op/utf8decode.t
33716 ____________________________________________________________________________
33717 [  9411] By: nick                                  on 2001/03/28  16:50:03
33718         Log: Integrate mainline.
33719      Branch: perlio
33720           +> t/lib/cwd.t
33721           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33722           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
33723           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
33724           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
33725           !> t/pragma/warn/perl
33726 ____________________________________________________________________________
33727 [  9410] By: jhi                                   on 2001/03/28  16:44:23
33728         Log: Subject: Re: [PATCH] 9403 cannot be tested
33729              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33730              Date: Wed, 28 Mar 2001 18:33:56 +0200
33731              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
33732      Branch: perl
33733            ! makedef.pl
33734 ____________________________________________________________________________
33735 [  9409] By: jhi                                   on 2001/03/28  16:12:45
33736         Log: Yet another tweak on AIX dynaloading.
33737      Branch: perl
33738            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33739 ____________________________________________________________________________
33740 [  9408] By: jhi                                   on 2001/03/28  15:52:55
33741         Log: Subject: [PATCH] 9403 cannot be tested
33742              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
33743              Date: Wed, 28 Mar 2001 17:23:00 +0200
33744              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
33745              
33746              A missing symbol.
33747      Branch: perl
33748            ! makedef.pl
33749 ____________________________________________________________________________
33750 [  9407] By: jhi                                   on 2001/03/28  15:47:43
33751         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
33752      Branch: perl
33753            ! t/op/utf8decode.t
33754           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
33755           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
33756 ____________________________________________________________________________
33757 [  9406] By: jhi                                   on 2001/03/28  15:37:08
33758         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
33759              From: Benjamin Sugars <bsugars@canoe.ca> 
33760              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
33761              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
33762      Branch: perl
33763            + t/lib/cwd.t
33764            ! MANIFEST
33765 ____________________________________________________________________________
33766 [  9405] By: jhi                                   on 2001/03/28  15:13:18
33767         Log: pp_ne() needs a CORRECT boolean.
33768      Branch: perl
33769            ! pp.c
33770 ____________________________________________________________________________
33771 [  9404] By: jhi                                   on 2001/03/28  15:09:23
33772         Log: pp_ne() needs a boolean, not an integer.
33773      Branch: perl
33774            ! pp.c
33775 ____________________________________________________________________________
33776 [  9403] By: jhi                                   on 2001/03/28  14:47:43
33777         Log: (Retracted by #9404.)
33778      Branch: perl
33779            ! pp.c
33780 ____________________________________________________________________________
33781 [  9402] By: jhi                                   on 2001/03/28  14:43:59
33782         Log: Subject: Re: [PATCH] Typemap testing
33783              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
33784              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
33785              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
33786      Branch: perl
33787            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33788            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
33789 ____________________________________________________________________________
33790 [  9401] By: jhi                                   on 2001/03/28  14:42:14
33791         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
33792              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33793              Date: Sun, 25 Mar 2001 21:59:15 +0100
33794              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
33795              
33796              A variable will be checked for the "use once" warnings if:
33797              
33798              1. It is in the scope of a use warnings 'once'
33799              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
33800              
33801              Otherwise it won't be checked at all.
33802              
33803              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
33804              
33805              The enclosed patch partially fixes this issue. What I didn't
33806              get to work was the case where the "used once" warning is enabled
33807              in any file other than the main file.
33808      Branch: perl
33809            ! gv.c t/pragma/warn/perl
33810 ____________________________________________________________________________
33811 [  9400] By: nick                                  on 2001/03/28  14:38:24
33812         Log: More EBCDIC tweaks:
33813              - one more swash issue &~(0xA0-1) did not do the right thing,
33814              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
33815              - add "use re 'asciirange'" to make [!-~] etc. work
33816              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
33817              - Choose a key for t/op/each.t test which gets encoded.
33818              - Skip utf8decode if this is UTF-EBCDIC.
33819      Branch: perlio
33820            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
33821            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
33822 ____________________________________________________________________________
33823 [  9399] By: jhi                                   on 2001/03/28  14:21:00
33824         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
33825              Andreas Schwab.
33826      Branch: perl
33827            ! pp.c
33828 ____________________________________________________________________________
33829 [  9398] By: jhi                                   on 2001/03/28  00:55:56
33830         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
33831              From: David Dyck <dcd@tc.fluke.com>
33832              Date: Tue, 27 Mar 2001 15:16:24 -0800
33833              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
33834      Branch: perl
33835            ! ext/IO/lib/IO/Socket.pm
33836 ____________________________________________________________________________
33837 [  9397] By: jhi                                   on 2001/03/27  21:52:49
33838         Log: Integrate perlio.
33839      Branch: perl
33840           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
33841           +> ext/PerlIO/Via/Via.xs
33842           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
33843 ____________________________________________________________________________
33844 [  9396] By: nick                                  on 2001/03/27  21:45:13
33845         Log: Integrate mainline.
33846      Branch: perlio
33847           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
33848           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
33849 ____________________________________________________________________________
33850 [  9395] By: nick                                  on 2001/03/27  21:18:58
33851         Log: Outline docs for PerlIO and PerlIO::Scalar
33852      Branch: perlio
33853            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
33854 ____________________________________________________________________________
33855 [  9394] By: nick                                  on 2001/03/27  20:50:13
33856         Log: PerlIO::Via layer (alpha-ish).
33857      Branch: perlio
33858            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
33859            + ext/PerlIO/Via/Via.xs
33860            ! MANIFEST
33861 ____________________________________________________________________________
33862 [  9393] By: jhi                                   on 2001/03/27  20:49:55
33863         Log: Retract #9329 now that 9390 should take care of the matter.
33864      Branch: perl
33865            ! utils/h2xs.PL
33866 ____________________________________________________________________________
33867 [  9390] By: jhi                                   on 2001/03/27  20:47:50
33868         Log: Subject: Autoloading Errno.pm when %! is encountered
33869              From: Robin Houston <robin@kitsite.com>
33870              Date: Tue, 27 Mar 2001 20:57:11 +0100
33871              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
33872      Branch: perl
33873            ! embed.h embed.pl gv.c proto.h t/op/magic.t
33874 ____________________________________________________________________________
33875 [  9389] By: jhi                                   on 2001/03/27  20:24:31
33876         Log: Integrate perlio.
33877      Branch: perl
33878           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
33879           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
33880           !> utf8.c
33881 ____________________________________________________________________________
33882 [  9388] By: jhi                                   on 2001/03/27  20:21:38
33883         Log: Better have a three-element array if one is going to assign
33884              to the third element of that array. (from Tim Jenness)
33885      Branch: perl
33886            ! ext/XS/Typemap/Typemap.xs
33887 ____________________________________________________________________________
33888 [  9387] By: nick                                  on 2001/03/27  20:15:43
33889         Log: Integrate mainline.
33890      Branch: perlio
33891           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
33892           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33893           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
33894           +> t/lib/xs-typemap.t
33895           !> (integrate 34 files)
33896 ____________________________________________________________________________
33897 [  9386] By: jhi                                   on 2001/03/27  20:04:18
33898         Log: Subject: Re: perl@9359 breaks HTML::Parser
33899              From: Gisle Aas <gisle@ActiveState.com>
33900              Date: 27 Mar 2001 11:30:24 -0800
33901              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
33902              
33903              Clarify the UTF-8 issues of the API docs.
33904              (Slightly reworded and expanded.)
33905      Branch: perl
33906            ! pod/perlapi.pod sv.c sv.h
33907 ____________________________________________________________________________
33908 [  9385] By: jhi                                   on 2001/03/27  19:44:25
33909         Log: If directory entries compare equal case-insensitively,
33910              retry case-sensitively.
33911      Branch: perl
33912            ! ext/File/Glob/bsd_glob.c
33913 ____________________________________________________________________________
33914 [  9384] By: nick                                  on 2001/03/27  19:38:50
33915         Log: Various EBCDIC fixes:
33916              - major revelation that swash code is encoding aware,
33917              (or thought it was) - now it is ;-)
33918              - With that out of the way fix a slab of tr/// cases.
33919              - Fix Encode 'Unicode' to be true Unicode so tests pass.
33920              - As anticipated Base64.xs needed tweaks.
33921              - Until tr/// works right avoid old_encode64 in MIME tests.
33922      Branch: perlio
33923            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
33924            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
33925 ____________________________________________________________________________
33926 [  9383] By: jhi                                   on 2001/03/27  18:34:41
33927         Log: Add the std test suite BEGIN block.
33928      Branch: perl
33929            ! t/lib/xs-typemap.t
33930 ____________________________________________________________________________
33931 [  9382] By: jhi                                   on 2001/03/27  15:16:07
33932         Log: Add debugging output to the test.
33933      Branch: perl
33934            ! t/lib/glob-basic.t
33935 ____________________________________________________________________________
33936 [  9381] By: jhi                                   on 2001/03/27  15:08:10
33937         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
33938      Branch: perl
33939            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
33940            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33941            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
33942            + t/lib/xs-typemap.t
33943            ! MANIFEST
33944 ____________________________________________________________________________
33945 [  9380] By: jhi                                   on 2001/03/27  14:48:34
33946         Log: Subject: [PATCH] Typemap testing
33947              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
33948              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
33949              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
33950              
33951              (The first part of the patch.)
33952      Branch: perl
33953            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
33954 ____________________________________________________________________________
33955 [  9379] By: jhi                                   on 2001/03/27  14:44:56
33956         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
33957              From: Benjamin Sugars <bsugars@canoe.ca> 
33958              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
33959              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
33960      Branch: perl
33961            ! t/lib/glob-basic.t
33962 ____________________________________________________________________________
33963 [  9378] By: jhi                                   on 2001/03/27  14:42:30
33964         Log: Subject: [PATCH] perlvar nit
33965              From: Simon Cozens <simon@netthink.co.uk>
33966              Date: Tue, 27 Mar 2001 01:12:01 +0100
33967              Message-ID: <20010327011201.A19179@netthink.co.uk>
33968      Branch: perl
33969            ! pod/perlvar.pod
33970 ____________________________________________________________________________
33971 [  9377] By: jhi                                   on 2001/03/27  14:36:26
33972         Log: Subject: [PATCH] B::Terse and warnings
33973              From: Benjamin Sugars <ben.sugars@home.com>
33974              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
33975              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
33976      Branch: perl
33977            ! ext/B/B.pm ext/B/B/Terse.pm
33978 ____________________________________________________________________________
33979 [  9376] By: jhi                                   on 2001/03/27  14:31:31
33980         Log: Document sockatmark() some.
33981      Branch: perl
33982            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
33983            ! pod/perltoc.pod
33984 ____________________________________________________________________________
33985 [  9375] By: jhi                                   on 2001/03/27  14:00:24
33986         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
33987              noted by Gisle and fixed by NI-S.
33988      Branch: perl
33989            ! sv.c
33990 ____________________________________________________________________________
33991 [  9374] By: jhi                                   on 2001/03/27  05:50:01
33992         Log: Regen toc.
33993      Branch: perl
33994            ! pod/perltoc.pod
33995 ____________________________________________________________________________
33996 [  9373] By: jhi                                   on 2001/03/27  05:43:51
33997         Log: Pixie documenting.
33998      Branch: perl
33999            ! Makefile.SH pod/perlhack.pod
34000 ____________________________________________________________________________
34001 [  9372] By: jhi                                   on 2001/03/27  05:29:34
34002         Log: Metaconfig unit changes for #9371.
34003      Branch: metaconfig
34004            ! U/modified/myhostname.U
34005      Branch: metaconfig/U/perl
34006            + d_sockatmark.U
34007            ! gccvers.U
34008 ____________________________________________________________________________
34009 [  9371] By: jhi                                   on 2001/03/27  05:29:07
34010         Log: Add sockatmark() probing.
34011      Branch: perl
34012            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34013            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
34014            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34015            ! vos/config.ga.h win32/config.bc win32/config.gc
34016            ! win32/config.vc
34017 ____________________________________________________________________________
34018 [  9370] By: jhi                                   on 2001/03/26  22:01:18
34019         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
34020              Really need to benchmark this.
34021      Branch: perl
34022            ! pp.c
34023 ____________________________________________________________________________
34024 [  9369] By: nick                                  on 2001/03/26  21:59:30
34025         Log: Integrate mainline.
34026      Branch: perlio
34027            ! ext/MIME/Base64/QuotedPrint.pm
34028           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
34029           !> patchlevel.h pod/perlhack.pod pp_sys.c
34030 ____________________________________________________________________________
34031 [  9368] By: jhi                                   on 2001/03/26  21:47:03
34032         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
34033              
34034              TODO1: perlbench.
34035              TODO2: le, lt, ge, gt?  Yech.
34036      Branch: perl
34037            ! pp.c
34038 ____________________________________________________________________________
34039 [  9367] By: jhi                                   on 2001/03/26  21:34:57
34040         Log: Too much cut-and-paste in #9363.
34041      Branch: perl
34042            ! pp_sys.c
34043 ____________________________________________________________________________
34044 [  9366] By: jhi                                   on 2001/03/26  21:20:53
34045         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
34046              From: Andreas Schwab <schwab@suse.de>
34047              Date: 26 Mar 2001 17:29:04 +0200
34048              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
34049              
34050              (The patch for 5.6.0 or so, this is a guess for bleadperl)
34051      Branch: perl
34052            ! pp_hot.c
34053 ____________________________________________________________________________
34054 [  9365] By: jhi                                   on 2001/03/26  21:07:54
34055         Log: Integrate perlio.
34056      Branch: perl
34057           !> perlio.c
34058 ____________________________________________________________________________
34059 [  9364] By: nick                                  on 2001/03/26  20:30:48
34060         Log: REFCNT botch in layer name cache hash.
34061      Branch: perlio
34062            ! perlio.c
34063 ____________________________________________________________________________
34064 [  9363] By: jhi                                   on 2001/03/26  18:44:32
34065         Log: Subject: [PATCH] socket() leaks file descriptors
34066              From: Benjamin Sugars <bsugars@canoe.ca>
34067              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
34068              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
34069              
34070              Also sockpair() fixed similarly.
34071      Branch: perl
34072            ! pp_sys.c
34073 ____________________________________________________________________________
34074 [  9362] By: jhi                                   on 2001/03/26  18:37:52
34075         Log: Integrate perlio.
34076      Branch: perl
34077           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
34078 ____________________________________________________________________________
34079 [  9361] By: nick                                  on 2001/03/26  17:32:06
34080         Log: Implement flush of linebuffered streams on read of a tty.
34081      Branch: perlio
34082            ! perlio.c perliol.h
34083 ____________________________________________________________________________
34084 [  9360] By: nick                                  on 2001/03/26  17:12:32
34085         Log: Memory tweaks and notes for OEMVS.
34086      Branch: perlio
34087            ! README.os390 miniperlmain.c t/op/pat.t
34088 ____________________________________________________________________________
34089 [  9359] By: jhi                                   on 2001/03/26  02:12:54
34090         Log: Update Changes.
34091      Branch: perl
34092            ! Changes patchlevel.h
34093 ____________________________________________________________________________
34094 [  9358] By: jhi                                   on 2001/03/26  02:05:32
34095         Log: Document the most common pixie options.
34096      Branch: perl
34097            ! pod/perlhack.pod
34098 ____________________________________________________________________________
34099 [  9357] By: jhi                                   on 2001/03/26  01:25:28
34100         Log: For perl.pixie check *before* compiling that optimize is -g,
34101              as for perl.third.
34102      Branch: perl
34103            ! Makefile.SH
34104 ____________________________________________________________________________
34105 [  9356] By: jhi                                   on 2001/03/26  01:13:41
34106         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
34107      Branch: perl
34108            ! Makefile.SH
34109 ____________________________________________________________________________
34110 [  9355] By: jhi                                   on 2001/03/26  01:11:19
34111         Log: Remove t/perl.third.
34112      Branch: perl
34113            ! Makefile.SH
34114 ____________________________________________________________________________
34115 [  9354] By: jhi                                   on 2001/03/26  00:23:38
34116         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
34117              IO::Sockatmark().
34118      Branch: perl
34119            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
34120 ____________________________________________________________________________
34121 [  9353] By: jhi                                   on 2001/03/25  22:25:04
34122         Log: Integrate perlio.
34123      Branch: perl
34124           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
34125           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
34126           !> pp_hot.c win32/makefile.mk
34127 ____________________________________________________________________________
34128 [  9352] By: jhi                                   on 2001/03/25  22:21:41
34129         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
34130              From: Radu Greab <radu@netsoft.ro>
34131              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
34132              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
34133      Branch: perl
34134            ! pp_sys.c
34135 ____________________________________________________________________________
34136 [  9351] By: nick                                  on 2001/03/25  22:15:02
34137         Log: Fix readline in list mode to tell rest of world that it has
34138              things on the stack. Otherwise if perl code gets invoked
34139              underneath it it scribbles over results-so-far.
34140              (Why TIEHANDLE has not tripped on this is a mystery.)
34141      Branch: perlio
34142            ! pp_hot.c
34143 ____________________________________________________________________________
34144 [  9350] By: nick                                  on 2001/03/25  22:10:13
34145         Log: win32/makefile.mk typos
34146      Branch: perlio
34147            ! win32/makefile.mk
34148 ____________________________________________________________________________
34149 [  9349] By: nick                                  on 2001/03/25  21:31:14
34150         Log: Integrate now-non-binary file.
34151      Branch: perlio
34152           !> t/lib/mimeqp.t
34153 ____________________________________________________________________________
34154 [  9348] By: nick                                  on 2001/03/25  21:27:24
34155         Log: Make it text
34156      Branch: perlio
34157            ! t/lib/mimeqp.t
34158 ____________________________________________________________________________
34159 [  9347] By: nick                                  on 2001/03/25  21:25:37
34160         Log: Integrate mainline.
34161      Branch: perlio
34162           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
34163           !> lib/Term/ReadLine.pm t/lib/md5-file.t
34164 ____________________________________________________________________________
34165 [  9346] By: nick                                  on 2001/03/25  20:58:15
34166         Log: Add destruct time hook to PerlIO (for work-in-process implementing
34167              layers in perl code. In such cases layers need to be popped before
34168              we loose the ability to run perl code.)
34169              Also back-out "PerlIO::object" hook - it isn't going to work like that...
34170      Branch: perlio
34171            ! perl.c perlio.c perlio.h perliol.h
34172 ____________________________________________________________________________
34173 [  9345] By: nick                                  on 2001/03/25  20:49:11
34174         Log: Avoid at leasy one of undefined warnings in Encode.
34175      Branch: perlio
34176            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
34177 ____________________________________________________________________________
34178 [  9344] By: jhi                                   on 2001/03/25  20:37:43
34179         Log: A workaround for using Term::ReadLine in emacs minibuffer
34180              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
34181              additional tweaks from Ilya Zakharevich.
34182      Branch: perl
34183            ! lib/Term/ReadLine.pm
34184 ____________________________________________________________________________
34185 [  9343] By: nick                                  on 2001/03/25  20:21:14
34186         Log: Missing return value.
34187      Branch: perlio
34188            ! ext/PerlIO/Scalar/Scalar.xs
34189 ____________________________________________________________________________
34190 [  9342] By: jhi                                   on 2001/03/25  16:21:00
34191         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
34192              to equal the CPAN versions since no code changes have been made.
34193      Branch: perl
34194            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
34195            ! t/lib/md5-file.t
34196 ____________________________________________________________________________
34197 [  9341] By: jhi                                   on 2001/03/25  16:01:48
34198         Log: Escape 8-bit characters.
34199      Branch: perl
34200            ! t/lib/mimeqp.t
34201 ____________________________________________________________________________
34202 [  9340] By: gsar                                  on 2001/03/25  15:50:53
34203         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
34204              chars)
34205      Branch: perl
34206            + t/lib/mimeqp.t
34207 ____________________________________________________________________________
34208 [  9339] By: gsar                                  on 2001/03/25  15:48:50
34209         Log: delete mimeqp.t for later add with text mode set
34210      Branch: perl
34211            - t/lib/mimeqp.t
34212 ____________________________________________________________________________
34213 [  9338] By: nick                                  on 2001/03/25  09:01:57
34214         Log: Integrate mainline.
34215      Branch: perlio
34216           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
34217           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
34218           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
34219           +> t/lib/mimeb64u.t t/lib/mimeqp.t
34220           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
34221           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
34222           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
34223 ____________________________________________________________________________
34224 [  9337] By: jhi                                   on 2001/03/25  04:23:24
34225         Log: Add MIME::Base64 here and there.  Again, a lot of
34226              optimism is in the air.
34227      Branch: perl
34228            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
34229            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
34230 ____________________________________________________________________________
34231 [  9336] By: jhi                                   on 2001/03/25  04:12:43
34232         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
34233              this by ear as I do not do Win32 programming.)
34234      Branch: perl
34235            ! win32/Makefile win32/makefile.mk
34236 ____________________________________________________________________________
34237 [  9335] By: jhi                                   on 2001/03/25  04:03:50
34238         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
34239      Branch: perl
34240            ! t/lib/md5-file.t
34241 ____________________________________________________________________________
34242 [  9334] By: jhi                                   on 2001/03/25  03:58:53
34243         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
34244      Branch: perl
34245            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
34246            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
34247            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
34248            + t/lib/mimeb64u.t t/lib/mimeqp.t
34249            ! MANIFEST
34250 ____________________________________________________________________________
34251 [  9333] By: jhi                                   on 2001/03/24  20:14:37
34252         Log: Integrate perlio.
34253      Branch: perl
34254           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
34255 ____________________________________________________________________________
34256 [  9332] By: nick                                  on 2001/03/24  19:40:34
34257         Log: Fix un-init variable leading to spurious "Out of Memory!"
34258      Branch: perlio
34259            ! doio.c
34260 ____________________________________________________________________________
34261 [  9331] By: nick                                  on 2001/03/24  19:09:59
34262         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
34263              and update layers internals doc.
34264      Branch: perlio
34265            ! pod/perlfunc.pod pod/perliol.pod
34266 ____________________________________________________________________________
34267 [  9330] By: jhi                                   on 2001/03/24  18:42:11
34268         Log: The length might be uninitialized garbage if the *svp is the undef.
34269      Branch: perl
34270            ! doio.c
34271 ____________________________________________________________________________
34272 [  9329] By: jhi                                   on 2001/03/24  18:26:57
34273         Log: (Retracted by #9393)
34274              
34275              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
34276              From: Simon Cozens <simon@netthink.co.uk>
34277              Date: Sat, 24 Mar 2001 17:13:17 +0000
34278              Message-ID: <20010324171317.A13406@netthink.co.uk>
34279      Branch: perl
34280            ! utils/h2xs.PL
34281 ____________________________________________________________________________
34282 [  9328] By: nick                                  on 2001/03/24  17:22:02
34283         Log: Integrate mainline.
34284      Branch: perlio
34285           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
34286           !> lib/unicode/version
34287 ____________________________________________________________________________
34288 [  9327] By: nick                                  on 2001/03/24  17:16:02
34289         Log: Integrate mainline.
34290      Branch: perlio
34291           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34292           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
34293           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
34294           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
34295           +> t/lib/md5-file.t
34296           !> MANIFEST Makefile.SH configure.com djgpp/config.over
34297           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
34298           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
34299           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
34300           !> win32/makefile.mk
34301 ____________________________________________________________________________
34302 [  9326] By: jhi                                   on 2001/03/24  17:00:42
34303         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
34304      Branch: perl
34305            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
34306            ! lib/unicode/version
34307 ____________________________________________________________________________
34308 [  9325] By: jhi                                   on 2001/03/24  16:22:33
34309         Log: Subject: Re: B::Deparse bug (5.6.0)
34310              From: Robin Houston <robin@kitsite.com>
34311              Date: Sat, 24 Mar 2001 14:33:09 +0000
34312              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
34313      Branch: perl
34314            ! op.c pp.c t/lib/b.t t/op/repeat.t
34315 ____________________________________________________________________________
34316 [  9324] By: jhi                                   on 2001/03/24  16:21:56
34317         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
34318              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
34319              these additions may be too optimistic.
34320      Branch: perl
34321            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
34322            ! hints/uwin.sh hints/vmesa.sh
34323 ____________________________________________________________________________
34324 [  9323] By: jhi                                   on 2001/03/24  16:06:01
34325         Log: Integrate perlio.
34326      Branch: perl
34327           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
34328           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
34329            ! Makefile.SH
34330           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
34331           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
34332           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
34333           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34334           !> win32/makefile.mk win32/perlhost.h win32/win32.c
34335           !> win32/win32iop.h
34336 ____________________________________________________________________________
34337 [  9322] By: nick                                  on 2001/03/24  14:39:12
34338         Log: Routine Win32 regen_config_h - no real changes.
34339      Branch: perlio
34340            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34341 ____________________________________________________________________________
34342 [  9321] By: nick                                  on 2001/03/24  14:31:49
34343         Log: PerlIO fixups for Win32:
34344              - provide win33_popenlist() - non-functional as yet.
34345              - avoid need for aTHX in PerlIO_debug calls - even if not 
34346              enabled args are still evaluated so Win32 has trouble during fork().
34347              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
34348              - Fixup makedef.pl for latest set of symbols.
34349      Branch: perlio
34350            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
34351            ! win32/perlhost.h win32/win32.c win32/win32iop.h
34352 ____________________________________________________________________________
34353 [  9320] By: nick                                  on 2001/03/24  14:26:58
34354         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
34355              was gibberish - broke it on WIn32 at least.
34356      Branch: perlio
34357            ! ext/POSIX/POSIX.xs
34358 ____________________________________________________________________________
34359 [  9319] By: nick                                  on 2001/03/24  11:29:41
34360         Log: Generated files.
34361      Branch: perlio
34362            ! embed.h global.sym objXSUB.h perlapi.c proto.h
34363 ____________________________________________________________________________
34364 [  9318] By: nick                                  on 2001/03/24  10:29:37
34365         Log: Implement:
34366              1.  open($fh,"+<",undef);  # add test to t/io/open.t
34367              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
34368      Branch: perlio
34369            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
34370            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
34371            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
34372            ! t/io/open.t t/io/utf8.t
34373 ____________________________________________________________________________
34374 [  9317] By: jhi                                   on 2001/03/23  23:41:25
34375         Log: AIX does seems to have optimization problems with its C compilers.
34376      Branch: perl
34377            ! hints/aix.sh
34378 ____________________________________________________________________________
34379 [  9316] By: jhi                                   on 2001/03/23  23:40:46
34380         Log: Integrate perlio.
34381      Branch: perl
34382           +> lib/PerlIO.pm
34383           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
34384           !> perliol.h
34385 ____________________________________________________________________________
34386 [  9315] By: jhi                                   on 2001/03/23  22:16:30
34387         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
34388      Branch: perl
34389            ! t/lib/md5-file.t
34390 ____________________________________________________________________________
34391 [  9314] By: nick                                  on 2001/03/23  20:49:02
34392         Log: Perlio internals re-organized.
34393              - open process creates AV of layer/arg pairs
34394              (appends layers from open() or open.pm to default list).
34395              - push arg is now an SV.
34396              - layer ->Open get passed the AV
34397              - open is no longer mandatory method.
34398              - topmost layer that has ->Open method does the open
34399              - any layers above are pushed once that returns.
34400              - vtable re-ordered so dummy layers need only provide push/pop methods.
34401      Branch: perlio
34402            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34403 ____________________________________________________________________________
34404 [  9313] By: nick                                  on 2001/03/23  16:27:41
34405         Log: Check in a stable (working) version before next round of tweaks.
34406              Changes include:
34407              - Move default layers code out of doio.c and into perlio.c
34408              - Single routine for parsing layer specification strings.
34409              - Skeleton support for demand loading of layers
34410              - Core-dump avoidance if PERLIO environment specifies loadable layer
34411              (does not _work_ as need IO to load and need load to do IO ...)
34412      Branch: perlio
34413            + lib/PerlIO.pm
34414            ! MANIFEST doio.c perlio.c
34415 ____________________________________________________________________________
34416 [  9312] By: gsar                                  on 2001/03/23  16:25:25
34417         Log: add execute bit to files with shebang lines in the repository;
34418              avoid clobbering execute bit in Porting/makerel 
34419      Branch: maint-5.6/perl
34420            ! (edit 144 files)
34421 ____________________________________________________________________________
34422 [  9311] By: jhi                                   on 2001/03/23  14:25:35
34423         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
34424      Branch: perl
34425            ! MANIFEST
34426 ____________________________________________________________________________
34427 [  9310] By: jhi                                   on 2001/03/23  13:45:04
34428         Log: Subject: [PATCH] Net::Ping
34429              From: Colin McMillen <mcmi0037@tc.umn.edu>
34430              Date: Thu, 22 Mar 2001 19:30:31 -0600
34431              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
34432      Branch: perl
34433            ! lib/Net/Ping.pm
34434 ____________________________________________________________________________
34435 [  9309] By: jhi                                   on 2001/03/23  13:39:13
34436         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
34437      Branch: perl
34438            ! t/lib/md5-aaa.t t/lib/md5-file.t
34439 ____________________________________________________________________________
34440 [  9308] By: jhi                                   on 2001/03/23  13:20:34
34441         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
34442              - bump the version to 2.14
34443              - drop the base64 tests since they require MIME::Base64
34444              - drop the rfc1321.txt
34445              - drop the hints/dec_osf.pl since it's only needed for
34446              pre-5.005_03 Perls
34447              Todo:
34448              - the U32 alignment testing is now removed; it needs to
34449              be reintroduced as as a Config variable (meaning also
34450              as a Configure test)
34451              - get the new EBCDIC md5sum for MD5.pm
34452              - test in Win32 to see how badly I botched the makefiles
34453      Branch: perl
34454            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34455            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
34456            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
34457            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
34458            + t/lib/md5-file.t
34459            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
34460            ! win32/Makefile win32/makefile.mk
34461 ____________________________________________________________________________
34462 [  9307] By: jhi                                   on 2001/03/23  12:56:14
34463         Log: Integrate change #9306 from maintperl into mainline,
34464              AIX dynaloader for AIXes without <load.h>.
34465      Branch: perl
34466           !> ext/DynaLoader/hints/aix.pl
34467 ____________________________________________________________________________
34468 [  9306] By: jhi                                   on 2001/03/23  12:51:36
34469         Log: There are AIXes without /usr/include/load.h,
34470              patch from H.Merijn Brand.
34471      Branch: maint-5.6/perl
34472            ! ext/DynaLoader/hints/aix.pl
34473 ____________________________________________________________________________
34474 [  9305] By: nick                                  on 2001/03/23  11:00:42
34475         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
34476      Branch: perlio
34477            ! ext/Encode/Encode.xs perlio.c perlio.h
34478 ____________________________________________________________________________
34479 [  9304] By: nick                                  on 2001/03/23  10:20:46
34480         Log: Render -Duseperlio functional again.
34481              - this is "quick fix" which calls PerlIO_apply_layers after opening,
34482              which is what old scheme did. New scheme needs to change that
34483              to make open(...,\$scalar) etc. work but this will do for now.
34484      Branch: perlio
34485            ! perlio.c
34486 ____________________________________________________________________________
34487 [  9303] By: nick                                  on 2001/03/23  09:53:20
34488         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
34489              -Uuseperlio now works again.
34490              -Duseperlio is still poorly. Don't merge yet...
34491      Branch: perlio
34492            ! doio.c perlio.h
34493 ____________________________________________________________________________
34494 [  9302] By: nick                                  on 2001/03/22  22:26:51
34495         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
34496              type code.
34497              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
34498              is its main caller. In particular now has access to "extra" args, and
34499              can tell when an open handle is "reopened" (or duped?).
34500              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
34501              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
34502              PerlIO_open() et. al. (i.e. other way round).
34503              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
34504              with args close to PerlIO_openn().
34505      Branch: perlio
34506            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34507 ____________________________________________________________________________
34508 [  9301] By: jhi                                   on 2001/03/22  20:58:04
34509         Log: Integrate perlio.
34510      Branch: perl
34511           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
34512           !> t/io/open.t util.c
34513 ____________________________________________________________________________
34514 [  9300] By: nick                                  on 2001/03/22  17:36:32
34515         Log: Don't include $@ in not ok message.
34516      Branch: perlio
34517            ! t/io/open.t
34518 ____________________________________________________________________________
34519 [  9299] By: gsar                                  on 2001/03/22  16:53:45
34520         Log: back out changes#7532,7521 for now (appears to have problems
34521              on IRIX)
34522      Branch: maint-5.6/perl
34523            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34524            ! ext/POSIX/typemap pod/perlvar.pod
34525 ____________________________________________________________________________
34526 [  9298] By: nick                                  on 2001/03/22  14:35:46
34527         Log: Give a meaning to '&' in n-arg open case:
34528              open($fh,"<&",$scalar);
34529              $scalar can be:
34530              - an integer which does "fdopen"
34531              open($fh,"<&",2); # like open($fh,"<&2")
34532              - something that will yield a file handle via sv_2io()
34533              useful for dup'ing anonymous handles.
34534              e.g.:
34535              open(my $fh,"<&",\*STDIN);
34536              open(my $dup,"<&",$fh);
34537      Branch: perlio
34538            ! doio.c t/io/open.t
34539 ____________________________________________________________________________
34540 [  9297] By: nick                                  on 2001/03/22  13:34:35
34541         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
34542      Branch: perlio
34543            ! util.c
34544 ____________________________________________________________________________
34545 [  9296] By: nick                                  on 2001/03/22  12:51:20
34546         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
34547      Branch: perlio
34548            ! perl.c
34549 ____________________________________________________________________________
34550 [  9295] By: nick                                  on 2001/03/22  11:59:44
34551         Log: If stdin, stdout or stderr get opened in unexpected read/write state
34552              then warn at time of open not at time of use.
34553      Branch: perlio
34554            ! doio.c pp_hot.c pp_sys.c
34555 ____________________________________________________________________________
34556 [  9294] By: nick                                  on 2001/03/22  10:54:35
34557         Log: Die on n-arg open(...,"",xxx,yyy,...)
34558              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
34559              - die on read/write cases so we can decide what it means later.
34560      Branch: perlio
34561            ! doio.c embed.pl iperlsys.h util.c
34562 ____________________________________________________________________________
34563 [  9293] By: nick                                  on 2001/03/22  09:02:45
34564         Log: perlio tweaks (reported by Nick Clark)
34565              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
34566              error check in Pendinf_read().
34567      Branch: perlio
34568            ! perlio.c
34569 ____________________________________________________________________________
34570 [  9292] By: gsar                                  on 2001/03/22  07:12:00
34571         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
34572              fixes)
34573      Branch: maint-5.6/perl
34574           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
34575 ____________________________________________________________________________
34576 [  9291] By: jhi                                   on 2001/03/22  06:06:44
34577         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
34578      Branch: perl
34579            ! t/op/re_tests
34580 ____________________________________________________________________________
34581 [  9290] By: jhi                                   on 2001/03/22  05:57:01
34582         Log: Move MacOS Classic higher in the list of supported platforms.
34583      Branch: maint-5.6/perl
34584            ! pod/perlport.pod
34585 ____________________________________________________________________________
34586 [  9289] By: gsar                                  on 2001/03/22  05:35:04
34587         Log: revert part of change#6438 for compatibility (av_reify()
34588              appears to be needed to implement av_splice()ish things
34589              in XS)
34590      Branch: maint-5.6/perl
34591            ! embed.pl global.sym objXSUB.h perlapi.c
34592 ____________________________________________________________________________
34593 [  9288] By: gsar                                  on 2001/03/22  03:09:19
34594         Log: update copyright year
34595      Branch: maint-5.6/perl
34596            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
34597            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
34598            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
34599            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
34600            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
34601            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
34602            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
34603            ! x2p/walk.c
34604 ____________________________________________________________________________
34605 [  9287] By: jhi                                   on 2001/03/21  20:30:54
34606         Log: Integrate perlio.
34607      Branch: perl
34608           !> ext/Data/Dumper/Dumper.xs
34609 ____________________________________________________________________________
34610 [  9286] By: gsar                                  on 2001/03/21  19:49:54
34611         Log: makefile.mk tweak
34612      Branch: maint-5.6/perl
34613            ! win32/Makefile win32/makefile.mk
34614 ____________________________________________________________________________
34615 [  9285] By: nick                                  on 2001/03/21  19:07:13
34616         Log: Multiplicity fix for Dumper.
34617      Branch: perlio
34618            ! ext/Data/Dumper/Dumper.xs
34619 ____________________________________________________________________________
34620 [  9284] By: nick                                  on 2001/03/21  19:01:07
34621         Log: Integrate mainline - (does not build xTHX issue in Dumper).
34622      Branch: perlio
34623           !> (integrate 27 files)
34624 ____________________________________________________________________________
34625 [  9283] By: jhi                                   on 2001/03/21  17:17:35
34626         Log: Integrate change #9282 from mainline into maintperl,
34627              4-arg UTF-8 substr().
34628      Branch: maint-5.6/perl
34629           !> pp.c
34630 ____________________________________________________________________________
34631 [  9282] By: jhi                                   on 2001/03/21  17:15:43
34632         Log: The #9270 would have leaked a scalar if pp_substr()
34633              returned early.
34634      Branch: perl
34635            ! pp.c
34636 ____________________________________________________________________________
34637 [  9281] By: gsar                                  on 2001/03/21  17:03:14
34638         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
34639      Branch: maint-5.6/perl
34640            ! win32/makefile.mk
34641 ____________________________________________________________________________
34642 [  9280] By: gsar                                  on 2001/03/21  17:01:20
34643         Log: some tweaks to change#9278 (fork() emulation should be enabled
34644              by setting BUILD_FLAVOR instead of changing the defaults)
34645      Branch: maint-5.6/perl
34646            ! win32/makefile.mk
34647 ____________________________________________________________________________
34648 [  9279] By: gsar                                  on 2001/03/21  16:47:19
34649         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
34650      Branch: maint-5.6/perl
34651            ! ext/File/Glob/Glob.pm
34652           !> lib/Cwd.pm
34653 ____________________________________________________________________________
34654 [  9278] By: jhi                                   on 2001/03/21  14:35:10
34655         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
34656              From: "Vadim Konovalov" <watman@inbox.ru>
34657              Date: Wed, 21 Mar 2001 01:53:51 +0300
34658              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
34659      Branch: maint-5.6/perl
34660            ! win32/makefile.mk win32/win32sck.c
34661 ____________________________________________________________________________
34662 [  9277] By: jhi                                   on 2001/03/21  13:58:28
34663         Log: Integrate change #9270 from mainline to maintperl:
34664              continued 4-arg UTF-8 substr() fixing.
34665      Branch: maint-5.6/perl
34666           !> pp.c t/op/substr.t
34667 ____________________________________________________________________________
34668 [  9276] By: jhi                                   on 2001/03/21  13:33:00
34669         Log: More pixie cleaning.
34670      Branch: perl
34671            ! Makefile.SH
34672 ____________________________________________________________________________
34673 [  9275] By: jhi                                   on 2001/03/21  03:54:17
34674         Log: Update Changes.
34675      Branch: perl
34676            ! Changes patchlevel.h
34677 ____________________________________________________________________________
34678 [  9274] By: jhi                                   on 2001/03/21  03:48:24
34679         Log: First stab at making Data::Dumper to grok Unicode.
34680              
34681              TODO: tests, EBCDICify.
34682      Branch: perl
34683            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
34684 ____________________________________________________________________________
34685 [  9273] By: jhi                                   on 2001/03/21  02:23:00
34686         Log: Fix for
34687              
34688              Subject: Memory leak in unquoted print   
34689              From: Benjamin Sugars <bsugars@canoe.ca> 
34690              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
34691              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
34692      Branch: perl
34693            ! perlio.c
34694 ____________________________________________________________________________
34695 [  9272] By: jhi                                   on 2001/03/21  01:33:17
34696         Log: Subject: Re: [PATCH] POSIX::getcwd()
34697              From: Benjamin Sugars <bsugars@canoe.ca> 
34698              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
34699              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
34700      Branch: perl
34701            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
34702 ____________________________________________________________________________
34703 [  9271] By: jhi                                   on 2001/03/21  01:22:52
34704         Log: Subject: [PATCH] Cwd.pm docs
34705              From: Benjamin Sugars <bsugars@canoe.ca>
34706              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
34707              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
34708      Branch: perl
34709            ! lib/Cwd.pm
34710 ____________________________________________________________________________
34711 [  9270] By: jhi                                   on 2001/03/21  01:16:29
34712         Log: Continue 4-arg substr() UTF-8 fixage.
34713      Branch: perl
34714            ! pp.c t/op/substr.t
34715 ____________________________________________________________________________
34716 [  9269] By: jhi                                   on 2001/03/21  00:46:14
34717         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
34718              
34719              revert the leak fix in change#9142 (problem needs a more experimental
34720              fix unsuitable for 5.6.1)
34721              
34722              do alphabetical sorting by default (for csh compatibility)
34723              
34724              cut-n-paste goof in change#9264
34725              
34726              VMS piping fixes (from Charles Lane)
34727      Branch: perl
34728           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
34729           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
34730           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
34731 ____________________________________________________________________________
34732 [  9268] By: jhi                                   on 2001/03/21  00:37:04
34733         Log: Integrate perlio.
34734      Branch: perl
34735           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
34736           !> utf8.c utf8.h utfebcdic.h
34737 ____________________________________________________________________________
34738 [  9267] By: nick                                  on 2001/03/20  20:04:39
34739         Log: More EBCDIC stuff:
34740              - Loose the extra level of function on ASCII.
34741              - spotted a chr(0) issue in sv.c
34742              - re-work of UTF-X tr/// ranges to work in Unicode
34743              space. Still issues with the "0xff is illegal UTF-8" hack.
34744              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
34745              (why do it once when you can do it all over the place :-(
34746              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
34747              need utf8.pm for swashes.
34748              - Simplified and commented scan_const() in toke.c
34749              Still something wrong regexp and tr (swashes?).
34750      Branch: perlio
34751            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
34752            ! utf8.c utf8.h utfebcdic.h
34753 ____________________________________________________________________________
34754 [  9266] By: gsar                                  on 2001/03/20  19:16:43
34755         Log: VMS piping fixes (from Charles Lane)
34756      Branch: maint-5.6/perl
34757            ! vms/vms.c vms/vmspipe.com
34758 ____________________________________________________________________________
34759 [  9265] By: gsar                                  on 2001/03/20  17:53:52
34760         Log: cut-n-paste goof in change#9264
34761      Branch: maint-5.6/perl
34762            ! ext/File/Glob/Glob.xs
34763 ____________________________________________________________________________
34764 [  9264] By: gsar                                  on 2001/03/20  17:43:47
34765         Log: do alphabetical sorting by default (for csh compatibility);
34766              bsd_glob() does ASCII sort by default as usual, unless
34767              GLOB_ALPHASORT was specified
34768      Branch: maint-5.6/perl
34769            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
34770            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
34771            ! ext/File/Glob/bsd_glob.h
34772 ____________________________________________________________________________
34773 [  9263] By: gsar                                  on 2001/03/20  16:40:08
34774         Log: integrate change#9255 from mainline (unicode fix)
34775              
34776              substr($bytestr, i, n, $charstr)
34777      Branch: maint-5.6/perl
34778           !> Todo-5.6 pp.c t/op/substr.t
34779 ____________________________________________________________________________
34780 [  9262] By: gsar                                  on 2001/03/20  15:57:41
34781         Log: revert the leak fix in change#9142 (problem needs a more experimental
34782              fix unsuitable for 5.6.1)
34783      Branch: maint-5.6/perl
34784            ! scope.c
34785 ____________________________________________________________________________
34786 [  9261] By: jhi                                   on 2001/03/20  14:26:25
34787         Log: Integrate changes #9259,9260 from maintperl into mainline.
34788              
34789              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
34790              
34791              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
34792      Branch: perl
34793           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
34794 ____________________________________________________________________________
34795 [  9260] By: jhi                                   on 2001/03/20  14:05:46
34796         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
34797              From: Robin Barker <rmb1@cise.npl.co.uk>
34798              Date: Tue, 20 Mar 2001 10:12:04 GMT
34799              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
34800      Branch: maint-5.6/perl
34801            ! run.c
34802 ____________________________________________________________________________
34803 [  9259] By: jhi                                   on 2001/03/20  14:04:39
34804         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
34805              From: Chris Nandor <pudge@pobox.com>
34806              Date: Tue, 20 Mar 2001 00:40:56 -0500
34807              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
34808      Branch: maint-5.6/perl
34809            ! ext/POSIX/POSIX.xs lib/File/Path.pm
34810 ____________________________________________________________________________
34811 [  9258] By: jhi                                   on 2001/03/20  05:09:34
34812         Log: Update Changes.
34813      Branch: perl
34814            ! Changes patchlevel.h
34815 ____________________________________________________________________________
34816 [  9257] By: jhi                                   on 2001/03/20  05:04:25
34817         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
34818      Branch: perl
34819            ! t/op/tr.t
34820 ____________________________________________________________________________
34821 [  9256] By: jhi                                   on 2001/03/20  04:43:12
34822         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
34823              From: Peter Prymmer <pvhp@forte.com>
34824              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
34825              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
34826      Branch: maint-5.6/perl
34827            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
34828 ____________________________________________________________________________
34829 [  9255] By: jhi                                   on 2001/03/19  23:17:17
34830         Log: substr($bytestr, i, n, $charstr)
34831              
34832              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
34833      Branch: perl
34834            ! Todo-5.6 pp.c t/op/substr.t
34835 ____________________________________________________________________________
34836 [  9254] By: jhi                                   on 2001/03/19  22:25:09
34837         Log: Rearrange the make test target prerequisites so that
34838              in a parallel make 'all' is finished before 'test'.
34839      Branch: perl
34840            ! Makefile.SH
34841 ____________________________________________________________________________
34842 [  9253] By: jhi                                   on 2001/03/19  21:48:07
34843         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
34844              From: Robin Houston <robin@kitsite.com>
34845              Date: Mon, 19 Mar 2001 15:48:41 +0000
34846              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
34847      Branch: perl
34848            ! pp_ctl.c
34849 ____________________________________________________________________________
34850 [  9252] By: jhi                                   on 2001/03/19  21:42:27
34851         Log: Integrate perlio.
34852      Branch: perl
34853           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
34854           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
34855           !> utfebcdic.h vms/perly_c.vms
34856 ____________________________________________________________________________
34857 [  9251] By: jhi                                   on 2001/03/19  21:31:28
34858         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
34859              
34860              Dynaloading in 64-bit AIX with vac.
34861      Branch: perl
34862           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34863           !> hints/aix.sh
34864 ____________________________________________________________________________
34865 [  9250] By: jhi                                   on 2001/03/19  21:18:00
34866         Log: A more robust solution for the 64bitall AIX dynaloading
34867              problem, from Jens-Uwe Mager.
34868      Branch: maint-5.6/perl
34869            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34870 ____________________________________________________________________________
34871 [  9249] By: nick                                  on 2001/03/19  20:59:37
34872         Log: Integrate mainline.
34873      Branch: perlio
34874           !> (integrate 42 files)
34875 ____________________________________________________________________________
34876 [  9248] By: nick                                  on 2001/03/19  20:22:07
34877         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
34878              (Building on OS390 uses native YACC and YYDEBUG has other
34879              side effects.)
34880      Branch: perlio
34881            ! perly.c perly.y vms/perly_c.vms
34882 ____________________________________________________________________________
34883 [  9247] By: jhi                                   on 2001/03/19  19:59:53
34884         Log: 64-bit AIX dynaloading problem (see #9244) idea
34885              from Jens-Uwe Mager.
34886      Branch: maint-5.6/perl
34887            ! ext/DynaLoader/dl_aix.xs
34888 ____________________________________________________________________________
34889 [  9246] By: nick                                  on 2001/03/19  19:27:57
34890         Log: More EBCDIC fixes.
34891      Branch: perlio
34892            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
34893            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
34894 ____________________________________________________________________________
34895 [  9245] By: jhi                                   on 2001/03/19  19:05:19
34896         Log: Integrate change #9243 from mainline into maintperl.
34897              
34898              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
34899      Branch: maint-5.6/perl
34900           !> README.vmesa
34901 ____________________________________________________________________________
34902 [  9244] By: jhi                                   on 2001/03/19  19:03:15
34903         Log: Get 64bitall AIX building, but still does not test okay:
34904              dynaloading anything fails, for example for op/defins:
34905              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
34906              (update: fixed by #9247,9250)
34907      Branch: maint-5.6/perl
34908            ! hints/aix.sh
34909 ____________________________________________________________________________
34910 [  9243] By: jhi                                   on 2001/03/19  19:00:16
34911         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
34912              From: Robin Barker <rmb1@cise.npl.co.uk>
34913              Date: Mon, 19 Mar 2001 18:01:57 GMT
34914              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
34915      Branch: perl
34916            ! README.vmesa
34917 ____________________________________________________________________________
34918 [  9242] By: jhi                                   on 2001/03/19  18:58:43
34919         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
34920              
34921              TODO: tests.
34922      Branch: perl
34923            ! doop.c op.c
34924 ____________________________________________________________________________
34925 [  9241] By: gsar                                  on 2001/03/19  17:34:46
34926         Log: VMSify tests (from Charles Lane)
34927      Branch: maint-5.6/perl
34928            ! t/lib/filehand.t t/lib/texttabs.t
34929 ____________________________________________________________________________
34930 [  9240] By: jhi                                   on 2001/03/19  14:24:26
34931         Log: Integrate change #9233 from maintperl into mainline.
34932              
34933              some refcounts were incorrect in perl_clone()
34934      Branch: perl
34935           !> sv.c
34936 ____________________________________________________________________________
34937 [  9239] By: gsar                                  on 2001/03/19  09:23:17
34938         Log: this is 5.6.1-trial3
34939      Branch: maint-5.6/perl
34940            ! Changes
34941 ____________________________________________________________________________
34942 [  9238] By: gsar                                  on 2001/03/19  08:47:04
34943         Log: some new symbols are only available under ithreads
34944      Branch: maint-5.6/perl
34945            ! makedef.pl
34946 ____________________________________________________________________________
34947 [  9237] By: gsar                                  on 2001/03/19  08:42:28
34948         Log: update patchlevel.h, Changes, &c.
34949      Branch: maint-5.6/perl
34950            ! Changes patchlevel.h pod/perlhist.pod
34951           !> AUTHORS
34952 ____________________________________________________________________________
34953 [  9236] By: gsar                                  on 2001/03/19  08:17:49
34954         Log: integrate changes#8068,8717 from mainline
34955              
34956              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
34957              
34958              [PATCH CPAN 1.59_51] warning message (not!)
34959      Branch: maint-5.6/perl
34960           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
34961           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
34962           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
34963           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
34964           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
34965 ____________________________________________________________________________
34966 [  9235] By: gsar                                  on 2001/03/19  08:07:09
34967         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
34968              
34969              [PATCH] Add missing CV flags to dump.c
34970              
34971              Re: [patch] Re: PL_ptr_table
34972              
34973              Fixup non-ithread build after 8713
34974              
34975              Generated files form 8713 etc.
34976              
34977              Correct the correction :-(
34978              
34979              Documenting coderef @INC (Re: CPAN "make this script work" feature)
34980              
34981              Subject: Re: sync sync sync: have I missed any patches?
34982              Replace djSP with dSP.
34983      Branch: maint-5.6/perl
34984           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
34985           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
34986           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
34987           !> sv.c sv.h win32/perlhost.h
34988 ____________________________________________________________________________
34989 [  9234] By: gsar                                  on 2001/03/19  07:22:05
34990         Log: revert the change#9090 integrate for now (change looks somewhat
34991              incomplete in that [ha]v_exists() need something similar; lacks
34992              tests; &c.)
34993      Branch: maint-5.6/perl
34994            ! hv.c
34995 ____________________________________________________________________________
34996 [  9233] By: gsar                                  on 2001/03/19  07:10:01
34997         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
34998              destruction when there are unreferenced scalars (SvREFCNT==0)
34999      Branch: maint-5.6/perl
35000            ! sv.c
35001 ____________________________________________________________________________
35002 [  9232] By: jhi                                   on 2001/03/19  05:11:02
35003         Log: Regen api and toc.
35004      Branch: maint-5.6/perl
35005            ! pod/perlapi.pod pod/perltoc.pod
35006 ____________________________________________________________________________
35007 [  9231] By: jhi                                   on 2001/03/19  04:06:03
35008         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
35009              add a lost line in pp.c:pp_chop(), update to new op/chop.
35010              
35011              Clarify the description differentiating for and while; inspired by
35012              
35013              Subject: [ID 20010306.004] || != named unary operator
35014              
35015              The $Is_MacOS needs to be declared.
35016      Branch: maint-5.6/perl
35017            ! pp.c t/op/chop.t
35018           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
35019 ____________________________________________________________________________
35020 [  9230] By: jhi                                   on 2001/03/19  03:48:16
35021         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
35022              9079,9083,9089,9090,9091 from mainline to maintperl.
35023              
35024              Quieten some noise in Win32 builds
35025              
35026              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
35027              
35028              The perlretut was still talking about the old \p and \P
35029              definitions.
35030              
35031              More tweakage on the Unicode character class descriptions.
35032              
35033              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
35034              
35035              Subject: 'no *POSIX' Patch speeding up make on BS2000 
35036              
35037              Subject: [PATCH] perldata.pod here-doc docs
35038              
35039              Add /sbin and /usr/sbin to the list of directories scanned
35040              for setuid programs.  Takes care of bug id 20010309.003.
35041              
35042              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
35043              
35044              In op/stat #35 better to scan all the potential directories
35045              for setuids, not just the first one.
35046      Branch: maint-5.6/perl
35047            ! Makefile.SH
35048           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
35049           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
35050           !> t/op/stat.t toke.c win32/win32.h
35051 ____________________________________________________________________________
35052 [  9229] By: jhi                                   on 2001/03/19  02:31:50
35053         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
35054              From: Chris Nandor <pudge@pobox.com>
35055              Date: Sat, 10 Mar 2001 14:22:19 -0500
35056              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
35057      Branch: maint-5.6/perl
35058            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
35059            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
35060            ! t/lib/b.t t/lib/errno.t
35061 ____________________________________________________________________________
35062 [  9228] By: jhi                                   on 2001/03/19  02:29:59
35063         Log: Integrate changes #9113,9122 from mainline into maintperl.
35064              
35065              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?)
35066      Branch: maint-5.6/perl
35067           !> Configure README.os390 hints/os390.sh
35068 ____________________________________________________________________________
35069 [  9227] By: jhi                                   on 2001/03/19  02:22:35
35070         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
35071              into maintperl.
35072              
35073              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
35074              
35075              Forgot to check-in the larger part of #9120, duh.
35076              
35077              Subject: Another patch for integer.pm POD 
35078              
35079              h2ph strictness and cleanliness from Kurt Starsinic.
35080              
35081              Borland filename case problem.
35082              
35083              h2ph strictness and cleanliness from Kurt Starsinic.
35084              
35085              Subject: [PATCH] the uncontroversial doc patches
35086      Branch: maint-5.6/perl
35087           +> win32/sncfnmcs.pl
35088           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
35089           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
35090           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
35091           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
35092           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
35093           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
35094           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
35095 ____________________________________________________________________________
35096 [  9226] By: jhi                                   on 2001/03/19  02:10:21
35097         Log: Integrate changes #9207,9214 from mainline into maintperl.
35098              
35099              podchecker relaxations: =over has an *optional* number after it,
35100              and whitespace in L<> is okay.
35101      Branch: maint-5.6/perl
35102           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
35103           !> t/pod/poderrs.xr
35104 ____________________________________________________________________________
35105 [  9225] By: jhi                                   on 2001/03/19  02:07:38
35106         Log: Integrate change #9219 from maintperl into mainline.
35107              
35108              remove duplicated tests
35109      Branch: perl
35110           !> t/op/re_tests
35111 ____________________________________________________________________________
35112 [  9224] By: jhi                                   on 2001/03/19  02:06:11
35113         Log: Integrate change #9223 from mainline to maintperl.
35114              
35115              Document -Dmksymlinks.
35116      Branch: maint-5.6/perl
35117           !> INSTALL
35118 ____________________________________________________________________________
35119 [  9223] By: jhi                                   on 2001/03/19  02:01:25
35120         Log: Document -Dmksymlinks.
35121      Branch: perl
35122            ! INSTALL
35123 ____________________________________________________________________________
35124 [  9222] By: jhi                                   on 2001/03/19  01:15:35
35125         Log: The -Dmksymlinks wasn't working for maintperl.
35126      Branch: maint-5.6/perl
35127            ! Configure
35128 ____________________________________________________________________________
35129 [  9221] By: jhi                                   on 2001/03/19  00:49:43
35130         Log: Cleanup pixie residue.
35131      Branch: perl
35132            ! Makefile.SH
35133 ____________________________________________________________________________
35134 [  9220] By: jhi                                   on 2001/03/19  00:44:47
35135         Log: Document the use of pixie/prof; create make targets for it.
35136              
35137              TODO: make t/TEST pixie-aware.
35138      Branch: perl
35139            ! Makefile.SH pod/perlhack.pod
35140 ____________________________________________________________________________
35141 [  9219] By: gsar                                  on 2001/03/19  00:16:55
35142         Log: remove duplicated tests
35143      Branch: maint-5.6/perl
35144            ! t/op/re_tests
35145 ____________________________________________________________________________
35146 [  9218] By: jhi                                   on 2001/03/18  23:59:31
35147         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
35148      Branch: perl
35149            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
35150 ____________________________________________________________________________
35151 [  9217] By: jhi                                   on 2001/03/18  23:25:20
35152         Log: Rewrite the tests section of Makefile to be less redundant
35153              and to allow for more flexible test targets, many recursive
35154              make calls introduced.
35155      Branch: perl
35156            ! Makefile.SH
35157 ____________________________________________________________________________
35158 [  9216] By: jhi                                   on 2001/03/18  22:30:04
35159         Log: Document the use of Third Degree (sparsely).
35160      Branch: perl
35161            ! pod/perlhack.pod t/TEST
35162 ____________________________________________________________________________
35163 [  9215] By: jhi                                   on 2001/03/18  22:10:30
35164         Log: Make targets for testing with Third Degree.
35165      Branch: perl
35166            ! Makefile.SH
35167 ____________________________________________________________________________
35168 [  9214] By: jhi                                   on 2001/03/18  21:08:53
35169         Log: The podchecker relaxations need to mirrored also at the tests.
35170      Branch: perl
35171            ! t/pod/poderrs.xr
35172 ____________________________________________________________________________
35173 [  9213] By: jhi                                   on 2001/03/18  20:56:21
35174         Log: Update Changes.
35175      Branch: perl
35176            ! Changes patchlevel.h
35177 ____________________________________________________________________________
35178 [  9212] By: jhi                                   on 2001/03/18  20:36:59
35179         Log: Looking for config.sh in parent directories isn't
35180              very useful for the toplevel Makefile.
35181      Branch: perl
35182            ! Makefile.SH
35183 ____________________________________________________________________________
35184 [  9211] By: jhi                                   on 2001/03/18  20:33:37
35185         Log: On "make clean" take care of Third Degree droppings.
35186      Branch: perl
35187            ! Makefile.SH
35188 ____________________________________________________________________________
35189 [  9210] By: jhi                                   on 2001/03/18  20:21:34
35190         Log: Add a hook for running the tests under the Third Degree
35191              debugging tool (set $ENV{PERL_3LOG} to non-zero)
35192              
35193              TODO: Document the use of Third Degree.
35194      Branch: perl
35195            ! t/TEST
35196 ____________________________________________________________________________
35197 [  9209] By: jhi                                   on 2001/03/18  20:19:07
35198         Log: Regen toc and api pods.
35199      Branch: perl
35200            ! pod/perlapi.pod pod/perltoc.pod
35201 ____________________________________________________________________________
35202 [  9208] By: jhi                                   on 2001/03/18  20:12:12
35203         Log: Integrate changes #8128,9132 from mainline into maintperl,
35204              Tie::SubstrHash fixes.
35205      Branch: maint-5.6/perl
35206           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
35207 ____________________________________________________________________________
35208 [  9207] By: jhi                                   on 2001/03/18  20:07:43
35209         Log: podchecker relaxations from Michael Stevens.
35210      Branch: perl
35211            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
35212 ____________________________________________________________________________
35213 [  9206] By: jhi                                   on 2001/03/18  20:04:24
35214         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
35215      Branch: perl
35216            ! lib/Locale/Constants.pm lib/Locale/Country.pm
35217            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
35218            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
35219 ____________________________________________________________________________
35220 [  9205] By: jhi                                   on 2001/03/18  19:54:45
35221         Log: Integrate changes #9161,9162 from maintperl to mainline.
35222              
35223              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
35224              results
35225      Branch: perl
35226           !> t/op/magic.t
35227 ____________________________________________________________________________
35228 [  9204] By: jhi                                   on 2001/03/18  19:37:46
35229         Log: Make perl.third checks more understandable to the builder.
35230      Branch: perl
35231            ! Makefile.SH
35232 ____________________________________________________________________________
35233 [  9203] By: jhi                                   on 2001/03/18  19:20:54
35234         Log: Re-integrate #9138 from maintperl to mainline,
35235              the squelching of the unneeded "Scalars leaked" messages.
35236      Branch: perl
35237           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
35238           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
35239           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
35240 ____________________________________________________________________________
35241 [  9202] By: jhi                                   on 2001/03/18  18:48:36
35242         Log: More robust and more paranoid perl.third target.
35243      Branch: perl
35244            ! Makefile.SH
35245 ____________________________________________________________________________
35246 [  9201] By: jhi                                   on 2001/03/18  18:39:21
35247         Log: Integrate change #9197 from maintperl to mainline.
35248              
35249              more thorough cleaning of arenas.
35250      Branch: perl
35251           !> embed.pl perl.c proto.h sv.c t/op/sort.t
35252 ____________________________________________________________________________
35253 [  9200] By: jhi                                   on 2001/03/18  18:25:17
35254         Log: Integrate perlio.
35255      Branch: perl
35256           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
35257           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
35258           !> t/lib/encode.t toke.c universal.c utf8.c
35259 ____________________________________________________________________________
35260 [  9199] By: nick                                  on 2001/03/18  15:23:51
35261         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
35262              is the sense of the test being done. Avoid some magical 127 and 128 values
35263              by using macros.
35264      Branch: perlio
35265            ! doop.c pp_ctl.c sv.c toke.c
35266 ____________________________________________________________________________
35267 [  9198] By: nick                                  on 2001/03/18  14:18:12
35268         Log: UTF-X encoding invariance for Encode:
35269              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
35270              - move the XS code for those to universal.c (so in miniperl)
35271              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
35272              - change ext/Encode/compile to use above.
35273              - Fix t/lib/encode.t for above
35274              - Teach t/lib/b.t to expect -uutf8
35275              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
35276              utf8.pm is needed.
35277      Branch: perlio
35278            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
35279            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
35280 ____________________________________________________________________________
35281 [  9197] By: gsar                                  on 2001/03/18  12:15:57
35282         Log: more thorough cleaning of arenas--keep going until no more
35283              SvREFCNT_dec()s occur (this fixes the problem that causes the
35284              pesky "Scalars leaked" warnings)
35285      Branch: maint-5.6/perl
35286            ! embed.pl perl.c proto.h sv.c t/op/sort.t
35287 ____________________________________________________________________________
35288 [  9196] By: nick                                  on 2001/03/18  10:57:29
35289         Log: Fix pragma/utf8.t # 15
35290              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
35291              are SvUTF8 as well.
35292      Branch: perlio
35293            ! toke.c
35294 ____________________________________________________________________________
35295 [  9195] By: nick                                  on 2001/03/18  09:27:06
35296         Log: Integrate mainline
35297      Branch: perlio
35298           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
35299           !> t/op/pat.t
35300 ____________________________________________________________________________
35301 [  9194] By: jhi                                   on 2001/03/18  05:29:59
35302         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
35303              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
35304      Branch: perl
35305            ! op.c op.h t/op/misc.t t/op/pat.t
35306 ____________________________________________________________________________
35307 [  9193] By: jhi                                   on 2001/03/18  05:15:06
35308         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
35309      Branch: perl
35310            ! mg.c t/op/pat.t
35311 ____________________________________________________________________________
35312 [  9192] By: jhi                                   on 2001/03/18  04:22:43
35313         Log: tr/// UTF-8 patches from Inaba Hiroto.
35314      Branch: perl
35315            ! doop.c op.c
35316 ____________________________________________________________________________
35317 [  9191] By: jhi                                   on 2001/03/18  04:21:17
35318         Log: Integrate perlio.
35319      Branch: perl
35320           !> utf8.c utfebcdic.h
35321 ____________________________________________________________________________
35322 [  9190] By: nick                                  on 2001/03/17  20:32:01
35323         Log: Correct #if EBCDIC side typos.
35324              Builds and passes many tests on OS390.
35325      Branch: perlio
35326            ! utf8.c utfebcdic.h
35327 ____________________________________________________________________________
35328 [  9189] By: jhi                                   on 2001/03/17  18:55:49
35329         Log: Add prerequisites for the perl.third target.
35330      Branch: perl
35331            ! Makefile.SH
35332 ____________________________________________________________________________
35333 [  9188] By: jhi                                   on 2001/03/17  18:46:00
35334         Log: Integrate perlio.
35335      Branch: perl
35336           +> utfebcdic.h
35337           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
35338 ____________________________________________________________________________
35339 [  9187] By: jhi                                   on 2001/03/17  18:38:47
35340         Log: Add a make rule for perl.third (the Third Degree memory debugging
35341              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
35342      Branch: perl
35343            ! Makefile.SH
35344 ____________________________________________________________________________
35345 [  9186] By: nick                                  on 2001/03/17  18:34:48
35346         Log: MANIFEST addition :-(
35347      Branch: perlio
35348            ! MANIFEST
35349 ____________________________________________________________________________
35350 [  9185] By: nick                                  on 2001/03/17  18:29:50
35351         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
35352              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
35353              a superset of ASCII are invariant under the encoding. This is EBCDIC
35354              friendly as an encoded string can be looked at as being EBCDIC by lexer
35355              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
35356              ASCII on ASCII machines.
35357              
35358              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
35359              seperate.
35360              - Add some more macros to comprehend different shift amounts and
35361              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
35362              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
35363              and conditionaly #include it.
35364              
35365              EBCDIC build as yet untested.  ASCII still fails the one test.
35366      Branch: perlio
35367            + utfebcdic.h
35368            ! utf8.c utf8.h
35369 ____________________________________________________________________________
35370 [  9184] By: nick                                  on 2001/03/17  17:44:16
35371         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
35372      Branch: perlio
35373            ! doop.c perl.h pp.c utf8.h
35374 ____________________________________________________________________________
35375 [  9183] By: jhi                                   on 2001/03/17  15:55:42
35376         Log: Integrate perlio.
35377      Branch: perl
35378            ! MANIFEST
35379           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
35380 ____________________________________________________________________________
35381 [  9182] By: nick                                  on 2001/03/17  09:16:06
35382         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
35383      Branch: perlio
35384            ! t/op/pat.t
35385 ____________________________________________________________________________
35386 [  9181] By: nick                                  on 2001/03/17  09:15:11
35387         Log: Integrate mainline.
35388      Branch: perlio
35389           +> lib/Locale/Constants.pm lib/Locale/Country.pm
35390           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
35391           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
35392           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
35393           !> (integrate 83 files)
35394 ____________________________________________________________________________
35395 [  9180] By: nick                                  on 2001/03/16  17:23:21
35396         Log: EBCDIC Fixes.
35397      Branch: perlio
35398            ! perl.h sv.c toke.c utf8.c utf8.h
35399 ____________________________________________________________________________
35400 [  9179] By: jhi                                   on 2001/03/16  14:10:12
35401         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
35402              a change needed to work around an AIX compiler bug.
35403      Branch: perl
35404            ! ext/Storable/Storable.xs
35405 ____________________________________________________________________________
35406 [  9178] By: jhi                                   on 2001/03/16  03:19:59
35407         Log: With Damian's approval synchronize damian's modules'
35408              licensing with Perl's standard module licensing.
35409      Branch: perl
35410            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
35411 ____________________________________________________________________________
35412 [  9177] By: jhi                                   on 2001/03/16  03:15:34
35413         Log: Make the Filter::Util:Call files have their own copies
35414              of the Perl standard module licensing, from Paul Marquess.
35415      Branch: perl
35416            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
35417 ____________________________________________________________________________
35418 [  9176] By: jhi                                   on 2001/03/16  02:56:04
35419         Log: Subject: [PATCH] more pod patches
35420              From: Michael Stevens <michael@etla.org>
35421              Date: Thu, 15 Mar 2001 21:25:18 +0000
35422              Message-ID: <20010315212518.A18870@firedrake.org>
35423      Branch: perl
35424            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
35425            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
35426            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
35427            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
35428            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
35429            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
35430            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
35431            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
35432            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
35433            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
35434            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
35435            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
35436            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
35437            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
35438            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
35439            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
35440            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
35441            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
35442            ! lib/Locale/Country.pm lib/Locale/Language.pm
35443            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
35444            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
35445            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
35446            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
35447            ! os2/OS2/Process/Process.pm
35448 ____________________________________________________________________________
35449 [  9175] By: jhi                                   on 2001/03/16  02:53:32
35450         Log: Subject: [PATCH] the uncontroversial doc patches
35451              From: Michael Stevens <michael@etla.org>
35452              Date: Thu, 15 Mar 2001 20:01:12 +0000
35453              Message-ID: <20010315200112.A7636@firedrake.org>
35454      Branch: perl
35455            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
35456            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
35457            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
35458            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
35459            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
35460 ____________________________________________________________________________
35461 [  9174] By: jhi                                   on 2001/03/16  02:50:49
35462         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
35463              From: Paul Lindner <lindner@inuus.com>
35464              Date: Fri, 16 Mar 2001 11:28:03 -0800
35465              Message-ID: <20010316112803.A7577@inuus.com>
35466      Branch: perl
35467            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
35468 ____________________________________________________________________________
35469 [  9173] By: nick                                  on 2001/03/15  20:21:03
35470         Log: 1st day's EBCDIC fixes:
35471              - toke.c's parsing of strings needed attention
35472              needed to conditionally e2a if string was already UTF-8
35473              - e2a/a2e tables where wrong way round.
35474              - new macros in utf8.h
35475      Branch: perlio
35476            ! perl.h toke.c utf8.h
35477 ____________________________________________________________________________
35478 [  9172] By: jhi                                   on 2001/03/15  15:17:17
35479         Log: Update Changes.
35480      Branch: perl
35481            ! Changes patchlevel.h
35482 ____________________________________________________________________________
35483 [  9171] By: jhi                                   on 2001/03/15  15:09:32
35484         Log: Subject: Re: Another Borland C++ problem.
35485              From: "Vadim Konovalov" <watman@inbox.ru>
35486              Date: Sat, 10 Mar 2001 19:26:07 +0300
35487              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
35488              
35489              Borland filename case problem.
35490      Branch: perl
35491            + win32/sncfnmcs.pl
35492            ! MANIFEST README.win32
35493 ____________________________________________________________________________
35494 [  9170] By: jhi                                   on 2001/03/15  14:54:23
35495         Log: Add Locale::Codes 1.06, from Neil Bowers.
35496      Branch: perl
35497            + lib/Locale/Constants.pm lib/Locale/Country.pm
35498            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
35499            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
35500            + t/lib/lc-language.t t/lib/lc-uk.t
35501            ! MANIFEST
35502 ____________________________________________________________________________
35503 [  9169] By: jhi                                   on 2001/03/15  14:19:01
35504         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
35505      Branch: perl
35506            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35507            ! ext/Storable/Storable.xs
35508 ____________________________________________________________________________
35509 [  9168] By: jhi                                   on 2001/03/15  14:13:22
35510         Log: Integrate changes #9120,9167 from mainline to maintperl.
35511              
35512              Subject: [PATCH 5.6.1] OS/2 docs
35513              
35514              Subject: [PATCH 5.6.1] perldoc
35515      Branch: maint-5.6/perl
35516           !> os2/Changes utils/perldoc.PL
35517 ____________________________________________________________________________
35518 [  9167] By: jhi                                   on 2001/03/15  14:07:42
35519         Log: Subject: [PATCH 5.6.1] perldoc
35520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35521              Date: Wed, 14 Mar 2001 23:46:52 -0500
35522              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
35523      Branch: perl
35524            ! utils/perldoc.PL
35525 ____________________________________________________________________________
35526 [  9166] By: jhi                                   on 2001/03/15  13:53:15
35527         Log: sigaction test condition tweakage.
35528      Branch: perl
35529            ! t/lib/sigaction.t
35530 ____________________________________________________________________________
35531 [  9165] By: alanbur                               on 2001/03/15  03:49:17
35532         Log: Resynchronised with parent
35533      Branch: maint-5.6/pureperl
35534           +> os2/os2add.sym t/op/anonsub.t
35535           !> (integrate 72 files)
35536 ____________________________________________________________________________
35537 [  9164] By: jhi                                   on 2001/03/15  01:05:01
35538         Log: Avoid stomping off the beginning of an array in tr///.
35539      Branch: perl
35540            ! op.c
35541 ____________________________________________________________________________
35542 [  9163] By: jhi                                   on 2001/03/15  00:58:57
35543         Log: h2ph strictness and cleanliness from Kurt Starsinic.
35544      Branch: perl
35545            ! utils/h2ph.PL
35546 ____________________________________________________________________________
35547 [  9162] By: gsar                                  on 2001/03/15  00:56:53
35548         Log: avoid warnings
35549      Branch: maint-5.6/perl
35550            ! t/op/magic.t
35551 ____________________________________________________________________________
35552 [  9161] By: gsar                                  on 2001/03/15  00:52:09
35553         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
35554              results
35555      Branch: maint-5.6/perl
35556            ! t/op/magic.t
35557 ____________________________________________________________________________
35558 [  9160] By: jhi                                   on 2001/03/14  22:02:10
35559         Log: Do not use the Perl malloc in IRIX, suggested by
35560              Helmus Jarausch.
35561      Branch: perl
35562            ! hints/irix_6.sh
35563 ____________________________________________________________________________
35564 [  9159] By: nick                                  on 2001/03/14  21:45:59
35565         Log: Integrate mainline
35566      Branch: perlio
35567           +> t/op/loopctl.t
35568           !> (integrate 41 files)
35569 ____________________________________________________________________________
35570 [  9158] By: jhi                                   on 2001/03/14  21:10:09
35571         Log: The Day of the Retractions continues: the #9138
35572              (integrated in #9144) doesn't work well in mainline.
35573      Branch: perl
35574            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
35575            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
35576            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
35577 ____________________________________________________________________________
35578 [  9157] By: jhi                                   on 2001/03/14  20:58:12
35579         Log: The #9145 CANNOT be enabled: the clear_pmop code still
35580              dumps core all over in Tru64.
35581      Branch: perl
35582            ! op.c op.h t/op/pat.t
35583 ____________________________________________________________________________
35584 [  9156] By: jhi                                   on 2001/03/14  20:48:06
35585         Log: Integrate change #9154 from maintperl to mainline.
35586              
35587              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
35588              (caused Storable 1.0.10 to break on windows)
35589      Branch: perl
35590           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
35591           !> perlapi.c proto.h
35592 ____________________________________________________________________________
35593 [  9155] By: jhi                                   on 2001/03/14  20:23:53
35594         Log: Retract #9136: breaks threading (and binary compatibility).
35595      Branch: perl
35596            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
35597 ____________________________________________________________________________
35598 [  9154] By: gsar                                  on 2001/03/14  17:48:18
35599         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
35600              (caused Storable 1.0.10 to break on windows)
35601      Branch: maint-5.6/perl
35602            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
35603            ! perlapi.c proto.h
35604 ____________________________________________________________________________
35605 [  9153] By: jhi                                   on 2001/03/14  13:35:21
35606         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
35607      Branch: perl
35608            ! t/lib/sigaction.t
35609 ____________________________________________________________________________
35610 [  9152] By: gsar                                  on 2001/03/14  07:29:40
35611         Log: back out changes#9012,9010,9009 and parts of change#9016
35612              (causes ABRs under purify, and some prerequisites don't
35613              seem to be there in 5.6.x)
35614      Branch: maint-5.6/perl
35615            ! doop.c op.c t/op/tr.t toke.c
35616 ____________________________________________________________________________
35617 [  9151] By: gsar                                  on 2001/03/14  07:01:29
35618         Log: reenable change#9145 (the test was busted due to a missing
35619              C<print "ok 27\n">)
35620      Branch: perl
35621            ! op.c op.h t/op/pat.t
35622 ____________________________________________________________________________
35623 [  9150] By: jhi                                   on 2001/03/14  06:38:36
35624         Log: Retract #9145.
35625      Branch: perl
35626            ! op.c op.h t/op/pat.t
35627 ____________________________________________________________________________
35628 [  9149] By: jhi                                   on 2001/03/14  06:14:56
35629         Log: Retract #9143.
35630      Branch: perl
35631            ! op.c
35632 ____________________________________________________________________________
35633 [  9148] By: gsar                                  on 2001/03/14  06:13:02
35634         Log: Uninitialized Memory Read in regexec.c
35635      Branch: perl
35636            ! regexec.c
35637 ____________________________________________________________________________
35638 [  9147] By: jhi                                   on 2001/03/14  04:59:54
35639         Log: Subject: PATCH: make goto work in nested eval ""
35640              From: Robin Houston <robin@kitsite.com>
35641              Date: Wed, 14 Mar 2001 04:16:10 +0000
35642              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
35643      Branch: perl
35644            ! pp_ctl.c t/op/goto.t
35645 ____________________________________________________________________________
35646 [  9146] By: jhi                                   on 2001/03/14  04:42:54
35647         Log: Preserve the #ifdef PERL_CORE in perly.h.
35648      Branch: perl
35649            ! perly.fixer
35650 ____________________________________________________________________________
35651 [  9145] By: jhi                                   on 2001/03/14  03:57:41
35652         Log: (Retracted by #9150.)
35653      Branch: perl
35654            ! op.c op.h t/op/pat.t
35655 ____________________________________________________________________________
35656 [  9144] By: jhi                                   on 2001/03/14  03:50:38
35657         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
35658              
35659              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
35660              
35661              remove squelch controls for "Scalars leaked" messages in most places
35662              (these are now cured)
35663              
35664              fix another memory leak reported by purify (tie callbacks that
35665              croak can leak when wiping out magic)
35666      Branch: perl
35667           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
35668           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
35669           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
35670           !> t/pragma/warnings.t
35671 ____________________________________________________________________________
35672 [  9143] By: jhi                                   on 2001/03/14  03:37:53
35673         Log: (Retracted by #9149.)
35674      Branch: perl
35675            ! op.c
35676 ____________________________________________________________________________
35677 [  9142] By: gsar                                  on 2001/03/14  03:20:48
35678         Log: fix another memory leak reported by purify (tie callbacks that
35679              croak can leak when wiping out magic)
35680      Branch: maint-5.6/perl
35681            ! scope.c
35682 ____________________________________________________________________________
35683 [  9141] By: jhi                                   on 2001/03/14  02:55:00
35684         Log: Subject: PATCH for [ID 20010305.003]
35685              From: Robin Houston <robin@kitsite.com>
35686              Date: Wed, 14 Mar 2001 02:45:51 +0000
35687              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
35688      Branch: perl
35689            ! pp_ctl.c t/op/eval.t
35690 ____________________________________________________________________________
35691 [  9140] By: jhi                                   on 2001/03/14  02:41:54
35692         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
35693              Date: Wed, 14 Mar 2001 01:52:51 +0000
35694              From: Robin Houston <robin@kitsite.com>
35695              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
35696              
35697              Fix for 2000313.004.
35698      Branch: perl
35699            ! pp_ctl.c t/op/goto.t
35700 ____________________________________________________________________________
35701 [  9139] By: jhi                                   on 2001/03/14  02:40:50
35702         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
35703              From: Robin Houston <robin@kitsite.com>
35704              Date: Wed, 14 Mar 2001 00:43:45 +0000
35705              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
35706      Branch: perl
35707            + t/op/loopctl.t
35708            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
35709            ! vms/perly_c.vms
35710 ____________________________________________________________________________
35711 [  9138] By: gsar                                  on 2001/03/14  01:18:00
35712         Log: remove squelch controls for "Scalars leaked" messages in most places
35713              (these are now cured)
35714      Branch: maint-5.6/perl
35715            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
35716            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
35717            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
35718 ____________________________________________________________________________
35719 [  9137] By: gsar                                  on 2001/03/14  00:57:04
35720         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
35721      Branch: maint-5.6/perl
35722            ! regcomp.c
35723 ____________________________________________________________________________
35724 [  9136] By: jhi                                   on 2001/03/13  23:12:24
35725         Log: (Retracted by #9155)
35726              
35727              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
35728              From: Jens-Uwe Mager <jum@helios.de>
35729              Date: Wed, 21 Feb 2001 21:32:04 +0100
35730              Message-ID: <20010221213203.A18340@ans.helios.de>
35731      Branch: perl
35732            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
35733 ____________________________________________________________________________
35734 [  9135] By: jhi                                   on 2001/03/13  22:50:05
35735         Log: Integrate perlio.
35736      Branch: perl
35737           !> pp.c
35738 ____________________________________________________________________________
35739 [  9134] By: jhi                                   on 2001/03/13  22:49:05
35740         Log: Integrate change #9131 from maintperl into mainline.
35741              
35742              make the error text look more consistent in hints/hpux.sh
35743      Branch: perl
35744           !> hints/hpux.sh
35745 ____________________________________________________________________________
35746 [  9133] By: gsar                                  on 2001/03/13  22:46:20
35747         Log: integrate change#9067 from mainline
35748              
35749              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
35750      Branch: maint-5.6/perl
35751           !> lib/ExtUtils/MM_Unix.pm
35752 ____________________________________________________________________________
35753 [  9132] By: jhi                                   on 2001/03/13  22:41:21
35754         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
35755              From: "John P. Linderman" <jpl@research.att.com>
35756              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
35757              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
35758              
35759              A more correct prime finder.
35760      Branch: perl
35761            ! lib/Tie/SubstrHash.pm
35762 ____________________________________________________________________________
35763 [  9131] By: gsar                                  on 2001/03/13  22:30:42
35764         Log: make the error text look more consistent in hints/hpux.sh
35765      Branch: maint-5.6/perl
35766            ! hints/hpux.sh
35767 ____________________________________________________________________________
35768 [  9130] By: jhi                                   on 2001/03/13  22:23:44
35769         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
35770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35771              Date: Tue, 13 Mar 2001 18:41:26 +0100
35772              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
35773              
35774              If the test is run non-interactively the default handler
35775              is different.
35776      Branch: perl
35777            ! t/lib/sigaction.t
35778 ____________________________________________________________________________
35779 [  9129] By: jhi                                   on 2001/03/13  22:20:21
35780         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
35781              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35782              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
35783              Date:     Tue, 13 Mar 2001 16:44:32 EST
35784      Branch: perl
35785            ! t/lib/1_compile.t
35786 ____________________________________________________________________________
35787 [  9128] By: jhi                                   on 2001/03/13  22:18:34
35788         Log: Subject: Another patch for integer.pm POD 
35789              From: "John L. Allen" <allen@grumman.com>
35790              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
35791              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
35792      Branch: perl
35793            ! lib/integer.pm
35794 ____________________________________________________________________________
35795 [  9127] By: nick                                  on 2001/03/13  21:26:30
35796         Log: Integrate mainline.
35797      Branch: perlio
35798           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
35799           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
35800           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
35801           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
35802           !> Changes Configure MANIFEST README.os2 README.os390
35803           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
35804           !> os2/Changes patchlevel.h win32/perlhost.h
35805 ____________________________________________________________________________
35806 [  9126] By: nick                                  on 2001/03/13  20:39:51
35807         Log: #ifdef'ed out code to make packed side of pack/unpack
35808              octets. (i.e. pack('U') => encode_utf8).
35809      Branch: perlio
35810            ! pp.c
35811 ____________________________________________________________________________
35812 [  9125] By: jhi                                   on 2001/03/13  15:07:16
35813         Log: Update Changes.
35814      Branch: perl
35815            ! Changes patchlevel.h
35816 ____________________________________________________________________________
35817 [  9124] By: jhi                                   on 2001/03/13  14:22:45
35818         Log: Workaround for the buggy ("internal compiler error")
35819              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
35820              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
35821              of Andreas König.
35822      Branch: perl
35823            ! ext/re/Makefile.PL hints/aix.sh
35824 ____________________________________________________________________________
35825 [  9123] By: jhi                                   on 2001/03/13  03:24:34
35826         Log: Typo in #9114.
35827      Branch: metaconfig
35828            ! U/modified/myhostname.U
35829 ____________________________________________________________________________
35830 [  9122] By: jhi                                   on 2001/03/13  03:24:06
35831         Log: Typo in #9113.
35832      Branch: perl
35833            ! Configure
35834 ____________________________________________________________________________
35835 [  9121] By: jhi                                   on 2001/03/13  01:53:05
35836         Log: Forgot to check-in the larger part of #9120, duh.
35837      Branch: perl
35838            ! README.os2
35839 ____________________________________________________________________________
35840 [  9120] By: jhi                                   on 2001/03/13  01:51:31
35841         Log: Subject: [PATCH 5.6.1] OS/2 docs
35842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35843              Date: Mon, 12 Mar 2001 03:27:32 -0500
35844              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
35845      Branch: perl
35846            ! os2/Changes
35847 ____________________________________________________________________________
35848 [  9119] By: jhi                                   on 2001/03/13  01:49:41
35849         Log: Integrate change #9116 from maintperl into mainline.
35850              
35851              Win32::GetCwd() returns C: instead of C:\ in the root directory
35852              under ithreads
35853      Branch: perl
35854           !> win32/perlhost.h
35855 ____________________________________________________________________________
35856 [  9118] By: jhi                                   on 2001/03/13  01:13:39
35857         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
35858      Branch: perl
35859            + lib/Switch.pm t/lib/switch.t
35860            ! MANIFEST
35861 ____________________________________________________________________________
35862 [  9117] By: jhi                                   on 2001/03/13  01:03:17
35863         Log: Add Text::Balanced 1.83.
35864      Branch: perl
35865            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
35866            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
35867            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
35868            + t/lib/tb-xvari.t
35869            ! MANIFEST
35870 ____________________________________________________________________________
35871 [  9116] By: gsar                                  on 2001/03/13  00:55:53
35872         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
35873              under ithreads
35874      Branch: maint-5.6/perl
35875            ! win32/perlhost.h
35876 ____________________________________________________________________________
35877 [  9115] By: jhi                                   on 2001/03/13  00:54:09
35878         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
35879              From: "John L. Allen" <allen@grumman.com>
35880              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
35881              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
35882              
35883              use integer document clarification.
35884      Branch: perl
35885            ! lib/integer.pm
35886 ____________________________________________________________________________
35887 [  9114] By: jhi                                   on 2001/03/13  00:38:54
35888         Log: Metaconfig unit change for #9113.
35889      Branch: metaconfig
35890            ! U/modified/myhostname.U
35891 ____________________________________________________________________________
35892 [  9113] By: jhi                                   on 2001/03/13  00:38:35
35893         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?)
35894              From: Peter Prymmer <pvhp@forte.com>
35895              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
35896              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
35897      Branch: perl
35898            ! Configure README.os390 hints/os390.sh
35899 ____________________________________________________________________________
35900 [  9112] By: jhi                                   on 2001/03/13  00:29:00
35901         Log: Integrate perlio.
35902      Branch: perl
35903           !> sv.c utf8.h
35904 ____________________________________________________________________________
35905 [  9111] By: nick                                  on 2001/03/12  21:16:33
35906         Log: Integrate mainline.
35907      Branch: perlio
35908           +> t/op/anonsub.t
35909           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
35910           !> proto.h sv.c
35911 ____________________________________________________________________________
35912 [  9110] By: nick                                  on 2001/03/12  21:00:13
35913         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
35914      Branch: perlio
35915            ! sv.c utf8.h
35916 ____________________________________________________________________________
35917 [  9109] By: jhi                                   on 2001/03/12  16:04:47
35918         Log: Integrate change #9108 from maintperl to mainline.
35919              
35920              fix memory leak in C<sub X { sub {} }> arising from a refcount
35921              loop between the outer sub and the inner prototype anonsub
35922              
35923              this also enables closures returned by subroutines that
35924              subsequently get redefined to work without generating coredumps :)
35925              
35926              completely removed the free_closures() hack--it shouldn't be
35927              needed anymore
35928      Branch: perl
35929           +> t/op/anonsub.t
35930           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
35931           !> proto.h sv.c
35932 ____________________________________________________________________________
35933 [  9108] By: gsar                                  on 2001/03/12  10:21:31
35934         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
35935              loop between the outer sub and the inner prototype anonsub
35936              
35937              this also enables closures returned by subroutines that
35938              subsequently get redefined to work without generating coredumps :)
35939              
35940              completely removed the free_closures() hack--it shouldn't be
35941              needed anymore
35942      Branch: maint-5.6/perl
35943            + t/op/anonsub.t
35944            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
35945            ! proto.h sv.c
35946 ____________________________________________________________________________
35947 [  9107] By: jhi                                   on 2001/03/12  05:15:31
35948         Log: Integrate perlio.
35949      Branch: perl
35950           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
35951 ____________________________________________________________________________
35952 [  9106] By: nick                                  on 2001/03/11  20:10:12
35953         Log: regcomp.c is working in native space, not Unicode space (if different)
35954              as it is doing compare against 'W' in \W etc.
35955      Branch: perlio
35956            ! regcomp.c
35957 ____________________________________________________________________________
35958 [  9105] By: nick                                  on 2001/03/11  19:39:34
35959         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
35960              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
35961      Branch: perlio
35962            ! regcomp.c toke.c utf8.c
35963 ____________________________________________________________________________
35964 [  9104] By: nick                                  on 2001/03/11  18:15:44
35965         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
35966      Branch: perlio
35967            ! sv.c
35968 ____________________________________________________________________________
35969 [  9103] By: nick                                  on 2001/03/11  18:03:28
35970         Log: Integrate mainline (for regexp stuff).
35971      Branch: perlio
35972           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
35973           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
35974           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
35975           !> t/lib/errno.t t/op/pat.t
35976 ____________________________________________________________________________
35977 [  9102] By: nick                                  on 2001/03/11  17:44:20
35978         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
35979              - exclude layer syms in makedef.pl for sfio
35980              - also inhibit Encode from trying to build ":encode()" layer.
35981      Branch: perlio
35982            ! ext/Encode/Encode.xs makedef.pl
35983 ____________________________________________________________________________
35984 [  9101] By: jhi                                   on 2001/03/10  22:38:13
35985         Log: The $Is_MacOS needs to be declared.
35986      Branch: perl
35987            ! lib/ExtUtils/Manifest.pm
35988 ____________________________________________________________________________
35989 [  9100] By: jhi                                   on 2001/03/10  22:14:29
35990         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
35991              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
35992              pollute the symbolspace if using sfio.
35993      Branch: perl
35994            ! ext/Encode/Encode.xs
35995 ____________________________________________________________________________
35996 [  9099] By: jhi                                   on 2001/03/10  21:58:48
35997         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
35998              Date: Sat, 10 Mar 2001 14:23:55 -0500
35999              From: Chris Nandor <pudge@pobox.com>
36000              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
36001      Branch: perl
36002            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
36003            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
36004            ! t/lib/errno.t
36005 ____________________________________________________________________________
36006 [  9098] By: jhi                                   on 2001/03/10  21:38:30
36007         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
36008      Branch: perl
36009            ! regcomp.c regexec.c t/op/pat.t
36010 ____________________________________________________________________________
36011 [  9097] By: jhi                                   on 2001/03/10  14:38:07
36012         Log: Integrate perlio.
36013      Branch: perl
36014           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
36015           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
36016           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
36017 ____________________________________________________________________________
36018 [  9096] By: nick                                  on 2001/03/10  11:55:43
36019         Log: EBCDIC sanity - phase I
36020              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
36021              - use utf8n_xxxx (c.f. pvn) for forms which take length.
36022              - back out vN.N and $^V exceptions to e2a/a2e
36023              - make "locale" isxxx macros be uvchr (may be redundant?)
36024              
36025              Not clear yet that toUPPER_uni et. al. return being handled correctly.
36026              The tr// and rexexp stuff still needs an audit, assumption is they are working
36027              in Unicode space.
36028              
36029              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
36030      Branch: perlio
36031            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
36032            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
36033            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
36034 ____________________________________________________________________________
36035 [  9095] By: jhi                                   on 2001/03/09  22:10:01
36036         Log: Integrate perlio.
36037      Branch: perl
36038           !> dump.c
36039 ____________________________________________________________________________
36040 [  9094] By: nick                                  on 2001/03/09  17:36:38
36041         Log: Builds an passes all tests after integrate and this tweak.
36042      Branch: perlio
36043            ! dump.c
36044 ____________________________________________________________________________
36045 [  9093] By: nick                                  on 2001/03/09  17:16:03
36046         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
36047      Branch: perlio
36048           +> lib/unicode/Scripts.txt t/lib/sigaction.t
36049           !> (integrate 79 files)
36050 ____________________________________________________________________________
36051 [  9092] By: jhi                                   on 2001/03/09  15:28:26
36052         Log: Update Changes.
36053      Branch: perl
36054            ! Changes patchlevel.h
36055 ____________________________________________________________________________
36056 [  9091] By: jhi                                   on 2001/03/09  15:25:05
36057         Log: In op/stat #35 better to scan all the potential directories
36058              for setuids, not just the first one.
36059      Branch: perl
36060            ! t/op/stat.t
36061 ____________________________________________________________________________
36062 [  9090] By: jhi                                   on 2001/03/09  15:01:27
36063         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
36064              From: rspier@pobox.com (Robert Spier)
36065              Date: Fri, 9 Mar 2001 03:30:20 -0500
36066              Message-ID: <15016.38044.381174.160189@rls.cx>
36067              
36068              EXISTS() returning undef mistakenly triggered a FETCH().
36069      Branch: perl
36070            ! hv.c
36071 ____________________________________________________________________________
36072 [  9089] By: jhi                                   on 2001/03/09  14:59:02
36073         Log: Add /sbin and /usr/sbin to the list of directories scanned
36074              for setuid programs.  Takes care of bug id 20010309.003.
36075      Branch: perl
36076            ! t/op/stat.t
36077 ____________________________________________________________________________
36078 [  9088] By: jhi                                   on 2001/03/09  14:48:32
36079         Log: Regen perlapi, perltoc.
36080      Branch: perl
36081            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
36082 ____________________________________________________________________________
36083 [  9087] By: jhi                                   on 2001/03/09  14:38:56
36084         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
36085              From: David Mitchell <davem@fdgroup.co.uk>
36086              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
36087              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
36088      Branch: perl
36089            ! dump.c perl.c perl.h pod/perlrun.pod
36090 ____________________________________________________________________________
36091 [  9086] By: jhi                                   on 2001/03/09  01:47:16
36092         Log: A modified version of
36093              
36094              Subject: [ID 20010307.005] POSIX::sigaction has various problems
36095              From: anders@broadcom.com
36096              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
36097              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
36098              
36099              Currently the sigaction.t test #6 fails (and is fudged to look
36100              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
36101              This may well be a genuine bug in Linux sigaction() (since at
36102              least Tru64, Solaris, and HP-UX disagree with Linux).
36103              Anyone with POSIX / SUSv2 tome handy?  The problem is that
36104              the flags of the oldaction don't match with the flags in
36105              the previously installed disposition.
36106      Branch: perl
36107            + t/lib/sigaction.t
36108            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
36109 ____________________________________________________________________________
36110 [  9085] By: jhi                                   on 2001/03/09  01:30:13
36111         Log: Subject: Re: mission impossible for the day
36112              From: Alex Gough <alex@rcon.org>
36113              Date: Thu, 08 Mar 2001 17:18:19 +0000
36114              Message-ID: <3AA7BEDB.8070409@rcon.org>
36115              
36116              If references (are overloaded) and can be directly stringified,
36117              show that instead of "stringified".
36118              
36119              (The problem, infinite mutual recursion caused by overloaded bool
36120              in Switch.pm, tracked by David Mitchell)
36121      Branch: perl
36122            ! lib/Carp/Heavy.pm
36123 ____________________________________________________________________________
36124 [  9084] By: jhi                                   on 2001/03/09  01:20:39
36125         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
36126              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
36127              From: David Mitchell <davem@fdgroup.co.uk>
36128              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
36129      Branch: perl
36130            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
36131            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
36132 ____________________________________________________________________________
36133 [  9083] By: jhi                                   on 2001/03/09  01:16:51
36134         Log: Subject: [PATCH] perldata.pod here-doc docs
36135              From: Jeff Pinyan <jeffp@crusoe.net>
36136              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
36137              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
36138      Branch: perl
36139            ! pod/perldata.pod
36140 ____________________________________________________________________________
36141 [  9082] By: jhi                                   on 2001/03/09  01:01:27
36142         Log: Subject: Re: Unicode/EBCDIC
36143              From: Peter Prymmer <pvhp@forte.com>
36144              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
36145              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
36146      Branch: perl
36147            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
36148 ____________________________________________________________________________
36149 [  9081] By: jhi                                   on 2001/03/08  13:41:30
36150         Log: Subject: Ooops, wrong 'no *POSIX' Patch
36151              From: Dorner Thomas <Thomas.Dorner@start.de>
36152              Date: Thu, 8 Mar 2001 08:43:28 +0100
36153              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
36154      Branch: perl
36155            ! hints/posix-bc.sh
36156 ____________________________________________________________________________
36157 [  9080] By: jhi                                   on 2001/03/08  13:11:42
36158         Log: It's Scripts.txt, not Script.txt.
36159      Branch: perl
36160            ! MANIFEST
36161 ____________________________________________________________________________
36162 [  9079] By: jhi                                   on 2001/03/08  12:59:05
36163         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
36164              From: Dorner Thomas <Thomas.Dorner@start.de>
36165              Date: Wed, 7 Mar 2001 14:13:31 +0100
36166              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
36167      Branch: perl
36168            ! makedepend.SH
36169 ____________________________________________________________________________
36170 [  9078] By: jhi                                   on 2001/03/08  12:57:43
36171         Log: Retract #9069, wrong patch.
36172      Branch: perl
36173            ! Makefile.SH
36174 ____________________________________________________________________________
36175 [  9077] By: jhi                                   on 2001/03/08  01:06:13
36176         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
36177      Branch: perl
36178            + lib/unicode/Scripts.txt
36179            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
36180            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
36181            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
36182            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36183            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
36184            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
36185            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
36186            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
36187            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
36188            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
36189            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
36190            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
36191            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
36192            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
36193            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
36194            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
36195            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
36196            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
36197            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
36198            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
36199            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
36200            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
36201            ! lib/unicode/version
36202 ____________________________________________________________________________
36203 [  9076] By: jhi                                   on 2001/03/07  22:59:39
36204         Log: Integrate change #7784 from mainline into maintperl.
36205              
36206              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
36207      Branch: maint-5.6/perl
36208           !> pp_ctl.c t/op/pat.t
36209 ____________________________________________________________________________
36210 [  9075] By: jhi                                   on 2001/03/07  22:05:11
36211         Log: More UTF-8 test tweaks.
36212      Branch: perl
36213            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
36214 ____________________________________________________________________________
36215 [  9074] By: nick                                  on 2001/03/07  21:39:29
36216         Log: Integrate mainline.
36217      Branch: perlio
36218           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
36219           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
36220           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
36221           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
36222           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
36223 ____________________________________________________________________________
36224 [  9073] By: jhi                                   on 2001/03/07  16:37:09
36225         Log: Update Changes.
36226      Branch: perl
36227            ! Changes patchlevel.h
36228 ____________________________________________________________________________
36229 [  9072] By: jhi                                   on 2001/03/07  16:32:30
36230         Log: Subject: [ID 20010306.004] || != named unary operator
36231              From: abela@geneanet.org
36232              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
36233              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
36234      Branch: perl
36235            ! pod/perlop.pod
36236 ____________________________________________________________________________
36237 [  9071] By: jhi                                   on 2001/03/07  15:14:11
36238         Log: Subject: downgrading to bytes for common functions
36239              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
36240              Date: Wed, 7 Mar 2001 02:36:55 -0500
36241              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
36242      Branch: perl
36243            ! pp_sys.c
36244 ____________________________________________________________________________
36245 [  9070] By: jhi                                   on 2001/03/07  15:04:58
36246         Log: Clarify the description differentiating for and while; inspired by
36247              
36248              Subject: [ID 20010306.002] for/while difference in for definition
36249              From: abela@geneanet.org
36250              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
36251              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
36252      Branch: perl
36253            ! pod/perlsyn.pod
36254 ____________________________________________________________________________
36255 [  9069] By: jhi                                   on 2001/03/07  14:55:30
36256         Log: (Retracted by #9078.)
36257      Branch: perl
36258            ! Makefile.SH
36259 ____________________________________________________________________________
36260 [  9068] By: jhi                                   on 2001/03/07  14:51:17
36261         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
36262              From: Radu Greab <radu@netsoft.ro>
36263              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
36264              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
36265      Branch: perl
36266            ! pp.c t/op/chop.t
36267 ____________________________________________________________________________
36268 [  9067] By: jhi                                   on 2001/03/07  14:48:57
36269         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
36270              From: Simon Cozens <simon@netthink.co.uk>
36271              Date: Wed, 7 Mar 2001 13:59:28 +0000
36272              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
36273              
36274              In order to allow MakeMaker to build correct Makefiles,
36275              you need to change the order of the arguments in MM_Unix.pm
36276              as well. (Unless you have C89_CCMODE set, but we're trying
36277              to be POSIXly correct)
36278              
36279              Thanks to Merijn Broeren for tracking this down.
36280      Branch: perl
36281            ! lib/ExtUtils/MM_Unix.pm
36282 ____________________________________________________________________________
36283 [  9066] By: jhi                                   on 2001/03/07  14:30:02
36284         Log: Floating point too messy.
36285      Branch: perl
36286            ! t/camel-III/vstring.t
36287 ____________________________________________________________________________
36288 [  9065] By: jhi                                   on 2001/03/07  14:17:44
36289         Log: Integrate change #9064 from maintperl into mainline.
36290              
36291              fix memory leak in pack("Bb",...)
36292      Branch: perl
36293           !> perl.c
36294 ____________________________________________________________________________
36295 [  9064] By: gsar                                  on 2001/03/07  06:29:24
36296         Log: fix memory leak in pack("Bb",...)
36297      Branch: maint-5.6/perl
36298            ! perl.c
36299 ____________________________________________________________________________
36300 [  9063] By: jhi                                   on 2001/03/07  00:55:04
36301         Log: Major utf8 test reorganisation and rewrite.
36302              Hopefully no tests were lost in the shuffle.
36303              (The beginning of pragma/utf8 was lost intentionally,
36304              the tests were rather bogus and incomplete.)
36305      Branch: perl
36306            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
36307            ! t/pragma/utf8.t
36308 ____________________________________________________________________________
36309 [  9062] By: jhi                                   on 2001/03/07  00:41:16
36310         Log: More tweakage on the Unicode character class descriptions.
36311      Branch: perl
36312            ! lib/unicode/mktables.PL pod/perlretut.pod
36313 ____________________________________________________________________________
36314 [  9061] By: jhi                                   on 2001/03/06  23:12:38
36315         Log: The perlretut was still talking about the old \p and \P
36316              definitions.
36317      Branch: perl
36318            ! pod/perlretut.pod
36319 ____________________________________________________________________________
36320 [  9060] By: nick                                  on 2001/03/06  20:52:37
36321         Log: Integrate mainline (make test works again now).
36322      Branch: perlio
36323           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
36324 ____________________________________________________________________________
36325 [  9059] By: jhi                                   on 2001/03/06  15:36:14
36326         Log: 0.999... does equal 1.0, doesn't it?
36327      Branch: perl
36328            ! t/camel-III/vstring.t
36329 ____________________________________________________________________________
36330 [  9058] By: jhi                                   on 2001/03/06  15:34:00
36331         Log: Make /x{abcd}/ to work without use utf8.
36332      Branch: perl
36333            ! regcomp.c
36334 ____________________________________________________________________________
36335 [  9057] By: jhi                                   on 2001/03/06  03:02:36
36336         Log: Easier to outcomment all the three reset() tests for now.
36337      Branch: perl
36338            ! t/op/pat.t
36339 ____________________________________________________________________________
36340 [  9056] By: jhi                                   on 2001/03/06  02:30:02
36341         Log: Comment out the deadly reset; until the 20010301.005
36342              is finally fixed.
36343      Branch: perl
36344            ! t/op/pat.t
36345 ____________________________________________________________________________
36346 [  9055] By: jhi                                   on 2001/03/06  02:21:26
36347         Log: Integrate the change #9054 from mainline:
36348              retract the PMOP cleanup patch pending further investigation.
36349      Branch: maint-5.6/perl
36350           !> op.c op.h
36351 ____________________________________________________________________________
36352 [  9054] By: jhi                                   on 2001/03/06  02:19:57
36353         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
36354              with oddly familiar stack traces.
36355      Branch: perl
36356            ! op.c op.h
36357 ____________________________________________________________________________
36358 [  9053] By: jhi                                   on 2001/03/05  23:20:28
36359         Log: Integrate perlio.
36360      Branch: perl
36361           +> ext/Encode/Encode/koi8-r.ucm
36362           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
36363           !> makedef.pl
36364 ____________________________________________________________________________
36365 [  9052] By: nick                                  on 2001/03/05  23:08:17
36366         Log: skipping USE_PERLIO symbols correction.
36367      Branch: perlio
36368            ! makedef.pl
36369 ____________________________________________________________________________
36370 [  9051] By: nick                                  on 2001/03/05  22:35:07
36371         Log: More Encode alias tidying.
36372      Branch: perlio
36373            + ext/Encode/Encode/koi8-r.ucm
36374            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
36375 ____________________________________________________________________________
36376 [  9050] By: jhi                                   on 2001/03/05  21:44:29
36377         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
36378              Sarathy's fix for ID 20010301.005.
36379      Branch: maint-5.6/perl
36380           !> op.c op.h
36381 ____________________________________________________________________________
36382 [  9049] By: nick                                  on 2001/03/05  19:54:04
36383         Log: Integrate Jarkko's Encode.pm tweak.
36384      Branch: perlio
36385           !> ext/Encode/Encode.pm
36386 ____________________________________________________________________________
36387 [  9048] By: nick                                  on 2001/03/05  19:47:57
36388         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
36389      Branch: perlio
36390           +> os2/os2add.sym
36391           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
36392           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
36393           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
36394           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
36395           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
36396 ____________________________________________________________________________
36397 [  9047] By: jhi                                   on 2001/03/05  19:25:26
36398         Log: Regen perlapi.
36399      Branch: perl
36400            ! pod/perlapi.pod
36401 ____________________________________________________________________________
36402 [  9046] By: jhi                                   on 2001/03/05  19:12:14
36403         Log: Integrate perlio.
36404      Branch: perl
36405           +> t/camel-III/vstring.t
36406           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
36407 ____________________________________________________________________________
36408 [  9045] By: jhi                                   on 2001/03/05  19:10:36
36409         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
36410      Branch: perl
36411            ! ext/Encode/Encode.pm
36412 ____________________________________________________________________________
36413 [  9044] By: jhi                                   on 2001/03/05  18:49:12
36414         Log: Forgot the other half of the PMOP patch (#9033).
36415      Branch: perl
36416            ! op.h
36417 ____________________________________________________________________________
36418 [  9043] By: nick                                  on 2001/03/05  18:14:47
36419         Log: Update MANIFEST for new test.
36420      Branch: perlio
36421            ! MANIFEST
36422 ____________________________________________________________________________
36423 [  9042] By: nick                                  on 2001/03/05  18:12:41
36424         Log: Some tests for Camel 3rd edition features.
36425              Make gethostbyaddr() test in above work.
36426      Branch: perlio
36427            + t/camel-III/vstring.t
36428            ! pp.h pp_sys.c t/TEST t/harness
36429 ____________________________________________________________________________
36430 [  9041] By: jhi                                   on 2001/03/05  17:41:48
36431         Log: Add more ISO 8859 encoding aliases.
36432      Branch: perl
36433            ! ext/Encode/Encode.pm
36434 ____________________________________________________________________________
36435 [  9040] By: jhi                                   on 2001/03/05  17:30:43
36436         Log: Integrate perlio.
36437      Branch: perl
36438           !> MANIFEST sv.c
36439 ____________________________________________________________________________
36440 [  9039] By: nick                                  on 2001/03/05  17:11:36
36441         Log: Missed added file.
36442      Branch: perlio
36443            ! MANIFEST
36444 ____________________________________________________________________________
36445 [  9038] By: jhi                                   on 2001/03/05  15:58:01
36446         Log: Add tr tests for EBCDIC, from Karsten Sperling.
36447      Branch: perl
36448            ! t/op/tr.t
36449 ____________________________________________________________________________
36450 [  9037] By: nick                                  on 2001/03/05  15:56:35
36451         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
36452              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
36453              
36454              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
36455              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
36456              - uses SvPV() rather than sv_2pv() in case it isn't a string.
36457      Branch: perlio
36458            ! sv.c
36459 ____________________________________________________________________________
36460 [  9036] By: jhi                                   on 2001/03/05  15:49:15
36461         Log: Add matching tests currently failing in EBCDIC,
36462              suggested by Karsten Sperling.
36463      Branch: perl
36464            ! t/op/pat.t
36465 ____________________________________________________________________________
36466 [  9035] By: jhi                                   on 2001/03/05  15:36:55
36467         Log: The #9034 needs a MANIFESTation.
36468      Branch: perl
36469            ! MANIFEST
36470 ____________________________________________________________________________
36471 [  9034] By: jhi                                   on 2001/03/05  15:35:14
36472         Log: Integrate perlio.
36473      Branch: perl
36474           +> ext/Encode/Encode/Tcl.pm
36475           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
36476           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
36477           !> ext/Encode/Encode/iso8859-1.ucm
36478           !> ext/Encode/Encode/iso8859-10.ucm
36479           !> ext/Encode/Encode/iso8859-13.ucm
36480           !> ext/Encode/Encode/iso8859-14.ucm
36481           !> ext/Encode/Encode/iso8859-15.ucm
36482           !> ext/Encode/Encode/iso8859-16.ucm
36483           !> ext/Encode/Encode/iso8859-2.ucm
36484           !> ext/Encode/Encode/iso8859-3.ucm
36485           !> ext/Encode/Encode/iso8859-4.ucm
36486           !> ext/Encode/Encode/iso8859-5.ucm
36487           !> ext/Encode/Encode/iso8859-6.ucm
36488           !> ext/Encode/Encode/iso8859-7.ucm
36489           !> ext/Encode/Encode/iso8859-8.ucm
36490           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
36491           !> t/lib/encode.t
36492 ____________________________________________________________________________
36493 [  9033] By: jhi                                   on 2001/03/05  15:33:18
36494         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
36495              From: Gurusamy Sarathy <gsar@ActiveState.com>
36496              Date: Sun, 04 Mar 2001 22:33:15 -0800
36497              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
36498              
36499              PMOPs need to remember their own stash so that they can
36500              gracefully remove themselves from their linked list.
36501      Branch: perl
36502            ! op.c
36503 ____________________________________________________________________________
36504 [  9032] By: nick                                  on 2001/03/05  14:51:50
36505         Log: Encode implementation "completion"
36506              Implement and document define_encoding()
36507              Implement and document encoding aliases including define_alias()
36508              Make Encode::XS use define_encoding() rather than back-door.
36509              Move run-time *.enc to separate Encode::Tcl module.
36510              Make 'compile' honour <codeset_name>
36511              Change canonical names of to iso-8859-* and US-ascii.
36512      Branch: perlio
36513            + ext/Encode/Encode/Tcl.pm
36514            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36515            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
36516            ! ext/Encode/Encode/iso8859-1.ucm
36517            ! ext/Encode/Encode/iso8859-10.ucm
36518            ! ext/Encode/Encode/iso8859-13.ucm
36519            ! ext/Encode/Encode/iso8859-14.ucm
36520            ! ext/Encode/Encode/iso8859-15.ucm
36521            ! ext/Encode/Encode/iso8859-16.ucm
36522            ! ext/Encode/Encode/iso8859-2.ucm
36523            ! ext/Encode/Encode/iso8859-3.ucm
36524            ! ext/Encode/Encode/iso8859-4.ucm
36525            ! ext/Encode/Encode/iso8859-5.ucm
36526            ! ext/Encode/Encode/iso8859-6.ucm
36527            ! ext/Encode/Encode/iso8859-7.ucm
36528            ! ext/Encode/Encode/iso8859-8.ucm
36529            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
36530            ! t/lib/encode.t
36531 ____________________________________________________________________________
36532 [  9031] By: jhi                                   on 2001/03/05  13:51:17
36533         Log: Integrate change #9030 from maintperl into mainline.
36534              
36535              Subject: [PATCH 5.6.1] OS/2 cleanup
36536      Branch: perl
36537           +> os2/os2add.sym
36538           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
36539           !> makedef.pl os2/Changes os2/Makefile.SHs
36540           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
36541           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
36542           !> os2/os2.sym os2/os2ish.h
36543 ____________________________________________________________________________
36544 [  9030] By: jhi                                   on 2001/03/05  13:46:49
36545         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
36546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36547              Date: Mon, 5 Mar 2001 02:29:44 -0500
36548              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
36549      Branch: maint-5.6/perl
36550            + os2/os2add.sym
36551            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
36552            ! makedef.pl os2/Changes os2/Makefile.SHs
36553            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
36554            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
36555            ! os2/os2.sym os2/os2ish.h
36556 ____________________________________________________________________________
36557 [  9029] By: jhi                                   on 2001/03/05  13:40:35
36558         Log: Integrate change #9028 from maintperl into mainline.
36559              
36560              various nits in MM_Unix.pm found by disabling SelfLoader
36561      Branch: perl
36562           !> lib/ExtUtils/MM_Unix.pm
36563 ____________________________________________________________________________
36564 [  9028] By: gsar                                  on 2001/03/05  09:58:38
36565         Log: various nits in MM_Unix.pm found by disabling SelfLoader
36566      Branch: maint-5.6/perl
36567            ! lib/ExtUtils/MM_Unix.pm
36568 ____________________________________________________________________________
36569 [  9027] By: nick                                  on 2001/03/05  08:35:22
36570         Log: Integrate mainline
36571      Branch: perlio
36572           !> (integrate 28 files)
36573 ____________________________________________________________________________
36574 [  9026] By: jhi                                   on 2001/03/05  02:14:59
36575         Log: Integrate change #9025 from mainline to maintperl,
36576              retract \N{U+HHHH}.
36577      Branch: maint-5.6/perl
36578           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
36579           !> t/lib/charnames.t toke.c
36580 ____________________________________________________________________________
36581 [  9025] By: jhi                                   on 2001/03/05  02:13:09
36582         Log: Retracting \N{U+HHHH}.
36583      Branch: perl
36584            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
36585            ! t/lib/charnames.t toke.c
36586 ____________________________________________________________________________
36587 [  9024] By: jhi                                   on 2001/03/04  20:51:07
36588         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
36589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36590              Date: Fri, 02 Mar 2001 18:25:26 +0100
36591              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
36592              
36593              Casting problem.
36594      Branch: perl
36595            ! ext/Storable/Storable.xs
36596 ____________________________________________________________________________
36597 [  9023] By: jhi                                   on 2001/03/04  19:46:45
36598         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
36599              From: nick@talking.bollo.cx
36600              Date: Sat, 03 Mar 2001 21:41:33 +0000
36601              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
36602              
36603              Revert the workaround.
36604      Branch: perl
36605            ! perlio.c
36606 ____________________________________________________________________________
36607 [  9022] By: jhi                                   on 2001/03/04  19:36:28
36608         Log: Update Changes.
36609      Branch: perl
36610            ! Changes patchlevel.h
36611 ____________________________________________________________________________
36612 [  9021] By: jhi                                   on 2001/03/04  18:41:00
36613         Log: makedef.pl updates suggested by Chris Nandor; double-checking
36614              the changes in AIX, OS/2 Win32 would be nice.
36615      Branch: perl
36616            ! makedef.pl
36617 ____________________________________________________________________________
36618 [  9020] By: jhi                                   on 2001/03/04  18:23:58
36619         Log: Integrate change #9012 from maintperl into mainline,
36620              quench a compiler warning.
36621      Branch: perl
36622           !> toke.c
36623 ____________________________________________________________________________
36624 [  9019] By: jhi                                   on 2001/03/04  18:18:43
36625         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
36626              
36627              \N{U+HHHH} fix.
36628              
36629              pattern in G_ARRAY context
36630      Branch: maint-5.6/perl
36631           !> pp_hot.c t/op/pat.t toke.c
36632 ____________________________________________________________________________
36633 [  9018] By: jhi                                   on 2001/03/04  18:07:48
36634         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
36635              From: Jeff Pinyan <jeffp@crusoe.net>
36636              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
36637              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
36638      Branch: perl
36639            ! pp_hot.c t/op/pat.t
36640 ____________________________________________________________________________
36641 [  9017] By: jhi                                   on 2001/03/04  18:06:21
36642         Log: I thought I tested the #9014.
36643      Branch: perl
36644            ! toke.c
36645 ____________________________________________________________________________
36646 [  9016] By: jhi                                   on 2001/03/04  17:41:22
36647         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
36648              
36649              Tweak the get*ent() OS/2 prototypes.
36650              
36651              Add the \N{U+HHHH} syntax.
36652              
36653              More tr/// UTF-8 fixes from Inaba Hiroto.
36654      Branch: maint-5.6/perl
36655           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
36656           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
36657 ____________________________________________________________________________
36658 [  9015] By: jhi                                   on 2001/03/04  17:36:04
36659         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
36660      Branch: perl
36661            ! doop.c t/op/tr.t
36662 ____________________________________________________________________________
36663 [  9014] By: jhi                                   on 2001/03/04  17:24:49
36664         Log: Add the \N{U+HHHH} syntax.
36665      Branch: perl
36666            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
36667            ! t/lib/charnames.t toke.c
36668 ____________________________________________________________________________
36669 [  9013] By: jhi                                   on 2001/03/04  17:20:45
36670         Log: Tweak the get*ent() OS/2 prototypes.
36671      Branch: perl
36672            ! os2/os2.c
36673 ____________________________________________________________________________
36674 [  9012] By: gsar                                  on 2001/03/04  06:26:14
36675         Log: avoid warning (nit in change#9009)
36676      Branch: maint-5.6/perl
36677            ! toke.c
36678 ____________________________________________________________________________
36679 [  9011] By: gsar                                  on 2001/03/04  06:15:24
36680         Log: lib/charnames.t fails in 5.6.x because of older Unicode
36681              data
36682              
36683              TODO: need to revisit this after updating lib/unicode/...
36684      Branch: maint-5.6/perl
36685            ! t/lib/charnames.t
36686 ____________________________________________________________________________
36687 [  9010] By: gsar                                  on 2001/03/04  06:08:36
36688         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
36689      Branch: maint-5.6/perl
36690            ! toke.c
36691 ____________________________________________________________________________
36692 [  9009] By: jhi                                   on 2001/03/03  19:27:20
36693         Log: Integrate change #9008 from mainline to maintperl,
36694              UTF-8 tr/// fixes from Inaba Hiroto.
36695      Branch: maint-5.6/perl
36696           !> doop.c op.c t/op/tr.t toke.c
36697 ____________________________________________________________________________
36698 [  9008] By: jhi                                   on 2001/03/03  19:19:42
36699         Log: UTF8 tr/// fixes from Inaba Hiroto.
36700      Branch: perl
36701            ! doop.c op.c t/op/tr.t toke.c
36702 ____________________________________________________________________________
36703 [  9007] By: jhi                                   on 2001/03/03  19:00:30
36704         Log: Integrate change #9006 from maintperl to mainline,
36705              more robust quest for the infinite.
36706      Branch: perl
36707           !> lib/Math/Complex.pm
36708 ____________________________________________________________________________
36709 [  9006] By: jhi                                   on 2001/03/03  18:58:06
36710         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
36711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36712              Date: Sat, 3 Mar 2001 12:51:50 -0500
36713              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
36714              
36715              Be more robust in our quest for the infinite.
36716      Branch: maint-5.6/perl
36717            ! lib/Math/Complex.pm
36718 ____________________________________________________________________________
36719 [  9005] By: jhi                                   on 2001/03/03  17:55:50
36720         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
36721      Branch: maint-5.6/perl
36722            ! doio.c
36723 ____________________________________________________________________________
36724 [  9004] By: jhi                                   on 2001/03/03  17:40:14
36725         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
36726              so that picky compilers like IRIX won't get huffy about
36727              "statements without effect" (like 1;).
36728      Branch: perl
36729            ! toke.c
36730 ____________________________________________________________________________
36731 [  9003] By: jhi                                   on 2001/03/03  17:15:52
36732         Log: Integrate change #9002 from mainline to maintperl.
36733              
36734              Subject: [perl-5.6.x, perl-current] accept for EPOC
36735      Branch: maint-5.6/perl
36736           !> pp_sys.c
36737 ____________________________________________________________________________
36738 [  9002] By: jhi                                   on 2001/03/03  17:14:30
36739         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
36740              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36741              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
36742              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
36743      Branch: perl
36744            ! pp_sys.c
36745 ____________________________________________________________________________
36746 [  9001] By: jhi                                   on 2001/03/03  17:13:13
36747         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
36748              From: "Craig A. Berry" <craigberry@mac.com>
36749              Date: Fri, 02 Mar 2001 17:44:40 -0600
36750              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
36751      Branch: perl
36752            ! t/pod/find.t
36753 ____________________________________________________________________________
36754 [  9000] By: jhi                                   on 2001/03/03  17:11:55
36755         Log: Integrate changes #8997,8999 from maintperl.
36756              
36757              Subject: [PATCH 5.6.1] compiling on OS/2
36758              (Better error message from hints/os2.sh)
36759              
36760              Subject: [PATCH 5.6.1] syslog.t
36761      Branch: perl
36762           !> hints/os2.sh t/lib/syslog.t
36763 ____________________________________________________________________________
36764 [  8999] By: jhi                                   on 2001/03/03  17:09:28
36765         Log: Subject: [PATCH 5.6.1] syslog.t
36766              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36767              Date: Sat, 3 Mar 2001 02:11:17 -0500
36768              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
36769      Branch: maint-5.6/perl
36770            ! t/lib/syslog.t
36771 ____________________________________________________________________________
36772 [  8998] By: jhi                                   on 2001/03/03  17:07:50
36773         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
36774              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36775              Date: Sat, 3 Mar 2001 01:53:52 -0500
36776              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
36777      Branch: maint-5.6/perl
36778            ! opcode.pl os2/os2.c
36779 ____________________________________________________________________________
36780 [  8997] By: jhi                                   on 2001/03/03  17:03:30
36781         Log: Subject: [PATCH 5.6.1] compiling on OS/2
36782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36783              Date: Sat, 3 Mar 2001 01:59:59 -0500
36784              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
36785      Branch: maint-5.6/perl
36786            ! hints/os2.sh
36787 ____________________________________________________________________________
36788 [  8996] By: jhi                                   on 2001/03/03  00:55:58
36789         Log: Regen files for mainline.
36790      Branch: perl
36791            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36792            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
36793 ____________________________________________________________________________
36794 [  8995] By: jhi                                   on 2001/03/03  00:35:22
36795         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
36796              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
36797              to maintperl.
36798              
36799              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
36800              
36801              Add Configure option -Dmksymlinks which will create a symlink
36802              forest if the current/build differs from the source directory.
36803              (8218,8220,8221,8317,8318,8971)
36804              
36805              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
36806              (Document APPLLIB_EXP in INSTALL.)
36807              
36808              If running byacc write-enable also perly.h.
36809              
36810              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
36811              
36812              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
36813              
36814              Sanity check for conflicting thread flavours.
36815              
36816              Fix the sys/fcntl.h problem reported by Peter Prymmer.
36817              
36818              Add few CPUs/architectures to the Cppsym scan,
36819              add -perlio to archname if so selected (modified 8890)
36820              
36821              Be more helpful for devel builders, suggested by John L. Allen.
36822              (admittedly pointless change for maintperl, but the usedevel
36823              code is there already)
36824      Branch: maint-5.6/perl
36825           !> Configure INSTALL Makefile.SH Porting/Glossary
36826           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
36827           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
36828           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
36829           !> win32/config.bc win32/config.gc win32/config.vc
36830 ____________________________________________________________________________
36831 [  8994] By: jhi                                   on 2001/03/02  23:31:41
36832         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
36833      Branch: metaconfig/U/perl
36834            ! gccvers.U
36835 ____________________________________________________________________________
36836 [  8993] By: jhi                                   on 2001/03/02  23:22:12
36837         Log: Regenerate various files for maint.
36838      Branch: maint-5.6/perl
36839            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
36840            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
36841 ____________________________________________________________________________
36842 [  8992] By: alanbur                               on 2001/03/02  22:48:34
36843         Log: Resync wuth parent
36844      Branch: maint-5.6/pureperl
36845           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
36846           !> (integrate 60 files)
36847 ____________________________________________________________________________
36848 [  8991] By: jhi                                   on 2001/03/02  21:00:08
36849         Log: Retract the #8742 part of #8986, backward compat.
36850      Branch: maint-5.6/perl
36851            ! embed.pl
36852 ____________________________________________________________________________
36853 [  8990] By: jhi                                   on 2001/03/02  20:40:07
36854         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
36855      Branch: maint-5.6/perl
36856            ! hv.c
36857 ____________________________________________________________________________
36858 [  8989] By: jhi                                   on 2001/03/02  19:59:56
36859         Log: Update Changes.
36860      Branch: perl
36861            ! Changes patchlevel.h
36862 ____________________________________________________________________________
36863 [  8988] By: jhi                                   on 2001/03/02  19:57:08
36864         Log: Integrate perlio.
36865      Branch: perl
36866           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36867           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36868           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36869           !> ext/Encode/Encode/iso8859-10.ucm
36870           !> ext/Encode/Encode/iso8859-13.ucm
36871           !> ext/Encode/Encode/iso8859-14.ucm
36872           !> ext/Encode/Encode/iso8859-15.ucm
36873           !> ext/Encode/Encode/iso8859-16.ucm
36874           !> ext/Encode/Encode/iso8859-2.ucm
36875           !> ext/Encode/Encode/iso8859-3.ucm
36876           !> ext/Encode/Encode/iso8859-4.ucm
36877           !> ext/Encode/Encode/iso8859-5.ucm
36878           !> ext/Encode/Encode/iso8859-6.ucm
36879           !> ext/Encode/Encode/iso8859-7.ucm
36880           !> ext/Encode/Encode/iso8859-8.ucm
36881           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36882           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
36883 ____________________________________________________________________________
36884 [  8987] By: jhi                                   on 2001/03/02  19:43:40
36885         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
36886              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
36887              8950,8952,8955 from mainline to maintperl.
36888              
36889              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
36890              
36891              Put to rest the 20010205.001, the email address checking (not) regex.
36892              
36893              fork() not everywhere, cleanup temp files.
36894              
36895              The #8843 wasn't quite right: %Config needs to imported.
36896              
36897              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
36898              (#8849: the glob-basic hunk needed massaging as it depended
36899              on Schwern's large-scale (unintegrated) patches)
36900              
36901              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
36902              
36903              Upgrade to CGI.pm 2.752, from Lincoln Stein.
36904              (Note: there were some conflicts due to EBCDIC and EPOC
36905              patches, in general I preferred the repository code.)
36906              (When 2.753 comes out, we need to synchronize.)
36907              
36908              Subject: [PATCH] fix for charnames above FFFF
36909              
36910              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
36911              
36912              If no sfio, no -lsfio.
36913              
36914              Run run/*.t also in minitest.
36915              
36916              Subject:  [PATCH perl 5.7.0] malloc message address offset
36917              
36918              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
36919              
36920              Subject: fix for parameter -Dm (for perl@8867)
36921              
36922              Subject: [PATCH: perl@8892] was Re: hashing order difference?
36923              (make the test more portable)
36924              
36925              Subject: Re: [PATCH] fix for charnames above FFFF
36926              
36927              Subject: Re: I'm losing the war...
36928              (hv_store() not working correctly in ENV_IS_CASELESS case.)
36929              
36930              Subject: Modified README.bs2000 
36931              
36932              Subject: [PATCH: perl@8935] -Dt padsv($var)
36933              
36934              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
36935              
36936              Subject: PATCH: extra tests to check on negative float to unsigned cast
36937              
36938              Subject: [PATCH] XPUSH[insp] was Re: progress
36939              
36940              Subject: Re: Compile with perlcc..
36941      Branch: maint-5.6/perl
36942           !> (integrate 36 files)
36943 ____________________________________________________________________________
36944 [  8986] By: jhi                                   on 2001/03/02  18:51:25
36945         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
36946              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
36947              to maintperl.
36948              
36949              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
36950              
36951              Subject: [DOC PATCH] overload.pm nits
36952              
36953              Add header for LIB$ prototypes (C. Berry)
36954              
36955              Convert fwrite()s to sockets to write()s, since some socket stacks
36956              don't take kindly to stdio.
36957              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
36958              (for often optional LNMs)
36959              Correct a few typos
36960              (C. Bailey)
36961              
36962              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
36963              
36964              De-cut-and-pasto.
36965              
36966              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
36967              
36968              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
36969              
36970              Upgrade to CPAN 1.59_54, from Andreas König.
36971              
36972              Bogus shebang.
36973              
36974              Subject: [PATCH] Document makepatch in Porting/patching
36975              
36976              UTF-8 documentation.
36977              
36978              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
36979              
36980              Sort the MANIFEST.
36981              
36982              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
36983              
36984              Subject: [PATCH @8807] toke.c cleanup: scan_str()
36985              
36986              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
36987              
36988              Add run/*.t to testables.
36989              
36990              TODO: integrate #8784.
36991      Branch: maint-5.6/perl
36992           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
36993           !> (integrate 28 files)
36994 ____________________________________________________________________________
36995 [  8985] By: nick                                  on 2001/03/02  18:15:45
36996         Log: Integrate mainline
36997      Branch: perlio
36998           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
36999           !> vms/vms.c
37000 ____________________________________________________________________________
37001 [  8984] By: jhi                                   on 2001/03/02  16:00:17
37002         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
37003              
37004              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
37005              5.004_05, and mention the suidperl August 2000 security problem.
37006              (#8978,#8981)
37007              
37008              Subject: [ID 20010301.004] Technically speaking in perldata
37009              
37010              Subject: [PATCH] File::Copy for bleadperl, maintperl
37011              
37012              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
37013              
37014              (The #8982, fix for 20010221.005 and 20010221.008,
37015              would be nice too but it didn't integrate cleanly.)
37016      Branch: maint-5.6/perl
37017           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
37018 ____________________________________________________________________________
37019 [  8983] By: jhi                                   on 2001/03/02  15:51:16
37020         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
37021              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37022              Date:     Thu, 1 Mar 2001 15:54:09 EST
37023              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
37024      Branch: perl
37025            ! vms/vms.c
37026 ____________________________________________________________________________
37027 [  8982] By: jhi                                   on 2001/03/02  15:43:31
37028         Log: Subject: Re: sync sync sync: have I missed any patches?
37029              From: Radu Greab <radu@netsoft.ro> 
37030              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
37031              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
37032              
37033              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
37034              was checking argv[0] regardless of whether a different pathname
37035              will actually be executed."  Test case not supplied because 
37036              drafting that, ironically enough, revealed another bug
37037              (or a feature).
37038      Branch: perl
37039            ! doio.c
37040 ____________________________________________________________________________
37041 [  8981] By: jhi                                   on 2001/03/02  15:28:03
37042         Log: Misdate in #8978.
37043      Branch: perl
37044            ! pod/perlfaq1.pod
37045 ____________________________________________________________________________
37046 [  8980] By: jhi                                   on 2001/03/02  15:24:20
37047         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
37048              From: Chris Nandor <pudge@pobox.com>
37049              Date: Wed, 28 Feb 2001 22:10:15 -0500
37050              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
37051      Branch: perl
37052            ! lib/File/Copy.pm
37053 ____________________________________________________________________________
37054 [  8979] By: jhi                                   on 2001/03/02  15:17:16
37055         Log: Subject: [ID 20010301.004] Technically speaking in perldata
37056              From: abela@geneanet.org
37057              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
37058              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
37059      Branch: perl
37060            ! pod/perldata.pod
37061 ____________________________________________________________________________
37062 [  8978] By: jhi                                   on 2001/03/02  15:15:27
37063         Log: Subject: [ID 20010301.003] ref to 5.004
37064              From: abela@geneanet.org
37065              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
37066              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
37067              
37068              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
37069              and mention the suidperl August 2000 security problem.
37070      Branch: perl
37071            ! pod/perlfaq1.pod
37072 ____________________________________________________________________________
37073 [  8977] By: alanbur                               on 2001/03/02  14:17:45
37074         Log: Resynchronised with parent
37075      Branch: maint-5.6/pureperl
37076           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
37077           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
37078           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
37079           !> vms/descrip_mms.template win32/win32.c win32/win32.h
37080           !> win32/win32iop.h
37081 ____________________________________________________________________________
37082 [  8976] By: nick                                  on 2001/03/01  23:25:30
37083         Log: Integrate mainline.
37084      Branch: perlio
37085            - t/op/qu.t
37086           !> (integrate 55 files)
37087 ____________________________________________________________________________
37088 [  8975] By: jhi                                   on 2001/03/01  16:51:34
37089         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
37090      Branch: perl
37091           !> toke.c
37092 ____________________________________________________________________________
37093 [  8974] By: gsar                                  on 2001/03/01  16:28:21
37094         Log: fix for bugid 20010226.008
37095              
37096              the problem was that some of the pointers (PL_last_lop and
37097              PL_last_uni specifically) into the lex buffers weren't correctly
37098              being invalidated when the buffer changed; this would leave the
37099              pointers pointing at an arbitrary location in the buffer if
37100              the buffer didn't need to be reallocated, or point into freed
37101              memory if the buffer had to be realloced
37102              
37103              TODO item for bugdb maintainers: check other seemingly random
37104              parser-related bugs--they might be cured by this
37105      Branch: maint-5.6/perl
37106            ! toke.c
37107 ____________________________________________________________________________
37108 [  8973] By: jhi                                   on 2001/03/01  02:23:25
37109         Log: Retract #8970 because of a completely mysterious core dump:
37110              adding the tests 241..244 causes op/pat dump core at test #25.
37111              The test needs a lot of whittling down before the bug can be solved.
37112      Branch: perl
37113            ! t/op/pat.t
37114 ____________________________________________________________________________
37115 [  8972] By: jhi                                   on 2001/03/01  01:58:38
37116         Log: Regen perlapi.
37117      Branch: perl
37118            ! pod/perlapi.pod
37119 ____________________________________________________________________________
37120 [  8971] By: jhi                                   on 2001/03/01  01:34:09
37121         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))
37122              From: Nicholas Clark <nick@ccl4.org>
37123              Date: Wed, 28 Feb 2001 23:28:49 +0000
37124              Message-ID: <20010228232849.A55187@plum.flirble.org>
37125              
37126              Allow a completely write protected source code tree
37127              when using the Configure -Dmksymlinks.
37128      Branch: perl
37129            ! embed.pl warnings.pl
37130 ____________________________________________________________________________
37131 [  8970] By: jhi                                   on 2001/03/01  01:32:04
37132         Log: Add back the EBCDIC character range tests (for matching).
37133      Branch: perl
37134            ! t/op/pat.t
37135 ____________________________________________________________________________
37136 [  8969] By: nick                                  on 2001/02/28  18:18:01
37137         Log: Add charname comments to .ucm files writen by 'compile',
37138              also order charmaps in those files by source encoding.
37139              regenerate distrubuted .ucm files
37140      Branch: perlio
37141            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
37142            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
37143            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
37144            ! ext/Encode/Encode/iso8859-10.ucm
37145            ! ext/Encode/Encode/iso8859-13.ucm
37146            ! ext/Encode/Encode/iso8859-14.ucm
37147            ! ext/Encode/Encode/iso8859-15.ucm
37148            ! ext/Encode/Encode/iso8859-16.ucm
37149            ! ext/Encode/Encode/iso8859-2.ucm
37150            ! ext/Encode/Encode/iso8859-3.ucm
37151            ! ext/Encode/Encode/iso8859-4.ucm
37152            ! ext/Encode/Encode/iso8859-5.ucm
37153            ! ext/Encode/Encode/iso8859-6.ucm
37154            ! ext/Encode/Encode/iso8859-7.ucm
37155            ! ext/Encode/Encode/iso8859-8.ucm
37156            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
37157            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
37158 ____________________________________________________________________________
37159 [  8968] By: jhi                                   on 2001/02/28  16:26:37
37160         Log: Expand usemorebits early if d_casti32 needs to be undefined.
37161      Branch: perl
37162            ! hints/hpux.sh hints/irix_6.sh
37163 ____________________________________________________________________________
37164 [  8967] By: jhi                                   on 2001/02/28  16:22:26
37165         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
37166              retract toke.c/qu parts of #8583, retract #8485, retract
37167              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
37168              op/length.t, and MANIFEST, and delete t/op/qu.t.
37169      Branch: perl
37170            - t/op/qu.t
37171            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
37172            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
37173            ! t/op/length.t toke.c
37174 ____________________________________________________________________________
37175 [  8966] By: jhi                                   on 2001/02/28  15:00:27
37176         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
37177              by not changing from pre-Unicode days into being Unicode-aware.
37178              Sniff.
37179      Branch: perl
37180            ! pp.c t/op/pack.t t/op/qu.t
37181 ____________________________________________________________________________
37182 [  8965] By: jhi                                   on 2001/02/28  14:37:55
37183         Log: Subject: Re: Errors in core PODs
37184              From: Michael Stevens <michael@etla.org> 
37185              Date: Fri, 23 Feb 2001 15:47:56 +0000
37186              Message-ID: <20010223154756.A7723@firedrake.org> 
37187      Branch: perl
37188            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
37189            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
37190            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
37191            ! x2p/a2p.pod
37192 ____________________________________________________________________________
37193 [  8964] By: jhi                                   on 2001/02/28  14:35:35
37194         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
37195              (The #8961 was too bold.)
37196      Branch: perl
37197            ! hints/hpux.sh hints/irix_6.sh
37198 ____________________________________________________________________________
37199 [  8963] By: jhi                                   on 2001/02/28  14:33:39
37200         Log: Subject: Re: sync sync sync: have I missed any patches?
37201              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37202              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
37203              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
37204              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
37205              
37206              Replace djSP with dSP.
37207      Branch: perl
37208            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
37209            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
37210            ! win32/perlhost.h
37211 ____________________________________________________________________________
37212 [  8962] By: jhi                                   on 2001/02/27  23:21:14
37213         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
37214      Branch: perl
37215            ! lib/Filter/Simple.pm
37216 ____________________________________________________________________________
37217 [  8961] By: jhi                                   on 2001/02/27  22:55:26
37218         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
37219              and this would be it.
37220      Branch: perl
37221            ! hints/hpux.sh hints/irix_6.sh
37222 ____________________________________________________________________________
37223 [  8960] By: jhi                                   on 2001/02/27  22:51:33
37224         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
37225              From: "Craig A. Berry" <craigberry@mac.com>
37226              Date: Tue, 27 Feb 2001 16:11:44 -0600
37227              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
37228      Branch: maint-5.6/perl
37229            ! configure.com vms/descrip_mms.template
37230 ____________________________________________________________________________
37231 [  8959] By: jhi                                   on 2001/02/27  22:47:23
37232         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
37233              From: "Craig A. Berry" <craigberry@mac.com>
37234              Date: Tue, 27 Feb 2001 16:11:44 -0600
37235              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
37236      Branch: perl
37237            ! configure.com vms/descrip_mms.template
37238 ____________________________________________________________________________
37239 [  8958] By: jhi                                   on 2001/02/27  15:16:42
37240         Log: Update Changes.
37241      Branch: perl
37242            ! Changes patchlevel.h
37243 ____________________________________________________________________________
37244 [  8957] By: jhi                                   on 2001/02/27  06:15:07
37245         Log: Subject: [5.6.x] EPOC additions
37246              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37247              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
37248              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
37249      Branch: maint-5.6/perl
37250            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
37251 ____________________________________________________________________________
37252 [  8956] By: jhi                                   on 2001/02/27  06:12:11
37253         Log: Subject: [perl-current] EPOC 
37254              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37255              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
37256              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
37257      Branch: perl
37258            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
37259            ! epoc/epocish.c epoc/epocish.h pp_sys.c
37260 ____________________________________________________________________________
37261 [  8955] By: jhi                                   on 2001/02/27  05:59:50
37262         Log: Subject: Re: Compile with perlcc..
37263              From: Edward Peschko <edwardp@excitehome.net>
37264              Date: Mon, 26 Feb 2001 18:51:58 -0800
37265              Message-ID: <20010226185158.A9871@excitehome.net>
37266              
37267              plus add a simple usage message if no arguments given.
37268      Branch: perl
37269            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
37270            ! utils/Makefile utils/perlcc.PL win32/pod.mak
37271 ____________________________________________________________________________
37272 [  8954] By: nick                                  on 2001/02/26  21:02:59
37273         Log: Integrate mainline
37274      Branch: perlio
37275           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
37276           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
37277           !> t/op/sprintf.t
37278 ____________________________________________________________________________
37279 [  8953] By: jhi                                   on 2001/02/26  14:43:54
37280         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
37281              From: Nicholas Clark <nick@ccl4.org>
37282              Date: Mon, 26 Feb 2001 00:42:07 +0000
37283              Message-ID: <20010226004207.F23333@plum.flirble.org>
37284      Branch: perl
37285            ! pp_ctl.c
37286 ____________________________________________________________________________
37287 [  8952] By: jhi                                   on 2001/02/26  14:42:13
37288         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
37289              From: Simon Cozens <simon@netthink.co.uk>
37290              Date: Mon, 26 Feb 2001 12:23:48 +0000
37291              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
37292      Branch: perl
37293            ! pod/perlguts.pod
37294 ____________________________________________________________________________
37295 [  8951] By: jhi                                   on 2001/02/26  14:39:15
37296         Log: Subject: [PATCH] perlio - unknown layer
37297              From: Nicholas Clark <nick@ccl4.org>
37298              Date: Mon, 26 Feb 2001 00:27:19 +0000
37299              Message-ID: <20010226002719.E23333@plum.flirble.org>
37300      Branch: perl
37301            ! perlio.c
37302 ____________________________________________________________________________
37303 [  8950] By: jhi                                   on 2001/02/26  14:38:04
37304         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
37305              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
37306              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
37307              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
37308      Branch: perl
37309            ! t/op/bop.t
37310 ____________________________________________________________________________
37311 [  8949] By: jhi                                   on 2001/02/26  14:37:07
37312         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
37313              From: Peter Prymmer <pvhp@forte.com>
37314              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
37315              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
37316      Branch: perl
37317            ! lib/Test.pm
37318 ____________________________________________________________________________
37319 [  8948] By: jhi                                   on 2001/02/26  14:35:53
37320         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
37321              From: Radu Greab <radu@netsoft.ro>
37322              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
37323              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
37324      Branch: perl
37325            ! pod/perlop.pod
37326 ____________________________________________________________________________
37327 [  8947] By: jhi                                   on 2001/02/26  14:34:46
37328         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
37329              From: David Mitchell <davem@fdgroup.co.uk>
37330              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
37331              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
37332      Branch: perl
37333            ! run.c
37334 ____________________________________________________________________________
37335 [  8946] By: jhi                                   on 2001/02/26  14:32:37
37336         Log: Subject: Modified README.bs2000 
37337              From: Dorner Thomas <Thomas.Dorner@start.de>
37338              Date: Mon, 26 Feb 2001 09:22:17 +0100
37339              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
37340      Branch: perl
37341            ! README.bs2000
37342 ____________________________________________________________________________
37343 [  8945] By: jhi                                   on 2001/02/26  14:19:53
37344         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
37345              to maintperl, listing the known failures on the tests 129 and 130.
37346      Branch: maint-5.6/perl
37347           !> t/op/sprintf.t
37348 ____________________________________________________________________________
37349 [  8944] By: jhi                                   on 2001/02/26  14:14:15
37350         Log: Add more known sprintf failures.
37351      Branch: perl
37352            ! t/op/sprintf.t
37353 ____________________________________________________________________________
37354 [  8943] By: jhi                                   on 2001/02/26  13:56:22
37355         Log: perlglob.exe needs to be found in Win32, patch from
37356              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
37357              which needs external glob at mini-perl time."
37358      Branch: perl
37359            ! ext/Encode/compile
37360 ____________________________________________________________________________
37361 [  8942] By: jhi                                   on 2001/02/26  13:52:19
37362         Log: A missing dTHX from Vadim Konovalov.
37363      Branch: perl
37364            ! perlio.c
37365 ____________________________________________________________________________
37366 [  8941] By: jhi                                   on 2001/02/26  13:37:05
37367         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
37368      Branch: perl
37369            ! op.c
37370 ____________________________________________________________________________
37371 [  8940] By: jhi                                   on 2001/02/26  13:35:40
37372         Log: Integrate perlio.
37373      Branch: perl
37374           !> ext/Encode/Encode.pm
37375 ____________________________________________________________________________
37376 [  8939] By: nick                                  on 2001/02/25  23:47:09
37377         Log: Integrate mainline.
37378      Branch: perlio
37379           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
37380           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
37381 ____________________________________________________________________________
37382 [  8938] By: nick                                  on 2001/02/25  19:36:28
37383         Log: Encode implementations docs.
37384      Branch: perlio
37385            ! ext/Encode/Encode.pm
37386 ____________________________________________________________________________
37387 [  8937] By: jhi                                   on 2001/02/25  19:26:16
37388         Log: Script wasn't aligned with reality.
37389      Branch: perl
37390            ! t/pod/find.t
37391 ____________________________________________________________________________
37392 [  8936] By: jhi                                   on 2001/02/25  18:54:55
37393         Log: Update Changes.
37394      Branch: perl
37395            ! Changes patchlevel.h
37396 ____________________________________________________________________________
37397 [  8935] By: jhi                                   on 2001/02/25  18:46:36
37398         Log: Retract #8929,8930,8932,8933 for now.
37399      Branch: perl
37400            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
37401 ____________________________________________________________________________
37402 [  8934] By: jhi                                   on 2001/02/25  17:34:35
37403         Log: Integrate perlio.
37404      Branch: perl
37405           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
37406           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
37407           !> t/lib/encode.t
37408 ____________________________________________________________________________
37409 [  8933] By: jhi                                   on 2001/02/25  17:33:12
37410         Log: (Retracted by #8395.)
37411              
37412              Slight tweaks in scan_const(), not fixes yet, it seems like
37413              lots of work remains to be done...
37414      Branch: perl
37415            ! toke.c
37416 ____________________________________________________________________________
37417 [  8932] By: jhi                                   on 2001/02/25  17:27:11
37418         Log: (Retracted by #8395.)
37419              
37420              Missing from #8930.
37421      Branch: perl
37422            ! perl.h
37423 ____________________________________________________________________________
37424 [  8931] By: jhi                                   on 2001/02/25  17:26:19
37425         Log: A comment tweak.
37426      Branch: perl
37427            ! utf8.c
37428 ____________________________________________________________________________
37429 [  8930] By: jhi                                   on 2001/02/25  17:25:47
37430         Log: (Retracted by #8395.)
37431              
37432              Attempt to fix the EBCDIC character range problwm with //.
37433      Branch: perl
37434            ! regcomp.c
37435 ____________________________________________________________________________
37436 [  8929] By: jhi                                   on 2001/02/25  17:23:45
37437         Log: (Retracted by #8395.)
37438              
37439              Expand the EBCDIC character range tests, and add few nasty
37440              tr tests from Karsten Sperling.
37441      Branch: perl
37442            ! t/op/pat.t t/op/tr.t
37443 ____________________________________________________________________________
37444 [  8928] By: jhi                                   on 2001/02/25  17:18:49
37445         Log: Missing check-in.
37446      Branch: perl
37447            ! lib/Pod/Find.pm
37448 ____________________________________________________________________________
37449 [  8927] By: nick                                  on 2001/02/25  11:30:22
37450         Log: Change method names in Encode implementation classes to something
37451              less confusing (preparing to "go public").
37452      Branch: perlio
37453            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
37454 ____________________________________________________________________________
37455 [  8926] By: nick                                  on 2001/02/25  10:53:24
37456         Log: GCC __atribute__ / printf fix
37457      Branch: perlio
37458            ! perl.h
37459 ____________________________________________________________________________
37460 [  8925] By: nick                                  on 2001/02/25  10:52:25
37461         Log: Checked in the wrong one ...
37462      Branch: perlio
37463            ! ext/Encode/Encode.pm
37464 ____________________________________________________________________________
37465 [  8924] By: nick                                  on 2001/02/24  18:46:51
37466         Log: Integrate mainline - to see what Jarkko has in ...
37467      Branch: perlio
37468           +> t/pod/testpods/lib/Pod/Stuff.pm
37469           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
37470 ____________________________________________________________________________
37471 [  8923] By: nick                                  on 2001/02/24  17:05:23
37472         Log: Encode API documentation nd tidy up.
37473              Minor additions to test.
37474              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
37475              Adds STRLEN to standard typemap.
37476      Branch: perlio
37477            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
37478            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
37479 ____________________________________________________________________________
37480 [  8922] By: jhi                                   on 2001/02/24  16:38:12
37481         Log: Add a test for the "character range should match in EBCDIC
37482              if specified using explicit numerics" bug found by Karsten
37483              Sperling.
37484      Branch: perl
37485            ! t/op/pat.t
37486 ____________________________________________________________________________
37487 [  8921] By: jhi                                   on 2001/02/24  16:30:16
37488         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
37489              From: schwern@pobox.com
37490              Date: Fri, 23 Feb 2001 03:21:37 -0500
37491              Message-ID: <20010223032137.A26022@magnonel.guild.net>
37492              
37493              plus Charles Lane's fixes, plus tweaks.
37494      Branch: perl
37495            + t/pod/testpods/lib/Pod/Stuff.pm
37496            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
37497 ____________________________________________________________________________
37498 [  8920] By: nick                                  on 2001/02/24  10:30:11
37499         Log: Integrate mainline
37500      Branch: perlio
37501           !> (integrate 33 files)
37502 ____________________________________________________________________________
37503 [  8919] By: jhi                                   on 2001/02/24  00:23:35
37504         Log: Subject: Re: I'm losing the war...
37505              From: "Vadim Konovalov" <watman@inbox.ru>
37506              Date: Sat, 24 Feb 2001 00:10:14 +0300
37507              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
37508              
37509              hv_store() not working correctly in ENV_IS_CASELESS case.
37510      Branch: perl
37511            ! hv.c
37512 ____________________________________________________________________________
37513 [  8918] By: jhi                                   on 2001/02/24  00:20:09
37514         Log: Subject: Re: [PATCH] fix for charnames above FFFF
37515              From: andreas.koenig@anima.de (Andreas J. Koenig)
37516              Date: 23 Feb 2001 02:39:03 +0100
37517              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
37518              
37519              A further efficiency tweak.
37520      Branch: perl
37521            ! lib/charnames.pm
37522 ____________________________________________________________________________
37523 [  8917] By: jhi                                   on 2001/02/23  20:27:51
37524         Log: Integrate change #8916 from mainline,
37525              do away with USE_WIN32_RTL_ENV.
37526      Branch: maint-5.6/perl
37527           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
37528 ____________________________________________________________________________
37529 [  8916] By: jhi                                   on 2001/02/23  20:02:25
37530         Log: Abolish USE_WIN32_RTL_ENV.
37531      Branch: perl
37532            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
37533 ____________________________________________________________________________
37534 [  8915] By: jhi                                   on 2001/02/23  19:36:00
37535         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
37536              later protected by some #define.
37537      Branch: perl
37538            ! gv.c
37539 ____________________________________________________________________________
37540 [  8914] By: jhi                                   on 2001/02/23  19:31:38
37541         Log: Retract #8902 for now, requested by Charles Lane, the correct
37542              fix will be something else.
37543      Branch: perl
37544            ! op.c
37545 ____________________________________________________________________________
37546 [  8913] By: jhi                                   on 2001/02/23  19:11:36
37547         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
37548              From: Peter Prymmer <pvhp@forte.com>
37549              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
37550              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
37551      Branch: perl
37552            ! t/op/lex_assign.t
37553 ____________________________________________________________________________
37554 [  8912] By: jhi                                   on 2001/02/23  18:38:20
37555         Log: Subject: [patch] perlio + useithreads
37556              From: Doug MacEachern <dougm@covalent.net>
37557              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
37558              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
37559              
37560              Gets things running but not complete.
37561      Branch: perl
37562            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
37563 ____________________________________________________________________________
37564 [  8911] By: jhi                                   on 2001/02/23  04:20:02
37565         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
37566              
37567              Duplicated environment freeing, File::Temp 0.12,
37568              op/append portability (EBCDIC) tweak.
37569      Branch: maint-5.6/perl
37570           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37571           !> t/op/append.t
37572 ____________________________________________________________________________
37573 [  8910] By: jhi                                   on 2001/02/23  02:07:33
37574         Log: Integrate change #8909 from mainline, a better Borland
37575              putenv() workaround.
37576      Branch: maint-5.6/perl
37577           !> perl.c
37578 ____________________________________________________________________________
37579 [  8909] By: jhi                                   on 2001/02/23  02:05:46
37580         Log: A better workaround for Borland putenv() brokenness from Sarathy.
37581      Branch: perl
37582            ! perl.c
37583 ____________________________________________________________________________
37584 [  8908] By: jhi                                   on 2001/02/23  02:04:14
37585         Log: Subject: fix for parameter -Dm (for perl@8867)
37586              From: "Vadim Konovalov" <watman@inbox.ru>
37587              Date: Thu, 22 Feb 2001 17:30:12 +0300
37588              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
37589      Branch: perl
37590            ! perl.h
37591 ____________________________________________________________________________
37592 [  8907] By: jhi                                   on 2001/02/23  01:58:20
37593         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
37594              From: Peter Prymmer <pvhp@forte.com>
37595              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
37596              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
37597      Branch: perl
37598            ! t/op/append.t
37599 ____________________________________________________________________________
37600 [  8906] By: jhi                                   on 2001/02/23  01:48:34
37601         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
37602      Branch: perl
37603            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37604 ____________________________________________________________________________
37605 [  8905] By: jhi                                   on 2001/02/23  01:43:30
37606         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
37607              From: Peter Prymmer <pvhp@forte.com>
37608              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
37609              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
37610      Branch: perl
37611            ! t/lib/st-06compat.t
37612 ____________________________________________________________________________
37613 [  8904] By: jhi                                   on 2001/02/23  01:42:39
37614         Log: Metaconfig unit change for #8903.
37615      Branch: metaconfig/U/perl
37616            ! Devel.U
37617 ____________________________________________________________________________
37618 [  8903] By: jhi                                   on 2001/02/23  01:42:12
37619         Log: Be more helpful for devel builders, suggested by John L. Allen.
37620      Branch: perl
37621            ! Configure
37622 ____________________________________________________________________________
37623 [  8902] By: jhi                                   on 2001/02/23  01:37:41
37624         Log: (Retracted by #8914)
37625              (Wrongly, reinstated by #8941)
37626              
37627              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
37628              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37629              Date:     Thu, 22 Feb 2001 09:43:57 EST
37630              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
37631      Branch: perl
37632            ! op.c
37633 ____________________________________________________________________________
37634 [  8901] By: jhi                                   on 2001/02/23  01:20:32
37635         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
37636              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37637              Date:     Thu, 22 Feb 2001 08:01:35 EST
37638              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
37639      Branch: perl
37640            ! malloc.c
37641 ____________________________________________________________________________
37642 [  8900] By: jhi                                   on 2001/02/23  01:18:02
37643         Log: Integrate changes #8898,8899 from mainline, environ handling.
37644      Branch: maint-5.6/perl
37645           !> perl.c
37646 ____________________________________________________________________________
37647 [  8899] By: jhi                                   on 2001/02/23  01:16:25
37648         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
37649              putenv() is not to be relied on, they are either broken or leaky
37650              or both.)
37651      Branch: perl
37652            ! perl.c
37653 ____________________________________________________________________________
37654 [  8898] By: jhi                                   on 2001/02/22  23:36:59
37655         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
37656              and safesysfree() must be used.
37657      Branch: perl
37658            ! perl.c
37659 ____________________________________________________________________________
37660 [  8897] By: jhi                                   on 2001/02/22  23:25:45
37661         Log: With environ one must use safesysmalloc()/safesysfree().
37662      Branch: perl
37663            ! perl.c
37664 ____________________________________________________________________________
37665 [  8896] By: jhi                                   on 2001/02/22  22:13:18
37666         Log: If we have a duplicated environment free it
37667              if PERL_DESTRUCT_LEVEL.
37668      Branch: perl
37669            ! perl.c
37670 ____________________________________________________________________________
37671 [  8895] By: alanbur                               on 2001/02/22  19:31:57
37672         Log: Synchronised with parent
37673      Branch: maint-5.6/pureperl
37674           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
37675 ____________________________________________________________________________
37676 [  8894] By: gsar                                  on 2001/02/22  19:06:18
37677         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
37678              
37679              fix memory leak in method call optimization (change#3768);
37680              made C<eval "$x->foo()"> leak
37681              
37682              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
37683      Branch: maint-5.6/perl
37684           !> op.c
37685 ____________________________________________________________________________
37686 [  8893] By: jhi                                   on 2001/02/22  18:35:27
37687         Log: (Retracted by #8915.)
37688              
37689              Third Degree finding:
37690              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
37691      Branch: perl
37692            ! gv.c
37693 ____________________________________________________________________________
37694 [  8892] By: jhi                                   on 2001/02/22  14:28:32
37695         Log: Update Changes.
37696      Branch: perl
37697            ! Changes patchlevel.h
37698 ____________________________________________________________________________
37699 [  8891] By: jhi                                   on 2001/02/22  13:22:45
37700         Log: Metaconfig unit changes for #8890.
37701      Branch: metaconfig
37702            ! U/modified/Cppsym.U U/threads/archname.U
37703 ____________________________________________________________________________
37704 [  8890] By: jhi                                   on 2001/02/22  13:22:12
37705         Log: Add -stdio to the archname if no perlio selected,
37706              no -perlio added since that is now the default.
37707              
37708              Add few CPUs/architectures to the Cppsym scan.
37709      Branch: perl
37710            ! Configure config_h.SH
37711 ____________________________________________________________________________
37712 [  8889] By: jhi                                   on 2001/02/22  13:05:59
37713         Log: Metaconfig unit change for #8888.
37714      Branch: metaconfig/U/perl
37715            ! useperlio.U
37716 ____________________________________________________________________________
37717 [  8888] By: jhi                                   on 2001/02/22  13:05:28
37718         Log: *drum roll*  Make perlio the default.
37719      Branch: perl
37720            ! Configure config_h.SH
37721 ____________________________________________________________________________
37722 [  8887] By: jhi                                   on 2001/02/22  12:50:52
37723         Log: Integrate change #8665 from maintperl to mainline,
37724              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
37725      Branch: perl
37726           !> ext/POSIX/POSIX.xs
37727 ____________________________________________________________________________
37728 [  8886] By: jhi                                   on 2001/02/22  12:49:24
37729         Log: Integrate changes #8883,8884 from mainline to maintperl.
37730              
37731              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
37732              Subject: Re: File::Temp::_gettemp warning
37733      Branch: maint-5.6/perl
37734           !> embed.h embed.pl lib/File/Temp.pm
37735 ____________________________________________________________________________
37736 [  8885] By: jhi                                   on 2001/02/22  12:43:59
37737         Log: Based on
37738              
37739              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
37740              From: schwab@suse.de
37741              Date: Thu, 22 Feb 2001 13:08:09 +0100
37742              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
37743              
37744              but the fix done slightly differently because the other
37745              half was already done in #8664.
37746      Branch: maint-5.6/perl
37747            ! ext/POSIX/POSIX.xs
37748 ____________________________________________________________________________
37749 [  8884] By: jhi                                   on 2001/02/22  12:37:15
37750         Log: Subject: Re: File::Temp::_gettemp warning
37751              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37752              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
37753              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
37754              
37755              This patch to File::Temp does two things:
37756              
37757              1. Fixes the problem with CGI::Carp when determining
37758              the Fcntl constants
37759              
37760              2. Removes most of the carps and consolidates them so that all the
37761              reasons are included in a single die that is caught by the test. This
37762              means that the correct skipping behaviour is displayed by the test.
37763      Branch: perl
37764            ! lib/File/Temp.pm
37765 ____________________________________________________________________________
37766 [  8883] By: jhi                                   on 2001/02/22  12:29:19
37767         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
37768              From: Peter Prymmer <pvhp@forte.com>
37769              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
37770              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
37771      Branch: perl
37772            ! embed.h embed.pl
37773 ____________________________________________________________________________
37774 [  8882] By: jhi                                   on 2001/02/21  19:41:33
37775         Log: Integrate change #8881 from mainlin to maintperl.
37776              
37777              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
37778      Branch: maint-5.6/perl
37779           !> op.c
37780 ____________________________________________________________________________
37781 [  8881] By: jhi                                   on 2001/02/21  19:38:57
37782         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
37783              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37784              Date:     Wed, 21 Feb 2001 13:08:03 EST
37785              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
37786      Branch: perl
37787            ! op.c
37788 ____________________________________________________________________________
37789 [  8880] By: jhi                                   on 2001/02/21  19:34:34
37790         Log: Retract #8875, cannot let go of the old semantics of unpack U
37791              without rethinking utf8decode.t.
37792      Branch: perl
37793            ! pp.c t/op/pack.t
37794 ____________________________________________________________________________
37795 [  8879] By: jhi                                   on 2001/02/21  19:08:02
37796         Log: Run run/*.t also in minitest.
37797      Branch: perl
37798            ! Makefile.SH
37799 ____________________________________________________________________________
37800 [  8878] By: nick                                  on 2001/02/21  18:55:37
37801         Log: Integrate mainline
37802      Branch: perlio
37803           !> (integrate 76 files)
37804 ____________________________________________________________________________
37805 [  8877] By: jhi                                   on 2001/02/21  15:09:33
37806         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
37807      Branch: metaconfig
37808            ! U/compline/nblock_io.U
37809      Branch: perl
37810            ! Configure config_h.SH
37811 ____________________________________________________________________________
37812 [  8876] By: jhi                                   on 2001/02/21  14:54:45
37813         Log: If no sfio, no -lsfio.
37814      Branch: metaconfig/U/perl
37815            ! d_sfio.U
37816      Branch: perl
37817            ! Configure config_h.SH
37818 ____________________________________________________________________________
37819 [  8875] By: jhi                                   on 2001/02/21  14:54:00
37820         Log: Make unpack C and unpack U truly equivalent.
37821      Branch: perl
37822            ! pp.c t/op/pack.t
37823 ____________________________________________________________________________
37824 [  8874] By: jhi                                   on 2001/02/21  14:26:02
37825         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
37826              From: Peter Prymmer <pvhp@forte.com>
37827              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
37828              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
37829      Branch: perl
37830            ! pod/perlport.pod
37831 ____________________________________________________________________________
37832 [  8873] By: jhi                                   on 2001/02/21  14:24:31
37833         Log: Subject: [PATCH] fix for charnames above FFFF
37834              From: andreas.koenig@anima.de (Andreas J. Koenig)
37835              Date: 21 Feb 2001 07:05:45 +0100
37836              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
37837      Branch: perl
37838            ! lib/charnames.pm t/lib/charnames.t
37839 ____________________________________________________________________________
37840 [  8872] By: jhi                                   on 2001/02/21  14:15:25
37841         Log: Integrate change #8868 from pureperl to mainline.
37842              
37843              Fixed reference count loop caused by sv_magic.
37844      Branch: perl
37845           !> sv.c
37846 ____________________________________________________________________________
37847 [  8871] By: jhi                                   on 2001/02/21  14:07:29
37848         Log: Integrate change #8868 from pureperl to maintperl.
37849              
37850              Fixed reference count loop caused by sv_magic.
37851      Branch: maint-5.6/perl
37852           !> sv.c
37853 ____________________________________________________________________________
37854 [  8870] By: jhi                                   on 2001/02/21  14:04:41
37855         Log: Put back the #8840, it was innocent.
37856      Branch: perl
37857            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
37858            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
37859 ____________________________________________________________________________
37860 [  8869] By: jhi                                   on 2001/02/21  14:00:03
37861         Log: unpack("C", ...) was left slightly unfinished by #8865.
37862      Branch: perl
37863            ! pp.c t/op/pack.t
37864 ____________________________________________________________________________
37865 [  8868] By: alanbur                               on 2001/02/21  01:33:45
37866         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
37867              from gv_fetchpv to create single-character magic variables (e.g. $!),
37868              and it is passed a sv and the gv that contains the sv as the mg_obj
37869              value.  When sv_magic stores the mg_obj pointer it increments the gv
37870              refcount, thus causing a sv-gv pair that can't be freed.  There is
37871              already a check for sv == obj which is used to prevent such reference
37872              loops.  This change extends the check to cover the case described above.
37873      Branch: maint-5.6/pureperl
37874            ! sv.c
37875 ____________________________________________________________________________
37876 [  8867] By: jhi                                   on 2001/02/21  00:52:39
37877         Log: Update Changes.
37878      Branch: perl
37879            ! Changes patchlevel.h
37880 ____________________________________________________________________________
37881 [  8866] By: jhi                                   on 2001/02/21  00:34:20
37882         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
37883              (Note: there were some conflicts due to EBCDIC and EPOC
37884              patches, in general I preferred the repository code.)
37885              (When 2.753 comes out, we need to synchronize.)
37886      Branch: perl
37887            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
37888            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
37889            ! t/lib/cgi-html.t
37890 ____________________________________________________________________________
37891 [  8865] By: jhi                                   on 2001/02/21  00:24:22
37892         Log: Make pack("C", 0x100) to create Unicode, unless under the
37893              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
37894              will understand Unicode, unless you under know what.
37895      Branch: perl
37896            ! pp.c t/op/pack.t t/op/qu.t
37897 ____________________________________________________________________________
37898 [  8864] By: alanbur                               on 2001/02/20  22:35:34
37899         Log: Resynchronised with parent
37900      Branch: maint-5.6/pureperl
37901           !> README.win32 ext/GDBM_File/GDBM_File.pm
37902           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
37903           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
37904           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
37905           !> t/lib/sdbm.t util.c
37906 ____________________________________________________________________________
37907 [  8863] By: jhi                                   on 2001/02/20  20:55:11
37908         Log: Integrate change #8860,8861 from mainline into maintperl.
37909              
37910              "pseudo-literal j"
37911              
37912              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
37913      Branch: maint-5.6/perl
37914           !> lib/Test.pm pod/perlop.pod
37915 ____________________________________________________________________________
37916 [  8862] By: jhi                                   on 2001/02/20  20:30:07
37917         Log: Don't do casting between pointers pointing to differently sized
37918              integers.
37919      Branch: perl
37920            ! hv.c sv.c
37921 ____________________________________________________________________________
37922 [  8861] By: jhi                                   on 2001/02/20  19:53:44
37923         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
37924              From: Peter Prymmer <pvhp@forte.com>
37925              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
37926              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
37927      Branch: perl
37928            ! lib/Test.pm
37929 ____________________________________________________________________________
37930 [  8860] By: jhi                                   on 2001/02/20  19:48:02
37931         Log: "pseudo-literal j", a documentation glitch reported to Debian.
37932              The text recovered from Perl 5.005_03, and pseudo-literal replaced
37933              by "backtick string".
37934      Branch: perl
37935            ! pod/perlop.pod
37936 ____________________________________________________________________________
37937 [  8859] By: jhi                                   on 2001/02/20  19:15:46
37938         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
37939              from Chris Nandor.
37940      Branch: perl
37941            ! makedef.pl
37942 ____________________________________________________________________________
37943 [  8858] By: jhi                                   on 2001/02/20  17:36:53
37944         Log: Integrate pureperl changes #8844,8845,8850 to mainline
37945              (via maintperl #8855).
37946              
37947              Fixed %^H scoping bug
37948              
37949              Removed GV <-> CV refcount loop
37950              
37951              Removed %ENV refcount loop
37952      Branch: perl
37953           !> gv.c op.c perl.c pp.c scope.c
37954 ____________________________________________________________________________
37955 [  8857] By: jhi                                   on 2001/02/20  17:34:32
37956         Log: Integrate changes #8853,8854 from maintperl to mainline.
37957              
37958              EBDIC fixes, README.win32 Borland update.
37959      Branch: perl
37960           !> README.win32 handy.h util.c
37961 ____________________________________________________________________________
37962 [  8856] By: jhi                                   on 2001/02/20  17:33:16
37963         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
37964      Branch: maint-5.6/perl
37965           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
37966           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
37967           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
37968 ____________________________________________________________________________
37969 [  8855] By: jhi                                   on 2001/02/20  17:32:13
37970         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
37971              
37972              Fixed %^H scoping bug
37973              
37974              Removed GV <-> CV refcount loop
37975              
37976              Removed %ENV refcount loop
37977      Branch: maint-5.6/perl
37978           !> gv.c op.c perl.c pp.c scope.c
37979 ____________________________________________________________________________
37980 [  8854] By: jhi                                   on 2001/02/20  17:25:06
37981         Log: Subject: Addition to readme.win32 for Borland C++ compilers
37982              Date: Tue, 20 Feb 2001 02:15:25 +0300
37983              From: "Vadim Konovalov" <watman@inbox.ru>
37984              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
37985              
37986              Document Borland compiler misbehaviour.
37987      Branch: maint-5.6/perl
37988            ! README.win32
37989 ____________________________________________________________________________
37990 [  8853] By: jhi                                   on 2001/02/20  17:22:25
37991         Log: The assimilation of ebcdic.c didn't quite work at the first try,
37992              patches from Thomas Dorner.
37993      Branch: maint-5.6/perl
37994            ! handy.h util.c
37995 ____________________________________________________________________________
37996 [  8852] By: jhi                                   on 2001/02/20  17:20:15
37997         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
37998              From: Chris Nandor <pudge@pobox.com>
37999              Date: Tue, 20 Feb 2001 08:32:45 -0500
38000              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
38001      Branch: maint-5.6/perl
38002            ! makedef.pl mg.c
38003 ____________________________________________________________________________
38004 [  8851] By: jhi                                   on 2001/02/20  17:15:52
38005         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
38006      Branch: perl
38007            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
38008            ! t/lib/filter-util.t
38009 ____________________________________________________________________________
38010 [  8850] By: alanbur                               on 2001/02/20  17:12:40
38011         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
38012              and the magic pointer points back to the GV that contains the
38013              %ENV hash.  This creates a refcount loop that prevents members
38014              of %ENV from being freed correctly.  This change removes the
38015              refcount loop - the magic pointer was never used anyway, the
38016              only use of the magic was to check the type ('E') so that the
38017              appropriate environment manipulation code is called when %ENV
38018              is modified.
38019      Branch: maint-5.6/pureperl
38020            ! perl.c
38021 ____________________________________________________________________________
38022 [  8849] By: jhi                                   on 2001/02/20  17:12:20
38023         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
38024              From: "Craig A. Berry" <craigberry@mac.com>
38025              Date: Mon, 19 Feb 2001 23:36:12 -0600
38026              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
38027              
38028              Case-forgiving systems match TestInit.pm with TES*.
38029      Branch: perl
38030            ! t/lib/glob-basic.t
38031 ____________________________________________________________________________
38032 [  8848] By: jhi                                   on 2001/02/20  17:10:02
38033         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
38034      Branch: perl
38035            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
38036            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
38037            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
38038 ____________________________________________________________________________
38039 [  8847] By: jhi                                   on 2001/02/20  15:34:41
38040         Log: The #8843 wasn't quite right: %Config needs to imported.
38041      Branch: perl
38042            ! t/run/runenv.t
38043 ____________________________________________________________________________
38044 [  8846] By: jhi                                   on 2001/02/20  15:31:50
38045         Log: Retract the #8838 and #8840 for now because of
38046              the DB_File tie problem.
38047      Branch: perl
38048            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
38049            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
38050            ! proto.h sv.c
38051 ____________________________________________________________________________
38052 [  8845] By: alanbur                               on 2001/02/20  14:25:41
38053         Log: Removed GV <-> CV refcount loop
38054              CvGV(mycv) points to the parent GV of the CV, and was previously
38055              refcounted.  The pointer remains, but the refcounting has been removed
38056              as it causes a refcount loop between the CV and GV that means the CV
38057              can't ever be deleted.
38058      Branch: maint-5.6/pureperl
38059            ! gv.c op.c pp.c
38060 ____________________________________________________________________________
38061 [  8844] By: alanbur                               on 2001/02/20  14:23:13
38062         Log: Fixed %^H scoping bug
38063      Branch: maint-5.6/pureperl
38064            ! scope.c
38065 ____________________________________________________________________________
38066 [  8843] By: jhi                                   on 2001/02/19  13:38:08
38067         Log: fork() not everywhere, cleanup temp files.
38068      Branch: perl
38069            ! t/run/runenv.t
38070 ____________________________________________________________________________
38071 [  8842] By: alanbur                               on 2001/02/19  12:42:07
38072         Log: Resynchronised with parent
38073      Branch: maint-5.6/pureperl
38074           !> pod/perlfaq4.pod sv.c utf8.c
38075 ____________________________________________________________________________
38076 [  8841] By: jhi                                   on 2001/02/19  03:35:51
38077         Log: Update Changes.
38078      Branch: perl
38079            ! Changes patchlevel.h
38080 ____________________________________________________________________________
38081 [  8840] By: jhi                                   on 2001/02/19  00:23:41
38082         Log: Subject: [patch] add sv_setref_uv
38083              From: Doug MacEachern <dougm@covalent.net>
38084              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
38085              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
38086      Branch: perl
38087            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38088            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
38089 ____________________________________________________________________________
38090 [  8839] By: jhi                                   on 2001/02/19  00:01:38
38091         Log: Put to rest the 20010205.001, the email address checking (not) regex.
38092      Branch: perl
38093            ! pod/perlfaq9.pod
38094 ____________________________________________________________________________
38095 [  8838] By: jhi                                   on 2001/02/18  22:17:54
38096         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
38097              From: Doug MacEachern <dougm@covalent.net>
38098              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
38099              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
38100      Branch: perl
38101            ! lib/ExtUtils/xsubpp
38102 ____________________________________________________________________________
38103 [  8837] By: jhi                                   on 2001/02/18  22:16:50
38104         Log: Subject: [patch] -Wall cleanup round 2
38105              From: Doug MacEachern <dougm@covalent.net>
38106              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
38107              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
38108      Branch: perl
38109            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
38110            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
38111            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
38112            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
38113            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
38114            ! ext/SDBM_File/SDBM_File.xs
38115 ____________________________________________________________________________
38116 [  8836] By: jhi                                   on 2001/02/18  22:11:20
38117         Log: Misapplied regex optimizations when \C is present.
38118              Fixes 20001230.002.
38119              
38120              What still remains broken is that the submatches that
38121              have \C in them get their UTF8 flag on because their
38122              parent SV has it on.  This will result in malformed
38123              UTF8 if a \C happened to match a non-ASCII byte.
38124      Branch: perl
38125            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
38126            ! t/pragma/utf8.t
38127 ____________________________________________________________________________
38128 [  8835] By: jhi                                   on 2001/02/18  20:12:02
38129         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
38130              
38131              The hash key got wrongly UTF8fied.
38132      Branch: perl
38133            ! pod/perlapi.pod toke.c utf8.c
38134 ____________________________________________________________________________
38135 [  8834] By: jhi                                   on 2001/02/18  19:44:25
38136         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
38137              don't warn on magical or overloaded things.
38138      Branch: perl
38139            ! pp_hot.c
38140 ____________________________________________________________________________
38141 [  8833] By: nick                                  on 2001/02/18  19:31:22
38142         Log: Integrate mainline
38143      Branch: perlio
38144           +> t/TestInit.pm t/run/runenv.t
38145            - t/UTEST
38146           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
38147           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
38148           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
38149           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
38150           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
38151           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
38152           !> utf8.c
38153 ____________________________________________________________________________
38154 [  8832] By: jhi                                   on 2001/02/18  19:21:18
38155         Log: Integrate perlio.
38156      Branch: perl
38157           !> perlio.c pod/perldiag.pod
38158 ____________________________________________________________________________
38159 [  8831] By: jhi                                   on 2001/02/18  19:14:20
38160         Log: Integrate change #8827 from mainline.
38161              
38162              UTF8 tweaks.
38163      Branch: maint-5.6/perl
38164           !> sv.c utf8.c
38165 ____________________________________________________________________________
38166 [  8830] By: nick                                  on 2001/02/18  19:10:34
38167         Log: Apply the spirit of patch from Nick Clark:
38168              Subject: [PATCH] Re: extensions that provide layers
38169              From: Nicholas Clark <nick@ccl4.org>
38170              Date: Mon, 12 Feb 2001 16:43:51 +0000
38171              Message-Id: <20010212164350.Q3652@plum.flirble.org>
38172      Branch: perlio
38173            ! perlio.c pod/perldiag.pod
38174 ____________________________________________________________________________
38175 [  8829] By: jhi                                   on 2001/02/18  19:03:25
38176         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
38177              From: schwern@pobox.com 
38178              Date: Sun, 18 Feb 2001 13:44:35 -0500
38179              Message-ID: <20010218134435.A17544@magnonel.guild.net>
38180              
38181              Applied, but as t/TestInit.pm.
38182      Branch: perl
38183            + t/TestInit.pm
38184            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
38185            ! t/op/subst_wamp.t
38186 ____________________________________________________________________________
38187 [  8828] By: jhi                                   on 2001/02/18  18:43:52
38188         Log: Integrate perlio.
38189      Branch: perl
38190           !> perlio.c
38191 ____________________________________________________________________________
38192 [  8827] By: jhi                                   on 2001/02/18  18:41:33
38193         Log: UTF-8 tweaks.
38194      Branch: perl
38195            ! sv.c utf8.c
38196 ____________________________________________________________________________
38197 [  8826] By: nick                                  on 2001/02/18  17:40:59
38198         Log: Fix [ID 20010217.002]
38199              open FOO, "<:raw:perlio", ...
38200              :raw now inserts default base layer below itself.
38201              Also
38202              open FOO, "<:unix", ...
38203              works as well - but leaves buffer layer on stack under the unix layer.
38204      Branch: perlio
38205            ! perlio.c
38206 ____________________________________________________________________________
38207 [  8825] By: jhi                                   on 2001/02/18  17:15:39
38208         Log: Integrate perlio.
38209      Branch: perl
38210           !> perlio.c perliol.h
38211 ____________________________________________________________________________
38212 [  8824] By: jhi                                   on 2001/02/18  17:10:53
38213         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
38214              From: schwern@pobox.com
38215              Date: Sun, 18 Feb 2001 01:48:50 -0500
38216              Message-ID: <20010218014850.C19957@magnonel.guild.net>
38217      Branch: perl
38218            ! lib/Test/Harness.pm t/TEST t/op/chop.t
38219 ____________________________________________________________________________
38220 [  8823] By: jhi                                   on 2001/02/18  17:01:06
38221         Log: Add run/*.t to testables.
38222      Branch: perl
38223            ! t/TEST
38224 ____________________________________________________________________________
38225 [  8822] By: jhi                                   on 2001/02/18  16:58:58
38226         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
38227              From: schwern@pobox.com
38228              Date: Sun, 18 Feb 2001 01:11:35 -0500
38229              Message-ID: <20010218011135.A19957@magnonel.guild.net>
38230              
38231              Revive mjd's and Simon's PERL5OPT fix.
38232      Branch: perl
38233            + t/run/runenv.t
38234            ! MANIFEST perl.c
38235 ____________________________________________________________________________
38236 [  8821] By: jhi                                   on 2001/02/18  16:53:46
38237         Log: Subject: Re: Why t/TEST and not Test::Harness?
38238              From: schwern@pobox.com
38239              Date: Sat, 17 Feb 2001 22:44:44 -0500
38240              Message-ID: <20010217224444.A6679@magnonel.guild.net>
38241              
38242              Replace UTEST with TEST -utf8.
38243      Branch: perl
38244            - t/UTEST
38245            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
38246            ! t/lib/glob-basic.t
38247 ____________________________________________________________________________
38248 [  8820] By: nick                                  on 2001/02/18  13:06:16
38249         Log: Clean up a few core dumps when layers are used in unexpected ways.
38250              (Still not "right"...)
38251      Branch: perlio
38252            ! perlio.c perliol.h
38253 ____________________________________________________________________________
38254 [  8819] By: jhi                                   on 2001/02/18  02:25:55
38255         Log: Integrate change #8818 from maintperl, a FAQ nit.
38256      Branch: perl
38257           !> pod/perlfaq4.pod
38258 ____________________________________________________________________________
38259 [  8818] By: jhi                                   on 2001/02/18  02:24:50
38260         Log: FAQ nit from Chris Fedde.
38261      Branch: maint-5.6/perl
38262            ! pod/perlfaq4.pod
38263 ____________________________________________________________________________
38264 [  8817] By: nick                                  on 2001/02/17  18:20:14
38265         Log: Integrate mainline
38266      Branch: perlio
38267           +> lib/unicode/UCD.html lib/unicode/Unicode.html
38268           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
38269           +> pod/perlclib.pod
38270            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
38271            - lib/unicode/Unicode.301
38272           !> (integrate 324 files)
38273 ____________________________________________________________________________
38274 [  8816] By: jhi                                   on 2001/02/17  16:56:58
38275         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
38276      Branch: perl
38277            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38278            ! ext/Storable/Storable.xs t/lib/st-06compat.t
38279            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
38280 ____________________________________________________________________________
38281 [  8815] By: jhi                                   on 2001/02/17  16:40:07
38282         Log: Subject: [patch] -Wall
38283              From: Doug MacEachern <dougm@covalent.net>
38284              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
38285              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
38286      Branch: perl
38287            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
38288            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
38289 ____________________________________________________________________________
38290 [  8814] By: jhi                                   on 2001/02/16  19:27:18
38291         Log: Document qu better.
38292      Branch: perl
38293            ! pod/perlop.pod
38294 ____________________________________________________________________________
38295 [  8813] By: jhi                                   on 2001/02/15  13:54:37
38296         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
38297              From: Hugo <hv@crypt.compulink.co.uk>
38298              Date: Thu, 15 Feb 2001 13:39:49 +0000
38299              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
38300      Branch: perl
38301            ! toke.c
38302 ____________________________________________________________________________
38303 [  8812] By: alanbur                               on 2001/02/15  13:52:16
38304         Log: Resynchronised with parent
38305      Branch: maint-5.6/pureperl
38306            - ebcdic.c
38307           !> (integrate 36 files)
38308 ____________________________________________________________________________
38309 [  8811] By: jhi                                   on 2001/02/15  13:51:16
38310         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
38311              
38312              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
38313              From: Jan Dubois <JanD@ActiveState.com>
38314              Date: Wed, 31 Jan 2001 21:17:03 -0800
38315              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
38316              
38317              tweak change#8659 to keep it simple
38318              
38319              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
38320              From: Russ Allbery <rra@stanford.edu>
38321              Date: 14 Feb 2001 10:15:41 -0800
38322              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
38323              
38324              (8809 empty)
38325              
38326              Upgrade to podlators 1.08, from Russ Allbery.
38327      Branch: perl
38328           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
38329           !> utils/perldoc.PL
38330 ____________________________________________________________________________
38331 [  8810] By: jhi                                   on 2001/02/15  13:35:08
38332         Log: Upgrade to podlators 1.08, from Russ Allbery.
38333      Branch: maint-5.6/perl
38334            ! lib/Pod/Man.pm lib/Pod/Text.pm
38335 ____________________________________________________________________________
38336 [  8809] By: jhi                                   on 2001/02/15  13:26:38
38337         Log: (accidentally empty check-in)
38338      Branch: maint-5.6/perl
38339            ! lib/Test/Harness.pm
38340 ____________________________________________________________________________
38341 [  8808] By: jhi                                   on 2001/02/15  13:23:47
38342         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
38343              From: Russ Allbery <rra@stanford.edu>
38344              Date: 14 Feb 2001 10:15:41 -0800
38345              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
38346              
38347              perldoc was hardcoding $Config{installscript}, which breaks
38348              when install* isn't where Perl ends up (such as with AFS).
38349              
38350              Use $Config{scriptdir} instead.
38351      Branch: maint-5.6/perl
38352            ! utils/perldoc.PL
38353 ____________________________________________________________________________
38354 [  8807] By: jhi                                   on 2001/02/14  14:37:27
38355         Log: Update Changes.
38356      Branch: perl
38357            ! Changes patchlevel.h
38358 ____________________________________________________________________________
38359 [  8806] By: jhi                                   on 2001/02/14  14:25:31
38360         Log: Integrate changes #8803,8804,8805 from mainline.
38361              
38362              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
38363              
38364              Don't skip too much of the locale error message if no environ array,
38365              from Chris Nandor.
38366              
38367              More MacOS Classic fixes from Chris Nandor.
38368      Branch: maint-5.6/perl
38369           !> doop.c lib/Cwd.pm perl.c perl.h util.c
38370 ____________________________________________________________________________
38371 [  8805] By: jhi                                   on 2001/02/14  03:29:01
38372         Log: More MacOS Classic fixes from Chris Nandor.
38373      Branch: perl
38374            ! doop.c lib/Cwd.pm
38375 ____________________________________________________________________________
38376 [  8804] By: jhi                                   on 2001/02/14  03:18:35
38377         Log: Don't skip too much of the locale error message if no environ array,
38378              from Chris Nandor.
38379      Branch: perl
38380            ! util.c
38381 ____________________________________________________________________________
38382 [  8803] By: jhi                                   on 2001/02/14  03:14:14
38383         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
38384      Branch: perl
38385            ! perl.c perl.h
38386 ____________________________________________________________________________
38387 [  8802] By: jhi                                   on 2001/02/13  18:31:33
38388         Log: AUTHORS update.
38389      Branch: perl
38390            ! AUTHORS
38391 ____________________________________________________________________________
38392 [  8801] By: jhi                                   on 2001/02/13  17:55:19
38393         Log: Integrate change #8792 from mainline.
38394              
38395              Subject: buncha MacPerl patches for bleadperl
38396              From: Chris Nandor <pudge@pobox.com>
38397              Date: Tue, 13 Feb 2001 00:02:43 -0500
38398              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
38399      Branch: maint-5.6/perl
38400           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
38401           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
38402           !> t/lib/basename.t toke.c util.h
38403 ____________________________________________________________________________
38404 [  8800] By: jhi                                   on 2001/02/13  17:46:43
38405         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
38406              to be forced to Off_t.
38407              
38408              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
38409              From: nick@ccl4.org
38410              Date: Thu, 1 Feb 2001 12:01:04 +0000
38411              Message-Id: <20010201120103.E11401@plum.flirble.org>
38412      Branch: maint-5.6/perl
38413            ! iperlsys.h perlio.c
38414 ____________________________________________________________________________
38415 [  8799] By: jhi                                   on 2001/02/13  16:52:51
38416         Log: Duplex duplex hunk hunk.
38417      Branch: maint-5.6/perl
38418            ! Makefile.SH
38419 ____________________________________________________________________________
38420 [  8797] By: jhi                                   on 2001/02/13  14:52:04
38421         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
38422              From: "Craig A. Berry" <craigberry@mac.com>
38423              Date: Mon, 12 Feb 2001 11:05:25 -0600
38424              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
38425      Branch: perl
38426            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
38427 ____________________________________________________________________________
38428 [  8796] By: jhi                                   on 2001/02/13  14:36:47
38429         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
38430              From: simon.cozens@pembroke.oxford.ac.uk 
38431              Date: Sat, 10 Feb 2001 17:57:02 +0000
38432              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
38433              
38434              Now it does include.
38435      Branch: perl
38436            ! pod/perldiag.pod
38437 ____________________________________________________________________________
38438 [  8795] By: jhi                                   on 2001/02/13  14:30:11
38439         Log: Sort the MANIFEST.
38440      Branch: perl
38441            ! MANIFEST
38442 ____________________________________________________________________________
38443 [  8794] By: jhi                                   on 2001/02/13  14:26:51
38444         Log: Integrate change #8793 from mainline, FAQ updates.
38445      Branch: maint-5.6/perl
38446           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
38447 ____________________________________________________________________________
38448 [  8793] By: jhi                                   on 2001/02/13  14:25:13
38449         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
38450      Branch: perl
38451            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
38452 ____________________________________________________________________________
38453 [  8792] By: jhi                                   on 2001/02/13  14:22:50
38454         Log: Subject: buncha MacPerl patches for bleadperl
38455              From: Chris Nandor <pudge@pobox.com>
38456              Date: Tue, 13 Feb 2001 00:02:43 -0500
38457              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
38458      Branch: perl
38459            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
38460            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
38461            ! t/lib/basename.t toke.c util.h
38462 ____________________________________________________________________________
38463 [  8791] By: jhi                                   on 2001/02/13  14:10:39
38464         Log: Integrate change #8790 from mainline.
38465              
38466              environ array wrongly assumed in Perl_init_i18nl10n(),
38467      Branch: maint-5.6/perl
38468           !> util.c
38469 ____________________________________________________________________________
38470 [  8790] By: jhi                                   on 2001/02/13  14:06:15
38471         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
38472              noticed by Chris Nandor in MacOS Classic.
38473      Branch: perl
38474            ! util.c
38475 ____________________________________________________________________________
38476 [  8789] By: jhi                                   on 2001/02/13  13:58:07
38477         Log: Integrate changes #8373,8487,8544,8783 from mainline.
38478              
38479              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
38480              hints files, the dynaloading, assimilate ebcdic into util.c.
38481      Branch: maint-5.6/perl
38482            - ebcdic.c
38483            ! MANIFEST hints/posix-bc.sh
38484           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
38485           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
38486           !> perlapi.c proto.h util.c
38487 ____________________________________________________________________________
38488 [  8788] By: alanbur                               on 2001/02/13  10:33:13
38489         Log: Integrated changes from maint-5.6
38490      Branch: maint-5.6/pureperl
38491           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
38492           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
38493           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38494           !> vos/config.ga.h vos/configure_perl.cm
38495 ____________________________________________________________________________
38496 [  8787] By: jhi                                   on 2001/02/13  05:56:36
38497         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
38498      Branch: perl
38499           !> Makefile.SH
38500 ____________________________________________________________________________
38501 [  8786] By: jhi                                   on 2001/02/13  05:54:34
38502         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
38503              From: Dorner Thomas <Thomas.Dorner@start.de>
38504              Date: Mon, 12 Feb 2001 15:06:26 +0100
38505              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
38506      Branch: maint-5.6/perl
38507            ! Makefile.SH
38508 ____________________________________________________________________________
38509 [  8785] By: jhi                                   on 2001/02/13  05:29:04
38510         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
38511      Branch: perl
38512           !> hints/openbsd.sh
38513 ____________________________________________________________________________
38514 [  8784] By: jhi                                   on 2001/02/13  02:25:24
38515         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
38516              From: Peter Prymmer <pvhp@forte.com>
38517              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
38518              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
38519      Branch: perl
38520            ! pod/perlclib.pod
38521 ____________________________________________________________________________
38522 [  8783] By: jhi                                   on 2001/02/13  02:22:36
38523         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
38524      Branch: perl
38525            - ebcdic.c
38526            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
38527            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
38528            ! util.c
38529 ____________________________________________________________________________
38530 [  8782] By: jhi                                   on 2001/02/13  02:00:07
38531         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
38532      Branch: maint-5.6/perl
38533            ! pod/perlport.pod
38534 ____________________________________________________________________________
38535 [  8781] By: jhi                                   on 2001/02/13  01:58:44
38536         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
38537      Branch: maint-5.6/perl
38538            ! hints/openbsd.sh
38539 ____________________________________________________________________________
38540 [  8780] By: jhi                                   on 2001/02/13  01:57:33
38541         Log: Synchronize the regexp tests between maintperl and mainline.
38542      Branch: maint-5.6/perl
38543           !> t/op/re_tests
38544 ____________________________________________________________________________
38545 [  8779] By: jhi                                   on 2001/02/13  01:49:35
38546         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
38547              From: Hugo <hv@crypt.compulink.co.uk>
38548              Date: Tue, 13 Feb 2001 00:11:11 +0000
38549              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
38550      Branch: perl
38551            ! regcomp.c t/op/re_tests
38552 ____________________________________________________________________________
38553 [  8778] By: jhi                                   on 2001/02/13  00:23:10
38554         Log: Comments do not nest.
38555      Branch: perl
38556            ! perl.h
38557 ____________________________________________________________________________
38558 [  8777] By: jhi                                   on 2001/02/13  00:17:54
38559         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
38560              From: Hugo <hv@crypt.compulink.co.uk>
38561              Date: Tue, 13 Feb 2001 00:11:11 +0000
38562              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
38563      Branch: maint-5.6/perl
38564            ! regcomp.c t/op/re_tests
38565 ____________________________________________________________________________
38566 [  8776] By: jhi                                   on 2001/02/12  23:25:52
38567         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
38568      Branch: maint-5.6/perl
38569            ! pod/perlport.pod
38570 ____________________________________________________________________________
38571 [  8775] By: jhi                                   on 2001/02/12  23:04:28
38572         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
38573      Branch: maint-5.6/perl
38574            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
38575            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38576            ! vos/configure_perl.cm
38577 ____________________________________________________________________________
38578 [  8774] By: jhi                                   on 2001/02/12  22:59:11
38579         Log: Subject: Re: [patch] context for 'U' magic functions
38580              From: Doug MacEachern <dougm@covalent.net>
38581              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
38582              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
38583              
38584              plus the suggestion by Nick Ing-Simmons to name the macro
38585              as PERL_MG_UFUNC to avoid namespace pollution, plus add
38586              the advice by Doug for XS writers to perl.h
38587      Branch: perl
38588            ! mg.c perl.h
38589 ____________________________________________________________________________
38590 [  8773] By: jhi                                   on 2001/02/11  20:14:12
38591         Log: Update Changes.
38592      Branch: perl
38593            ! Changes patchlevel.h
38594 ____________________________________________________________________________
38595 [  8772] By: jhi                                   on 2001/02/11  18:47:52
38596         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
38597              From: Simon Cozens <simon@cozens.net>
38598              Date: Wed, 31 Jan 2001 16:31:43 +0000
38599              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
38600      Branch: perl
38601            + pod/perlclib.pod
38602            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
38603            ! pod/perltoc.pod
38604 ____________________________________________________________________________
38605 [  8771] By: jhi                                   on 2001/02/11  18:36:48
38606         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
38607              
38608              Blocks-4d3.beta.txt
38609              CaseFolding-3d4.beta.txt
38610              CompositionExclusions-3d6.beta.txt
38611              EastAsianWidth-4d4.beta.txt
38612              LineBreak-6d3.beta.txt
38613              NamesList-3.1.0d1.beta.txt
38614              PropList-3.1.0d4.beta.txt
38615              SpecialCasing-4d1.beta.txt
38616              UnicodeData-3.1.0d6.beta.txt
38617      Branch: perl
38618            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
38619           +> lib/unicode/UCD.html lib/unicode/Unicode.html
38620            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
38621            - lib/unicode/Unicode.301
38622            ! (edit 257 files)
38623 ____________________________________________________________________________
38624 [  8770] By: jhi                                   on 2001/02/11  17:26:22
38625         Log: UTF-8 documentation.
38626      Branch: perl
38627            ! utf8.h
38628 ____________________________________________________________________________
38629 [  8769] By: jhi                                   on 2001/02/11  17:12:49
38630         Log: Retract #8762.
38631      Branch: perl
38632            ! regexec.c
38633 ____________________________________________________________________________
38634 [  8768] By: jhi                                   on 2001/02/11  16:54:45
38635         Log: Subject: [PATCH] Test::Harness
38636              From: andreas.koenig@anima.de (Andreas J. Koenig)
38637              Date: 11 Feb 2001 14:37:00 +0100
38638              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
38639      Branch: perl
38640            ! lib/Test/Harness.pm
38641 ____________________________________________________________________________
38642 [  8767] By: jhi                                   on 2001/02/11  16:53:52
38643         Log: Subject: [PATCH] Document makepatch in Porting/patching
38644              From: andreas.koenig@anima.de (Andreas J. Koenig)
38645              Date: 11 Feb 2001 16:46:28 +0100
38646              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
38647      Branch: perl
38648            ! Porting/patching.pod
38649 ____________________________________________________________________________
38650 [  8766] By: jhi                                   on 2001/02/11  06:30:23
38651         Log: Subject: Re: [patch] GvSHARED
38652              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
38653              From: Doug MacEachern <dougm@covalent.net>
38654              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
38655              
38656              Subject: Re: [patch] GvSHARED
38657              From: Doug MacEachern <dougm@covalent.net>
38658              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
38659              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
38660              
38661              Subject: [patch] attributes.pm support for `shared'
38662              From: Doug MacEachern <dougm@covalent.net>
38663              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
38664              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
38665              
38666              our() attributes were ignored, our :shared pieces missing,
38667              allow attributes.pm to turn on shared.
38668      Branch: perl
38669            ! op.c t/op/attrs.t toke.c xsutils.c
38670 ____________________________________________________________________________
38671 [  8765] By: alanbur                               on 2001/02/10  23:11:19
38672         Log: Resync with parent (hopefully sucessfully this time)
38673      Branch: maint-5.6/pureperl
38674           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
38675           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
38676           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38677           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
38678           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
38679           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
38680           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
38681 ____________________________________________________________________________
38682 [  8764] By: jhi                                   on 2001/02/10  22:54:38
38683         Log: Make TEST and UTEST more verbose in case something goes
38684              wrong in running/compiling a script, suggested by Doug
38685              MacEachern.
38686      Branch: perl
38687            ! t/TEST t/UTEST
38688 ____________________________________________________________________________
38689 [  8763] By: jhi                                   on 2001/02/10  22:11:34
38690         Log: Bogus shebang.
38691      Branch: perl
38692            ! t/lib/texttabs.t
38693 ____________________________________________________________________________
38694 [  8762] By: jhi                                   on 2001/02/10  21:56:02
38695         Log: (Retracted by #8769)
38696      Branch: perl
38697            ! regexec.c
38698 ____________________________________________________________________________
38699 [  8761] By: jhi                                   on 2001/02/10  21:26:15
38700         Log: Subject: Re: [patch] GvSHARED 
38701              From: Doug MacEachern <dougm@covalent.net>
38702              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
38703              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
38704              
38705              our @EXPORT : shared = (...);
38706      Branch: perl
38707            ! toke.c
38708 ____________________________________________________________________________
38709 [  8760] By: jhi                                   on 2001/02/10  21:25:07
38710         Log: Subject: [patch] GvSHARED
38711              From: Doug MacEachern <dougm@covalent.net>
38712              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
38713              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
38714      Branch: perl
38715            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
38716 ____________________________________________________________________________
38717 [  8759] By: alanbur                               on 2001/02/10  21:24:27
38718         Log: Backed out mismerge.
38719      Branch: maint-5.6/pureperl
38720            ! MANIFEST README.hpux README.vmesa gv.c installhtml
38721            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
38722            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38723            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
38724            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
38725            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
38726            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
38727 ____________________________________________________________________________
38728 [  8758] By: jhi                                   on 2001/02/10  18:01:17
38729         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
38730              
38731              Fixed UMRs and leak in Perl_pmtrans()
38732              
38733              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
38734              associated UTFied tr/// code.  Also fixed scoping leak of
38735              PL_reg_start_tmp.
38736              
38737              newATTRSUB leaks when an attempt to redefine the active sort sub is
38738              made.
38739      Branch: maint-5.6/perl
38740           !> op.c regcomp.c
38741 ____________________________________________________________________________
38742 [  8757] By: alanbur                               on 2001/02/10  17:56:46
38743         Log: Resynchronised with parent
38744      Branch: maint-5.6/pureperl
38745           +> README.bs2000
38746            - README.posix-bc
38747            ! gv.c perl.c sv.c
38748           !> MANIFEST README.hpux README.vmesa installhtml
38749           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
38750           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38751           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
38752           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
38753           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
38754           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
38755 ____________________________________________________________________________
38756 [  8756] By: alanbur                               on 2001/02/10  17:51:15
38757         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
38758              made.
38759      Branch: maint-5.6/pureperl
38760            ! op.c
38761 ____________________________________________________________________________
38762 [  8755] By: jhi                                   on 2001/02/09  22:41:35
38763         Log: Upgrade to CPAN 1.59_54, from Andreas König.
38764      Branch: perl
38765            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38766 ____________________________________________________________________________
38767 [  8754] By: jhi                                   on 2001/02/09  22:29:20
38768         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
38769              
38770              Didn't upgrade the fill.t since it has a dependency to File::Slurp
38771              purely for debugging purposes, the actual test hasn't changed.
38772      Branch: perl
38773            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
38774            ! t/lib/textwrap.t
38775 ____________________________________________________________________________
38776 [  8753] By: jhi                                   on 2001/02/09  20:17:50
38777         Log: Integrate change #8682 from maintperl.
38778              
38779              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
38780              to work correctly.
38781      Branch: perl
38782           !> hints/irix_6.sh
38783 ____________________________________________________________________________
38784 [  8752] By: jhi                                   on 2001/02/09  20:00:46
38785         Log: Update Changes.
38786      Branch: perl
38787            ! Changes patchlevel.h
38788 ____________________________________________________________________________
38789 [  8751] By: nick                                  on 2001/02/09  19:48:37
38790         Log: Integrate mainline
38791      Branch: perlio
38792           +> README.bs2000 t/lib/cgi-esc.t
38793            - README.posix-bc
38794           !> (integrate 53 files)
38795 ____________________________________________________________________________
38796 [  8750] By: nick                                  on 2001/02/09  19:25:16
38797         Log: Subject: RE: Biannual Competition to Improve Hashing Function
38798              From: Fisher Mark <fisherm@tce.com>
38799              Date: Thu, 8 Feb 2001 10:44:00 -0500
38800              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
38801              Date: Thu, 8 Feb 2001 15:02:47 -0500
38802              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
38803      Branch: perl
38804            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
38805 ____________________________________________________________________________
38806 [  8749] By: jhi                                   on 2001/02/09  19:02:35
38807         Log: Forgotten fragment.
38808      Branch: perl
38809            ! pod/perlapi.pod
38810 ____________________________________________________________________________
38811 [  8748] By: jhi                                   on 2001/02/09  18:31:34
38812         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
38813              plus manual tweakage.
38814              
38815              Sync the perlfaq2 between mainline and maintperl.
38816      Branch: maint-5.6/perl
38817            ! pod/perlfaq2.pod
38818      Branch: perl
38819           !> pod/perlfaq2.pod
38820 ____________________________________________________________________________
38821 [  8747] By: jhi                                   on 2001/02/09  18:12:04
38822         Log: Subject: versiononly and installperl
38823              From: abigail@foad.org
38824              Date: Wed, 7 Feb 2001 22:43:12 +0100
38825              Message-ID: <20010207214312.7045.qmail@foad.org>    
38826              
38827              Add +v flag to force a normal install of the perl binary
38828              and the utilities.
38829              
38830              Subject: [PATCH] installperl
38831              From: Nicholas Clark <nick@ccl4.org>
38832              Date: Fri, 9 Feb 2001 16:28:57 +0000
38833              Message-ID: <20010209162857.B10931@plum.flirble.org>
38834              
38835              Add -A flag which also hardlinks the binary with
38836              the full architecture name.
38837      Branch: perl
38838            ! installperl
38839 ____________________________________________________________________________
38840 [  8746] By: jhi                                   on 2001/02/09  18:03:43
38841         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
38842              
38843              Subject: perlfaq2, re: perlmongers
38844              
38845              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
38846              
38847              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
38848              
38849              Subject: [ID 20010205.001] typo in perlfaq9
38850              
38851              Subject: [ID 20010208.002] unordered explanation in perlcall
38852      Branch: maint-5.6/perl
38853           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38854           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
38855           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
38856 ____________________________________________________________________________
38857 [  8745] By: jhi                                   on 2001/02/09  17:59:09
38858         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
38859              From: abela@geneanet.org
38860              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
38861              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
38862      Branch: perl
38863            ! pod/perlcall.pod
38864 ____________________________________________________________________________
38865 [  8744] By: jhi                                   on 2001/02/09  17:48:16
38866         Log: Subject: [ID 20010205.001] typo in perlfaq9
38867              From: eserte@vran.herceg.de
38868              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
38869              Message-Id: <200102042244.XAA21926@vran.herceg.de>
38870      Branch: perl
38871            ! pod/perlfaq9.pod
38872 ____________________________________________________________________________
38873 [  8743] By: jhi                                   on 2001/02/09  17:25:12
38874         Log: Integrate change #8695 from maintperl.
38875              
38876              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
38877      Branch: perl
38878           !> thread.h
38879 ____________________________________________________________________________
38880 [  8742] By: jhi                                   on 2001/02/09  17:21:22
38881         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
38882              From: Andy Dougherty <doughera@lafayette.edu>
38883              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
38884              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
38885      Branch: perl
38886            ! embed.pl
38887 ____________________________________________________________________________
38888 [  8741] By: jhi                                   on 2001/02/09  17:05:19
38889         Log: Integrate changes #8738,8739,8740 from maintperl.
38890              
38891              Html files will be installed in a more logical and easier to
38892              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
38893              
38894              Html files will be generated with a header to make them look
38895              a little less bare.
38896              
38897              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
38898      Branch: perl
38899           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
38900 ____________________________________________________________________________
38901 [  8740] By: jhi                                   on 2001/02/09  17:03:46
38902         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
38903              From: "Brendan O'Dea" <bod@compusol.com.au>
38904              Date: Sun, 4 Feb 2001 11:17:56 +1100
38905              Message-ID: <20010204111756.A16301@compusol.com.au>
38906      Branch: maint-5.6/perl
38907            ! pod/perlfaq3.pod
38908 ____________________________________________________________________________
38909 [  8739] By: jhi                                   on 2001/02/09  17:01:59
38910         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
38911              From: "Indy Singh" <indy@nusphere.com>
38912              Date: Fri, 2 Feb 2001 15:09:59 -0500
38913              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
38914              
38915              Html files will be generated with a header to make them look
38916              a little less bare.
38917      Branch: maint-5.6/perl
38918            ! installhtml
38919 ____________________________________________________________________________
38920 [  8738] By: jhi                                   on 2001/02/09  16:58:48
38921         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
38922              From: "Indy Singh" <indy@nusphere.com>
38923              Date: Fri, 2 Feb 2001 15:08:23 -0500
38924              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
38925              
38926              Html files will be installed in a more logical and easier to
38927              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
38928      Branch: maint-5.6/perl
38929            ! win32/Makefile win32/makefile.mk
38930 ____________________________________________________________________________
38931 [  8737] By: jhi                                   on 2001/02/09  16:46:54
38932         Log: Integrate changes #8687,8736 from maintperl.
38933              
38934              HP-UX thread patches from Merijn H. Brand.
38935              
38936              Latin nit from Philip Newton.
38937      Branch: perl
38938           !> README.hpux hints/hpux.sh
38939 ____________________________________________________________________________
38940 [  8736] By: jhi                                   on 2001/02/09  16:42:31
38941         Log: Latin nit from Philip Newton.
38942      Branch: maint-5.6/perl
38943            ! README.hpux
38944 ____________________________________________________________________________
38945 [  8735] By: jhi                                   on 2001/02/09  16:24:03
38946         Log: Integrate changes #8704,8710 from pureperl.
38947              
38948              Fixed UMRs and leak in Perl_pmtrans()
38949              
38950              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
38951              associated UTFied tr/// code.  Also fixed scoping leak of
38952              PL_reg_start_tmp.
38953      Branch: perl
38954           !> op.c regcomp.c
38955 ____________________________________________________________________________
38956 [  8734] By: jhi                                   on 2001/02/09  15:40:21
38957         Log: Integrate change #8733 from maintperl.
38958              
38959              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
38960      Branch: perl
38961           !> pod/perlre.pod
38962 ____________________________________________________________________________
38963 [  8733] By: jhi                                   on 2001/02/09  15:35:47
38964         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
38965              From: Prymmer/Kahn <pvhp@best.com>
38966              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
38967              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
38968      Branch: maint-5.6/perl
38969            ! pod/perlre.pod
38970 ____________________________________________________________________________
38971 [  8732] By: jhi                                   on 2001/02/09  15:26:17
38972         Log: Rename README.posix-bc to README.bs2000 (to avoid the
38973              confusion of a "perlposix-bc.pod"), add a few missing
38974              arch pods, regen toc.
38975      Branch: maint-5.6/perl
38976           +> README.bs2000
38977            - README.posix-bc
38978            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
38979            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
38980 ____________________________________________________________________________
38981 [  8731] By: jhi                                   on 2001/02/09  15:23:39
38982         Log: De-cut-and-pasto.
38983      Branch: perl
38984            ! pod/perl.pod
38985 ____________________________________________________________________________
38986 [  8730] By: jhi                                   on 2001/02/09  15:11:13
38987         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
38988              when people think that perlposix-bc.pod tells anything about
38989              Perl and POSIX.  Regen toc.
38990      Branch: perl
38991           +> README.bs2000
38992            - README.posix-bc
38993            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
38994            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
38995 ____________________________________________________________________________
38996 [  8729] By: jhi                                   on 2001/02/09  14:52:28
38997         Log: The README.vmesa part of #8712 from maintperl.
38998      Branch: perl
38999            ! README.vmesa
39000 ____________________________________________________________________________
39001 [  8728] By: jhi                                   on 2001/02/09  14:46:06
39002         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
39003              From: Peter Prymmer <pvhp@forte.com>
39004              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
39005              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
39006      Branch: maint-5.6/perl
39007            ! README.vmesa win32/Makefile win32/makefile.mk
39008 ____________________________________________________________________________
39009 [  8727] By: jhi                                   on 2001/02/09  14:33:25
39010         Log: Integrate change #8712 from mainline.
39011              
39012              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
39013      Branch: maint-5.6/perl
39014           !> lib/Pod/Find.pm
39015 ____________________________________________________________________________
39016 [  8726] By: jhi                                   on 2001/02/09  14:30:28
39017         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
39018              From: Peter Prymmer <pvhp@forte.com>
39019              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
39020              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
39021      Branch: perl
39022            + t/lib/cgi-esc.t
39023            ! MANIFEST lib/CGI/Util.pm
39024 ____________________________________________________________________________
39025 [  8725] By: jhi                                   on 2001/02/09  04:56:47
39026         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
39027      Branch: maint-5.6/perl
39028            ! pod/perlport.pod
39029 ____________________________________________________________________________
39030 [  8724] By: jhi                                   on 2001/02/09  04:40:59
39031         Log: Integrate changes 7819,7820 from vmsperl into mainline.
39032              
39033              Add header for LIB$ prototypes (C. Berry)
39034              
39035              Convert fwrite()s to sockets to write()s, since some socket stacks
39036              don't take kindly to stdio.
39037              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39038              (for often optional LNMs)
39039              Correct a few typos
39040              (C. Bailey)
39041      Branch: perl
39042           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
39043 ____________________________________________________________________________
39044 [  8723] By: jhi                                   on 2001/02/09  03:29:29
39045         Log: Integrate change #8722 from mainline.
39046              
39047              The Im() function wasn't returning zero for non-Math::Complex
39048              arguments.  The bug reported by John Gamble.
39049      Branch: maint-5.6/perl
39050           !> lib/Math/Complex.pm
39051 ____________________________________________________________________________
39052 [  8722] By: jhi                                   on 2001/02/09  03:28:33
39053         Log: The Im() function wasn't returning zero for non-Math::Complex
39054              arguments.  The bug reported by John Gamble.
39055      Branch: perl
39056            ! lib/Math/Complex.pm
39057 ____________________________________________________________________________
39058 [  8721] By: nick                                  on 2001/02/08  22:11:35
39059         Log: Correct the correction :-(
39060      Branch: perl
39061            ! perl.c
39062 ____________________________________________________________________________
39063 [  8720] By: bailey                                on 2001/02/08  20:59:22
39064         Log: Convert frwite()s to sockets to write()s, since some socket stacks
39065              don't take kindly to stdio.
39066              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39067              (for often optional LNMs)
39068              Correct a few typos
39069              (C. Bailey)
39070      Branch: vmsperl
39071            ! vms/vms.c vms/vmsish.h
39072 ____________________________________________________________________________
39073 [  8719] By: bailey                                on 2001/02/08  20:51:02
39074         Log: Add header for LIB$ prototypes (C. Berry)
39075      Branch: vmsperl
39076            ! ext/Devel/DProf/DProf.xs
39077 ____________________________________________________________________________
39078 [  8718] By: bailey                                on 2001/02/08  20:49:00
39079         Log: SYN SYN
39080      Branch: vmsperl
39081           +> pod/perliol.pod t/lib/sample-tests/bailout
39082           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
39083           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
39084           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
39085           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
39086           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
39087           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
39088            - lib/unicode/Is/DCinital.pl
39089           !> (integrate 101 files)
39090 ____________________________________________________________________________
39091 [  8717] By: nick                                  on 2001/02/08  19:38:48
39092         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
39093              From: Robin Barker <rmb1@cise.npl.co.uk>
39094              Date: Thu, 8 Feb 2001 14:38:07 GMT
39095              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
39096      Branch: perl
39097            ! lib/CPAN.pm
39098 ____________________________________________________________________________
39099 [  8716] By: nick                                  on 2001/02/08  19:29:07
39100         Log: Generated files form 8713 etc.
39101      Branch: perl
39102            ! embed.h global.sym objXSUB.h perlapi.c proto.h
39103 ____________________________________________________________________________
39104 [  8715] By: nick                                  on 2001/02/08  19:26:08
39105         Log: Fixup non-ithread build after 8713
39106      Branch: perl
39107            ! perl.c
39108 ____________________________________________________________________________
39109 [  8714] By: nick                                  on 2001/02/08  19:17:45
39110         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
39111              From: nick@ccl4.org
39112              Date: Wed, 7 Feb 2001 00:27:47 +0000
39113              Message-Id: <20010207002747.B63724@plum.flirble.org>
39114      Branch: perl
39115            ! sv.c toke.c
39116 ____________________________________________________________________________
39117 [  8713] By: nick                                  on 2001/02/08  19:15:58
39118         Log: Subject: Re: [patch] Re: PL_ptr_table
39119              From: Doug Maceachern <dougm@covalent.net>
39120              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
39121              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
39122      Branch: perl
39123            ! embed.pl perl.c sv.c sv.h
39124 ____________________________________________________________________________
39125 [  8712] By: nick                                  on 2001/02/08  19:12:47
39126         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
39127              From: Peter Prymmer <pvhp@forte.com>
39128              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
39129              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
39130      Branch: perl
39131            ! lib/Pod/Find.pm
39132 ____________________________________________________________________________
39133 [  8711] By: nick                                  on 2001/02/07  21:06:11
39134         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
39135              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
39136              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39137              Date: Tue, 06 Feb 2001 23:37:01 +0000
39138              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
39139      Branch: perl
39140            ! regcomp.c
39141 ____________________________________________________________________________
39142 [  8710] By: alanbur                               on 2001/02/07  00:22:04
39143         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39144              associated UTFied tr/// code.  Also fixed scoping leak of
39145              PL_reg_start_tmp.
39146      Branch: maint-5.6/pureperl
39147            ! op.c regcomp.c
39148 ____________________________________________________________________________
39149 [  8709] By: nick                                  on 2001/02/06  21:16:49
39150         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
39151              From: Michael G Schwern <schwern@pobox.com>
39152              Date: Sun, 4 Feb 2001 19:47:14 -0500
39153              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
39154      Branch: perl
39155            ! pod/perlapi.pod pod/perlmodlib.PL
39156 ____________________________________________________________________________
39157 [  8708] By: nick                                  on 2001/02/06  20:41:20
39158         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
39159              From: Michael G Schwern <schwern@pobox.com>
39160              Date: Sun, 4 Feb 2001 21:17:49 -0500
39161              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
39162      Branch: perl
39163            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
39164            ! pod/perltootc.pod
39165 ____________________________________________________________________________
39166 [  8707] By: nick                                  on 2001/02/06  20:29:11
39167         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
39168              From: Michael G Schwern <schwern@pobox.com>
39169              Date: Tue, 6 Feb 2001 05:54:30 -0500
39170              Message-Id: <20010206055430.A951@blackrider.aocn.com>
39171      Branch: perl
39172            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
39173 ____________________________________________________________________________
39174 [  8706] By: nick                                  on 2001/02/06  20:21:40
39175         Log: Subject: RE: some win32 fixes
39176              Date: Tue, 6 Feb 2001 09:23:20 +0300
39177              From: Vadim Konovalov <vkonovalov@lucent.com>
39178              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
39179      Branch: perl
39180            ! toke.c win32/Makefile win32/config.bc win32/config.gc
39181            ! win32/config.vc win32/config_H.bc win32/makefile.mk
39182 ____________________________________________________________________________
39183 [  8705] By: alanbur                               on 2001/02/06  15:00:03
39184         Log: Synchronised with parent
39185      Branch: maint-5.6/pureperl
39186            ! regexec.c
39187           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
39188           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
39189 ____________________________________________________________________________
39190 [  8704] By: alanbur                               on 2001/02/06  14:55:24
39191         Log: Fixed UMRs and leak in Perl_pmtrans()
39192      Branch: maint-5.6/pureperl
39193            ! op.c
39194 ____________________________________________________________________________
39195 [  8703] By: gsar                                  on 2001/02/06  02:29:37
39196         Log: $(MAKE) distclean doesn't clean up properly on windows
39197      Branch: maint-5.6/perl
39198            ! win32/Makefile win32/makefile.mk
39199 ____________________________________________________________________________
39200 [  8702] By: gsar                                  on 2001/02/06  01:00:46
39201         Log: tweak change#8659 to keep it simple
39202      Branch: maint-5.6/perl
39203            ! utils/perldoc.PL
39204 ____________________________________________________________________________
39205 [  8701] By: gsar                                  on 2001/02/05  22:45:41
39206         Log: change#8693 was missing testsuite changes
39207      Branch: maint-5.6/perl
39208           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
39209 ____________________________________________________________________________
39210 [  8700] By: nick                                  on 2001/02/05  20:32:52
39211         Log: Integrate mainline
39212      Branch: perlio
39213           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
39214           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
39215           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
39216           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
39217           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
39218           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
39219           +> t/lib/test-harness.t
39220           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
39221           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
39222           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
39223           !> pod/perlutil.pod t/TEST utils/h2xs.PL
39224 ____________________________________________________________________________
39225 [  8699] By: nick                                  on 2001/02/05  19:41:07
39226         Log: Subject: perlfaq2, re: perlmongers
39227              From: David H. Adler <dha@panix.com>
39228              Date: Sun, 4 Feb 2001 23:48:23 -0500
39229              Message-Id: <20010204234823.A13429@panix.com>
39230      Branch: perl
39231            ! pod/perlfaq2.pod
39232 ____________________________________________________________________________
39233 [  8698] By: nick                                  on 2001/02/05  19:39:31
39234         Log: Missed file f#rom the testharness mess.
39235      Branch: perl
39236            + t/lib/test-harness.t
39237 ____________________________________________________________________________
39238 [  8697] By: nick                                  on 2001/02/05  19:37:21
39239         Log: Subject: [DOC PATCH] overload.pm nits
39240              From: John Tobey <jtobey@john-edwin-tobey.org>
39241              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
39242              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
39243      Branch: perl
39244            ! lib/overload.pm
39245 ____________________________________________________________________________
39246 [  8696] By: alanbur                               on 2001/02/05  11:56:00
39247         Log: Sync with parent
39248      Branch: maint-5.6/pureperl
39249           !> thread.h
39250 ____________________________________________________________________________
39251 [  8695] By: gsar                                  on 2001/02/05  03:27:34
39252         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
39253      Branch: maint-5.6/perl
39254            ! thread.h
39255 ____________________________________________________________________________
39256 [  8694] By: alanbur                               on 2001/02/05  00:07:47
39257         Log: Initial branch creation from //depot/maint-5.6/perl
39258      Branch: maint-5.6/pureperl
39259           +> (branch 1719 files)
39260 ____________________________________________________________________________
39261 [  8693] By: gsar                                  on 2001/02/04  22:38:49
39262         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
39263              changes)
39264      Branch: maint-5.6/perl
39265           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
39266           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
39267           !> ext/DB_File/version.c
39268 ____________________________________________________________________________
39269 [  8692] By: nick                                  on 2001/02/04  18:15:57
39270         Log: The missed t/TEST part of the grand testharness upgrade.
39271      Branch: perl
39272            ! t/TEST
39273 ____________________________________________________________________________
39274 [  8691] By: nick                                  on 2001/02/04  18:05:17
39275         Log: New improved test harness
39276              Subject: Re: [PATCH Test::Harness] Third time's a charm?
39277              From: Michael G Schwern <schwern@pobox.com>
39278              Date: Sun, 4 Feb 2001 08:01:20 -0500
39279              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
39280      Branch: perl
39281            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
39282            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
39283            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
39284            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
39285            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
39286            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
39287            ! MANIFEST lib/Test/Harness.pm
39288 ____________________________________________________________________________
39289 [  8690] By: nick                                  on 2001/02/04  17:57:51
39290         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
39291              From: Jonathan Stowe <gellyfish@gellyfish.com>
39292              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
39293              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
39294      Branch: perl
39295            ! utils/h2xs.PL
39296 ____________________________________________________________________________
39297 [  8689] By: nick                                  on 2001/02/04  17:55:24
39298         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
39299              From: Michael G Schwern <schwern@pobox.com>
39300              Date: Sat, 3 Feb 2001 22:46:38 -0500
39301              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
39302      Branch: perl
39303            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
39304            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
39305 ____________________________________________________________________________
39306 [  8688] By: nick                                  on 2001/02/04  17:43:55
39307         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
39308              length byfailing to spot lack of closing )
39309              From: nick@talking.bollo.cx
39310              Date: Sat, 03 Feb 2001 23:53:16 +0000
39311              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
39312      Branch: perl
39313            ! perlio.c pod/perldiag.pod
39314 ____________________________________________________________________________
39315 [  8687] By: jhi                                   on 2001/02/03  17:11:42
39316         Log: HP-UX thread patches from Merijn H. Brand.
39317      Branch: maint-5.6/perl
39318            ! README.hpux hints/hpux.sh
39319 ____________________________________________________________________________
39320 [  8686] By: jhi                                   on 2001/02/03  16:40:12
39321         Log: Metaconfig changes for #8685.
39322      Branch: metaconfig
39323            ! U/installdirs/instubperl.U
39324      Branch: metaconfig/U/perl
39325            ! Devel.U versiononly.U
39326 ____________________________________________________________________________
39327 [  8685] By: jhi                                   on 2001/02/03  16:39:49
39328         Log: For -Dusedevel builds turn off installusrbinperl and turn on
39329              versiononly, a combined idea of Richard Soderberg and Merijn
39330              H. Brand.  You can still override both of these from the command
39331              line if you need to, -Dinstallusrbinperl and -Uversiononly.
39332      Branch: perl
39333            ! Configure
39334 ____________________________________________________________________________
39335 [  8684] By: jhi                                   on 2001/02/03  16:16:34
39336         Log: Metaconfig unit fix for #8683.
39337      Branch: metaconfig
39338            ! U/compline/nblock_io.U
39339 ____________________________________________________________________________
39340 [  8683] By: jhi                                   on 2001/02/03  16:16:12
39341         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
39342              reported by Peter Prymmer for 5.6-TRIAL1.
39343      Branch: perl
39344            ! Configure
39345 ____________________________________________________________________________
39346 [  8682] By: jhi                                   on 2001/02/03  05:52:11
39347         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
39348              to work correctly.
39349      Branch: maint-5.6/perl
39350            ! hints/irix_6.sh
39351 ____________________________________________________________________________
39352 [  8681] By: jhi                                   on 2001/02/03  05:47:33
39353         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
39354      Branch: maint-5.6/perl
39355            ! pod/perlport.pod
39356 ____________________________________________________________________________
39357 [  8680] By: jhi                                   on 2001/02/02  21:39:49
39358         Log: perlport update from Peter Prymmer.
39359      Branch: maint-5.6/perl
39360            ! pod/perlport.pod
39361 ____________________________________________________________________________
39362 [  8679] By: nick                                  on 2001/02/02  20:50:48
39363         Log: Integrate mainline
39364      Branch: perlio
39365           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
39366           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
39367           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
39368 ____________________________________________________________________________
39369 [  8678] By: gsar                                  on 2001/02/02  16:02:12
39370         Log: note about bincompat, slightly modified (from Lupe Christoph)
39371      Branch: maint-5.6/perl
39372            ! README.solaris
39373 ____________________________________________________________________________
39374 [  8677] By: jhi                                   on 2001/02/02  15:46:20
39375         Log: Supported platforms updates.
39376      Branch: maint-5.6/perl
39377            ! pod/perlport.pod
39378 ____________________________________________________________________________
39379 [  8676] By: jhi                                   on 2001/02/02  03:41:26
39380         Log: A couple more perlfaq2 tweaks.
39381      Branch: maint-5.6/perl
39382            ! pod/perlfaq2.pod
39383 ____________________________________________________________________________
39384 [  8675] By: jhi                                   on 2001/02/02  03:17:44
39385         Log: Misedit in #8661.
39386      Branch: maint-5.6/perl
39387            ! Configure
39388 ____________________________________________________________________________
39389 [  8674] By: jhi                                   on 2001/02/02  03:14:38
39390         Log: Damien again.
39391      Branch: maint-5.6/perl
39392            ! pod/perlfaq2.pod
39393 ____________________________________________________________________________
39394 [  8673] By: jhi                                   on 2001/02/02  03:12:40
39395         Log: perlfaq update from Elaine Ashton.
39396      Branch: maint-5.6/perl
39397            ! pod/perlfaq2.pod
39398 ____________________________________________________________________________
39399 [  8672] By: jhi                                   on 2001/02/02  03:07:08
39400         Log: UTF-8 s/// patch from Inaba Hiroto.
39401      Branch: maint-5.6/perl
39402            ! pp_ctl.c pp_hot.c
39403 ____________________________________________________________________________
39404 [  8671] By: jhi                                   on 2001/02/01  22:34:31
39405         Log: Update Changes.
39406      Branch: perl
39407            ! Changes patchlevel.h
39408 ____________________________________________________________________________
39409 [  8670] By: jhi                                   on 2001/02/01  22:15:29
39410         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
39411              from maintperl.
39412              
39413              Upgrade to Getopt::Long 2.25, from Johan Vromans.
39414              
39415              more files need to be writable in the source distribution
39416              
39417              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
39418              
39419              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
39420              
39421              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39422              
39423              Allow the float to be fuzzier.
39424              
39425              need to use INT2PTR instead of a straight cast or ia64 fails
39426              
39427              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
39428              
39429              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
39430      Branch: perl
39431           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
39432           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
39433           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
39434 ____________________________________________________________________________
39435 [  8669] By: jhi                                   on 2001/02/01  21:57:02
39436         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39437              From: Robin Barker <rmb1@cise.npl.co.uk>
39438              Date: Thu, 1 Feb 2001 16:59:05 GMT
39439              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
39440      Branch: maint-5.6/perl
39441            ! pod/perlmodlib.PL
39442 ____________________________________________________________________________
39443 [  8668] By: nick                                  on 2001/02/01  19:41:40
39444         Log: Integrate mainline
39445      Branch: perlio
39446           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
39447           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
39448           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
39449 ____________________________________________________________________________
39450 [  8667] By: gsar                                  on 2001/02/01  16:59:11
39451         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
39452      Branch: maint-5.6/perl
39453            ! embed.pl embedvar.h
39454 ____________________________________________________________________________
39455 [  8666] By: gsar                                  on 2001/02/01  16:34:51
39456         Log: add missing entries to win32/config.?c
39457      Branch: maint-5.6/perl
39458            ! win32/config.bc win32/config.gc win32/config.vc
39459            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39460 ____________________________________________________________________________
39461 [  8665] By: jhi                                   on 2001/02/01  14:58:51
39462         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
39463              From: "Stephen P. Potter" <spp@spotter.yi.org>
39464              Date: Thu, 01 Feb 2001 10:45:46 -0500
39465              Message-Id: <200102011545.KAA31479@spotter.yi.org>
39466      Branch: maint-5.6/perl
39467            ! pod/perlfunc.pod
39468 ____________________________________________________________________________
39469 [  8664] By: gsar                                  on 2001/02/01  14:52:37
39470         Log: need to use INT2PTR instead of a straight cast or ia64 fails
39471              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
39472      Branch: maint-5.6/perl
39473            ! ext/POSIX/POSIX.xs
39474 ____________________________________________________________________________
39475 [  8663] By: jhi                                   on 2001/02/01  14:09:13
39476         Log: Allow the float to be fuzzier.
39477      Branch: maint-5.6/perl
39478            ! t/lib/peek.t
39479 ____________________________________________________________________________
39480 [  8662] By: jhi                                   on 2001/02/01  13:59:00
39481         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39482              From: Robin Barker <rmb1@cise.npl.co.uk>
39483              Date: Thu, 1 Feb 2001 13:05:39 GMT
39484              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
39485      Branch: maint-5.6/perl
39486            ! pod/perlmodlib.pod
39487 ____________________________________________________________________________
39488 [  8661] By: jhi                                   on 2001/02/01  13:57:38
39489         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
39490              Date: Thu, 01 Feb 2001 14:15:41 +0100
39491              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39492              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
39493              
39494              Have the $ccflags in the gcc version test (strange, this change
39495              is claimed to be have been integrated already)
39496      Branch: maint-5.6/perl
39497            ! Configure
39498 ____________________________________________________________________________
39499 [  8660] By: jhi                                   on 2001/02/01  13:44:10
39500         Log: Integrate changes #7950,7964,7962 from mainline.
39501              
39502              Find the stdchar signedness using cpp, should fix some of
39503              the Solaris compiler warnings reported by Alan Burlison.
39504      Branch: maint-5.6/perl
39505           !> Configure config_h.SH
39506 ____________________________________________________________________________
39507 [  8659] By: jhi                                   on 2001/02/01  05:35:32
39508         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
39509              From: Jan Dubois <JanD@ActiveState.com>
39510              Date: Wed, 31 Jan 2001 21:17:03 -0800
39511              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
39512      Branch: maint-5.6/perl
39513            ! utils/perldoc.PL
39514 ____________________________________________________________________________
39515 [  8658] By: jhi                                   on 2001/02/01  04:33:17
39516         Log: Integrate the README.os390 and README.posix-bc parts of mainline
39517              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
39518              installperl parts were taken care of by #8657.)
39519      Branch: maint-5.6/perl
39520           !> README.os390 README.posix-bc
39521 ____________________________________________________________________________
39522 [  8657] By: jhi                                   on 2001/02/01  04:29:21
39523         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
39524              From: Peter Prymmer <pvhp@forte.com>
39525              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
39526              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
39527      Branch: maint-5.6/perl
39528            + ext/DynaLoader/dl_dllload.xs
39529            ! MANIFEST Makefile.SH hints/os390.sh installperl
39530 ____________________________________________________________________________
39531 [  8656] By: jhi                                   on 2001/02/01  04:25:45
39532         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
39533              From: Peter Prymmer <pvhp@forte.com>
39534              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
39535              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
39536      Branch: maint-5.6/perl
39537            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
39538 ____________________________________________________________________________
39539 [  8655] By: jhi                                   on 2001/02/01  04:14:47
39540         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
39541              From: troc@netrus.net
39542              Date: Wed, 31 Jan 2001 22:31:26 -0500
39543              Message-Id: <200102010331.WAA117.85@rocco.homenet>
39544      Branch: maint-5.6/perl
39545            ! os2/os2.c
39546 ____________________________________________________________________________
39547 [  8654] By: jhi                                   on 2001/02/01  04:12:52
39548         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
39549              as reported by Alan Burlison.
39550      Branch: maint-5.6/perl
39551            ! pp.h
39552 ____________________________________________________________________________
39553 [  8653] By: jhi                                   on 2001/02/01  04:05:12
39554         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
39555              From: dsugalski@northernlight.com
39556              Date: Wed, 31 Jan 2001 18:54:11 -0500
39557              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
39558      Branch: maint-5.6/perl
39559            ! configure.com
39560 ____________________________________________________________________________
39561 [  8652] By: jhi                                   on 2001/02/01  04:03:11
39562         Log: Misplaced #endif.
39563              
39564              Subject: [perl-5-6-1-trial2] patches for EPOC
39565              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39566              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
39567              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
39568      Branch: maint-5.6/perl
39569            ! epoc/epocish.c
39570 ____________________________________________________________________________
39571 [  8651] By: jhi                                   on 2001/02/01  04:00:25
39572         Log: Integrate changes #8647,8648,8650 from mainline.
39573              
39574              Macrofy a magic UTF-8 test.
39575              
39576              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
39577              
39578              Watch out for cross compiling for EPOC (usually done on linux).
39579      Branch: maint-5.6/perl
39580           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
39581 ____________________________________________________________________________
39582 [  8650] By: jhi                                   on 2001/02/01  03:56:20
39583         Log: Watch out for cross compiling for EPOC (usually done on linux)
39584              
39585              Subject: [perl-5-6-1-trial2] patches for EPOC
39586              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39587              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
39588              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
39589      Branch: perl
39590            ! ext/Errno/Errno_pm.PL
39591 ____________________________________________________________________________
39592 [  8649] By: gsar                                  on 2001/02/01  00:46:00
39593         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
39594      Branch: maint-5.6/perl
39595            ! sv.c
39596 ____________________________________________________________________________
39597 [  8648] By: jhi                                   on 2001/01/31  23:35:36
39598         Log: All the uses of PL_numeric_radix must be protected by
39599              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
39600              
39601              Subject: [perl-5-6-1-trial2] patches for EPOC
39602              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39603              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
39604              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
39605      Branch: perl
39606            ! sv.c
39607 ____________________________________________________________________________
39608 [  8647] By: jhi                                   on 2001/01/31  22:56:16
39609         Log: Macrofy a magic UTF-8 test.
39610      Branch: perl
39611            ! utf8.c utf8.h
39612 ____________________________________________________________________________
39613 [  8646] By: gsar                                  on 2001/01/31  15:55:12
39614         Log: update Changes
39615      Branch: maint-5.6/perl
39616            ! Changes
39617 ____________________________________________________________________________
39618 [  8645] By: gsar                                  on 2001/01/31  15:10:14
39619         Log: Configure tweak suggested by Peter Prymmer
39620      Branch: maint-5.6/perl
39621            ! Configure
39622 ____________________________________________________________________________
39623 [  8644] By: gsar                                  on 2001/01/31  15:06:32
39624         Log: more files need to be writable in the source distribution
39625      Branch: maint-5.6/perl
39626            ! Porting/makerel
39627 ____________________________________________________________________________
39628 [  8643] By: jhi                                   on 2001/01/31  14:59:46
39629         Log: Integrate changes #8258,8278,8279 from mainline.
39630              
39631              Make the large file tests more robust/talkative.
39632      Branch: maint-5.6/perl
39633           !> t/lib/syslfs.t t/op/lfs.t
39634 ____________________________________________________________________________
39635 [  8642] By: gsar                                  on 2001/01/31  14:53:48
39636         Log: integrate changes#8311,8334 from mainline
39637              
39638              Add a new MakeMaker variable PM_FILTER that defines a Unix
39639              filter to be run on each .pm during the pm_to_blib() phase,
39640              a fixed version of
39641              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
39642              
39643              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
39644              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
39645              accurate reading of the "atime".  
39646      Branch: maint-5.6/perl
39647           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
39648           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
39649           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
39650 ____________________________________________________________________________
39651 [  8641] By: jhi                                   on 2001/01/31  14:46:37
39652         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
39653      Branch: maint-5.6/perl
39654            ! lib/Getopt/Long.pm
39655 ____________________________________________________________________________
39656 [  8640] By: gsar                                  on 2001/01/31  14:40:24
39657         Log: make regen_all
39658      Branch: maint-5.6/perl
39659            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
39660 ____________________________________________________________________________
39661 [  8639] By: gsar                                  on 2001/01/31  14:37:25
39662         Log: refresh windows config files
39663      Branch: maint-5.6/perl
39664            ! win32/Makefile win32/config_H.bc win32/config_H.gc
39665            ! win32/config_H.vc win32/makefile.mk
39666 ____________________________________________________________________________
39667 [  8638] By: gsar                                  on 2001/01/31  14:28:10
39668         Log: makefile tweaks for windows: introduce a bulk-switch to enable
39669              same options as ActivePerl; sync changes with makefile.mk
39670      Branch: maint-5.6/perl
39671            ! win32/Makefile win32/makefile.mk
39672 ____________________________________________________________________________
39673 [  8637] By: jhi                                   on 2001/01/31  04:41:30
39674         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
39675              From: Nicholas Clark <nick@ccl4.org>
39676              Date: Tue, 30 Jan 2001 19:51:05 +0000
39677              Message-ID: <20010130195105.R76607@plum.flirble.org> 
39678              
39679              op/inc cure.
39680      Branch: perl
39681            ! pp.c pp.h pp_hot.c t/op/arith.t
39682 ____________________________________________________________________________
39683 [  8636] By: jhi                                   on 2001/01/31  02:38:32
39684         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
39685              no perlio],8257,8380,8479,8515 from mainline.
39686              
39687              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
39688              
39689              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
39690              Subject: [PATCH perl@8133] fix-up for VMS extensions
39691              
39692              In VMS embedded perls couldn't access the statically built Socket.
39693              
39694              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
39695              
39696              Further VMS piping fixes from Charles Lane.
39697              
39698              Subject:  [PATCH] make t/op/misc.t work on VMS
39699              
39700              Add tracing for debugging extensions builds in VMS.
39701              
39702              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
39703      Branch: maint-5.6/perl
39704           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
39705           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
39706           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
39707 ____________________________________________________________________________
39708 [  8635] By: jhi                                   on 2001/01/31  01:46:41
39709         Log: Integrate change #7732 from mainline.
39710              
39711              Sparc 64-bit pack() fix from Jens Hamisch.
39712      Branch: maint-5.6/perl
39713           !> pp.c
39714 ____________________________________________________________________________
39715 [  8634] By: jhi                                   on 2001/01/31  01:41:16
39716         Log: One spot missing from #8626.
39717      Branch: maint-5.6/perl
39718            ! sv.c
39719 ____________________________________________________________________________
39720 [  8633] By: jhi                                   on 2001/01/31  00:49:17
39721         Log: Integrate change #7495 from mainline.
39722              
39723              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
39724      Branch: maint-5.6/perl
39725           !> MANIFEST ext/re/Makefile.PL
39726 ____________________________________________________________________________
39727 [  8632] By: jhi                                   on 2001/01/30  23:38:49
39728         Log: Integrate change #8396 from mainline.
39729              
39730              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
39731              better multicast support (resend)
39732      Branch: maint-5.6/perl
39733           !> ext/Socket/Socket.pm
39734 ____________________________________________________________________________
39735 [  8631] By: jhi                                   on 2001/01/30  23:28:03
39736         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
39737              
39738              More AIX lore. (7514, ext/re/hints/aix.pl)
39739              
39740              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
39741              
39742              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)
39743              
39744              Subject: [ID 20001214.002] Net::Ping patch
39745              
39746              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
39747              
39748              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
39749              
39750              Add ReuseAddr as a (preferred) alias for Reuse as we now
39751              also have ReusePort.
39752              
39753              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
39754      Branch: maint-5.6/perl
39755           +> ext/re/hints/aix.pl
39756           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
39757           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
39758 ____________________________________________________________________________
39759 [  8630] By: jhi                                   on 2001/01/30  23:03:59
39760         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
39761              
39762              read() documentation tweak for 20001121.004.
39763              
39764              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
39765      Branch: maint-5.6/perl
39766           !> pod/perlfunc.pod pod/perlre.pod
39767 ____________________________________________________________________________
39768 [  8629] By: jhi                                   on 2001/01/30  22:41:57
39769         Log: Integrate change #8098 from mainline.
39770              
39771              fastgetcwd is defined using a glob alias on a $^O dependent basis
39772              and there was no default assignment or perl subroutine.
39773      Branch: maint-5.6/perl
39774           !> lib/Cwd.pm
39775 ____________________________________________________________________________
39776 [  8628] By: jhi                                   on 2001/01/30  21:58:52
39777         Log: Integrate change #7866 from mainline.
39778              
39779              File::Temp 0.11.
39780      Branch: maint-5.6/perl
39781           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
39782 ____________________________________________________________________________
39783 [  8627] By: jhi                                   on 2001/01/30  21:39:44
39784         Log: Integrate changes #8075,8086,8228 from mainline.  
39785              
39786              Darwin is not Windows. (8075,8086)
39787              
39788              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
39789      Branch: maint-5.6/perl
39790           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
39791           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
39792           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
39793           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
39794 ____________________________________________________________________________
39795 [  8626] By: jhi                                   on 2001/01/30  21:22:11
39796         Log: Integrate with tweakery the change #8625 from mainline,
39797              the multibyte decimal separator fix ("fa_IR locale failure").
39798      Branch: maint-5.6/perl
39799            ! embedvar.h perlapi.h
39800           !> intrpvar.h perl.c perl.h sv.c util.c
39801 ____________________________________________________________________________
39802 [  8625] By: jhi                                   on 2001/01/30  20:26:33
39803         Log: Fix for the fa_IR locale failure.  The reason for the failure
39804              was that Perl was assuming the decimal separator aka the radix
39805              separator is one character.  The Farsi-Iranian locale crushed
39806              that bad assumption since there the separator is 'Momayyez',
39807              glyphwise looking somewhat like a slash, and in Unicode UTF-8
39808              encoded in two bytes, 0xd9 0xab.
39809      Branch: perl
39810            ! intrpvar.h perl.c perl.h sv.c util.c
39811 ____________________________________________________________________________
39812 [  8624] By: gsar                                  on 2001/01/30  20:17:03
39813         Log: regen_headers
39814      Branch: maint-5.6/perl
39815            ! Makefile.SH pod/perlintern.pod
39816 ____________________________________________________________________________
39817 [  8623] By: gsar                                  on 2001/01/30  19:42:34
39818         Log: backout change#7431 and its dependents (causes spurious rebuilds
39819              of autogenerated files)
39820              
39821              fix benign b.t failure
39822      Branch: maint-5.6/perl
39823            ! Makefile.SH t/lib/b.t
39824 ____________________________________________________________________________
39825 [  8622] By: jhi                                   on 2001/01/30  19:41:41
39826         Log: Microperl sync.
39827      Branch: perl
39828            ! mg.c perl.h
39829 ____________________________________________________________________________
39830 [  8621] By: gsar                                  on 2001/01/30  19:24:47
39831         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
39832              from mainline
39833              
39834              Subject: podlators 1.06 released
39835              
39836              Subject: [PATCH @8436] Eliminate op_children
39837              
39838              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
39839              
39840              (Replaced by #8448)  More op_children traces (cleanup of #8442).
39841              
39842              Subject: [PATCH #3 @8436] Re: Eliminate op_children
39843              Replace #8444 and #8445.
39844              
39845              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
39846              at the setting of the ofs_sv in new_struct_thread() as the
39847              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
39848              uninitialized fields are, uh, initialized with),
39849              SvREFCNT_inc()ing that invited a core dump.
39850              
39851              podlators 1.07, from Russ Allbery.
39852              
39853              Subject: [PATCH] regcomp.c old feature removal
39854              From: mjd@plover.com
39855              Date: 16 Jan 2001 14:43:18 -0000 
39856              Message-ID: <20010116144318.7140.qmail@plover.com> 
39857      Branch: maint-5.6/perl
39858           +> lib/Pod/Text/Overstrike.pm
39859           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
39860           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
39861           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
39862           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
39863           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
39864           !> util.c
39865 ____________________________________________________________________________
39866 [  8620] By: gsar                                  on 2001/01/30  18:48:32
39867         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
39868              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
39869              now fails one test)
39870              
39871              Subject: [PATCH] lvalue AUTOLOAD. No, really.
39872              
39873              Subject: [PATCH] Interesting syntax idea
39874              Make opens + bareword assigns do typeglob assigns.
39875              
39876              Tests for #8254.
39877              
39878              Subject: [PATCH @8269] Continue blocks and B::Deparse
39879              Make the peephole optimizer to bypass more null ops and
39880              and rewrite the deparse handling of continue blocks.
39881              
39882              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
39883              Doc tweak on #8313.
39884              
39885              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
39886              
39887              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
39888              
39889              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
39890              
39891              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
39892              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
39893              according to the platform.
39894              
39895              Subject: [PATCH @8404] Consolidated lvalue sub changes
39896              
39897              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
39898              
39899              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
39900              
39901              Subject: B::Concise -- an improved replacement for B::Terse 
39902              
39903              The B::Terse drop-in replacement wasn't quite drop-in.
39904              
39905              The LVRET macro needed an aTHX.
39906              
39907              Use the /^Perl_/-less form of is_lvalue_sub().
39908              
39909              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
39910      Branch: maint-5.6/perl
39911           +> ext/B/B/Concise.pm
39912           !> (integrate 27 files)
39913 ____________________________________________________________________________
39914 [  8619] By: nick                                  on 2001/01/30  18:40:28
39915         Log: Integrate mainline
39916      Branch: perlio
39917           !> (integrate 40 files)
39918 ____________________________________________________________________________
39919 [  8618] By: jhi                                   on 2001/01/30  18:37:18
39920         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
39921              Date: Mon, 29 Jan 2001 22:51:29 -0600
39922              From: "Craig A. Berry" <craigberry@mac.com>
39923              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
39924      Branch: perl
39925            ! vms/test.com
39926 ____________________________________________________________________________
39927 [  8617] By: jhi                                   on 2001/01/30  18:34:53
39928         Log: Subject: [PATCH] Add missing CV flags to dump.c
39929              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39930              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
39931              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
39932      Branch: perl
39933            ! dump.c
39934 ____________________________________________________________________________
39935 [  8616] By: jhi                                   on 2001/01/30  18:20:58
39936         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
39937              part isn't applicable to maintperl.
39938              
39939              UTF-8 nit from Inaba Hiroto.
39940      Branch: maint-5.6/perl
39941           !> pod/perlapi.pod utf8.c
39942 ____________________________________________________________________________
39943 [  8615] By: jhi                                   on 2001/01/30  18:18:51
39944         Log: UTF-8 nit from Inaba Hiroto.
39945      Branch: perl
39946            ! pod/perlapi.pod t/op/each.t utf8.c
39947 ____________________________________________________________________________
39948 [  8614] By: jhi                                   on 2001/01/30  18:13:38
39949         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
39950              
39951              perl's internal variables are not for public consumption,
39952              move their docs from perlapi.pod to perlintern.pod
39953              
39954              support for -Dusethreads build under HP-UX 10.20 and DCE threads
39955              library (11.0 and later have pthreads but 10.x don't)
39956              
39957              avoid uninitialized value warnings
39958              
39959              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
39960              gets weird results)
39961              
39962              perldoc nit on windows
39963              
39964              make it possible to run the tests outside the source tree
39965              (there's still a dependency on ../lib being the library
39966              location)
39967      Branch: perl
39968           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
39969           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
39970           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
39971           !> win32/bin/search.pl win32/vdir.h
39972 ____________________________________________________________________________
39973 [  8613] By: gsar                                  on 2001/01/30  16:39:59
39974         Log: make it possible to run the tests outside the source tree
39975              (there's still a dependency on ../lib being the library
39976              location)
39977      Branch: maint-5.6/perl
39978            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
39979 ____________________________________________________________________________
39980 [  8612] By: gsar                                  on 2001/01/30  16:31:12
39981         Log: perldoc nit on windows
39982      Branch: maint-5.6/perl
39983            ! utils/perldoc.PL
39984 ____________________________________________________________________________
39985 [  8611] By: gsar                                  on 2001/01/30  16:22:54
39986         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
39987              gets weird results)
39988      Branch: maint-5.6/perl
39989            ! win32/vdir.h
39990 ____________________________________________________________________________
39991 [  8610] By: gsar                                  on 2001/01/30  16:12:45
39992         Log: avoid uninitialized value warnings
39993      Branch: maint-5.6/perl
39994            ! win32/bin/search.pl
39995 ____________________________________________________________________________
39996 [  8609] By: gsar                                  on 2001/01/30  16:08:01
39997         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
39998              library (11.0 and later have pthreads but 10.x don't)
39999      Branch: maint-5.6/perl
40000            ! hints/hpux.sh thread.h
40001 ____________________________________________________________________________
40002 [  8608] By: gsar                                  on 2001/01/30  15:48:55
40003         Log: perl's internal variables are not for public consumption,
40004              move their docs from perlapi.pod to perlintern.pod
40005      Branch: maint-5.6/perl
40006            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
40007            ! thrdvar.h
40008 ____________________________________________________________________________
40009 [  8607] By: gsar                                  on 2001/01/30  15:44:27
40010         Log: mistakenly branched perl56delta.pod, revert
40011      Branch: maint-5.6/perl
40012            - pod/perl56delta.pod
40013           !> pod/perldelta.pod
40014 ____________________________________________________________________________
40015 [  8606] By: gsar                                  on 2001/01/30  14:20:24
40016         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
40017              dTHR which has been a noop for a while now, except for the
40018              compatibility definition in thread.h)
40019      Branch: maint-5.6/perl
40020           !> (integrate 45 files)
40021 ____________________________________________________________________________
40022 [  8605] By: jhi                                   on 2001/01/30  05:43:58
40023         Log: Mark the UTF-8 APIs as experimental.
40024      Branch: maint-5.6/perl
40025            ! embed.pl pod/perlapi.pod
40026 ____________________________________________________________________________
40027 [  8604] By: jhi                                   on 2001/01/30  05:38:40
40028         Log: Nits from earlier integrates.
40029      Branch: maint-5.6/perl
40030            ! lib/Carp/Heavy.pm
40031           !> sv.c
40032 ____________________________________________________________________________
40033 [  8603] By: jhi                                   on 2001/01/30  05:27:26
40034         Log: Regenerate Porting files.
40035      Branch: maint-5.6/perl
40036            ! Porting/Glossary Porting/config.sh Porting/config_H
40037 ____________________________________________________________________________
40038 [  8602] By: jhi                                   on 2001/01/30  05:14:59
40039         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
40040              8310,8339,8447,8492,8493,8505,8525: documentation changes.
40041              
40042              Subject: Re: perlfaq style changes
40043              
40044              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
40045              
40046              Subject: [PATCH] docs on NaN
40047              
40048              Subject: [patch] perlfaq7
40049              
40050              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
40051              
40052              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
40053              
40054              Subject: [PATCH] open() example in perlfunc.pod
40055              
40056              Podify README.mpeix (a new version from the web)
40057              
40058              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
40059              
40060              Subject: [PATCH] format and rewording in perlfaq.pod
40061              
40062              Subject: [PATCH] API Variable documentation   
40063              
40064              Memory management calls documentation.
40065              
40066              Subject: [PATCH: perl@8482] README.vms URL updates
40067              
40068              Subject: Minor typos in perlfaq2.pod
40069              
40070              Subject: [PATCH] pod/perlvar.pod
40071      Branch: maint-5.6/perl
40072           +> pod/perl56delta.pod
40073            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40074           !> README.amiga README.epoc README.mpeix README.vms
40075           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
40076           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
40077           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
40078           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
40079           !> pod/perlvar.pod thrdvar.h
40080 ____________________________________________________________________________
40081 [  8601] By: jhi                                   on 2001/01/30  04:38:35
40082         Log: Integrate changes #8036,8096,8253 from mainline:
40083              hints changes.
40084              
40085              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40086              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
40087              
40088              Output the (apparent) version of gcc in Tru64.
40089      Branch: maint-5.6/perl
40090           +> ext/POSIX/hints/svr4.pl
40091           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
40092           !> hints/svr4.sh t/lib/bigfltpm.t
40093 ____________________________________________________________________________
40094 [  8600] By: jhi                                   on 2001/01/30  04:04:01
40095         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
40096              locale fixes.
40097              
40098              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
40099              
40100              Debian allows /usr/bin/locale to exist without any locales. (7868)
40101              
40102              Allow the locale test needing POSIX and the taint test
40103              needing IPC::SysV to run under 'minitest' (basically,
40104              bail out if loading the extension fails). (8384)
40105              
40106              Cleanup the locale.t output  (8480)
40107      Branch: maint-5.6/perl
40108           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
40109           !> t/pragma/locale.t
40110 ____________________________________________________________________________
40111 [  8599] By: jhi                                   on 2001/01/30  03:51:04
40112         Log: Missing generated files from #8598.
40113      Branch: maint-5.6/perl
40114            ! embed.h global.sym objXSUB.h perlapi.c proto.h
40115 ____________________________________________________________________________
40116 [  8598] By: jhi                                   on 2001/01/30  03:41:54
40117         Log: Integrate change #8555 from mainline, manually integrate parts
40118              of changes 8452 and 8583.
40119              
40120              Subject: [PATCH] utf8.c documentation (8452)
40121              
40122              No point in checking the length if the pointer is bogus. (8555)
40123              
40124              Introduce bytes_from_utf8() and implement sv_eq() using it,
40125              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
40126              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
40127              was malformed. (8583)
40128      Branch: maint-5.6/perl
40129            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
40130           !> pod/perlapi.pod sv.c utf8.c
40131 ____________________________________________________________________________
40132 [  8597] By: gsar                                  on 2001/01/30  02:37:26
40133         Log: get PERL_OBJECT build going again on windows
40134      Branch: maint-5.6/perl
40135            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40136            ! pod/perlapi.pod proto.h sv.c
40137 ____________________________________________________________________________
40138 [  8596] By: jhi                                   on 2001/01/30  02:16:17
40139         Log: Signedness nit.
40140      Branch: perl
40141            ! sv.c
40142 ____________________________________________________________________________
40143 [  8595] By: jhi                                   on 2001/01/30  02:11:07
40144         Log: EBCDIC patch for Storable, from Peter Prymmer.
40145      Branch: perl
40146            ! t/lib/st-06compat.t
40147 ____________________________________________________________________________
40148 [  8594] By: jhi                                   on 2001/01/30  01:04:48
40149         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
40150              From: Peter Prymmer <pvhp@forte.com>
40151              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
40152              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
40153      Branch: perl
40154            ! t/lib/b.t
40155 ____________________________________________________________________________
40156 [  8593] By: jhi                                   on 2001/01/30  00:56:47
40157         Log: Subject: [PATCH: perl@8585] pod problems in io
40158              From: Peter Prymmer <pvhp@forte.com>
40159              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
40160              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
40161      Branch: perl
40162            ! pod/perlapio.pod pod/perliol.pod
40163 ____________________________________________________________________________
40164 [  8592] By: jhi                                   on 2001/01/30  00:48:20
40165         Log: Integrate perlio.
40166      Branch: perl
40167           !> pod/perlapio.pod pod/perliol.pod
40168 ____________________________________________________________________________
40169 [  8591] By: nick                                  on 2001/01/29  22:02:28
40170         Log: GNU 'merge' Simon's copy of perliol.pod with version
40171              patched by Craig's patch.
40172      Branch: perlio
40173            ! pod/perliol.pod
40174 ____________________________________________________________________________
40175 [  8590] By: nick                                  on 2001/01/29  21:55:10
40176         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
40177      Branch: perlio
40178            ! pod/perlapio.pod pod/perliol.pod
40179 ____________________________________________________________________________
40180 [  8589] By: jhi                                   on 2001/01/29  15:35:33
40181         Log: Integrate change #8586 from maint-5.6/perl.
40182              
40183              make the BOM detection code not call tell() until it has to
40184              (meant to fix esoteric compatibility issues where PL_rsfp
40185              is overridden)
40186      Branch: perl
40187           !> toke.c
40188 ____________________________________________________________________________
40189 [  8588] By: jhi                                   on 2001/01/29  15:29:11
40190         Log: Subject: MAking Solaris malloc() the default
40191              From: Lupe Christoph <lupe@lupe-christoph.de>
40192              Date: Mon, 29 Jan 2001 12:59:36 +0100
40193              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
40194              
40195              The README.solaris part slightly tweaked.
40196      Branch: perl
40197            ! README.solaris hints/solaris_2.sh
40198 ____________________________________________________________________________
40199 [  8587] By: jhi                                   on 2001/01/29  15:17:34
40200         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
40201              From: root@ak-75.mind.de
40202              Date: Sun, 28 Jan 2001 20:32:29 +0100
40203              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
40204      Branch: perl
40205            ! pod/perlre.pod
40206 ____________________________________________________________________________
40207 [  8586] By: gsar                                  on 2001/01/29  13:43:44
40208         Log: make the BOM detection code not call tell() until it has to
40209              (meant to fix esoteric compatibility issues where PL_rsfp
40210              is overridden)
40211      Branch: maint-5.6/perl
40212            ! toke.c
40213 ____________________________________________________________________________
40214 [  8585] By: jhi                                   on 2001/01/28  20:05:45
40215         Log: Update Changes.
40216      Branch: perl
40217            ! Changes patchlevel.h
40218 ____________________________________________________________________________
40219 [  8584] By: jhi                                   on 2001/01/28  19:30:02
40220         Log: Integrate perlio.
40221      Branch: perl
40222           +> pod/perliol.pod
40223           !> MANIFEST pod/perlapio.pod
40224 ____________________________________________________________________________
40225 [  8583] By: jhi                                   on 2001/01/28  19:28:40
40226         Log: Patch from Inaba Hiroto:
40227              - canonical UTF-8 hash keys: if a key string for a hash is
40228              UTF8-on, try downgrade the string and use it if
40229              unicode::distinct is not in effect.
40230              For the task, I added a function bytes_from_utf8() to utf8.c.
40231              It might resemble utf8_to_bytes() but it is not convenient
40232              to the task.
40233              Made a test for it and added to t/op/each.t
40234              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
40235              the mortal copy of the argument SV.
40236              And changed t/io/utf8.t test 18 which expects print() to
40237              upgrade its argument.
40238              - re-implement sv_eq with bytes_from_utf8()
40239              - some bug fixes
40240              - tr/// does not handle UTF8 range (\x{}-\x{})
40241              - \ before raw UTF8 character produced
40242              "Malformed UTF-8 character" warning.
40243              - "\x{100}\N{CENT SIGN}" is Malformed.
40244              Added tests for these 3.
40245              - and one silly bug (by me) with qu operator.
40246      Branch: perl
40247            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
40248            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
40249            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
40250 ____________________________________________________________________________
40251 [  8582] By: nick                                  on 2001/01/28  19:25:04
40252         Log: Add pod/perliol.pod to MANIFEST :-(
40253      Branch: perlio
40254            ! MANIFEST
40255 ____________________________________________________________________________
40256 [  8581] By: nick                                  on 2001/01/28  19:22:40
40257         Log: PerlIO documentation. Proofing and sub-editing requested.
40258      Branch: perlio
40259            + pod/perliol.pod
40260            ! pod/perlapio.pod
40261 ____________________________________________________________________________
40262 [  8580] By: jhi                                   on 2001/01/28  05:16:25
40263         Log: Revert the change to sv_2pv() done by #8054: Someone who
40264              did SvNV_set() on a scalar that also happened to be POK,
40265              followed by sv_2pv() won't get the right coercion anymore.
40266              [Sarathy]
40267      Branch: maint-5.6/perl
40268            ! sv.c
40269 ____________________________________________________________________________
40270 [  8579] By: jhi                                   on 2001/01/28  05:15:04
40271         Log: Remove the #8084 effect: do not allow -Q to be interpreted
40272              as -&Q(), this is too much wiggle room.
40273      Branch: maint-5.6/perl
40274            ! toke.c
40275 ____________________________________________________________________________
40276 [  8578] By: jhi                                   on 2001/01/28  05:12:45
40277         Log: Needed bits of #8439 (should have been in #8576),
40278              mainly for lval substr().
40279      Branch: maint-5.6/perl
40280            ! mg.c pp.c pp_hot.c
40281 ____________________________________________________________________________
40282 [  8577] By: jhi                                   on 2001/01/28  05:02:46
40283         Log: A missing check-in.
40284      Branch: maint-5.6/perl
40285            ! utf8.c
40286 ____________________________________________________________________________
40287 [  8576] By: jhi                                   on 2001/01/28  04:26:18
40288         Log: Integrate changes #8425,8436,8439,8517 from mainline.
40289              The 8439 was not truly integrated because it had too many
40290              dependencies on the development branch and because it introduced
40291              concepts too bold for a maintenance branch (such as the qu operator).
40292              
40293              Subject: [PATCH perl@8342] -Wformat
40294              
40295              Tighten some of the UTF-8 tests a bit.
40296              
40297              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
40298              - The substr lval was still not okay.
40299              - Now pp_stringify and sv_setsv copies source's UTF8 flag
40300              even if IN_BYTE.  pp_stringify is called from fold_constants
40301              at optimization phase and "\x{100}" was made SvUTF8_off under
40302              use bytes (the bytes pragma is for "byte semantics" and not
40303              for "do not produce UTF8 data")
40304      Branch: maint-5.6/perl
40305            ! t/lib/charnames.t t/op/substr.t toke.c
40306           !> sv.c t/pragma/utf8.t
40307 ____________________________________________________________________________
40308 [  8575] By: jhi                                   on 2001/01/28  04:01:51
40309         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
40310              
40311              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
40312              
40313              Subject: [ID 20001230.003] UTF-8 tr still hurts
40314              
40315              Test cases for #8385 (from Simon's "torture.pl")
40316              
40317              Start fixing UTF-8 lval substr() (8405)
40318      Branch: maint-5.6/perl
40319           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
40320           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
40321 ____________________________________________________________________________
40322 [  8574] By: jhi                                   on 2001/01/28  03:09:06
40323         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
40324              from mainline.
40325              
40326              UTF-8 cleanup.
40327              
40328              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
40329              
40330              "\x{FF}\xFF" was broken.
40331              
40332              Tests for #8329 and #8330.
40333              
40334              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
40335              
40336              IRIX compiler noticed that the bof initialization might be
40337              bypassed by control flow.
40338              
40339              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
40340      Branch: maint-5.6/perl
40341           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
40342           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
40343 ____________________________________________________________________________
40344 [  8573] By: jhi                                   on 2001/01/28  02:06:12
40345         Log: Retract #8552.
40346      Branch: perl
40347            ! lib/Text/Wrap.pm t/lib/textwrap.t
40348 ____________________________________________________________________________
40349 [  8572] By: jhi                                   on 2001/01/28  02:04:49
40350         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
40351              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
40352              not really integrated but instead salvaged by hand
40353              (they had too many dependencies on the development release
40354              to be cleanly integratable).
40355              
40356              Subject: more UTF8 test suites and an UTF8 patch
40357              
40358              Tweak for MULTIPLICITY/USE_PERLIO
40359              
40360              Signedness nit.
40361              
40362              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
40363              
40364              Use the UTF8_XXX macros in is_utf8_char().
40365              
40366              Rewrite pp_concat() in terms of sv_catsv().  The . operator
40367              should now be UTF-8-proof.
40368              
40369              Subject: [PATCH perl@8269] scanning two hex-constants
40370              fails on EBCDIC environment (script length.t)
40371              
40372              Add some Unicode chop() tests.
40373      Branch: maint-5.6/perl
40374            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
40375           !> sv.c t/op/chop.t utf8.h
40376 ____________________________________________________________________________
40377 [  8571] By: jhi                                   on 2001/01/28  00:35:59
40378         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
40379              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
40380              
40381              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
40382              
40383              The maxiters upper limit sanity check (guarding against
40384              non-progress) assumed bytes instead of characters in s///
40385              and split().
40386              
40387              Signedness nit.
40388              
40389              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
40390              join() should now be UTF-8-proof.
40391              
40392              More split // UTF-8 tests. (8250)
40393      Branch: maint-5.6/perl
40394           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
40395           !> util.c
40396 ____________________________________________________________________________
40397 [  8570] By: jhi                                   on 2001/01/27  22:15:46
40398         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
40399              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
40400              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
40401              8084,8204,8244,8333 from mainline.
40402              
40403              For -Q where Q might be a one-letter sub name one does no more
40404              get a warning about an unknown filetest (7941,7943,7944,8084).
40405              
40406              Subject: Re: [ID 20001130.011] expression parsing bug ?
40407              
40408              Make uv_to_utf8() to zero-terminate its output buffer.
40409              
40410              Split off t/op/length.t (7995)
40411              
40412              Split off t/op/utf8decode.t (7996)
40413              
40414              Remove an unnecessary 'use utf8' from the utf8.t (7998)
40415              
40416              Split off t/op/concat.t (8004)
40417              
40418              Split off t/op/ver.t (8005)
40419              
40420              Document utf8_length(), utf8_distance(), and utf8_hop().
40421              
40422              Document utf8_to_uv() better.
40423              
40424              Introduce macros for UTF8 decoding (8028,8033).
40425              
40426              Add test for reverse() (8030,8031).
40427              
40428              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
40429              
40430              Do not return the Unicode replacement character    on UTF-8
40431              decoding failure.
40432              
40433              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
40434              not this_utf8 i.e. the output string has one, but don't mess
40435              with source assumption. (8052,8053)
40436              
40437              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
40438              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
40439              was not expecting to be called with something that was already
40440              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
40441              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
40442              (8054)
40443              
40444              Recode the naughty binary bytes in utf8decode.t using the \xHH.
40445              
40446              Make some panic messages a bit more logical.
40447      Branch: maint-5.6/perl
40448           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
40449           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
40450           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
40451           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
40452           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
40453           !> utf8.c utf8.h
40454 ____________________________________________________________________________
40455 [  8569] By: jhi                                   on 2001/01/27  19:16:43
40456         Log: Integrate changes #7750 from perlio and #8566 from mainline.
40457      Branch: maint-5.6/perl
40458           !> regexec.c sv.c
40459 ____________________________________________________________________________
40460 [  8568] By: jhi                                   on 2001/01/27  18:06:51
40461         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
40462              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
40463              7935[-perlio.c],7936,7959,7965 from mainline.
40464              
40465              Change the "big byte" error message to "Wide character".
40466              (7355, the croak-if-wide-chars-in-print part ignored)
40467              
40468              Use UINT64_C().
40469              
40470              Introduce Perl_utf8_length().
40471              
40472              diff -se shows these as different (7753, forgotten check-ins)
40473              
40474              Subject: [PATCH] doop.c - UTF8 tr///
40475              
40476              If we use (aTHX_ ...) then put Perl_ on the front.
40477              
40478              Make utf8_length() and utf8_distance() to be less forgiving
40479              about bad UTF-8.
40480              
40481              Test line numbers are different with utf8.
40482              
40483              No need to scan till infinity, 13 is enough. (7872,7911)
40484              
40485              Subject: [PATCH] Tokeniser debugging
40486              
40487              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
40488              
40489              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
40490              
40491              Be more careful in Perl_sv_utf8_downgrade().
40492              
40493              Use DO_UTF8().
40494              
40495              Raw zero bytes in text files confuse at least GNU patch 2.1.
40496      Branch: maint-5.6/perl
40497           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
40498           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
40499           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
40500           !> t/pragma/utf8.t toke.c utf8.c utf8.h
40501 ____________________________________________________________________________
40502 [  8567] By: nick                                  on 2001/01/27  11:10:38
40503         Log: Integrate mainline
40504      Branch: perlio
40505           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
40506           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
40507           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
40508           !> toke.c
40509 ____________________________________________________________________________
40510 [  8566] By: jhi                                   on 2001/01/27  06:22:48
40511         Log: More documentation for the regexp context stack.
40512      Branch: perl
40513            ! regexec.c
40514 ____________________________________________________________________________
40515 [  8565] By: jhi                                   on 2001/01/27  05:21:57
40516         Log: Update Changes.
40517      Branch: perl
40518            ! Changes patchlevel.h
40519 ____________________________________________________________________________
40520 [  8564] By: jhi                                   on 2001/01/27  04:44:04
40521         Log: Threadedness patch for #8562 from Doug MacEachern.
40522      Branch: perl
40523            ! toke.c
40524 ____________________________________________________________________________
40525 [  8563] By: jhi                                   on 2001/01/27  04:26:24
40526         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
40527              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40528              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
40529              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
40530      Branch: perl
40531            ! op.c
40532 ____________________________________________________________________________
40533 [  8562] By: jhi                                   on 2001/01/27  04:20:30
40534         Log: Subject: Re: Announce : Tokener reporting patch
40535              From: Simon Cozens <simon@cozens.net>
40536              Date: Mon, 22 Jan 2001 02:17:22 +0000
40537              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
40538      Branch: perl
40539            ! embed.h embed.pl proto.h toke.c
40540 ____________________________________________________________________________
40541 [  8561] By: jhi                                   on 2001/01/27  04:17:24
40542         Log: Forgot from #8545.  Oops.
40543      Branch: perl
40544            ! pp.c t/pragma/overload.t
40545 ____________________________________________________________________________
40546 [  8560] By: jhi                                   on 2001/01/27  03:01:47
40547         Log: A better module compilation test, use MANIFEST as suggested
40548              by Spider.
40549      Branch: perl
40550            ! t/lib/1_compile.t
40551 ____________________________________________________________________________
40552 [  8559] By: jhi                                   on 2001/01/27  02:50:48
40553         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
40554              From: Peter Prymmer <pvhp@forte.com>
40555              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
40556              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
40557      Branch: perl
40558            ! t/lib/b.t
40559 ____________________________________________________________________________
40560 [  8558] By: jhi                                   on 2001/01/27  02:27:05
40561         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
40562              From: Peter Prymmer <pvhp@forte.com>
40563              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
40564              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
40565      Branch: perl
40566            ! t/pragma/sub_lval.t
40567 ____________________________________________________________________________
40568 [  8557] By: jhi                                   on 2001/01/27  02:26:03
40569         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
40570              From: Peter Prymmer <pvhp@forte.com>
40571              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
40572              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
40573      Branch: perl
40574            ! t/lib/st-06compat.t
40575 ____________________________________________________________________________
40576 [  8556] By: jhi                                   on 2001/01/27  02:24:33
40577         Log: Subject: [PATCH: perl@8531] minor update to README.os390
40578              From: Peter Prymmer <pvhp@forte.com>
40579              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
40580              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
40581      Branch: perl
40582            ! README.os390
40583 ____________________________________________________________________________
40584 [  8555] By: jhi                                   on 2001/01/27  00:35:47
40585         Log: No point in checking the length before we know whether the pointer
40586              is bogus or not, fixes Abigail's odbm failures in Linux.
40587      Branch: perl
40588            ! sv.c
40589 ____________________________________________________________________________
40590 [  8554] By: nick                                  on 2001/01/26  19:01:31
40591         Log: Integrate mainline
40592      Branch: perlio
40593           !> lib/Text/Wrap.pm t/lib/textwrap.t
40594 ____________________________________________________________________________
40595 [  8553] By: jhi                                   on 2001/01/26  15:19:39
40596         Log: Integrate change #7792 from perlio (multiplicity fix),
40597              fix the AV leak in regex DEBUGGING (tiny part of the
40598              polymorphic regexp patch #8143).
40599      Branch: maint-5.6/perl
40600            ! regcomp.c
40601           !> scope.h
40602 ____________________________________________________________________________
40603 [  8552] By: jhi                                   on 2001/01/26  15:03:23
40604         Log: (Retracted by #8573)
40605              
40606              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
40607              From: Michael G Schwern <schwern@pobox.com>
40608              Date: Fri, 26 Jan 2001 09:28:31 -0500
40609              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
40610      Branch: perl
40611            ! lib/Text/Wrap.pm t/lib/textwrap.t
40612 ____________________________________________________________________________
40613 [  8551] By: jhi                                   on 2001/01/26  02:33:19
40614         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
40615              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
40616              
40617              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
40618              
40619              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
40620              
40621              Message nit.
40622              
40623              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
40624              
40625              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
40626              
40627              (the cleanup of unused submatches in regtry() and regcppop())
40628              
40629              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
40630              stored and restored, and thusly was trounced by the utf8 swash
40631              routines.
40632              
40633              use utf8 not required to use \x{}.
40634              
40635              Removed two more tests that make no sense in UTF-8 since the test
40636              data is not in UTF-8.
40637              
40638              Get the three different space character classes right under utf8.
40639              
40640              Implement ANYOFUTF8 regprop() dumping.
40641              
40642              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
40643              
40644              Document the regex context pushing/popping a bit better.
40645      Branch: maint-5.6/perl
40646           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
40647           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
40648           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
40649           !> t/op/regmesg.t utf8.c
40650 ____________________________________________________________________________
40651 [  8550] By: nick                                  on 2001/01/25  19:42:30
40652         Log: Integrate mainline
40653      Branch: perlio
40654           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
40655           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
40656           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
40657           !> t/lib/bigint.t t/lib/bigintpm.t
40658 ____________________________________________________________________________
40659 [  8549] By: jhi                                   on 2001/01/25  15:22:28
40660         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
40661      Branch: maint-5.6/perl
40662            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
40663 ____________________________________________________________________________
40664 [  8548] By: jhi                                   on 2001/01/25  15:02:55
40665         Log: Integrate changes #7997,8063,8492,8547 from mainline.
40666              
40667              Subject: Re: STRLEN - what?
40668              
40669              Subject: [PATCH] perlguts.pod
40670              
40671              Memory management calls documentation.
40672              
40673              Layout using tabulator is not a good idea in a pod.
40674      Branch: maint-5.6/perl
40675           !> pod/perlguts.pod
40676 ____________________________________________________________________________
40677 [  8547] By: jhi                                   on 2001/01/25  14:49:05
40678         Log: Layout using tabulator is not a good idea in a pod.
40679      Branch: perl
40680            ! pod/perlguts.pod
40681 ____________________________________________________________________________
40682 [  8546] By: jhi                                   on 2001/01/25  14:31:12
40683         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
40684              from mainline.
40685              
40686              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
40687              
40688              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
40689              
40690              More Win32 editor/IDE/shell hints.
40691              
40692              More Win32 Perling.
40693              
40694              Yet another editor edit.
40695              
40696              Edit edit edit.
40697              
40698              IDE/editor section tweaking.
40699              
40700              Few more IDE/editor nits from p5p.
40701      Branch: maint-5.6/perl
40702           !> pod/perlfaq3.pod
40703 ____________________________________________________________________________
40704 [  8545] By: jhi                                   on 2001/01/25  04:16:32
40705         Log: Subject: [PATCH 5.7.0] overload int()
40706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40707              Date: Wed, 24 Jan 2001 19:06:57 -0500
40708              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
40709      Branch: perl
40710            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
40711            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
40712            ! t/lib/bigintpm.t
40713 ____________________________________________________________________________
40714 [  8544] By: jhi                                   on 2001/01/25  04:15:11
40715         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
40716              From: Peter Prymmer <pvhp@forte.com>
40717              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
40718              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
40719      Branch: perl
40720            ! Makefile.SH README.os390 hints/os390.sh installperl
40721 ____________________________________________________________________________
40722 [  8543] By: jhi                                   on 2001/01/25  03:52:08
40723         Log: Integrate change #8462,8469 from mainline.
40724              
40725              In VMS Perl subversion (perl -V) is undef.
40726      Branch: maint-5.6/perl
40727           !> configure.com
40728 ____________________________________________________________________________
40729 [  8542] By: jhi                                   on 2001/01/25  03:44:55
40730         Log: Integrate changes #7835,7850,8315,8316 from mainline.
40731              
40732              Solaris hints.
40733      Branch: maint-5.6/perl
40734           !> hints/solaris_2.sh
40735 ____________________________________________________________________________
40736 [  8541] By: jhi                                   on 2001/01/25  03:39:28
40737         Log: Integrate #8336 from mainline.
40738      Branch: maint-5.6/perl
40739           !> hv.c
40740 ____________________________________________________________________________
40741 [  8540] By: jhi                                   on 2001/01/25  03:23:50
40742         Log: Retract #8539.
40743      Branch: maint-5.6/perl
40744            ! pod/perlfaq3.pod
40745 ____________________________________________________________________________
40746 [  8539] By: jhi                                   on 2001/01/25  03:21:55
40747         Log: (Retracted by #8540.)
40748      Branch: maint-5.6/perl
40749            ! pod/perlfaq3.pod
40750 ____________________________________________________________________________
40751 [  8538] By: jhi                                   on 2001/01/25  03:14:07
40752         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
40753              From: Peter Prymmer <pvhp@forte.com>
40754              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
40755              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
40756              
40757              The VMS bits.
40758      Branch: maint-5.6/perl
40759            ! configure.com vms/descrip_mms.template
40760 ____________________________________________________________________________
40761 [  8537] By: jhi                                   on 2001/01/25  03:06:09
40762         Log: Integrate #7710,7824,7973 from mainline.
40763      Branch: maint-5.6/perl
40764           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40765           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
40766           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
40767           !> vos/config.ga.def vos/config.ga.h win32/config.bc
40768           !> win32/config.gc win32/config.vc
40769 ____________________________________________________________________________
40770 [  8536] By: jhi                                   on 2001/01/24  13:50:20
40771         Log: Revert the edits made by me so far to the 5.6 branch since
40772              the TRIAL1 since I did edits when I should have been using
40773              integrates.  Bad programmer.   (Will integrate them properly later.)
40774              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
40775              The #8353 will not be reapplied at least for now since
40776              the UTF-8 hash keys need more thinking.
40777              (The patches #8347, #8354, #8454, #8473 were okay since they
40778              were original edits made specifically for the 5.6.1-TRIAL1.)
40779      Branch: maint-5.6/perl
40780            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40781            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
40782            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
40783            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
40784            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
40785            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40786            ! win32/config.bc win32/config.gc win32/config.vc
40787 ____________________________________________________________________________
40788 [  8535] By: bailey                                on 2001/01/24  06:37:02
40789         Log: SYN SYN
40790      Branch: vmsperl
40791           +> (branch 26 files)
40792           !> (integrate 130 files)
40793 ____________________________________________________________________________
40794 [  8534] By: nick                                  on 2001/01/23  19:30:57
40795         Log: Integrate mainline.
40796      Branch: perlio
40797           !> Changes Configure Porting/Glossary Porting/config.sh
40798           !> Porting/config_H embed.h embed.pl ext/Encode/compile
40799           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
40800           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
40801           !> pod/perlvar.pod proto.h t/lib/1_compile.t
40802 ____________________________________________________________________________
40803 [  8533] By: jhi                                   on 2001/01/23  16:15:46
40804         Log: Forgotten from #8501.
40805      Branch: perl
40806            ! Porting/Glossary Porting/config.sh Porting/config_H
40807 ____________________________________________________________________________
40808 [  8532] By: jhi                                   on 2001/01/23  16:13:27
40809         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
40810              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40811              Date: Mon, 22 Jan 2001 17:51:58 +0100
40812              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
40813      Branch: perl
40814            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
40815 ____________________________________________________________________________
40816 [  8531] By: jhi                                   on 2001/01/23  15:46:01
40817         Log: Update Changes.
40818      Branch: perl
40819            ! Changes patchlevel.h
40820 ____________________________________________________________________________
40821 [  8530] By: jhi                                   on 2001/01/23  15:38:39
40822         Log: De-cut-and-pasto.
40823      Branch: perl
40824            ! t/lib/1_compile.t
40825 ____________________________________________________________________________
40826 [  8529] By: jhi                                   on 2001/01/23  15:11:04
40827         Log: Document the mkdir trailing slashes case.
40828      Branch: perl
40829            ! pod/perlfunc.pod
40830 ____________________________________________________________________________
40831 [  8528] By: jhi                                   on 2001/01/23  15:08:28
40832         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
40833              get installed:
40834              
40835              Subject: lib/lib.pm
40836              From: <abigail@foad.org>
40837              Date: Mon, 28 Aug 2000 20:35:08 -0400
40838              Message-ID: <20000829003508.21281.qmail@foad.org>
40839      Branch: perl
40840            ! installperl
40841 ____________________________________________________________________________
40842 [  8527] By: jhi                                   on 2001/01/23  14:44:04
40843         Log: Metaconfig unit change for #8526.
40844      Branch: metaconfig
40845            ! U/threads/archname.U
40846 ____________________________________________________________________________
40847 [  8526] By: jhi                                   on 2001/01/23  14:43:19
40848         Log: Attach -perlio to the archname if so selected.
40849      Branch: perl
40850            ! Configure
40851 ____________________________________________________________________________
40852 [  8525] By: jhi                                   on 2001/01/23  14:24:01
40853         Log: Subject: [PATCH] pod/perlvar.pod
40854              From: abigail@foad.org
40855              Date: Tue, 23 Jan 2001 01:41:10 +0100
40856              Message-ID: <20010123004110.22259.qmail@foad.org>
40857      Branch: perl
40858            ! pod/perlvar.pod
40859 ____________________________________________________________________________
40860 [  8524] By: jhi                                   on 2001/01/23  14:22:32
40861         Log: A bug introduced in #8217 (the undefined variable in the
40862              lib/safe1_t #3) fixed, by Charles Lane:
40863              
40864              The earlier patch made it so that stuff running in Safe
40865              compartments could do a "caller" and see "main".  That
40866              little change in name is done right before the code in
40867              the compartment is run, and apparantly the parser
40868              was picking up the stash name before it got changed.
40869              
40870              (why it was threaded vs. unthreaded Perl that was sensitive to this
40871              I still don't know...and it probably doesn't matter).
40872              
40873              I tryed removing the stash name-change and saw that threaded Perl
40874              did indeed pass the lib/safe1.t tests.
40875              
40876              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
40877              do the name change (and to connect _ in the compartment to the global
40878              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
40879              to call _safe_pkg_prep when creating a new compartment.
40880              
40881              Passes all tests with threaded perl on linux; passes all tests
40882              with unthreaded perl on VMS.
40883              
40884              At some point I'll probably want to revisit Safe and Opcode to
40885              provide more sensible handling of global variables...and to get
40886              formats working in Safe compartments, which they don't do currently.
40887      Branch: perl
40888            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
40889 ____________________________________________________________________________
40890 [  8523] By: jhi                                   on 2001/01/23  14:11:58
40891         Log: Also the lib/Thread.pm itself needs to be ignored if
40892              the Thread extension hasn't been built.
40893      Branch: perl
40894            ! t/lib/1_compile.t
40895 ____________________________________________________________________________
40896 [  8522] By: jhi                                   on 2001/01/23  13:51:28
40897         Log: print() instead of warn() so that stderr doesn't get
40898              unncessarily polluted.
40899      Branch: perl
40900            ! ext/Encode/compile
40901 ____________________________________________________________________________
40902 [  8521] By: jhi                                   on 2001/01/23  13:49:48
40903         Log: Integrate perlio.
40904      Branch: perl
40905           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
40906           !> ext/Encode/encode.h
40907 ____________________________________________________________________________
40908 [  8520] By: nick                                  on 2001/01/22  21:44:00
40909         Log: More messing with Encode:
40910              Extra fields in header to allow multiple names and to record
40911              other things "compile" knows.
40912              Re-organise compile to factor out common output routines.
40913      Branch: perlio
40914            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
40915 ____________________________________________________________________________
40916 [  8519] By: nick                                  on 2001/01/22  20:33:50
40917         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
40918      Branch: perlio
40919            ! ext/Encode/Makefile.PL ext/Encode/compile
40920 ____________________________________________________________________________
40921 [  8518] By: nick                                  on 2001/01/22  20:28:13
40922         Log: Integrate mainline
40923      Branch: perlio
40924           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
40925           !> vos/config.alpha.def vos/config.alpha.h
40926 ____________________________________________________________________________
40927 [  8517] By: jhi                                   on 2001/01/22  15:37:17
40928         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
40929              by Inaba Hiroto.
40930      Branch: perl
40931            ! sv.c
40932 ____________________________________________________________________________
40933 [  8516] By: jhi                                   on 2001/01/22  14:55:15
40934         Log: More SIG_SIZE fixes.
40935      Branch: perl
40936            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
40937 ____________________________________________________________________________
40938 [  8515] By: jhi                                   on 2001/01/22  14:50:27
40939         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
40940              From: "Craig A. Berry" <craigberry@mac.com>
40941              Date: Mon, 22 Jan 2001 00:42:24 -0600
40942              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
40943      Branch: perl
40944            ! configure.com
40945 ____________________________________________________________________________
40946 [  8514] By: jhi                                   on 2001/01/22  14:31:17
40947         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
40948              From: "Craig A. Berry" <craigberry@mac.com>
40949              Date: Sun, 21 Jan 2001 23:03:25 -0600
40950              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
40951      Branch: perl
40952            ! configure.com
40953 ____________________________________________________________________________
40954 [  8513] By: jhi                                   on 2001/01/22  14:14:00
40955         Log: Add the .ucm encoding tables to the MANIFEST.
40956      Branch: perl
40957            ! MANIFEST
40958 ____________________________________________________________________________
40959 [  8512] By: jhi                                   on 2001/01/22  13:43:33
40960         Log: Integrate perlio.
40961      Branch: perl
40962           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
40963           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
40964           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
40965           +> ext/Encode/Encode/iso8859-10.ucm
40966           +> ext/Encode/Encode/iso8859-13.ucm
40967           +> ext/Encode/Encode/iso8859-14.ucm
40968           +> ext/Encode/Encode/iso8859-15.ucm
40969           +> ext/Encode/Encode/iso8859-16.ucm
40970           +> ext/Encode/Encode/iso8859-2.ucm
40971           +> ext/Encode/Encode/iso8859-3.ucm
40972           +> ext/Encode/Encode/iso8859-4.ucm
40973           +> ext/Encode/Encode/iso8859-5.ucm
40974           +> ext/Encode/Encode/iso8859-6.ucm
40975           +> ext/Encode/Encode/iso8859-7.ucm
40976           +> ext/Encode/Encode/iso8859-8.ucm
40977           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
40978           +> ext/Encode/Encode/symbol.ucm
40979           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
40980           !> perliol.h
40981 ____________________________________________________________________________
40982 [  8511] By: nick                                  on 2001/01/21  23:44:47
40983         Log: Make "real" layers of ":utf8" and ":raw".
40984              So now PERLIO=utf8 perl ...
40985              does what Andreas wanted.
40986              Fix arg passing in open.pm (still have a Carp issue).
40987      Branch: perlio
40988            ! lib/open.pm perlio.c perliol.h
40989 ____________________________________________________________________________
40990 [  8510] By: jhi                                   on 2001/01/21  22:56:53
40991         Log: Document the regex content pushing/popping a bit better.
40992      Branch: perl
40993            ! regexec.c
40994 ____________________________________________________________________________
40995 [  8509] By: jhi                                   on 2001/01/21  22:55:44
40996         Log: Tweak the mkdir trailing slash code some more.
40997              
40998              TO DO: the same handling should probably be done for
40999              all the other filesystem functions that can have directories
41000              as their arguments.
41001      Branch: perl
41002            ! pp_sys.c
41003 ____________________________________________________________________________
41004 [  8508] By: nick                                  on 2001/01/21  21:37:43
41005         Log: Switch "compiled in" encodings to .ucm format.
41006              (Leave others as .enc till we can run-time load .ucm,
41007              or find some other way to load them.)
41008      Branch: perlio
41009            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
41010            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
41011            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
41012            + ext/Encode/Encode/iso8859-10.ucm
41013            + ext/Encode/Encode/iso8859-13.ucm
41014            + ext/Encode/Encode/iso8859-14.ucm
41015            + ext/Encode/Encode/iso8859-15.ucm
41016            + ext/Encode/Encode/iso8859-16.ucm
41017            + ext/Encode/Encode/iso8859-2.ucm
41018            + ext/Encode/Encode/iso8859-3.ucm
41019            + ext/Encode/Encode/iso8859-4.ucm
41020            + ext/Encode/Encode/iso8859-5.ucm
41021            + ext/Encode/Encode/iso8859-6.ucm
41022            + ext/Encode/Encode/iso8859-7.ucm
41023            + ext/Encode/Encode/iso8859-8.ucm
41024            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
41025            + ext/Encode/Encode/symbol.ucm
41026            ! ext/Encode/Makefile.PL ext/Encode/compile
41027 ____________________________________________________________________________
41028 [  8507] By: nick                                  on 2001/01/21  21:02:03
41029         Log: Integrate (partial) mainline.
41030      Branch: perlio
41031           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
41032           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
41033           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41034 ____________________________________________________________________________
41035 [  8506] By: jhi                                   on 2001/01/21  20:09:30
41036         Log: Update Changes.
41037      Branch: perl
41038            ! Changes patchlevel.h
41039 ____________________________________________________________________________
41040 [  8505] By: jhi                                   on 2001/01/21  19:39:59
41041         Log: Subject: Minor typos in perlfaq2.pod
41042              From: "Stephen P. Potter" <spp@spotter.yi.org>
41043              Message-Id: <200101192101.QAA11911@spotter.yi.org>
41044              Date: Fri, 19 Jan 2001 16:01:13 -0500
41045              
41046              with a nit from Philip Netwon.
41047      Branch: perl
41048            ! pod/perlfaq2.pod
41049 ____________________________________________________________________________
41050 [  8504] By: jhi                                   on 2001/01/21  19:33:05
41051         Log: Metaconfig change for #8503.
41052      Branch: metaconfig
41053            ! U/threads/usethreads.U
41054 ____________________________________________________________________________
41055 [  8503] By: jhi                                   on 2001/01/21  19:32:21
41056         Log: Sanity check for conflicting thread flavours.
41057      Branch: perl
41058            ! Configure config_h.SH
41059 ____________________________________________________________________________
41060 [  8502] By: jhi                                   on 2001/01/21  19:23:00
41061         Log: Metaconfig change for #8501.
41062      Branch: metaconfig
41063            ! U/modified/sig_name.U
41064 ____________________________________________________________________________
41065 [  8501] By: jhi                                   on 2001/01/21  19:22:26
41066         Log: The SIG_SIZE is the number of the elements *excluding*
41067              the terminating NULL.
41068      Branch: perl
41069            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
41070            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
41071            ! win32/config_H.vc
41072 ____________________________________________________________________________
41073 [  8500] By: jhi                                   on 2001/01/21  18:31:31
41074         Log: Integrate perlio.
41075      Branch: perl
41076           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
41077           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
41078           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
41079           !> pp_sys.c proto.h sv.c
41080 ____________________________________________________________________________
41081 [  8499] By: jhi                                   on 2001/01/21  17:43:57
41082         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
41083              From: Hugo <hv@crypt.compulink.co.uk>
41084              Date: Sun, 21 Jan 2001 13:34:05 +0000
41085              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
41086              
41087              In sprintf UTF8ize only if necessary.
41088      Branch: perl
41089            ! sv.c
41090 ____________________________________________________________________________
41091 [  8498] By: nick                                  on 2001/01/21  16:25:32
41092         Log: Encode cleanup.
41093              Add command line control over "compile" so that Makefile.PL
41094              needs can be combined with other uses.
41095              Use command line options in Makefile.PL.
41096              Fix multi-byte parsing in .ucm files.
41097      Branch: perlio
41098            ! ext/Encode/Makefile.PL ext/Encode/compile
41099 ____________________________________________________________________________
41100 [  8497] By: nick                                  on 2001/01/21  12:56:27
41101         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
41102      Branch: perlio
41103            ! ext/Encode/Encode.xs
41104 ____________________________________________________________________________
41105 [  8496] By: nick                                  on 2001/01/21  12:18:45
41106         Log: Fixup after integrate:
41107              missed the .sym files that are changed by regen_headers
41108              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
41109      Branch: perlio
41110            ! global.sym pp.sym sv.c
41111 ____________________________________________________________________________
41112 [  8495] By: nick                                  on 2001/01/21  11:51:07
41113         Log: Integrate mainline.
41114      Branch: perlio
41115           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
41116           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
41117           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
41118           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
41119           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
41120           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
41121           !> win32/Makefile win32/makefile.mk
41122 ____________________________________________________________________________
41123 [  8494] By: jhi                                   on 2001/01/20  23:12:11
41124         Log: Forgot the expect_number() prototype.
41125      Branch: perl
41126            ! embed.h embed.pl proto.h
41127 ____________________________________________________________________________
41128 [  8493] By: jhi                                   on 2001/01/20  22:56:39
41129         Log: Subject: [PATCH: perl@8482] README.vms URL updates
41130              From: Peter Prymmer <pvhp@forte.com>
41131              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
41132              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
41133              
41134              Plus Craig A. Berry's suggestion to use compaq.com instead
41135              of digital.com.
41136      Branch: perl
41137            ! README.vms
41138 ____________________________________________________________________________
41139 [  8492] By: jhi                                   on 2001/01/20  22:50:05
41140         Log: Memory management calls documentation.
41141      Branch: perl
41142            ! pod/perlguts.pod
41143 ____________________________________________________________________________
41144 [  8491] By: jhi                                   on 2001/01/20  22:38:33
41145         Log: Signedness nit plus few memcpy/Copy nits.
41146      Branch: perl
41147            ! sv.c
41148 ____________________________________________________________________________
41149 [  8490] By: jhi                                   on 2001/01/20  22:25:53
41150         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
41151              From: Peter Prymmer <pvhp@forte.com>
41152              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
41153              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
41154      Branch: perl
41155            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
41156 ____________________________________________________________________________
41157 [  8489] By: jhi                                   on 2001/01/20  22:24:41
41158         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
41159              From: Peter Prymmer <pvhp@forte.com>
41160              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
41161              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
41162      Branch: perl
41163            ! win32/Makefile win32/makefile.mk
41164 ____________________________________________________________________________
41165 [  8488] By: jhi                                   on 2001/01/20  22:22:27
41166         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
41167              From: Peter Prymmer <pvhp@forte.com>
41168              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
41169              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
41170      Branch: perl
41171            ! Makefile.SH
41172 ____________________________________________________________________________
41173 [  8487] By: jhi                                   on 2001/01/20  22:21:18
41174         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
41175              From: Peter Prymmer <pvhp@forte.com>
41176              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
41177              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
41178      Branch: perl
41179            + ext/DynaLoader/dl_dllload.xs
41180            ! MANIFEST Makefile.SH hints/os390.sh
41181 ____________________________________________________________________________
41182 [  8486] By: jhi                                   on 2001/01/20  22:17:53
41183         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
41184              From: Peter Prymmer <pvhp@forte.com>
41185              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
41186              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
41187      Branch: perl
41188            ! README.os390 README.posix-bc
41189 ____________________________________________________________________________
41190 [  8485] By: jhi                                   on 2001/01/20  20:15:30
41191         Log: Document and test the new qu operator.
41192      Branch: perl
41193            + t/op/qu.t
41194            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
41195            ! pod/perlretut.pod pod/perlunicode.pod
41196 ____________________________________________________________________________
41197 [  8484] By: nick                                  on 2001/01/20  19:42:30
41198         Log: Infrastructure to allow:
41199              open($fh,"|-",@array);
41200              to be implemented
41201              i.e. mark pp_open as needing a stack mark, and make pp_open
41202              process its args in that style (and pass them _all_ to tied handles OPEN).
41203              Invent do_openn() which takes SV ** at allow it to see multiple args.
41204              Note this does not _do_ anything yet.
41205      Branch: perlio
41206            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
41207            ! perlapi.c pp_proto.h pp_sys.c proto.h
41208 ____________________________________________________________________________
41209 [  8483] By: nick                                  on 2001/01/20  17:23:14
41210         Log: Integrate mainline.
41211      Branch: perlio
41212           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
41213           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
41214 ____________________________________________________________________________
41215 [  8482] By: jhi                                   on 2001/01/19  15:37:49
41216         Log: Update Changes.
41217      Branch: perl
41218            ! Changes patchlevel.h
41219 ____________________________________________________________________________
41220 [  8481] By: jhi                                   on 2001/01/19  14:41:24
41221         Log: Subject: Re: new feature: s?printf parameter reordering 
41222              From: Hugo <hv@crypt.compulink.co.uk>
41223              Date: Thu, 11 Jan 2001 17:09:03 +0000
41224              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
41225              
41226              - support reordering for all parameters: %, *v, *, .*
41227              - lay down that the reordering specification must immediately
41228              follow that parameter: %3$, *v3$, *3$, .*3$
41229              - fix vectorisation of a zero-length string
41230              - factor out the code choosing the argument to format
41231              
41232              Possibly unwanted side-effects:
41233              - the special format specifiers ' +-0' must now precede any
41234              vectorisation specifier. Tests in op/sprintf and op/ver
41235              have been changed to reflect this.
41236              - sprintf.t test #214 changed its expectations because in many
41237              cases, the next parameter has already been consumed when an
41238              invalid type letter is detected.
41239              
41240              Probably wanted side-effects:
41241              - attempts to format a non-existent parameter will warn as if C<undef>
41242              - attempt to write to non-existent parameter with '%n' will complain
41243              of "attempt to modify read-only value" instead of being silent
41244      Branch: perl
41245            ! sv.c t/op/sprintf.t t/op/ver.t
41246 ____________________________________________________________________________
41247 [  8480] By: jhi                                   on 2001/01/19  14:08:37
41248         Log: Subject: PATCH pragma/locale.t
41249              From: andreas.koenig@anima.de (Andreas J. Koenig)
41250              Date: 18 Jan 2001 09:45:37 +0100
41251              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
41252      Branch: perl
41253            ! t/pragma/locale.t
41254 ____________________________________________________________________________
41255 [  8479] By: jhi                                   on 2001/01/19  13:19:58
41256         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
41257      Branch: perl
41258            ! configure.com
41259 ____________________________________________________________________________
41260 [  8478] By: jhi                                   on 2001/01/19  02:12:35
41261         Log: Automate 1_compile.t.
41262      Branch: perl
41263            ! t/lib/1_compile.t
41264 ____________________________________________________________________________
41265 [  8477] By: jhi                                   on 2001/01/19  01:49:56
41266         Log: Integrate perlio.
41267      Branch: perl
41268           !> sv.c win32/config.bc win32/config.gc win32/config.vc
41269           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41270 ____________________________________________________________________________
41271 [  8476] By: nick                                  on 2001/01/18  21:51:52
41272         Log: Integrate mainline
41273      Branch: perlio
41274           +> t/lib/1_compile.t t/lib/compmod.pl
41275           !> MANIFEST configure.com lib/unicode/distinct.pm
41276 ____________________________________________________________________________
41277 [  8475] By: nick                                  on 2001/01/18  21:48:02
41278         Log: Win32 "safe signals" co-existance fix.
41279              Fix SIG_SIZE value.
41280              Clear PL_sig_pending when cloning (fork).
41281      Branch: perlio
41282            ! sv.c win32/config.bc win32/config.gc win32/config.vc
41283            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41284 ____________________________________________________________________________
41285 [  8474] By: jhi                                   on 2001/01/18  14:40:57
41286         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
41287      Branch: perl
41288            ! t/lib/1_compile.t
41289 ____________________________________________________________________________
41290 [  8473] By: gsar                                  on 2001/01/18  11:42:31
41291         Log: unsubmitted trial1 change
41292      Branch: maint-5.6/perl
41293            ! Changes
41294 ____________________________________________________________________________
41295 [  8472] By: jhi                                   on 2001/01/18  04:30:24
41296         Log: The first bug found by 1_compile.t.
41297      Branch: perl
41298            ! lib/unicode/distinct.pm
41299 ____________________________________________________________________________
41300 [  8471] By: jhi                                   on 2001/01/18  04:29:42
41301         Log: Add Schwern's 1_compile test.  The compile_module script renamed
41302              to be a bit shorter for the 8.3 people.
41303      Branch: perl
41304            + t/lib/1_compile.t t/lib/compmod.pl
41305            ! MANIFEST
41306 ____________________________________________________________________________
41307 [  8470] By: jhi                                   on 2001/01/18  04:16:00
41308         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)
41309              From: Peter Prymmer <pvhp@forte.com>
41310              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
41311              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
41312              Replace #8463.
41313      Branch: maint-5.6/perl
41314            ! configure.com
41315 ____________________________________________________________________________
41316 [  8469] By: jhi                                   on 2001/01/18  04:13:02
41317         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)
41318              From: Peter Prymmer <pvhp@forte.com>
41319              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
41320              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
41321              Replace #8462.
41322      Branch: perl
41323            ! configure.com
41324 ____________________________________________________________________________
41325 [  8468] By: jhi                                   on 2001/01/18  03:42:08
41326         Log: Integrate perlio.
41327      Branch: perl
41328           !> gv.c mg.c perlio.c util.c
41329 ____________________________________________________________________________
41330 [  8467] By: nick                                  on 2001/01/17  22:41:10
41331         Log: "Safe" signals - trial implementation.
41332              gv.c tweaked to zero PL_sig_pend array
41333              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
41334              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
41335              Odd thing is that it "works" with PERLIO=stdio as well (linux).
41336      Branch: perlio
41337            ! gv.c mg.c perlio.c util.c
41338 ____________________________________________________________________________
41339 [  8466] By: nick                                  on 2001/01/17  20:40:20
41340         Log: Integrate mainline.
41341      Branch: perlio
41342           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41343           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
41344           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
41345           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41346           !> vos/config.ga.h win32/config.bc win32/config.gc
41347           !> win32/config.vc
41348 ____________________________________________________________________________
41349 [  8465] By: jhi                                   on 2001/01/17  18:37:13
41350         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
41351              From: Nicholas Clark <nick@ccl4.org>
41352              Date: Wed, 17 Jan 2001 17:31:33 +0000
41353              Message-ID: <20010117173133.I2633@plum.flirble.org>
41354      Branch: perl
41355            ! t/op/int.t
41356 ____________________________________________________________________________
41357 [  8464] By: jhi                                   on 2001/01/17  14:43:17
41358         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
41359              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41360              Date: Wed, 17 Jan 2001 15:16:43 +0100
41361              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
41362              
41363              pp_int() was dropping an NV to the floor,
41364              int(279964589018079/59) either returned not an integer
41365              4745162525730.15, or one got "Attempt to free unreferenced scalar."
41366      Branch: perl
41367            ! pp.c
41368 ____________________________________________________________________________
41369 [  8463] By: jhi                                   on 2001/01/17  06:12:42
41370         Log: (Replaced by #8470)
41371              
41372              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)
41373              From: "Craig A. Berry" <craigberry@mac.com>
41374              Date: Tue, 16 Jan 2001 23:38:46 -0600
41375              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
41376      Branch: maint-5.6/perl
41377            ! configure.com
41378 ____________________________________________________________________________
41379 [  8462] By: jhi                                   on 2001/01/17  06:11:31
41380         Log: (Replaced by #8469)
41381              
41382              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)
41383              From: "Craig A. Berry" <craigberry@mac.com>
41384              Date: Tue, 16 Jan 2001 23:38:46 -0600
41385              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
41386      Branch: perl
41387            ! configure.com
41388 ____________________________________________________________________________
41389 [  8461] By: jhi                                   on 2001/01/17  05:56:12
41390         Log: Allow for one trailing slash in the directory of mkdir().
41391      Branch: perl
41392            ! pp_sys.c
41393 ____________________________________________________________________________
41394 [  8460] By: jhi                                   on 2001/01/17  03:26:01
41395         Log: Metaconfig unit changes for #8459.
41396      Branch: metaconfig
41397            ! U/modified/Loc.U U/modified/sig_name.U
41398 ____________________________________________________________________________
41399 [  8459] By: jhi                                   on 2001/01/17  03:24:48
41400         Log: Define SIG_SIZE, the number of elements in the sig_name and
41401              sig_num arrays, including the final NULL entry.
41402      Branch: perl
41403            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41404            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
41405            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
41406            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41407            ! win32/config.bc win32/config.gc win32/config.vc
41408 ____________________________________________________________________________
41409 [  8458] By: jhi                                   on 2001/01/17  01:41:33
41410         Log: Integrate perlio.
41411      Branch: perl
41412           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
41413           !> perlapi.h proto.h sv.c
41414 ____________________________________________________________________________
41415 [  8457] By: nick                                  on 2001/01/16  22:07:26
41416         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
41417              Provides all the "cost" but no benefit yet - it is to allow cost
41418              to be measured, and implementation experiments (just in mg.c?).
41419      Branch: perlio
41420            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
41421            ! perlapi.h proto.h sv.c
41422 ____________________________________________________________________________
41423 [  8456] By: nick                                  on 2001/01/16  21:07:07
41424         Log: Integrate mainline.
41425      Branch: perlio
41426           !> (integrate 51 files)
41427 ____________________________________________________________________________
41428 [  8455] By: jhi                                   on 2001/01/16  18:13:43
41429         Log: Subject: [PATCH] regcomp.c old feature removal
41430              From: mjd@plover.com
41431              Date: 16 Jan 2001 14:43:18 -0000 
41432              Message-ID: <20010116144318.7140.qmail@plover.com> 
41433      Branch: perl
41434            ! regcomp.c
41435 ____________________________________________________________________________
41436 [  8454] By: jhi                                   on 2001/01/16  16:12:39
41437         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
41438              From: "Indy Singh" <indy@nusphere.com>
41439              Date: Wed, 10 Jan 2001 20:17:49 -0500
41440              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
41441      Branch: maint-5.6/perl
41442            ! win32/Makefile
41443 ____________________________________________________________________________
41444 [  8453] By: jhi                                   on 2001/01/16  16:09:33
41445         Log: Update Changes.
41446      Branch: perl
41447            ! Changes patchlevel.h
41448 ____________________________________________________________________________
41449 [  8452] By: jhi                                   on 2001/01/16  15:42:04
41450         Log: Subject: Re: API Cleanup
41451              To: perl5-porters@perl.org
41452              Date: Tue, 16 Jan 2001 13:42:30 +0000
41453              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
41454              
41455              Subject: [PATCH] utf8.c documentation
41456              From: Simon Cozens <simon@cozens.net>
41457              Date: Tue, 16 Jan 2001 13:52:48 +0000
41458              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
41459              
41460              Subject: Re: API Cleanup
41461              From: Simon Cozens <simon@cozens.net>
41462              Date: Tue, 16 Jan 2001 14:58:55 +0000
41463              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
41464              
41465              UTF-8 doc patches.
41466      Branch: perl
41467            ! embed.pl pod/perlapi.pod utf8.c
41468 ____________________________________________________________________________
41469 [  8451] By: jhi                                   on 2001/01/16  14:41:39
41470         Log: podlators 1.07, from Russ Allbery.
41471      Branch: perl
41472            ! lib/Pod/Man.pm
41473 ____________________________________________________________________________
41474 [  8450] By: jhi                                   on 2001/01/16  14:24:19
41475         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
41476              From: "Indy Singh" <indy@nusphere.com>
41477              Date: Mon, 15 Jan 2001 20:59:40 -0500
41478              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
41479      Branch: perl
41480            ! win32/Makefile
41481 ____________________________________________________________________________
41482 [  8449] By: jhi                                   on 2001/01/16  03:42:55
41483         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
41484              at the setting of the ofs_sv in new_struct_thread() as the
41485              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
41486              uninitialized fields are, uh, initialized with),
41487              SvREFCNT_inc()ing that invited a core dump.
41488      Branch: perl
41489            ! util.c
41490 ____________________________________________________________________________
41491 [  8448] By: jhi                                   on 2001/01/16  01:49:07
41492         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
41493              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41494              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
41495              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
41496              
41497              Replace #8444 and #8445.
41498      Branch: perl
41499            ! ext/B/B.xs ext/B/B/Debug.pm
41500 ____________________________________________________________________________
41501 [  8447] By: jhi                                   on 2001/01/15  21:05:35
41502         Log: Subject: [PATCH] API Variable documentation   
41503              From: Simon Cozens <simon@cozens.net>
41504              Date: Mon, 15 Jan 2001 19:35:54 +0000
41505              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
41506      Branch: perl
41507            ! pod/perlapi.pod thrdvar.h
41508 ____________________________________________________________________________
41509 [  8446] By: jhi                                   on 2001/01/15  20:49:20
41510         Log: Signedness nit.
41511      Branch: perl
41512            ! pp_ctl.c
41513 ____________________________________________________________________________
41514 [  8445] By: jhi                                   on 2001/01/15  20:28:48
41515         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
41516      Branch: perl
41517            ! ext/B/B/Debug.pm
41518 ____________________________________________________________________________
41519 [  8444] By: jhi                                   on 2001/01/15  13:09:10
41520         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
41521      Branch: perl
41522            ! ext/B/B.xs
41523 ____________________________________________________________________________
41524 [  8443] By: jhi                                   on 2001/01/15  13:06:26
41525         Log: Missing from #8439.
41526      Branch: perl
41527            ! keywords.h mg.c
41528 ____________________________________________________________________________
41529 [  8442] By: jhi                                   on 2001/01/15  13:02:38
41530         Log: Subject: [PATCH @8436] Eliminate op_children
41531              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41532              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
41533              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
41534              
41535              Subject: [PATCH @8436] Re: Eliminate op_children
41536              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41537              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
41538              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
41539      Branch: perl
41540            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
41541            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
41542            ! op.c op.h
41543 ____________________________________________________________________________
41544 [  8441] By: jhi                                   on 2001/01/15  12:57:08
41545         Log: Use the /^Perl_/-less form of is_lvalue_sub().
41546      Branch: perl
41547            ! pp.h
41548 ____________________________________________________________________________
41549 [  8440] By: jhi                                   on 2001/01/15  05:13:09
41550         Log: Revert #8437 and #8438, the Linux large files story is more complex.
41551      Branch: metaconfig/U/perl
41552            ! d_fpos64_t.U d_off64_t.U
41553      Branch: perl
41554            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41555            ! config_h.SH configure.com epoc/config.sh perl.h
41556            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
41557            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41558            ! win32/config.bc win32/config.gc win32/config.vc
41559 ____________________________________________________________________________
41560 [  8439] By: jhi                                   on 2001/01/15  05:02:24
41561         Log: More UTF-8 patches from Inaba Hiroto.
41562              - The substr lval was still not okay.
41563              - Now pp_stringify and sv_setsv copies source's UTF8 flag
41564              even if IN_BYTE.  pp_stringify is called from fold_constants
41565              at optimization phase and "\x{100}" was made SvUTF8_off under
41566              use bytes (the bytes pragma is for "byte semantics" and not
41567              for "do not produce UTF8 data")
41568              - New `qu' operator to generate UTF8 string explicitly.
41569              Though I agree with the policy "0x00-0xff always produce bytes",
41570              sometimes want to such a string to be coded in UTF8.
41571              I can use pack"U0a*" but it requires more typing and has
41572              runtime overhead.
41573              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
41574              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
41575              string is not UTF8_on and has char 0x80-0xff.
41576              
41577              TODO: document and test qu.
41578      Branch: perl
41579            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
41580            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
41581            ! toke.c
41582 ____________________________________________________________________________
41583 [  8438] By: jhi                                   on 2001/01/14  05:10:23
41584         Log: (Reverted by #8440)
41585              
41586              Metaconfig unit changes for #8437.
41587      Branch: metaconfig/U/perl
41588            ! d_fpos64_t.U d_off64_t.U
41589 ____________________________________________________________________________
41590 [  8437] By: jhi                                   on 2001/01/14  04:55:34
41591         Log: (Reverted by #8440)
41592              
41593              Add <features.h> probing, seems to be needed for (some?)
41594              Linux largefileness.
41595      Branch: perl
41596            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41597            ! config_h.SH configure.com epoc/config.sh perl.h
41598            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
41599            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41600            ! win32/config.bc win32/config.gc win32/config.vc
41601 ____________________________________________________________________________
41602 [  8436] By: jhi                                   on 2001/01/13  17:47:21
41603         Log: Tighten some of the tests a bit.
41604      Branch: perl
41605            ! t/pragma/utf8.t
41606 ____________________________________________________________________________
41607 [  8435] By: jhi                                   on 2001/01/13  17:31:54
41608         Log: Integrate perlio.
41609      Branch: perl
41610           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
41611           !> win32/config_H.gc win32/config_H.vc
41612 ____________________________________________________________________________
41613 [  8434] By: nick                                  on 2001/01/13  11:36:53
41614         Log: Run dmake regen_config_h for Win32
41615      Branch: perlio
41616            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41617 ____________________________________________________________________________
41618 [  8433] By: nick                                  on 2001/01/13  11:31:55
41619         Log: VMS friendly patch to Encode compile process
41620      Branch: perlio
41621            ! ext/Encode/Makefile.PL ext/Encode/compile
41622 ____________________________________________________________________________
41623 [  8432] By: nick                                  on 2001/01/13  11:06:44
41624         Log: Integrate mainline
41625      Branch: perlio
41626           +> ext/B/B/Concise.pm
41627           !> (integrate 52 files)
41628 ____________________________________________________________________________
41629 [  8431] By: jhi                                   on 2001/01/13  05:55:55
41630         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
41631              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41632              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
41633              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
41634      Branch: perl
41635            ! ext/B/B/Concise.pm
41636 ____________________________________________________________________________
41637 [  8430] By: jhi                                   on 2001/01/13  04:24:18
41638         Log: The LVRET macro needed an aTHX.
41639      Branch: perl
41640            ! pp.h
41641 ____________________________________________________________________________
41642 [  8429] By: jhi                                   on 2001/01/13  02:12:42
41643         Log: Update Changes.
41644      Branch: perl
41645            ! Changes patchlevel.h
41646 ____________________________________________________________________________
41647 [  8428] By: jhi                                   on 2001/01/13  02:08:50
41648         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
41649              From: Peter Prymmer <pvhp@forte.com>
41650              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
41651              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
41652              
41653              Add a BEGIN guard for sloppy floating point division.
41654      Branch: perl
41655            ! lib/Math/BigInt.pm lib/bigint.pl
41656 ____________________________________________________________________________
41657 [  8427] By: jhi                                   on 2001/01/13  01:47:16
41658         Log: The B::Terse drop-in replacement wasn't quite drop-in.
41659      Branch: perl
41660            ! ext/B/B/Terse.pm
41661 ____________________________________________________________________________
41662 [  8426] By: jhi                                   on 2001/01/12  21:20:43
41663         Log: Use UVXf.
41664      Branch: perl
41665            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41666            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
41667            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
41668            ! vos/config.ga.def vos/config.ga.h win32/config.bc
41669            ! win32/config.gc win32/config.vc
41670 ____________________________________________________________________________
41671 [  8425] By: jhi                                   on 2001/01/12  20:20:14
41672         Log: Subject: [PATCH perl@8342] -Wformat
41673              From: Robin Barker <rmb1@cise.npl.co.uk>
41674              Date: Fri, 12 Jan 2001 20:03:14 GMT
41675              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
41676      Branch: perl
41677            ! ext/Encode/Encode.xs mg.c sv.c toke.c
41678 ____________________________________________________________________________
41679 [  8424] By: jhi                                   on 2001/01/12  20:01:48
41680         Log: Subject: B::Concise -- an improved replacement for B::Terse 
41681              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41682              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
41683              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
41684      Branch: perl
41685            + ext/B/B/Concise.pm
41686            ! MANIFEST ext/B/B/Terse.pm
41687 ____________________________________________________________________________
41688 [  8423] By: jhi                                   on 2001/01/12  19:24:02
41689         Log: The new metaconfig unit from the #8421.
41690      Branch: metaconfig/U/perl
41691            + d_sigprocmask.U
41692 ____________________________________________________________________________
41693 [  8422] By: jhi                                   on 2001/01/12  19:23:43
41694         Log: Forgot the microperl config from the #8421.
41695      Branch: perl
41696            ! uconfig.h uconfig.sh
41697 ____________________________________________________________________________
41698 [  8421] By: jhi                                   on 2001/01/12  19:05:27
41699         Log: Add sigprocmask() probe, regen Configure, regen toc.
41700      Branch: perl
41701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41702            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
41703            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41704            ! vos/config.ga.h win32/config.bc win32/config.gc
41705            ! win32/config.vc
41706 ____________________________________________________________________________
41707 [  8420] By: jhi                                   on 2001/01/12  18:34:31
41708         Log: Add sockatmark() to the todo list.
41709      Branch: perl
41710            ! Todo-5.6
41711 ____________________________________________________________________________
41712 [  8419] By: jhi                                   on 2001/01/12  18:09:46
41713         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
41714      Branch: perl
41715            ! op.c
41716 ____________________________________________________________________________
41717 [  8418] By: jhi                                   on 2001/01/12  18:05:30
41718         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
41719              From: Radu Greab <radu@netsoft.ro>
41720              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
41721              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
41722      Branch: perl
41723            ! op.c t/pragma/sub_lval.t
41724 ____________________________________________________________________________
41725 [  8417] By: jhi                                   on 2001/01/12  16:09:09
41726         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
41727              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
41728              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
41729              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
41730      Branch: perl
41731            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
41732            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
41733            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
41734            ! t/pragma/sub_lval.t toke.c
41735 ____________________________________________________________________________
41736 [  8416] By: jhi                                   on 2001/01/12  15:42:06
41737         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
41738              From: "Richard Soderberg" <rs@crystalflame.net>
41739              Date: Fri, 12 Jan 2001 04:49:35 -0800
41740              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
41741              
41742              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
41743              according to the platform.
41744      Branch: perl
41745            ! op.c
41746 ____________________________________________________________________________
41747 [  8415] By: jhi                                   on 2001/01/12  15:33:41
41748         Log: One more UTF-8 fix from Inaba Hiroto.
41749      Branch: perl
41750            ! pp.c regexec.c t/pragma/utf8.t
41751 ____________________________________________________________________________
41752 [  8414] By: jhi                                   on 2001/01/12  15:30:18
41753         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
41754      Branch: perl
41755            ! regexec.c
41756 ____________________________________________________________________________
41757 [  8413] By: jhi                                   on 2001/01/12  15:22:10
41758         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
41759              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41760              Date: Thu, 11 Jan 2001 12:53:36 +0100
41761              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
41762      Branch: perl
41763            ! toke.c
41764 ____________________________________________________________________________
41765 [  8412] By: jhi                                   on 2001/01/12  15:20:25
41766         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
41767              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41768              Date: Fri, 12 Jan 2001 14:37:55 +0100
41769              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
41770      Branch: perl
41771            ! hints/posix-bc.sh
41772 ____________________________________________________________________________
41773 [  8411] By: jhi                                   on 2001/01/12  15:14:14
41774         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
41775              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41776              Date: Fri, 12 Jan 2001 10:42:21 +0100
41777              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
41778      Branch: perl
41779            ! t/op/regmesg.t
41780 ____________________________________________________________________________
41781 [  8410] By: jhi                                   on 2001/01/12  05:48:55
41782         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
41783              From: Nicholas Clark <nick@ccl4.org> 
41784              Date: Sun, 7 Jan 2001 19:47:14 +0000
41785              Message-ID: <20010107194714.B1048@plum.flirble.org>
41786      Branch: perl
41787            ! t/op/numconvert.t
41788 ____________________________________________________________________________
41789 [  8409] By: jhi                                   on 2001/01/12  05:41:28
41790         Log: Integrate perlio.
41791      Branch: perl
41792           !> mg.c scope.h
41793 ____________________________________________________________________________
41794 [  8408] By: nick                                  on 2001/01/11  22:43:28
41795         Log: Remove variables that were used in experiments.
41796      Branch: perlio
41797            ! mg.c
41798 ____________________________________________________________________________
41799 [  8407] By: nick                                  on 2001/01/11  20:57:44
41800         Log: Catch die in %SIG handler and unblock the signal before re-dying.
41801              This make Linux work _without_ sigsetjmp().
41802              Turn off sigsetjmp() to see what else it does.
41803              May need Configure probe for sigprocmask() if anything has sigaction()
41804              but not sigprocmask().
41805      Branch: perlio
41806            ! mg.c scope.h
41807 ____________________________________________________________________________
41808 [  8406] By: nick                                  on 2001/01/11  19:32:07
41809         Log: Integrate mainline
41810      Branch: perlio
41811           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
41812           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
41813           !> t/op/substr.t
41814 ____________________________________________________________________________
41815 [  8405] By: jhi                                   on 2001/01/11  17:11:01
41816         Log: Fix UTF-8 lval substr().
41817      Branch: perl
41818            ! mg.c t/op/substr.t
41819 ____________________________________________________________________________
41820 [  8404] By: jhi                                   on 2001/01/11  05:13:58
41821         Log: Update Changes.
41822      Branch: perl
41823            ! Changes patchlevel.h
41824 ____________________________________________________________________________
41825 [  8403] By: jhi                                   on 2001/01/11  04:38:24
41826         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
41827              From: Hugo <hv@crypt.compulink.co.uk>
41828              Date: Mon, 30 Oct 2000 01:33:26 +0000
41829              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
41830      Branch: perl
41831            ! regexec.c t/op/re_tests
41832 ____________________________________________________________________________
41833 [  8402] By: jhi                                   on 2001/01/11  04:26:12
41834         Log: Integrate perlio.
41835      Branch: perl
41836           !> scope.h util.c
41837 ____________________________________________________________________________
41838 [  8401] By: nick                                  on 2001/01/10  22:52:55
41839         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
41840              (So Alan and Ilya can try setting via hints.)
41841              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
41842              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
41843              doing the save everywhere seems to restart read() correctly, but just
41844              doing it once "round" the handler does not.
41845      Branch: perlio
41846            ! scope.h
41847 ____________________________________________________________________________
41848 [  8400] By: jhi                                   on 2001/01/10  21:57:54
41849         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
41850              of IRIX, HP-UX is unaffected.
41851      Branch: perl
41852            ! perl.h
41853 ____________________________________________________________________________
41854 [  8399] By: nick                                  on 2001/01/10  21:29:19
41855         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
41856      Branch: perlio
41857            ! util.c
41858 ____________________________________________________________________________
41859 [  8398] By: jhi                                   on 2001/01/10  20:55:31
41860         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
41861              also have ReusePort.
41862      Branch: perl
41863            ! ext/IO/lib/IO/Socket/INET.pm
41864 ____________________________________________________________________________
41865 [  8397] By: jhi                                   on 2001/01/10  20:50:57
41866         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
41867              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
41868              Date: Wed, 10 Jan 2001 01:38:13 -0800
41869              Message-ID: <20010110013813.B41744@yahoo-inc.com>
41870      Branch: perl
41871            ! ext/IO/lib/IO/Socket/INET.pm
41872 ____________________________________________________________________________
41873 [  8396] By: jhi                                   on 2001/01/10  20:49:30
41874         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
41875              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
41876              Date: Wed, 10 Jan 2001 01:37:32 -0800
41877              Message-ID: <20010110013732.A41744@yahoo-inc.com>
41878      Branch: perl
41879            ! ext/Socket/Socket.pm
41880 ____________________________________________________________________________
41881 [  8395] By: jhi                                   on 2001/01/10  20:41:37
41882         Log: Test for bug id 20010105.016 (fixed by #8378).
41883      Branch: perl
41884            ! t/op/split.t
41885 ____________________________________________________________________________
41886 [  8394] By: jhi                                   on 2001/01/10  20:26:32
41887         Log: Integrate perlio.
41888      Branch: perl
41889            ! util.c
41890 ____________________________________________________________________________
41891 [  8393] By: nick                                  on 2001/01/10  19:34:30
41892         Log: Back out Simon's pid hackery for now.
41893      Branch: perlio
41894            ! util.c
41895 ____________________________________________________________________________
41896 [  8392] By: nick                                  on 2001/01/10  19:23:13
41897         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
41898      Branch: perlio
41899           !> (integrate 29 files)
41900 ____________________________________________________________________________
41901 [  8391] By: jhi                                   on 2001/01/10  18:43:15
41902         Log: Subject: [PATCH] Fix my_pclose segfault
41903              From: Simon Cozens <simon@cozens.net>
41904              Date: Wed, 10 Jan 2001 18:39:35 +0000
41905              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
41906      Branch: perl
41907            ! util.c
41908 ____________________________________________________________________________
41909 [  8390] By: jhi                                   on 2001/01/10  18:42:08
41910         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
41911              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41912              Date:     Wed, 10 Jan 2001 13:23:02 EST
41913              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
41914      Branch: perl
41915            ! ext/Opcode/Opcode.xs
41916 ____________________________________________________________________________
41917 [  8389] By: jhi                                   on 2001/01/10  15:16:07
41918         Log: Turn off the integer preservation for now.
41919      Branch: perl
41920            ! perl.h
41921 ____________________________________________________________________________
41922 [  8388] By: jhi                                   on 2001/01/10  15:01:25
41923         Log: Few more IDE/editor nits from p5p.
41924      Branch: perl
41925            ! pod/perlfaq3.pod
41926 ____________________________________________________________________________
41927 [  8387] By: jhi                                   on 2001/01/10  06:53:16
41928         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
41929              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
41930              Date: Tue, 9 Jan 2001 23:16:02 +0000
41931              Message-ID: <20010109231602.A81101@plum.flirble.org>
41932      Branch: perl
41933            ! sv.c
41934 ____________________________________________________________________________
41935 [  8386] By: jhi                                   on 2001/01/10  03:17:54
41936         Log: Test cases for #8385 (from Simon's "torture.pl")
41937      Branch: perl
41938            ! t/op/tr.t
41939 ____________________________________________________________________________
41940 [  8385] By: jhi                                   on 2001/01/10  03:17:11
41941         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
41942              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
41943              Date: Wed, 10 Jan 2001 11:39:39 +0900
41944              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
41945              
41946              Some more UTF-8 tr cases fixed.
41947      Branch: perl
41948            ! doop.c
41949 ____________________________________________________________________________
41950 [  8384] By: jhi                                   on 2001/01/09  22:45:40
41951         Log: Allow the locale test needing POSIX and the taint test
41952              needing IPC::SysV to run under 'minitest' (basically,
41953              bail out if loading the extension fails)
41954      Branch: perl
41955            ! t/op/misc.t t/op/taint.t
41956 ____________________________________________________________________________
41957 [  8383] By: jhi                                   on 2001/01/09  21:36:04
41958         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
41959              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41960              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
41961              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
41962      Branch: perl
41963            ! t/io/openpid.t
41964 ____________________________________________________________________________
41965 [  8382] By: jhi                                   on 2001/01/09  21:06:08
41966         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
41967              Should finish up the bug id 20001205.022.
41968      Branch: perl
41969            ! pp.c pp_hot.c scope.c
41970 ____________________________________________________________________________
41971 [  8381] By: jhi                                   on 2001/01/09  18:27:43
41972         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
41973              From: Andy Dougherty <doughera@lafayette.edu>
41974              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
41975              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
41976              
41977              More robust yacc/bison error detection.
41978      Branch: perl
41979            ! t/comp/proto.t
41980 ____________________________________________________________________________
41981 [  8380] By: jhi                                   on 2001/01/09  15:21:38
41982         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
41983              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41984              Date:     Tue, 9 Jan 2001 07:53:55 EST
41985              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
41986      Branch: perl
41987            ! t/op/misc.t vms/test.com
41988 ____________________________________________________________________________
41989 [  8379] By: jhi                                   on 2001/01/09  15:20:38
41990         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
41991              From: jhi@cc.hut.fi
41992              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
41993              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
41994              
41995              The #8378 fixed this.
41996      Branch: perl
41997            ! t/op/tr.t
41998 ____________________________________________________________________________
41999 [  8378] By: jhi                                   on 2001/01/09  15:05:32
42000         Log: Subject: One more patch for UTF8 
42001              From: Inaba Hiroto <inaba@st.rim.or.jp>
42002              Date: Tue, 09 Jan 2001 01:04:32 +0900
42003              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
42004              
42005              UTF-8 fixes for 'x' and tr///.
42006      Branch: perl
42007            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
42008            ! regcomp.c regexec.c toke.c utf8.c
42009 ____________________________________________________________________________
42010 [  8377] By: jhi                                   on 2001/01/09  14:32:17
42011         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
42012      Branch: perl
42013            ! t/op/length.t
42014 ____________________________________________________________________________
42015 [  8376] By: jhi                                   on 2001/01/09  04:32:32
42016         Log: integrate changes #7775, #8316, #8316 from mainline
42017      Branch: maint-5.6/perl
42018            ! hints/solaris_2.sh
42019 ____________________________________________________________________________
42020 [  8375] By: jhi                                   on 2001/01/09  04:26:43
42021         Log: Update Changes.
42022      Branch: perl
42023            ! Changes patchlevel.h
42024 ____________________________________________________________________________
42025 [  8374] By: jhi                                   on 2001/01/09  04:14:32
42026         Log: IDE/editor section tweaking.
42027      Branch: perl
42028            ! pod/perlfaq3.pod
42029 ____________________________________________________________________________
42030 [  8373] By: jhi                                   on 2001/01/09  02:38:26
42031         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
42032              From: Peter Prymmer <pvhp@forte.com>
42033              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
42034              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
42035              
42036              In preparation os OS/390 dynamic loading.
42037      Branch: perl
42038            ! README.os390 hints/os390.sh
42039 ____________________________________________________________________________
42040 [  8372] By: jhi                                   on 2001/01/09  00:24:30
42041         Log: Integrate with perlio.
42042      Branch: perl
42043           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
42044 ____________________________________________________________________________
42045 [  8371] By: nick                                  on 2001/01/08  23:54:33
42046         Log: Fix "scalars leaked" bugs caused by overload magic
42047              (Highlighted by Ilya's DESTROY optimization.)
42048      Branch: perlio
42049            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
42050 ____________________________________________________________________________
42051 [  8370] By: nick                                  on 2001/01/08  20:19:41
42052         Log: Integrate mainline
42053      Branch: perlio
42054           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
42055           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
42056           !> t/op/64bitint.t
42057 ____________________________________________________________________________
42058 [  8369] By: jhi                                   on 2001/01/08  17:30:52
42059         Log: save_delete() Safefree() doesn't (anymore?) work with shared
42060              strings, one test failure in op/misc and almost all of lib/b.
42061              (Outcomments #8369.)
42062      Branch: perl
42063            ! scope.c
42064 ____________________________________________________________________________
42065 [  8368] By: jhi                                   on 2001/01/08  14:47:10
42066         Log: (Outcommented by #8369.)
42067              
42068              Subject: Re: Perl BugID 20001205.022 ---- save_delete
42069              From: Simon Cozens <simon@cozens.net>
42070              Date: Sat, 6 Jan 2001 11:48:40 +0000
42071              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
42072              
42073              The save_delete() does need the Safefree.
42074      Branch: perl
42075            ! scope.c
42076 ____________________________________________________________________________
42077 [  8367] By: bailey                                on 2001/01/08  08:53:52
42078         Log: Once again syncing after too long an absence
42079      Branch: vmsperl
42080           +> (branch 55 files)
42081            - MAINTAIN fix_pl vos/config.def vos/config.h
42082            - vos/config_h.SH_orig
42083           !> (integrate 498 files)
42084 ____________________________________________________________________________
42085 [  8366] By: jhi                                   on 2001/01/08  02:42:59
42086         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
42087              From: nick@ccl4.org
42088              Date: Sun, 7 Jan 2001 21:07:18 +0000
42089              Message-Id: <20010107210717.D1048@plum.flirble.org>
42090      Branch: perl
42091            ! sv.c t/op/64bitint.t
42092 ____________________________________________________________________________
42093 [  8365] By: jhi                                   on 2001/01/08  02:35:16
42094         Log: Subject: [PATCH] environ nit
42095              From: Simon Cozens <simon@cozens.net>
42096              Date: Sun, 7 Jan 2001 17:57:07 +0000
42097              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
42098              
42099              Use environ only if we have it.
42100      Branch: perl
42101            ! mg.c
42102 ____________________________________________________________________________
42103 [  8364] By: jhi                                   on 2001/01/08  02:24:51
42104         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
42105      Branch: perl
42106            ! ext/GDBM_File/GDBM_File.xs
42107 ____________________________________________________________________________
42108 [  8363] By: jhi                                   on 2001/01/08  02:19:24
42109         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
42110              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42111              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
42112              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
42113      Branch: perl
42114            ! dump.c op.c
42115 ____________________________________________________________________________
42116 [  8362] By: jhi                                   on 2001/01/08  02:17:43
42117         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
42118              From: Doug MacEachern <dougm@covalent.net>
42119              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
42120              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
42121              
42122              Allow AUTOLOAD to be an xsub and allow such xsubs
42123              to avoid use of $AUTOLOAD.
42124      Branch: perl
42125            ! gv.c
42126 ____________________________________________________________________________
42127 [  8361] By: jhi                                   on 2001/01/08  02:16:07
42128         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
42129              From: Radu Greab <radu@netsoft.ro>
42130              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
42131              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
42132              
42133              No need for the potentially unportable $SIG{CHLD}.
42134      Branch: perl
42135            ! t/io/pipe.t
42136 ____________________________________________________________________________
42137 [  8360] By: jhi                                   on 2001/01/08  01:58:23
42138         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
42139      Branch: perl
42140            ! lib/Getopt/Long.pm
42141 ____________________________________________________________________________
42142 [  8359] By: jhi                                   on 2001/01/08  01:55:44
42143         Log: Integrate perlio.
42144      Branch: perl
42145           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
42146           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
42147           !> utf8.c win32/Makefile
42148 ____________________________________________________________________________
42149 [  8358] By: jhi                                   on 2001/01/07  21:16:50
42150         Log: Update the EPOC cross SDK URL.
42151      Branch: perl
42152            ! README.epoc
42153 ____________________________________________________________________________
42154 [  8357] By: jhi                                   on 2001/01/07  21:16:09
42155         Log: Update the EPOC cross SDK URL.
42156      Branch: maint-5.6/perl
42157            ! README.epoc
42158 ____________________________________________________________________________
42159 [  8356] By: nick                                  on 2001/01/06  21:47:52
42160         Log: FILE * in XS code for PerlIO world:
42161              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
42162              - Add FILE * T_STDIO typemap.
42163              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
42164      Branch: perlio
42165            ! lib/ExtUtils/typemap perlio.c perlio.h
42166 ____________________________________________________________________________
42167 [  8355] By: jhi                                   on 2001/01/06  20:27:15
42168         Log: integrate change #8336 from mainline
42169              
42170              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
42171      Branch: maint-5.6/perl
42172            ! hv.c
42173 ____________________________________________________________________________
42174 [  8354] By: jhi                                   on 2001/01/06  20:24:29
42175         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42176              From: Robin Barker <rmb1@cise.npl.co.uk>
42177              Date: Fri, 22 Dec 2000 12:17:38 GMT
42178              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
42179              
42180              The patch reformats some long =item lines so they give
42181              correct output via pod2man | nroff -man
42182              
42183              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42184              From: Robin Barker <rmb1@cise.npl.co.uk>
42185              Date: Tue, 2 Jan 2001 15:35:03 GMT
42186              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
42187              
42188              Here is a _further_ patch which corrects a few more errors:
42189              * an empty C<=item> in CPAN.pm
42190              * patching the wrong file (pod/perlamiga.pod not README.amiga)
42191              * leaving empty C<=item>s which formatted incorrectly
42192              * over long C<=item>s revealed by latest patch to Pod::Man
42193      Branch: maint-5.6/perl
42194            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
42195            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
42196            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
42197            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
42198            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
42199            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
42200 ____________________________________________________________________________
42201 [  8353] By: jhi                                   on 2001/01/06  20:21:10
42202         Log: integrate changes #7980, 8056, 8057 from mainline
42203              
42204              UTF-8 hash keys.
42205      Branch: maint-5.6/perl
42206            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
42207 ____________________________________________________________________________
42208 [  8352] By: jhi                                   on 2001/01/06  20:18:44
42209         Log: Forgotten from #8438.
42210      Branch: maint-5.6/perl
42211            ! epoc/epocish.h
42212 ____________________________________________________________________________
42213 [  8351] By: jhi                                   on 2001/01/06  20:18:12
42214         Log: Forgotten from #8347.
42215      Branch: maint-5.6/perl
42216            ! config_h.SH
42217 ____________________________________________________________________________
42218 [  8350] By: jhi                                   on 2001/01/06  20:00:19
42219         Log: Thinko in #8347.
42220      Branch: maint-5.6/perl
42221            ! regcomp.c
42222 ____________________________________________________________________________
42223 [  8349] By: jhi                                   on 2001/01/06  18:05:30
42224         Log: Copy the FAQ3 IDE section from the development branch,
42225              changes originally by Peter Prymmer.
42226      Branch: maint-5.6/perl
42227            ! pod/perlfaq3.pod
42228 ____________________________________________________________________________
42229 [  8348] By: jhi                                   on 2001/01/06  18:03:02
42230         Log: EPOC updates for TRIAL1.
42231              
42232              Subject: [5.6.1 trial1] EPOC update
42233              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42234              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
42235              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
42236              
42237              Subject: epoc patch2 for perl-5.6.1-trial1
42238              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42239              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
42240              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
42241      Branch: maint-5.6/perl
42242            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
42243            ! epoc/epocish.c
42244 ____________________________________________________________________________
42245 [  8347] By: jhi                                   on 2001/01/06  17:29:10
42246         Log: integrate changes #7710,7824,7973 from mainline,
42247              plus VMS nits from Peter Prymmer and Dan Sugalski.
42248              
42249              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
42250              library (getprotobyname and getprotobynumber are outversioned by
42251              the same calls in libc, at least for xlc version 3.
42252              
42253              Add HAS_SBRK_PROTO.
42254              
42255              Fixes for signedness warnings noticed by VMSperlers.
42256      Branch: maint-5.6/perl
42257            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42258            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
42259            ! sv.c vms/descrip_mms.template vos/config.alpha.def
42260            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42261            ! win32/config.bc win32/config.gc win32/config.vc
42262 ____________________________________________________________________________
42263 [  8346] By: nick                                  on 2001/01/06  14:36:01
42264         Log: Fixup accumulated integrate muddles (perlio == devperl again)
42265      Branch: perlio
42266            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
42267 ____________________________________________________________________________
42268 [  8345] By: nick                                  on 2001/01/06  14:24:58
42269         Log: Integrate mainline
42270      Branch: perlio
42271           !> (integrate 55 files)
42272 ____________________________________________________________________________
42273 [  8344] By: jhi                                   on 2001/01/06  02:24:02
42274         Log: Subject: [patch] PerlIO_cleanup() prototype
42275              From: Doug MacEachern <dougm@covalent.net>
42276              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
42277              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
42278      Branch: perl
42279            ! perlio.h
42280 ____________________________________________________________________________
42281 [  8343] By: jhi                                   on 2001/01/06  01:04:09
42282         Log: IRIX compiler noticed that the bof initialization might be
42283              bypassed by control flow.
42284      Branch: perl
42285            ! toke.c
42286 ____________________________________________________________________________
42287 [  8342] By: jhi                                   on 2001/01/06  00:10:48
42288         Log: Update Changes.
42289      Branch: perl
42290            ! Changes patchlevel.h
42291 ____________________________________________________________________________
42292 [  8341] By: jhi                                   on 2001/01/05  23:52:33
42293         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
42294      Branch: perl
42295            ! toke.c
42296 ____________________________________________________________________________
42297 [  8340] By: jhi                                   on 2001/01/05  22:44:08
42298         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
42299              From: Radu Greab <radu@netsoft.ro>
42300              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
42301              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
42302      Branch: perl
42303            ! t/io/pipe.t util.c
42304 ____________________________________________________________________________
42305 [  8339] By: jhi                                   on 2001/01/05  22:35:17
42306         Log: Subject: [PATCH] format and rewording in perlfaq.pod
42307              From: Robin Barker <rmb1@cise.npl.co.uk>
42308              Date: Fri, 5 Jan 2001 18:51:20 GMT
42309              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
42310      Branch: perl
42311            ! pod/perlfaq.pod
42312 ____________________________________________________________________________
42313 [  8338] By: jhi                                   on 2001/01/05  22:31:17
42314         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
42315              From: Peter Prymmer <pvhp@forte.com>
42316              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
42317              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
42318      Branch: perl
42319            ! utils/perlbug.PL
42320 ____________________________________________________________________________
42321 [  8337] By: jhi                                   on 2001/01/05  18:15:11
42322         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
42323              From: Robin Barker <rmb1@cise.npl.co.uk>
42324              Date: Tue, 2 Jan 2001 15:24:07 GMT
42325              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
42326              
42327              If you call configure as C<./Configure> or C<sh ./Configure>,
42328              $src is set to the absolute path name, not '.'.
42329              
42330              This, in turn, means -Dmksymlink tries to do its stuff because
42331              it does not think it is in the src directory.
42332              
42333              (plus a metaconfig nitfix)
42334      Branch: metaconfig
42335            ! U/compline/ccflags.U U/modified/src.U
42336      Branch: perl
42337            ! Configure config_h.SH
42338 ____________________________________________________________________________
42339 [  8336] By: jhi                                   on 2001/01/05  17:48:32
42340         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
42341              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42342              Message-ID: <3A5606C4.473D2226@uk.sun.com>
42343              Date: Fri, 05 Jan 2001 17:39:16 +0000
42344      Branch: perl
42345            ! hv.c
42346 ____________________________________________________________________________
42347 [  8335] By: jhi                                   on 2001/01/05  16:05:44
42348         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
42349      Branch: perl
42350            ! lib/Getopt/Long.pm
42351 ____________________________________________________________________________
42352 [  8334] By: jhi                                   on 2001/01/05  16:00:51
42353         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
42354              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
42355              Date: Fri, 05 Jan 2001 13:46:51 +0100
42356              Message-ID: <13693.978698811@nice.ram.loc>
42357              
42358              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
42359              accurate reading of the "atime".  
42360      Branch: perl
42361            ! t/io/fs.t
42362 ____________________________________________________________________________
42363 [  8333] By: jhi                                   on 2001/01/05  15:57:37
42364         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
42365              From: Simon Cozens <simon@cozens.net>
42366              Date: Fri, 8 Dec 2000 13:33:31 +0000
42367              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
42368              
42369              A lost patch fragment.
42370      Branch: perl
42371            ! doop.c
42372 ____________________________________________________________________________
42373 [  8332] By: jhi                                   on 2001/01/05  15:40:42
42374         Log: Do away with strncpy() and a fixed length buffer.
42375      Branch: perl
42376            ! utf8.c
42377 ____________________________________________________________________________
42378 [  8331] By: jhi                                   on 2001/01/05  15:03:07
42379         Log: Tests for #8329 and #8330.
42380      Branch: perl
42381            ! t/op/bop.t
42382 ____________________________________________________________________________
42383 [  8330] By: jhi                                   on 2001/01/05  15:02:38
42384         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
42385              raw 8-bit form to the UTF-8 string.
42386      Branch: perl
42387            ! toke.c
42388 ____________________________________________________________________________
42389 [  8329] By: jhi                                   on 2001/01/05  14:55:13
42390         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
42391              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42392              Date: Fri, 5 Jan 2001 12:28:52 +0100
42393              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
42394              
42395              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
42396              no effect.  (changed the strncpy() to Copy())
42397      Branch: perl
42398            ! toke.c
42399 ____________________________________________________________________________
42400 [  8328] By: jhi                                   on 2001/01/05  06:44:27
42401         Log: UTF-8 cleanup.
42402      Branch: perl
42403            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
42404            ! regexec.c sv.c toke.c
42405 ____________________________________________________________________________
42406 [  8327] By: jhi                                   on 2001/01/05  01:11:29
42407         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')
42408              From: Radu Greab <radu@netsoft.ro>
42409              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
42410              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
42411              
42412              Cleans up Harness to not use FileHandle, which uses IO.
42413      Branch: perl
42414            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
42415 ____________________________________________________________________________
42416 [  8326] By: jhi                                   on 2001/01/05  00:56:37
42417         Log: Update Changes.
42418      Branch: perl
42419            ! Changes patchlevel.h
42420 ____________________________________________________________________________
42421 [  8325] By: jhi                                   on 2001/01/05  00:53:18
42422         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
42423              From: Peter Prymmer <pvhp@forte.com>
42424              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
42425              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
42426              
42427              plus a couple more tailing whitespace removals.
42428      Branch: perl
42429            ! win32/Makefile
42430 ____________________________________________________________________________
42431 [  8324] By: jhi                                   on 2001/01/05  00:47:39
42432         Log: Add some Unicode chop() tests.
42433      Branch: perl
42434            ! t/op/chop.t
42435 ____________________________________________________________________________
42436 [  8323] By: jhi                                   on 2001/01/05  00:47:23
42437         Log: Unify UTF-8 malformedness handling.
42438      Branch: perl
42439            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
42440 ____________________________________________________________________________
42441 [  8322] By: jhi                                   on 2001/01/04  22:21:54
42442         Log: The new $issymlink was unknown to Mksymlinks.
42443      Branch: metaconfig/U/perl
42444            ! Mksymlinks.U issymlink.U
42445      Branch: perl
42446            ! Configure config_h.SH
42447 ____________________________________________________________________________
42448 [  8321] By: jhi                                   on 2001/01/04  21:51:05
42449         Log: The test didn't work under the core test framework.
42450      Branch: perl
42451            ! t/lib/st-lock.t
42452 ____________________________________________________________________________
42453 [  8320] By: jhi                                   on 2001/01/04  21:14:22
42454         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
42455      Branch: perl
42456            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
42457 ____________________________________________________________________________
42458 [  8319] By: jhi                                   on 2001/01/04  20:46:17
42459         Log: Typo in #8312 when manually appying a problematic patch fragment.
42460      Branch: perl
42461            ! ext/Storable/Storable.xs
42462 ____________________________________________________________________________
42463 [  8318] By: jhi                                   on 2001/01/04  20:43:01
42464         Log: The $sh_c didn't fly.
42465      Branch: metaconfig
42466            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
42467            ! U/modified/Loc.U U/modified/myhostname.U
42468            ! U/modified/spitshell.U
42469      Branch: metaconfig/U/perl
42470            ! issymlink.U
42471      Branch: perl
42472            ! Configure config_h.SH
42473 ____________________________________________________________________________
42474 [  8317] By: jhi                                   on 2001/01/04  19:58:01
42475         Log: AIX builtin test -h is broken, changes based on
42476              
42477              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
42478              Date: Tue, 02 Jan 2001 11:24:39 +0100
42479              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42480              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
42481      Branch: metaconfig
42482            + U/modified/spitshell.U
42483            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
42484            ! U/modified/Loc.U U/modified/myhostname.U
42485      Branch: metaconfig/U/perl
42486            ! Mksymlinks.U issymlink.U
42487      Branch: perl
42488            ! Configure
42489 ____________________________________________________________________________
42490 [  8316] By: jhi                                   on 2001/01/04  19:02:22
42491         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
42492              From: Andy Dougherty <doughera@lafayette.edu>
42493              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
42494              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
42495              
42496              Beware of GNU ld.
42497      Branch: perl
42498            ! hints/solaris_2.sh
42499 ____________________________________________________________________________
42500 [  8315] By: jhi                                   on 2001/01/04  18:56:48
42501         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
42502              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
42503              Date: Wed, 3 Jan 2001 07:58:51 +0100
42504              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
42505      Branch: perl
42506            ! hints/solaris_2.sh
42507 ____________________________________________________________________________
42508 [  8314] By: jhi                                   on 2001/01/04  18:54:07
42509         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
42510              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42511              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
42512              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
42513              
42514              Doc tweak on #8313.
42515      Branch: perl
42516            ! ext/B/B/Deparse.pm
42517 ____________________________________________________________________________
42518 [  8313] By: jhi                                   on 2001/01/04  18:52:27
42519         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
42520              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
42521              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42522              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
42523              
42524              Make the peephole optimizer to bypass more null ops and
42525              and rewrite the deparse handling of continue blocks.
42526      Branch: perl
42527            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
42528 ____________________________________________________________________________
42529 [  8312] By: jhi                                   on 2001/01/04  18:47:39
42530         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
42531      Branch: perl
42532            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
42533            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
42534            ! t/lib/st-lock.t
42535 ____________________________________________________________________________
42536 [  8311] By: jhi                                   on 2001/01/04  18:36:08
42537         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
42538              filter to be run on each .pm during the pm_to_blib() phase,
42539              a fixed version of
42540              
42541              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
42542              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
42543              Date: Wed, 03 Jan 2001 22:01:30 +0100
42544              Message-ID: <5296.978555690@nice.ram.loc>
42545      Branch: perl
42546            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
42547            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
42548            ! lib/ExtUtils/MakeMaker.pm
42549 ____________________________________________________________________________
42550 [  8310] By: jhi                                   on 2001/01/04  18:32:54
42551         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42552              From: Robin Barker <rmb1@cise.npl.co.uk>
42553              Date: Tue, 2 Jan 2001 15:35:03 GMT
42554              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
42555      Branch: perl
42556            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
42557            ! pod/perlrequick.pod
42558 ____________________________________________________________________________
42559 [  8309] By: jhi                                   on 2001/01/04  18:29:07
42560         Log: Subject: Re: [patch] static-ize XS()
42561              From: Doug MacEachern <dougm@covalent.net>
42562              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
42563              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
42564              
42565              Provide prototypes for the XS functions.
42566      Branch: perl
42567            ! lib/ExtUtils/xsubpp
42568 ____________________________________________________________________________
42569 [  8308] By: jhi                                   on 2001/01/04  18:27:44
42570         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
42571              From: Doug MacEachern <dougm@covalent.net>
42572              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
42573              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
42574      Branch: perl
42575            ! lib/ExtUtils/typemap
42576 ____________________________________________________________________________
42577 [  8307] By: jhi                                   on 2001/01/04  18:25:25
42578         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
42579              From: Doug MacEachern <dougm@covalent.net>
42580              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
42581              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
42582              
42583              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
42584      Branch: perl
42585            ! lib/ExtUtils/MM_Unix.pm
42586 ____________________________________________________________________________
42587 [  8306] By: jhi                                   on 2001/01/04  18:23:00
42588         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
42589              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42590              Date: Thu, 4 Jan 2001 12:47:10 +0100 
42591              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
42592              
42593              The toke.c part only, patching embed.h and proto.h is futile.
42594      Branch: perl
42595            ! toke.c
42596 ____________________________________________________________________________
42597 [  8305] By: jhi                                   on 2001/01/04  18:05:51
42598         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
42599              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42600              Date: Thu, 4 Jan 2001 17:50:12 +0100 
42601              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
42602      Branch: perl
42603            ! toke.c
42604 ____________________________________________________________________________
42605 [  8304] By: jhi                                   on 2001/01/04  18:03:26
42606         Log: Subject: [PATCH perl@8269]
42607              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42608              Date: Thu, 4 Jan 2001 12:53:39 +0100 
42609              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
42610              
42611              If running byacc write-enable also perly.h.
42612      Branch: perl
42613            ! Makefile.SH
42614 ____________________________________________________________________________
42615 [  8303] By: jhi                                   on 2001/01/04  15:40:49
42616         Log: Rewrite pp_concat() in terms of sv_catsv().
42617      Branch: perl
42618            ! pp_hot.c
42619 ____________________________________________________________________________
42620 [  8302] By: nick                                  on 2001/01/03  22:43:22
42621         Log: Integrate mainline.
42622      Branch: perlio
42623           !> ext/Encode/Encode.xs sv.c utf8.c
42624 ____________________________________________________________________________
42625 [  8301] By: jhi                                   on 2001/01/02  23:40:26
42626         Log: Variable naming tweak.
42627      Branch: perl
42628            ! sv.c
42629 ____________________________________________________________________________
42630 [  8300] By: jhi                                   on 2001/01/02  23:40:02
42631         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
42632              in is_utf8_string().
42633      Branch: perl
42634            ! utf8.c
42635 ____________________________________________________________________________
42636 [  8299] By: jhi                                   on 2001/01/02  22:14:40
42637         Log: Integrate perlio.
42638      Branch: perl
42639           !> pp.c pp_hot.c win32/Makefile
42640 ____________________________________________________________________________
42641 [  8298] By: nick                                  on 2001/01/02  22:03:06
42642         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
42643      Branch: perlio
42644            ! pp.c pp_hot.c
42645 ____________________________________________________________________________
42646 [  8297] By: jhi                                   on 2001/01/02  04:26:28
42647         Log: Signedness nit.
42648      Branch: perl
42649            ! ext/Encode/Encode.xs
42650 ____________________________________________________________________________
42651 [  8296] By: nick                                  on 2001/01/01  23:49:36
42652         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
42653      Branch: perlio
42654            ! win32/Makefile
42655 ____________________________________________________________________________
42656 [  8295] By: jhi                                   on 2001/01/01  23:05:48
42657         Log: Integrate perlio.
42658      Branch: perl
42659           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
42660           !> t/lib/encode.t
42661 ____________________________________________________________________________
42662 [  8294] By: nick                                  on 2001/01/01  22:48:34
42663         Log: Integrate mainline
42664      Branch: perlio
42665            ! pp_hot.c t/lib/encode.t
42666           !> (integrate 65 files)
42667 ____________________________________________________________________________
42668 [  8293] By: nick                                  on 2001/01/01  21:58:50
42669         Log: More rigor in UTF-8-ness of Encode's toUnicode
42670              XS export some of the utf8 internal functions.
42671              Test some of the functions.
42672              Fix pp_concat() bug shown by said tests.
42673      Branch: perlio
42674            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
42675            ! t/lib/encode.t
42676 ____________________________________________________________________________
42677 [  8292] By: jhi                                   on 2001/01/01  18:11:44
42678         Log: Integrate perlio.
42679      Branch: perl
42680           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
42681           !> ext/Encode/encengine.c ext/Encode/encode.h
42682 ____________________________________________________________________________
42683 [  8291] By: jhi                                   on 2001/01/01  18:10:58
42684         Log: Podify README.mpeix (a new version from the web),
42685              add a dummy NAME to Carp::Heavy, regen toc.
42686      Branch: perl
42687            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
42688            ! pod/perltoc.pod
42689 ____________________________________________________________________________
42690 [  8290] By: nick                                  on 2001/01/01  17:43:47
42691         Log: Loose the "Loading..." warning.
42692              Another bug in fallback support
42693      Branch: perlio
42694            ! ext/Encode/Encode.pm ext/Encode/encengine.c
42695 ____________________________________________________________________________
42696 [  8289] By: jhi                                   on 2001/01/01  00:01:57
42697         Log: Bump up Larry's copyright.
42698      Branch: perl
42699            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
42700            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
42701            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
42702            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
42703            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
42704            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
42705            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
42706            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
42707 ____________________________________________________________________________
42708 [  8288] By: nick                                  on 2000/12/31  21:27:53
42709         Log: Fix .ucm reading - forgot a chr()
42710              Start of .ucm write (for .enc to .ucm)
42711      Branch: perlio
42712            ! ext/Encode/compile
42713 ____________________________________________________________________________
42714 [  8287] By: jhi                                   on 2000/12/31  18:15:56
42715         Log: Comment away a diagnostic message as noted by Craig A. Berry
42716              (the unexpected message was confusing testing)
42717      Branch: perl
42718            ! ext/Encode/Encode.pm
42719 ____________________________________________________________________________
42720 [  8286] By: jhi                                   on 2000/12/31  18:14:51
42721         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
42722              Date: Sun, 31 Dec 2000 11:17:37 -0600
42723              From: "Craig A. Berry" <craigberry@mac.com>
42724              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
42725      Branch: perl
42726            ! ext/Encode/Makefile.PL
42727 ____________________________________________________________________________
42728 [  8285] By: nick                                  on 2000/12/31  18:11:54
42729         Log: Start of support of ICU-style .ucm files:
42730              - teach compile how to read a .ucm file
42731              - first guess at how to represent fallbacks in "tries".
42732              - use fallbacks if check == 0
42733              - new return code to indicate we used one.
42734      Branch: perlio
42735            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
42736            ! ext/Encode/encengine.c ext/Encode/encode.h
42737 ____________________________________________________________________________
42738 [  8284] By: jhi                                   on 2000/12/31  18:04:41
42739         Log: Pacify picky VMS compiler.
42740              
42741              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
42742              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42743              Date: Sat, 30 Dec 2000 18:10:02 -0600
42744              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
42745      Branch: perl
42746            ! sv.c
42747 ____________________________________________________________________________
42748 [  8283] By: jhi                                   on 2000/12/31  16:11:47
42749         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
42750      Branch: perl
42751            ! t/lib/glob-basic.t
42752 ____________________________________________________________________________
42753 [  8282] By: jhi                                   on 2000/12/31  15:26:11
42754         Log: Integrate perlio.
42755      Branch: perl
42756           !> makedef.pl opcode.pl os2/os2.c perlio.c
42757 ____________________________________________________________________________
42758 [  8281] By: nick                                  on 2000/12/31  10:06:15
42759         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
42760              is available to be exported
42761      Branch: perlio
42762            ! makedef.pl perlio.c
42763 ____________________________________________________________________________
42764 [  8280] By: nick                                  on 2000/12/31  09:41:26
42765         Log: Ilya's OS2 patch (testing for damage on Win32)
42766      Branch: perlio
42767            ! makedef.pl opcode.pl os2/os2.c
42768 ____________________________________________________________________________
42769 [  8279] By: jhi                                   on 2000/12/30  21:52:07
42770         Log: Test nits.
42771      Branch: perl
42772            ! t/lib/syslfs.t t/op/lfs.t
42773 ____________________________________________________________________________
42774 [  8278] By: jhi                                   on 2000/12/30  21:47:49
42775         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
42776              From: andreas.koenig@anima.de (Andreas J. Koenig)
42777              Date: 30 Dec 2000 22:35:37 +0100
42778              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
42779              
42780              The 32-bit wraparound test wasn't quite right.
42781      Branch: perl
42782            ! t/lib/syslfs.t t/op/lfs.t
42783 ____________________________________________________________________________
42784 [  8277] By: jhi                                   on 2000/12/30  21:33:44
42785         Log: Subject: [PATCH] open() example in perlfunc.pod 
42786              From: Karsten Sperling <s_sperli@ira.uka.de>
42787              Date: Sat, 30 Dec 2000 22:27:09 +0100
42788              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
42789      Branch: perl
42790            ! pod/perlfunc.pod
42791 ____________________________________________________________________________
42792 [  8276] By: jhi                                   on 2000/12/30  20:32:40
42793         Log: Not quite that many tests yet.
42794      Branch: perl
42795            ! t/op/pat.t
42796 ____________________________________________________________________________
42797 [  8275] By: jhi                                   on 2000/12/30  20:26:58
42798         Log: Integrate perlio.
42799      Branch: perl
42800           !> toke.c
42801 ____________________________________________________________________________
42802 [  8274] By: jhi                                   on 2000/12/30  20:24:56
42803         Log: Signedness nit.
42804      Branch: perl
42805            ! utf8.c
42806 ____________________________________________________________________________
42807 [  8273] By: jhi                                   on 2000/12/30  20:15:46
42808         Log: Add a test case for 20000731.001 which was fixed by the #8267.
42809      Branch: perl
42810            ! t/op/pat.t
42811 ____________________________________________________________________________
42812 [  8272] By: nick                                  on 2000/12/30  19:47:51
42813         Log: Tweak for MULTIPLICITY/USE_PERLIO
42814      Branch: perlio
42815            ! toke.c
42816 ____________________________________________________________________________
42817 [  8271] By: nick                                  on 2000/12/30  19:46:45
42818         Log: Integrate mainline
42819      Branch: perlio
42820           +> lib/unicode/distinct.pm
42821           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
42822           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
42823           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
42824 ____________________________________________________________________________
42825 [  8270] By: jhi                                   on 2000/12/30  19:39:50
42826         Log: Subject: RE: perl@8269
42827              From: "Richard Soderberg" <rs@crystalflame.net>
42828              Date: Sat, 30 Dec 2000 11:36:27 -0800
42829              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
42830              
42831              A missing aTHX_.
42832      Branch: perl
42833            ! toke.c
42834 ____________________________________________________________________________
42835 [  8269] By: jhi                                   on 2000/12/30  18:55:48
42836         Log: Update Changes.
42837      Branch: perl
42838            ! Changes patchlevel.h
42839 ____________________________________________________________________________
42840 [  8268] By: jhi                                   on 2000/12/30  17:18:40
42841         Log: Add a test for Unicode split //.  The #8267 was the cure.
42842      Branch: perl
42843            ! t/op/split.t
42844 ____________________________________________________________________________
42845 [  8267] By: jhi                                   on 2000/12/30  17:14:19
42846         Log: Subject: more UTF8 test suites and an UTF8 patch
42847              From: Inaba Hiroto <inaba@st.rim.or.jp>
42848              Date: Sat, 30 Dec 2000 14:27:10 +0900
42849              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
42850              
42851              Just the patch part for now, and the pragma renamed
42852              as unicode::distinct.
42853      Branch: perl
42854            + lib/unicode/distinct.pm
42855            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
42856            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
42857            ! regcomp.h regexec.c sv.c toke.c utf8.c
42858 ____________________________________________________________________________
42859 [  8266] By: nick                                  on 2000/12/30  16:40:49
42860         Log: Integrate mainline
42861      Branch: perlio
42862           +> lib/Pod/Text/Overstrike.pm
42863           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
42864           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
42865           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
42866           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
42867           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
42868 ____________________________________________________________________________
42869 [  8265] By: jhi                                   on 2000/12/30  07:28:55
42870         Log: The sv_catsv() fix, take two.
42871      Branch: perl
42872            ! sv.c t/op/join.t
42873 ____________________________________________________________________________
42874 [  8264] By: jhi                                   on 2000/12/30  06:19:18
42875         Log: Undo all the join-related changes since #8248: relevant
42876              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
42877              The new sv_catsv() doesn't fly so it must go back to
42878              the drawing board.
42879      Branch: perl
42880            ! sv.c t/op/join.t t/pragma/utf8.t
42881 ____________________________________________________________________________
42882 [  8263] By: jhi                                   on 2000/12/30  01:08:32
42883         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
42884      Branch: perl
42885            ! sv.c
42886 ____________________________________________________________________________
42887 [  8262] By: jhi                                   on 2000/12/30  00:45:14
42888         Log: Retract #8261.
42889      Branch: perl
42890            ! hv.c util.c
42891 ____________________________________________________________________________
42892 [  8261] By: jhi                                   on 2000/12/30  00:38:32
42893         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
42894      Branch: perl
42895            ! hv.c util.c
42896 ____________________________________________________________________________
42897 [  8260] By: jhi                                   on 2000/12/29  22:51:33
42898         Log: (Retracted by #8264)  More fixing for #8251.
42899      Branch: perl
42900            ! sv.c
42901 ____________________________________________________________________________
42902 [  8259] By: jhi                                   on 2000/12/29  18:27:30
42903         Log: Subject: podlators 1.06 released
42904              From: Russ Allbery <rra@stanford.edu>
42905              Date: 25 Dec 2000 05:09:30 -0800
42906              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
42907      Branch: perl
42908            + lib/Pod/Text/Overstrike.pm
42909            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
42910            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
42911 ____________________________________________________________________________
42912 [  8258] By: jhi                                   on 2000/12/29  18:20:45
42913         Log: Make the large file tests more robust/talkative as suggested by
42914              
42915              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
42916              From: andreas.koenig@anima.de (Andreas J. Koenig)
42917              Date: 29 Dec 2000 14:23:01 +0100
42918              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
42919      Branch: perl
42920            ! t/lib/syslfs.t t/op/lfs.t
42921 ____________________________________________________________________________
42922 [  8257] By: jhi                                   on 2000/12/29  17:48:04
42923         Log: Further VMS piping fixes from Charles Lane:
42924              
42925              In summary, error messages produced when a subprocess terminated
42926              abnormally were being sent not just to the parent process, but to
42927              grandparents, because of default values for error output that were
42928              not completely overridden when the subprocess was started.
42929              
42930              This patch fixes this behavior by defining user-mode (i.e., temporary
42931              for the duration of the program) logical names for SYS$OUTPUT and
42932              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
42933              changes to make it so that the user-mode logicals are the ones that
42934              control where Perl's error messages go if it terminates abnormally.
42935              
42936              I also added some gratuitous fixes to the indentation of braces in
42937              the piping code.  It just looked ugly, before.
42938      Branch: perl
42939            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
42940 ____________________________________________________________________________
42941 [  8256] By: jhi                                   on 2000/12/29  17:45:12
42942         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
42943              From: "Casey R. Tweten" <crt@kiski.net>
42944              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
42945              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
42946              
42947              Tests for for #8240.
42948      Branch: perl
42949            ! t/pragma/constant.t
42950 ____________________________________________________________________________
42951 [  8255] By: jhi                                   on 2000/12/29  17:43:07
42952         Log: Subject: Re: [PATCH] Interesting syntax idea
42953              From: Simon Cozens <simon@cozens.net>
42954              Date: Fri, 29 Dec 2000 14:34:04 +0000
42955              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
42956              
42957              Tests for #8254.
42958      Branch: perl
42959            ! t/pragma/sub_lval.t
42960 ____________________________________________________________________________
42961 [  8254] By: jhi                                   on 2000/12/29  17:42:11
42962         Log: Subject: [PATCH] Interesting syntax idea
42963              From: Simon Cozens <simon@cozens.net>
42964              Date: Wed, 27 Dec 2000 05:08:57 +0000
42965              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
42966              
42967              Make opens + bareword assigns do typeglob assigns.
42968      Branch: perl
42969            ! op.c
42970 ____________________________________________________________________________
42971 [  8253] By: jhi                                   on 2000/12/29  17:36:45
42972         Log: Output the (apparent) version of gcc, as suggested by
42973              
42974              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
42975              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
42976              Date: 26 Dec 2000 04:29:17 -0500
42977              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
42978              
42979              (The patch as such didn't any more apply as the misparsing had
42980              already been addressed in #6474.)  Also change the wording about
42981              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
42982      Branch: perl
42983            ! hints/dec_osf.sh
42984 ____________________________________________________________________________
42985 [  8252] By: nick                                  on 2000/12/29  12:14:31
42986         Log: Integrate mainline
42987      Branch: perlio
42988           !> (integrate 27 files)
42989 ____________________________________________________________________________
42990 [  8251] By: jhi                                   on 2000/12/29  08:45:46
42991         Log: (Retracted by #8264)
42992              
42993              (Fixed by #8260.)
42994              
42995              sv_catsv() needs one more byte space than seems reasonable.
42996              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
42997              Curiouser and curiouser.
42998      Branch: perl
42999            ! sv.c
43000 ____________________________________________________________________________
43001 [  8250] By: jhi                                   on 2000/12/29  07:57:52
43002         Log: More split // UTF-8 tests.
43003      Branch: perl
43004            ! t/pragma/utf8.t
43005 ____________________________________________________________________________
43006 [  8249] By: jhi                                   on 2000/12/29  07:54:51
43007         Log: (Retracted by #8264)  More join() testing which was good because
43008              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
43009      Branch: perl
43010            ! pp.c t/op/join.t utf8.c utf8.h
43011 ____________________________________________________________________________
43012 [  8248] By: jhi                                   on 2000/12/29  07:08:32
43013         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
43014              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
43015              that the only cases to care about are byte+byte and byte+character.
43016              
43017              TODO: See how well pp_concat() could be implemented in terms
43018              of sv_catsv().
43019      Branch: perl
43020            ! doop.c sv.c t/op/join.t utf8.h
43021 ____________________________________________________________________________
43022 [  8247] By: jhi                                   on 2000/12/29  06:35:23
43023         Log: Signedness nit.
43024      Branch: perl
43025            ! pp_hot.c
43026 ____________________________________________________________________________
43027 [  8246] By: jhi                                   on 2000/12/29  01:23:31
43028         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
43029              From: Lupe Christoph <lupe@lupe-christoph.de>
43030              Date: Thu, 28 Dec 2000 23:00:00 +0100
43031              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
43032              
43033              Suggest rsync --delete --dry-run.
43034      Branch: perl
43035            ! pod/perlhack.pod
43036 ____________________________________________________________________________
43037 [  8245] By: jhi                                   on 2000/12/28  23:57:05
43038         Log: The maxiters upper limit sanity check (guarding against
43039              non-progress) assumed bytes instead of characters in s///
43040              and split().
43041      Branch: perl
43042            ! pp.c pp_hot.c
43043 ____________________________________________________________________________
43044 [  8244] By: jhi                                   on 2000/12/28  23:34:08
43045         Log: Make some panic messages a bit more logical.
43046      Branch: perl
43047            ! doop.c pod/perldiag.pod pp.c pp_hot.c
43048 ____________________________________________________________________________
43049 [  8243] By: jhi                                   on 2000/12/28  22:59:16
43050         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
43051              From: Simon Cozens <simon@cozens.net>
43052              Date: Wed, 27 Dec 2000 02:30:03 +0000
43053              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
43054      Branch: perl
43055            ! pp.c t/pragma/sub_lval.t
43056 ____________________________________________________________________________
43057 [  8242] By: jhi                                   on 2000/12/28  22:56:53
43058         Log: Subject: [PATCH blead] Fix B::Terse indentation
43059              From: Daniel Chetlin <daniel@chetlin.com>
43060              Date: Wed, 27 Dec 2000 06:43:30 -0800
43061              Message-ID: <20001227064329.B9573@darkstar>
43062      Branch: perl
43063            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
43064 ____________________________________________________________________________
43065 [  8241] By: jhi                                   on 2000/12/28  22:48:59
43066         Log: The latter patch from the
43067              
43068              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
43069              From: Peter Prymmer <pvhp@forte.com> 
43070              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
43071              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
43072              
43073              (the former patch from the above should have been
43074              taken care of by Nick I-S)
43075      Branch: perl
43076            ! win32/Makefile
43077 ____________________________________________________________________________
43078 [  8240] By: jhi                                   on 2000/12/28  22:45:22
43079         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
43080              From: "Casey R. Tweten" <crt@kiski.net>
43081              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
43082              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
43083      Branch: perl
43084            ! lib/constant.pm
43085 ____________________________________________________________________________
43086 [  8239] By: jhi                                   on 2000/12/28  22:37:45
43087         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
43088              From: Simon Cozens <simon@cozens.net>
43089              Date: Wed, 27 Dec 2000 14:12:44 +0000
43090              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
43091      Branch: perl
43092            ! t/op/method.t t/op/sort.t toke.c
43093 ____________________________________________________________________________
43094 [  8238] By: jhi                                   on 2000/12/28  22:30:32
43095         Log: Subject: [PATCH perl@8229] Call.pm
43096              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43097              Date: Mon, 25 Dec 2000 10:47:15 -0000
43098              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
43099      Branch: perl
43100            ! ext/Filter/Util/Call/Call.pm
43101 ____________________________________________________________________________
43102 [  8237] By: jhi                                   on 2000/12/28  22:19:21
43103         Log: Subject: [PATCH blead] Fix problem with `&' prototype
43104              From: Daniel Chetlin <daniel@chetlin.com>
43105              Date: Wed, 27 Dec 2000 15:55:32 -0800
43106              Message-ID: <20001227155532.D9573@darkstar>
43107      Branch: perl
43108            ! op.c t/comp/proto.t
43109 ____________________________________________________________________________
43110 [  8236] By: jhi                                   on 2000/12/28  22:09:25
43111         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
43112              From: Daniel Chetlin <daniel@chetlin.com>
43113              Date: Sun, 24 Dec 2000 04:09:49 -0800
43114              Message-ID: <20001224040949.B3090@darkstar>
43115      Branch: perl
43116            ! gv.c mg.c t/op/attrs.t
43117 ____________________________________________________________________________
43118 [  8235] By: jhi                                   on 2000/12/28  22:07:11
43119         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
43120              From: Jan Dubois <jand@ActiveState.com>
43121              Date: Tue, 26 Dec 2000 20:57:31 -0800
43122              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
43123      Branch: perl
43124            ! win32/win32.c
43125 ____________________________________________________________________________
43126 [  8234] By: jhi                                   on 2000/12/28  21:52:42
43127         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
43128              From: Simon Cozens <simon@cozens.net>
43129              Date: Thu, 28 Dec 2000 20:33:13 +0000
43130              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
43131      Branch: perl
43132            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
43133 ____________________________________________________________________________
43134 [  8233] By: jhi                                   on 2000/12/28  19:40:49
43135         Log: Integrate perlio.
43136      Branch: perl
43137           !> ext/Encode/Makefile.PL ext/Encode/compile
43138 ____________________________________________________________________________
43139 [  8232] By: nick                                  on 2000/12/23  16:06:00
43140         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
43141              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
43142      Branch: perlio
43143            ! ext/Encode/Makefile.PL
43144 ____________________________________________________________________________
43145 [  8231] By: nick                                  on 2000/12/23  14:30:34
43146         Log: "Compiled" encode build cleanup
43147              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
43148              - .c files do not export sub-tables
43149      Branch: perlio
43150            ! ext/Encode/Makefile.PL ext/Encode/compile
43151 ____________________________________________________________________________
43152 [  8230] By: nick                                  on 2000/12/23  12:50:37
43153         Log: Integrate mainline
43154      Branch: perlio
43155           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
43156           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
43157           !> pod/perl5004delta.pod pod/perl5005delta.pod
43158           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
43159           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
43160           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
43161           !> pod/perlsub.pod
43162 ____________________________________________________________________________
43163 [  8229] By: jhi                                   on 2000/12/22  15:32:12
43164         Log: Integrate perlio.
43165      Branch: perl
43166           +> win32/distclean.bat
43167           !> MANIFEST t/io/utf8.t
43168 ____________________________________________________________________________
43169 [  8228] By: jhi                                   on 2000/12/22  15:29:40
43170         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
43171              From: Robin Barker <rmb1@cise.npl.co.uk>
43172              Date: Fri, 22 Dec 2000 12:17:38 GMT
43173              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
43174      Branch: perl
43175            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
43176            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
43177            ! pod/perl5004delta.pod pod/perl5005delta.pod
43178            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
43179            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
43180            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
43181            ! pod/perlsub.pod
43182 ____________________________________________________________________________
43183 [  8227] By: jhi                                   on 2000/12/22  15:24:28
43184         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
43185              From: "John L. Allen" <allen@grumman.com>
43186              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
43187              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
43188              
43189              Document APPLLIB_EXP.
43190      Branch: perl
43191            ! INSTALL
43192 ____________________________________________________________________________
43193 [  8226] By: nick                                  on 2000/12/21  22:11:50
43194         Log: Handy script for when one forgets to "dmake clean" 
43195      Branch: perlio
43196            + win32/distclean.bat
43197            ! MANIFEST
43198 ____________________________________________________________________________
43199 [  8225] By: nick                                  on 2000/12/21  21:54:04
43200         Log: CRLF platform issue with io/utf8 fix.
43201      Branch: perlio
43202            ! t/io/utf8.t
43203 ____________________________________________________________________________
43204 [  8224] By: nick                                  on 2000/12/21  21:02:20
43205         Log: Integrate mainline
43206      Branch: perlio
43207           !> Changes Configure Makefile.SH Porting/Glossary
43208           !> Porting/config.sh Porting/config_H configure.com
43209           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
43210           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
43211           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
43212           !> win32/config.bc win32/config.gc win32/config.vc
43213 ____________________________________________________________________________
43214 [  8223] By: jhi                                   on 2000/12/21  17:09:16
43215         Log: Update Changes.
43216      Branch: perl
43217            ! Changes patchlevel.h
43218 ____________________________________________________________________________
43219 [  8222] By: jhi                                   on 2000/12/21  16:24:01
43220         Log: Metaconfig unit changes for #8221.
43221      Branch: metaconfig/U/perl
43222           +> issymlink.U
43223            - testsyml.U
43224            ! Mksymlinks.U
43225 ____________________________________________________________________________
43226 [  8221] By: jhi                                   on 2000/12/21  16:23:48
43227         Log: Rename testsyml to issymlink.
43228      Branch: perl
43229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43230            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
43231            ! win32/config.vc
43232 ____________________________________________________________________________
43233 [  8220] By: jhi                                   on 2000/12/21  15:47:26
43234         Log: Robustness support for #8218 (symlink forest) since the GNU
43235              tools seem to be overly picky about symlinkage depths.
43236      Branch: perl
43237            ! Makefile.SH t/io/fs.t
43238 ____________________________________________________________________________
43239 [  8219] By: jhi                                   on 2000/12/21  15:38:27
43240         Log: Metaconfig changes for #8218.
43241      Branch: metaconfig
43242            ! U/modified/Oldconfig.U
43243      Branch: metaconfig/U/perl
43244            + Mksymlinks.U
43245            ! testsyml.U
43246 ____________________________________________________________________________
43247 [  8218] By: jhi                                   on 2000/12/21  15:37:57
43248         Log: Add Configure option -Dmksymlinks which will create a symlink
43249              forest if the current/build differs from the source directory.
43250              TODO: mkdir -p is not portable.
43251      Branch: perl
43252            ! Configure
43253 ____________________________________________________________________________
43254 [  8217] By: jhi                                   on 2000/12/21  14:39:12
43255         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
43256              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
43257              Date: Thu, 21 Dec 2000 09:38:18 GMT
43258              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
43259              
43260              The ofs became an SV.
43261      Branch: perl
43262            ! ext/Thread/Thread.xs
43263 ____________________________________________________________________________
43264 [  8216] By: jhi                                   on 2000/12/21  05:40:21
43265         Log: The polymorphism seems to have fixed 20000517.001.
43266      Branch: perl
43267            ! t/pragma/utf8.t
43268 ____________________________________________________________________________
43269 [  8215] By: jhi                                   on 2000/12/21  04:44:52
43270         Log: read() documentation tweak for 20001121.004.
43271      Branch: perl
43272            ! pod/perlfunc.pod
43273 ____________________________________________________________________________
43274 [  8214] By: jhi                                   on 2000/12/21  03:54:11
43275         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
43276      Branch: perl
43277            ! pp_sys.c t/op/misc.t
43278 ____________________________________________________________________________
43279 [  8213] By: jhi                                   on 2000/12/21  00:28:10
43280         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
43281              From: Peter Prymmer <pvhp@forte.com>
43282              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
43283              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
43284      Branch: perl
43285            ! configure.com
43286 ____________________________________________________________________________
43287 [  8212] By: jhi                                   on 2000/12/21  00:26:21
43288         Log: Edit edit edit.
43289      Branch: perl
43290            ! pod/perlfaq3.pod
43291 ____________________________________________________________________________
43292 [  8211] By: jhi                                   on 2000/12/20  18:52:46
43293         Log: Update Changes.
43294      Branch: perl
43295            ! Changes patchlevel.h
43296 ____________________________________________________________________________
43297 [  8210] By: jhi                                   on 2000/12/20  18:34:47
43298         Log: Yet another editor edit.
43299      Branch: perl
43300            ! pod/perlfaq3.pod
43301 ____________________________________________________________________________
43302 [  8209] By: jhi                                   on 2000/12/20  15:33:28
43303         Log: More Win32 Perling.
43304      Branch: perl
43305            ! pod/perlfaq3.pod
43306 ____________________________________________________________________________
43307 [  8208] By: jhi                                   on 2000/12/20  15:07:46
43308         Log: More Win32 editor/IDE/shell hints.
43309      Branch: perl
43310            ! pod/perlfaq3.pod
43311 ____________________________________________________________________________
43312 [  8207] By: jhi                                   on 2000/12/20  03:54:08
43313         Log: Subject: [PATCH] obscure timing knowledge
43314              From: Nicholas Clark <nick@ccl4.org>
43315              Date: Tue, 19 Dec 2000 19:22:31 +0000
43316              Message-ID: <20001219192231.F2827@plum.flirble.org>
43317      Branch: perl
43318            ! sv.c
43319 ____________________________________________________________________________
43320 [  8206] By: jhi                                   on 2000/12/20  03:45:57
43321         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
43322              From: Spider Boardman <spider@leggy.zk3.dec.com>
43323              Date: Tue, 19 Dec 2000 21:30:16 -0500
43324              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
43325      Branch: perl
43326            ! sv.c
43327 ____________________________________________________________________________
43328 [  8205] By: jhi                                   on 2000/12/19  23:02:01
43329         Log: Update Changes.
43330      Branch: perl
43331            ! Changes patchlevel.h
43332 ____________________________________________________________________________
43333 [  8204] By: jhi                                   on 2000/12/19  22:58:18
43334         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
43335              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
43336              on editors and diffing/patching.
43337      Branch: perl
43338            ! t/op/utf8decode.t
43339 ____________________________________________________________________________
43340 [  8203] By: nick                                  on 2000/12/19  21:36:16
43341         Log: Integrate mainline (forgot my own change...)
43342      Branch: perlio
43343           !> ext/Encode/compile
43344 ____________________________________________________________________________
43345 [  8202] By: nick                                  on 2000/12/19  21:34:42
43346         Log: Integrate mainline.
43347      Branch: perlio
43348           !> (integrate 61 files)
43349 ____________________________________________________________________________
43350 [  8201] By: nick                                  on 2000/12/19  21:34:06
43351         Log: Avoid looking for File::Glob when we don't need it.
43352      Branch: perl
43353            ! ext/Encode/compile
43354 ____________________________________________________________________________
43355 [  8200] By: jhi                                   on 2000/12/19  18:35:49
43356         Log: Update Changes.
43357      Branch: perl
43358            ! Changes patchlevel.h
43359 ____________________________________________________________________________
43360 [  8199] By: jhi                                   on 2000/12/19  18:35:07
43361         Log: Microperl tweaks.
43362      Branch: perl
43363            ! sv.c uconfig.h uconfig.sh
43364 ____________________________________________________________________________
43365 [  8198] By: jhi                                   on 2000/12/19  18:29:59
43366         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
43367      Branch: perl
43368            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43369            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
43370 ____________________________________________________________________________
43371 [  8197] By: jhi                                   on 2000/12/19  17:55:29
43372         Log: In VMS embedded perls couldn't access the statically built Socket,
43373              from Charles Lane.
43374      Branch: perl
43375            ! configure.com
43376 ____________________________________________________________________________
43377 [  8196] By: jhi                                   on 2000/12/19  17:49:50
43378         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
43379              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
43380              Date: Sun, 17 Dec 2000 19:11:44 -0000
43381              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
43382      Branch: perl
43383            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43384            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
43385 ____________________________________________________________________________
43386 [  8195] By: jhi                                   on 2000/12/19  17:47:53
43387         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
43388              From: Jonathan Stowe <gellyfish@gellyfish.com>
43389              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
43390              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
43391      Branch: perl
43392            ! utils/h2xs.PL
43393 ____________________________________________________________________________
43394 [  8194] By: jhi                                   on 2000/12/19  17:46:28
43395         Log: Subject: Re: useless use of void context work-around
43396              From: andreas.koenig@anima.de (Andreas J. Koenig)
43397              Date: 16 Dec 2000 15:13:36 +0100
43398              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
43399              
43400              Document (comment) the q(di ds ig) trick in the code.
43401      Branch: perl
43402            ! op.c
43403 ____________________________________________________________________________
43404 [  8193] By: jhi                                   on 2000/12/19  17:10:57
43405         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
43406              From: "Mark J. Reed" <mreed@strange.turner.com>
43407              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
43408              Message-Id: <200012160222.VAA13986@strange.turner.com>
43409      Branch: perl
43410            ! ext/Sys/Syslog/Syslog.pm
43411 ____________________________________________________________________________
43412 [  8192] By: jhi                                   on 2000/12/19  17:07:45
43413         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
43414              From: Nicholas Clark <nick@ccl4.org>
43415              Date: Sat, 16 Dec 2000 19:03:13 +0000
43416              Message-ID: <20001216190313.D68304@plum.flirble.org>
43417      Branch: perl
43418            ! t/op/64bitint.t
43419 ____________________________________________________________________________
43420 [  8191] By: jhi                                   on 2000/12/19  17:06:13
43421         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
43422              From: Dominic Dunlop <domo@computer.org>
43423              Date: Mon, 18 Dec 2000 12:00:15 +0100
43424              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
43425              
43426              This patchlet is needed in order that perl can be statically linked.  
43427      Branch: perl
43428            ! regexec.c
43429 ____________________________________________________________________________
43430 [  8190] By: jhi                                   on 2000/12/19  17:03:08
43431         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
43432              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43433              Date: Sun, 17 Dec 2000 00:18:35 -0600
43434              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
43435      Branch: perl
43436            ! perlio.h vms/gen_shrfls.pl
43437 ____________________________________________________________________________
43438 [  8189] By: jhi                                   on 2000/12/19  16:20:28
43439         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
43440              From: Prymmer/Kahn <pvhp@best.com>
43441              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
43442              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
43443              
43444              A better version of #8188.
43445      Branch: perl
43446            ! pod/perlfaq3.pod
43447 ____________________________________________________________________________
43448 [  8188] By: jhi                                   on 2000/12/19  15:57:06
43449         Log: (Replaced by #8189)
43450              
43451              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43452              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
43453              From: Prymmer/Kahn <pvhp@best.com>
43454              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
43455              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43456              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
43457              Date: Mon, 18 Dec 2000 11:10:45 -0500
43458              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
43459      Branch: perl
43460            ! pod/perlfaq3.pod
43461 ____________________________________________________________________________
43462 [  8187] By: jhi                                   on 2000/12/19  15:54:19
43463         Log: Email address fix for Anton Berezin.
43464      Branch: perl
43465            ! AUTHORS
43466 ____________________________________________________________________________
43467 [  8186] By: jhi                                   on 2000/12/19  15:38:54
43468         Log: Subject: [PATCH perl@8102] cygwin port
43469              From: "Eric Fifer" <efifer@dircon.co.uk> 
43470              Date: Thu, 14 Dec 2000 13:41:29 -0000
43471              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
43472              
43473              When compiling modules the data item that is being imported
43474              from libperl.dll needs to be tagged as imported/shared data:
43475              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
43476      Branch: perl
43477            ! perliol.h
43478 ____________________________________________________________________________
43479 [  8185] By: jhi                                   on 2000/12/19  14:53:24
43480         Log: Regen uconfig.h and uconfig.sh.
43481      Branch: perl
43482            ! uconfig.h uconfig.sh
43483 ____________________________________________________________________________
43484 [  8184] By: jhi                                   on 2000/12/18  20:43:49
43485         Log: Comments work so much better when they are closed.
43486      Branch: perl
43487            ! regcomp.c
43488 ____________________________________________________________________________
43489 [  8183] By: jhi                                   on 2000/12/18  18:04:02
43490         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
43491              Fixes the bug 20001218.016.
43492      Branch: perl
43493            ! regcomp.c
43494 ____________________________________________________________________________
43495 [  8182] By: gsar                                  on 2000/12/18  09:53:47
43496         Log: delete spurious files
43497      Branch: maint-5.6/perl
43498            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
43499            - vos/config.h vos/config_h.SH_orig
43500 ____________________________________________________________________________
43501 [  8181] By: gsar                                  on 2000/12/18  09:46:08
43502         Log: regen perltoc
43503      Branch: maint-5.6/perl
43504            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
43505 ____________________________________________________________________________
43506 [  8180] By: gsar                                  on 2000/12/18  09:20:27
43507         Log: integrate changes#7924..7926,7946,7952 from mainline
43508              
43509              A test works better if it has the right 1..$n output.
43510              
43511              All the core library users of Class::Struct seem to be
43512              using "use Class::Struct 'struct';" instead of the bare
43513              "use Class::Struct;", which isn't documented in Class::Struct.
43514              This can't be right.
43515              
43516              Make the Class::Struct import() wiser.
43517              
43518              Upgrade to CPAN 1.59_51, from Andreas König.
43519              
43520              Subject: Re: long shell lines
43521              Split overly long shell command lines.
43522      Branch: maint-5.6/perl
43523           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
43524           !> lib/File/stat.pm t/lib/class-struct.t
43525 ____________________________________________________________________________
43526 [  8179] By: gsar                                  on 2000/12/18  08:55:54
43527         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
43528              7918,7919,7988,8907 from mainline (various)
43529              
43530              Subject: [ID 20001127.004] White space problem in perlamiga.pod
43531              
43532              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
43533              
43534              Subject: [PATCH] perlcc.PL cleanups
43535              
43536              Subject: [PATCH] Updating perltie.pod for arrays
43537              
43538              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
43539              Subject: Re: [PATCH] Updating perltie.pod for arrays
43540              Subject: Re: [PATCH] Updating perltie.pod for arrays
43541              
43542              One more perltie.pod nit from Casey R. Tweten.
43543              
43544              Subject: [PATCH] $^O  win32 -> MSWin32
43545              plus similar nits for vms, err, VMS, and UNICOS.
43546              
43547              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
43548              More checking in case someone has broken their services or
43549              protocol databases.
43550              
43551              Make "use Class::Struct 'struct';" work again (broken by #7617);
43552              add a test for Class::Struct.
43553              
43554              Integrate the "skip" messages to explain().
43555              
43556              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
43557      Branch: maint-5.6/perl
43558           +> t/lib/class-struct.t
43559           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
43560           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
43561           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
43562 ____________________________________________________________________________
43563 [  8178] By: gsar                                  on 2000/12/18  08:16:30
43564         Log: avoid redefinition warnings on windows due to sys/socket.h getting
43565              #included before win32.h
43566      Branch: maint-5.6/perl
43567            ! win32/include/sys/socket.h
43568 ____________________________________________________________________________
43569 [  8177] By: gsar                                  on 2000/12/18  05:24:04
43570         Log: make regen_headers; fix POSIX.xs problems; remove outdated
43571              code from sys/socket.h that makes build fail now
43572      Branch: maint-5.6/perl
43573            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
43574            ! pod/perlapi.pod
43575           !> win32/include/sys/socket.h
43576 ____________________________________________________________________________
43577 [  8176] By: gsar                                  on 2000/12/18  05:20:17
43578         Log: update Changes
43579      Branch: maint-5.6/perl
43580            ! Changes patchlevel.h
43581 ____________________________________________________________________________
43582 [  8175] By: gsar                                  on 2000/12/18  04:57:48
43583         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
43584              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
43585              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
43586              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
43587              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
43588              7823,7825,7838
43589              
43590              Subject: Re: [PATCH] README.solaris
43591              
43592              Add getpagesize() probing, on non-UNIX guess 'undef'.
43593              
43594              Simplify the getpagesize() unit by dropping the
43595              pagesize probe since it's nowadays slightly more
43596              complicated because of sysconf(). (Note: if some
43597              platform really needs the -lPW for getpagesize,
43598              I just broke it.)
43599              TODO: a new pagesize unit.
43600              
43601              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
43602              
43603              MachTen doesn't really do mmap() and munmap().
43604              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
43605              
43606              More README.solaris updates from Andy Dougherty.
43607              
43608              Copy the s// information of README.hpux also to the perlrun.
43609              
43610              Add HAS_FSYNC, lack noticed by Nicholas Clark.
43611              
43612              Add a metaconfig unit for fsync.
43613              
43614              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
43615              
43616              Many subdocumented return values of the IO extension now documented.
43617              ungetc and write still left subdocumented.
43618              Subject: [PATCH] (was Re: IO::Handle::ungetc)
43619              
43620              Document tell() on special streams.
43621              
43622              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
43623              
43624              Subject: [ID 20001112.007] sfio's sftell isn't ftell
43625              
43626              Couple of tests from #7660 salvaged.
43627              
43628              Tweak the definition of the bit complement on UTF-8 data:
43629              if none of the characters in the string are > 0xff,
43630              the result is a complemented byte string, not a (UTF-8)
43631              char string.  Based on the summary in
43632              Subject: Re: [ID 20000918.005] ~ on wide chars
43633              This should give us the maximum backward (pre-char string)
43634              compatibility and utf8 compatibility.  The other alternative
43635              would be to limit the bit complement to be always byte only,
43636              taking the least significant byte of the chars.
43637              
43638              Cleanup messy #ifdef.
43639              
43640              Typos in #7667.
43641              
43642              Declare reg_data like reg_substr_data.
43643              
43644              Placate nervous compilers that see longer than ints switch()ing.
43645              
43646              Remove the new two tests of lib/io_xs for now, they seem to
43647              fail under perlio on some platforms.
43648              
43649              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
43650              
43651              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
43652              
43653              Subject: tiny typo in perl5db.pl
43654              
43655              Subject: some additions for makefiles for win32 (for perl@7674)
43656              
43657              Hoist the duplicated socket/netdb include logic to perl.h;
43658              undef SETERRNO in case SOCKS has defined it.  Based on:
43659              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
43660              
43661              Regen Configure.
43662              
43663              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
43664              (a macro to define signed and unsigned integer constants).
43665              
43666              Use UINT64_C().
43667              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
43668              
43669              Use u_int32_t for the size of hash_cb(), not size_t.
43670              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
43671              
43672              Quit utf8_to_uv() instantly if curlen == 0.
43673              
43674              Subject: [PATCH: perl@7674] updates to README.os390
43675              
43676              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
43677              
43678              EBCDIC tweaks.
43679              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
43680              
43681              Linenumber fix.
43682              
43683              SOCKS has its own USE_THREADS, based on
43684              Subject: [ID 20001114.002] et. al. bugfix followup
43685              
43686              UINT64_C() work continues.
43687              
43688              Detypo.
43689              
43690              The type of the hash_cb() size argument is tricky.
43691              
43692              Add fwalk() probe to the configuration files and regen perltoc.
43693              
43694              Subject: perllocale.pod changes
43695              
43696              Avoid an infinite loop in VMS when utils scripts are run
43697              with no arguments, from Charles Lane.
43698              
43699              Subject: Re: Bug in Carp::Heavy/5.6.0?
43700              
43701              For Solaris use64bitall the stdchar needs a little bit of help.
43702              
43703              The long double hints can be here or there.
43704              
43705              Test tweak for the open pragma.
43706              
43707              Also the 64bitall hints can be either here or there.
43708              
43709              As surmised the #7719 wasn't a good move.
43710              
43711              Subject: Fix for 20000409.001
43712              
43713              Subject: Fix for 20000815.006
43714              It's really 20000518.006.
43715              
43716              Subject: [PATCH 5.6.0 README.win32] very minor typos
43717              
43718              Subject: Fix for README.amiga (20000323.033)
43719              
43720              Explain in more detail the {} syntax ambiguousity.
43721              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
43722              
43723              Sparc 64-bit pack() fix from Jens Hamisch.
43724              
43725              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
43726              
43727              Subject: podlators 1.05 available        
43728              
43729              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
43730              
43731              Subject: [perl 7711: EPOC] updates
43732              
43733              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
43734              
43735              Miraculous typo.
43736              
43737              sysseek() instead of seek().
43738              
43739              Solaris hints tweaks.
43740              
43741              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
43742              This may be overly harsh but until proven otherwise, we think this
43743              way, or until we have a simple test for Configure (having to start
43744              up servers is does not count as simple) to check for the problems.
43745              
43746              Remove the shared object before attempting to create
43747              (by linking) a new one.  E.g. in AIX not removing
43748              becomes quite painful if one tries to do more than one
43749              build in the same tree (an interrupted build, for example),
43750              since the AIX' shared dynaloader seemingly keeps the shared
43751              objects open and therefore 'busy' for quite a while, even when
43752              nobody is using the objects, leading into link failures.
43753              
43754              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
43755              
43756              Subject: DOC PATCH 5.6.0 perlreftut
43757              
43758              Subject: [PATCH: perl@7777] add system locale testing for VMS
43759              
43760              Subject: [PATCH] Test.pm POD peculiarity
43761              
43762              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
43763              
43764              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
43765              
43766              Subject: Re: perl@7777 
43767              Detypoing.
43768              
43769              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
43770              
43771              Go ahead and #include <unistd.h> in perl.h.
43772              
43773              Subject: [PATCH perl@7795] small cleanup task for test suite
43774              
43775              Subject: Re: av.c patch (having slight problems)
43776              unshift() speedup.
43777              
43778              Reach back one higher up when searching for PERL_SRC.
43779      Branch: maint-5.6/perl
43780           +> lib/File/Spec/Epoc.pm
43781           !> (integrate 88 files)
43782 ____________________________________________________________________________
43783 [  8174] By: gsar                                  on 2000/12/18  03:53:09
43784         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
43785              7625..7629,7631..7634,7637,7639,7642 from mainline
43786              
43787              Fix for the tie-refhash string table leaks.
43788              
43789              Subject: [patch perl@7595] VMS configure.com tweak
43790              
43791              More careful detection of how well NVs and UVs mix.
43792              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))
43793              Added some SIGFPE paranoia.
43794              
43795              Forgot to bump the line numbers in #7601.
43796              
43797              Subject: PATCH std stdio for (Free)BSD
43798              
43799              Deleting $ENV{PATH} in VMS is not recommendable.
43800              
43801              Locale buglets.
43802              Subject: RE: Locales support (setlocale) fixes
43803              
43804              Do not test UTF-8 locales since that the tests would require
43805              polymorphic regexen.
43806              
43807              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
43808              
43809              A missing aTHX_.
43810              
43811              Subject: [ID 20001108.013] spelling
43812              
43813              Subject: [PATCH] Class::Struct at compile time
43814              
43815              Make deleting for %ENV work for (newer versions of) VMS,
43816              from Craig A. Berry.
43817              
43818              Forgot from #7618.
43819              
43820              More VMS moves on environment handling, from Charles Lane.
43821              
43822              Remove unused extra arguments.
43823              
43824              Typo in an ifndef.
43825              Subject: Re: [PATCH 5.7.0] better messages from malloc()
43826              
43827              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
43828              All except the "cow orker" change.
43829              
43830              The generated boot_* headers are wrong.  Pickier compiler,
43831              such as KAI C++ will refuse to compile the resulting perlmain.
43832              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
43833              
43834              There's no =head3.
43835              
43836              Disable only the tests 99 and 166 for UTF-8 locales.
43837              
43838              Missing dTHXs.
43839              Subject: RE: perl@7595 builds not on cygwin
43840              
43841              Subject: Re: bash -c exit and linux hints 
43842              
43843              Various doc oddball characters.
43844              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
43845              
43846              Subject: [PATCH] IO::Seekable pod
43847              
43848              Amdahl UTS hints updates.
43849              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
43850              
43851              Explain better why certain regex tests are skipped.
43852              Subject: Re: tests skipped: unknown reason
43853              
43854              Subject: [PATCH] README.solaris
43855              
43856              Subject: [PATCH perl@7638] cygwin port
43857      Branch: maint-5.6/perl
43858           +> README.solaris
43859           !> (integrate 26 files)
43860 ____________________________________________________________________________
43861 [  8173] By: gsar                                  on 2000/12/18  03:37:02
43862         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
43863              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
43864              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
43865              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
43866              
43867              Better create a true mailing list for the repository keepers.
43868              
43869              Subject: [ID 20001027.007] uniq array in perlfaq
43870              
43871              De-quoted-unreadable to ISO Latin 1.
43872              (There's one ISO-2022-JP name in Changes5.004.)
43873              
43874              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
43875              
43876              The #7476 needs a MANIFEST change, too.
43877              
43878              Add also emailless people.
43879              
43880              UTF-8 decoder tweak.
43881              
43882              Make \x{...} consistently produce UTF-8.
43883              Subject: Re: \x{...} is confused 
43884              
43885              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
43886              
43887              Add a perlbug flag, -A, to avoid acknowledgement messages.
43888              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
43889              
43890              Use Errno magic.
43891              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
43892              
43893              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
43894              
43895              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
43896              
43897              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
43898              
43899              Be more lenient on bad UTF-8 when doing bit arithmetics.
43900              Subject: Re: [ID 20000918.005] ~ on wide chars
43901              (The ord() part of the patch skipped.)
43902              
43903              Subject: perlfaq style changes
43904              
43905              AUTHORS tweaks.
43906              
43907              Whitespace style tweak.  Was originally going to see to
43908              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
43909              but that had already been taken care of.
43910              
43911              The compiler is either gcc or cc, from Tom Bates.
43912              
43913              The osname has been lowercased by now, from Tom Bates.
43914              
43915              The NonStop-UX libraries have a novel way to say NaN.
43916              
43917              printf UVs the correct way, noticed by Robin Barker.
43918              
43919              Subject: [PATCH] startperl to respect versiononly
43920              
43921              AUTHORS updates.
43922              
43923              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
43924              
43925              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
43926              
43927              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
43928              
43929              Generalize the Camel wording.
43930              Subject: Re: perlfaq style changes
43931              
43932              Subject: [ID 20001005.006] Documentation -- description of qr//
43933              
43934              C.pm part of
43935              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
43936              
43937              Locale warning explanation tweak.
43938              
43939              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
43940              
43941              Make the POSIX::setuid and POSIX::setgid to really call setuid()
43942              and setgid() because they were just changing $< and $( which means
43943              only changing the real uid/gid, as opposed to changing both
43944              real and effective ids.  (The alternative way could have been
43945              in POSIX.pm to change $> and $), too, but making a direct call
43946              to the C API feels cleaner.)  Fixes the bug
43947              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
43948              
43949              Expand %Config variables and %ENV variables only if
43950              so requested during build time using the
43951              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
43952              Not expanding makes relocating distributions easier.
43953              
43954              More tweaking on the #7522 theme.
43955              
43956              Test::Harness revealed buglets in the new DynaLoader.
43957              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
43958              
43959              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
43960              fix a autovivification bug in Tie::RefHash, add tests for both.
43961              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
43962              
43963              Detpyo.
43964              
43965              recv() can fail and return undef.
43966              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
43967              
43968              Fix the problem discussed in
43969              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
43970              originally from Linc Madison.  Also Andreas König's comments
43971              taken into account.  Some other problems with Tie::SubstrHash
43972              fixed: didn't croak when the table exceeded the requested number
43973              of entries (as documented) but instead when the number of entries
43974              exceeded the size of the table, a croak() had an unnecessary \n,
43975              didn't have a CLEAR method, documented that there is no exists().
43976              Didn't fix to be strict-proof because the module uses &foo; and
43977              dynamic scope.  Added a test script exercizing both first tamely 
43978              the basic functionality, and then the failure cases reported by
43979              Linc Madison.
43980              
43981              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
43982              
43983              The #7521 touched things it shouldn't have.
43984              
43985              Subject: [PATCH 5.7.0] better messages from malloc()
43986              
43987              Subject: Re: README.aix
43988              
43989              Add FCNTL_CAN_LOCK.
43990              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43991              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43992              
43993              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
43994              create a "fast path" for locale name probing using "locale -a"
43995              if available, squash finally hopefully the s?printf resetting
43996              the numeric locale (since, IIUC perllocale, it never shouldn't). 
43997              
43998              More Changes tweakery.
43999              
44000              Dying is too strict here, better just skip.
44001              
44002              Subject: Locales support (setlocale) fixes
44003              Modified quite a bit to be more portable.
44004              
44005              Configure would use a bad $myuname from an old config.sh.
44006              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
44007              
44008              Fix for
44009              Subject: [ID 20001004.006] undef is never tainted
44010              An undef read from a slurped file was not tainted.
44011              
44012              Fix for
44013              Subject: [ID 20001004.007] taint propogation is inconsistent
44014              The culprit was sv_setsv() which was rather blindly
44015              propagating taint, which lead to behaviour where if
44016              a tainted anon hash value was seen all the hash values
44017              from then on at that level became tainted, or at any
44018              upper levels in the case of nested anon hashes.
44019              
44020              Test tweak: show also the failed locales.
44021              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
44022              
44023              A fix of sorts for 20000329.026, a better error message
44024              for a missing "use charnames" when using the \N{...}. 
44025              
44026              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
44027              
44028              Add =pod to be tidy.
44029              
44030              Fix for bug id 19990615.008, pos() unset during s///ge.
44031              
44032              Add a note for future generations about bug id 20000229.006.
44033              
44034              Use -dM for gcc (the suggested patch did it only for Linux,
44035              but I think it can be generalized).
44036              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
44037              
44038              opmini.o can linger from Configures past.
44039              
44040              Document that the evaled syntax errors cause scalar leaks.
44041              
44042              Fix for
44043              Subject: [ID 20000728.005] perl -P broken
44044              (hopefully).  The fix is also not complete, it seems to break
44045              BOM swallowing for libc5 systems, but until someone figures
44046              out a way to do this without ftell(), this will do.
44047              
44048              AUTHORS updates.
44049              
44050              Subject: Re: rsync'ed patches vs. rsync'ed source
44051              
44052              Admit that the test leaks scalars.
44053              
44054              Sanitize the environment further.
44055              
44056              VOS updates from Paul Green.
44057              
44058              Document %ENV = () portability issues.
44059              
44060              Make the stdio test program of 7427 less noisy while being 
44061              compiled so that Digital UNIX wouldn't get both
44062              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
44063              undefined.  This makes perlio happy.
44064              
44065              glibc5 detection by __GNU_LIBRARY__.
44066              
44067              %ENV note tweaks from Dan Sugalski.
44068              
44069              Varargs don't always work too well if one puts an unsigned
44070              char on the stack and pop an unsigned quad off the stack.
44071              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
44072              
44073              Subject: Pod updates
44074              
44075              Fake support of holey files in win/dosish platforms.
44076              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
44077              
44078              A doc addition for bug id 20001105.019, beware \p.
44079              
44080              Tweak #7587.
44081              
44082              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
44083              
44084              perlhack updates from H.Merijn Brand.
44085              
44086              Subject: [PATCH perl@7573] cygwin port
44087              Synchronize with Cygwin 1.1.5.
44088              
44089              Bad thinko in #7581 (I used the test program with the expanded
44090              values as-is).
44091              
44092              Make perlbug not insist on dumping to a file when stdout isn't a tty.
44093              Subject: [PATCH] perlbug.PL
44094              
44095              Overrideable keys, each, pop, push, shift, splice, unshift.
44096              Subject: [PATCH] prototyped functions that should be overrideable
44097              
44098              Try to avoid flockless and emulationless places.
44099      Branch: maint-5.6/perl
44100           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
44101            - MAINTAIN
44102           !> (integrate 111 files)
44103 ____________________________________________________________________________
44104 [  8172] By: jhi                                   on 2000/12/18  02:49:27
44105         Log: Regen pods.
44106      Branch: perl
44107            ! pod/perlmodlib.pod pod/perltoc.pod
44108 ____________________________________________________________________________
44109 [  8171] By: gsar                                  on 2000/12/18  02:49:24
44110         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
44111              7465..7471 from mainline
44112              
44113              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
44114              in platforms that strictly require all the symbols being present
44115              at link time.
44116              
44117              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
44118              
44119              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
44120              
44121              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
44122              
44123              Subject: [PATCH] todo
44124              
44125              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
44126              
44127              Use $sort, $uniq (and $tr) consistently as wondered
44128              by Nicholas Clark.
44129              
44130              Too enthusiastic editing in #7460.
44131              
44132              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
44133              
44134              Upgrade to CPAN 1.58_55.
44135              Subject: CPAN.pm status
44136              
44137              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
44138              
44139              Make target reordering to avoid pointless re-makes.
44140              Subject: Re: Total re-make of 'make okfile' after 7451 ?
44141              
44142              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
44143              
44144              Subject: DOC PATCH 5.6.0
44145              
44146              Add the repository doc by Malcolm, Sarathy, and by Simon,
44147              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
44148      Branch: maint-5.6/perl
44149           +> Porting/repository.pod
44150           !> Configure MANIFEST Makefile.SH README.dos README.os2
44151           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
44152           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
44153           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
44154 ____________________________________________________________________________
44155 [  8169] By: gsar                                  on 2000/12/18  02:33:34
44156         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
44157              7435..7441,7445 from mainline
44158              
44159              Make the UTF-8 decoding stricter and more verbose when
44160              malformation happens.  This involved adding an argument
44161              to utf8_to_uv_chk(), which involved changing its prototype,
44162              and prefer STRLEN over I32 for the UTF-8 length, which as
44163              a domino effect necessitated changing the prototypes of
44164              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
44165              The stricter UTF-8 decoding checking uses Markus Kuhn's
44166              UTF-8 Decode Stress Tester from
44167              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
44168              
44169              Run vms/vms_yfix.pl, should have done that after changing
44170              perly.c in #7382.
44171              
44172              Subject: [PATCH 5.7.0] static linking with uninstalled perl
44173              
44174              (Replaced by #7440.)
44175              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44176              
44177              Fix the bug ID 20001024.005, the bug introduced by #7416.
44178              
44179              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
44180              
44181              Fix the bug reported in
44182              From: andreas.koenig@anima.de (Andreas J. Koenig)
44183              Also make is_utf8_char() stricter.
44184              
44185              Missed the header file changes from #7425.
44186              
44187              Check if stdio supports tweaking lval and cnt simultaneously.
44188              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44189              
44190              Stratus VOS updates from Paul Green.
44191              
44192              Podify README.epoc and README.vos.
44193              
44194              Add targets to Makefile.SH, most importantly
44195              'regen_all' which also remembers to update vms/perly*.
44196              
44197              Subject: Minor update to find2perl, for portability
44198              
44199              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
44200              
44201              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
44202              
44203              Rename UTF8LEN() to be UNISKIP(), too confusing to have
44204              UTF8LEN() and UTF8SKIP(). 
44205              
44206              Allow poking holes at the UTF-8 decoding strictness.
44207              
44208              Continue the internal UTF-8 API tweaking.
44209              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
44210              used much more than the simpler API, now called utf8_to_uv_simple().
44211              Still not quite happy with API, too much partial duplication
44212              of functionality.
44213              
44214              A new version of making the syslog test more robust.
44215              (Replaces #7421.)
44216              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44217              
44218              buildtoc target tweaks.
44219              
44220              Integrate with vmsperl #7430 by Charles Bailey:
44221              
44222              Cleanup from prior patch (Charles Lane?):
44223              - improve handling of MFDs in Basename and Path
44224              - default to no xsubpp line # munging when building debug images
44225      Branch: maint-5.6/perl
44226           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44227           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
44228           !> (integrate 67 files)
44229 ____________________________________________________________________________
44230 [  8168] By: gsar                                  on 2000/12/18  02:05:49
44231         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
44232              
44233              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
44234              From: Martin Husemann <martin@duskware.de>
44235              
44236              Subject: [PATCH 5.7.0] restore match data on backtracing
44237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44238      Branch: maint-5.6/perl
44239           !> regcomp.c regexec.c t/op/re_tests
44240 ____________________________________________________________________________
44241 [  8167] By: gsar                                  on 2000/12/18  01:55:22
44242         Log: integrate changes#7858,7986 from mainline
44243              
44244              C<foreach my $x ...> in pseudo-fork()ed process may diddle
44245              parent's memory; fix it by keeping track of the actual pad
44246              offset rather than a raw pointer (this change is probably also
44247              relevant to non-ithreads case to avoid fallout from reallocs of
44248              the pad array, but is currently only enabled for the ithreads
44249              case in the interests of minimal disruption to existing "well
44250              tested" code)
44251              
44252              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
44253              due to the notorious GetFileType() bug in Windows 9x, which fstat()
44254              tickles)
44255      Branch: maint-5.6/perl
44256           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
44257           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
44258           !> win32/win32.c win32/win32.h win32/win32sck.c
44259 ____________________________________________________________________________
44260 [  8166] By: gsar                                  on 2000/12/18  01:52:59
44261         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
44262              from mainline (xsubpp and ExtUtils::LibList fixups, various
44263              other small items)
44264              
44265              The generated boot_* headers are wrong.  Pickier compiler,
44266              such as KAI C++ will refuse to compile the resulting perlmain.
44267              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
44268              
44269              Various doc oddball characters.
44270              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
44271              
44272              Subject: [PATCH] Re: 20001101.003 PDL
44273              
44274              Subject: [PATCH 5.7.0] etags broken again
44275              
44276              Subject: [PATCH 5.7.0] Liblist finally works
44277              
44278              Subject: [PATCH 5.7.0] Liblist returns found libraries
44279              
44280              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
44281              
44282              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
44283              
44284              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44285              OUT keyword nits.
44286              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44287              OUT and IN_OUT documentation.
44288      Branch: maint-5.6/perl
44289           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
44290           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
44291           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
44292           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
44293           !> win32/bin/search.pl
44294 ____________________________________________________________________________
44295 [  8165] By: gsar                                  on 2000/12/18  01:28:45
44296         Log: integrate changes#7533,7563,7611,7623 from mainline (various
44297              malloc.c embellishments)
44298      Branch: maint-5.6/perl
44299           !> malloc.c pod/perldiag.pod
44300 ____________________________________________________________________________
44301 [  8164] By: gsar                                  on 2000/12/18  01:23:33
44302         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
44303              fixups)
44304      Branch: maint-5.6/perl
44305           !> utils/h2xs.PL
44306 ____________________________________________________________________________
44307 [  8163] By: gsar                                  on 2000/12/18  01:17:50
44308         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
44309              fixups)
44310      Branch: maint-5.6/perl
44311           !> Makefile.SH utils/perlbug.PL
44312 ____________________________________________________________________________
44313 [  8162] By: gsar                                  on 2000/12/18  00:25:43
44314         Log: always export Perl_deb() (it is required by re.xs whether
44315              Perl is built with or without -DDEBUGGING)
44316      Branch: maint-5.6/perl
44317            ! makedef.pl
44318 ____________________________________________________________________________
44319 [  8161] By: gsar                                  on 2000/12/18  00:23:38
44320         Log: integrate change#7414 from mainline
44321              
44322              Undo the basename() part of #7412 since the lib/basename
44323              tests would need upgrading too.
44324              
44325              squelch two tests in tr.t that rely on tr/// paranoia change
44326              that's not in 5.6.x
44327      Branch: maint-5.6/perl
44328            ! t/op/tr.t
44329           !> lib/File/Basename.pm
44330 ____________________________________________________________________________
44331 [  8160] By: gsar                                  on 2000/12/18  00:05:30
44332         Log: missing change in previous integrate
44333      Branch: maint-5.6/perl
44334           !> README.aix
44335 ____________________________________________________________________________
44336 [  8159] By: gsar                                  on 2000/12/18  00:03:38
44337         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
44338              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
44339              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
44340              7410..7413 from mainline
44341              
44342              Introduce the man[24-8] variables, from Andy Dougherty.
44343              
44344              Upgrade to CPAN 1.58, from Andreas König.
44345              
44346              An updated EBCDIC tr patch.
44347              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
44348              
44349              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
44350              
44351              Two thirds of
44352              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44353              The Install.pm changes will be submitted separately because
44354              they need some work and discussion still.
44355              
44356              The Install.pm third of
44357              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44358              
44359              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
44360              
44361              Subject: [PATCH 5.7.0] IVs in mtats
44362              
44363              Subject: [PATCH 5.7.0] Perl API for mstats
44364              
44365              Ilya implemented the memory profiling API.
44366              
44367              In Amdahl UTS "struct sv" is defined by a system header,
44368              <ksync.h>.
44369              
44370              Slight tweak of the code to appease Amdahl UTS cc.
44371              
44372              Amdahl UTS doesn't seem to do dynaloading.
44373              
44374              Use UTF8SKIP(), from Simon Cozens.
44375              
44376              Thinko in #7222.
44377              
44378              op/sprintf.t patch for OS/390 (and any other host with limited
44379              floating-point exponent length)
44380              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
44381              
44382              Tweak #7225.
44383              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
44384              
44385              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
44386              
44387              Needs to be conditional on SunOS 4.
44388              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
44389              
44390              Test cases for bug id 20000323.056 (the bug seems to be fixed).
44391              
44392              Add test for bug id 20000427.003 (which seems to have
44393              been fixed) (also duplicate as 20000427.004, though
44394              with a higher severity).  Move one utf8 from op/append
44395              to pragma/utf8, tag the tests with bug ids.
44396              
44397              Document FNCASE=y as discussed in the bug 20000902.009.
44398              
44399              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
44400              The problem was that rx->minlen was in chars while pp_split()
44401              thought it would be in bytes. 
44402              
44403              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
44404              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
44405              
44406              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
44407              
44408              Fix a couple of compiler-noted nits in #7235.
44409              
44410              Tweak the test of #7235.
44411              
44412              One more ~utf8 tweak.
44413              
44414              -w cleanup.
44415              Subject: Re: Problems with bleadperl 
44416              
44417              Subject: small pod patch
44418              
44419              Subject: [PATCH perlguts.pod] Document offset hack
44420              
44421              Add Charles Lane.
44422              
44423              Add the capability to include/exclude branches.
44424              
44425              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
44426              
44427              Detect early whether the std streams have gone bad.
44428              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44429              
44430              More IoTYPE sprinkling.
44431              
44432              Workaround for a sfio bug where the stream error indicator
44433              is not cleared as documented.
44434              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44435              
44436              Clarify documentation on 'use bytes'.
44437              Subject: Re: What does 'use bytes' "mean" ?
44438              
44439              Show the failed remote port, instead of the failing line number.
44440              Subject: [PATCH 5.6.1 Debugger] More diagnostics
44441              
44442              Make Cwd more bulletproof in chrooted environments.
44443              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
44444              
44445              Subject: Pod patch for Devel::Peek
44446              
44447              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
44448              
44449              Borland C fstat() never saw the fd as writable.
44450              Subject: fix for Borland's weak "stat" (perl@7211)
44451              
44452              Missing change from #7362.
44453              
44454              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
44455              
44456              Add the test case for the bug id 20000730.004 which seems
44457              to have been fixed by now.
44458              
44459              Fix of sorts for bug id 20000901.092.  There seems to be no trace
44460              of a 'pmshort' anywhere in the B, so the offending line was simply
44461              removed.
44462              
44463              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
44464              
44465              Subject: PATCH do_print has 2 PerlIO_error()s
44466              
44467              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
44468              
44469              Typo noted by Mark Lutz.
44470              
44471              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
44472              
44473              In the latest compiler builds cccdlflags must not become -fpic,
44474              from Wilfredo Sánchez.
44475              
44476              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
44477              
44478              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
44479              
44480              SOCKS function redefinitions need prototypes, too, otherwise
44481              for example 32 bit versus 64 bit differences cause a lot of
44482              problems.  Part of
44483              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44484              
44485              Portability tweak on #7377.
44486              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
44487              
44488              Don't write double values through long double pointers,
44489              based on a part of
44490              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44491              
44492              Reëntrancy fix.
44493              Subject: [PATCH perl@7229] Rentrant parser and yylex()
44494              
44495              Make scan_num() reëntrant, as suggested in
44496              Subject: [PATCH perl@7229] Rentrant parser and yylex()
44497              
44498              Fix for ID 20001020.006, concatenating an unset submatch
44499              with utf8 resulted in "Modification of a read-only value".
44500              
44501              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
44502              
44503              The #7383 was right only in the context of the original bug report,
44504              not in more general case.
44505              
44506              Update Changes.
44507              
44508              Testcases for a #7383,#7385 related bug.
44509              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
44510              
44511              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
44512              
44513              Tweak the Is* definitions of Unicode character classes
44514              to better match the official categorizations; embrace
44515              the official categorizations; add the combining marks
44516              as alpha (and -numeric); fix DCinital (a typo and edito)
44517              to be DCmedial.
44518              
44519              Hints tweak from Anton Berezin.
44520              
44521              Subject: installman go-faster stripes
44522              Subject: Re: installman go-faster stripes
44523              
44524              Subject: [ID 20001021.003] updated hints/openbsd.sh
44525              
44526              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
44527              
44528              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
44529              
44530              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
44531              
44532              Doc patch.
44533              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
44534              
44535              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
44536              
44537              Subject: Re: [ID 20001021.005] SEGV with regex match 
44538              
44539              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
44540              
44541              The change #7187 was not so good on VMS.
44542              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
44543              
44544              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
44545              
44546              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
44547              
44548              Document PERL_INSTALL_ROOT of #7210.
44549      Branch: maint-5.6/perl
44550           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
44551           +> t/lib/tie-splice.t
44552            - lib/unicode/Is/DCinital.pl
44553           !> (integrate 112 files)
44554 ____________________________________________________________________________
44555 [  8158] By: jhi                                   on 2000/12/17  23:04:24
44556         Log: Subject: [PATCHES] RE: perl@8150 
44557              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
44558              Date: Sun, 17 Dec 2000 21:46:39 +0100
44559              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
44560              
44561              Neither cygwin has a getpwuid() one can trust on.
44562      Branch: perl
44563            ! t/lib/glob-basic.t
44564 ____________________________________________________________________________
44565 [  8157] By: jhi                                   on 2000/12/17  23:01:54
44566         Log: More MAN.PODS => {} fixes.
44567      Branch: perl
44568            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
44569            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
44570            ! os2/OS2/REXX/Makefile.PL
44571 ____________________________________________________________________________
44572 [  8156] By: gsar                                  on 2000/12/17  22:49:13
44573         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
44574              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
44575              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
44576              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
44577              7201,7204 from mainline
44578              
44579              Remove vestiges of tr//CU.
44580              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44581              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44582              
44583              The return value of setlocale must be copied away.
44584              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
44585              
44586              Allow chop() and chomp() to be overridden.
44587              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
44588              
44589              Hints optimization.
44590              Subject: Minor nit
44591              
44592              Subject: [PATCH] de-wall t/README
44593              
44594              Subject: Re: Two advertising clauses need to be removed
44595              
44596              Batch of UTF-8 patches from Simon Cozens.
44597              
44598              Fix for a parsing bug, not for the original bug.
44599              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
44600              
44601              Compilation warnings and an error.
44602              
44603              Subject: File::Find 5.7.0 POD nits
44604              
44605              Subject: [PATCH perl-5.7.0] continued -Wformat support
44606              
44607              The one that got away.
44608              
44609              Subject: Re: perl@7078
44610              
44611              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
44612              convertable to bytes by checking it doesn't go above 0xc3
44613              Subject: Re: perl@7078
44614              
44615              Replace #7084 with
44616              Subject: Re: perl@7078 
44617              
44618              We don't need to count the high bit bytes, a boolean is enough. 
44619              
44620              Subject: [PATCH] utf8.c apidoc
44621              
44622              Subject: Re: perl@7078 
44623              
44624              Botched the #7090 check-in.
44625              
44626              Fix for the charnames.t failures from Spider Boardman.
44627              
44628              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
44629              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
44630              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
44631              0 to checking to get the warning.
44632              
44633              Subject: [PATCH] Nits in perlmod.pod
44634              
44635              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
44636              
44637              Subject: Re: unicode support and perl [ID 20000901.097]
44638              
44639              Subject: Re: unicode support and perl [ID 20000901.097]
44640              
44641              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
44642              
44643              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
44644              
44645              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
44646              
44647              Subject: [PATCH@blead] Fix some recursion in overload.pm
44648              
44649              s/Robin Parker/Robin Barker/
44650              
44651              Subject: [PATCH] Fix aliasing of tied filehandles
44652              
44653              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
44654              
44655              Subject: Re: [PATCH 5.005_64 missed]
44656              
44657              SOCK_DGRAM and listen() do not mix as reported in
44658              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
44659              The patch for 5.7.0+ had to be reengineered, though.
44660              
44661              Subject: DOC PATCH 5.6.0
44662              
44663              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
44664              
44665              Document the issue (is not a syntax error, kind of)
44666              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
44667              
44668              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
44669              Did not apply cleanly, manual intervention was needed.
44670              
44671              Subject: [PATCH] DLL not restartabke with threaded perl
44672              
44673              Inside require() $^S was always left undefined.
44674              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
44675              
44676              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
44677              
44678              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
44679              
44680              Regen headers.
44681              
44682              Subject: [PATCH 5.7.0] Epoc update
44683              
44684              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
44685              as suggested by Olaf Flebbe and Nick Clark.
44686              
44687              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
44688              
44689              Misplaced else.
44690              
44691              Scale down the VMS message boxes, by Charles Lane.
44692              Fix for ID 20000903.009, workaround at
44693              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
44694              
44695              Subject: [ID 20001003.006] B::Debug not -w clean
44696              
44697              Test harness update to sync with the new perlcc,
44698              from Simon Cozens.
44699              
44700              One remaining nit less at the VMS mailbox sizing.
44701              
44702              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44703              
44704              It is possible to have no hosts database at all.  Pointed out in
44705              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44706              
44707              Subject: [PATCH 5.7.0] h2xs not working
44708              Subject: [PATCH 5.7.0] h2xs not documenting the created module
44709              
44710              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
44711              
44712              Subject: perlhack.pod Patch for Externals Tools
44713              
44714              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
44715              
44716              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
44717              
44718              Enable disabling scripts installation by Configure -Uinstallscripts,
44719              suggested by H. Merijn Brand.
44720              
44721              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
44722              reported several times by Dominic Dunlop, for example in
44723              ID 20000315.008.  Patch from Dominic.  Patch affects at
44724              least MachTen, and possibly other oldish BSDs. Should not
44725              break non-broken platforms (tested on LinuxPPC). 
44726              
44727              Regen toc.
44728              
44729              Subject: Re: Questions about Tie::Array and perl modules
44730              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
44731              
44732              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
44733              
44734              Tweak #7153.
44735              
44736              IO::Handle->syswrite() did not handle length omission
44737              like CORE::syswrite() does.
44738              Subject: [Fwd] IO::Handle, syswrite and arguments
44739              The original patch from andrew@ugh.net.au.
44740              
44741              Also the $ccflags is needed for the C compiler check.
44742              Subject: Configure (check for C-compiler)
44743              
44744              Eliminate $Is_VMS code from the test.
44745              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
44746              
44747              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
44748              as the first option of cc/ld because of ultrapicky compilers
44749              (e.g. OS/390 R2.5)
44750              
44751              Change the version number of Tie::Handle in the core to 4.0,
44752              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
44753              Subject: Note on Tie::Handle
44754              
44755              UTF8ize split() so that the cloned substrings get the UTF8
44756              flag of the original scalar.  Problem reported by Simon Cozens.
44757              
44758              save_re_context() could reset PL_curcop to freed memory, causing core
44759              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
44760              
44761              Subject: PATCH 5.6 perldebguts grammar cleanup
44762              
44763              Add a todo note about overloadable assertions.
44764              
44765              on Windows, LoadLibrary() could load an extension DLL multiple
44766              times if forward slashes are used in the path
44767              
44768              on Windows, cwd strings in the environment should be of the
44769              form =X:=X:\foo instead of =X=X:\foo\
44770              
44771              on Windows, avoid potential exception (could happen if MSVCRT isn't
44772              being used) when closing a socket handle
44773              
44774              avoid nonportable example code
44775              
44776              Windows9x doesn't support link(), despite what Config.pm
44777              might think
44778              
44779              pod nit
44780              
44781              Change #7160 had a nasty typo.
44782              
44783              Warn about unknown scripts.
44784              Subject: Re: ideas? patches? [PATCH bleadperl]
44785              
44786              on Windows, clean targets might not work under some flavors of the shell
44787              
44788              tweak for change#7173
44789              
44790              Make eq work again with utf8 (disabling the upgrading
44791              should no more be necessary since the copies of the
44792              scalars are upgraded, not the scalars themselves).
44793              Takes care of ID 20001009.001.  (The claimed length()
44794              bug in 20001009.001 seems bogus to me.)
44795              
44796              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
44797              
44798              Upgrade to CGI.pm 2.74, from Lincoln Stein.
44799              
44800              Upgrade to podlators 1.04, from Russ Allbery.
44801              
44802              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
44803              
44804              Quote the temp file name, needed in Win32 because the
44805              default name unfortunately contains spaces, shouldn't
44806              hurt elsewhere.
44807              Subject: FW: perldoc fails if $TEMP contains spaces
44808              
44809              Subject: RE: [ID 19990803.001] README.win32 suggestions 
44810              
44811              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
44812              
44813              Subject: Re: utf8 concat, mg_get
44814              
44815              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
44816              
44817              Subject: [PATCH: perl@7181] op/tr tests on OS/390
44818              
44819              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
44820              
44821              Use the versiononly instead of the installscripts,
44822              retract the changes 7146 and 7147.
44823              
44824              Reapply Andy's patch and regen Configure.
44825              
44826              Add the test case for #7190, from the original bug report
44827              by Andreas König.
44828              
44829              Remove duplicated code.
44830              
44831              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
44832              
44833              restore change#7202
44834      Branch: maint-5.6/perl
44835           !> (integrate 121 files)
44836 ____________________________________________________________________________
44837 [  8155] By: jhi                                   on 2000/12/17  22:30:58
44838         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
44839              From: "Craig A. Berry" <craigberry@mac.com>
44840              Date: Sun, 17 Dec 2000 13:09:28 -0600
44841              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
44842              
44843              MAN.PODS => ' ' is naughty.
44844      Branch: perl
44845            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
44846 ____________________________________________________________________________
44847 [  8154] By: nick                                  on 2000/12/17  22:07:13
44848         Log: MULTIPLICITY nit.
44849      Branch: perl
44850            ! mg.c
44851 ____________________________________________________________________________
44852 [  8153] By: gsar                                  on 2000/12/17  21:23:05
44853         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
44854              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
44855              from mainline
44856              
44857              Document the SvIOK_.*UV().
44858              
44859              Update Unicode todo list.
44860              
44861              Guard against bad string->int conversion for quads.
44862              
44863              Subject: small apidoc fix
44864              
44865              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
44866              
44867              Subject: [PATCH] Tied filehandle documentation
44868              
44869              Subject: [PATCH] Modernize Opcode.pm documentation
44870              
44871              Make Data::Dumper (non-XS) to work with changed semantics of ref().
44872              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
44873              [applied even though said semantics didn't change in 5.6.x]
44874              
44875              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
44876              
44877              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
44878              
44879              Fix the URL, but the server is still missing in action.
44880              Subject: [ID 20000905.002] perlfaq1.pod URL error
44881              
44882              Subject: [ID 20000903.001] \w in utf8-strings
44883              
44884              Fix the ccversion detection for 5.1 and beyond.
44885              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44886              
44887              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
44888              
44889              Subject: [ID 20000904.008] Tiny fix for perldiag
44890              
44891              Subject: Re: [ID 20000906.004] segfault with bad perl statement
44892              
44893              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44894              
44895              Subject: [ID 20000908.002] perlipc documentation bug.
44896              
44897              Subject: [PATCH lib/Benchmark.pm]
44898              
44899              Re-allow vec() for characters > 255.
44900              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
44901              
44902              Do away with memory models cruft.  Sorry, PDP users.
44903              
44904              Continue #7041.
44905              
44906              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
44907              
44908              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
44909              
44910              Upgrade to CPAN 1.57_65, from Andreas König.
44911              
44912              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
44913              by Russ Allbery.
44914              
44915              Silence t/pod/*.t about alternate quote-mappings now implemented
44916              by Pod::Text, from Brad Appleton.
44917              
44918              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
44919              Subject: borland C++ win32.c tweak
44920              
44921              C<@a = @b = split(...)> optimization coredumps under ithreads
44922              (missed a spot when fixing up op_pmreplroot hack for ithreads)
44923              
44924              Document the SvUTF8*().
44925              
44926              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
44927              
44928              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
44929              
44930              Do in VMS as the #7054 does.
44931              
44932              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
44933              
44934              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
44935              
44936              Subject: [patch: perl@7045] vms updates
44937              
44938              Test for the #7049.
44939              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
44940              
44941              Break up the myconfig lines a bit.
44942              Subject: perlbug/perl -V output format
44943              
44944              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
44945              
44946              The #7054 truncated Configure badly.
44947              
44948              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
44949              initialization in all the threads on Windows
44950              
44951              Allow for whitespace between "#" and "line" in cpp output.
44952              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
44953              
44954              Remove vestiges of tr//CU.
44955              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44956              
44957              The return value of setlocale must be copied away.
44958              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
44959              
44960              Allow chop() and chomp() to be overridden.
44961              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
44962              
44963              Hints optimization.
44964              Subject: Minor nit
44965              
44966              Subject: [PATCH] de-wall t/README
44967              
44968              Subject: Re: Two advertising clauses need to be removed
44969      Branch: maint-5.6/perl
44970           !> (integrate 75 files)
44971 ____________________________________________________________________________
44972 [  8152] By: gsar                                  on 2000/12/17  20:30:11
44973         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
44974              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
44975              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
44976              
44977              Don't attach -ld to the archname if pointless.
44978              
44979              Document UNTIE in a very minimalistic way.
44980              
44981              POSIX doesn't report long double values under -Duselongdouble
44982              when the long doubles are "real" (bigger than doubles).
44983              
44984              More author updates.
44985              
44986              Try to deduce NV_MAX.  Really should be Configure fodder.
44987              
44988              :: not allowed in pathnames, change to .
44989              Subject: [PATCH perl@6938] cygwin port
44990              
44991              Forget about NV_MAX (#6951).  Various floating point tweaks,
44992              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
44993              
44994              Move the Solaris 7 scan to use64bitall, make the
44995              failure to find 64-bot sparc libc to mention the
44996              possibility of being in an intel, from Lupe and Alan.
44997              
44998              Regen perltoc.
44999              
45000              AUTHORS tweaks, from Peter Prymmer.
45001              
45002              More address tweaking.
45003              
45004              Small tweaks all over.
45005              
45006              File::Temp patches from Andreas König,
45007              
45008              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
45009              
45010              Subject: CPAN.pm beta 1.57_57 for the core
45011              
45012              Part of the solution.
45013              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
45014              
45015              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
45016              
45017              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45018              
45019              Add the overload warnings to perldiag.
45020              
45021              Drop unused argument.
45022              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
45023              
45024              Subject: Nit in Configure (bleadperl@6961)
45025              
45026              Update to PodParser 1.18, from Brad Appleton.
45027              
45028              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
45029              
45030              Subject: [PATCH: 6948] add SCNfldbl to configure.com
45031              
45032              Document UNTIE. Also tweak implementation to suppress the 'inner references'
45033              warning when UNTIE exists and instead pass the cound of extra references to
45034              the UNTIE method.
45035              
45036              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
45037              so that case-ignoring systems like DCL can tell them from
45038              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
45039              
45040              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45041              
45042              Feature ordering tweak.
45043              
45044              Regen perltoc.
45045              
45046              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
45047              
45048              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
45049              
45050              Subject: http:// in L<>
45051              
45052              Detypo.
45053              
45054              change#6791 accidentally clobbered change#6710, put it back
45055              
45056              Only the first line, thank you very much.
45057              
45058              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
45059              plus rework the http: spots as suggested by Tom Christiansen,
45060              plus regen perltoc.
45061              
45062              Undo part of change 6489 which looks like a bulk edit which
45063              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
45064              The supressing of main:: on return from select() is undesirable.
45065              
45066              Apparently avoiding the swapping is too costly.
45067              
45068              Various Configure nits by Philip Newton,
45069              plus the ebcdic one by me.
45070              
45071              Make certain cc is set before trying to run it.
45072              
45073              If overloaded %{} etc. return the object do not loop.
45074              Thus  sub deref { $_[0] } functions if object is wanted type.
45075              
45076              Update perlhist.
45077              
45078              More %{} and other deref special casing - do not pass to 'nomethod'.
45079      Branch: maint-5.6/perl
45080           !> (integrate 59 files)
45081 ____________________________________________________________________________
45082 [  8151] By: gsar                                  on 2000/12/17  19:14:38
45083         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
45084              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
45085              
45086              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
45087              
45088              Make the epsilon to be relative, not absolute.
45089              
45090              Put back the flags dump as reasoned in
45091              Subject: Re: [PATCH] Glob dumping
45092              
45093              Introduce ccname to keep track of what compiler kind of we have.
45094              
45095              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
45096              
45097              Put back the slice accidentally removed by #6907.
45098              
45099              Reset archname and archname64 always, forcing them be
45100              recomputed at each Configure run, make Configure and
45101              the hints files agree on the naming of largefiles variables.
45102              
45103              Don't say "Perl 5.0 source kit".
45104              
45105              Subject: [PATCH] fix misc cast warnings
45106              
45107              Subject: typos in pods
45108              
45109              NVs not necessarily doubles, as pointed out by Yitzchak.
45110              
45111              Subject: [PATCH 6889] add a few ldbl formats to configure.com
45112              
45113              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
45114              
45115              Better options for rsync.
45116              
45117              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
45118              
45119              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
45120              
45121              Subject: [PATCH] Re: UNTIE method 
45122              
45123              A better fix for the Socket building problem from Craig Berry.
45124              
45125              Retract the dummy test, skip the security tests (instead of failing),
45126              explain what the warnings mean.
45127              
45128              Heap decorruption.
45129              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
45130              
45131              Update to Unicode 3.0.1.
45132              
45133              Missed one Unicode file.
45134              
45135              Subject: Re: typos in pods
45136              
45137              The #6929 was too skimpy.
45138              
45139              sscanf() may be the only way to read long doubles from strings.
45140              
45141              Reveal Borland's isnan.
45142              Subject: build with BC++ tweak
45143              
45144              Issue useful diagnostic on unknown pod commands.
45145              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
45146              
45147              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
45148              
45149              Clarify the third case of ftmp-security warnings.
45150              
45151              Make -Dusemorebits find long doubles in Solaris.
45152              
45153              Wrap the test in eval.
45154      Branch: maint-5.6/perl
45155           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
45156           +> lib/unicode/PropList.txt lib/unicode/README.perl
45157           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
45158           +> lib/unicode/Unicode.301 vms/vmspipe.com
45159            - lib/unicode/Props.txt lib/unicode/UCD300.html
45160            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
45161           !> (integrate 305 files)
45162 ____________________________________________________________________________
45163 [  8150] By: jhi                                   on 2000/12/17  18:47:57
45164         Log: Uncheckedin generated files.
45165      Branch: perl
45166            ! global.sym perlapi.c pod/perlapi.pod
45167 ____________________________________________________________________________
45168 [  8149] By: jhi                                   on 2000/12/17  18:41:22
45169         Log: Update Changes.
45170      Branch: perl
45171            ! Changes patchlevel.h
45172 ____________________________________________________________________________
45173 [  8148] By: jhi                                   on 2000/12/17  18:39:16
45174         Log: Subject: [PATCH] Fcntl constants speedup
45175              From: Nicholas Clark <nick@ccl4.org>
45176              Date: Sun, 17 Dec 2000 16:29:24 +0000
45177              Message-ID: <20001217162924.E97668@plum.flirble.org>
45178              
45179              Use IVs for the Fcntl constants instead of NVs.
45180      Branch: perl
45181            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
45182 ____________________________________________________________________________
45183 [  8147] By: jhi                                   on 2000/12/17  18:33:41
45184         Log: Add test for #8145 (binmode() warning), add warning for
45185              ioctl() and sockpair(), document them. (fileno() cannot
45186              be tripwired with the same kind of warning because
45187              'defined fileno($foo)' seems to be an idiom.)
45188      Branch: perl
45189            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
45190 ____________________________________________________________________________
45191 [  8146] By: gsar                                  on 2000/12/17  18:09:08
45192         Log: update Changes
45193      Branch: maint-5.6/perl
45194            ! Changes
45195 ____________________________________________________________________________
45196 [  8145] By: jhi                                   on 2000/12/17  17:39:35
45197         Log: Subject: [PATCH] Re: The long awaited feature ...
45198              From: Simon Cozens <simon@cozens.net>
45199              Date: Sun, 17 Dec 2000 12:31:56 +0000
45200              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
45201              
45202              Add a warning to binmode() about using bad filehandles
45203              (can happen e.g. if someone forgets the filehandle argument)
45204      Branch: perl
45205            ! pp_sys.c
45206 ____________________________________________________________________________
45207 [  8144] By: jhi                                   on 2000/12/17  17:33:48
45208         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
45209              From: Jonathan Stowe <gellyfish@gellyfish.com>
45210              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
45211              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
45212      Branch: perl
45213            ! lib/Net/Ping.pm
45214 ____________________________________________________________________________
45215 [  8143] By: jhi                                   on 2000/12/17  05:31:37
45216         Log: Polymorphic regexps.
45217              
45218              Fixes at least the bugs 20001028.003 (both of them...) and
45219              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
45220              also to be fixed by now, probably already before this patch.
45221      Branch: perl
45222            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
45223            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
45224            ! t/op/utf8decode.t t/pragma/utf8.t
45225 ____________________________________________________________________________
45226 [  8142] By: jhi                                   on 2000/12/16  17:16:05
45227         Log: Subject: [patch perl@8102] dos/djgpp update
45228              From: Laszlo Molnar <ml1050@freemail.hu>
45229              Date: Sat, 16 Dec 2000 01:40:52 +0100
45230              Message-ID: <20001216014052.A335@freemail.hu>
45231      Branch: perl
45232            ! djgpp/config.over t/base/commonsense.t
45233 ____________________________________________________________________________
45234 [  8141] By: jhi                                   on 2000/12/16  17:09:27
45235         Log: Few uncheckedin files.
45236      Branch: perl
45237            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
45238 ____________________________________________________________________________
45239 [  8140] By: nick                                  on 2000/12/15  22:14:31
45240         Log: Integrate mainline
45241      Branch: perlio
45242           !> (integrate 53 files)
45243 ____________________________________________________________________________
45244 [  8139] By: jhi                                   on 2000/12/15  19:49:49
45245         Log: One more IVUV tweak from Nicholas Clark.
45246      Branch: perl
45247            ! sv.c
45248 ____________________________________________________________________________
45249 [  8138] By: jhi                                   on 2000/12/15  19:17:06
45250         Log: Return of the IVUV-preservation, now seems to be happy even
45251              in Digital UNIX (the broken strtoul brokenness detection
45252              seems to have been the fly in the ointment).
45253      Branch: perl
45254            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45255            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
45256            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
45257            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
45258            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45259            ! vos/config.ga.h win32/config.bc win32/config.gc
45260            ! win32/config.vc
45261 ____________________________________________________________________________
45262 [  8137] By: jhi                                   on 2000/12/15  18:12:14
45263         Log: Metaconfig unit change for #8136.
45264      Branch: metaconfig
45265            ! U/modified/d_strtoul.U
45266      Branch: metaconfig/U/perl
45267            ! d_strtoull.U d_strtouq.U
45268 ____________________________________________________________________________
45269 [  8136] By: jhi                                   on 2000/12/15  18:11:35
45270         Log: I don't think it's sensible or portable to test the strtou*
45271              on /^-/ strings.
45272      Branch: perl
45273            ! Configure
45274 ____________________________________________________________________________
45275 [  8135] By: jhi                                   on 2000/12/15  17:18:49
45276         Log: Metaconfig unit change for #8134.
45277      Branch: metaconfig
45278            ! U/modified/d_strtoul.U
45279 ____________________________________________________________________________
45280 [  8134] By: jhi                                   on 2000/12/15  17:14:13
45281         Log: If longsize is 8 we don't need a LL suffix for integer constants.
45282      Branch: perl
45283            ! Configure config_h.SH
45284 ____________________________________________________________________________
45285 [  8133] By: jhi                                   on 2000/12/15  16:00:23
45286         Log: Update Changes.
45287      Branch: perl
45288            ! Changes patchlevel.h
45289 ____________________________________________________________________________
45290 [  8132] By: jhi                                   on 2000/12/15  15:44:16
45291         Log: Some compilers get huffy if you do not cast a const pointer
45292              to a non-const when assigning.
45293      Branch: perl
45294            ! gv.c
45295 ____________________________________________________________________________
45296 [  8131] By: jhi                                   on 2000/12/15  15:38:30
45297         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
45298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45299              Date: Fri, 15 Dec 2000 05:26:57 -0500
45300              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
45301      Branch: perl
45302            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
45303            ! t/pragma/overload.t
45304 ____________________________________________________________________________
45305 [  8130] By: jhi                                   on 2000/12/15  15:36:08
45306         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
45307              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45308              Date: Thu, 14 Dec 2000 22:02:43 -0500
45309              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
45310      Branch: perl
45311            ! gv.c perl.h
45312 ____________________________________________________________________________
45313 [  8129] By: jhi                                   on 2000/12/15  15:34:16
45314         Log: Subject: PATCH: h2xs nit
45315              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45316              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
45317              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
45318              
45319              Add a template README.
45320      Branch: perl
45321            ! utils/h2xs.PL
45322 ____________________________________________________________________________
45323 [  8128] By: jhi                                   on 2000/12/15  15:32:22
45324         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
45325      Branch: perl
45326            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
45327 ____________________________________________________________________________
45328 [  8127] By: jhi                                   on 2000/12/15  15:19:34
45329         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
45330              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45331              Date:     Thu, 14 Dec 2000 20:04:42 EST
45332              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
45333      Branch: perl
45334            ! ext/Opcode/Opcode.xs
45335 ____________________________________________________________________________
45336 [  8126] By: jhi                                   on 2000/12/15  15:17:49
45337         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
45338              From: Peter Prymmer <pvhp@forte.com>
45339              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
45340              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
45341      Branch: perl
45342            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
45343            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
45344            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
45345 ____________________________________________________________________________
45346 [  8125] By: jhi                                   on 2000/12/15  15:11:05
45347         Log: This seems to be a stage sane and stable enough to checkin.
45348              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
45349      Branch: perl
45350            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
45351            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
45352            ! t/op/cmp.t t/op/numconvert.t
45353 ____________________________________________________________________________
45354 [  8124] By: jhi                                   on 2000/12/15  04:20:26
45355         Log: Something is really wonky.
45356      Branch: perl
45357            ! sv.c
45358 ____________________________________________________________________________
45359 [  8123] By: jhi                                   on 2000/12/15  04:00:50
45360         Log: Fixes for the IV UV patches to compile in Digital UNIX.
45361      Branch: perl
45362            ! sv.c
45363 ____________________________________________________________________________
45364 [  8122] By: jhi                                   on 2000/12/15  02:53:40
45365         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
45366              From: "Craig A. Berry" <craigberry@mac.com>
45367              Date: Thu, 14 Dec 2000 19:10:49 -0600
45368              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
45369      Branch: perl
45370            ! vms/vms.c
45371 ____________________________________________________________________________
45372 [  8121] By: jhi                                   on 2000/12/15  02:50:00
45373         Log: Metaconfig changes for #8120.
45374      Branch: metaconfig
45375            + U/modified/d_strtoul.U
45376      Branch: metaconfig/U/perl
45377            ! d_strtoull.U d_strtouq.U
45378 ____________________________________________________________________________
45379 [  8120] By: jhi                                   on 2000/12/15  02:49:42
45380         Log: From: Nicholas Clark <nick@ccl4.org> 
45381              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
45382              Date: Thu, 14 Dec 2000 18:38:57 +0000
45383              Message-ID: <20001214183857.B97909@plum.flirble.org>
45384      Branch: perl
45385            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45386            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
45387            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
45388            ! vos/config.ga.def vos/config.ga.h win32/config.bc
45389            ! win32/config.gc win32/config.vc
45390 ____________________________________________________________________________
45391 [  8119] By: jhi                                   on 2000/12/14  23:40:58
45392         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
45393              From: Nicholas Clark <nick@ccl4.org>
45394              Date: Wed, 13 Dec 2000 20:08:50 +0000
45395              Message-ID: <20001213200849.B71166@plum.flirble.org>
45396      Branch: perl
45397            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
45398            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
45399 ____________________________________________________________________________
45400 [  8118] By: jhi                                   on 2000/12/14  22:46:26
45401         Log: Integrate perlio.
45402      Branch: perl
45403           !> MANIFEST ext/Encode/compile makedef.pl
45404 ____________________________________________________________________________
45405 [  8117] By: nick                                  on 2000/12/14  22:38:53
45406         Log: Win32 tweaks to get Encode to build
45407              - temp hack to makedef.pl till PerlIO is properly "exported".
45408              - MSVC dislikes  
45409              static encpage_t foo[];
45410              so make 'em extern for now.
45411      Branch: perlio
45412            ! ext/Encode/compile makedef.pl
45413 ____________________________________________________________________________
45414 [  8116] By: nick                                  on 2000/12/14  22:00:53
45415         Log: Document the new files
45416      Branch: perlio
45417            ! MANIFEST
45418 ____________________________________________________________________________
45419 [  8115] By: jhi                                   on 2000/12/14  21:58:01
45420         Log: MANIFEST new files of #8114.
45421      Branch: perl
45422            ! MANIFEST
45423 ____________________________________________________________________________
45424 [  8114] By: jhi                                   on 2000/12/14  21:50:49
45425         Log: Integrate perlio.
45426      Branch: perl
45427           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
45428           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
45429           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
45430           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
45431           !> ext/Encode/Makefile.PL
45432 ____________________________________________________________________________
45433 [  8113] By: jhi                                   on 2000/12/14  21:48:49
45434         Log: The documentation part of the
45435              
45436              Subject: [ID 20001214.002] Net::Ping patch
45437              From: Jonathan Stowe <gellyfish@gellyfish.com>
45438              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
45439              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
45440              since the #7529 had already addressed the same problem.
45441      Branch: perl
45442            ! lib/Net/Ping.pm
45443 ____________________________________________________________________________
45444 [  8112] By: jhi                                   on 2000/12/14  21:42:57
45445         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
45446              From: Dominic Dunlop <domo@computer.org>
45447              Date: Tue, 12 Dec 2000 10:47:10 +0100
45448              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
45449              
45450              Document how elusive subroutines can be.
45451      Branch: perl
45452            ! pod/perlfunc.pod
45453 ____________________________________________________________________________
45454 [  8111] By: jhi                                   on 2000/12/14  21:38:05
45455         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
45456              From: Dominic Dunlop <domo@computer.org>
45457              Date: Thu, 14 Dec 2000 10:13:51 +0100
45458              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
45459      Branch: perl
45460            ! ext/POSIX/POSIX.pod
45461 ____________________________________________________________________________
45462 [  8110] By: jhi                                   on 2000/12/14  21:36:32
45463         Log: Subject: [patch] perlfaq7
45464              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
45465              Date: Thu, 14 Dec 2000 15:31:07 +0100
45466              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
45467      Branch: perl
45468            ! pod/perlfaq7.pod
45469 ____________________________________________________________________________
45470 [  8109] By: jhi                                   on 2000/12/14  21:29:20
45471         Log: Subject: [8104] Encode
45472              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45473              Date: Thu, 14 Dec 2000 14:49:34 +0100
45474              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
45475              
45476              Type casting for nervous compilers.
45477      Branch: perl
45478            ! ext/Encode/Encode.xs
45479 ____________________________________________________________________________
45480 [  8108] By: jhi                                   on 2000/12/14  21:26:17
45481         Log: Subject: [8104] DB_File
45482              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45483              Date: Thu, 14 Dec 2000 14:49:35 +0100
45484              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
45485              
45486              Type definition incorrect for DB 2.7.7.  Not known when it
45487              changed, so only changed it for a known revision.
45488      Branch: perl
45489            ! ext/DB_File/DB_File.xs
45490 ____________________________________________________________________________
45491 [  8107] By: jhi                                   on 2000/12/14  21:23:41
45492         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
45493              From: Peter Prymmer <pvhp@forte.com>
45494              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
45495              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
45496              
45497              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
45498      Branch: perl
45499            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
45500            ! ext/Encode/Encode/posix-bc.enc
45501 ____________________________________________________________________________
45502 [  8106] By: nick                                  on 2000/12/14  20:36:13
45503         Log: "Cold" build correction to Encode's Makefile.PL
45504      Branch: perlio
45505            ! ext/Encode/Makefile.PL
45506 ____________________________________________________________________________
45507 [  8105] By: nick                                  on 2000/12/14  20:09:37
45508         Log: "Compiled" encodings.
45509              Correct replacement character in EBCDIC .enc files
45510              Add 0x7F to ASCII repertoire.
45511      Branch: perlio
45512            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
45513            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
45514            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
45515            ! ext/Encode/Makefile.PL ext/Encode/compile
45516            ! ext/Encode/encengine.c ext/Encode/encode.h
45517 ____________________________________________________________________________
45518 [  8104] By: nick                                  on 2000/12/14  00:38:20
45519         Log: Integrate mainline
45520      Branch: perlio
45521           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
45522           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
45523           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
45524           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
45525           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
45526           !> t/lib/db-hash.t t/lib/db-recno.t
45527 ____________________________________________________________________________
45528 [  8103] By: nick                                  on 2000/12/13  23:16:13
45529         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
45530              so far and so it does not get lost.
45531      Branch: perlio
45532            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
45533 ____________________________________________________________________________
45534 [  8102] By: jhi                                   on 2000/12/13  17:14:22
45535         Log: Update Changes.
45536      Branch: perl
45537            ! Changes patchlevel.h
45538 ____________________________________________________________________________
45539 [  8101] By: jhi                                   on 2000/12/13  16:53:41
45540         Log: Move the proto of start_glob() to a better place; regen api files.
45541      Branch: perl
45542            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
45543 ____________________________________________________________________________
45544 [  8100] By: jhi                                   on 2000/12/13  16:47:11
45545         Log: Metaconfig change for #8099.
45546      Branch: metaconfig
45547            ! U/modified/Head.U
45548 ____________________________________________________________________________
45549 [  8099] By: jhi                                   on 2000/12/13  16:46:48
45550         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
45551              From: Andy Dougherty <doughera@lafayette.edu>
45552              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
45553              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
45554      Branch: perl
45555            ! Configure
45556 ____________________________________________________________________________
45557 [  8098] By: jhi                                   on 2000/12/13  16:39:02
45558         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
45559              From: rspier@pobox.com (Robert Spier)
45560              Date: Tue, 12 Dec 2000 21:12:39 -0500
45561              Message-ID: <14902.56087.678086.725773@rls.cx>
45562              
45563              fastgetcwd is defined using a glob alias on a $^O dependent basis -
45564              and there was no default assignment or perl subroutine.
45565      Branch: perl
45566            ! lib/Cwd.pm
45567 ____________________________________________________________________________
45568 [  8097] By: jhi                                   on 2000/12/13  16:16:01
45569         Log: Subject: [PATCH] move startglob out of pp_hot.c
45570              From: Nicholas Clark <nick@ccl4.org>
45571              Date: Mon, 11 Dec 2000 23:16:39 +0000
45572              Message-ID: <20001211231638.A55550@plum.flirble.org>
45573      Branch: perl
45574            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
45575 ____________________________________________________________________________
45576 [  8096] By: jhi                                   on 2000/12/13  15:26:23
45577         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
45578              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
45579              Date: Wed, 13 Dec 2000 14:01:37 +0100
45580              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
45581              
45582              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
45583              in turn requires libpthread in libswanted.
45584      Branch: perl
45585            ! hints/hpux.sh
45586 ____________________________________________________________________________
45587 [  8095] By: jhi                                   on 2000/12/12  19:51:05
45588         Log: The integration wars continue.
45589      Branch: perl
45590           !> sv.c
45591 ____________________________________________________________________________
45592 [  8094] By: jhi                                   on 2000/12/12  19:48:26
45593         Log: Subject: [PATCH perl@8070] DB_File-1.74  
45594              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
45595              Date: Mon, 11 Dec 2000 23:07:17 -0000
45596              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
45597      Branch: perl
45598            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45599            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
45600            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
45601            ! t/lib/db-recno.t
45602 ____________________________________________________________________________
45603 [  8093] By: nick                                  on 2000/12/12  19:42:13
45604         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
45605      Branch: perlio
45606            ! sv.c
45607           !> lib/File/DosGlob.pm
45608 ____________________________________________________________________________
45609 [  8092] By: jhi                                   on 2000/12/12  19:28:11
45610         Log: Integrate perlio.
45611      Branch: perl
45612           !> sv.c
45613 ____________________________________________________________________________
45614 [  8091] By: nick                                  on 2000/12/12  18:49:45
45615         Log: Fix for Tk, and upgrading shared SVs.
45616      Branch: perlio
45617            ! sv.c
45618 ____________________________________________________________________________
45619 [  8090] By: jhi                                   on 2000/12/12  16:48:59
45620         Log: Subject: [PATCH] Re: Breadperl & Tk
45621              From: Nick Ing-Simmons <nik@tiuk.ti.com>
45622              Date: Tue, 12 Dec 2000 14:48:27 GMT
45623              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
45624      Branch: perl
45625            ! sv.c
45626 ____________________________________________________________________________
45627 [  8089] By: jhi                                   on 2000/12/12  03:37:19
45628         Log: Subject: DosGlob.pm diff for bash style brace expansion.
45629              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
45630              Date: Fri, 8 Dec 2000 10:45:30 -0600
45631              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
45632      Branch: perl
45633            ! lib/File/DosGlob.pm
45634 ____________________________________________________________________________
45635 [  8088] By: nick                                  on 2000/12/11  23:59:59
45636         Log: Integrate mainline
45637      Branch: perlio
45638           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
45639           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
45640           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
45641           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
45642           !> t/op/local.t t/pragma/warn/toke toke.c
45643 ____________________________________________________________________________
45644 [  8087] By: jhi                                   on 2000/12/11  23:20:23
45645         Log: Integrate perlio.
45646      Branch: perl
45647           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
45648 ____________________________________________________________________________
45649 [  8086] By: jhi                                   on 2000/12/11  22:50:59
45650         Log: Tune further the OS detection of CGI.
45651      Branch: perl
45652            ! lib/CGI.pm
45653 ____________________________________________________________________________
45654 [  8085] By: nick                                  on 2000/12/11  22:50:46
45655         Log: Finish 1st pass of "encoding" layer e.g. :
45656              open($fh,"<encoding(iso8859-7)",$greek) || die;
45657      Branch: perlio
45658            ! ext/Encode/Encode.xs perlio.c perliol.h
45659 ____________________________________________________________________________
45660 [  8084] By: jhi                                   on 2000/12/11  22:32:06
45661         Log: Revert the -f ambiguousity patch, seems to cause
45662              too much hassle (the interpret -Q as a function
45663              where Q is not a known filetest part is left in).
45664      Branch: perl
45665            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
45666            ! toke.c
45667 ____________________________________________________________________________
45668 [  8083] By: jhi                                   on 2000/12/11  22:27:23
45669         Log: (accidentally empty check-in)
45670      Branch: perl
45671            ! lib/File/DosGlob.pm
45672 ____________________________________________________________________________
45673 [  8082] By: nick                                  on 2000/12/11  19:09:51
45674         Log: Restore mmap function (broken by tweaks to shared buffer
45675              layer for encode(xxxx)).
45676      Branch: perlio
45677            ! perlio.c
45678 ____________________________________________________________________________
45679 [  8081] By: jhi                                   on 2000/12/11  18:29:13
45680         Log: Subject: Re: The long awaited feature ...
45681              From: Simon Cozens <simon@cozens.net>
45682              Date: Mon, 11 Dec 2000 15:54:24 +0000
45683              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
45684              
45685              More io/utf8 tests.
45686      Branch: perl
45687            ! t/io/utf8.t
45688 ____________________________________________________________________________
45689 [  8080] By: jhi                                   on 2000/12/11  18:19:36
45690         Log: Subject: PATCH MakeMaker manpage clarification
45691              From: andreas.koenig@anima.de (Andreas J. Koenig)
45692              Date: 10 Dec 2000 20:46:13 +0100
45693              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
45694      Branch: perl
45695            ! lib/ExtUtils/MakeMaker.pm
45696 ____________________________________________________________________________
45697 [  8079] By: jhi                                   on 2000/12/11  15:35:07
45698         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
45699              From: Simon Cozens <simon@cozens.net>
45700              Date: Sun, 10 Dec 2000 19:06:19 +0000
45701              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
45702      Branch: perl
45703            ! ext/B/B/Deparse.pm t/lib/b.t
45704 ____________________________________________________________________________
45705 [  8078] By: jhi                                   on 2000/12/11  15:09:11
45706         Log: Subject: [PATCH] docs on NaN
45707              From: Nicholas Clark <nick@ccl4.org>
45708              Date: Mon, 11 Dec 2000 01:48:38 +0000
45709              Message-ID: <20001211014838.B99205@plum.flirble.org>
45710      Branch: perl
45711            ! pod/perlop.pod
45712 ____________________________________________________________________________
45713 [  8077] By: jhi                                   on 2000/12/11  15:02:21
45714         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
45715              From: Simon Cozens <simon@cozens.net>
45716              Date: Mon, 11 Dec 2000 01:21:45 +0000
45717              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
45718      Branch: perl
45719            ! pp.c pp_hot.c scope.c t/op/local.t
45720 ____________________________________________________________________________
45721 [  8076] By: nick                                  on 2000/12/10  20:43:32
45722         Log: Not merge worthy...
45723              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
45724              syntax is modelled on attributes.
45725              Untested fix for io/utf8 on Win32 etc.
45726              Very clumsy start to the encode layer.
45727      Branch: perlio
45728            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
45729 ____________________________________________________________________________
45730 [  8075] By: jhi                                   on 2000/12/10  18:39:33
45731         Log: Darwin is not Windows.
45732      Branch: perl
45733            ! lib/CGI.pm
45734 ____________________________________________________________________________
45735 [  8074] By: jhi                                   on 2000/12/10  18:31:27
45736         Log: Subject: Ambiguous -%c() resolved as a file test
45737              From: "Paul Marquess" <Paul.Marquess@openwave.com>
45738              Date: Sun, 10 Dec 2000 15:35:07 -0000
45739              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
45740      Branch: perl
45741            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
45742 ____________________________________________________________________________
45743 [  8073] By: jhi                                   on 2000/12/10  18:16:29
45744         Log: Subject: PATCH installperl misinformed 
45745              From: andreas.koenig@anima.de (Andreas J. Koenig)
45746              Date: 10 Dec 2000 13:01:32 +0100 
45747              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
45748      Branch: perl
45749            ! installperl
45750 ____________________________________________________________________________
45751 [  8072] By: jhi                                   on 2000/12/10  18:07:55
45752         Log: The walkoptree confusion rages; walkoptree() seems to be coming
45753              from B.xs, while walkoptree_slow() comes from B.pm.
45754      Branch: perl
45755            ! ext/B/B.pm
45756 ____________________________________________________________________________
45757 [  8071] By: nick                                  on 2000/12/10  11:45:47
45758         Log: Integrate mainline
45759      Branch: perlio
45760           +> t/base/commonsense.t
45761           !> (integrate 37 files)
45762 ____________________________________________________________________________
45763 [  8070] By: jhi                                   on 2000/12/10  04:46:21
45764         Log: Update Changes.
45765      Branch: perl
45766            ! Changes patchlevel.h
45767 ____________________________________________________________________________
45768 [  8069] By: jhi                                   on 2000/12/10  04:39:19
45769         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
45770              From: andreas.koenig@anima.de (Andreas J. Koenig)
45771              Date: 09 Dec 2000 17:14:25 +0100
45772              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
45773      Branch: perl
45774            + t/base/commonsense.t
45775            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
45776 ____________________________________________________________________________
45777 [  8068] By: jhi                                   on 2000/12/10  04:17:36
45778         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
45779              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45780              Date: Sat, 9 Dec 2000 16:47:22 -0000
45781              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
45782      Branch: perl
45783            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
45784            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
45785            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
45786            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
45787            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
45788            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
45789            ! t/lib/sdbm.t
45790 ____________________________________________________________________________
45791 [  8067] By: jhi                                   on 2000/12/10  03:52:02
45792         Log: Test case for #8066.
45793      Branch: perl
45794            ! t/op/misc.t
45795 ____________________________________________________________________________
45796 [  8066] By: jhi                                   on 2000/12/10  03:50:30
45797         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
45798              From: Simon Cozens <simon@cozens.net>
45799              Date: Sun, 10 Dec 2000 00:55:37 +0000
45800              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
45801      Branch: perl
45802            ! pp_sys.c
45803 ____________________________________________________________________________
45804 [  8065] By: jhi                                   on 2000/12/10  03:44:52
45805         Log: Test case for #8064.
45806      Branch: perl
45807            ! t/comp/proto.t
45808 ____________________________________________________________________________
45809 [  8064] By: jhi                                   on 2000/12/10  03:42:32
45810         Log: Subject: Re: prototype of substr
45811              From: Simon Cozens <simon@cozens.net>
45812              Date: Sun, 10 Dec 2000 00:13:33 +0000
45813              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
45814              
45815              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
45816              In other words, make the returned prototypes for any function
45817              stop prepending the ';' optionality marker after the first one.
45818              If they start getting optional, all the rest are optional.
45819      Branch: perl
45820            ! pp.c
45821 ____________________________________________________________________________
45822 [  8063] By: jhi                                   on 2000/12/10  03:39:42
45823         Log: Subject: [PATCH] perlguts.pod
45824              From: Simon Cozens <simon@cozens.net>
45825              Date: Sun, 10 Dec 2000 00:06:47 +0000
45826              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
45827              
45828              Documentation of the different types of ops,
45829              plus the functions in dump.c
45830      Branch: perl
45831            ! pod/perlguts.pod
45832 ____________________________________________________________________________
45833 [  8062] By: jhi                                   on 2000/12/10  03:30:04
45834         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
45835              From: Nicholas Clark <nick@talking.bollo.cx>
45836              Date: Sat, 09 Dec 2000 18:57:25 +0000
45837              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
45838              
45839              Be more robust in weird hostname setups.
45840      Branch: perl
45841            ! t/lib/net-hostent.t
45842 ____________________________________________________________________________
45843 [  8061] By: jhi                                   on 2000/12/10  03:28:21
45844         Log: Pacify fussy compiler. 
45845      Branch: perl
45846            ! pp_sys.c
45847 ____________________________________________________________________________
45848 [  8060] By: jhi                                   on 2000/12/10  02:52:46
45849         Log: Integrate perlio.
45850      Branch: perl
45851           !> pp_sys.c t/io/utf8.t
45852 ____________________________________________________________________________
45853 [  8059] By: nick                                  on 2000/12/09  23:40:14
45854         Log: read/sysread/recv should now be utf8 aware.
45855              Basic test for utf8 read.
45856      Branch: perlio
45857            ! pp_sys.c t/io/utf8.t
45858 ____________________________________________________________________________
45859 [  8058] By: jhi                                   on 2000/12/09  21:56:02
45860         Log: Integrate perlio.
45861      Branch: perl
45862           +> t/io/utf8.t
45863           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
45864 ____________________________________________________________________________
45865 [  8057] By: jhi                                   on 2000/12/09  21:53:35
45866         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
45867              From: Inaba Hiroto <inaba@st.rim.or.jp>
45868              Date: Sun, 10 Dec 2000 05:53:21 +0900
45869              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
45870              
45871              Tests for #8056.
45872      Branch: perl
45873            ! t/op/each.t
45874 ____________________________________________________________________________
45875 [  8056] By: jhi                                   on 2000/12/09  21:51:16
45876         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
45877              From: Inaba Hiroto <inaba@st.rim.or.jp>
45878              Date: Sat, 09 Dec 2000 18:02:00 +0900
45879              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
45880              
45881              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
45882      Branch: perl
45883            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
45884 ____________________________________________________________________________
45885 [  8055] By: nick                                  on 2000/12/09  20:11:48
45886         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
45887              than raw PerlIO_write() - does not seem to break any tests.
45888      Branch: perlio
45889            ! pp_sys.c
45890 ____________________________________________________________________________
45891 [  8054] By: nick                                  on 2000/12/09  19:47:30
45892         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
45893              (sysread, recv and write i.e. formats still to do...)
45894              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
45895              open($fh,">:utf8","name")
45896              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
45897              so no extra overhead is involved.
45898              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
45899              to a non-utf8 stream.
45900              Add initial io/utf8.t
45901              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
45902              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
45903              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
45904      Branch: perlio
45905            + t/io/utf8.t
45906            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
45907 ____________________________________________________________________________
45908 [  8053] By: nick                                  on 2000/12/09  19:26:37
45909         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
45910              was only testing this_utf8.
45911      Branch: perlio
45912            ! toke.c
45913 ____________________________________________________________________________
45914 [  8052] By: nick                                  on 2000/12/09  19:09:41
45915         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
45916              i.e. the output string has one, but don't mess with source assumption.
45917      Branch: perlio
45918            ! toke.c
45919 ____________________________________________________________________________
45920 [  8051] By: jhi                                   on 2000/12/09  16:55:17
45921         Log: Integrate perlio.
45922      Branch: perl
45923           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
45924           !> sv.c thrdvar.h util.c
45925 ____________________________________________________________________________
45926 [  8050] By: jhi                                   on 2000/12/09  16:48:07
45927         Log: Nits noticed by Peter Prymmer.
45928      Branch: perl
45929            ! lib/ExtUtils/MM_VMS.pm
45930 ____________________________________________________________________________
45931 [  8049] By: nick                                  on 2000/12/09  13:49:40
45932         Log: UTF8 output prework.
45933              - Store $\ and $, as SVs so they can have SvUTF8 flag
45934              - use do_print() rather than raw PerlIO_write() to print them.
45935      Branch: perlio
45936            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
45937            ! thrdvar.h util.c
45938 ____________________________________________________________________________
45939 [  8048] By: nick                                  on 2000/12/09  12:30:43
45940         Log: Integrate mainline.
45941      Branch: perlio
45942           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
45943           +> t/op/reverse.t
45944           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
45945           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
45946           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
45947           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
45948           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
45949           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
45950 ____________________________________________________________________________
45951 [  8047] By: jhi                                   on 2000/12/09  00:23:27
45952         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
45953              From: Michael G Schwern <schwern@pobox.com>
45954              Date: Fri, 8 Dec 2000 14:43:04 -0600
45955      Branch: perl
45956            ! lib/ExtUtils/MM_VMS.pm
45957 ____________________________________________________________________________
45958 [  8046] By: jhi                                   on 2000/12/08  23:10:27
45959         Log: A missed check-in.
45960      Branch: perl
45961            ! lib/ExtUtils/Manifest.pm
45962 ____________________________________________________________________________
45963 [  8045] By: jhi                                   on 2000/12/08  21:57:12
45964         Log: (null check-in)
45965      Branch: perl
45966            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
45967 ____________________________________________________________________________
45968 [  8044] By: jhi                                   on 2000/12/08  21:11:06
45969         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
45970              at the final draft stage.
45971      Branch: perl
45972            + ext/Encode/Encode/iso8859-16.enc
45973            ! MANIFEST
45974 ____________________________________________________________________________
45975 [  8043] By: jhi                                   on 2000/12/08  16:39:04
45976         Log: Update Changes.
45977      Branch: perl
45978            ! Changes patchlevel.h
45979 ____________________________________________________________________________
45980 [  8042] By: jhi                                   on 2000/12/08  16:33:39
45981         Log: Do not return the Unicode replacement character if UTF-8
45982              decoding goes awry, it should be up to the caller to decide.
45983      Branch: perl
45984            ! pod/perlapi.pod utf8.c
45985 ____________________________________________________________________________
45986 [  8041] By: jhi                                   on 2000/12/08  16:22:28
45987         Log: metaconfig maintenance.
45988      Branch: metaconfig
45989            ! U/modified/stdchar.U
45990      Branch: metaconfig/U/perl
45991            + testsyml.U
45992 ____________________________________________________________________________
45993 [  8040] By: jhi                                   on 2000/12/08  16:03:08
45994         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
45995              From: sthoenna@efn.org
45996              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
45997              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
45998      Branch: perl
45999            ! Changes lib/ExtUtils/MM_OS2.pm
46000 ____________________________________________________________________________
46001 [  8039] By: jhi                                   on 2000/12/08  15:57:11
46002         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
46003              From: Simon Cozens <simon@cozens.net>
46004              Date: Fri, 8 Dec 2000 13:33:31 +0000
46005              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
46006              
46007              (The pp_hot part needed a rewrite.)
46008      Branch: perl
46009            ! doop.c pp_hot.c utf8.c
46010 ____________________________________________________________________________
46011 [  8038] By: jhi                                   on 2000/12/08  15:25:08
46012         Log: Subject: djSP
46013              From: Michael Stevens <michael@etla.org>
46014              Date: Wed, 6 Dec 2000 23:24:01 +0000
46015              Message-ID: <20001206232400.A21381@firedrake.org>
46016              
46017              Plus a note from Nick Ing-Simmons.
46018      Branch: perl
46019            ! pp.h
46020 ____________________________________________________________________________
46021 [  8037] By: jhi                                   on 2000/12/08  15:18:35
46022         Log: Filetype is text.
46023      Branch: perl
46024            ! t/op/utf8decode.t
46025 ____________________________________________________________________________
46026 [  8036] By: jhi                                   on 2000/12/08  03:31:27
46027         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46028              From: Andy Dougherty <doughera@lafayette.edu>
46029              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
46030              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
46031              
46032              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46033              From: Andy Dougherty <doughera@lafayette.edu>
46034              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
46035              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
46036      Branch: perl
46037            + ext/POSIX/hints/svr4.pl
46038            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
46039 ____________________________________________________________________________
46040 [  8035] By: jhi                                   on 2000/12/08  03:26:01
46041         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
46042              From: Andy Dougherty <doughera@lafayette.edu>
46043              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
46044              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
46045      Branch: perl
46046            ! t/README t/base/term.t
46047 ____________________________________________________________________________
46048 [  8034] By: jhi                                   on 2000/12/08  03:21:59
46049         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
46050              From: mjd@plover.com  
46051              Date: 7 Dec 2000 21:04:20 -0000
46052              Message-ID: <20001207210420.22282.qmail@plover.com>
46053              
46054              Plus -z doc.
46055      Branch: perl
46056            ! pod/perlfunc.pod
46057 ____________________________________________________________________________
46058 [  8033] By: jhi                                   on 2000/12/08  03:19:03
46059         Log: Use the UTF8 macros a bit.  They can't be used with abandon
46060              everywhere because we do generate illegal UTF-8 in some situations.
46061              This is of course naughty.
46062      Branch: perl
46063            ! pod/perlapi.pod utf8.c utf8.h
46064 ____________________________________________________________________________
46065 [  8032] By: jhi                                   on 2000/12/08  03:00:09
46066         Log: Out of sync?
46067      Branch: perl
46068            ! t/pragma/warn/utf8
46069 ____________________________________________________________________________
46070 [  8031] By: jhi                                   on 2000/12/08  02:22:39
46071         Log: Cnt spl.
46072      Branch: perl
46073            ! MANIFEST
46074 ____________________________________________________________________________
46075 [  8030] By: jhi                                   on 2000/12/08  01:23:54
46076         Log: Add test for reverse().
46077      Branch: perl
46078            + t/op/reverse.t
46079            ! MANIFEST
46080 ____________________________________________________________________________
46081 [  8029] By: jhi                                   on 2000/12/08  01:21:47
46082         Log: Integrate perlio.
46083      Branch: perl
46084           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
46085           !> perlio.c perlio.h perlsdio.h warnings.pl
46086 ____________________________________________________________________________
46087 [  8028] By: jhi                                   on 2000/12/08  01:19:08
46088         Log: Introduce macros for UTF8 decoding.
46089      Branch: perl
46090            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
46091 ____________________________________________________________________________
46092 [  8027] By: nick                                  on 2000/12/07  22:18:19
46093         Log: Integrate mainline
46094      Branch: perlio
46095           !> embed.pl pod/perlapi.pod utf8.c
46096 ____________________________________________________________________________
46097 [  8026] By: nick                                  on 2000/12/07  21:45:08
46098         Log: Various oddities p4 diff -se showed up
46099              Remove 'our' from warnings.pl
46100      Branch: perlio
46101            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
46102 ____________________________________________________________________________
46103 [  8025] By: nick                                  on 2000/12/07  21:43:32
46104         Log: Change PerlIO_(get|set)pos to take SV *
46105              Should fix, OS/2, VMS, (sfio??)
46106      Branch: perlio
46107            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
46108 ____________________________________________________________________________
46109 [  8024] By: jhi                                   on 2000/12/07  19:05:32
46110         Log: Document utf8_to_uv() better.
46111      Branch: perl
46112            ! pod/perlapi.pod utf8.c
46113 ____________________________________________________________________________
46114 [  8023] By: jhi                                   on 2000/12/07  18:23:47
46115         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
46116      Branch: perl
46117            ! embed.pl pod/perlapi.pod utf8.c
46118 ____________________________________________________________________________
46119 [  8022] By: jhi                                   on 2000/12/07  04:13:51
46120         Log: Integrate perlio.
46121      Branch: perl
46122           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
46123           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
46124           !> win32/makefile.mk
46125 ____________________________________________________________________________
46126 [  8021] By: nick                                  on 2000/12/07  00:28:14
46127         Log: Various attempts at MSVC debug - not sure what has
46128              changed but works now. 
46129              Seems atexit() _may_ work for DLLs built with MSVC so don't
46130              call cleanup that way.
46131      Branch: perlio
46132            ! perlio.c win32/makefile.mk
46133 ____________________________________________________________________________
46134 [  8020] By: nick                                  on 2000/12/06  19:57:20
46135         Log: Integrate mainline
46136      Branch: perlio
46137           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
46138           !> (integrate 75 files)
46139 ____________________________________________________________________________
46140 [  8019] By: nick                                  on 2000/12/06  19:28:21
46141         Log: Add useperlio to config.vc
46142              Turn off binmode in config_H.PL
46143              Regen all the config_H.xx
46144              Attempt to get debugging build with MSVC.
46145      Branch: perlio
46146            ! win32/config.vc win32/config_H.bc win32/config_H.gc
46147            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
46148 ____________________________________________________________________________
46149 [  8018] By: nick                                  on 2000/12/06  19:21:57
46150         Log: Test various dup/external program options on all platforms.
46151      Branch: perlio
46152            ! t/io/dup.t
46153 ____________________________________________________________________________
46154 [  8017] By: nick                                  on 2000/12/06  19:20:47
46155         Log: Fix harness to be less picky
46156      Branch: perlio
46157            ! lib/Test/Harness.pm
46158 ____________________________________________________________________________
46159 [  8016] By: jhi                                   on 2000/12/06  16:45:12
46160         Log: Update Changes.
46161      Branch: perl
46162            ! Changes patchlevel.h
46163 ____________________________________________________________________________
46164 [  8015] By: jhi                                   on 2000/12/06  16:41:03
46165         Log: Test \x{...} with ord().
46166      Branch: perl
46167            ! t/op/ord.t
46168 ____________________________________________________________________________
46169 [  8014] By: jhi                                   on 2000/12/06  16:20:33
46170         Log: Test tweak because of #8013.
46171      Branch: perl
46172            ! t/lib/b.t
46173 ____________________________________________________________________________
46174 [  8013] By: jhi                                   on 2000/12/06  16:09:09
46175         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
46176              From: Michael G Schwern <schwern@pobox.com>
46177              Date: Tue, 5 Dec 2000 21:23:28 -0500
46178              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
46179              
46180              Carp::Heavy parts not very applicable because of recent changes.
46181      Branch: perl
46182            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
46183            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
46184            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
46185            ! lib/Exporter.pm lib/Exporter/Heavy.pm
46186            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
46187            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
46188            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
46189            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
46190            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
46191            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
46192            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
46193            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
46194            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
46195            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
46196            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
46197            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
46198            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
46199            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
46200            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
46201            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
46202            ! warnings.pl
46203 ____________________________________________________________________________
46204 [  8012] By: jhi                                   on 2000/12/06  15:22:38
46205         Log: Subject: [PATCH] Re: New harness is failing things
46206              From: Nick Ing-Simmons <nik@tiuk.ti.com>
46207              Date: Wed, 6 Dec 2000 13:00:30 GMT
46208              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
46209      Branch: perl
46210            ! lib/Test/Harness.pm
46211 ____________________________________________________________________________
46212 [  8011] By: jhi                                   on 2000/12/06  15:12:08
46213         Log: Subject: installhtml changes
46214              From: Michael Stevens <michael@etla.org>
46215              Date: Wed, 6 Dec 2000 13:15:53 +0000
46216              Message-ID: <20001206131553.A27317@firedrake.org>
46217      Branch: perl
46218            ! installhtml
46219 ____________________________________________________________________________
46220 [  8010] By: jhi                                   on 2000/12/06  15:06:05
46221         Log: Subject: the dTHR hits
46222              From: Michael Stevens <michael@etla.org>
46223              Date: Wed, 6 Dec 2000 12:06:03 +0000
46224              Message-ID: <20001206120603.A24581@firedrake.org>
46225              
46226              More, errrm, less dTHRs.
46227      Branch: perl
46228            ! bytecode.pl ext/B/B/C.pm
46229 ____________________________________________________________________________
46230 [  8009] By: jhi                                   on 2000/12/06  15:04:25
46231         Log: Subject: MakeMaker mailing list gone?
46232              From: Michael G Schwern <schwern@pobox.com>
46233              Date: Tue, 5 Dec 2000 19:29:59 -0500
46234              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
46235              
46236              The MakeMaker mailing list is dead, perlbug is the right
46237              address to report bugs.
46238      Branch: perl
46239            ! lib/ExtUtils/MakeMaker.pm
46240 ____________________________________________________________________________
46241 [  8008] By: jhi                                   on 2000/12/06  15:00:32
46242         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
46243              From: Michael G Schwern <schwern@pobox.com>
46244              Date: Tue, 5 Dec 2000 19:21:21 -0500
46245              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
46246              
46247              Add a default MANIFEST skip that ignores things like
46248              version control files, editor temporary files, and the Makefile.
46249      Branch: perl
46250            + lib/ExtUtils/MANIFEST.SKIP
46251            ! MANIFEST lib/ExtUtils/Manifest.pm
46252 ____________________________________________________________________________
46253 [  8007] By: jhi                                   on 2000/12/06  14:57:20
46254         Log: In Amiga more manual hackery of the scripts seems to be needed,
46255              from Jan-Erik Karlsson.  Why Configure does not get this right
46256              is unknown, may be shell-induced.
46257      Branch: perl
46258            ! README.amiga
46259 ____________________________________________________________________________
46260 [  8006] By: jhi                                   on 2000/12/05  23:53:12
46261         Log: Add TOPm1s to peek at the second topmost stack item.
46262      Branch: perl
46263            ! pp.h
46264 ____________________________________________________________________________
46265 [  8005] By: jhi                                   on 2000/12/05  23:13:55
46266         Log: Avaunt, you foul UTF-8 tests.
46267      Branch: perl
46268            ! t/op/ver.t t/pragma/utf8.t
46269 ____________________________________________________________________________
46270 [  8004] By: jhi                                   on 2000/12/05  23:09:54
46271         Log: Continue utf8 dispersal. 
46272      Branch: perl
46273            + t/op/concat.t
46274            ! MANIFEST t/pragma/utf8.t
46275 ____________________________________________________________________________
46276 [  8003] By: nick                                  on 2000/12/05  23:02:39
46277         Log: Integrate mainline.
46278      Branch: perlio
46279           +> t/op/length.t t/op/utf8decode.t
46280           !> (integrate 69 files)
46281 ____________________________________________________________________________
46282 [  8002] By: jhi                                   on 2000/12/05  22:59:28
46283         Log: Integrate perlio.
46284      Branch: perl
46285           !> iperlsys.h perl.c perlio.c win32/perllib.c
46286 ____________________________________________________________________________
46287 [  8001] By: nick                                  on 2000/12/05  22:07:52
46288         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
46289              - calloc/free suffer from damage on TerminateThread()
46290              - use PerlMemShared (as originally planned) now fixed
46291              - avoid doing anything important on DLL "detach".
46292      Branch: perlio
46293            ! perl.c perlio.c win32/perllib.c
46294 ____________________________________________________________________________
46295 [  8000] By: nick                                  on 2000/12/05  21:05:09
46296         Log: Fix gross PerlMemShared issue.
46297      Branch: perlio
46298            ! iperlsys.h
46299 ____________________________________________________________________________
46300 [  7999] By: jhi                                   on 2000/12/05  20:46:58
46301         Log: Test for Unicode (UTF-8) hash keys.
46302      Branch: perl
46303            ! t/op/each.t
46304 ____________________________________________________________________________
46305 [  7998] By: jhi                                   on 2000/12/05  20:30:35
46306         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
46307              is now always UTF-8), empty line cosmetics.
46308      Branch: perl
46309            ! t/pragma/utf8.t
46310 ____________________________________________________________________________
46311 [  7997] By: jhi                                   on 2000/12/05  20:15:40
46312         Log: Subject: Re: STRLEN - what?
46313              From: Andy Dougherty <doughera@lafayette.edu>
46314              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
46315              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
46316              
46317              Explain STRLEN.
46318      Branch: perl
46319            ! pod/perlguts.pod
46320 ____________________________________________________________________________
46321 [  7996] By: jhi                                   on 2000/12/05  20:13:34
46322         Log: Split off the UTF-8 decoder tests, make them to check also
46323              the error message.
46324      Branch: perl
46325            + t/op/utf8decode.t
46326            ! MANIFEST t/pragma/utf8.t utf8.c
46327 ____________________________________________________________________________
46328 [  7995] By: jhi                                   on 2000/12/05  16:39:47
46329         Log: Start migrating bits of pragma/utf8 to elsewhere
46330              (since the long term plan is to obsolete 'use utf8').
46331      Branch: perl
46332            + t/op/length.t
46333            ! MANIFEST t/pragma/utf8.t
46334 ____________________________________________________________________________
46335 [  7994] By: jhi                                   on 2000/12/05  16:30:21
46336         Log: Fix a manual edit typo from #7993, fix the message formatting
46337              for Unicode, add few our declarations.
46338      Branch: perl
46339            ! lib/Carp/Heavy.pm
46340 ____________________________________________________________________________
46341 [  7993] By: jhi                                   on 2000/12/05  16:09:15
46342         Log: Subject: Need help with warnings :-(
46343              From: "Ben Tilly" <ben_tilly@hotmail.com>
46344              Date: Tue, 05 Dec 2000 01:35:54 -0500
46345              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
46346              
46347              Subject: UPDATE: Carp/Heavy now passes all tests
46348              From: "Ben Tilly" <ben_tilly@hotmail.com>
46349              Date: Tue, 05 Dec 2000 07:59:41 -0500
46350              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
46351              
46352              The Brave New Carp.
46353      Branch: perl
46354            ! lib/Carp.pm lib/Carp/Heavy.pm
46355 ____________________________________________________________________________
46356 [  7992] By: jhi                                   on 2000/12/05  15:55:08
46357         Log: Subject: [PATCH perl@7979] cygwin port
46358              From: "Eric Fifer" <efifer@dircon.co.uk>
46359              Date: Tue, 5 Dec 2000 14:04:09 -0000
46360              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
46361      Branch: perl
46362            ! t/lib/net-hostent.t
46363 ____________________________________________________________________________
46364 [  7991] By: jhi                                   on 2000/12/05  15:52:34
46365         Log: Subject: Re: [PATCH] The largest hoax of all times?
46366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46367              Date: Tue, 5 Dec 2000 00:40:25 -0500
46368              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
46369              
46370              Subject: Re: [PATCH] The largest hoax of all times?
46371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46372              Date: Mon, 4 Dec 2000 23:55:53 -0500
46373              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
46374              
46375              Subject: Re: [PATCH] The largest hoax of all times?
46376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46377              Date: Tue, 5 Dec 2000 01:28:45 -0500
46378              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
46379              
46380              Fix the unpredictable order of DESTROYs.
46381      Branch: perl
46382            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
46383            ! sv.c sv.h t/op/ref.t
46384 ____________________________________________________________________________
46385 [  7990] By: jhi                                   on 2000/12/05  14:38:53
46386         Log: Subject: [PATCH] shrink pp_hot fractionally
46387              From: Nicholas Clark <nick@ccl4.org>
46388              Date: Tue, 5 Dec 2000 12:44:31 +0000
46389              Message-ID: <20001205124431.E74518@plum.flirble.org>
46390              
46391              Use report_evil_fh().
46392      Branch: perl
46393            ! opcode.pl opnames.h pp_hot.c util.c
46394 ____________________________________________________________________________
46395 [  7989] By: jhi                                   on 2000/12/05  14:21:27
46396         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
46397              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46398              Date: Mon, 04 Dec 2000 22:21:59 -0800
46399              Message-ID: <HmIL6gzkgepS092yn@efn.org>
46400              
46401              Harness shouldn't ignore responses like "ok 3\r\r\n".
46402      Branch: perl
46403            ! lib/Test/Harness.pm
46404 ____________________________________________________________________________
46405 [  7988] By: jhi                                   on 2000/12/05  13:51:28
46406         Log: Integrate the "skip" messages to explain().
46407      Branch: perl
46408            ! t/lib/syslfs.t t/op/lfs.t
46409 ____________________________________________________________________________
46410 [  7987] By: jhi                                   on 2000/12/05  12:34:54
46411         Log: The one that got away in #7984.
46412              
46413              Subject: Re: dTHR - what and why?
46414              From: Michael Stevens <michael@etla.org> 
46415              Date: Tue, 5 Dec 2000 11:15:52 +0000
46416              Message-ID: <20001205111552.A4647@firedrake.org>
46417      Branch: perl
46418            ! sv.h
46419 ____________________________________________________________________________
46420 [  7986] By: gsar                                  on 2000/12/05  09:14:44
46421         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
46422              due to the notorious GetFileType() bug in Windows 9x, which fstat()
46423              tickles)
46424      Branch: perl
46425            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
46426 ____________________________________________________________________________
46427 [  7985] By: jhi                                   on 2000/12/05  05:49:03
46428         Log: Integrate perlio.
46429      Branch: perl
46430           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
46431           !> win32/perlhost.h win32/perllib.c
46432 ____________________________________________________________________________
46433 [  7984] By: jhi                                   on 2000/12/05  05:48:16
46434         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
46435      Branch: perl
46436            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
46437            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
46438            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
46439            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
46440            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
46441            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
46442            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
46443            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
46444            ! win32/win32.c
46445 ____________________________________________________________________________
46446 [  7983] By: nick                                  on 2000/12/04  23:27:43
46447         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
46448      Branch: perlio
46449            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
46450            ! win32/perlhost.h win32/perllib.c
46451 ____________________________________________________________________________
46452 [  7982] By: jhi                                   on 2000/12/04  19:44:09
46453         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
46454              uncovered by #7980.
46455      Branch: perl
46456            ! op.c
46457 ____________________________________________________________________________
46458 [  7981] By: jhi                                   on 2000/12/04  19:42:07
46459         Log: Subject: [PATCH] Trivial dump.c feature
46460              From: Simon Cozens <simon@cozens.net>
46461              Date: Mon, 4 Dec 2000 18:08:38 +0000
46462              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
46463              
46464              Show whether a constant is UTF-8.
46465      Branch: perl
46466            ! dump.c
46467 ____________________________________________________________________________
46468 [  7980] By: jhi                                   on 2000/12/04  19:36:51
46469         Log: UTF-8 hash keys, patch from Inaba Hiroto.
46470      Branch: perl
46471            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
46472 ____________________________________________________________________________
46473 [  7979] By: jhi                                   on 2000/12/04  17:36:28
46474         Log: Update Changes.
46475      Branch: perl
46476            ! Changes patchlevel.h
46477 ____________________________________________________________________________
46478 [  7978] By: jhi                                   on 2000/12/04  16:42:17
46479         Log: Retract #7977, still too volatile (the euphemism of the day
46480              for unfinished and buggy :-)
46481      Branch: perl
46482            ! doop.c hv.c pp.c sv.h
46483 ____________________________________________________________________________
46484 [  7977] By: jhi                                   on 2000/12/04  16:25:15
46485         Log: (Retracted by #7978, too shaky yet.)
46486              
46487              Subject: Re: utf8 in hash keys, implementor missing
46488              From: Simon Cozens <simon@cozens.net>
46489              Date: Sat, 2 Dec 2000 19:49:35 +0000
46490              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
46491              
46492              The first step at UTF-8 hash keys.
46493      Branch: perl
46494            ! doop.c hv.c pp.c sv.h
46495 ____________________________________________________________________________
46496 [  7976] By: jhi                                   on 2000/12/04  16:13:53
46497         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
46498              From: sthoenna@efn.org
46499              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
46500              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
46501      Branch: perl
46502            ! os2/os2.c perlio.c
46503 ____________________________________________________________________________
46504 [  7975] By: jhi                                   on 2000/12/04  16:05:25
46505         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
46506              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46507              Date: Thu, 30 Nov 2000 20:50:37 -0800
46508              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
46509      Branch: perl
46510            ! os2/os2.c
46511 ____________________________________________________________________________
46512 [  7974] By: jhi                                   on 2000/12/04  16:03:57
46513         Log: Subject: [PATCH] ++ 20% faster
46514              From: Nicholas Clark <nick@ccl4.org>
46515              Date: Mon, 4 Dec 2000 12:17:27 +0000
46516              Message-ID: <20001204121726.B52976@plum.flirble.org>
46517              
46518              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
46519      Branch: perl
46520            ! sv.c
46521 ____________________________________________________________________________
46522 [  7973] By: jhi                                   on 2000/12/04  16:00:48
46523         Log: 
46524              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
46525              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46526              Date: Mon, 04 Dec 2000 12:30:45 +0100
46527              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
46528              
46529              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
46530              library (getprotobyname and getprotobynumber are outversioned by
46531              the same calls in libc, at least for xlc version 3.
46532      Branch: perl
46533            ! hints/aix.sh
46534 ____________________________________________________________________________
46535 [  7972] By: jhi                                   on 2000/12/04  02:58:31
46536         Log: Integrate perlio.
46537      Branch: perl
46538           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
46539           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
46540           !> win32/win32.h win32/win32iop.h win32/win32thread.h
46541 ____________________________________________________________________________
46542 [  7971] By: nick                                  on 2000/12/04  00:24:33
46543         Log: Quieten some noise in Win32 builds:
46544              - win32.h is included after <sys/socket.h>, so need to 
46545              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
46546              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
46547      Branch: perlio
46548            ! doio.c perl.h toke.c win32/win32.h
46549 ____________________________________________________________________________
46550 [  7970] By: nick                                  on 2000/12/03  22:57:46
46551         Log: PERL_IMPLICIT_SYS compiles but does not work.
46552      Branch: perlio
46553            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
46554            ! win32/perlhost.h win32/perllib.c win32/win32.h
46555            ! win32/win32iop.h win32/win32thread.h
46556 ____________________________________________________________________________
46557 [  7969] By: jhi                                   on 2000/12/03  22:12:58
46558         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
46559              used to swash_init(), makes regprop() dumps more informative
46560              (+utf8::IsAlpha, -utf8::IsDigit, for example).
46561      Branch: perl
46562            ! regcomp.c regexec.c
46563 ____________________________________________________________________________
46564 [  7968] By: jhi                                   on 2000/12/03  21:39:56
46565         Log: Implement ANYOFUTF8 regprop() dumping.
46566      Branch: perl
46567            ! regcomp.c
46568 ____________________________________________________________________________
46569 [  7967] By: jhi                                   on 2000/12/03  20:57:19
46570         Log: Make uv_to_utf8() to zero-terminate its output buffer,
46571              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
46572      Branch: perl
46573            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
46574 ____________________________________________________________________________
46575 [  7966] By: nick                                  on 2000/12/03  18:41:21
46576         Log: Integrate mainline (STDCHAR)
46577      Branch: perlio
46578           !> Configure t/pragma/utf8.t
46579 ____________________________________________________________________________
46580 [  7965] By: jhi                                   on 2000/12/03  17:58:20
46581         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
46582      Branch: perl
46583            ! t/pragma/utf8.t
46584 ____________________________________________________________________________
46585 [  7964] By: jhi                                   on 2000/12/03  17:35:56
46586         Log: Integrate perlio.
46587      Branch: perl
46588           !> iperlsys.h perlio.c
46589 ____________________________________________________________________________
46590 [  7963] By: jhi                                   on 2000/12/03  17:33:55
46591         Log: Metaconfig unit change for #7962.
46592      Branch: metaconfig
46593            ! U/modified/stdchar.U
46594 ____________________________________________________________________________
46595 [  7962] By: jhi                                   on 2000/12/03  17:33:27
46596         Log: Untangle the <stdio.h> #include nest for the stdchar test,
46597              from Andy Dougherty.
46598      Branch: perl
46599            ! Configure
46600 ____________________________________________________________________________
46601 [  7961] By: nick                                  on 2000/12/03  16:53:00
46602         Log: Make iperlsys.h vector stdio not PerlIO.
46603      Branch: perlio
46604            ! iperlsys.h perlio.c
46605 ____________________________________________________________________________
46606 [  7960] By: nick                                  on 2000/12/03  14:43:01
46607         Log: Integrate mainline
46608      Branch: perlio
46609           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
46610           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
46611 ____________________________________________________________________________
46612 [  7959] By: jhi                                   on 2000/12/03  08:16:36
46613         Log: Use DO_UTF8().
46614      Branch: perl
46615            ! op.c
46616 ____________________________________________________________________________
46617 [  7958] By: jhi                                   on 2000/12/02  18:33:05
46618         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
46619              From: Mike Guy <mjtg@cam.ac.uk>         
46620              Date: Sat, 02 Dec 2000 17:27:13 +0000
46621              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
46622              
46623              An extraneous argument.
46624      Branch: perl
46625            ! toke.c
46626 ____________________________________________________________________________
46627 [  7957] By: jhi                                   on 2000/12/02  18:22:32
46628         Log: A missing hunk.
46629      Branch: perl
46630            ! t/lib/net-hostent.t
46631 ____________________________________________________________________________
46632 [  7956] By: jhi                                   on 2000/12/02  18:06:20
46633         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
46634              From: Nicholas Clark <nick@ccl4.org>
46635              Date: Sat, 2 Dec 2000 14:28:27 +0000
46636              Message-ID: <20001202142827.A12308@plum.flirble.org>
46637              
46638              Test robustness.
46639      Branch: perl
46640            ! t/lib/net-hostent.t
46641 ____________________________________________________________________________
46642 [  7955] By: jhi                                   on 2000/12/02  17:58:06
46643         Log: Metaconfig unit change for #7954.
46644      Branch: metaconfig
46645            ! U/modified/stdchar.U
46646 ____________________________________________________________________________
46647 [  7954] By: jhi                                   on 2000/12/02  17:54:32
46648         Log: An inconvenient hang would happen if the stdio _ptr wasn't
46649              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
46650              would be grepping stdin for all eternity for the _ptr.)
46651      Branch: perl
46652            ! Configure
46653 ____________________________________________________________________________
46654 [  7953] By: jhi                                   on 2000/12/02  00:07:15
46655         Log: Update Changes.
46656      Branch: perl
46657            ! Changes patchlevel.h
46658 ____________________________________________________________________________
46659 [  7952] By: jhi                                   on 2000/12/01  23:54:47
46660         Log: Subject: Re: long shell lines
46661              From: Andy Dougherty <doughera@lafayette.edu>
46662              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
46663              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
46664              
46665              Split overly long shell command lines.
46666      Branch: perl
46667            ! lib/ExtUtils/MM_Unix.pm
46668 ____________________________________________________________________________
46669 [  7951] By: jhi                                   on 2000/12/01  23:48:02
46670         Log: The metaconfig unit change for #7950.
46671      Branch: metaconfig
46672            + U/modified/stdchar.U
46673 ____________________________________________________________________________
46674 [  7950] By: jhi                                   on 2000/12/01  23:47:39
46675         Log: Try to find stdchar also from <stdio_impl.h>.
46676      Branch: perl
46677            ! Configure config_h.SH
46678 ____________________________________________________________________________
46679 [  7949] By: jhi                                   on 2000/12/01  23:46:45
46680         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
46681              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46682              Date: Fri, 1 Dec 2000 16:26:08 -0500
46683              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
46684              
46685              Reword the diagnostic message.
46686      Branch: perl
46687            ! pod/perldiag.pod
46688 ____________________________________________________________________________
46689 [  7948] By: nick                                  on 2000/12/01  22:49:43
46690         Log: Integrate mainline (for s/y/m as sub names stuff).
46691      Branch: perlio
46692           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
46693           !> t/pragma/warn/toke toke.c
46694 ____________________________________________________________________________
46695 [  7947] By: jhi                                   on 2000/12/01  20:55:41
46696         Log: Integrate perlio.
46697      Branch: perl
46698           !> perlio.c perliol.h t/io/pipe.t
46699 ____________________________________________________________________________
46700 [  7946] By: jhi                                   on 2000/12/01  20:36:51
46701         Log: Upgrade to CPAN 1.59_51, from Andreas König.
46702      Branch: perl
46703            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46704 ____________________________________________________________________________
46705 [  7945] By: nick                                  on 2000/12/01  20:31:32
46706         Log: Integrate mainline
46707      Branch: perlio
46708           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
46709           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
46710           +> t/lib/net-hostent.t
46711           !> (integrate 35 files)
46712 ____________________________________________________________________________
46713 [  7944] By: jhi                                   on 2000/12/01  20:23:29
46714         Log: Some help for 20001130.011.  Now one gets warnings like
46715              "Ambiguous -f() resolved as a file test ..."
46716      Branch: perl
46717            ! pod/perldiag.pod t/pragma/warn/toke toke.c
46718 ____________________________________________________________________________
46719 [  7943] By: jhi                                   on 2000/12/01  19:44:44
46720         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
46721              that also breaks using them as methods. 
46722      Branch: perl
46723            ! pod/perldiag.pod t/op/misc.t toke.c
46724 ____________________________________________________________________________
46725 [  7942] By: nick                                  on 2000/12/01  17:56:46
46726         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
46727              Make 'unix' pass most tests
46728              - do unread by temporary push of layer ("pending") holding unread chars
46729              - fast_gets is now based on per-handle flag
46730              - relax one of io/pipe.t tests to allow print to fail and close to
46731              succeed so that it passes on unbuffered "unix" layer.
46732              Remaining fail is sporadic and a genuine race condition between
46733              parent/child in fork test.
46734      Branch: perlio
46735            ! perlio.c perliol.h t/io/pipe.t
46736 ____________________________________________________________________________
46737 [  7941] By: jhi                                   on 2000/12/01  15:28:58
46738         Log: (Retracted by #7943.)
46739              
46740              Reserve the short named string operator names.
46741      Branch: perl
46742            ! pod/perldiag.pod t/op/misc.t toke.c
46743 ____________________________________________________________________________
46744 [  7940] By: jhi                                   on 2000/12/01  06:45:53
46745         Log: Get the three different space character classes right under utf8.
46746      Branch: perl
46747            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
46748            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
46749            ! regexec.c t/op/pat.t utf8.c
46750 ____________________________________________________________________________
46751 [  7939] By: jhi                                   on 2000/12/01  03:26:26
46752         Log: Two more tests that make no sense in UTF-8 since the test
46753              data is not in UTF-8.
46754      Branch: perl
46755            ! t/op/regexp.t
46756 ____________________________________________________________________________
46757 [  7938] By: jhi                                   on 2000/12/01  03:20:39
46758         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
46759              should it be required inside regexen?
46760      Branch: perl
46761            ! regcomp.c t/op/regmesg.t
46762 ____________________________________________________________________________
46763 [  7937] By: jhi                                   on 2000/12/01  02:58:53
46764         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
46765              stored and restored, and thusly was trounced by the utf8 swash
46766              routines.
46767      Branch: perl
46768            ! regcomp.c
46769 ____________________________________________________________________________
46770 [  7936] By: jhi                                   on 2000/11/30  20:41:39
46771         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
46772              Why the different platforms behave so differently (core dump vs
46773              no core dump) on this bug is a but of a mystery, but if I had to
46774              guess I would mumble something like 'alignment'.
46775      Branch: perl
46776            ! sv.c
46777 ____________________________________________________________________________
46778 [  7935] By: jhi                                   on 2000/11/30  16:17:02
46779         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
46780              From: Robin Barker <rmb1@cise.npl.co.uk>
46781              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
46782              Date: Thu, 30 Nov 2000 14:27:12 GMT
46783      Branch: perl
46784            ! perlio.c toke.c
46785 ____________________________________________________________________________
46786 [  7934] By: jhi                                   on 2000/11/30  16:04:49
46787         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
46788      Branch: perl
46789            ! t/lib/net-hostent.t
46790 ____________________________________________________________________________
46791 [  7933] By: jhi                                   on 2000/11/30  06:07:26
46792         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
46793              From: Peter Prymmer <pvhp@forte.com>
46794              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
46795              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
46796              
46797              In VMS the localhost may be LOCALHOST.
46798      Branch: perl
46799            ! t/lib/net-hostent.t
46800 ____________________________________________________________________________
46801 [  7932] By: jhi                                   on 2000/11/30  01:11:11
46802         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
46803              From: Peter Prymmer <pvhp@forte.com>
46804              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
46805              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
46806              
46807              plus regen perlapi.pod.
46808      Branch: perl
46809            ! pod/perlapi.pod utf8.c
46810 ____________________________________________________________________________
46811 [  7931] By: jhi                                   on 2000/11/30  01:06:19
46812         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
46813              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46814              Date:     Wed, 29 Nov 2000 17:15:11 EST
46815              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
46816      Branch: perl
46817            ! t/lib/filter-util.pl t/lib/filter-util.t
46818 ____________________________________________________________________________
46819 [  7930] By: jhi                                   on 2000/11/29  18:51:55
46820         Log: Update Changes.
46821      Branch: perl
46822            ! Changes patchlevel.h
46823 ____________________________________________________________________________
46824 [  7929] By: jhi                                   on 2000/11/29  18:50:55
46825         Log: Update the va_copy() metaconfig unit.
46826      Branch: metaconfig/U/perl
46827            ! need_va_copy.U
46828 ____________________________________________________________________________
46829 [  7928] By: jhi                                   on 2000/11/29  17:50:43
46830         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
46831              From: Dominic Dunlop <domo@computer.org>
46832              Date: Tue, 28 Nov 2000 16:41:57 +0100
46833              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
46834              
46835              Patch to catch a core dump in the Configure va_copy test.
46836      Branch: perl
46837            ! Configure config_h.SH
46838 ____________________________________________________________________________
46839 [  7927] By: jhi                                   on 2000/11/29  17:31:59
46840         Log: Retract #7921, the patch shouldn't be needed.
46841      Branch: perl
46842            ! sv.c
46843 ____________________________________________________________________________
46844 [  7926] By: jhi                                   on 2000/11/29  17:01:41
46845         Log: Make the Class::Struct import() wiser.
46846      Branch: perl
46847            ! lib/Class/Struct.pm t/lib/class-struct.t
46848 ____________________________________________________________________________
46849 [  7925] By: jhi                                   on 2000/11/29  16:36:33
46850         Log: All the core library users of Class::Struct seem to be
46851              using "use Class::Struct 'struct';" instead of the bare
46852              "use Class::Struct;", which isn't documented in Class::Struct.
46853              This can't be right.
46854      Branch: perl
46855            ! lib/File/stat.pm
46856 ____________________________________________________________________________
46857 [  7924] By: jhi                                   on 2000/11/29  16:32:15
46858         Log: A test works better if it has the right 1..$n output.
46859      Branch: perl
46860            ! t/lib/class-struct.t
46861 ____________________________________________________________________________
46862 [  7923] By: jhi                                   on 2000/11/29  16:29:11
46863         Log: Forgot to MANIFEST the new Net::hostent test.
46864      Branch: perl
46865            ! MANIFEST
46866 ____________________________________________________________________________
46867 [  7922] By: jhi                                   on 2000/11/29  16:27:49
46868         Log: Integrate perlio.
46869      Branch: perl
46870           !> iperlsys.h perlio.c
46871 ____________________________________________________________________________
46872 [  7921] By: jhi                                   on 2000/11/29  16:27:10
46873         Log: (Retracted by #7927.)
46874              
46875              Subject: [PATCH] Is infinity a number?
46876              From: Simon Cozens <simon@cozens.net>
46877              Date: Wed, 29 Nov 2000 14:48:20 +0000
46878              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
46879      Branch: perl
46880            ! sv.c
46881 ____________________________________________________________________________
46882 [  7920] By: jhi                                   on 2000/11/29  16:23:02
46883         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
46884              From: rspier@pobox.com (Robert Spier)
46885              Date: Wed, 29 Nov 2000 02:17:49 -0500
46886              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
46887              
46888              Add a test for Net::hostent.
46889      Branch: perl
46890            + t/lib/net-hostent.t
46891 ____________________________________________________________________________
46892 [  7919] By: jhi                                   on 2000/11/29  16:21:31
46893         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
46894              add a test for Class::Struct.
46895      Branch: perl
46896            + t/lib/class-struct.t
46897            ! MANIFEST lib/Class/Struct.pm
46898 ____________________________________________________________________________
46899 [  7918] By: jhi                                   on 2000/11/29  15:48:40
46900         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
46901              From: rspier@pobox.com (Robert Spier)
46902              Date: Wed, 29 Nov 2000 02:25:39 -0500
46903              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
46904              
46905              More checking in case someone has broken their services or
46906              protocol databases.
46907      Branch: perl
46908            ! ext/Sys/Syslog/Syslog.pm
46909 ____________________________________________________________________________
46910 [  7917] By: jhi                                   on 2000/11/29  15:46:25
46911         Log: Subject: [PATCH] $^O  win32 -> MSWin32
46912              From: rspier@pobox.com (Robert Spier)
46913              Date: Wed, 29 Nov 2000 02:17:38 -0500
46914              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
46915              
46916              plus similar nits for vms, err, VMS, and UNICOS.
46917      Branch: perl
46918            ! t/lib/syslfs.t t/op/lfs.t
46919 ____________________________________________________________________________
46920 [  7916] By: jhi                                   on 2000/11/29  15:42:51
46921         Log: Subject: [PATCH] Tokeniser debugging
46922              From: Simon Cozens <simon@cozens.net>
46923              Date: Wed, 29 Nov 2000 14:15:45 +0000
46924              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
46925      Branch: perl
46926            ! perl.c perl.h pod/perlrun.pod toke.c
46927 ____________________________________________________________________________
46928 [  7915] By: jhi                                   on 2000/11/29  15:41:36
46929         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46930              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46931              Date: Wed, 29 Nov 2000 02:13:14 -0500
46932              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
46933              
46934              OUT keyword nits.
46935              
46936              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46938              Date: Wed, 29 Nov 2000 03:09:04 -0500
46939              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
46940              
46941              OUT and IN_OUT documentation.
46942      Branch: perl
46943            ! lib/ExtUtils/xsubpp pod/perlxs.pod
46944 ____________________________________________________________________________
46945 [  7914] By: jhi                                   on 2000/11/29  03:35:01
46946         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
46947              From: John Tobey <jtobey@john-edwin-tobey.org>
46948              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
46949              Message-Id: <m140e1N-000FOoC@feynman.localnet>
46950              
46951              plus a performance speedup noticed by Sarathy.
46952      Branch: perl
46953            ! op.c
46954 ____________________________________________________________________________
46955 [  7913] By: jhi                                   on 2000/11/29  03:16:59
46956         Log: Use "1 while unlink" so that VMS gets clean, too.
46957      Branch: perl
46958            ! t/lib/filter-util.t
46959 ____________________________________________________________________________
46960 [  7912] By: jhi                                   on 2000/11/29  03:09:08
46961         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
46962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46963              Date: Tue, 28 Nov 2000 03:27:09 -0500
46964              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
46965      Branch: perl
46966            ! lib/ExtUtils/xsubpp
46967 ____________________________________________________________________________
46968 [  7911] By: jhi                                   on 2000/11/29  03:06:30
46969         Log: This should have been part of #7872: no need to scan UTF-8
46970              until eternity.
46971      Branch: perl
46972            ! utf8.c
46973 ____________________________________________________________________________
46974 [  7910] By: jhi                                   on 2000/11/29  02:50:04
46975         Log: One more perltie.pod nit from Casey R. Tweten.
46976      Branch: perl
46977            ! pod/perltie.pod
46978 ____________________________________________________________________________
46979 [  7909] By: jhi                                   on 2000/11/29  02:44:23
46980         Log: Document the known sprintf test failures, exact standard
46981              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
46982      Branch: perl
46983            ! pod/perldelta.pod t/op/sprintf.t
46984 ____________________________________________________________________________
46985 [  7908] By: jhi                                   on 2000/11/29  02:36:23
46986         Log: Add the Encoding table format documentation.
46987      Branch: perl
46988            + ext/Encode/Encode/EncodeFormat.pod
46989            ! MANIFEST
46990 ____________________________________________________________________________
46991 [  7907] By: jhi                                   on 2000/11/29  02:07:24
46992         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
46993              From: "Casey R. Tweten" <crt@kiski.net>
46994              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
46995              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
46996              
46997              Subject: Re: [PATCH] Updating perltie.pod for arrays
46998              From: "Casey R. Tweten" <crt@kiski.net>
46999              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
47000              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
47001      Branch: perl
47002            ! pod/perltie.pod
47003 ____________________________________________________________________________
47004 [  7906] By: nick                                  on 2000/11/28  22:40:59
47005         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
47006      Branch: perlio
47007            ! iperlsys.h perlio.c
47008 ____________________________________________________________________________
47009 [  7905] By: nick                                  on 2000/11/28  22:04:34
47010         Log: Integrate mainline
47011      Branch: perlio
47012           !> (integrate 39 files)
47013 ____________________________________________________________________________
47014 [  7904] By: jhi                                   on 2000/11/28  16:44:43
47015         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
47016              From: Nicholas Clark <nick@babyhippo.co.uk>
47017              Date: Tue, 28 Nov 2000 11:16:57 +0000
47018              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
47019      Branch: perl
47020            ! pod/perlipc.pod
47021 ____________________________________________________________________________
47022 [  7903] By: jhi                                   on 2000/11/28  16:40:31
47023         Log: Subject: [PATCH] Updating perltie.pod for arrays
47024              From: "Casey R. Tweten" <crt@kiski.net>
47025              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
47026              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
47027      Branch: perl
47028            ! pod/perltie.pod
47029 ____________________________________________________________________________
47030 [  7902] By: jhi                                   on 2000/11/28  16:39:37
47031         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
47032              From: Robin Barker <rmb1@cise.npl.co.uk>
47033              Date: Mon, 27 Nov 2000 17:56:44 GMT
47034              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
47035      Branch: perl
47036            ! pod/perlfunc.pod t/op/split.t
47037 ____________________________________________________________________________
47038 [  7901] By: jhi                                   on 2000/11/28  16:28:04
47039         Log: setmode() is a DOSish-only thing.
47040      Branch: perl
47041            ! perlio.c
47042 ____________________________________________________________________________
47043 [  7900] By: jhi                                   on 2000/11/28  16:21:46
47044         Log: Subject: [PATCH] perlcc.PL cleanups
47045              From: Simon Cozens <simon@cozens.net>
47046              Date: Tue, 28 Nov 2000 12:44:35 +0000
47047              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
47048      Branch: perl
47049            ! utils/perlcc.PL
47050 ____________________________________________________________________________
47051 [  7899] By: gsar                                  on 2000/11/28  06:32:55
47052         Log: reintegrate files missed by change#7895
47053      Branch: maint-5.6/perl
47054           +> ext/ByteLoader/bytecode.h utils/Makefile
47055            - utils/perlbc.PL
47056 ____________________________________________________________________________
47057 [  7897] By: gsar                                  on 2000/11/27  18:22:47
47058         Log: can't integrate these two files, for some reason
47059      Branch: maint-5.6/perl
47060            - ext/ByteLoader/bytecode.h utils/Makefile
47061 ____________________________________________________________________________
47062 [  7895] By: gsar                                  on 2000/11/27  18:11:21
47063         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
47064              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
47065              6757..6890,6892..6901 from mainline
47066              
47067              Bytecompiler patches from Benjamin Stuhl.
47068              
47069              More bytecompiler.
47070              
47071              Subject: [PATCH blead] B:: missing dependency
47072              
47073              Subject: [PATCH: 6757] configure.com updates and syslog build
47074              
47075              Long double Gconvert fixes from Yitzchak Scott-Thoennes
47076              and Spider Boardman.
47077              
47078              Subject: [PATCH blead] nextchar() abuse misses an optimisation
47079              
47080              Long double fixes from Spider Boardman.
47081              
47082              Make the selection of NVff et al stricter.
47083              
47084              cSVOPo_*v things index into the current PL_curpad
47085              under ithreads, which is different from the curpad
47086              used by the XSUB.  (In other words, the code as-is
47087              before this patch wouldn't work under ithreads.)
47088              
47089              Be portable.
47090              
47091              VMS MMS (make) wants null action.
47092              
47093              Mac and other portability updates from Chris Nandor.
47094              
47095              Storable support, v-version fixes.
47096              Subject: CPAN.pm beta for testing available
47097              
47098              Portability fix from Hugo van der Sanden.
47099              
47100              Bad makefile.
47101              
47102              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
47103              
47104              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
47105              
47106              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47107              
47108              Replace #6705 with a minimal doc patch.
47109              Subject: [PATCH 5.6.0] replace change #6705
47110              
47111              Drop the separate perlbc, perlcc -b should be enough.
47112              
47113              installperl couldn't tell whether it had run tests or not.
47114              Subject: [PATCH] Re: installperl and t/TEST
47115              
47116              Add silencer flags to installperl.
47117              Subject: [PATCH] Making installperl silent.
47118              
47119              Make "make install" by default silent.  A new "install-verbose"
47120              target is verbose.
47121              
47122              More liberal parsing of version numbers.
47123              Subject: Re: CPAN.pm beta for testing available
47124              
47125              Create directories in silence.
47126              Subject: [PATCH] Another silencer for MakeMaker
47127              
47128              DOS patches and portability/porting notes, from Tim Jenness.
47129              
47130              Make installman to recognize the silence flag -S.
47131              
47132              Actually do something with the silencer option.
47133              
47134              Continue silencing.
47135              
47136              Show the doc file, not the temp file.
47137              
47138              Regen perltoc.
47139              
47140              Subject: [PATCH] More silencing of installman.
47141              
47142              Better wording for the vec lvalue diagnostic.
47143              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47144              
47145              Subject: [PATCH: 6805] several more tweaks to configure.com
47146              
47147              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
47148              
47149              Missing parts of 
47150              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
47151              
47152              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
47153              (applied slightly modified)
47154              
47155              installperl --verbose and --silent.
47156              Subject: Re: [PATCH] More silencing of installman.
47157              
47158              Add install-silent target.
47159              
47160              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
47161              the problem reported in
47162              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
47163              
47164              Tweak the sfio/useperlio logic, hopefully as wished in
47165              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
47166              
47167              One forgotten file from #6816.
47168              
47169              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
47170              
47171              Remove duplicately applied patch shards.
47172              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
47173              
47174              Support preserving extremely big/small angles.
47175              
47176              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
47177              
47178              Subject: [PATCH] installation not quite silent yet.
47179              
47180              Update the test count.
47181              
47182              Use UVxf, PTR2UV, NVff.
47183              
47184              Document PTR2XX and INT2PTR.
47185              
47186              no-install target a la make -n.
47187              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
47188              
47189              grep -e isn't portable.
47190              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
47191              
47192              Can't get the test to reliably work thanks to the
47193              inaccurateness of floating point.  "Resolves" bug ids
47194              20000826.003, 20000826.009, 20000826.010,
47195              
47196              Subject: installman buglet
47197              
47198              DJGPP update from Laszlo Molnar.
47199              
47200              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47201              
47202              Passing -R in ldflags makes now it to appear in the default
47203              for lddlflags, just like with -L.
47204              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47205              
47206              Test nit.
47207              
47208              Use the actual thread type, not the pointer-to-struct.
47209              
47210              Provice virtual $Config{ccflags_nolargefiles} etc. 
47211              
47212              display_format used as a class method without arguments was broken,
47213              reported in
47214              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
47215              
47216              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
47217              
47218              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
47219              
47220              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
47221              
47222              opmini.o may be left around if a build is interrupted.
47223              
47224              Typo in #6858.
47225              
47226              Fix for ID 20000828.001, long doubles were not formatted
47227              correctly (showed up in $], which stopped installing perl).
47228              
47229              An attempt to fix the problem reported in
47230              Subject: Building perl@6856 using gcc/AIX 4.3.3 
47231              I can't test this properly since the gcc installation I have
47232              access to seems to be botched (gcc is calling the AIX cpp,
47233              a losing proposition...)
47234              
47235              Add -ld to archname on long tr...double platforms.
47236              
47237              Subject: hv.h Doc Patch
47238              
47239              Potential cruft.
47240              
47241              Subject: [PATCH bleedperl@6856] warnings fixes
47242              
47243              -S is the silent flag, -s is the strip flag.
47244              Subject: [PATCH] Re: [PATCH] make no-install          
47245              
47246              Take out the SUIDMAIL thing, that will not be
47247              a problem in 5.7.*.
47248              
47249              Subject: [PATCH bleedperl@6866] spellings
47250              
47251              Subject: [PATCH] Re: files not cleaned even by veryclean
47252              
47253              Use minimal @INC in tests, most of the time just '../lib',
47254              so that we simply can't pick up stuff from other Perls than
47255              the one we are testing.  Pointed out by
47256              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
47257              
47258              Update to Getopt::Long 2.24, from Johan Vromans.
47259              
47260              Fix for thinko in #6848.
47261              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
47262              
47263              Patches all over for people and the files they (hopefully) care about.
47264              
47265              Subject: Net::protoent does not export 'getproto'
47266              
47267              Missed a change in #6869.
47268              
47269              Subject: [PATCH] Warnings in B::Deparse
47270              
47271              Subject: [PATCH] Glob dumping
47272              
47273              Disable one of the tests for now.
47274              
47275              Disabling the one test is a bit tricky.
47276              
47277              Don't forget to tidy up.
47278              
47279              The #6881 removed one dump line.
47280              
47281              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
47282              
47283              Under usethreads the dumped variable is IN_PAD.
47284              Subject: Re: [PATCH] Glob dumping
47285              
47286              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
47287              
47288              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
47289              
47290              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
47291              
47292              Regen Configure for #6894.
47293              
47294              Subject: [PATCH: 6889] updates to perlebcdic.pod
47295              
47296              Undo namespace pollution of #6878.
47297              Subject: Re: Net::protoent does not export 'getproto'
47298              
47299              Admit that we are leaking scalars.
47300              
47301              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
47302      Branch: maint-5.6/perl
47303           !> (integrate 271 files)
47304 ____________________________________________________________________________
47305 [  7894] By: gsar                                  on 2000/11/27  16:00:34
47306         Log: a couple of nits
47307      Branch: maint-5.6/perl
47308            ! MANIFEST pp_sys.c
47309 ____________________________________________________________________________
47310 [  7893] By: gsar                                  on 2000/11/27  15:10:56
47311         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
47312              6740..6745,6747..6757,6760
47313              
47314              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
47315              
47316              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
47317              
47318              Doc nits spotted by Richard Soderberg.
47319              
47320              move WNOHANG definition to where other such things are
47321              
47322              Make $Config{byteorder} more magical so that it is
47323              dynamically computed: nice for 'fat binaries'.
47324              Subject: [PATCH]: default byteorder
47325              
47326              Subject: [PATCH] Cwd.pm now uses strict
47327              
47328              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
47329              
47330              Get -DLEAKTEST to compile (not necessarily to work, mind)
47331              Subject: [ID 20000724.006] -DLEAKTEST problem
47332              
47333              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
47334              
47335              Add perlebcdic from Peter Prymmer, regen toc.
47336              
47337              Don't propose using modules built for 5.005 if no binary
47338              compatibility with 5.005 is attempted.
47339              
47340              Do not use prototyping here.
47341              Subject: [ID 20000817.016] [PATCH] Peek.xs
47342              
47343              Document what the backtick returns if the command fails.
47344              
47345              Add byteorder to the myconfig output.
47346              
47347              Introduce NVef, NVff, and NVgf, use the middle one.
47348              (helps for lib/peek + Linux + long doubles)  Reported in
47349              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47350              Use NVs in POSIX math, not doubles.
47351              Subject: [ID 20000817.014] POSIX & modfl
47352              
47353              Subject: [PATCH 5.6.0+] newSVrv() memory leak
47354              
47355              The byteorder code in #6671 was wrong.
47356              
47357              Fix the lib/complex failure of
47358              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47359              Linux long double accuracy issue: something that
47360              when printed with %g looks like "2" but int() of it is 1.
47361              
47362              Propagate new Configure vars.
47363              
47364              Unbuffer the output.
47365              
47366              Subject: [PATCH] perltrap.pod spring cleaning
47367              
47368              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
47369              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
47370              
47371              Tiny Getopt::Long patch from Johan Vromans.
47372              
47373              Document code point which makes if (defined %stash::) to work
47374              (noted by Spider Boardman).
47375              
47376              Subject: [PATCH perl@6698] cygwin port
47377              
47378              Document the NDBM_File and ODBM_File as SDBM_File
47379              was documented in #6417.
47380              
47381              The new tests were missing from #6415.
47382              
47383              Add [[:blank:]] as suggested in
47384              Subject: [ID 20000716.024] [=cc=] / [:blank:]
47385              (the [=cc=] has already been taken care of by #6439
47386              so the whole bug report can be closed)
47387              and make [[:space:]] to be equivalent to isspace(3)
47388              (as opposed to \s, which is isSPACE()).  The difference
47389              is that now [[:space:]] matches the mythical vertical tab,
47390              while \s doesn't.
47391              
47392              Don't eat leading os from index entries.
47393              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
47394              
47395              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
47396              
47397              Typo in pp_complement().
47398              Subject: [PATCH perl-current] Deparse
47399              
47400              Add warnif(), check warnings further up the stack,
47401              all the warnings functions now can take an optional object reference.
47402              Subject: [PATCH bleedperl@6691] warnings pragma update
47403              
47404              Fix a core dump in lib/selfloader under -DDEBUGGING.
47405              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
47406              
47407              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
47408              
47409              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
47410              
47411              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
47412              Put back the long double avoidance code to POSIX.xs
47413              because VMS seems to need it still.
47414              
47415              Introduce a 'veryclean' target that is like 'distclean'
47416              but also removes *~ and *.orig.
47417              
47418              Subject: [ID 20000817.023] endianness description in perlfunc.pod
47419              
47420              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
47421              
47422              Let's try #6717 again.
47423              
47424              UTF8 concat fixes.
47425              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
47426              
47427              pp_open() could pass an uninitialized filename down to do_open9().
47428              
47429              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
47430              
47431              Update to CGI 2.72, from Lincoln Stein.
47432              
47433              Subject: [PATCH] Silence MakeMaker (Was: installman)
47434              
47435              Use temporary directory instead of current directory.
47436              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
47437              
47438              Document odd vs even subreleases and -Dusedevel.
47439              
47440              The veryclean target needs to clobber.
47441              
47442              Use File::Spec->tmpdir().
47443              
47444              Document the number of exponent digits.
47445              
47446              Mention perlebcdic and perlposix-bc.
47447              
47448              s/this one/the 5.6.0 release/
47449              
47450              The #6724 is here.
47451              
47452              The correct cleaning order is an art.
47453              
47454              small tweaks for change#6705: avoid C++ style comments in C code;
47455              use Perl's malloc API rather than the low level system one
47456              
47457              Array context keeps slithering in.
47458              
47459              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
47460              
47461              Subject: [PATCH] os2.c fix for use64bitint
47462              
47463              Update to Pod::LaTeX 0.53.
47464              Subject: [PATCH] lib/Pod/LaTeX.pm updates
47465              
47466              Document the endianness of Alpha more precisely.
47467              
47468              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
47469              
47470              Rename the macro argument because some preprocessors
47471              can't tell the difference and expand arguments also inside
47472              double quoted strings.
47473              
47474              free TLS slot properly on Windows
47475              
47476              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
47477              
47478              Unicos/mk requires elaborate paranoia.
47479              
47480              Tweak the floating point output routine preferences.
47481              
47482              Also under djgpp the timestamps are funky.
47483              
47484              Apply some PodParser 1.18 patches; the Pod/Find.pm
47485              patches cannot be applied since #6712 conflicts.
47486              
47487              Use PodParser 1.18 new test.
47488              
47489              A pod nit.
47490              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
47491              
47492              Be verydeepclean.
47493      Branch: maint-5.6/perl
47494           +> pod/perlebcdic.pod
47495           !> (integrate 106 files)
47496 ____________________________________________________________________________
47497 [  7892] By: jhi                                   on 2000/11/27  15:02:32
47498         Log: Update Changes.
47499      Branch: perl
47500            ! Changes patchlevel.h
47501 ____________________________________________________________________________
47502 [  7891] By: jhi                                   on 2000/11/27  14:57:23
47503         Log: Subject: Re: perlfaq style changes
47504              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47505              Date: Sat, 25 Nov 2000 23:32:26 -0800
47506              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
47507              
47508              plus a note from Ronald Kimball.
47509      Branch: perl
47510            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
47511 ____________________________________________________________________________
47512 [  7890] By: jhi                                   on 2000/11/27  14:53:14
47513         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
47514              From: Benjamin Holzman <bah@ecnvantage.com>
47515              Date: Sun, 26 Nov 2000 16:27:33 -0500
47516              Message-ID: <20001126162733.J25040@ecnvantage.com>
47517      Branch: perl
47518            ! gv.c
47519 ____________________________________________________________________________
47520 [  7889] By: jhi                                   on 2000/11/27  14:43:11
47521         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
47522              From: lvirden@cas.org
47523              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
47524              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
47525      Branch: perl
47526            ! README.amiga
47527 ____________________________________________________________________________
47528 [  7888] By: jhi                                   on 2000/11/27  14:32:34
47529         Log: Restore also the locale test to no-sprintf-taint state.
47530              Fixes the bug 20001127.003.
47531      Branch: perl
47532            ! sv.c t/pragma/locale.t
47533 ____________________________________________________________________________
47534 [  7887] By: gsar                                  on 2000/11/27  14:13:05
47535         Log: integrate changes#6613..6616,6620..6665 from mainline
47536              
47537              VMS configure.com update continues.
47538              
47539              Subject: Test fails / warnings with perl-current #6612
47540              
47541              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
47542              
47543              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47544              
47545              For now remove the mail code.
47546              
47547              Subject: Re: [PATCH] @+, @- readonly
47548              
47549              Subject: warning: storage class after type is obsolescent
47550              
47551              Subject: sfio2000
47552              
47553              Subject: Re: File::Temp problems on VMS in bleedperl
47554              
47555              README.os2 update.
47556              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
47557              
47558              Make the user to give up his firstborn, err, to knowingly
47559              verify installing an unstable developer release.  Also bump
47560              the release to 5.7.0, but leave a patch tag in the local
47561              patches saying that this is not yet the real thing.
47562              
47563              Update (kinda) to Test 1.14, from Joshua Pritikin.
47564              
47565              make ok etc also for win32.
47566              
47567              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
47568              
47569              Don't blow limited stacks, a lower number is enough to
47570              tickle the lookbehind limit.
47571              
47572              Use -Dusedevel; regen Configure and the respective Porting stuff.
47573              
47574              Subject: [PATCH] debugger exit code should reflect user exit code
47575              
47576              Subject: [PATCH perl@6620] cygwin port
47577              
47578              Missed a file from #6638.
47579              
47580              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)
47581              
47582              magic callbacks all need to have same type signature
47583              
47584              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
47585              
47586              Fix a dependency problem.
47587              Subject: [PATCH: 6640] VMS Makefile.SH update
47588              
47589              The numeric locale was reset to "C" by s?printf and never restored.
47590              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
47591              No test since adding the failing example to locale.t
47592              does not fail -- probably because the locale settings are so
47593              thoroughly tweaked by that time.  Running the example standalone
47594              does fail, though.  UPDATE: test case added at change #7540.
47595              
47596              Subject: [ID 20000324.040] minor fix to perlhpux.pod
47597              
47598              Update to CPAN 1.57.
47599              
47600              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
47601              
47602              Change the perlbug address to perl.org since it's more forgiving.
47603              
47604              Change the regx compilation error markers to use = instead of <
47605              since pod makes using the latter quite messy.  Reported in
47606              ID 20000814.006 by Abigail and in
47607              Subject: Unknown escape E<> ?
47608              
47609              Update to perldebtut 1.9, from Richard Foley.
47610              
47611              check that the number pseudo children doesn't exceed
47612              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
47613              the WaitForMultipleObjects() limit that would cause wait()
47614              to crash)
47615              wait() and waitpid() could potentially be rewritten to use
47616              more than one thread to do the waiting to eliminate this
47617              limitation
47618              
47619              change#6328 could make close(SOCKET) return false on windows
47620              when it shouldn't
47621              
47622              pod nit seen in passing
47623              
47624              on windows, the return values from wait() and waitpid() don't
47625              match those of pseudo-pids
47626              
47627              waitpid() now handles externally spawned pids correctly;
47628              fixes for backtick/wait/waitpid failures on Windows 9x
47629              these changes make the pid returned by process functions on
47630              Windows 9x always positive by clearing the high bit (which
47631              is always set on Win9x); pseudo-process PIDs are likewise
47632              always negative now on Win9x (just as on NT/2000)
47633              
47634              trailing new %ENV entries weren't being pushed into the real
47635              environment of subprocesses on Windows
47636              
47637              Tweak the regex compilation errors once more.
47638              
47639              avoid warnings from dense compiler
47640              
47641              add "ok" targets from change#6632 in makefile.mk
47642      Branch: maint-5.6/perl
47643            - lib/Pod/PlainText.pm vms/configure.com
47644           !> (integrate 66 files)
47645 ____________________________________________________________________________
47646 [  7886] By: jhi                                   on 2000/11/27  13:54:18
47647         Log: __FUNCTION__ isn't portable and trying to emulate it leads
47648              into practically spelling out the name of the function.
47649              Takes care of the bug 20001127.001.
47650      Branch: perl
47651            ! perlio.c
47652 ____________________________________________________________________________
47653 [  7885] By: gsar                                  on 2000/11/27  13:53:18
47654         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
47655              6610..6611 from mainline
47656              
47657              Make regular expression parse error messages easier to understand.
47658              Subject: Re: enhanced(?) regex error messages
47659              
47660              Tiny tidying on report_evil_fh().
47661              
47662              Subject: Re: enhanced(?) regex error messages 
47663              plus Capitalize the error messages, plus perldiag them.
47664              
47665              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
47666              
47667              Document here-doc better.
47668              
47669              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47670              
47671              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
47672              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
47673              (either perlbug or p5p ate the original), plus regen
47674              perlapi and perltoc. 
47675              
47676              Regen global.sym.
47677              
47678              Double check that we have a dirhandle.
47679              
47680              Subject: Re: enhanced(?) regex error messages
47681              (plus two small patches sent privately)
47682              (this still seems to leave few test failures)
47683              
47684              warn is a macro, avoid using at a variable to avoid warnings
47685              in some configurations; readdir.t is too conservative in
47686              estimating number of *.t's
47687              
47688              Get back into sync with Jeffrey on the enhanced regex warnings.
47689              
47690              Subject: [PATCH 5.6.0] cygwin port
47691              
47692              Zero entries were skipped, fix from Adrian Goalby
47693              <argoalby@yahoo.co.uk>
47694              
47695              Subject: Remove dead entry in perldiag
47696              
47697              Amend the description of Perl6.
47698              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
47699              
47700              detypo
47701              
47702              It's the 2ndO'ROSSC.
47703              
47704              Revert the sv.c part of #6559, a better fix is needed.
47705              
47706              Iterating perl6 description.
47707              
47708              Update to Term::ANSIColor 1.03, from Russ Allbery.
47709              
47710              Update to Getopt::Long 2.23_05, from Johan Vromans.
47711              
47712              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
47713              
47714              Update to Pod::Parser 1.17, from Brad Appleton.
47715              
47716              Update to CPAN 1.56, from Andreas König.
47717              
47718              Update to CGI 2.70, from Lincoln Stein.
47719              
47720              Put back the std @INC thing.
47721              
47722              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
47723              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
47724              
47725              Document the IO::Select timeout.
47726              
47727              sleep(1) does not necessarily return 1.
47728              Subject: [PATCH bleadperl] op/lex_assign.t  
47729              
47730              Subject: debugger "d" command doesnt check line number
47731              
47732              B::Deparse didn't do sub attributes.
47733              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47734              
47735              Preprocessing and postprocessing for File::Find.
47736              Subject: Patch to Find::File.pm to allow alphabetical results
47737              
47738              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
47739              
47740              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
47741              
47742              Subject: Re: [ID 20000730.003] utf8::length() bad
47743              
47744              Subject: Getting perlio and threads to compile
47745              (the Solaris version changes in Configure skipped)
47746              
47747              Tests for #6589.
47748              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47749              
47750              Add Perl debugging tutorial, regen toc. 
47751              Subject: perldebtut.pod
47752              
47753              Add a few missing files, update MANIFEST.
47754              
47755              Rewrite of vms/subconfigure.com as configure.com,
47756              from Peter Prymmer and the vmsperl crew.
47757              
47758              Should have deleted this in #6603.
47759              
47760              Fix the test for 5005threads.
47761              
47762              Fix-n-skip the tests under 5005threads.
47763              
47764              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
47765              
47766              Upgrade to CGI 2.71, from Lincoln Stein.
47767      Branch: maint-5.6/perl
47768           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
47769           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
47770           +> t/op/regmesg.t t/pod/find.t vms/configure.com
47771            - vms/subconfigure.com
47772            ! lib/lib.pm
47773           !> (integrate 115 files)
47774 ____________________________________________________________________________
47775 [  7884] By: jhi                                   on 2000/11/27  13:44:33
47776         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
47777              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47778              Date:     Mon, 27 Nov 2000 08:23:54 EST
47779              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
47780      Branch: perl
47781            ! vms/descrip_mms.template vms/test.com
47782 ____________________________________________________________________________
47783 [  7883] By: gsar                                  on 2000/11/27  11:50:46
47784         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
47785              6511..6513,6515..6523,6525..6536
47786              
47787              The swallow_bom() saga continues.  The #23 of require.t
47788              (UTF16-LE) still fails (silently, no output) but the #22
47789              (UTF16-BE) seems to be working now.  The root of the
47790              failure may be in sv_gets(): is it UTF-16LE-aware,
47791              especially when it comes to line endings? 
47792              
47793              Document the problem with -P in HP-UX and its workaround.
47794              
47795              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
47796              (aka ID 20000730.002)
47797              
47798              Subject: fix and question re: waitpid() under win32
47799              
47800              Make the safety catch for buggy gccs work with triple version
47801              numbers like 2.95.2.  Reported in
47802              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
47803              
47804              In Digital UNIX warn if gcc explicitly chosen because even
47805              2.95.2 is known to cause problems.
47806              
47807              Make chr() for values >127 to create utf8 when under utf8.
47808              
47809              various syntax errors and such (not fixed: comp/require.t#22 coredump
47810              on Windows)
47811              
47812              Stash away the largefiles flags and libswanted.
47813              
47814              BOM patching from Simon Cozens.
47815              
47816              If gccosandvers is equal to osname, clear gccosandvers.
47817              
47818              Make p4desc to skip non-mainperl branches by default.
47819              
47820              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
47821              
47822              The test from this
47823              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
47824              
47825              In new BSDs changes to argv[] do not show up in ps(1) output,
47826              instead one must use setproctitle().  This was already addressed
47827              by change #6457, but the below has a new variant for FreeBSD 4.0
47828              or later, and the matter is also documented more.
47829              
47830              FreeBSD 3.* updates from
47831              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
47832              
47833              regen_headers, regen perltoc.
47834              
47835              Document in one place the memory abstractions used in Perl core.
47836              
47837              memcpy has n o in it, as pinted ut by Sarathy.
47838              
47839              Remove the extraneous "main::" prefix from all the
47840              "opened only for", "on closed", and "never opened" warnings.
47841              
47842              The name of a filehandle does not have <these>.
47843              
47844              The tr utf8 patching continues.
47845              
47846              The new setproctitle() feature is available only in 
47847              bleeding edge FreeBSD.  From Paul Saab.
47848              
47849              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
47850              
47851              Dump UVs as UVs in Data::Dumper.
47852              
47853              detypo #6494
47854              
47855              Document the IVdf UVuf UVof UVxf.
47856              
47857              require.t needs binmode() to work on windows
47858              
47859              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
47860              that are hopefully soon put into use.
47861              
47862              Allow "no Module;" even if there is no 'unimport'.
47863              
47864              Better skip message for the test; one of the two problems in
47865              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
47866              
47867              The subtest 4 may fail also on VOBS, as pointed out
47868              by Nick Ing-Simmons in November 1999, bug id 19991124.003
47869              (but the failure in that bug report isn't the subtest 4).
47870              
47871              Be more informative on what is skipped and why,
47872              also repeat the list at the end.
47873              
47874              Add a URL for FSF.
47875              
47876              Subject: [PATCH] sv.h documentation - SvLEN
47877              
47878              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
47879              
47880              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
47881              
47882              Subject: [PATCH] bad cppsymbols on os2 + Configure question
47883              
47884              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
47885              
47886              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
47887              mention the idea of @( and @)
47888              
47889              This is 6512.  Really.
47890              
47891              Subject: [ID 19990721.004] Documentation bug in perlfunc
47892              
47893              Subject: Minor tweak to perlvar.pod
47894              
47895              In the warnings call filehandles consistently so;
47896              add "unopened" warning for stat().
47897              
47898              After the #6519 a warning about stat() is just that,
47899              not about a filetest, which now have their own warning.
47900              
47901              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
47902              
47903              Subject: Re: Array vs. List context
47904              
47905              Subject: New perlcc, take 2
47906              
47907              Weed buglets pointed out by
47908              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
47909              
47910              gcc versions might have (parentheses) in them.
47911              
47912              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
47913              
47914              Essential prototype changes were missing from #6527.
47915              Also make report_evil_fh() more bomb-proof.
47916              
47917              Zap lib/Sys directory when cleaning up.
47918              
47919              Change the Policy policy: now -Dprefix= with an existing
47920              Policy.sh and prefix == siteprefix == vendorprefix, then all
47921              of them follow along the new prefix.
47922              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
47923              
47924              Continue fixing the io warnings.  This also
47925              sort of fixes bug ID 20000802.003: the core dump
47926              is no more.  Whether the current behaviour is correct
47927              (giving a warning: "Not a format reference"), is another matter.
47928              
47929              Have symbols for the IoTYPEs.
47930              
47931              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
47932              
47933              Document a bit that UDP is not what you might think.
47934              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
47935              tr memory corruption fix from Simon Cozens.
47936              
47937              Plug the security hole described in the Aug 05 2000 bugtraq message
47938              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
47939              The security hole exists only in suidperls, which isn't
47940              installed or even built by default.
47941      Branch: maint-5.6/perl
47942           !> (integrate 71 files)
47943 ____________________________________________________________________________
47944 [  7882] By: gsar                                  on 2000/11/27  10:25:36
47945         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
47946              from mainline
47947              
47948              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
47949              to be fatal errors (instead of by default ignoring them, and
47950              ignoring with a bug: even though -w gave an error, the opening [
47951              was left in)  Reported in:
47952              
47953              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
47954              
47955              Subject: [PATCH] split /^/
47956              
47957              MacOS nits from Matthias Neeracher.
47958              
47959              More split() doc and test patches from Mike Guy.
47960              
47961              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
47962              from Graham Barr in the module list.
47963              
47964              docfix from Peter Scott <Peter@PSDT.com>.
47965              
47966              File::Temp patches for VMS and OS/2 from Tim Jenness.
47967              
47968              open() wariness in perlbug.
47969              
47970              Subject: [PATCH] minor doc change - perlguts
47971              
47972              Subject: Minor doc patch: handy.h
47973              
47974              Be wary of close()s, too.
47975              
47976              Further File::Temp patches from Yitzchak Scott-Thoennes
47977              and Craig A. Berry.
47978              
47979              Subject: [PATCH] fixes bug 20000508.004
47980              
47981              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
47982              
47983              Allow "no AutoLoader;", based on change #6444,
47984              suggested by Graham Barr.
47985              
47986              Use setproctitle() if available to modify $0.
47987              
47988              Warn if the version of the operating system used to compile gcc
47989              differs from the current version of the operating system.
47990              Also display the gcc compilation os and version in myconfig.
47991              Inspiration from
47992              
47993              Tiny fixes for #6460.
47994              
47995              The problem described in this
47996              Subject: [ID 20000322.018] named chars aren't magical enough
47997              has been fixed in perl 5.6.0 but just in case added a test
47998              to keep it away.  (The report from Joseph Hall.)
47999              
48000              Tune the comments and hopefully stop a memory leak.
48001              
48002              Subject: UTF8 concat
48003              (with a memory leak fixed, plus a few casts added)
48004              This also seems to help for
48005              Subject: [ID 20000716.015] join UTF8 weirdness
48006              
48007              Do not upgrade SVs into utf8 just because they participate
48008              in eq or cmp.  Reported and fix suggested in
48009              Subject: [ID 20000720.009] sv_eq UTF8 bug
48010              
48011              Fix the HALF_UPGRADE() macro introduced in #6263.
48012              
48013              Find green threads before native threads.
48014              Subject: Re: Patch to jpl/JNI/Makefile.PL
48015      Branch: maint-5.6/perl
48016           !> (integrate 30 files)
48017 ____________________________________________________________________________
48018 [  7881] By: jhi                                   on 2000/11/27  05:48:41
48019         Log: It seems that *both* the unused submatch loop cleanup
48020              codes are needed.
48021      Branch: perl
48022            ! regexec.c
48023 ____________________________________________________________________________
48024 [  7880] By: jhi                                   on 2000/11/27  04:50:07
48025         Log: Clean .exists deeper.
48026      Branch: perl
48027            ! Makefile.SH
48028 ____________________________________________________________________________
48029 [  7879] By: jhi                                   on 2000/11/27  02:31:35
48030         Log: The code in regcppop() (see #7878) contains the correct lower
48031              limit for the unused submatch 'cleanup' loop so that under
48032              "use utf8" the following code wouldn't dump core:
48033              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
48034              the cleanup loop in regtry() stomped beyond allocated area
48035              in the startp[] array.  Therefore, copied the correct lower
48036              loop limit (*PL_reglastparen) to regtry().  Note: something
48037              may still not be quite right: why was the _higher_ loop limit
48038              (prog->nparens) different in the utf8 case?
48039              
48040              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
48041              without core dumps, there were about 17 of them before
48042              the patch (with us since Perl 5.7.0).  Two failures, still:
48043              496 and 505 (though these may not be severe).
48044              
48045              Patch #7881 is also needed since both the cleanup loops
48046              seem to be needed.
48047              
48048              Also, the t/op/pat#44 seems to core dump under utf8.
48049              Plus a couple of failures.  UGH-8.
48050      Branch: perl
48051            ! regexec.c
48052 ____________________________________________________________________________
48053 [  7878] By: jhi                                   on 2000/11/27  02:21:17
48054         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
48055              the code in regcppop() seems to be redundant for the test suite --
48056              but it contains a germ of truth, and it needed for the build
48057              process itself: see #7879 and #7881.
48058      Branch: perl
48059            ! regexec.c
48060 ____________________________________________________________________________
48061 [  7877] By: jhi                                   on 2000/11/27  01:53:09
48062         Log: Comment on comment.
48063      Branch: perl
48064            ! regexec.c
48065 ____________________________________________________________________________
48066 [  7876] By: jhi                                   on 2000/11/27  00:49:59
48067         Log: Adjust the docs to agree with #7875.
48068      Branch: perl
48069            ! pod/perllocale.pod
48070 ____________________________________________________________________________
48071 [  7875] By: jhi                                   on 2000/11/27  00:49:27
48072         Log: Retract #7863.  It makes more sense not to taint formatted output,
48073              not even by sprintf().
48074      Branch: perl
48075            ! sv.c
48076 ____________________________________________________________________________
48077 [  7874] By: jhi                                   on 2000/11/26  23:36:02
48078         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
48079              Not really fixed (should really dump the UTF-8 charclass),
48080              but stopped displaying the garbage.
48081              
48082              Also add a note on the (missing) Unicode PSXSPC and BLANK.
48083      Branch: perl
48084            ! regcomp.c
48085 ____________________________________________________________________________
48086 [  7873] By: jhi                                   on 2000/11/26  21:31:13
48087         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
48088      Branch: perl
48089            ! regexec.c
48090 ____________________________________________________________________________
48091 [  7872] By: jhi                                   on 2000/11/26  21:06:04
48092         Log: No need to scan till infinity, 13 is enough.
48093      Branch: perl
48094            ! handy.h utf8.c
48095 ____________________________________________________________________________
48096 [  7871] By: jhi                                   on 2000/11/26  20:20:32
48097         Log: Test line numbers are different with utf8.
48098      Branch: perl
48099            ! t/op/re_tests
48100 ____________________________________________________________________________
48101 [  7870] By: jhi                                   on 2000/11/26  20:10:12
48102         Log: Message nit.
48103      Branch: perl
48104            ! regcomp.c
48105 ____________________________________________________________________________
48106 [  7869] By: jhi                                   on 2000/11/26  19:01:05
48107         Log: Make utf8_length() and utf8_distance() (the latter of which
48108              is unused at the moment) to be less forgiving about bad UTF-8.
48109      Branch: perl
48110            ! embed.h embed.pl objXSUB.h proto.h utf8.c
48111 ____________________________________________________________________________
48112 [  7868] By: jhi                                   on 2000/11/26  18:45:56
48113         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
48114              From: Benjamin Holzman <bah@ecnvantage.com>
48115              Date: Sat, 25 Nov 2000 20:40:20 -0500       
48116              Message-ID: <20001125204020.A25040@ecnvantage.com>              
48117              
48118              Debian allows installing /usr/bin/locale without installing
48119              any locales, an error message will ensue.
48120      Branch: perl
48121            ! t/pragma/locale.t
48122 ____________________________________________________________________________
48123 [  7867] By: jhi                                   on 2000/11/26  18:31:12
48124         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
48125              From: Benjamin Holzman <bah@ecnvantage.com>
48126              Date: Sun, 26 Nov 2000 02:42:34 -0500
48127              Message-ID: <20001126024234.G25040@ecnvantage.com>
48128              
48129              Patch for the bug 20000212.002.
48130      Branch: perl
48131            ! sv.c t/op/array.t
48132 ____________________________________________________________________________
48133 [  7866] By: jhi                                   on 2000/11/26  18:28:09
48134         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
48135              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48136              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
48137              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
48138              
48139              File::Temp 0.11.
48140      Branch: perl
48141            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
48142 ____________________________________________________________________________
48143 [  7865] By: jhi                                   on 2000/11/26  18:24:22
48144         Log: The metaconfig unit change for #7864.
48145      Branch: metaconfig/U/perl
48146            ! need_va_copy.U
48147 ____________________________________________________________________________
48148 [  7864] By: jhi                                   on 2000/11/26  18:23:41
48149         Log: Make the va_copy() test not to be so talkative.
48150      Branch: perl
48151            ! Configure config_h.SH
48152 ____________________________________________________________________________
48153 [  7863] By: jhi                                   on 2000/11/26  18:11:02
48154         Log: Fix locale inconsistencies unearthed by Hugo's work.
48155              Now the floating point sprintf really does taint the result
48156              string as perllocale promises (has promised for a long time)
48157              if "use locale" is in the lexical scope.
48158      Branch: perl
48159            ! sv.c t/pragma/locale.t
48160 ____________________________________________________________________________
48161 [  7862] By: jhi                                   on 2000/11/26  00:35:15
48162         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
48163              From: Nicholas Clark <nick@ccl4.org>
48164              Date: Sun, 26 Nov 2000 00:07:50 +0000
48165              Message-ID: <20001126000750.A22446@plum.flirble.org>
48166              
48167              Infinit.
48168      Branch: perl
48169            ! sv.c
48170 ____________________________________________________________________________
48171 [  7861] By: jhi                                   on 2000/11/26  00:01:26
48172         Log: Integrate perlio.
48173      Branch: perl
48174           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
48175 ____________________________________________________________________________
48176 [  7860] By: nick                                  on 2000/11/25  22:04:17
48177         Log: Correct relative path from new ext\Filter\Util\Call location
48178              back to miniperl.
48179      Branch: perlio
48180            ! win32/makefile.mk
48181 ____________________________________________________________________________
48182 [  7859] By: nick                                  on 2000/11/25  21:26:54
48183         Log: Integrate mainline.
48184      Branch: perlio
48185           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
48186           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
48187           +> t/lib/filter-util.t
48188            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48189            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
48190            - t/lib/filt-util.t
48191           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
48192           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
48193           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
48194           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
48195           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
48196           !> win32/makefile.mk
48197 ____________________________________________________________________________
48198 [  7858] By: gsar                                  on 2000/11/25  20:52:17
48199         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
48200              parent's memory; fix it by keeping track of the actual pad
48201              offset rather than a raw pointer (this change is probably also
48202              relevant to non-ithreads case to avoid fallout from reallocs of
48203              the pad array, but is currently only enabled for the ithreads
48204              case in the interests of minimal disruption to existing "well
48205              tested" code)
48206      Branch: perl
48207            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
48208            ! proto.h scope.c scope.h sv.c t/op/fork.t
48209 ____________________________________________________________________________
48210 [  7857] By: nick                                  on 2000/11/25  20:01:28
48211         Log: All tests pass on Win32/gcc/USE_PERLIO.
48212              - when crlf layer is pushed make unix-level binary.
48213              - remove :crlf injection in pp_backtick in pp_sys.c
48214              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
48215      Branch: perlio
48216            ! doio.c perlio.c pp_sys.c win32/makefile.mk
48217 ____________________________________________________________________________
48218 [  7856] By: jhi                                   on 2000/11/25  18:38:30
48219         Log: Update the metaconfig units for #7855.
48220      Branch: metaconfig/U/perl
48221            ! useperlio.U usesocks.U
48222 ____________________________________________________________________________
48223 [  7855] By: jhi                                   on 2000/11/25  18:37:54
48224         Log: Undo the SOCKS workarounds, instead start using PerlIO
48225              if SOCKS is selected.
48226              
48227              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
48228              From: Jens Hamisch <jens@Strawberry.COM>
48229              Date: Fri, 24 Nov 2000 18:31:30 +0100
48230              Message-ID: <20001124183130.E28337@Strawberry.COM>
48231              
48232              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
48233              From: Jens Hamisch <jens@Strawberry.COM>
48234              Date: Fri, 24 Nov 2000 19:11:51 +0100
48235              Message-ID: <20001124191151.A28753@Strawberry.COM>
48236      Branch: perl
48237            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
48238            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
48239 ____________________________________________________________________________
48240 [  7854] By: jhi                                   on 2000/11/25  17:39:08
48241         Log: Undo #7848.  Some of the code seems to use walkoptree(),
48242              some walkoptree_slow().  An unfinished renaming?
48243              Now the sub is walkoptree() (which is @EXPORT_OK),
48244              the walkoptree_slow() is a typeglob alias to walkoptree.
48245              This makes the tests to pass, at least.
48246      Branch: perl
48247            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
48248 ____________________________________________________________________________
48249 [  7853] By: nick                                  on 2000/11/24  22:24:33
48250         Log: Re-arrange crlf vs binary for platforms that care.
48251              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
48252              Lip-service to making stdio layer work on such platfroms (untested).
48253              Now fails 3 tests rather than one, checkin to see if I can debug 
48254              the issue under linux. (Do not merge.)
48255      Branch: perlio
48256            ! doio.c perlio.c perliol.h
48257 ____________________________________________________________________________
48258 [  7852] By: jhi                                   on 2000/11/24  18:57:39
48259         Log: AUTHORS edits.
48260      Branch: perl
48261            ! AUTHORS
48262 ____________________________________________________________________________
48263 [  7851] By: jhi                                   on 2000/11/24  17:34:56
48264         Log: Add Jan-Erik Karlsson.
48265      Branch: perl
48266            ! AUTHORS
48267 ____________________________________________________________________________
48268 [  7850] By: jhi                                   on 2000/11/24  17:27:56
48269         Log: Configure should find stdchar on its own.
48270      Branch: perl
48271            ! hints/solaris_2.sh
48272 ____________________________________________________________________________
48273 [  7849] By: jhi                                   on 2000/11/24  17:24:55
48274         Log: Subject: PATCH over 7848: Filter test flawed
48275              From: andreas.koenig@anima.de (Andreas J. Koenig)
48276              Date: 24 Nov 2000 10:28:29 +0100
48277              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
48278      Branch: perl
48279            ! t/lib/filter-util.t
48280 ____________________________________________________________________________
48281 [  7848] By: jhi                                   on 2000/11/24  17:22:15
48282         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
48283              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
48284              Date: Fri, 24 Nov 2000 16:12:58 +0000
48285              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
48286      Branch: perl
48287            ! ext/B/B.pm
48288 ____________________________________________________________________________
48289 [  7847] By: jhi                                   on 2000/11/24  03:07:01
48290         Log: Integrate perlio.
48291      Branch: perl
48292           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
48293           !> win32/makefile.mk
48294 ____________________________________________________________________________
48295 [  7846] By: gsar                                  on 2000/11/24  00:55:57
48296         Log: integrate changes#6415..6418,6420..6438 from mainline
48297              
48298              Fix the bitvector ops for utf8 (tricky since past 7 bits
48299              the utf8 'characters' can be more than one octet).
48300              
48301              MPE/ix updates for perl 5.6.0 from Mark Bixby.
48302              
48303              Subject: SDBM_File documentation
48304              
48305              Detypo.
48306              
48307              Decutandpasto.
48308              
48309              Send all installperl messages to STDERR and be -w clean.
48310              
48311              Out-of-date note removed.
48312              
48313              Protect against "wild next"s, that is, callbacks doing "next"
48314              instead of "return".
48315              
48316              Use STDOUT consistently.
48317              
48318              The output might have been produced in the wrong order.
48319              
48320              A missing 'break' after the [[:space:]] switch case.
48321              
48322              Add tests for
48323              [ID 19991110.003] another matching finding by pcre author
48324              which has already been fixed by some patch, as verified in
48325              
48326              Documentation to explain the behaviour of map().
48327              
48328              Add an optimization for map-maps-a-list-element-to-more-list-elements
48329              case, but add also notes explaining the relationship of this
48330              patch and the earlier notes by Sarathy.
48331              
48332              Subject: [ID 20000716.023] syslog test fails without sockets
48333              
48334              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
48335              Test cases for #6431.
48336              
48337              File::Spec::VMS fixup for tmpdir from Craig Berry.
48338              
48339              Make the "uninit variable" warning to say "concat or string"
48340              or "join or string" when in concat or join .
48341              
48342              Get UTF16 BOMs working.  Patch from
48343              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
48344              
48345              Subject: [PATCH] Make large file tests deal with SIGXFSZ
48346              
48347              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
48348              
48349              Subject: [PATCH] av.c apidoc
48350      Branch: maint-5.6/perl
48351           !> (integrate 43 files)
48352 ____________________________________________________________________________
48353 [  7845] By: gsar                                  on 2000/11/24  00:20:45
48354         Log: integrate changes#6406..6414 from mainline
48355              
48356              Merge perlhacktut into perlhack, update perlguts.
48357              
48358              Fix AutoSplit to use File::Spec the right way in VMS,
48359              from Peter Prymmer.
48360              
48361              The bug report
48362              [ID 19991110.002] minimal matching discrepancy found by pcre author
48363              seems to have been fixed (though differently from what was suggested
48364              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
48365              
48366              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
48367              not in pod, from Peter Prymmer
48368              
48369              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
48370              From: Hugo <hv@crypt.compulink.co.uk>
48371              Date: Fri, 14 Jul 2000 23:05:20 +0100
48372              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
48373              
48374              Didn't anymore apply, but that point still could use another fix.
48375              
48376              lib/b test fixes from Peter Prymmer.
48377              
48378              More docs for sv functions.
48379              
48380              perlvms.pod whitespace cleanup to keep pod utils happy.
48381              
48382              another VMS build tweak from Peter Prymmer
48383      Branch: maint-5.6/perl
48384           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
48385           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
48386           !> vms/descrip_mms.template vms/perlvms.pod
48387 ____________________________________________________________________________
48388 [  7844] By: nick                                  on 2000/11/23  23:42:45
48389         Log: Win32/perlio Now just fails one io/argv.t test - lack 
48390              of default :crlf on standard streams.
48391      Branch: perlio
48392            ! doio.c perlio.c
48393 ____________________________________________________________________________
48394 [  7843] By: nick                                  on 2000/11/23  23:04:05
48395         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
48396              peek fail is showing a real problem (multiple crlf layers
48397              are getting pushed.)
48398      Branch: perlio
48399            ! doio.c perlio.c win32/makefile.mk
48400 ____________________________________________________________________________
48401 [  7842] By: nick                                  on 2000/11/23  19:46:23
48402         Log: Implement PerlIO_binmode()
48403              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
48404              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
48405              make binmode in t/lib/io_tell.t unconditional so that works.
48406              Checkin just so Win32 machine can see these changes.
48407      Branch: perlio
48408            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
48409 ____________________________________________________________________________
48410 [  7841] By: jhi                                   on 2000/11/23  19:30:00
48411         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
48412      Branch: perl
48413            ! README.amiga
48414 ____________________________________________________________________________
48415 [  7840] By: jhi                                   on 2000/11/23  17:18:02
48416         Log: SOCKS wrestling continues, patches from Jens Hamisch.
48417      Branch: perl
48418            ! doio.c embed.h embed.pl perlsdio.h proto.h
48419 ____________________________________________________________________________
48420 [  7839] By: jhi                                   on 2000/11/23  16:54:14
48421         Log: Push Filter::Util::Call one level deeper.
48422      Branch: perl
48423            + t/lib/filter-util.t
48424           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
48425           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
48426            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48427            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
48428            - t/lib/filt-util.t
48429            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
48430            ! win32/Makefile win32/makefile.mk
48431 ____________________________________________________________________________
48432 [  7838] By: jhi                                   on 2000/11/23  16:52:40
48433         Log: Reach back one higher up when searching for PERL_SRC.
48434      Branch: perl
48435            ! lib/ExtUtils/MM_Unix.pm
48436 ____________________________________________________________________________
48437 [  7837] By: jhi                                   on 2000/11/23  16:05:41
48438         Log: Subject: Re: perl@7826
48439              Date: Thu, 23 Nov 2000 02:20:25 -0600
48440              From: "Craig A. Berry" <craigberry@mac.com>
48441              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
48442              
48443              Make VMS to like Filter::Util::Call. 
48444      Branch: perl
48445            ! configure.com ext/Filter/Util/Makefile.PL
48446 ____________________________________________________________________________
48447 [  7836] By: nick                                  on 2000/11/23  16:04:08
48448         Log: Implement crlf layer - not ready for merge.
48449      Branch: perlio
48450            ! perlio.c win32/makefile.mk
48451 ____________________________________________________________________________
48452 [  7835] By: jhi                                   on 2000/11/23  15:56:52
48453         Log: STDCHAR is different in Sparc v9 vs x86.
48454      Branch: perl
48455            ! hints/solaris_2.sh
48456 ____________________________________________________________________________
48457 [  7834] By: jhi                                   on 2000/11/23  15:50:47
48458         Log: The type needs to be visible to protos.
48459      Branch: perl
48460            ! perl.h
48461 ____________________________________________________________________________
48462 [  7833] By: jhi                                   on 2000/11/23  15:40:46
48463         Log: Finish unfinished SOCKS workaround changes.
48464      Branch: perl
48465            ! doio.c
48466 ____________________________________________________________________________
48467 [  7832] By: jhi                                   on 2000/11/23  15:33:30
48468         Log: Integrate perlio.
48469      Branch: perl
48470           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48471           !> win32/makefile.mk
48472 ____________________________________________________________________________
48473 [  7831] By: nick                                  on 2000/11/23  10:31:07
48474         Log: Correct makefile.mk dependancies for ext/Filter/Util
48475              Build ext/Encode
48476              Run dmake regen_config_h
48477      Branch: perlio
48478            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48479            ! win32/makefile.mk
48480 ____________________________________________________________________________
48481 [  7830] By: nick                                  on 2000/11/23  08:05:07
48482         Log: Integrate mainline
48483      Branch: perlio
48484           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48485           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
48486           +> t/lib/filt-util.pl t/lib/filt-util.t
48487           !> (integrate 41 files)
48488 ____________________________________________________________________________
48489 [  7829] By: gsar                                  on 2000/11/23  03:07:11
48490         Log: build the Filter extension on windows
48491      Branch: perl
48492            ! win32/Makefile win32/makefile.mk
48493 ____________________________________________________________________________
48494 [  7828] By: gsar                                  on 2000/11/23  02:46:35
48495         Log: regenerate win32/config* and fix some inconsistencies in the
48496              makefiles; always export Perl_deb() because it is needed
48497              by ext/re/* (whether perl itself is built with -DDEBUGGING
48498              or not)
48499      Branch: perl
48500            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
48501            ! win32/config_H.vc win32/makefile.mk
48502 ____________________________________________________________________________
48503 [  7827] By: gsar                                  on 2000/11/23  02:18:38
48504         Log: get sources building on windows+MSVC again (untested with other
48505              compilers)
48506      Branch: perl
48507            ! win32/include/sys/socket.h win32/perllib.c
48508 ____________________________________________________________________________
48509 [  7826] By: jhi                                   on 2000/11/23  01:18:26
48510         Log: Update Changes.
48511      Branch: perl
48512            ! Changes patchlevel.h
48513 ____________________________________________________________________________
48514 [  7825] By: jhi                                   on 2000/11/23  00:20:41
48515         Log: Subject: Re: av.c patch (having slight problems)
48516              From: "Ben Tilly" <ben_tilly@hotmail.com>
48517              Date: Tue, 21 Nov 2000 23:29:31 -0500
48518              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
48519              
48520              unshift() speedup.
48521      Branch: perl
48522            ! av.c
48523 ____________________________________________________________________________
48524 [  7824] By: jhi                                   on 2000/11/22  23:59:15
48525         Log: Fixes for signedness warnings noticed by VMSperlers.
48526      Branch: perl
48527            ! ext/Storable/Storable.xs regcomp.c sv.c
48528 ____________________________________________________________________________
48529 [  7823] By: jhi                                   on 2000/11/22  23:19:31
48530         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
48531              From: Peter Prymmer <pvhp@forte.com>
48532              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
48533              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
48534      Branch: perl
48535            ! t/pragma/warn/pp_hot
48536 ____________________________________________________________________________
48537 [  7822] By: jhi                                   on 2000/11/22  22:52:20
48538         Log: Be clean.
48539      Branch: perl
48540            ! Makefile.SH
48541 ____________________________________________________________________________
48542 [  7821] By: jhi                                   on 2000/11/22  22:46:39
48543         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
48544              by Damian Conway, as suggested by Paul Marquess.
48545      Branch: perl
48546            + lib/Filter/Simple.pm
48547 ____________________________________________________________________________
48548 [  7820] By: jhi                                   on 2000/11/22  22:45:51
48549         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
48550      Branch: perl
48551            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48552            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
48553            + t/lib/filt-util.t
48554            ! MANIFEST
48555 ____________________________________________________________________________
48556 [  7819] By: jhi                                   on 2000/11/22  22:03:27
48557         Log: Integrate perlio.
48558      Branch: perl
48559           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
48560           !> win32/makefile.mk
48561 ____________________________________________________________________________
48562 [  7818] By: jhi                                   on 2000/11/22  21:56:02
48563         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
48564      Branch: perl
48565            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
48566            ! t/lib/io_sock.t
48567 ____________________________________________________________________________
48568 [  7817] By: jhi                                   on 2000/11/22  21:39:49
48569         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
48570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48571              Date: Wed, 22 Nov 2000 16:08:12 -0500
48572              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
48573      Branch: perl
48574            ! lib/ExtUtils/Liblist.pm
48575 ____________________________________________________________________________
48576 [  7816] By: jhi                                   on 2000/11/22  21:38:25
48577         Log: Go ahead and #include <unistd.h> in perl.h.
48578      Branch: perl
48579            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
48580            ! util.c
48581 ____________________________________________________________________________
48582 [  7815] By: jhi                                   on 2000/11/22  21:22:52
48583         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
48584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48585              Date: Mon, 20 Nov 2000 18:30:52 -0500
48586              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
48587      Branch: perl
48588            ! pod/perlre.pod regcomp.c t/op/re_tests
48589 ____________________________________________________________________________
48590 [  7814] By: jhi                                   on 2000/11/22  21:21:46
48591         Log: Subject: [PATCH 5.7.0] Liblist finally works
48592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48593              Date: Tue, 21 Nov 2000 22:02:17 -0500
48594              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
48595      Branch: perl
48596            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
48597            ! lib/ExtUtils/MakeMaker.pm
48598 ____________________________________________________________________________
48599 [  7813] By: jhi                                   on 2000/11/22  21:20:23
48600         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
48601              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48602              Date: Wed, 22 Nov 2000 17:53:15 +0100
48603              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
48604              
48605              AIX dynaloader and perlio patch.
48606      Branch: perl
48607            ! ext/DynaLoader/dl_aix.xs
48608 ____________________________________________________________________________
48609 [  7812] By: jhi                                   on 2000/11/22  21:17:52
48610         Log: (Accidentally empty patch.)
48611      Branch: perl
48612            ! av.c
48613 ____________________________________________________________________________
48614 [  7811] By: jhi                                   on 2000/11/22  21:16:31
48615         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
48616              From: Peter Prymmer <pvhp@forte.com>
48617              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
48618              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
48619      Branch: perl
48620            ! vms/test.com
48621 ____________________________________________________________________________
48622 [  7810] By: jhi                                   on 2000/11/22  21:15:36
48623         Log: Subject: Re: perl@7777 
48624              From: "John P. Linderman" <jpl@research.att.com>
48625              Date: Wed, 22 Nov 2000 13:11:11 -0500
48626              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
48627              
48628              Detypoing.
48629      Branch: perl
48630            ! lib/CPAN.pm
48631 ____________________________________________________________________________
48632 [  7809] By: jhi                                   on 2000/11/22  21:14:19
48633         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
48634              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48635              Date:     Wed, 22 Nov 2000 13:51:37 EST
48636              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
48637      Branch: perl
48638            ! perlsdio.h
48639 ____________________________________________________________________________
48640 [  7808] By: jhi                                   on 2000/11/22  21:13:27
48641         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
48642              From: Casey Tweten <crt@kiski.net>
48643              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
48644              Message-Id: <200011201653.LAA10194@home.kiski.net>
48645      Branch: perl
48646            ! t/lib/io_udp.t
48647 ____________________________________________________________________________
48648 [  7807] By: jhi                                   on 2000/11/22  21:12:35
48649         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
48650              From: Casey Tweten <crt@kiski.net>
48651              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
48652              Message-Id: <200011201636.LAA07227@home.kiski.net>
48653      Branch: perl
48654            ! t/lib/io_sock.t
48655 ____________________________________________________________________________
48656 [  7806] By: jhi                                   on 2000/11/22  21:10:59
48657         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
48658              From: "Casey R. Tweten" <crt@kiski.net>
48659              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
48660              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
48661      Branch: perl
48662            ! utils/h2xs.PL
48663 ____________________________________________________________________________
48664 [  7805] By: nick                                  on 2000/11/22  21:05:06
48665         Log: Integrate mainline
48666      Branch: perlio
48667           !> Changes Porting/genlog ext/DB_File/DB_File.xs
48668           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
48669           !> utils/perlbug.PL
48670 ____________________________________________________________________________
48671 [  7804] By: jhi                                   on 2000/11/22  21:01:12
48672         Log: Subject: [PATCH] Test.pm POD peculiarity
48673              From: "Casey R. Tweten" <crt@kiski.net>
48674              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
48675              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
48676      Branch: perl
48677            ! lib/Test.pm
48678 ____________________________________________________________________________
48679 [  7803] By: jhi                                   on 2000/11/22  20:59:59
48680         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
48681              From: "Philip Newton" <pnewton@gmx.de>
48682              Date: Wed, 22 Nov 2000 14:25:53 +0100
48683              Message-Id: <3A1BD771.25462.1939FAD@localhost>
48684              
48685              Be case-understanding also on 's', and use the -oi of sendmail
48686              not to terminate the transmission on a lone '.'.
48687      Branch: perl
48688            ! utils/perlbug.PL
48689 ____________________________________________________________________________
48690 [  7802] By: nick                                  on 2000/11/22  20:51:42
48691         Log: Win32 PerlIO intermediate state now working as expected.
48692              - In current state we are still using C runtime in text/binary
48693              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
48694              - PERLIO=stdio and PERLIO=unix pass all expected tests.
48695              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
48696              and PerlIO_seek() and the dummy crlf layer is not making adjustments
48697              for CRLF translation happening in C runtime. All other tests pass.
48698              
48699              Added note to README.win32 to point out the snags of doing a perl build
48700              with Norton AntiVirus turned on.
48701              
48702              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
48703              which file a fail comes from.
48704              
48705              Updated "canned" config.h to match the one generated.
48706      Branch: perlio
48707            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
48708            ! win32/makefile.mk
48709 ____________________________________________________________________________
48710 [  7801] By: jhi                                   on 2000/11/22  06:50:20
48711         Log: Nickety nits.
48712      Branch: perl
48713            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
48714 ____________________________________________________________________________
48715 [  7800] By: jhi                                   on 2000/11/22  01:29:55
48716         Log: Changes had accidentally gone too silent on non-main branches.
48717      Branch: perl
48718            ! Changes Porting/genlog patchlevel.h
48719 ____________________________________________________________________________
48720 [  7799] By: gsar                                  on 2000/11/22  01:02:56
48721         Log: some lib_pm.PL changes snuck in via change#7772
48722      Branch: maint-5.6/perl
48723            ! Makefile.SH
48724 ____________________________________________________________________________
48725 [  7798] By: nick                                  on 2000/11/21  21:59:40
48726         Log: Integrate mainline
48727      Branch: perlio
48728           !> (integrate 28 files)
48729 ____________________________________________________________________________
48730 [  7797] By: jhi                                   on 2000/11/21  21:01:45
48731         Log: Integrate perlio.
48732      Branch: perl
48733           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
48734 ____________________________________________________________________________
48735 [  7796] By: nick                                  on 2000/11/21  20:36:22
48736         Log: Win32 builds and runs (mostly) with USE_PERLIO.
48737              PERLIO=perlio passes all tests. 
48738              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
48739      Branch: perlio
48740            ! perlio.c win32/perllib.c win32/win32.c
48741 ____________________________________________________________________________
48742 [  7795] By: jhi                                   on 2000/11/21  19:03:44
48743         Log: Update Changes.
48744      Branch: perl
48745            ! Changes patchlevel.h
48746 ____________________________________________________________________________
48747 [  7794] By: jhi                                   on 2000/11/21  18:56:34
48748         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
48749              From: "Craig A. Berry" <craigberry@mac.com>
48750              Date: Mon, 20 Nov 2000 20:27:06 -0600
48751              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
48752              
48753              A cut-and-pasto.
48754      Branch: perl
48755            ! perlio.h
48756 ____________________________________________________________________________
48757 [  7793] By: jhi                                   on 2000/11/21  18:54:41
48758         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
48759              From: Dominic Dunlop <domo@computer.org> 
48760              Date: Mon, 20 Nov 2000 18:55:29 +0100
48761              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
48762              
48763              va_copy() and the need of it.
48764              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
48765      Branch: metaconfig/U/perl
48766            + need_va_copy.U
48767      Branch: perl
48768            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48769            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
48770            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
48771            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48772            ! win32/config.bc win32/config.gc win32/config.vc
48773 ____________________________________________________________________________
48774 [  7792] By: jhi                                   on 2000/11/21  17:04:10
48775         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
48776      Branch: perl
48777           !> scope.h
48778 ____________________________________________________________________________
48779 [  7791] By: jhi                                   on 2000/11/21  17:01:16
48780         Log: Export the SOCKS workaround symbols only if necessary.
48781      Branch: perl
48782            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
48783 ____________________________________________________________________________
48784 [  7790] By: nick                                  on 2000/11/20  23:57:11
48785         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
48786      Branch: perlio
48787            ! scope.h
48788 ____________________________________________________________________________
48789 [  7789] By: nick                                  on 2000/11/20  23:38:33
48790         Log: Integrate mainline
48791      Branch: perlio
48792           +> lib/File/Spec/Epoc.pm
48793           !> (integrate 34 files)
48794 ____________________________________________________________________________
48795 [  7788] By: nick                                  on 2000/11/20  23:20:18
48796         Log: Make extra buffer layer work (dummy crlf layer)
48797      Branch: perlio
48798            ! doio.c perlio.c perlio.h
48799 ____________________________________________________________________________
48800 [  7787] By: jhi                                   on 2000/11/20  22:44:04
48801         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
48802              From: Peter Prymmer <pvhp@forte.com>
48803              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
48804              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
48805      Branch: perl
48806            ! t/pragma/locale.t
48807 ____________________________________________________________________________
48808 [  7786] By: jhi                                   on 2000/11/20  22:29:10
48809         Log: Subject: DOC PATCH 5.6.0 perlreftut
48810              From: mjd@plover.com
48811              Date: 20 Nov 2000 19:45:06 -0000
48812              Message-ID: <20001120194506.9505.qmail@plover.com>
48813      Branch: perl
48814            ! pod/perlreftut.pod
48815 ____________________________________________________________________________
48816 [  7785] By: jhi                                   on 2000/11/20  22:27:44
48817         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
48818              From: David Dyck <dcd@tc.fluke.com>
48819              Date: Mon, 20 Nov 2000 11:43:40 -0800
48820              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
48821      Branch: perl
48822            ! lib/Cwd.pm
48823 ____________________________________________________________________________
48824 [  7784] By: jhi                                   on 2000/11/20  22:23:21
48825         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
48826              Date: Mon, 20 Nov 2000 17:06:10 -0500
48827              To: Mailing list Perl5 <perl5-porters@perl.org>
48828              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
48829      Branch: perl
48830            ! pp_ctl.c t/op/pat.t
48831 ____________________________________________________________________________
48832 [  7783] By: jhi                                   on 2000/11/20  22:11:18
48833         Log: Subject: [PATCH] doop.c - UTF8 tr///               
48834              From: Simon Cozens <simon@cozens.net>
48835              Date: Sat, 18 Nov 2000 18:49:30 +0000
48836              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
48837              
48838              Subject: Re: [PATCH] doop.c - UTF8 tr///           
48839              From: Simon Cozens <simon@cozens.net>
48840              Date: Mon, 20 Nov 2000 20:45:22 +0000
48841              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
48842              
48843              Make tr on UTF-8 better but still not correct.
48844      Branch: perl
48845            ! doop.c
48846 ____________________________________________________________________________
48847 [  7782] By: jhi                                   on 2000/11/20  22:02:16
48848         Log: Remove the shared object before attempting to create
48849              (by linking) a new one.  E.g. in AIX not removing
48850              becomes quite painful if one tries to do more than one
48851              build in the same tree (an interrupted build, for example),
48852              since the AIX' shared dynaloader seemingly keeps the shared
48853              objects open and therefore 'busy' for quite a while, even when
48854              nobody is using the objects, leading into link failures.
48855      Branch: perl
48856            ! lib/ExtUtils/MM_Unix.pm
48857 ____________________________________________________________________________
48858 [  7781] By: gsar                                  on 2000/11/20  19:02:55
48859         Log: type mismatch due to faulty integration
48860      Branch: maint-5.6/perl
48861            ! toke.c win32/Makefile
48862 ____________________________________________________________________________
48863 [  7780] By: gsar                                  on 2000/11/20  17:31:55
48864         Log: integrate changes#6392,6394..6399,6401..6404
48865              
48866              The {multiplier} of a fixed substring was overlooked which
48867              caused a wrong initial search offset for that substring.
48868              
48869              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
48870              From: Hugo <hv@crypt.compulink.co.uk>
48871              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
48872              Date: Thu, 13 Jul 2000 19:27:13 +0100
48873              
48874              Fix the BOM bug: not a byteorder bug, a signedness bug.
48875              
48876              Replace change #6337 with a better one.
48877              
48878              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
48879              From: Hugo <hv@crypt.compulink.co.uk>
48880              Date: Fri, 14 Jul 2000 04:16:20 +0100
48881              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
48882              
48883              MakeMaker should not remove editor backups (*~) on `make clean`
48884              by default (completes change#6383)
48885              
48886              move new variables to the end of the interpreter structure (for
48887              bincompat in code that doesn't #include XSUB.h)
48888              
48889              rename totally bletcherous SvLOCK() thingy (doesn't do what the
48890              name suggests anyway)
48891              
48892              various cleanups (typos, misformatted code, and small bugs)
48893              
48894              typecasts needed for change#6394
48895              
48896              typos in change#6399, regen headers
48897              
48898              inconsistent types needs casts
48899              
48900              PERL_OBJECT build tweaks
48901      Branch: maint-5.6/perl
48902           !> MANIFEST doop.c embed.h embed.pl embedvar.h
48903           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
48904           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
48905           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
48906           !> toke.c util.c
48907 ____________________________________________________________________________
48908 [  7779] By: gsar                                  on 2000/11/20  17:06:29
48909         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
48910              
48911              Cosmetics and perldelta.
48912              
48913              Fix nits noticed by Boston.pm.
48914              
48915              Do the cc sanity check both before the hints and
48916              after the cc selction.
48917              
48918              get sprintf.t to adjust properly for 3-digit exponents
48919              
48920              don't clobber *.orig files on *clean targets
48921              
48922              fix bugs in processing %v-*d and similar format specs (from
48923              Avi Finkel <avi@finkel.org>)
48924              
48925              sprintf test tweaks (from Dominic Dunlop)
48926              
48927              new selfloader.t in change#6183 doesn't close DATA handles,
48928              and thus fails to clean up tmp files on dosish platforms
48929              
48930              typos (spotted by Peter Prymmer)
48931              
48932              typo fix from Craig Berry
48933      Branch: maint-5.6/perl
48934           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
48935           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
48936           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
48937           !> x2p/Makefile.SH
48938 ____________________________________________________________________________
48939 [  7778] By: gsar                                  on 2000/11/20  16:46:51
48940         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
48941              
48942              Subject: Re: format bug report  [Patch]
48943              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48944              Date: Wed, 05 Jul 2000 13:12:52 +0200
48945              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
48946              
48947              Subject: Re: format bug report  [Patch]
48948              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48949              Date: Wed, 05 Jul 2000 14:10:01 +0200
48950              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
48951              
48952              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
48953              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48954              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
48955              Date: Fri, 07 Jul 2000 17:57:16 +0100
48956              
48957              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
48958              To: perl5-porters@perl.org
48959              From: Karsten Sperling <spiff@phreax.net>
48960              Date: Mon, 10 Jul 2000 15:12:52 +0200
48961              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
48962              
48963              README.posix-bc podified from Thomas Dorner.
48964              
48965              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
48966              From: Dominic Dunlop <domo@computer.org>
48967              Date: Tue, 11 Jul 2000 12:27:33 +0200
48968              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
48969              
48970              Typo in #6341.
48971              
48972              Fix for
48973              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
48974              From: Roderick Schertler <roderick@argon.org>
48975              Date: Tue, 11 Jul 2000 13:55:05 -0400
48976              Message-Id: <200007111755.NAA05077@jones.argon.org>
48977              
48978              Minor cleanups on the booklist.
48979              
48980              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
48981              regen perltoc.
48982              
48983              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
48984      Branch: maint-5.6/perl
48985           +> pod/perlbook.pod
48986           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
48987           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
48988           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
48989 ____________________________________________________________________________
48990 [  7777] By: jhi                                   on 2000/11/20  16:08:49
48991         Log: Update Changes.
48992      Branch: perl
48993            ! Changes patchlevel.h
48994 ____________________________________________________________________________
48995 [  7776] By: jhi                                   on 2000/11/20  15:27:56
48996         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
48997              This may be overly harsh but until proven otherwise, we think this
48998              way, or until we have a simple test for Configure (having to start
48999              up servers is does not count as simple) to check for the problems.
49000      Branch: perl
49001            ! perl.h
49002 ____________________________________________________________________________
49003 [  7775] By: jhi                                   on 2000/11/20  15:22:17
49004         Log: Solaris hints tweaks.
49005      Branch: perl
49006            ! hints/solaris_2.sh
49007 ____________________________________________________________________________
49008 [  7774] By: jhi                                   on 2000/11/20  15:01:20
49009         Log: Add a workaround to SOCKS 64-bit problems.
49010      Branch: perl
49011            ! doio.c embed.h embed.pl perlsdio.h proto.h
49012 ____________________________________________________________________________
49013 [  7773] By: jhi                                   on 2000/11/20  14:51:47
49014         Log: sysseek() instead of seek().
49015      Branch: perl
49016            ! t/lib/syslfs.t
49017 ____________________________________________________________________________
49018 [  7772] By: gsar                                  on 2000/11/20  13:06:23
49019         Log: integrate changes#6315..6319,6321..6331,6333..6338
49020              
49021              Integrate with Sarathy, preliminary fix for unicos
49022              alignment problems in [ID 20000612.002] Perl problem on Cray system.
49023              
49024              some debugger output does not go to the socket when RemotePort is set
49025              
49026              winsock cleanup never done on Windows (leads to handle leaks)
49027              
49028              fix UNC path handling on Windows under ithreads, and chdir()
49029              return value when given a non-existent directory
49030              
49031              Autogenerate pod/Makefile and pod/buildtoc.
49032              buildtoc also checks whether the existin pods are
49033              mentioned in MANIFEST and perl.pod, and vice versa.
49034              (None of the thusly found discrepancies fixed yet.)
49035              roffitall also needs to be autogenerated similarly but it
49036              seems so badly out of date that I didn't touch it yet.
49037              
49038              Config is being used.
49039              
49040              Add =head1 NAMEs so that buildtoc is happy.
49041              (The CGI::Util nit reported to Lincoln.)
49042              
49043              Fix complaints of buildtoc.
49044              
49045              Fix the alignment problem in Crays ([ID 20000612.002]).
49046              
49047              Remove perlbook, update perlfaq book listing,
49048              rearrange perl.pod, regenerate perltoc.
49049              
49050              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
49051              was cast to an unsigned (32-bit) integer with wild abandon.
49052              
49053              winsock options weren't being set in all threads under ithreads
49054              (caused send()s from second and subsequent threads to fail)
49055              
49056              accept() leaks memory on windows due to incorrect ordering of
49057              closesocket() and fclose() calls
49058              
49059              Reorder perl.pod once more.
49060              
49061              More POSIX.pod tweaks.
49062              
49063              Sprinkle ldlibpath.
49064              
49065              Precedence goof, fix based on
49066              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
49067              From: Hugo <hv@crypt.compulink.co.uk>
49068              Date: Tue, 11 Jul 2000 12:52:38 +0100
49069              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
49070              
49071              Subject: PATCH perlguts.pod: Document D and d magic types
49072              From: mjd@plover.com
49073              Date: 5 Jul 2000 18:01:51 -0000
49074              Message-ID: <20000705180151.29413.qmail@plover.com>
49075              
49076              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
49077              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
49078              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
49079              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
49080              
49081              Subject: [PATCH cfgperl] $& segfaults if you trick it
49082              From: simon@brecon.co.uk (Simon Cozens)
49083              Date: 7 Jul 2000 11:26:09 GMT
49084              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
49085              
49086              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49087              From: Hugo <hv@crypt.compulink.co.uk>
49088              Date: Tue, 11 Jul 2000 12:44:50 +0100
49089              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
49090              
49091              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
49092              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49093              Date: Tue, 11 Jul 2000 13:50:51 +0100
49094              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
49095      Branch: maint-5.6/perl
49096           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
49097           +> pod/buildtoc.PL
49098            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
49099           !> (integrate 26 files)
49100 ____________________________________________________________________________
49101 [  7771] By: gsar                                  on 2000/11/20  12:31:42
49102         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
49103              6310,6311,6314
49104              
49105              Subject: [PATCH bleedperl] File::Spec 0.82 beta
49106              From: Barrie Slaymaker <barries@jester.slaysys.com>
49107              Date: Wed, 28 Jun 2000 11:35:29 -0400
49108              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
49109              
49110              tweak perlembed for multiplicity/usethreads sanity; correct notes
49111              about Windows
49112              
49113              localize %INC in a Safe compartment so that use/require work
49114              (many other magic globals probably need similar treatment)
49115              
49116              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
49117              when @_ is modified, causing coredumps
49118              
49119              slurp mode fix in change#4736 still not quite right
49120              
49121              Point to perlipc for more SysV IPC examples.
49122              
49123              Elaborate POSIX.pod.  Still needs work.
49124              
49125              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
49126              
49127              fix large memory leak that has been around for ever, masked by
49128              -DPURIFY (most of the arenas were never freed!)
49129              
49130              fix memory leak on Windows (PL_sys_intern contents were never
49131              freed)
49132              
49133              PERL_OBJECT build tweak
49134              
49135              adjust change#6299
49136              
49137              remove rel2abs prototypes (from Barrie Slaymaker)
49138              
49139              missing perldiag entry for unpack("w",...) diagnostic (from
49140              Andreas Koenig)
49141              
49142              better diagnostic on Frob->stuff() when Frob:: doesn't exist
49143              (from Richard Soderberg <rs@oregonnet.com>)
49144              
49145              Win32 patches for cfgperl from Sarathy.
49146              
49147              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
49148              
49149              More POSIX.pod embellishment.
49150              
49151              tyop in change#6306
49152      Branch: maint-5.6/perl
49153           !> (integrate 44 files)
49154 ____________________________________________________________________________
49155 [  7770] By: gsar                                  on 2000/11/20  11:51:00
49156         Log: integrate changes#6268..6282 from cfgperl branch
49157              
49158              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
49159              From: Dominic Dunlop <domo@computer.org>
49160              Date: Thu, 29 Jun 2000 12:32:39 +0200
49161              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
49162              
49163              Regen headers for #6261 (and update embed.pl for this) and #6267,
49164              silence few compiler warnings.
49165              
49166              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
49167              From: Nicholas Clark <nick@talking.bollo.cx>
49168              Date: Fri, 23 Jun 2000 16:21:15 +0100
49169              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
49170              
49171              Subject: PATCH pod/perltie.pod
49172              From: Ian Phillipps <Ian.Phillipps@iname.com>
49173              Date: Fri, 16 Jun 2000 00:17:19 +0100
49174              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
49175              (only the first hunk, the second hunk had already been done
49176              by some other patch)
49177              
49178              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
49179              From: Tom Phoenix <rootbeer@redcat.com>
49180              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
49181              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
49182              
49183              Subject: [PATCH] xsub attributes
49184              From: Doug MacEachern <dougm@covalent.net>
49185              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
49186              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
49187              
49188              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
49189              From: Andy Dougherty <doughera@lafayette.edu>
49190              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
49191              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
49192              
49193              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
49194              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49195              Date: Tue, 13 Jun 2000 02:43:48 -0500
49196              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
49197              
49198              Subject: [PATCH] Re: eval documentation: context
49199              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49200              Date: Mon, 12 Jun 2000 15:07:29 +0100
49201              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
49202              
49203              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
49204              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49205              Date: Mon, 12 Jun 2000 14:55:59 +0100
49206              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
49207              
49208              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
49209              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
49210              Date: Fri, 09 Jun 2000 12:39:27 -0400
49211              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
49212              (plus update the version "number" of Text::Wrap)
49213              
49214              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
49215              From: Tim Ayers <tayers@bridge.com>
49216              Date: Thu, 08 Jun 2000 08:11:06 +0200
49217              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
49218              [resent by Richard Foley, Message-Id probably wrong]
49219              
49220              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
49221              From: rspier@pobox.com (Robert Spier)
49222              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
49223              Message-ID: <14654.31913.845602.610277@rls.cx>
49224              
49225              Subject: [PATCH 5.6.0] utils/h2xs.PL
49226              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49227              Date: Wed, 7 Jun 2000 04:02:04 -0500
49228              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
49229              
49230              Subject: [PATCH 5.6.0]ITHREADs for VMS
49231              From: Dan Sugalski <dan@sidhe.org>
49232              Date: Tue, 06 Jun 2000 11:59:50 -0400
49233              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
49234      Branch: maint-5.6/perl
49235           !> (integrate 31 files)
49236 ____________________________________________________________________________
49237 [  7769] By: gsar                                  on 2000/11/20  11:29:06
49238         Log: integrate changes#6261..6266 from cfgperl
49239              
49240              Subject: Re: [PATCH cfgperl] BOMs away!
49241              From: simon@brecon.co.uk (Simon Cozens)
49242              Date: 17 Jun 2000 11:49:57 GMT
49243              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
49244              
49245              Subject: 5.6.0 Patch for EPOC
49246              From: Olaf Flebbe <o.flebbe@gmx.de>
49247              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
49248              Message-ID: <23449.960929969@www11.gmx.net>
49249              
49250              tr fixes from Simon Cozens
49251              
49252              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
49253              From: Marty Lucich <marty@netcom.com>
49254              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
49255              Message-Id: <200006282116.OAA11148@netcom.com>
49256              ccdlflags update (the BSD/OS 4.1 part had already been taken
49257              care of by #6141).
49258              
49259              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
49260              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49261              Date: Wed, 28 Jun 2000 17:50:12 -0700
49262              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
49263              
49264              Subject: [PATCH 5.6.0] cygwin port
49265              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
49266              From: "Fifer, Eric" <EFifer@sanwaint.com>
49267              Date: Thu, 29 Jun 2000 12:58:29 +0100
49268      Branch: maint-5.6/perl
49269           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
49270           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
49271           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49272           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
49273 ____________________________________________________________________________
49274 [  7768] By: gsar                                  on 2000/11/20  11:13:44
49275         Log: integrate changes#6252..6256,6259..6260
49276              
49277              Paranoia tweak on #6249.
49278              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49279              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49280              Date: Sun, 25 Jun 2000 23:43:12 -0400
49281              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
49282              
49283              Subject: tr///, help wanted.
49284              From: simon@brecon.co.uk (Simon Cozens)
49285              Date: 28 Jun 2000 11:29:04 GMT
49286              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
49287              
49288              small thinko tweaks
49289              
49290              tweaks from Simon Conzes to further fix tr/// under utf8
49291              
49292              perlnewmod was missing from MANIFEST.
49293              
49294              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
49295              From: simon@brecon.co.uk (Simon Cozens)
49296              Date: 17 Jun 2000 11:56:44 GMT
49297              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
49298              pack U0, pack C0
49299      Branch: maint-5.6/perl
49300           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
49301           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
49302           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
49303           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
49304 ____________________________________________________________________________
49305 [  7767] By: gsar                                  on 2000/11/20  10:51:38
49306         Log: integrate change#6250 from cfgperl
49307              
49308              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
49309              From: Doug MacEachern <dougm@covalent.net>
49310              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
49311              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
49312      Branch: maint-5.6/perl
49313           +> t/op/my_stash.t
49314           !> MANIFEST embed.pl global.sym proto.h toke.c
49315 ____________________________________________________________________________
49316 [  7766] By: gsar                                  on 2000/11/20  10:48:34
49317         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
49318              
49319              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
49320              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
49321              Date: Mon, 26 Jun 2000 18:40:14 +0100
49322              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
49323              
49324              Subject: [PATCH] bytes<->utf8 fixes
49325              From: simon@brecon.co.uk (Simon Cozens)
49326              Date: 26 Jun 2000 04:55:45 GMT
49327              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
49328              
49329              Subject: [PATCH] is_utf8_string
49330              From: simon@brecon.co.uk (Simon Cozens)
49331              Date: 26 Jun 2000 02:25:59 GMT
49332              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
49333              
49334              Subject: [PATCH] avoid mg_ptr in '*' magic
49335              From: Doug MacEachern <dougm@covalent.net>
49336              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
49337              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
49338              
49339              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
49340              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
49341              Date: Sat, 24 Jun 2000 13:06:20 +0100
49342              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
49343              
49344              Allow for standalone testing.
49345              
49346              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
49347              From: Mark-Jason Dominus <mjd@plover.com>
49348              Date: Tue, 27 Jun 2000 22:36:42 -0400
49349              Message-ID: <20000628023642.12166.qmail@plover.com>
49350              
49351              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49352              From: Frank Tobin <ftobin@uiuc.edu>
49353              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
49354              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
49355      Branch: maint-5.6/perl
49356           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
49357           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
49358           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
49359           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
49360           !> utf8.c utils/h2xs.PL
49361 ____________________________________________________________________________
49362 [  7765] By: gsar                                  on 2000/11/20  10:29:13
49363         Log: integrate change#6239 from cfgperl
49364              
49365              Configure maintenance.  Sever some dependency cycles,
49366              separate gccversion from the cc unit,
49367              address [ID 20000623.006] Configure script patch for using gcc on AIX
49368              (but solve it a little bit differently),
49369              unduplex some accidentally duplicated units,
49370              suggest using gcc if no cc available
49371              (p5p thread: "Solaris configure: counterproposal", 1999-09)
49372      Branch: maint-5.6/perl
49373           !> Configure Todo-5.6 config_h.SH
49374 ____________________________________________________________________________
49375 [  7764] By: gsar                                  on 2000/11/20  10:25:55
49376         Log: integrate changes#6233..6238 from cfgperl
49377              
49378              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
49379              From: Mark-Jason Dominus <mjd@plover.com>
49380              Date: Fri, 16 Jun 2000 20:53:04 -0400
49381              Message-ID: <20000617005304.8008.qmail@plover.com>
49382              
49383              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
49384              because when run as services (Win32ese for daemons)
49385              no environment variables are set and tmpdir ends up as /tmp,
49386              which is ambiguous.
49387              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
49388              From: matt@sergeant.org
49389              Date: 16 Jun 2000 16:30:43 -0000
49390              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
49391              
49392              The thread begun by
49393              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
49394              From: Kevin.Ruscoe@ubsw.com
49395              Date: Fri, 16 Jun 2000 16:38:51 +0100
49396              Message-Id: <H000019b03c300d6@MHS>
49397              
49398              Tweak embed.pl, regen headers.
49399              
49400              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
49401              From: Dan Sugalski <dan@sidhe.org>
49402              Date: Fri, 23 Jun 2000 17:00:00 -0400
49403              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
49404      Branch: maint-5.6/perl
49405           !> (integrate 27 files)
49406 ____________________________________________________________________________
49407 [  7763] By: gsar                                  on 2000/11/20  10:08:08
49408         Log: s/perl56delta/perldelta/g
49409      Branch: maint-5.6/perl
49410            ! pod/Makefile
49411 ____________________________________________________________________________
49412 [  7762] By: gsar                                  on 2000/11/20  10:04:00
49413         Log: integrate changes#6225,6229,6231,6232 from cfgperl
49414              
49415              Add source code filenames to apidoc.
49416              From: simon@brecon.co.uk (Simon Cozens)
49417              Subject: [PATCH embed.pl] Source X-ref
49418              Date: 22 Jun 2000 02:18:49 GMT
49419              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
49420              
49421              Subject: README.hpux version 0.6.1
49422              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
49423              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
49424              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
49425              
49426              Subject: [PATCH 5.6.0] cygwin port
49427              From: "Fifer, Eric" <EFifer@sanwaint.com>
49428              Date: Tue, 20 Jun 2000 14:30:58 +0100
49429              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
49430              
49431              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
49432              From: simon@brecon.co.uk (Simon Cozens)
49433              Date: 19 Jun 2000 15:18:27 GMT
49434              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
49435              
49436              plus update pod/Makefile and regenerate perltoc
49437      Branch: maint-5.6/perl
49438           +> pod/perlutil.pod
49439           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
49440           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
49441 ____________________________________________________________________________
49442 [  7761] By: jhi                                   on 2000/11/20  04:09:55
49443         Log: Miraculous typo.
49444      Branch: perl
49445            ! t/op/pat.t
49446 ____________________________________________________________________________
49447 [  7760] By: jhi                                   on 2000/11/20  04:06:08
49448         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
49449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49450              Date: Sun, 19 Nov 2000 22:30:26 -0500
49451              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
49452      Branch: perl
49453            ! regexec.c scope.h t/op/pat.t
49454 ____________________________________________________________________________
49455 [  7759] By: jhi                                   on 2000/11/20  02:05:22
49456         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
49457      Branch: perl
49458            ! perl.h
49459 ____________________________________________________________________________
49460 [  7758] By: jhi                                   on 2000/11/20  01:58:11
49461         Log: Subject: [perl 7711: EPOC] updates
49462              From: Olaf Flebbe <o.flebbe@gmx.de>
49463              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
49464              Message-ID: <25575.974658810@www23.gmx.net>               
49465      Branch: perl
49466            + lib/File/Spec/Epoc.pm
49467            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
49468            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
49469            ! lib/File/Spec.pm perl.c sv.c
49470 ____________________________________________________________________________
49471 [  7757] By: jhi                                   on 2000/11/20  01:53:11
49472         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
49473      Branch: perl
49474            ! MANIFEST
49475 ____________________________________________________________________________
49476 [  7756] By: jhi                                   on 2000/11/20  01:47:22
49477         Log: Integrate perlio.
49478      Branch: perl
49479            - ext/re/hints/MSWin32.pl
49480           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
49481           !> win32/config.gc win32/config_H.gc win32/win32sck.c
49482 ____________________________________________________________________________
49483 [  7755] By: nick                                  on 2000/11/19  20:57:17
49484         Log: Add dummy crlf layer (just as buffer)
49485              Correct 1st bug - one layer of indirection.
49486      Branch: perlio
49487            ! perlio.c perlio.h perliol.h
49488 ____________________________________________________________________________
49489 [  7754] By: nick                                  on 2000/11/19  20:56:12
49490         Log: Work-round to Perl_deb_nocontext is no longer required
49491      Branch: perlio
49492            - ext/re/hints/MSWin32.pl
49493 ____________________________________________________________________________
49494 [  7753] By: nick                                  on 2000/11/19  20:01:16
49495         Log: diff -se shows these as different
49496      Branch: perlio
49497            ! global.sym pod/perlapi.pod
49498 ____________________________________________________________________________
49499 [  7752] By: nick                                  on 2000/11/19  18:57:30
49500         Log: Configure GCC/Win32 build -Duseperlio
49501              Fix a couple of gross issues
49502              - double-include of ../deb.o in re.dll
49503              - win32sck.c needs PerlIO and FILE 
49504      Branch: perlio
49505            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
49506            ! win32/win32sck.c
49507 ____________________________________________________________________________
49508 [  7751] By: nick                                  on 2000/11/19  17:05:36
49509         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
49510      Branch: perlio
49511            ! perlio.c
49512 ____________________________________________________________________________
49513 [  7750] By: nick                                  on 2000/11/19  16:57:14
49514         Log: Missing aTHX_
49515      Branch: perlio
49516            ! sv.c
49517 ____________________________________________________________________________
49518 [  7749] By: jhi                                   on 2000/11/19  16:28:40
49519         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
49520              From: "Peter J. Farley III" <pjfarley@banet.net>
49521              Date: Sun, 19 Nov 2000 01:42:58 -0500
49522              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
49523      Branch: perl
49524            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
49525 ____________________________________________________________________________
49526 [  7748] By: jhi                                   on 2000/11/19  16:08:10
49527         Log: Subject: podlators 1.05 available        
49528              From: Russ Allbery <rra@stanford.edu>   
49529              Date: 18 Nov 2000 22:04:28 -0800
49530              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
49531      Branch: perl
49532            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
49533 ____________________________________________________________________________
49534 [  7747] By: nick                                  on 2000/11/19  11:19:39
49535         Log: Integrate mainline
49536      Branch: perlio
49537           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
49538           !> util.c
49539 ____________________________________________________________________________
49540 [  7746] By: jhi                                   on 2000/11/19  06:42:22
49541         Log: Make hex scanning warn on "\x{x}" and "\xx".
49542              "\x" and and hex("x") are still valid.
49543      Branch: perl
49544            ! util.c
49545 ____________________________________________________________________________
49546 [  7745] By: nick                                  on 2000/11/18  22:52:28
49547         Log: Integrate mainline
49548      Branch: perlio
49549           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
49550           !> perl.h perlio.c proto.h regcomp.c regcomp.h
49551 ____________________________________________________________________________
49552 [  7744] By: jhi                                   on 2000/11/18  22:50:28
49553         Log: Introduce Perl_utf8_length().  Use it.
49554      Branch: perl
49555            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
49556 ____________________________________________________________________________
49557 [  7743] By: jhi                                   on 2000/11/18  22:38:51
49558         Log: Compiler denit.
49559      Branch: perl
49560            ! perlio.c
49561 ____________________________________________________________________________
49562 [  7742] By: jhi                                   on 2000/11/18  20:33:05
49563         Log: Integrate perlio.
49564      Branch: perl
49565           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
49566           !> perlio.h pp_ctl.c pp_sys.c sv.c
49567 ____________________________________________________________________________
49568 [  7741] By: jhi                                   on 2000/11/18  20:31:27
49569         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
49570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49571              Date: Fri, 17 Nov 2000 20:35:11 -0500
49572              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
49573              
49574              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
49575              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49576              Date: Fri, 17 Nov 2000 21:03:47 -0500
49577              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
49578              
49579              Plus a little bit of tweaking in pregcomp().
49580      Branch: perl
49581            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
49582 ____________________________________________________________________________
49583 [  7740] By: nick                                  on 2000/11/18  20:17:22
49584         Log: Lexical use open ... support:
49585              add ->cop_io to COP structure in cop.h.
49586              Make mg.c and gv.c associate it with ${^OPEN}.
49587              Make lib/open.pm set it.
49588              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
49589              manner similar to ->cop_warnings.
49590              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
49591              call new PerlIO_apply_layers().
49592              Declare latter in perlio.h and define in perlio.c
49593      Branch: perlio
49594            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
49595            ! perlio.h pp_ctl.c pp_sys.c sv.c
49596 ____________________________________________________________________________
49597 [  7739] By: jhi                                   on 2000/11/18  19:54:00
49598         Log: Integrate perlio.
49599      Branch: perl
49600           !> doio.c perlio.c pp.c
49601 ____________________________________________________________________________
49602 [  7738] By: jhi                                   on 2000/11/18  17:16:13
49603         Log: Subject: [PATCH 5.7.0] etags broken again
49604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49605              Date: Sat, 18 Nov 2000 02:41:36 -0500
49606              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
49607      Branch: perl
49608            ! emacs/ptags
49609 ____________________________________________________________________________
49610 [  7737] By: jhi                                   on 2000/11/18  17:12:18
49611         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
49612      Branch: perl
49613            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49614 ____________________________________________________________________________
49615 [  7736] By: nick                                  on 2000/11/18  14:06:20
49616         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
49617              part to be isolated.
49618      Branch: perlio
49619            ! doio.c perlio.c
49620 ____________________________________________________________________________
49621 [  7735] By: nick                                  on 2000/11/18  11:03:32
49622         Log: Integrate mainline
49623      Branch: perlio
49624           !> Changes README.amiga README.win32 patchlevel.h
49625           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
49626 ____________________________________________________________________________
49627 [  7734] By: jhi                                   on 2000/11/18  01:18:56
49628         Log: Update Changes.
49629      Branch: perl
49630            ! Changes patchlevel.h
49631 ____________________________________________________________________________
49632 [  7733] By: jhi                                   on 2000/11/18  00:32:54
49633         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
49634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49635              Date: Fri, 17 Nov 2000 17:28:02 -0500
49636              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
49637      Branch: perl
49638            ! regcomp.c regexec.c t/op/re_tests
49639 ____________________________________________________________________________
49640 [  7732] By: jhi                                   on 2000/11/18  00:28:56
49641         Log: Sparc 64-bit pack() fix from Jens Hamisch.
49642      Branch: perl
49643            ! pp.c
49644 ____________________________________________________________________________
49645 [  7731] By: jhi                                   on 2000/11/18  00:18:39
49646         Log: Explain in more detail the {} syntax ambiguousity.
49647              
49648              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
49649              From: Nicholas Clark <nick@ccl4.org>
49650              Date: Fri, 17 Nov 2000 22:10:28 +0000
49651              Message-ID: <20001117221028.A88930@plum.flirble.org>
49652      Branch: perl
49653            ! pod/perlfunc.pod
49654 ____________________________________________________________________________
49655 [  7730] By: jhi                                   on 2000/11/18  00:12:18
49656         Log: Subject: Fix for README.amiga (20000323.033)
49657              From: "Stephen P. Potter" <spp@spotter.yi.org>
49658              Date: Fri, 17 Nov 2000 12:25:51 -0500
49659              Message-Id: <200011171725.MAA05768@spotter.yi.org>
49660      Branch: perl
49661            ! README.amiga
49662 ____________________________________________________________________________
49663 [  7729] By: jhi                                   on 2000/11/18  00:08:34
49664         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
49665              From: "A. C. Yardley" <yardley@tanet.net>
49666              Date: Mon, 3 Apr 2000 11:35:33 -0700
49667              Message-ID: <3483.000403@tanet.net>
49668      Branch: perl
49669            ! README.win32
49670 ____________________________________________________________________________
49671 [  7728] By: nick                                  on 2000/11/17  21:59:47
49672         Log: Integrate mainline
49673      Branch: perlio
49674           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
49675           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
49676           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
49677           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
49678 ____________________________________________________________________________
49679 [  7727] By: nick                                  on 2000/11/17  21:56:31
49680         Log: Experiment on use of attributes.pm interface.
49681              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
49682              SVt_PVRV if not already something better (else vivify of say magic gets
49683              core dump).
49684      Branch: perlio
49685            ! perlio.c pp.c
49686 ____________________________________________________________________________
49687 [  7726] By: jhi                                   on 2000/11/17  14:15:49
49688         Log: Subject: Fix for 20000815.006
49689              From: "Stephen P. Potter" <spp@spotter.yi.org>
49690              Date: Fri, 17 Nov 2000 08:57:45 -0500
49691              Message-Id: <200011171357.IAA05122@spotter.yi.org>
49692              
49693              It's really 20000518.006.
49694      Branch: perl
49695            ! pod/perlmodlib.PL
49696 ____________________________________________________________________________
49697 [  7725] By: jhi                                   on 2000/11/17  14:12:31
49698         Log: Subject: Fix for 20000409.001
49699              From: "Stephen P. Potter" <spp@spotter.yi.org>
49700              Date: Fri, 17 Nov 2000 08:55:45 -0500
49701              Message-Id: <200011171355.IAA05104@spotter.yi.org>
49702      Branch: perl
49703            ! pod/perlfaq9.pod
49704 ____________________________________________________________________________
49705 [  7724] By: jhi                                   on 2000/11/17  14:08:58
49706         Log: Undo #7627 now that we have =head3.
49707      Branch: perl
49708            ! pod/perlhack.pod
49709 ____________________________________________________________________________
49710 [  7723] By: jhi                                   on 2000/11/17  14:04:09
49711         Log: As surmised the #7719 wasn't a good move.
49712      Branch: perl
49713            ! hints/solaris_2.sh
49714 ____________________________________________________________________________
49715 [  7722] By: jhi                                   on 2000/11/17  13:59:04
49716         Log: Also the 64bitall hints can be either here or there.
49717      Branch: perl
49718            ! hints/solaris_2.sh
49719 ____________________________________________________________________________
49720 [  7721] By: jhi                                   on 2000/11/17  02:26:23
49721         Log: Test tweak for the open pragma.
49722      Branch: perl
49723            ! t/lib/b.t
49724 ____________________________________________________________________________
49725 [  7720] By: jhi                                   on 2000/11/17  00:23:22
49726         Log: The long double hints can be here or there.
49727      Branch: perl
49728            ! hints/solaris_2.sh
49729 ____________________________________________________________________________
49730 [  7719] By: jhi                                   on 2000/11/17  00:14:06
49731         Log: For Solaris use64bitall the stdchar needs a little bit of help.
49732      Branch: perl
49733            ! hints/solaris_2.sh
49734 ____________________________________________________________________________
49735 [  7718] By: jhi                                   on 2000/11/16  23:27:34
49736         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
49737              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
49738              Date: Wed, 15 Nov 2000 08:56:32 +0100
49739              Message-ID: <3A1241B0.64477E00@alcatel.at>
49740      Branch: perl
49741            ! lib/Carp/Heavy.pm
49742 ____________________________________________________________________________
49743 [  7717] By: jhi                                   on 2000/11/16  23:23:29
49744         Log: Subject: [PATCH] Re: 20001101.003 PDL
49745              From: Nicholas Clark <nick@ccl4.org>
49746              Date: Thu, 16 Nov 2000 16:48:25 +0000
49747              Message-ID: <20001116164825.B93487@plum.flirble.org>
49748      Branch: perl
49749            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
49750 ____________________________________________________________________________
49751 [  7716] By: jhi                                   on 2000/11/16  23:21:31
49752         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
49753              From: "Casey R. Tweten" <crt@kiski.net>
49754              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
49755              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
49756      Branch: perl
49757            ! lib/Pod/Checker.pm pod/perlpod.pod
49758 ____________________________________________________________________________
49759 [  7715] By: jhi                                   on 2000/11/16  23:19:40
49760         Log: Avoid an infinite loop in VMS when utils scripts are run
49761              with no arguments, from Charles Lane.
49762      Branch: perl
49763            ! configure.com
49764 ____________________________________________________________________________
49765 [  7714] By: jhi                                   on 2000/11/16  23:17:08
49766         Log: Subject: perllocale.pod changes
49767              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49768              Date: Mon, 13 Nov 2000 10:09:22 +0300
49769              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
49770      Branch: perl
49771            ! pod/perllocale.pod
49772 ____________________________________________________________________________
49773 [  7713] By: jhi                                   on 2000/11/16  23:14:06
49774         Log: Integrate perlio.
49775      Branch: perl
49776           !> doio.c perlio.c perlio.h util.c
49777 ____________________________________________________________________________
49778 [  7712] By: nick                                  on 2000/11/16  21:10:58
49779         Log: Integrate mainline
49780      Branch: perlio
49781           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49782           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
49783           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
49784           !> vos/config.ga.def vos/config.ga.h win32/config.bc
49785           !> win32/config.gc win32/config.vc
49786 ____________________________________________________________________________
49787 [  7711] By: nick                                  on 2000/11/16  19:56:41
49788         Log: Minor tweaks:
49789              consistent way of getting 'rb', 'wb' etc. for binary opens
49790              move *perlio::layers to *open::layers
49791              a #define to show layers available
49792              DOSISH popen/PerlIO had export/import sense inverted.
49793      Branch: perlio
49794            ! doio.c perlio.c perlio.h util.c
49795 ____________________________________________________________________________
49796 [  7710] By: jhi                                   on 2000/11/16  15:46:05
49797         Log: Add HAS_SBRK_PROTO.
49798      Branch: metaconfig/U/perl
49799            + d_sbrkproto.U
49800      Branch: perl
49801            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49802            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
49803            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
49804            ! vos/config.ga.def vos/config.ga.h win32/config.bc
49805            ! win32/config.gc win32/config.vc
49806 ____________________________________________________________________________
49807 [  7709] By: nick                                  on 2000/11/16  07:31:49
49808         Log: Integrate mainline
49809      Branch: perlio
49810           !> (integrate 35 files)
49811 ____________________________________________________________________________
49812 [  7708] By: jhi                                   on 2000/11/16  05:33:03
49813         Log: These files are text, not binary.
49814      Branch: perl
49815            ! ext/Encode/Encode/iso8859-10.enc
49816            ! ext/Encode/Encode/iso8859-13.enc
49817            ! ext/Encode/Encode/iso8859-14.enc
49818            ! ext/Encode/Encode/iso8859-15.enc
49819 ____________________________________________________________________________
49820 [  7707] By: jhi                                   on 2000/11/16  01:53:37
49821         Log: Update Changes.
49822      Branch: perl
49823            ! Changes patchlevel.h
49824 ____________________________________________________________________________
49825 [  7706] By: jhi                                   on 2000/11/16  01:35:59
49826         Log: More #undefing of stdio.
49827      Branch: perl
49828            ! fakesdio.h nostdio.h
49829 ____________________________________________________________________________
49830 [  7705] By: jhi                                   on 2000/11/16  01:34:18
49831         Log: Add fwalk() probe to the configuration files and regen perltoc.
49832      Branch: perl
49833            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49834            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
49835            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
49836            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49837            ! win32/config.bc win32/config.gc win32/config.vc
49838 ____________________________________________________________________________
49839 [  7704] By: jhi                                   on 2000/11/16  01:33:07
49840         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
49841              an optional third argument to Inlibc?)
49842      Branch: metaconfig/U/perl
49843            + d__fwalk.U
49844 ____________________________________________________________________________
49845 [  7703] By: jhi                                   on 2000/11/16  01:09:22
49846         Log: The type of the hash_cb() size argument is tricky.
49847      Branch: perl
49848            ! ext/DB_File/DB_File.xs
49849 ____________________________________________________________________________
49850 [  7702] By: jhi                                   on 2000/11/15  23:01:16
49851         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
49852      Branch: perl
49853            ! nostdio.h
49854 ____________________________________________________________________________
49855 [  7701] By: jhi                                   on 2000/11/15  22:52:32
49856         Log: Detypo.
49857      Branch: perl
49858            ! t/lib/bigfltpm.t
49859 ____________________________________________________________________________
49860 [  7700] By: jhi                                   on 2000/11/15  22:51:56
49861         Log: UINT64_C() work continues.
49862      Branch: perl
49863            ! handy.h perl.h utf8.h
49864 ____________________________________________________________________________
49865 [  7699] By: jhi                                   on 2000/11/15  14:13:04
49866         Log: SOCKS has its own USE_THREADS, based on
49867              
49868              Subject: [ID 20001114.002] et. al. bugfix followup
49869              From: Jens Hamisch <jens@Strawberry.COM> 
49870              Date: Wed, 15 Nov 2000 14:23:11 +0100
49871              Message-ID: <20001115142311.A21164@Strawberry.COM>
49872      Branch: perl
49873            ! perl.h
49874 ____________________________________________________________________________
49875 [  7698] By: jhi                                   on 2000/11/15  03:50:56
49876         Log: Add few missing #undefs and sort them.
49877      Branch: perl
49878            ! fakesdio.h
49879 ____________________________________________________________________________
49880 [  7697] By: jhi                                   on 2000/11/15  03:39:14
49881         Log: Linenumber fix.
49882      Branch: perl
49883            ! t/pragma/warn/utf8
49884 ____________________________________________________________________________
49885 [  7696] By: jhi                                   on 2000/11/15  02:55:26
49886         Log: EBCDIC tweaks.
49887              
49888              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
49889              From: Peter Prymmer <pvhp@forte.com>
49890              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
49891              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
49892      Branch: perl
49893            ! t/op/regmesg.t t/pragma/warn/utf8
49894 ____________________________________________________________________________
49895 [  7695] By: jhi                                   on 2000/11/15  02:53:58
49896         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
49897              From: Peter Prymmer <pvhp@forte.com>
49898              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
49899              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
49900      Branch: perl
49901            ! utf8.c
49902 ____________________________________________________________________________
49903 [  7694] By: jhi                                   on 2000/11/15  02:50:55
49904         Log: Subject: [PATCH: perl@7674] updates to README.os390
49905              From: Prymmer/Kahn <pvhp@best.com>
49906              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
49907              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
49908      Branch: perl
49909            ! README.os390
49910 ____________________________________________________________________________
49911 [  7693] By: jhi                                   on 2000/11/15  02:48:37
49912         Log: Quit utf8_to_uv() instantly if curlen == 0.
49913      Branch: perl
49914            ! utf8.c
49915 ____________________________________________________________________________
49916 [  7692] By: jhi                                   on 2000/11/15  02:24:29
49917         Log: Use u_int32_t for the size of hash_cb(), not size_t.
49918              
49919              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
49920              From: Jens Hamisch <jens@Strawberry.COM>     
49921              Date: Tue, 14 Nov 2000 19:03:55 +0100
49922              Message-Id: <20001114190355.A20559@Strawberry.COM>
49923      Branch: perl
49924            ! ext/DB_File/DB_File.xs
49925 ____________________________________________________________________________
49926 [  7691] By: jhi                                   on 2000/11/15  02:20:12
49927         Log: Use UINT64_C().
49928              
49929              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
49930              From: Jens Hamisch <jens@Strawberry.COM>
49931              Date: Tue, 14 Nov 2000 19:16:23 +0100
49932              Message-Id: <20001114191623.G20559@Strawberry.COM>
49933      Branch: perl
49934            ! utf8.c utf8.h
49935 ____________________________________________________________________________
49936 [  7690] By: jhi                                   on 2000/11/15  02:17:06
49937         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
49938              (a macro to define signed and unsigned integer constants).
49939      Branch: perl
49940            ! handy.h
49941 ____________________________________________________________________________
49942 [  7689] By: jhi                                   on 2000/11/15  01:56:51
49943         Log: Regen Configure.
49944      Branch: perl
49945            ! Configure
49946 ____________________________________________________________________________
49947 [  7688] By: jhi                                   on 2000/11/15  01:56:32
49948         Log: Make the unit know about SOCKS.
49949      Branch: metaconfig
49950            ! U/protos/socksizetype.U
49951 ____________________________________________________________________________
49952 [  7687] By: jhi                                   on 2000/11/15  01:54:47
49953         Log: Remove unused dependencies.
49954      Branch: metaconfig
49955            ! U/compline/d_getpagsz.U
49956 ____________________________________________________________________________
49957 [  7686] By: nick                                  on 2000/11/14  21:25:13
49958         Log: Integrate mainline.
49959      Branch: perlio
49960           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
49961           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
49962           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
49963           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
49964           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
49965           !> win32/config.bc win32/config.gc win32/config.vc
49966           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
49967 ____________________________________________________________________________
49968 [  7685] By: jhi                                   on 2000/11/14  17:54:56
49969         Log: Integrate perlio.
49970      Branch: perl
49971           +> fakesdio.h perliol.h
49972           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
49973           !> perlsdio.h perlsfio.h pod/perlfunc.pod
49974 ____________________________________________________________________________
49975 [  7684] By: nick                                  on 2000/11/14  17:43:04
49976         Log: PerlIO #include and #ifdef re-work.
49977      Branch: perlio
49978            + fakesdio.h perliol.h
49979            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
49980            ! perlsdio.h perlsfio.h
49981 ____________________________________________________________________________
49982 [  7683] By: jhi                                   on 2000/11/14  15:42:40
49983         Log: Hoist the duplicated socket/netdb include logic to perl.h;
49984              undef SETERRNO in case SOCKS has defined it.  Based on:
49985              
49986              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
49987              From: Jens Hamisch <jens@Strawberry.COM> 
49988              Date: Tue, 14 Nov 2000 11:34:40 +0100
49989              Message-Id: <20001114113440.A20005@Strawberry.COM>
49990      Branch: perl
49991            ! doio.c perl.h pp_sys.c
49992 ____________________________________________________________________________
49993 [  7682] By: jhi                                   on 2000/11/14  14:07:28
49994         Log: Subject: some additions for makefiles for win32 (for perl@7674)
49995              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49996              Date: Tue, 14 Nov 2000 09:31:13 +0300
49997              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
49998      Branch: perl
49999            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
50000            ! win32/makefile.mk
50001 ____________________________________________________________________________
50002 [  7681] By: jhi                                   on 2000/11/14  14:01:41
50003         Log: Subject: tiny typo in perl5db.pl
50004              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50005              Date: Tue, 14 Nov 2000 09:29:28 +0300
50006              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
50007      Branch: perl
50008            ! lib/perl5db.pl
50009 ____________________________________________________________________________
50010 [  7680] By: jhi                                   on 2000/11/14  04:13:50
50011         Log: Redo #7679 with LFs instead of CRLFs.
50012      Branch: perl
50013            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
50014            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
50015            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
50016 ____________________________________________________________________________
50017 [  7679] By: jhi                                   on 2000/11/14  01:21:09
50018         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
50019              From: Benjamin Stuhl <tiriath@yahoo.com> 
50020              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
50021              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
50022      Branch: perl
50023            + win32/bin/mdelete.bat
50024            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
50025            ! makedef.pl perlio.c win32/Makefile win32/config.gc
50026            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
50027 ____________________________________________________________________________
50028 [  7678] By: jhi                                   on 2000/11/14  01:19:20
50029         Log: Fix the re extension building for Win32.
50030              
50031              Subject: [PATCH perl@7638] Get PerlIO building on Win32
50032              From: Benjamin Stuhl <tiriath@yahoo.com> 
50033              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
50034              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
50035      Branch: perl
50036            + ext/re/hints/MSWin32.pl
50037            ! MANIFEST
50038 ____________________________________________________________________________
50039 [  7677] By: jhi                                   on 2000/11/14  01:13:54
50040         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
50041              From: sthoenna@efn.org
50042              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
50043              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
50044      Branch: perl
50045            ! doop.c pp.c toke.c utf8.c utf8.h
50046 ____________________________________________________________________________
50047 [  7676] By: jhi                                   on 2000/11/13  20:23:15
50048         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50049              From: Nicholas Clark <nick@ccl4.org>
50050              Date: Mon, 13 Nov 2000 18:55:04 +0000
50051              Message-ID: <20001113185504.J29183@plum.flirble.org>
50052      Branch: perl
50053            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
50054 ____________________________________________________________________________
50055 [  7675] By: nick                                  on 2000/11/13  20:21:57
50056         Log: Integrate mainline ...
50057      Branch: perlio
50058           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
50059           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
50060           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
50061           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
50062 ____________________________________________________________________________
50063 [  7674] By: jhi                                   on 2000/11/13  15:07:56
50064         Log: Update Changes.
50065      Branch: perl
50066            ! Changes patchlevel.h
50067 ____________________________________________________________________________
50068 [  7673] By: jhi                                   on 2000/11/13  14:42:42
50069         Log: Remove the new two tests of lib/io_xs for now, they seem to
50070              fail under perlio on some platforms.
50071      Branch: perl
50072            ! t/lib/io_xs.t
50073 ____________________________________________________________________________
50074 [  7672] By: jhi                                   on 2000/11/13  13:57:53
50075         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
50076      Branch: perl
50077            ! perlio.c
50078 ____________________________________________________________________________
50079 [  7671] By: jhi                                   on 2000/11/13  05:30:48
50080         Log: Placate nervous compilers that see longer than ints switch()ing.
50081      Branch: perl
50082            ! utf8.c
50083 ____________________________________________________________________________
50084 [  7670] By: jhi                                   on 2000/11/13  05:14:21
50085         Log: fputs() does return EOF on error but here we don't care.
50086      Branch: perl
50087            ! perlio.c
50088 ____________________________________________________________________________
50089 [  7669] By: jhi                                   on 2000/11/13  05:02:45
50090         Log: Declare reg_data like reg_substr_data.
50091      Branch: perl
50092            ! regexp.h
50093 ____________________________________________________________________________
50094 [  7668] By: jhi                                   on 2000/11/13  04:54:34
50095         Log: Typos in #7667.
50096      Branch: perl
50097            ! perl.h
50098 ____________________________________________________________________________
50099 [  7667] By: jhi                                   on 2000/11/13  04:49:49
50100         Log: Cleanup messy #ifdef.
50101      Branch: perl
50102            ! perl.h
50103 ____________________________________________________________________________
50104 [  7666] By: jhi                                   on 2000/11/13  04:17:34
50105         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50106              From: Nicholas Clark <nick@talking.bollo.cx>
50107              Date: Sun, 12 Nov 2000 21:14:11 +0000
50108              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
50109              
50110              Note: only one breakage of the two reported is fixed by this patch.
50111      Branch: perl
50112            ! perlio.c
50113 ____________________________________________________________________________
50114 [  7665] By: jhi                                   on 2000/11/13  04:05:07
50115         Log: Tweak the definition of the bit complement on UTF-8 data:
50116              if none of the characters in the string are > 0xff,
50117              the result is a complemented byte string, not a (UTF-8)
50118              char string.  Based on the summary in
50119              
50120              Subject: Re: [ID 20000918.005] ~ on wide chars
50121              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
50122              Date: Fri, 10 Nov 2000 09:47:15 -0800
50123              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
50124              
50125              This should give us the maximum backward (pre-char string)
50126              compatibility and utf8 compatibility.  The other alternative
50127              would be to limit the bit complement to be always byte only,
50128              taking the least significant byte of the chars.
50129      Branch: perl
50130            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
50131 ____________________________________________________________________________
50132 [  7664] By: jhi                                   on 2000/11/13  00:23:44
50133         Log: Couple of tests from #7660 salvaged.
50134      Branch: perl
50135            - t/op/tell.t
50136            ! MANIFEST t/io/tell.t
50137 ____________________________________________________________________________
50138 [  7663] By: jhi                                   on 2000/11/13  00:02:48
50139         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
50140              From: Nicholas Clark <nick@talking.bollo.cx>
50141              Date: Sun, 12 Nov 2000 21:23:43 +0000
50142              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
50143      Branch: perl
50144            ! perlsfio.h
50145 ____________________________________________________________________________
50146 [  7662] By: jhi                                   on 2000/11/13  00:01:39
50147         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
50148              From: Nicholas Clark <nick@talking.bollo.cx>
50149              Date: Sun, 12 Nov 2000 21:30:04 +0000
50150              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
50151      Branch: perl
50152            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
50153 ____________________________________________________________________________
50154 [  7661] By: jhi                                   on 2000/11/12  23:57:29
50155         Log: Document tell() on special streams.
50156      Branch: perl
50157            ! pod/perlfunc.pod
50158 ____________________________________________________________________________
50159 [  7660] By: jhi                                   on 2000/11/12  23:54:22
50160         Log: (Subsumed by #7664)
50161      Branch: perl
50162            + t/op/tell.t
50163            ! MANIFEST
50164 ____________________________________________________________________________
50165 [  7659] By: jhi                                   on 2000/11/12  22:55:25
50166         Log: Many subdocumented return values of the IO extension now documented.
50167              ungetc and write still left subdocumented.
50168              
50169              Subject: [PATCH] (was Re: IO::Handle::ungetc)
50170              From: Nicholas Clark <nick@talking.bollo.cx>
50171              Date: Sun, 12 Nov 2000 21:35:53 +0000
50172              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
50173      Branch: perl
50174            ! ext/IO/lib/IO/Handle.pm
50175 ____________________________________________________________________________
50176 [  7658] By: jhi                                   on 2000/11/12  21:37:06
50177         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
50178              From: Nicholas Clark <nick@talking.bollo.cx>
50179              Date: Sun, 12 Nov 2000 20:03:22 +0000
50180              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
50181      Branch: perl
50182            ! pod/perlfunc.pod
50183 ____________________________________________________________________________
50184 [  7657] By: jhi                                   on 2000/11/12  20:34:55
50185         Log: Integrate perlio.
50186      Branch: perl
50187           !> perlio.c
50188 ____________________________________________________________________________
50189 [  7656] By: nick                                  on 2000/11/12  19:25:06
50190         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
50191      Branch: perlio
50192            ! perlio.c
50193 ____________________________________________________________________________
50194 [  7655] By: nick                                  on 2000/11/12  19:09:41
50195         Log: Integrate mainline
50196      Branch: perlio
50197           +> README.solaris ext/Encode/Encode/cp1006.enc
50198           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
50199           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
50200           +> ext/Encode/Encode/iso8859-13.enc
50201           +> ext/Encode/Encode/iso8859-14.enc
50202           +> ext/Encode/Encode/iso8859-15.enc
50203           !> (integrate 34 files)
50204 ____________________________________________________________________________
50205 [  7654] By: jhi                                   on 2000/11/12  19:00:22
50206         Log: Add a metaconfig unit for fsync.
50207      Branch: metaconfig/U/perl
50208            + d_fsync.U
50209 ____________________________________________________________________________
50210 [  7653] By: jhi                                   on 2000/11/12  19:00:01
50211         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
50212      Branch: perl
50213            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50214            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50215            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50216            ! vos/config.ga.h win32/config.bc win32/config.gc
50217            ! win32/config.vc
50218 ____________________________________________________________________________
50219 [  7652] By: jhi                                   on 2000/11/11  21:12:01
50220         Log: Copy the s// information of README.hpux also to the perlrun.
50221      Branch: perl
50222            ! README.hpux pod/perlrun.pod
50223 ____________________________________________________________________________
50224 [  7651] By: jhi                                   on 2000/11/11  21:03:13
50225         Log: More README.solaris updates from Andy Dougherty.
50226      Branch: perl
50227            ! README.solaris
50228 ____________________________________________________________________________
50229 [  7650] By: jhi                                   on 2000/11/11  18:38:57
50230         Log: More descriptive error for unknown perlio layers.
50231              
50232              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
50233              From: Dominic Dunlop <domo@computer.org> 
50234              Date: Sat, 11 Nov 2000 18:20:32 +0100             
50235              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
50236      Branch: perl
50237            ! perlio.c pod/perldiag.pod
50238 ____________________________________________________________________________
50239 [  7649] By: jhi                                   on 2000/11/11  18:37:52
50240         Log: MachTen doesn't really do mmap() and munmap().
50241              
50242              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
50243              From: Dominic Dunlop <domo@computer.org> 
50244              Date: Sat, 11 Nov 2000 18:20:32 +0100             
50245              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
50246      Branch: perl
50247            ! hints/machten.sh
50248 ____________________________________________________________________________
50249 [  7648] By: jhi                                   on 2000/11/11  18:36:46
50250         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
50251              From: rspier@pobox.com (Robert Spier)
50252              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
50253              Message-ID: <14861.32839.491271.985797@rls.cx>
50254      Branch: perl
50255            ! Porting/Contract pod/perltoot.pod
50256 ____________________________________________________________________________
50257 [  7647] By: jhi                                   on 2000/11/11  18:35:30
50258         Log: Simplify the getpagesize() unit by dropping the
50259              pagesize probe since it's nowadays slightly more
50260              complicated because of sysconf(). (Note: if some
50261              platform really needs the -lPW for getpagesize,
50262              I just broke it.)
50263              
50264              TODO: a new pagesize unit.
50265      Branch: metaconfig
50266            ! U/compline/d_getpagsz.U
50267 ____________________________________________________________________________
50268 [  7646] By: jhi                                   on 2000/11/11  18:33:23
50269         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
50270      Branch: perl
50271            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50272            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50273            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50274            ! vos/config.ga.h win32/config.bc win32/config.gc
50275            ! win32/config.vc
50276 ____________________________________________________________________________
50277 [  7645] By: jhi                                   on 2000/11/11  16:45:15
50278         Log: Use sysconf() or getpagesize() to find out the pagesize.
50279      Branch: perl
50280            ! perlio.c
50281 ____________________________________________________________________________
50282 [  7644] By: jhi                                   on 2000/11/11  15:46:08
50283         Log: Integrate perlio.
50284      Branch: perl
50285           !> perlio.c
50286 ____________________________________________________________________________
50287 [  7643] By: jhi                                   on 2000/11/11  15:33:36
50288         Log: Subject: Re: [PATCH] README.solaris
50289              From: Lupe Christoph <lupe@lupe-christoph.de>
50290              Date: Sat, 11 Nov 2000 14:08:10 +0100
50291              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
50292      Branch: perl
50293            ! README.solaris
50294 ____________________________________________________________________________
50295 [  7642] By: jhi                                   on 2000/11/11  15:22:12
50296         Log: Subject: [PATCH perl@7638] cygwin port
50297              From: "Eric Fifer" <egf7@columbia.edu>            
50298              Date: Fri, 10 Nov 2000 19:30:30 -0000
50299              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
50300      Branch: perl
50301            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
50302 ____________________________________________________________________________
50303 [  7641] By: nick                                  on 2000/11/11  14:50:36
50304         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
50305              Also call "Buf" layer directly when unread'ing non-read chars.
50306      Branch: perlio
50307            ! perlio.c
50308 ____________________________________________________________________________
50309 [  7640] By: jhi                                   on 2000/11/11  02:05:02
50310         Log: Add more encoding tables.
50311      Branch: perl
50312            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
50313            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
50314            + ext/Encode/Encode/iso8859-10.enc
50315            + ext/Encode/Encode/iso8859-13.enc
50316            + ext/Encode/Encode/iso8859-14.enc
50317            + ext/Encode/Encode/iso8859-15.enc
50318            ! MANIFEST
50319 ____________________________________________________________________________
50320 [  7639] By: jhi                                   on 2000/11/10  18:49:25
50321         Log: Subject: [PATCH] README.solaris
50322              From: Andy Dougherty <doughera@lafayette.edu>
50323              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
50324              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
50325      Branch: perl
50326            + README.solaris
50327            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
50328            ! pod/perl.pod pod/perltoc.pod
50329 ____________________________________________________________________________
50330 [  7638] By: jhi                                   on 2000/11/10  15:04:15
50331         Log: Update Changes.
50332      Branch: perl
50333            ! Changes patchlevel.h
50334 ____________________________________________________________________________
50335 [  7637] By: jhi                                   on 2000/11/10  14:14:28
50336         Log: Explain better why certain regex tests are skipped.
50337              
50338              Subject: Re: tests skipped: unknown reason
50339              From: Lupe Christoph <lupe@lupe-christoph.de>
50340              Date: Fri, 10 Nov 2000 09:08:56 +0100
50341              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
50342      Branch: perl
50343            ! t/op/regexp.t
50344 ____________________________________________________________________________
50345 [  7636] By: nick                                  on 2000/11/10  13:40:00
50346         Log: Integrate mainline.
50347      Branch: perlio
50348           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
50349           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
50350           !> win32/bin/search.pl
50351 ____________________________________________________________________________
50352 [  7635] By: nick                                  on 2000/11/10  13:25:52
50353         Log: Re-instate stdio large file support via perlio.
50354      Branch: perl
50355            ! perlio.c
50356 ____________________________________________________________________________
50357 [  7634] By: jhi                                   on 2000/11/10  04:49:55
50358         Log: Amdahl UTS hints updates.
50359              
50360              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
50361              From: hom00@utsglobal.com (Harold O Morris)
50362              Date: Thu, 9 Nov 2000 20:02 PST
50363              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
50364      Branch: perl
50365            ! hints/uts.sh
50366 ____________________________________________________________________________
50367 [  7633] By: jhi                                   on 2000/11/09  23:33:28
50368         Log: Subject: [PATCH] IO::Seekable pod
50369              From: Nicholas Clark <nick@talking.bollo.cx>
50370              Date: Thu, 9 Nov 2000 20:29:45 +0000
50371              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
50372      Branch: perl
50373            ! ext/IO/lib/IO/Handle.pm
50374 ____________________________________________________________________________
50375 [  7632] By: jhi                                   on 2000/11/09  21:55:41
50376         Log: Various doc oddball characters.
50377              
50378              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
50379              From: Michael Somos <somos@grail.cba.csuohio.edu>
50380              Date: Mon, 6 Nov 2000 17:44:20 -0500
50381              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
50382      Branch: perl
50383            ! emacs/cperl-mode.el lib/unicode/syllables.txt
50384            ! win32/bin/search.pl
50385 ____________________________________________________________________________
50386 [  7631] By: jhi                                   on 2000/11/09  21:12:29
50387         Log: Subject: Re: bash -c exit and linux hints 
50388              From: "John P. Linderman" <jpl@research.att.com>
50389              Date: Thu, 02 Nov 2000 09:37:25 -0500
50390              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
50391      Branch: perl
50392            ! hints/linux.sh
50393 ____________________________________________________________________________
50394 [  7630] By: nick                                  on 2000/11/09  20:34:11
50395         Log: Integrate mainline.
50396      Branch: perlio
50397           !> (integrate 91 files)
50398 ____________________________________________________________________________
50399 [  7629] By: jhi                                   on 2000/11/09  19:46:31
50400         Log: Missing dTHXs.
50401              
50402              Subject: RE: perl@7595 builds not on cygwin
50403              From: "Eric Fifer" <egf7@columbia.edu>
50404              Date: Thu, 9 Nov 2000 19:26:50 -0000
50405              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
50406      Branch: perl
50407            ! ext/Devel/Peek/Peek.xs
50408 ____________________________________________________________________________
50409 [  7628] By: jhi                                   on 2000/11/09  14:48:27
50410         Log: Disable only the tests 99 and 166 for UTF-8 locales.
50411      Branch: perl
50412            ! t/pragma/locale.t
50413 ____________________________________________________________________________
50414 [  7627] By: jhi                                   on 2000/11/09  14:40:27
50415         Log: There's no =head3.
50416      Branch: perl
50417            ! pod/perlhack.pod
50418 ____________________________________________________________________________
50419 [  7626] By: jhi                                   on 2000/11/09  13:54:26
50420         Log: The generated boot_* headers are wrong.  Pickier compiler,
50421              such as KAI C++ will refuse to compile the resulting perlmain.
50422              
50423              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
50424              From: Harri Pasanen <harri.pasanen@trema.com>
50425              Date: Thu, 09 Nov 2000 14:23:28 +0100
50426              Message-Id: <3A0AA550.26D548A3@trema.com>
50427      Branch: perl
50428            ! minimod.pl
50429 ____________________________________________________________________________
50430 [  7625] By: jhi                                   on 2000/11/09  13:50:44
50431         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
50432              From: Prymmer/Kahn <pvhp@best.com>
50433              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
50434              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
50435              
50436              All except the "cow orker" change.
50437      Branch: perl
50438            ! Porting/pumpkin.pod
50439 ____________________________________________________________________________
50440 [  7624] By: jhi                                   on 2000/11/09  13:45:33
50441         Log: Fix for
50442              
50443              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
50444              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
50445              Date: Thu, 09 Nov 2000 11:05:52 +0100
50446              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
50447      Branch: perl
50448            ! pod/perldiag.pod t/pragma/warn/pp_sys
50449 ____________________________________________________________________________
50450 [  7623] By: jhi                                   on 2000/11/09  13:37:16
50451         Log: Typo in an ifndef.
50452              
50453              Subject: Re: [PATCH 5.7.0] better messages from malloc()
50454              From: Joe Smith <jms@inwap.com>         
50455              Date: Thu, 09 Nov 2000 01:33:14 -0800
50456              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
50457      Branch: perl
50458            ! malloc.c
50459 ____________________________________________________________________________
50460 [  7622] By: jhi                                   on 2000/11/09  13:31:18
50461         Log: Remove unused extra arguments.
50462      Branch: metaconfig/U/perl
50463            ! perlxv.U
50464      Branch: perl
50465            ! Configure config_h.SH
50466 ____________________________________________________________________________
50467 [  7621] By: jhi                                   on 2000/11/09  13:16:36
50468         Log: More VMS moves on environment handling, from Charles Lane.
50469      Branch: perl
50470            ! t/pragma/locale.t
50471 ____________________________________________________________________________
50472 [  7620] By: jhi                                   on 2000/11/09  04:42:38
50473         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
50474              From: David Dyck <dcd@tc.fluke.com>
50475              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
50476              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
50477      Branch: perl
50478            ! pp_sys.c
50479 ____________________________________________________________________________
50480 [  7619] By: jhi                                   on 2000/11/09  04:36:21
50481         Log: Forgot from #7618.
50482      Branch: perl
50483            ! lib/File/stat.pm
50484 ____________________________________________________________________________
50485 [  7618] By: jhi                                   on 2000/11/09  04:28:44
50486         Log: Make deleting for %ENV work for (newer versions of) VMS,
50487              from Craig A. Berry.
50488      Branch: perl
50489            ! vms/vms.c
50490 ____________________________________________________________________________
50491 [  7617] By: jhi                                   on 2000/11/09  04:25:05
50492         Log: Subject: [PATCH] Class::Struct at compile time
50493              From: "Casey R. Tweten" <crt@kiski.net>
50494              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
50495              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
50496      Branch: perl
50497            ! lib/Class/Struct.pm
50498 ____________________________________________________________________________
50499 [  7616] By: jhi                                   on 2000/11/09  04:15:17
50500         Log: Subject: [ID 20001108.013] spelling
50501              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
50502              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
50503              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
50504      Branch: perl
50505            ! lib/ftp.pl
50506 ____________________________________________________________________________
50507 [  7615] By: jhi                                   on 2000/11/09  04:12:42
50508         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
50509              From: Peter Prymmer <pvhp@forte.com>
50510              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
50511              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
50512      Branch: perl
50513            ! configure.com
50514 ____________________________________________________________________________
50515 [  7614] By: jhi                                   on 2000/11/08  22:42:55
50516         Log: A missing aTHX_.
50517      Branch: perl
50518            ! ext/IPC/SysV/SysV.xs
50519 ____________________________________________________________________________
50520 [  7613] By: jhi                                   on 2000/11/08  19:30:21
50521         Log: Update Changes.
50522      Branch: perl
50523            ! Changes patchlevel.h
50524 ____________________________________________________________________________
50525 [  7612] By: jhi                                   on 2000/11/08  18:35:25
50526         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
50527              From: David Dyck <dcd@tc.fluke.com>
50528              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
50529              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
50530      Branch: perl
50531            ! pp_sys.c
50532 ____________________________________________________________________________
50533 [  7611] By: jhi                                   on 2000/11/08  18:30:26
50534         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
50535              From: Dominic Dunlop <domo@computer.org>
50536              Date: Tue, 7 Nov 2000 12:05:25 +0100
50537              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
50538      Branch: perl
50539            ! malloc.c
50540 ____________________________________________________________________________
50541 [  7610] By: jhi                                   on 2000/11/08  18:25:14
50542         Log: Do not test UTF-8 locales since that the tests would require
50543              polymorphic regexen.
50544      Branch: perl
50545            ! t/pragma/locale.t
50546 ____________________________________________________________________________
50547 [  7609] By: jhi                                   on 2000/11/08  17:12:51
50548         Log: Locale buglets.
50549              
50550              Subject: RE: Locales support (setlocale) fixes
50551              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50552              Date: Wed, 8 Nov 2000 20:01:39 +0300
50553              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
50554      Branch: perl
50555            ! t/pragma/locale.t util.c
50556 ____________________________________________________________________________
50557 [  7608] By: jhi                                   on 2000/11/08  17:00:16
50558         Log: Deleting $ENV{PATH} in VMS is not recommendable.
50559      Branch: perl
50560            ! t/pragma/locale.t
50561 ____________________________________________________________________________
50562 [  7607] By: jhi                                   on 2000/11/08  16:58:26
50563         Log: Subject: PATCH std stdio for (Free)BSD
50564              From: Nicholas Clark <nick@ccl4.org>
50565              Date: Wed, 8 Nov 2000 15:36:29 +0000
50566              Message-ID: <20001108153629.D98736@plum.flirble.org>
50567      Branch: metaconfig
50568            ! U/compline/d_stdstdio.U
50569      Branch: perl
50570            ! Configure config_h.SH
50571 ____________________________________________________________________________
50572 [  7606] By: jhi                                   on 2000/11/08  16:43:31
50573         Log: Forgot to bump the line numbers in #7601.
50574      Branch: perl
50575            ! t/pragma/warn/pp_sys
50576 ____________________________________________________________________________
50577 [  7605] By: jhi                                   on 2000/11/08  16:39:12
50578         Log: More careful detection of how well NVs and UVs mix.
50579              
50580              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))
50581              From: Nicholas Clark <nick@ccl4.org>
50582              Date: Wed, 8 Nov 2000 15:14:12 +0000
50583              Message-ID: <20001108151412.B98736@plum.flirble.org>
50584              
50585              Added some SIGFPE paranoia.
50586      Branch: metaconfig/U/perl
50587            ! perlxv.U
50588      Branch: perl
50589            ! Configure config_h.SH
50590 ____________________________________________________________________________
50591 [  7604] By: jhi                                   on 2000/11/08  14:39:10
50592         Log: Subject: [patch perl@7595] VMS configure.com tweak
50593              From: "Craig A. Berry" <craigberry@mac.com>
50594              Date: Wed, 8 Nov 2000 00:24:12 -0600
50595              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
50596      Branch: perl
50597            ! configure.com
50598 ____________________________________________________________________________
50599 [  7603] By: jhi                                   on 2000/11/08  14:27:11
50600         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
50601              From: Robin Barker <rmb1@cise.npl.co.uk>
50602              Date: Wed, 8 Nov 2000 11:11:39 GMT
50603              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
50604      Branch: perl
50605            ! perlio.c
50606 ____________________________________________________________________________
50607 [  7602] By: jhi                                   on 2000/11/08  14:25:03
50608         Log: Fix for the tie-refhash string table leaks.
50609              
50610              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
50611              Date: Wed, 8 Nov 2000 13:03:04 GMT
50612              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
50613      Branch: perl
50614            ! t/lib/tie-refhash.t
50615 ____________________________________________________________________________
50616 [  7601] By: jhi                                   on 2000/11/08  14:21:08
50617         Log: Try to avoid flockless and emulationless places.
50618      Branch: perl
50619            ! t/pragma/warn/pp_sys
50620 ____________________________________________________________________________
50621 [  7600] By: jhi                                   on 2000/11/08  02:28:54
50622         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
50623              
50624              Subject: [PATCH] prototyped functions that should be overrideable
50625              From: "Casey R. Tweten" <crt@kiski.net>
50626              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
50627              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
50628      Branch: perl
50629            ! toke.c
50630 ____________________________________________________________________________
50631 [  7599] By: jhi                                   on 2000/11/08  01:12:05
50632         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
50633              
50634              Subject: [PATCH] perlbug.PL
50635              From: "Kurt D. Starsinic" <kstar@chapin.edu>
50636              Date: Mon, 6 Nov 2000 21:39:01 -0500
50637              Message-ID: <20001106213901.B20955@O2.chapin.edu>
50638      Branch: perl
50639            ! utils/perlbug.PL
50640 ____________________________________________________________________________
50641 [  7598] By: jhi                                   on 2000/11/07  23:42:00
50642         Log: Bad thinko in #7581 (I used the test program with the expanded
50643              values as-is).
50644      Branch: metaconfig
50645            ! U/compline/d_stdstdio.U
50646      Branch: perl
50647            ! Configure
50648 ____________________________________________________________________________
50649 [  7597] By: jhi                                   on 2000/11/07  21:43:29
50650         Log: Subject: [PATCH perl@7573] cygwin port
50651              From: "Fifer, Eric" <EFifer@sanwaint.com>
50652              Date: Tue, 7 Nov 2000 18:08:51 -0000 
50653              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
50654              
50655              Synchronize with Cygwin 1.1.5.
50656      Branch: perl
50657            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
50658            ! pod/perlport.pod unixish.h util.c
50659 ____________________________________________________________________________
50660 [  7596] By: jhi                                   on 2000/11/07  21:39:25
50661         Log: perlhack updates from H.Merijn Brand.
50662      Branch: perl
50663            ! pod/perlhack.pod
50664 ____________________________________________________________________________
50665 [  7595] By: jhi                                   on 2000/11/07  20:21:41
50666         Log: Update Changes.
50667      Branch: perl
50668            ! Changes patchlevel.h
50669 ____________________________________________________________________________
50670 [  7594] By: jhi                                   on 2000/11/07  19:18:58
50671         Log: Be more robust in Dynaloader.pm.
50672      Branch: perl
50673            ! ext/DynaLoader/DynaLoader_pm.PL
50674 ____________________________________________________________________________
50675 [  7593] By: jhi                                   on 2000/11/07  16:49:31
50676         Log: AUTHORS update.
50677      Branch: perl
50678            ! AUTHORS
50679 ____________________________________________________________________________
50680 [  7592] By: gsar                                  on 2000/11/07  16:39:51
50681         Log: normalize relative paths in virtualized current directory on windows,
50682              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
50683              returns)
50684      Branch: perl
50685            ! win32/vdir.h
50686 ____________________________________________________________________________
50687 [  7591] By: jhi                                   on 2000/11/07  16:04:26
50688         Log: Too profiler-happy: with optimization the #7590 actually makes
50689              the test to run 0.5% _slower_.  Requires much more instrumentation.
50690              Retract #7590.
50691      Branch: perl
50692            ! regcomp.c regcomp.h
50693 ____________________________________________________________________________
50694 [  7590] By: jhi                                   on 2000/11/07  15:51:13
50695         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
50696              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
50697              by using memset() and testing bytewise (as opposed to bitwise).
50698      Branch: perl
50699            ! regcomp.c regcomp.h
50700 ____________________________________________________________________________
50701 [  7589] By: jhi                                   on 2000/11/07  12:56:39
50702         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
50703              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50704              Date: Mon, 06 Nov 2000 23:45:30 -0500
50705              Message-Id: <0011079735.AA973576259@univpress.com>
50706      Branch: perl
50707            ! configure.com t/lib/st-lock.t
50708 ____________________________________________________________________________
50709 [  7588] By: jhi                                   on 2000/11/07  01:03:28
50710         Log: Tweak #7587.
50711      Branch: perl
50712            ! pod/perldiag.pod
50713 ____________________________________________________________________________
50714 [  7587] By: jhi                                   on 2000/11/07  01:00:27
50715         Log: A doc addition for bug id 20001105.019, beware \p.
50716      Branch: perl
50717            ! pod/perldiag.pod
50718 ____________________________________________________________________________
50719 [  7586] By: jhi                                   on 2000/11/07  00:32:22
50720         Log: Fake support of holey files in win/dosish platforms.
50721              
50722              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
50723              From: kipp@shonanblue.ne.jp
50724              Date: Mon, 6 Nov 2000 13:30:55 -0800
50725              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
50726      Branch: perl
50727            ! ext/SDBM_File/sdbm/sdbm.c
50728 ____________________________________________________________________________
50729 [  7585] By: jhi                                   on 2000/11/07  00:12:54
50730         Log: Subject: Pod updates
50731              From: "Stephen P. Potter" <spp@spotter.yi.org>
50732              Date: Mon, 06 Nov 2000 18:56:43 -0500
50733              Message-Id: <200011062357.SAA18173@spotter.yi.org>
50734      Branch: perl
50735            ! README.dos README.os2 README.win32 pod/buildtoc.PL
50736            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
50737            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
50738            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
50739            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
50740            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
50741            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
50742            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
50743            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
50744            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
50745            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
50746            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
50747            ! pod/perltootc.pod pod/perlunicode.pod
50748 ____________________________________________________________________________
50749 [  7584] By: jhi                                   on 2000/11/07  00:04:17
50750         Log: Varargs don't always work too well if one puts an unsigned
50751              char on the stack and pop an unsigned quad off the stack.
50752              
50753              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
50754              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
50755              Date: Mon, 06 Nov 2000 15:19:05 -0800
50756              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
50757      Branch: perl
50758            ! utf8.c
50759 ____________________________________________________________________________
50760 [  7583] By: jhi                                   on 2000/11/06  23:58:48
50761         Log: %ENV note tweaks from Dan Sugalski.
50762      Branch: perl
50763            ! pod/perlport.pod vms/perlvms.pod
50764 ____________________________________________________________________________
50765 [  7582] By: jhi                                   on 2000/11/06  23:05:49
50766         Log: glibc5 detection by __GNU_LIBRARY__.
50767      Branch: perl
50768            ! toke.c
50769 ____________________________________________________________________________
50770 [  7581] By: jhi                                   on 2000/11/06  22:51:29
50771         Log: Make the stdio test program of 7427 less noisy while being 
50772              compiled so that Digital UNIX wouldn't get both
50773              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
50774              undefined.  This makes perlio happy.
50775      Branch: metaconfig
50776            ! U/compline/d_stdstdio.U
50777      Branch: perl
50778            ! Configure config_h.SH
50779 ____________________________________________________________________________
50780 [  7580] By: jhi                                   on 2000/11/06  22:41:41
50781         Log: Document %ENV = () portability issues.
50782      Branch: perl
50783            ! pod/perlport.pod vms/perlvms.pod
50784 ____________________________________________________________________________
50785 [  7579] By: jhi                                   on 2000/11/06  21:29:24
50786         Log: VOS updates from Paul Green.
50787      Branch: perl
50788            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50789 ____________________________________________________________________________
50790 [  7578] By: jhi                                   on 2000/11/06  21:00:40
50791         Log: Sanitize the environment further.
50792      Branch: perl
50793            ! t/pragma/locale.t
50794 ____________________________________________________________________________
50795 [  7577] By: jhi                                   on 2000/11/06  20:53:51
50796         Log: Re-introduce 7552 lost in integration.
50797      Branch: perl
50798            ! perlio.c
50799 ____________________________________________________________________________
50800 [  7576] By: jhi                                   on 2000/11/06  20:33:46
50801         Log: Admit that the test leaks scalars.
50802      Branch: perl
50803            ! t/comp/proto.t
50804 ____________________________________________________________________________
50805 [  7575] By: jhi                                   on 2000/11/06  20:17:08
50806         Log: Integrate perlio.
50807      Branch: perl
50808           !> perlio.c
50809 ____________________________________________________________________________
50810 [  7574] By: nick                                  on 2000/11/06  20:07:28
50811         Log: Remove debug. Try (Mmap_t) on madvise() call.
50812      Branch: perlio
50813            ! perlio.c
50814 ____________________________________________________________________________
50815 [  7573] By: jhi                                   on 2000/11/06  13:56:05
50816         Log: Update Changes.
50817      Branch: perl
50818            ! Changes patchlevel.h
50819 ____________________________________________________________________________
50820 [  7572] By: jhi                                   on 2000/11/06  13:48:41
50821         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
50822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50823              Date: Mon, 06 Nov 2000 10:11:42 +0100
50824              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
50825      Branch: perl
50826            ! pod/perlhack.pod
50827 ____________________________________________________________________________
50828 [  7571] By: jhi                                   on 2000/11/06  01:45:51
50829         Log: AUTHORS updates.
50830      Branch: perl
50831            ! AUTHORS
50832 ____________________________________________________________________________
50833 [  7570] By: jhi                                   on 2000/11/06  00:18:00
50834         Log: Fix for
50835              
50836              Subject: [ID 20000728.005] perl -P broken
50837              From: David Dyck <dcd@tc.fluke.com>
50838              Date: Fri, 28 Jul 2000 17:19:16 -0700
50839              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
50840              
50841              (hopefully).  The fix is also not complete, it seems to break
50842              BOM swallowing for libc5 systems, but until someone figures
50843              out a way to do this without ftell(), this will do.
50844      Branch: perl
50845            ! toke.c
50846 ____________________________________________________________________________
50847 [  7569] By: jhi                                   on 2000/11/06  00:05:30
50848         Log: Document that the evaled syntax errors cause scalar leaks.
50849      Branch: perl
50850            ! t/comp/proto.t
50851 ____________________________________________________________________________
50852 [  7568] By: jhi                                   on 2000/11/05  23:14:47
50853         Log: opmini.o can linger from Configures past.
50854      Branch: perl
50855            ! Makefile.SH
50856 ____________________________________________________________________________
50857 [  7567] By: jhi                                   on 2000/11/05  21:28:39
50858         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
50859              first argument correctly.
50860      Branch: perl
50861            ! perlio.c
50862 ____________________________________________________________________________
50863 [  7566] By: jhi                                   on 2000/11/05  21:15:56
50864         Log: Integrate perlio.
50865      Branch: perl
50866           !> perlio.c
50867 ____________________________________________________________________________
50868 [  7565] By: jhi                                   on 2000/11/05  21:15:13
50869         Log: Use -dM for gcc (the suggested patch did it only for Linux,
50870              but I think it can be generalized).
50871              
50872              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
50873              From: Pixel <pixel@mandrakesoft.com>
50874              Date: 05 Nov 2000 21:49:34 +0100 
50875              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
50876      Branch: perl
50877            ! ext/Errno/Errno_pm.PL
50878 ____________________________________________________________________________
50879 [  7564] By: nick                                  on 2000/11/05  21:09:18
50880         Log: Added a mmap layer as a "subclass" of perlio.
50881              PERLIO=mmap ./perl harness passes
50882      Branch: perlio
50883            ! perlio.c
50884 ____________________________________________________________________________
50885 [  7563] By: jhi                                   on 2000/11/05  19:48:55
50886         Log: Add a note for future generations about bug id 20000229.006.
50887      Branch: perl
50888            ! malloc.c
50889 ____________________________________________________________________________
50890 [  7562] By: jhi                                   on 2000/11/05  19:38:24
50891         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
50892      Branch: perl
50893            ! pp_ctl.c t/op/pos.t
50894 ____________________________________________________________________________
50895 [  7561] By: jhi                                   on 2000/11/05  18:21:46
50896         Log: Add =pod to be tidy.
50897      Branch: perl
50898            ! lib/Math/Complex.pm
50899 ____________________________________________________________________________
50900 [  7560] By: jhi                                   on 2000/11/05  17:38:46
50901         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
50902      Branch: perl
50903            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
50904            ! ext/Storable/Storable.xs t/lib/st-recurse.t
50905 ____________________________________________________________________________
50906 [  7559] By: jhi                                   on 2000/11/05  17:32:59
50907         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
50908              From: "Peter J. Farley III" <pjfarley@banet.net>
50909              Date: Sun, 05 Nov 2000 11:55:59 -0500
50910              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
50911      Branch: perl
50912            ! t/lib/syslog.t
50913 ____________________________________________________________________________
50914 [  7558] By: jhi                                   on 2000/11/05  17:29:19
50915         Log: Integrate perlio.
50916      Branch: perl
50917           !> perlio.c
50918 ____________________________________________________________________________
50919 [  7557] By: jhi                                   on 2000/11/05  17:22:01
50920         Log: A fix of sorts for 20000329.026, a better error message
50921              for a missing "use charnames" when using the \N{...}. 
50922      Branch: perl
50923            ! pod/perldiag.pod toke.c
50924 ____________________________________________________________________________
50925 [  7556] By: jhi                                   on 2000/11/05  16:33:50
50926         Log: Test tweak: show also the failed locales.
50927              
50928              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
50929              From: Lupe Christoph <lupe@lupe-christoph.de>         
50930              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
50931              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
50932      Branch: perl
50933            ! t/pragma/locale.t
50934 ____________________________________________________________________________
50935 [  7555] By: nick                                  on 2000/11/05  11:09:34
50936         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
50937              open RDWR so does not fail. (pragma/warnings 303 again...)
50938      Branch: perlio
50939            ! perlio.c
50940 ____________________________________________________________________________
50941 [  7554] By: nick                                  on 2000/11/05  10:10:13
50942         Log: Fix case where ungetc(f,EOF) was allowed.
50943              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
50944              so we can see similarities.
50945              Use types more carefully and a STDCHAR array in hope that this will
50946              fix Jarrko's 64bit machine.
50947      Branch: perlio
50948            ! perlio.c
50949 ____________________________________________________________________________
50950 [  7553] By: jhi                                   on 2000/11/05  01:12:16
50951         Log: Fix for
50952              
50953              Subject: [ID 20001004.007] taint propogation is inconsistent
50954              From: pimlott@idiomtech.com (Andrew Pimlott) 
50955              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
50956              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
50957              
50958              The culprit was sv_setsv() which was rather blindly
50959              propagating taint, which lead to behaviour where if
50960              a tainted anon hash value was seen all the hash values
50961              from then on at that level became tainted, or at any
50962              upper levels in the case of nested anon hashes.
50963      Branch: perl
50964            ! sv.c t/op/taint.t
50965 ____________________________________________________________________________
50966 [  7552] By: jhi                                   on 2000/11/04  23:44:18
50967         Log: Some cpps don't like splitting conditionals across several lines.
50968      Branch: perl
50969            ! perlio.c
50970 ____________________________________________________________________________
50971 [  7551] By: nick                                  on 2000/11/04  23:40:44
50972         Log: Integrate mainline
50973      Branch: perlio
50974           !> pp_hot.c t/op/taint.t
50975 ____________________________________________________________________________
50976 [  7550] By: nick                                  on 2000/11/04  23:39:05
50977         Log: Integrate mainline again
50978      Branch: perlio
50979           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
50980           !> t/lib/b.t t/op/misc.t util.c
50981 ____________________________________________________________________________
50982 [  7549] By: jhi                                   on 2000/11/04  23:14:01
50983         Log: Fix for
50984              
50985              Subject: [ID 20001004.006] undef is never tainted
50986              From: pimlott@idiomtech.com (Andrew Pimlott)
50987              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
50988              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
50989              
50990              An undef read from a slurped file was not tainted.
50991      Branch: perl
50992            ! pp_hot.c t/op/taint.t
50993 ____________________________________________________________________________
50994 [  7548] By: jhi                                   on 2000/11/04  22:56:21
50995         Log: Test tweak ($Config{useperlio} is by default undef) .
50996      Branch: perl
50997            ! t/lib/b.t
50998 ____________________________________________________________________________
50999 [  7547] By: jhi                                   on 2000/11/04  22:43:56
51000         Log: Integrate perlio.
51001      Branch: perl
51002           +> lib/perlio.pm
51003           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
51004           !> pod/perlapi.pod t/lib/b.t
51005 ____________________________________________________________________________
51006 [  7546] By: jhi                                   on 2000/11/04  22:40:59
51007         Log: Configure would use a bad $myuname from an old config.sh.
51008              
51009              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
51010              From: Andy Dougherty <doughera@lafayette.edu>
51011              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
51012              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
51013      Branch: metaconfig
51014            ! U/modified/Oldconfig.U
51015      Branch: perl
51016            ! Configure config_h.SH
51017 ____________________________________________________________________________
51018 [  7545] By: jhi                                   on 2000/11/04  22:36:54
51019         Log: Subject: Locales support (setlocale) fixes
51020              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51021              Date: Sat, 4 Nov 2000 10:15:48 +0300 
51022              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
51023              
51024              Modified quite a bit to be more portable.
51025      Branch: perl
51026            ! embed.h embed.pl perl.h proto.h util.c
51027 ____________________________________________________________________________
51028 [  7544] By: jhi                                   on 2000/11/04  22:32:47
51029         Log: Dying is too strict here, better just skip.
51030      Branch: perl
51031            ! t/op/misc.t
51032 ____________________________________________________________________________
51033 [  7543] By: nick                                  on 2000/11/04  21:55:13
51034         Log: Merge mainline
51035      Branch: perlio
51036           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51037           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
51038           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
51039           !> (integrate 64 files)
51040 ____________________________________________________________________________
51041 [  7542] By: jhi                                   on 2000/11/04  21:09:28
51042         Log: More Changes tweakery.
51043      Branch: perl
51044            ! Changes Porting/genlog
51045 ____________________________________________________________________________
51046 [  7541] By: jhi                                   on 2000/11/04  20:58:18
51047         Log: Changes fixups.
51048      Branch: perl
51049            ! Changes
51050 ____________________________________________________________________________
51051 [  7540] By: jhi                                   on 2000/11/04  20:42:38
51052         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
51053              create a "fast path" for locale name probing using "locale -a"
51054              if available, squash finally hopefully the s?printf resetting
51055              the numeric locale (since, IIUC perllocale, it never shouldn't). 
51056      Branch: perl
51057            ! sv.c t/op/misc.t t/pragma/locale.t
51058 ____________________________________________________________________________
51059 [  7539] By: nick                                  on 2000/11/04  19:56:10
51060         Log: PerlIO infrastructure complete.
51061      Branch: perlio
51062            + lib/perlio.pm
51063            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
51064 ____________________________________________________________________________
51065 [  7538] By: nick                                  on 2000/11/04  14:31:32
51066         Log: Type tweaks + less contorted allocation scheme
51067      Branch: perlio
51068            ! perlio.c
51069 ____________________________________________________________________________
51070 [  7537] By: nick                                  on 2000/11/04  12:40:42
51071         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
51072              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
51073              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
51074              sensible) which lead to some interesting fails.
51075      Branch: perlio
51076            ! perlio.c
51077 ____________________________________________________________________________
51078 [  7536] By: jhi                                   on 2000/11/04  00:20:02
51079         Log: Add FCNTL_CAN_LOCK.
51080              
51081              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51082              From: Andy Dougherty <doughera@lafayette.edu>
51083              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
51084              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
51085              
51086              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51087              From: Andy Dougherty <doughera@lafayette.edu>
51088              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
51089              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
51090      Branch: metaconfig/U/perl
51091            + d_fcntl_can_lock.U
51092            ! startperl.U
51093      Branch: perl
51094            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51095            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
51096            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51097            ! vos/config.ga.h win32/config.bc win32/config.gc
51098            ! win32/config.vc
51099 ____________________________________________________________________________
51100 [  7535] By: nick                                  on 2000/11/03  22:19:10
51101         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
51102              - Works on Linux with
51103              perlio + unix
51104              stdio
51105              - Works on Solaris with
51106              perlio + unix
51107              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
51108              - Fails (hangs in openpid) if you try and stack
51109              perlio + stdio - Linux stdio's read() logic is hanging.
51110      Branch: perlio
51111            ! iperlsys.h perlio.c
51112 ____________________________________________________________________________
51113 [  7534] By: jhi                                   on 2000/11/03  15:16:02
51114         Log: Subject: Re: README.aix
51115              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51116              Date: Fri, 03 Nov 2000 16:03:15 +0100
51117              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
51118      Branch: perl
51119            ! README.aix
51120 ____________________________________________________________________________
51121 [  7533] By: jhi                                   on 2000/11/03  03:59:02
51122         Log: Subject: [PATCH 5.7.0] better messages from malloc()
51123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51124              Date: Wed, 1 Nov 2000 23:39:56 -0500
51125              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
51126      Branch: perl
51127            ! malloc.c pod/perldiag.pod
51128 ____________________________________________________________________________
51129 [  7532] By: jhi                                   on 2000/11/03  00:11:56
51130         Log: The #7521 touched things it shouldn't have.
51131      Branch: perl
51132            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
51133 ____________________________________________________________________________
51134 [  7531] By: jhi                                   on 2000/11/02  22:32:33
51135         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
51136              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51137              Date:     Thu, 2 Nov 2000 16:58:36 EST
51138              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
51139      Branch: perl
51140            ! vms/gen_shrfls.pl
51141 ____________________________________________________________________________
51142 [  7530] By: jhi                                   on 2000/11/02  22:08:49
51143         Log: Fix the problem discussed in
51144              
51145              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
51146              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
51147              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
51148              
51149              originally from Linc Madison.  Also Andreas König's comments
51150              taken into account.  Some other problems with Tie::SubstrHash
51151              fixed: didn't croak when the table exceeded the requested number
51152              of entries (as documented) but instead when the number of entries
51153              exceeded the size of the table, a croak() had an unnecessary \n,
51154              didn't have a CLEAR method, documented that there is no exists().
51155              Didn't fix to be strict-proof because the module uses &foo; and
51156              dynamic scope.  Added a test script exercizing both first tamely 
51157              the basic functionality, and then the failure cases reported by
51158              Linc Madison.
51159      Branch: perl
51160            + t/lib/tie-substrhash.t
51161            ! MANIFEST lib/Tie/SubstrHash.pm
51162 ____________________________________________________________________________
51163 [  7529] By: jhi                                   on 2000/11/02  17:58:08
51164         Log: recv() can fail and return undef.
51165              
51166              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
51167              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
51168              Date: Thu, 2 Nov 2000 20:12:20 +0300
51169              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
51170      Branch: perl
51171            ! lib/Net/Ping.pm
51172 ____________________________________________________________________________
51173 [  7528] By: jhi                                   on 2000/11/02  17:49:09
51174         Log: Detpyo.
51175      Branch: perl
51176            ! pod/perlop.pod
51177 ____________________________________________________________________________
51178 [  7527] By: jhi                                   on 2000/11/02  15:48:37
51179         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
51180              fix a autovivification bug in Tie::RefHash, add tests for both.
51181              
51182              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
51183              From: Edward Avis <epa98@doc.ic.ac.uk>
51184              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
51185              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
51186      Branch: perl
51187            + t/lib/tie-refhash.t
51188            ! MANIFEST lib/Tie/RefHash.pm
51189 ____________________________________________________________________________
51190 [  7526] By: jhi                                   on 2000/11/02  13:56:26
51191         Log: Test::Harness revealed buglets in the new DynaLoader.
51192              
51193              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
51194              From: andreas.koenig@anima.de (Andreas J. Koenig)
51195              Date: 02 Nov 2000 11:26:48 +0100 
51196              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
51197      Branch: perl
51198            ! ext/DynaLoader/DynaLoader_pm.PL
51199 ____________________________________________________________________________
51200 [  7525] By: jhi                                   on 2000/11/01  23:52:08
51201         Log: The entry for #7503 was missing.
51202      Branch: perl
51203            ! Changes
51204 ____________________________________________________________________________
51205 [  7524] By: jhi                                   on 2000/11/01  23:40:52
51206         Log: Update Changes.
51207      Branch: perl
51208            ! Changes patchlevel.h
51209 ____________________________________________________________________________
51210 [  7523] By: jhi                                   on 2000/11/01  22:57:09
51211         Log: More tweaking on the #7522 theme.
51212      Branch: perl
51213            ! ext/DynaLoader/DynaLoader_pm.PL
51214 ____________________________________________________________________________
51215 [  7522] By: jhi                                   on 2000/11/01  22:06:15
51216         Log: Expand %Config variables and %ENV variables only if
51217              so requested during build time using the
51218              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
51219              Not expanding makes relocating distributions easier.
51220      Branch: perl
51221            ! ext/DynaLoader/DynaLoader_pm.PL
51222 ____________________________________________________________________________
51223 [  7521] By: jhi                                   on 2000/11/01  20:56:34
51224         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
51225              and setgid() because they were just changing $< and $( which means
51226              only changing the real uid/gid, as opposed to changing both
51227              real and effective ids.  (The alternative way could have been
51228              in POSIX.pm to change $> and $), too, but making a direct call
51229              to the C API feels cleaner.)  Fixes the bug
51230              
51231              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
51232              From: "Garry T. Williams" <garry@zvolve.com>
51233              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
51234              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
51235      Branch: perl
51236            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51237            ! ext/POSIX/typemap pod/perlvar.pod
51238 ____________________________________________________________________________
51239 [  7520] By: jhi                                   on 2000/11/01  20:08:33
51240         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
51241              From: "Garry T. Williams" <garry@zvolve.com>
51242              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
51243              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
51244      Branch: perl
51245            ! pod/perlsec.pod
51246 ____________________________________________________________________________
51247 [  7519] By: jhi                                   on 2000/11/01  20:01:22
51248         Log: Locale warning explanation tweak.
51249      Branch: perl
51250            ! pod/perldiag.pod
51251 ____________________________________________________________________________
51252 [  7518] By: jhi                                   on 2000/11/01  18:57:13
51253         Log: C.pm part of
51254              
51255              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
51256              From: Jarkko Hietaniemi <jhi@iki.fi>
51257              Date: Tue, 10 Oct 2000 08:22:28 -0500
51258              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
51259      Branch: perl
51260            ! ext/B/B/C.pm
51261 ____________________________________________________________________________
51262 [  7517] By: jhi                                   on 2000/11/01  18:41:59
51263         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
51264              From: Martien Verbruggen <mgjv@comdyn.com.au>
51265              Date: Fri, 6 Oct 2000 14:09:10 +1100
51266              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
51267      Branch: perl
51268            ! pod/perlop.pod
51269 ____________________________________________________________________________
51270 [  7516] By: jhi                                   on 2000/11/01  18:34:55
51271         Log: Generalize the Camel wording.
51272              
51273              Subject: Re: perlfaq style changes
51274              From: John Borwick <jhborwic@unity.ncsu.edu>
51275              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
51276              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
51277      Branch: perl
51278            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
51279 ____________________________________________________________________________
51280 [  7515] By: jhi                                   on 2000/11/01  16:52:31
51281         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
51282              From: pimlott@idiomtech.com (Andrew Pimlott)
51283              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
51284              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
51285      Branch: perl
51286            ! pod/perlsec.pod
51287 ____________________________________________________________________________
51288 [  7514] By: jhi                                   on 2000/11/01  15:03:40
51289         Log: More AIX lore.
51290      Branch: perl
51291            ! ext/re/hints/aix.pl
51292 ____________________________________________________________________________
51293 [  7513] By: jhi                                   on 2000/11/01  14:48:30
51294         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
51295              From: root <root@chronos.fi.muni.cz>
51296              Date: Wed, 1 Nov 2000 12:31:32 +0100
51297              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
51298      Branch: perl
51299            ! lib/Net/Ping.pm
51300 ____________________________________________________________________________
51301 [  7512] By: jhi                                   on 2000/11/01  14:46:47
51302         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
51303              From: Martin Husemann <martin@duskware.de>
51304              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
51305              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
51306      Branch: perl
51307            ! regcomp.c
51308 ____________________________________________________________________________
51309 [  7511] By: jhi                                   on 2000/11/01  14:39:50
51310         Log: AUTHORS updates.
51311      Branch: perl
51312            ! AUTHORS
51313 ____________________________________________________________________________
51314 [  7510] By: jhi                                   on 2000/11/01  14:29:50
51315         Log: Subject: [PATCH] startperl to respect versiononly
51316              From: Robin Barker <rmb1@cise.npl.co.uk> 
51317              Date: Tue, 31 Oct 2000 16:29:36 GMT
51318              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
51319      Branch: metaconfig/U/perl
51320            ! startperl.U
51321      Branch: perl
51322            ! Configure config_h.SH
51323 ____________________________________________________________________________
51324 [  7509] By: jhi                                   on 2000/11/01  14:19:53
51325         Log: printf UVs the correct way, noticed by Robin Barker.
51326      Branch: perl
51327            ! utf8.c
51328 ____________________________________________________________________________
51329 [  7508] By: jhi                                   on 2000/11/01  14:10:03
51330         Log: Do not cleanup *% because the % has special meanings in some
51331              shell environments.
51332      Branch: perl
51333            ! ext/Storable/Makefile.PL
51334 ____________________________________________________________________________
51335 [  7507] By: jhi                                   on 2000/11/01  14:06:00
51336         Log: The NonStop-UX libraries have a novel way to say NaN.
51337      Branch: perl
51338            ! t/lib/bigfltpm.t
51339 ____________________________________________________________________________
51340 [  7506] By: jhi                                   on 2000/11/01  14:03:35
51341         Log: The osname has been lowercased by now, from Tom Bates.
51342      Branch: metaconfig
51343            ! U/modified/Oldconfig.U
51344      Branch: perl
51345            ! Configure config_h.SH
51346 ____________________________________________________________________________
51347 [  7505] By: jhi                                   on 2000/10/31  19:18:39
51348         Log: The compiler is either gcc or cc, from Tom Bates.
51349      Branch: perl
51350            ! hints/nonstopux.sh
51351 ____________________________________________________________________________
51352 [  7504] By: jhi                                   on 2000/10/31  14:53:42
51353         Log: Update Changes.
51354      Branch: perl
51355            ! Changes patchlevel.h
51356 ____________________________________________________________________________
51357 [  7503] By: jhi                                   on 2000/10/31  14:30:50
51358         Log: Whitespace style tweak.  Was originally going to see to
51359              
51360              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
51361              From: Joe Smith <jms@inwap.com>
51362              Date: Mon, 30 Oct 2000 18:47:57 -0800
51363              Message-Id: <39FE32DD.24AAC4D@inwap.com>
51364              
51365              but that had already been taken care of.
51366      Branch: metaconfig
51367            ! U/compline/d_stdstdio.U
51368      Branch: perl
51369            ! Configure config_h.SH
51370 ____________________________________________________________________________
51371 [  7502] By: jhi                                   on 2000/10/31  14:25:02
51372         Log: AUTHORS tweaks.
51373      Branch: perl
51374            ! AUTHORS
51375 ____________________________________________________________________________
51376 [  7501] By: jhi                                   on 2000/10/31  14:23:59
51377         Log: Subject: perlfaq style changes
51378              From: John Borwick <jhborwic@unity.ncsu.edu>
51379              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
51380              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
51381      Branch: perl
51382            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
51383            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
51384            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
51385            ! pod/perlfaq9.pod
51386 ____________________________________________________________________________
51387 [  7500] By: jhi                                   on 2000/10/31  14:22:15
51388         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
51389              
51390              Subject: Re: [ID 20000918.005] ~ on wide chars
51391              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51392              Date: Mon, 30 Oct 2000 21:09:55 -0800
51393              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
51394              
51395              (The ord() part of the patch skipped.)
51396      Branch: perl
51397            ! doop.c
51398 ____________________________________________________________________________
51399 [  7499] By: jhi                                   on 2000/10/31  14:20:08
51400         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
51401              From: Jens Hamisch <jens@Strawberry.COM>
51402              Date: Mon, 30 Oct 2000 15:17:07 +0100
51403              Message-Id: <20001030151707.A9597@Strawberry.COM>
51404      Branch: perl
51405            ! av.c
51406 ____________________________________________________________________________
51407 [  7498] By: jhi                                   on 2000/10/31  14:16:29
51408         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
51409              From: Peter Prymmer <pvhp@forte.com>
51410              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
51411              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
51412      Branch: perl
51413            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51414            + ext/Encode/Encode/posix-bc.enc
51415            ! MANIFEST t/lib/encode.t
51416 ____________________________________________________________________________
51417 [  7497] By: jhi                                   on 2000/10/31  14:13:22
51418         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
51419              From: Peter Prymmer <pvhp@forte.com>
51420              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
51421              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
51422      Branch: perl
51423            ! t/lib/cgi-html.t
51424 ____________________________________________________________________________
51425 [  7496] By: jhi                                   on 2000/10/31  14:12:05
51426         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
51427              From: Peter Prymmer <pvhp@forte.com>
51428              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
51429              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
51430      Branch: perl
51431            ! t/lib/cgi-function.t
51432 ____________________________________________________________________________
51433 [  7495] By: jhi                                   on 2000/10/31  14:11:08
51434         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
51435              From: Peter Prymmer <pvhp@forte.com>
51436              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
51437              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
51438      Branch: perl
51439            + ext/re/hints/aix.pl
51440            ! MANIFEST ext/re/Makefile.PL
51441 ____________________________________________________________________________
51442 [  7494] By: jhi                                   on 2000/10/31  14:08:32
51443         Log: Use Errno magic.
51444              
51445              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
51446              From: Casey Tweten <perl@ctweten.amsite.com>
51447              Date: Mon, 30 Oct 2000 15:51:17 -0500
51448              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
51449      Branch: perl
51450            ! lib/File/Temp.pm
51451 ____________________________________________________________________________
51452 [  7493] By: jhi                                   on 2000/10/31  14:05:07
51453         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
51454              
51455              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
51456              From: Nicholas Clark <nick@ccl4.org>
51457              Date: Mon, 30 Oct 2000 17:38:45 +0000
51458              Message-ID: <20001030173845.O60355@plum.flirble.org>
51459      Branch: perl
51460            ! Makefile.SH utils/perlbug.PL
51461 ____________________________________________________________________________
51462 [  7492] By: nick                                  on 2000/10/30  19:37:23
51463         Log: Change files which are mysteriously different to mainline to be
51464              copies of mainline.
51465      Branch: perlio
51466            ! objXSUB.h perlapi.c pod/perlapi.pod
51467 ____________________________________________________________________________
51468 [  7491] By: nick                                  on 2000/10/30  18:05:54
51469         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
51470              - typo in endian code in putc.
51471              - Don't allow read of write-only files and vice-versa
51472              - and off-by-one in flush-all loop.
51473              Remove debug calls as they were using GCC specific features.
51474      Branch: perlio
51475            ! perlio.c
51476 ____________________________________________________________________________
51477 [  7490] By: nick                                  on 2000/10/29  21:45:45
51478         Log: Integrate mainline to perlio
51479      Branch: perlio
51480           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
51481           !> toke.c
51482 ____________________________________________________________________________
51483 [  7489] By: jhi                                   on 2000/10/29  21:11:08
51484         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
51485              From: andreas.koenig@anima.de (Andreas J. Koenig)
51486              Date: 29 Oct 2000 22:05:59 +0100
51487              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
51488      Branch: perl
51489            ! lib/ExtUtils/Manifest.pm
51490 ____________________________________________________________________________
51491 [  7488] By: jhi                                   on 2000/10/29  21:07:47
51492         Log: Tests for #7487.
51493              
51494              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
51495              From: andreas.koenig@anima.de (Andreas J. Koenig)
51496              Date: 29 Oct 2000 19:37:09 +0100
51497              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
51498      Branch: perl
51499            ! t/comp/proto.t
51500 ____________________________________________________________________________
51501 [  7487] By: jhi                                   on 2000/10/29  21:06:27
51502         Log: constsub spillage.
51503              
51504              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
51505              From: John Tobey <jtobey@john-edwin-tobey.org>
51506              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
51507              Message-Id: <m13pvSr-000FObC@feynman.localnet>
51508      Branch: perl
51509            ! op.c
51510 ____________________________________________________________________________
51511 [  7486] By: nick                                  on 2000/10/29  21:05:04
51512         Log: Integrate mainline to perlio branch
51513      Branch: perlio
51514           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
51515           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
51516           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
51517           +> vos/install_perl.cm
51518            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
51519            - vos/config.h vos/config_h.SH_orig
51520           !> (integrate 141 files)
51521 ____________________________________________________________________________
51522 [  7485] By: jhi                                   on 2000/10/29  21:00:47
51523         Log: Make \x{...} consistently produce UTF-8.
51524              
51525              Subject: Re: \x{...} is confused 
51526              From: Simon Cozens <simon@cozens.net>
51527              Date: Sun, 29 Oct 2000 19:36:48 +0000
51528              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
51529      Branch: perl
51530            ! t/pragma/utf8.t toke.c
51531 ____________________________________________________________________________
51532 [  7484] By: nick                                  on 2000/10/29  20:05:29
51533         Log: PerlIO passes all tests.
51534      Branch: perlio
51535            ! perlio.c
51536 ____________________________________________________________________________
51537 [  7483] By: jhi                                   on 2000/10/29  18:06:55
51538         Log: Update Changes.
51539      Branch: perl
51540            ! Changes patchlevel.h
51541 ____________________________________________________________________________
51542 [  7482] By: nick                                  on 2000/10/29  17:43:28
51543         Log: Include <unistd.h> to get correct lseek() prototype etc.
51544              (I thought perl.h did that) - down to two fails
51545              - comp/require.t (last test)
51546              - lib/io_xs.t - possibly import/export of FILE * ?
51547      Branch: perlio
51548            ! perlio.c
51549 ____________________________________________________________________________
51550 [  7481] By: jhi                                   on 2000/10/29  17:02:37
51551         Log: UTF-8 decoder tweak.
51552      Branch: perl
51553            ! utf8.c
51554 ____________________________________________________________________________
51555 [  7480] By: nick                                  on 2000/10/29  16:26:11
51556         Log: Fixed two bugs:
51557              - error code not being set on close (of broken pipe)
51558              - append mode was truncating.
51559              At least one seek/tell bug remains.
51560      Branch: perlio
51561            ! perlio.c
51562 ____________________________________________________________________________
51563 [  7479] By: nick                                  on 2000/10/29  11:18:16
51564         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
51565              in case of accidents. Still several worrying fails, no line disciplines yet.
51566      Branch: perlio
51567            ! iperlsys.h perlio.c
51568 ____________________________________________________________________________
51569 [  7478] By: jhi                                   on 2000/10/29  02:04:01
51570         Log: Add also emailless people.
51571      Branch: perl
51572            ! AUTHORS
51573 ____________________________________________________________________________
51574 [  7477] By: jhi                                   on 2000/10/29  01:36:00
51575         Log: The #7476 needs a MANIFEST change, too.
51576      Branch: perl
51577            ! MANIFEST
51578 ____________________________________________________________________________
51579 [  7476] By: jhi                                   on 2000/10/29  01:35:21
51580         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
51581      Branch: perl
51582            - MAINTAIN
51583            ! AUTHORS Changes
51584 ____________________________________________________________________________
51585 [  7475] By: jhi                                   on 2000/10/28  23:57:25
51586         Log: De-quoted-unreadable to ISO Latin 1.
51587              (There's one ISO-2022-JP name in Changes5.004.)
51588      Branch: perl
51589            ! Changes Changes5.6
51590 ____________________________________________________________________________
51591 [  7474] By: jhi                                   on 2000/10/28  19:13:06
51592         Log: Subject: [ID 20001027.007] uniq array in perlfaq
51593              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
51594              Date: Fri, 27 Oct 2000 19:28:30 +0200
51595              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
51596      Branch: perl
51597            ! pod/perlfaq4.pod
51598 ____________________________________________________________________________
51599 [  7473] By: jhi                                   on 2000/10/28  18:02:05
51600         Log: Locking null mutexes is not recommendable.
51601              
51602              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
51603              From: Hugo <hv@crypt.compulink.co.uk>
51604              Date: Sat, 28 Oct 2000 18:41:12 +0100
51605              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
51606      Branch: perl
51607            ! op.c
51608 ____________________________________________________________________________
51609 [  7472] By: jhi                                   on 2000/10/28  17:52:58
51610         Log: Better create a true mailing list for the repository keepers.
51611      Branch: perl
51612            ! Porting/repository.pod
51613 ____________________________________________________________________________
51614 [  7471] By: jhi                                   on 2000/10/28  17:28:24
51615         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
51616              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
51617      Branch: perl
51618            + Porting/repository.pod
51619            ! MANIFEST
51620 ____________________________________________________________________________
51621 [  7470] By: jhi                                   on 2000/10/28  17:20:54
51622         Log: Subject: DOC PATCH 5.6.0
51623              From: mjd@plover.com
51624              Date: 27 Oct 2000 17:32:44 -0000
51625              Message-ID: <20001027173244.23754.qmail@plover.com>
51626      Branch: perl
51627            ! pod/perlfunc.pod
51628 ____________________________________________________________________________
51629 [  7469] By: jhi                                   on 2000/10/28  17:16:45
51630         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
51631              From: "Peter J. Farley III" <pjfarley@banet.net>
51632              Date: Fri, 27 Oct 2000 20:32:56 -0400
51633              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
51634      Branch: perl
51635            ! README.dos
51636 ____________________________________________________________________________
51637 [  7468] By: jhi                                   on 2000/10/28  17:07:18
51638         Log: Make target reordering to avoid pointless re-makes.
51639              
51640              Subject: Re: Total re-make of 'make okfile' after 7451 ?
51641              From: Nicholas Clark <nick@ccl4.org>
51642              Date: Sat, 28 Oct 2000 00:31:02 +0100
51643              Message-ID: <20001028003101.A54517@plum.flirble.org>
51644      Branch: perl
51645            ! Makefile.SH
51646 ____________________________________________________________________________
51647 [  7467] By: jhi                                   on 2000/10/28  17:05:31
51648         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
51649              From: lvirden@cas.org
51650              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
51651              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
51652      Branch: perl
51653            ! README.os2
51654 ____________________________________________________________________________
51655 [  7466] By: jhi                                   on 2000/10/28  16:09:16
51656         Log: Upgrade to CPAN 1.58_55.
51657              
51658              Subject: CPAN.pm status
51659              From: andreas.koenig@anima.de (Andreas J. Koenig) 
51660              Date: 28 Oct 2000 08:18:00 +0200 
51661              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
51662      Branch: perl
51663            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51664 ____________________________________________________________________________
51665 [  7465] By: jhi                                   on 2000/10/28  16:02:47
51666         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
51667      Branch: perl
51668            ! embed.h embed.pl perl.h proto.h toke.c
51669 ____________________________________________________________________________
51670 [  7464] By: nick                                  on 2000/10/28  10:43:44
51671         Log: Fix for sv_2iv() on "shared" value from keys %hash.
51672      Branch: perl
51673            ! sv.c
51674 ____________________________________________________________________________
51675 [  7463] By: jhi                                   on 2000/10/27  16:18:29
51676         Log: Update Changes.
51677      Branch: perl
51678            ! Changes patchlevel.h
51679 ____________________________________________________________________________
51680 [  7462] By: jhi                                   on 2000/10/27  16:17:44
51681         Log: Too enthusiastic editing in #7460.
51682      Branch: metaconfig
51683            ! U/modified/Oldsym.U
51684      Branch: perl
51685            ! Configure config_h.SH
51686 ____________________________________________________________________________
51687 [  7461] By: jhi                                   on 2000/10/27  15:37:38
51688         Log: Retract #7459, the script needs more work.
51689      Branch: perl
51690            - mkreef
51691            ! MANIFEST
51692 ____________________________________________________________________________
51693 [  7460] By: jhi                                   on 2000/10/27  15:23:14
51694         Log: Use $sort, $uniq (and $tr) consistently as wondered
51695              by Nicholas Clark.
51696      Branch: metaconfig
51697            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
51698            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
51699            ! U/modified/libc.U
51700      Branch: perl
51701            ! Configure config_h.SH
51702 ____________________________________________________________________________
51703 [  7459] By: jhi                                   on 2000/10/27  15:02:07
51704         Log: (Retracted by #7461)
51705              
51706              Add a shell script for creating/removing symbolic link farms,
51707              useful for keeping the source code read-only and doing the
51708              builds somewhere else.
51709      Branch: perl
51710            + mkreef
51711            ! MANIFEST
51712 ____________________________________________________________________________
51713 [  7458] By: jhi                                   on 2000/10/27  14:42:20
51714         Log: Do away with the fix_pl.
51715      Branch: perl
51716            - fix_pl
51717            ! MANIFEST Makefile.SH
51718 ____________________________________________________________________________
51719 [  7457] By: jhi                                   on 2000/10/27  12:43:13
51720         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
51721              From: Jens Hamisch <jens@Strawberry.COM>
51722              Date: Fri, 27 Oct 2000 14:38:21 +0200
51723              Message-Id: <20001027143821.B3366@Strawberry.COM>
51724      Branch: perl
51725            ! perl.h
51726 ____________________________________________________________________________
51727 [  7456] By: jhi                                   on 2000/10/27  12:33:42
51728         Log: Subject: [PATCH] todo
51729              From: Nicholas Clark <nick@ccl4.org>
51730              Date: Thu, 26 Oct 2000 22:32:29 +0100
51731              Message-ID: <20001026223229.A44540@plum.flirble.org>
51732      Branch: perl
51733            ! pod/perltodo.pod
51734 ____________________________________________________________________________
51735 [  7455] By: jhi                                   on 2000/10/27  12:02:21
51736         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
51737              From: John Tobey <jtobey@john-edwin-tobey.org>
51738              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
51739              Message-Id: <m13ozHF-000FObC@feynman.localnet>
51740      Branch: perl
51741            ! op.c t/pragma/sub_lval.t
51742 ____________________________________________________________________________
51743 [  7454] By: jhi                                   on 2000/10/27  11:59:42
51744         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
51745              From: sthoenna@efn.org
51746              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
51747              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
51748      Branch: perl
51749            ! pp.c t/op/assignwarn.t
51750 ____________________________________________________________________________
51751 [  7453] By: jhi                                   on 2000/10/27  00:15:08
51752         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
51753      Branch: perl
51754            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
51755            ! ext/Storable/Storable.xs t/lib/st-lock.t
51756 ____________________________________________________________________________
51757 [  7452] By: jhi                                   on 2000/10/26  13:05:52
51758         Log: Undo #7451, this seems to be a deficiency in Perforce,
51759              there is no per-file line-terminator type, only per-client.
51760      Branch: perl
51761            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
51762            ! win32/makefile.mk
51763 ____________________________________________________________________________
51764 [  7451] By: jhi                                   on 2000/10/26  04:56:03
51765         Log: Experimenting in DOS arcana.
51766      Branch: perl
51767            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
51768            ! win32/makefile.mk
51769 ____________________________________________________________________________
51770 [  7450] By: jhi                                   on 2000/10/26  04:50:52
51771         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
51772              From: "Peter J. Farley III" <pjfarley@banet.net>            
51773              Date: Wed, 25 Oct 2000 23:10:18 -0400
51774              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
51775      Branch: perl
51776            ! t/io/open.t
51777 ____________________________________________________________________________
51778 [  7449] By: jhi                                   on 2000/10/26  04:49:16
51779         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
51780              From: Hugo <hv@crypt.compulink.co.uk>
51781              Date: Thu, 26 Oct 2000 01:55:17 +0100
51782              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
51783              
51784              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
51785      Branch: perl
51786            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
51787 ____________________________________________________________________________
51788 [  7448] By: jhi                                   on 2000/10/26  04:38:36
51789         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
51790              From: Peter Prymmer <pvhp@forte.com>
51791              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
51792              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
51793      Branch: perl
51794            ! configure.com
51795 ____________________________________________________________________________
51796 [  7447] By: jhi                                   on 2000/10/25  23:20:02
51797         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
51798              in platforms that strictly require all the symbols being present
51799              at link time.
51800      Branch: perl
51801            ! handy.h
51802 ____________________________________________________________________________
51803 [  7446] By: jhi                                   on 2000/10/25  21:55:57
51804         Log: Update Changes.
51805      Branch: perl
51806            ! Changes patchlevel.h
51807 ____________________________________________________________________________
51808 [  7445] By: jhi                                   on 2000/10/25  21:27:08
51809         Log: Integrate with vmsperl #7430 by Charles Bailey:
51810              
51811              Cleanup from prior patch (Charles Lane?):
51812              - improve handling of MFDs in Basename and Path
51813              - default to no xsubpp line # munging when building debug images
51814      Branch: perl
51815           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
51816 ____________________________________________________________________________
51817 [  7444] By: jhi                                   on 2000/10/25  21:03:50
51818         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
51819              From: John Peacock <JPeacock@UnivPress.com>
51820              Date: Thu, 18 May 2000 11:55:27 -0400
51821              Message-ID: <3924126F.A58BE57A@UnivPress.com>
51822      Branch: perl
51823            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
51824            ! t/op/write.t
51825 ____________________________________________________________________________
51826 [  7443] By: jhi                                   on 2000/10/25  20:43:10
51827         Log: Temporary stopgap for the self-tying issue: for now only
51828              array and hash self-ties are verboten.  The real fix, of
51829              course, would be to comprehensively test (and implement?)
51830              and debug (and document) self-ties.
51831      Branch: perl
51832            ! pod/perldiag.pod pp_sys.c t/op/tie.t
51833 ____________________________________________________________________________
51834 [  7442] By: jhi                                   on 2000/10/25  20:14:30
51835         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
51836              From: Dan Sugalski <dan@sidhe.org>
51837              Date: Wed, 25 Oct 2000 13:36:35 -0400
51838              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
51839              
51840              plus regen global.sym.
51841      Branch: perl
51842            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
51843            ! thrdvar.h util.c
51844 ____________________________________________________________________________
51845 [  7441] By: jhi                                   on 2000/10/25  20:12:20
51846         Log: buildtoc target tweaks.
51847      Branch: perl
51848            ! pod/Makefile.SH
51849 ____________________________________________________________________________
51850 [  7440] By: jhi                                   on 2000/10/25  20:03:53
51851         Log: A new version of making the syslog test more robust.
51852              (Replaces #7421.)
51853              
51854              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
51855              From: "Kurt D. Starsinic" <kstar@chapin.edu>
51856              Date: Wed, 25 Oct 2000 12:13:54 -0400
51857              Message-ID: <20001025121354.B2264@O2.chapin.edu>
51858      Branch: perl
51859            ! t/lib/syslog.t
51860 ____________________________________________________________________________
51861 [  7439] By: jhi                                   on 2000/10/25  20:00:48
51862         Log: Continue the internal UTF-8 API tweaking.
51863              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
51864              used much more than the simpler API, now called utf8_to_uv_simple().
51865              Still not quite happy with API, too much partial duplication
51866              of functionality.
51867      Branch: perl
51868            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
51869            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
51870            ! regcomp.c regexec.c sv.c toke.c utf8.c
51871 ____________________________________________________________________________
51872 [  7438] By: jhi                                   on 2000/10/25  18:52:30
51873         Log: Allow poking holes at the UTF-8 decoding strictness.
51874      Branch: perl
51875            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
51876            ! utf8.h
51877 ____________________________________________________________________________
51878 [  7437] By: jhi                                   on 2000/10/25  13:53:05
51879         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
51880              UTF8LEN() and UTF8SKIP(). 
51881      Branch: perl
51882            ! pp.c utf8.c utf8.h
51883 ____________________________________________________________________________
51884 [  7436] By: jhi                                   on 2000/10/25  13:51:37
51885         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
51886              From: Nicholas Clark <nick@ccl4.org>
51887              Date: Wed, 25 Oct 2000 14:44:05 +0100
51888              Message-ID: <20001025144404.D27253@plum.flirble.org>
51889      Branch: perl
51890            ! pod/perlrun.pod
51891 ____________________________________________________________________________
51892 [  7435] By: jhi                                   on 2000/10/25  13:49:32
51893         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
51894              From: Mike Guy <mjtg@cam.ac.uk>
51895              Date: Tue, 24 Oct 2000 14:59:40 +0100
51896              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
51897      Branch: perl
51898            ! scope.c
51899 ____________________________________________________________________________
51900 [  7434] By: jhi                                   on 2000/10/25  13:48:41
51901         Log: AIX is picky about its symbol exports.  Solution for now
51902              is to include the deb.o explicitly to the re extension build.
51903              
51904              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
51905              From: Peter Prymmer <pvhp@forte.com>
51906              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
51907              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
51908      Branch: perl
51909            ! ext/re/Makefile.PL hints/aix.sh
51910 ____________________________________________________________________________
51911 [  7433] By: jhi                                   on 2000/10/25  13:46:49
51912         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
51913              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51914              Date: Wed, 25 Oct 2000 12:02:20 +0200
51915              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
51916      Branch: perl
51917            ! perlsdio.h
51918 ____________________________________________________________________________
51919 [  7432] By: jhi                                   on 2000/10/25  13:44:28
51920         Log: Subject: Minor update to find2perl, for portability
51921              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
51922              Date: Wed, 25 Oct 2000 12:05:47 +0100
51923              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
51924      Branch: perl
51925            ! x2p/find2perl.PL
51926 ____________________________________________________________________________
51927 [  7431] By: jhi                                   on 2000/10/25  13:40:39
51928         Log: Add targets to Makefile.SH, most importantly
51929              'regen_all' which also remembers to update vms/perly*.
51930      Branch: perl
51931            ! Makefile.SH
51932 ____________________________________________________________________________
51933 [  7430] By: bailey                                on 2000/10/25  03:13:53
51934         Log: Cleanup from prior patch (Charles Lane?):
51935              - improve handling of MFDs in Basename and Path
51936              - default to no xsubpp line # munging when building debug images
51937      Branch: vmsperl
51938            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
51939 ____________________________________________________________________________
51940 [  7429] By: jhi                                   on 2000/10/24  20:03:40
51941         Log: Podify README.epoc and README.vos.
51942      Branch: perl
51943            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
51944            ! pod/perlport.pod pod/perltoc.pod
51945 ____________________________________________________________________________
51946 [  7428] By: jhi                                   on 2000/10/24  19:10:33
51947         Log: Stratus VOS updates from Paul Green.
51948      Branch: perl
51949            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51950            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
51951            - vos/config.def vos/config.h vos/config_h.SH_orig
51952            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
51953            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
51954 ____________________________________________________________________________
51955 [  7427] By: jhi                                   on 2000/10/24  18:59:48
51956         Log: Check if stdio supports tweaking lval and cnt simultaneously.
51957              
51958              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
51959              From: Nicholas Clark <nick@ccl4.org>
51960              Date: Mon, 23 Oct 2000 15:39:32 +0100
51961              Message-ID: <20001023153932.A10786@plum.flirble.org>
51962      Branch: metaconfig
51963            ! U/compline/d_stdstdio.U
51964      Branch: perl
51965            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51966            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
51967            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
51968            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
51969            ! vos/config.h vos/config_h.SH_orig win32/config.bc
51970            ! win32/config.gc win32/config.vc
51971 ____________________________________________________________________________
51972 [  7426] By: jhi                                   on 2000/10/24  17:57:44
51973         Log: Missed the header file changes from #7425.
51974      Branch: perl
51975            ! embed.h embed.pl objXSUB.h proto.h
51976 ____________________________________________________________________________
51977 [  7425] By: jhi                                   on 2000/10/24  17:55:17
51978         Log: Fix the bug reported in
51979              
51980              From: andreas.koenig@anima.de (Andreas J. Koenig)
51981              Subject: Encode bug?
51982              Date: 24 Oct 2000 14:01:26 +0200 
51983              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
51984              
51985              Also make is_utf8_char() stricter.
51986      Branch: perl
51987            ! ext/Encode/Encode.xs utf8.c
51988 ____________________________________________________________________________
51989 [  7424] By: jhi                                   on 2000/10/24  15:15:39
51990         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
51991              From: Peter Scott <Peter@PSDT.com>
51992              Date: Mon, 23 Oct 2000 19:46:01 -0700
51993              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
51994      Branch: perl
51995            ! pod/perlfaq5.pod
51996 ____________________________________________________________________________
51997 [  7423] By: jhi                                   on 2000/10/24  14:25:30
51998         Log: Test tweak to avoid pulling in the whole Config.
51999      Branch: perl
52000            ! t/lib/st-lock.t
52001 ____________________________________________________________________________
52002 [  7422] By: jhi                                   on 2000/10/24  14:03:16
52003         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
52004      Branch: perl
52005            ! pp.c
52006 ____________________________________________________________________________
52007 [  7421] By: jhi                                   on 2000/10/24  13:32:09
52008         Log: (Replaced by #7440.)
52009              
52010              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
52011              From: "Kurt D. Starsinic" <kstar@chapin.edu>
52012              Date: Mon, 23 Oct 2000 16:40:54 -0400
52013              Message-ID: <20001023164054.B14491@O2.chapin.edu>
52014      Branch: perl
52015            ! t/lib/syslog.t
52016 ____________________________________________________________________________
52017 [  7420] By: jhi                                   on 2000/10/24  13:30:53
52018         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
52019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52020              Date: Mon, 23 Oct 2000 17:29:03 -0400
52021              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
52022      Branch: perl
52023            ! lib/ExtUtils/MM_Unix.pm
52024 ____________________________________________________________________________
52025 [  7419] By: jhi                                   on 2000/10/24  13:29:57
52026         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
52027              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52028              Date: Mon, 23 Oct 2000 19:01:32 -0400
52029              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
52030      Branch: perl
52031            ! utils/h2xs.PL
52032 ____________________________________________________________________________
52033 [  7418] By: jhi                                   on 2000/10/24  13:26:04
52034         Log: Replace #7409 with
52035              
52036              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
52037              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
52038              Date: Mon, 23 Oct 2000 20:08:56 +0200
52039              Message-ID: <20001023200855.A14850@nice.ram.loc>
52040      Branch: perl
52041            ! ext/Storable/Storable.pm t/lib/st-lock.t
52042 ____________________________________________________________________________
52043 [  7417] By: jhi                                   on 2000/10/24  13:17:52
52044         Log: Run vms/vms_yfix.pl, should have done that after changing
52045              perly.c in #7382.
52046      Branch: perl
52047            ! vms/perly_c.vms vms/perly_h.vms
52048 ____________________________________________________________________________
52049 [  7416] By: jhi                                   on 2000/10/24  02:55:33
52050         Log: Make the UTF-8 decoding stricter and more verbose when
52051              malformation happens.  This involved adding an argument
52052              to utf8_to_uv_chk(), which involved changing its prototype,
52053              and prefer STRLEN over I32 for the UTF-8 length, which as
52054              a domino effect necessitated changing the prototypes of
52055              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
52056              The stricter UTF-8 decoding checking uses Markus Kuhn's
52057              UTF-8 Decode Stress Tester from
52058              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
52059      Branch: perl
52060            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
52061            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
52062            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
52063            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
52064 ____________________________________________________________________________
52065 [  7415] By: jhi                                   on 2000/10/23  14:06:06
52066         Log: Update Changes.
52067      Branch: perl
52068            ! Changes patchlevel.h
52069 ____________________________________________________________________________
52070 [  7414] By: jhi                                   on 2000/10/23  12:39:52
52071         Log: Undo the basename() part of #7412 since the lib/basename
52072              tests would need upgrading too.
52073      Branch: perl
52074            ! lib/File/Basename.pm
52075 ____________________________________________________________________________
52076 [  7413] By: jhi                                   on 2000/10/23  12:19:27
52077         Log: Document PERL_INSTALL_ROOT of #7210.
52078      Branch: perl
52079            ! lib/ExtUtils/Install.pm
52080 ____________________________________________________________________________
52081 [  7412] By: jhi                                   on 2000/10/23  12:16:47
52082         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
52083      Branch: perl
52084            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
52085            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
52086 ____________________________________________________________________________
52087 [  7411] By: jhi                                   on 2000/10/23  12:07:41
52088         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
52089              From: Prymmer/Kahn <pvhp@best.com>
52090              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
52091              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
52092      Branch: perl
52093            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
52094 ____________________________________________________________________________
52095 [  7410] By: jhi                                   on 2000/10/23  04:10:11
52096         Log: The change #7187 was not so good on VMS.
52097              
52098              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
52099              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52100              Date: Sun, 22 Oct 2000 23:03:08 -0500
52101              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
52102      Branch: perl
52103            ! utils/perldoc.PL
52104 ____________________________________________________________________________
52105 [  7409] By: jhi                                   on 2000/10/23  03:57:36
52106         Log: Avoid Storable locking on DJGPP for now.
52107              
52108              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
52109              From: "Peter J. Farley III" <pjfarley@banet.net>
52110              Date: Sun, 22 Oct 2000 20:00:00 -0400
52111              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
52112      Branch: perl
52113            ! ext/Storable/Storable.pm t/lib/st-lock.t
52114 ____________________________________________________________________________
52115 [  7408] By: jhi                                   on 2000/10/23  03:50:24
52116         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
52117              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52118              Date: Sun, 22 Oct 2000 21:12:22 -0400
52119              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
52120      Branch: perl
52121            ! lib/vars.pm
52122 ____________________________________________________________________________
52123 [  7407] By: jhi                                   on 2000/10/23  03:43:12
52124         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
52125              From: Hugo <hv@crypt.compulink.co.uk>
52126              Date: Mon, 23 Oct 2000 00:47:22 +0100
52127              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
52128      Branch: perl
52129            ! regexec.c t/op/pat.t
52130 ____________________________________________________________________________
52131 [  7406] By: jhi                                   on 2000/10/23  03:40:29
52132         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
52133      Branch: perl
52134            ! lib/ExtUtils/MakeMaker.pm
52135 ____________________________________________________________________________
52136 [  7405] By: jhi                                   on 2000/10/22  21:32:00
52137         Log: Doc patch.
52138              
52139              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
52140              From: rspier@pobox.com (Robert Spier)
52141              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
52142              Message-ID: <14835.16112.13457.447971@rls.cx>
52143      Branch: perl
52144            ! lib/strict.pm
52145 ____________________________________________________________________________
52146 [  7404] By: jhi                                   on 2000/10/22  21:30:51
52147         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
52148              From: rspier@pobox.com (Robert Spier)
52149              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
52150              Message-ID: <14835.17223.72448.705566@rls.cx>
52151      Branch: perl
52152            ! lib/ExtUtils/MakeMaker.pm
52153 ____________________________________________________________________________
52154 [  7403] By: jhi                                   on 2000/10/22  21:24:11
52155         Log: Subject: [PATCH bleadperl] ripples from constsub patch
52156              From: John Tobey <jtobey@john-edwin-tobey.org>
52157              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
52158              Message-Id: <m13nSOB-000FObC@feynman.localnet>
52159      Branch: perl
52160            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
52161 ____________________________________________________________________________
52162 [  7402] By: jhi                                   on 2000/10/22  20:59:35
52163         Log: Support s?printf parameter reordering.
52164      Branch: perl
52165            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
52166 ____________________________________________________________________________
52167 [  7401] By: jhi                                   on 2000/10/22  19:19:14
52168         Log: Expand %Config variables only if explicitly so requested
52169              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
52170              
52171              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
52172              From: Gurusamy Sarathy <gsar@ActiveState.com>
52173              Date: Sun, 22 Oct 2000 11:47:32 -0700
52174              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
52175      Branch: perl
52176            ! Makefile.SH lib/lib_pm.PL
52177 ____________________________________________________________________________
52178 [  7400] By: jhi                                   on 2000/10/22  18:24:10
52179         Log: Move the #7390 test from warn/op to comp/redef.
52180              
52181              Subject: Re: Creating const subs for constants.
52182              From: John Tobey <jtobey@john-edwin-tobey.org>
52183              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
52184              Message-Id: <m13nG72-000FObC@feynman.localnet>               
52185      Branch: perl
52186            ! t/comp/redef.t t/pragma/warn/op
52187 ____________________________________________________________________________
52188 [  7399] By: jhi                                   on 2000/10/22  17:49:59
52189         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
52190              From: Nicholas Clark <nick@ccl4.org>
52191              Date: Sat, 21 Oct 2000 22:23:19 +0100
52192              Message-ID: <20001021222319.B45586@plum.flirble.org>
52193      Branch: perl
52194            ! ext/DynaLoader/DynaLoader_pm.PL
52195 ____________________________________________________________________________
52196 [  7398] By: jhi                                   on 2000/10/22  17:47:35
52197         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
52198              From: Hugo <hv@crypt.compulink.co.uk>
52199              Date: Sat, 21 Oct 2000 18:19:59 +0100
52200              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
52201      Branch: perl
52202            ! ext/B/B.pm ext/B/B/C.pm
52203 ____________________________________________________________________________
52204 [  7397] By: jhi                                   on 2000/10/22  17:35:18
52205         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
52206              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
52207              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
52208              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
52209      Branch: perl
52210            ! hints/openbsd.sh
52211 ____________________________________________________________________________
52212 [  7396] By: jhi                                   on 2000/10/22  17:19:46
52213         Log: Subject: installman go-faster stripes
52214              From: Nicholas Clark <nick@talking.bollo.cx>
52215              Date: Sat, 21 Oct 2000 17:24:53 +0100
52216              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
52217              
52218              Subject: Re: installman go-faster stripes
52219              From: Russ Allbery <rra@stanford.edu>
52220              Date: 21 Oct 2000 11:04:13 -0700
52221              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
52222      Branch: perl
52223            ! installman pod/pod2man.PL
52224 ____________________________________________________________________________
52225 [  7395] By: jhi                                   on 2000/10/22  17:17:35
52226         Log: Hints tweak from Anton Berezin.
52227      Branch: perl
52228            ! hints/freebsd.sh
52229 ____________________________________________________________________________
52230 [  7394] By: jhi                                   on 2000/10/22  04:50:04
52231         Log: Tweak the Is* definitions of Unicode character classes
52232              to better match the official categorizations; embrace
52233              the official categorizations; add the combining marks
52234              as alpha (and -numeric); fix DCinital (a typo and edito)
52235              to be DCmedial.
52236      Branch: perl
52237            + lib/unicode/Is/DCmedial.pl
52238            - lib/unicode/Is/DCinital.pl
52239            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52240            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
52241            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
52242            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52243 ____________________________________________________________________________
52244 [  7393] By: jhi                                   on 2000/10/21  18:06:05
52245         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
52246              From: Daniel Chetlin <daniel@chetlin.com>
52247              Date: Sat, 21 Oct 2000 02:57:03 -0700
52248              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
52249      Branch: perl
52250            + t/lib/tie-splice.t
52251            ! MANIFEST lib/Tie/Array.pm
52252 ____________________________________________________________________________
52253 [  7392] By: gsar                                  on 2000/10/21  18:05:15
52254         Log: resync utfperl branch with mainline
52255      Branch: utfperl
52256           !> (integrate 1760 files)
52257 ____________________________________________________________________________
52258 [  7391] By: jhi                                   on 2000/10/21  14:37:49
52259         Log: Testcases for a #7383,#7385 related bug.
52260              
52261              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
52262              From: Nicholas Clark <nick@ccl4.org>
52263              Date: Sat, 21 Oct 2000 15:04:51 +0100
52264              Message-ID: <20001021150451.A51566@plum.flirble.org>
52265      Branch: perl
52266            ! t/pragma/utf8.t
52267 ____________________________________________________________________________
52268 [  7390] By: jhi                                   on 2000/10/21  14:35:57
52269         Log: Add a testcase for #7389.
52270      Branch: perl
52271            ! t/pragma/warn/op
52272 ____________________________________________________________________________
52273 [  7389] By: jhi                                   on 2000/10/21  14:26:45
52274         Log: Subject: Re: Creating const subs for constants.
52275              From: John Tobey <jtobey@john-edwin-tobey.org>
52276              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
52277              Message-Id: <m13mo0N-000FObC@feynman.localnet>
52278      Branch: perl
52279            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
52280            ! proto.h sv.c
52281 ____________________________________________________________________________
52282 [  7388] By: nick                                  on 2000/10/21  11:44:23
52283         Log: Populate perlio branch
52284      Branch: perlio
52285           +> (branch 1760 files)
52286 ____________________________________________________________________________
52287 [  7387] By: nick                                  on 2000/10/21  10:52:05
52288         Log: Get branch back as replica of mainline via :
52289              p4 integrate -b utfperl
52290              p4 resolve -at ./...
52291      Branch: utfperl
52292           +> (branch 269 files)
52293            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
52294            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
52295            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
52296            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
52297            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
52298            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
52299            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
52300            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
52301            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
52302            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
52303            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
52304            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
52305            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
52306            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
52307            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
52308            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
52309            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
52310            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
52311            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
52312            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
52313            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
52314            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
52315            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
52316            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
52317            - lib/unicode/UCD300.html lib/unicode/Unicode.300
52318            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
52319            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
52320            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
52321            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
52322           !> (integrate 965 files)
52323 ____________________________________________________________________________
52324 [  7386] By: jhi                                   on 2000/10/21  01:31:12
52325         Log: Update Changes.
52326      Branch: perl
52327            ! Changes patchlevel.h
52328 ____________________________________________________________________________
52329 [  7385] By: jhi                                   on 2000/10/21  01:28:42
52330         Log: The #7383 was right only in the context of the original bug report,
52331              not in more general case.
52332      Branch: perl
52333            ! pp_hot.c
52334 ____________________________________________________________________________
52335 [  7384] By: jhi                                   on 2000/10/21  01:08:23
52336         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
52337      Branch: perl
52338            ! ext/IO/lib/IO/Select.pm
52339 ____________________________________________________________________________
52340 [  7383] By: jhi                                   on 2000/10/21  00:44:18
52341         Log: Fix for ID 20001020.006, concatenating an unset submatch
52342              with utf8 resulted in "Modification of a read-only value".
52343      Branch: perl
52344            ! pp_hot.c t/pragma/utf8.t
52345 ____________________________________________________________________________
52346 [  7382] By: jhi                                   on 2000/10/20  20:44:31
52347         Log: Make scan_num() reëntrant, as suggested in
52348              
52349              Subject: [PATCH perl@7229] Rentrant parser and yylex()
52350              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52351              Date: Fri, 20 Oct 2000 14:17:27 +0100
52352              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
52353      Branch: perl
52354            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
52355            ! toke.c
52356 ____________________________________________________________________________
52357 [  7381] By: jhi                                   on 2000/10/20  20:07:29
52358         Log: Reëntrancy fix.
52359              
52360              Subject: [PATCH perl@7229] Rentrant parser and yylex()
52361              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52362              Date: Fri, 20 Oct 2000 14:17:27 +0100
52363              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
52364      Branch: perl
52365            ! embed.h embed.pl perl.h proto.h toke.c
52366 ____________________________________________________________________________
52367 [  7380] By: jhi                                   on 2000/10/20  19:15:54
52368         Log: Don't write double values through long double pointers,
52369              based on a part of
52370              
52371              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
52372              From: Jens Hamisch <jens@Strawberry.COM>
52373              Date: Tue, 17 Oct 2000 08:39:36 +0200
52374              Message-Id: <20001017083936.A11104@Strawberry.COM>
52375      Branch: perl
52376            ! perl.h pp.c
52377 ____________________________________________________________________________
52378 [  7379] By: jhi                                   on 2000/10/20  18:43:37
52379         Log: Portability tweak on #7377.
52380              
52381              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
52382              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52383              Date:     Fri, 20 Oct 2000 13:13:41 EDT
52384              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
52385      Branch: perl
52386            ! t/lib/dprof.t
52387 ____________________________________________________________________________
52388 [  7378] By: jhi                                   on 2000/10/20  12:57:19
52389         Log: SOCKS function redefinitions need prototypes, too, otherwise
52390              for example 32 bit versus 64 bit differences cause a lot of
52391              problems.  Part of
52392              
52393              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
52394              From: Jens Hamisch <jens@Strawberry.COM>
52395              Date: Tue, 17 Oct 2000 08:39:36 +0200
52396              Message-Id: <20001017083936.A11104@Strawberry.COM>
52397      Branch: perl
52398            ! doio.c pp_sys.c
52399 ____________________________________________________________________________
52400 [  7377] By: jhi                                   on 2000/10/20  12:37:12
52401         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
52402              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52403              Date:     Fri, 20 Oct 2000 08:26:04 EDT
52404              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
52405      Branch: perl
52406            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
52407 ____________________________________________________________________________
52408 [  7376] By: jhi                                   on 2000/10/20  12:35:31
52409         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
52410              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52411              Date:     Fri, 20 Oct 2000 07:48:15 EDT
52412              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
52413      Branch: perl
52414            ! configure.com vms/gen_shrfls.pl
52415 ____________________________________________________________________________
52416 [  7375] By: bailey                                on 2000/10/20  04:44:37
52417         Log: SYN SYN
52418      Branch: vmsperl
52419           +> (branch 134 files)
52420            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
52421            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
52422            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
52423            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
52424            - eg/cgi/frameset.cgi eg/cgi/index.html
52425            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
52426            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
52427            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
52428            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
52429            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
52430            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
52431            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
52432            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
52433            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
52434            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
52435            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
52436            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
52437            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
52438            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
52439            - lib/unicode/Props.txt lib/unicode/UCD300.html
52440            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
52441            - utils/perlbc.PL vms/subconfigure.com
52442           !> (integrate 785 files)
52443 ____________________________________________________________________________
52444 [  7374] By: jhi                                   on 2000/10/20  00:59:48
52445         Log: In the latest compiler builds cccdlflags must not become -fpic,
52446              from Wilfredo Sánchez.
52447      Branch: perl
52448            ! hints/darwin.sh
52449 ____________________________________________________________________________
52450 [  7373] By: jhi                                   on 2000/10/20  00:56:35
52451         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
52452              From: Tony Cook <tony@develop-help.com>
52453              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
52454              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
52455      Branch: perl
52456            ! pod/perlop.pod
52457 ____________________________________________________________________________
52458 [  7372] By: jhi                                   on 2000/10/19  19:34:40
52459         Log: Typo noted by Mark Lutz.
52460      Branch: perl
52461            ! t/op/64bitint.t
52462 ____________________________________________________________________________
52463 [  7371] By: jhi                                   on 2000/10/19  19:33:13
52464         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
52465      Branch: metaconfig
52466            ! U/modified/Cppsym.U U/modified/Oldconfig.U
52467      Branch: metaconfig/U/perl
52468            ! End.U dlsrc.U libperl.U
52469      Branch: perl
52470            + hints/nonstopux.sh
52471            ! Configure MANIFEST config_h.SH
52472 ____________________________________________________________________________
52473 [  7370] By: jhi                                   on 2000/10/19  17:18:08
52474         Log: Subject: PATCH do_print has 2 PerlIO_error()s
52475              From: nick@ccl4.org
52476              Date: Thu, 19 Oct 2000 18:09:20 +0100
52477              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
52478      Branch: perl
52479            ! doio.c
52480 ____________________________________________________________________________
52481 [  7369] By: jhi                                   on 2000/10/19  14:01:49
52482         Log: Update Changes.
52483      Branch: perl
52484            ! Changes patchlevel.h
52485 ____________________________________________________________________________
52486 [  7368] By: jhi                                   on 2000/10/19  13:04:29
52487         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
52488              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52489              Date: Wed, 18 Oct 2000 13:12:01 +0200
52490              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
52491      Branch: perl
52492            ! hints/aix.sh
52493 ____________________________________________________________________________
52494 [  7367] By: jhi                                   on 2000/10/19  02:22:40
52495         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
52496              of a 'pmshort' anywhere in the B, so the offending line was simply
52497              removed.
52498      Branch: perl
52499            ! ext/B/B/Debug.pm
52500 ____________________________________________________________________________
52501 [  7366] By: jhi                                   on 2000/10/19  02:12:37
52502         Log: Add the test case for the bug id 20000730.004 which seems
52503              to have been fixed by now.
52504      Branch: perl
52505            ! t/pragma/utf8.t
52506 ____________________________________________________________________________
52507 [  7365] By: jhi                                   on 2000/10/18  23:36:24
52508         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
52509              From: Hugo <hv@crypt.compulink.co.uk>
52510              Date: Wed, 18 Oct 2000 23:25:58 +0100
52511              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
52512      Branch: perl
52513            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
52514 ____________________________________________________________________________
52515 [  7364] By: jhi                                   on 2000/10/18  21:12:53
52516         Log: (retracted)
52517      Branch: perl
52518            ! pp.c
52519 ____________________________________________________________________________
52520 [  7363] By: jhi                                   on 2000/10/18  20:55:38
52521         Log: Missing change from #7362.
52522      Branch: perl
52523            ! win32/perlhost.h
52524 ____________________________________________________________________________
52525 [  7362] By: jhi                                   on 2000/10/18  20:52:01
52526         Log: Borland C fstat() never saw the fd as writable.
52527              
52528              Subject: fix for Borland's weak "stat" (perl@7211)
52529              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52530              Date: Mon, 16 Oct 2000 09:55:03 +0400
52531              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
52532      Branch: perl
52533            ! win32/win32.c
52534 ____________________________________________________________________________
52535 [  7361] By: jhi                                   on 2000/10/18  17:43:50
52536         Log: Regen toc.
52537      Branch: perl
52538            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
52539 ____________________________________________________________________________
52540 [  7360] By: jhi                                   on 2000/10/18  17:07:44
52541         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52542              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
52543              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
52544              Date: Mon, 16 Oct 2000 15:19:49 +0200
52545      Branch: perl
52546            + README.aix
52547            ! MANIFEST
52548 ____________________________________________________________________________
52549 [  7359] By: jhi                                   on 2000/10/18  17:04:49
52550         Log: Subject: Pod patch for Devel::Peek
52551              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52552              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
52553              Date: Mon, 16 Oct 2000 12:26:34 +0200
52554      Branch: perl
52555            ! ext/Devel/Peek/Peek.pm
52556 ____________________________________________________________________________
52557 [  7358] By: jhi                                   on 2000/10/18  17:03:15
52558         Log: Make Cwd more bulletproof in chrooted environments.
52559              
52560              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
52561              From: "Eric E. Coe" <Eric.Coe@oracle.com>
52562              Date: Wed, 18 Oct 2000 04:03:54 -0400
52563              Message-Id: <39ED596A.70E599FE@oracle.com>
52564      Branch: perl
52565            ! lib/Cwd.pm
52566 ____________________________________________________________________________
52567 [  7357] By: jhi                                   on 2000/10/18  16:37:26
52568         Log: Disable the UTF8 downgrade croakage for now to avoid
52569              too many not okay messages.
52570      Branch: perl
52571            ! doio.c
52572 ____________________________________________________________________________
52573 [  7356] By: jhi                                   on 2000/10/17  23:29:41
52574         Log: Show the failed remote port, instead of the failing line number.
52575              
52576              Subject: [PATCH 5.6.1 Debugger] More diagnostics
52577              From: David Sparks <daves@ActiveState.com>
52578              Date: Tue, 17 Oct 2000 15:00:24 -0700
52579              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
52580      Branch: perl
52581            ! lib/perl5db.pl
52582 ____________________________________________________________________________
52583 [  7355] By: jhi                                   on 2000/10/17  14:11:31
52584         Log: On output try to downgrade to bytes, croak if impossible,
52585              from Simon Cozens.  This means that outputting >255 UTF8
52586              is impossible.  Consider this as a strong incentive to get
52587              the I/O disciplines implemented.
52588      Branch: perl
52589            ! doio.c pod/perldiag.pod sv.c
52590 ____________________________________________________________________________
52591 [  7354] By: jhi                                   on 2000/10/17  13:42:23
52592         Log: Clarify documentation on 'use bytes'.
52593              
52594              Subject: Re: What does 'use bytes' "mean" ?
52595              From: Simon Cozens <simon@cozens.net>
52596              Date: Mon, 18 Sep 2000 18:24:25 +0100
52597              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
52598      Branch: perl
52599            ! lib/bytes.pm
52600 ____________________________________________________________________________
52601 [  7353] By: jhi                                   on 2000/10/17  13:28:12
52602         Log: Workaround for a sfio bug where the stream error indicator
52603              is not cleared as documented.
52604              
52605              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
52606              From: Nicholas Clark <nick@ccl4.org>
52607              Date: Mon, 16 Oct 2000 18:28:23 +0100
52608              Message-ID: <20001016182823.J19700@plum.flirble.org>
52609      Branch: perl
52610            ! doio.c
52611 ____________________________________________________________________________
52612 [  7352] By: jhi                                   on 2000/10/17  13:06:19
52613         Log: More IoTYPE sprinkling.
52614      Branch: perl
52615            ! doio.c pp_hot.c
52616 ____________________________________________________________________________
52617 [  7351] By: jhi                                   on 2000/10/16  22:47:07
52618         Log: Detect early whether the std streams have gone bad.
52619              
52620              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
52621              Date: Mon, 16 Oct 2000 23:28:42 +0100
52622              From: Nicholas Clark <nick@ccl4.org>
52623              Message-ID: <20001016232842.A37942@plum.flirble.org>
52624      Branch: perl
52625            ! t/op/misc.t
52626 ____________________________________________________________________________
52627 [  7350] By: jhi                                   on 2000/10/16  22:45:16
52628         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
52629              From: "Peter J. Farley III" <pjfarley@banet.net>
52630              Date: Mon, 16 Oct 2000 18:15:59 -0400
52631              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
52632      Branch: perl
52633            ! djgpp/djgpp.c dosish.h t/io/open.t
52634 ____________________________________________________________________________
52635 [  7349] By: jhi                                   on 2000/10/16  22:36:45
52636         Log: perldelta tweak.
52637      Branch: perl
52638            ! pod/perldelta.pod
52639 ____________________________________________________________________________
52640 [  7348] By: jhi                                   on 2000/10/16  15:17:53
52641         Log: Update Changes.
52642      Branch: perl
52643            ! Changes patchlevel.h
52644 ____________________________________________________________________________
52645 [  7347] By: jhi                                   on 2000/10/16  13:55:27
52646         Log: Add the capability to include/exclude branches.
52647      Branch: perl
52648            ! Porting/genlog
52649 ____________________________________________________________________________
52650 [  7346] By: jhi                                   on 2000/10/16  13:18:04
52651         Log: Add Charles Lane.
52652      Branch: perl
52653            ! AUTHORS Changes
52654 ____________________________________________________________________________
52655 [  7345] By: jhi                                   on 2000/10/16  13:13:21
52656         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
52657      Branch: perl
52658            ! pod/perldelta.pod
52659 ____________________________________________________________________________
52660 [  7344] By: gsar                                  on 2000/10/16  09:30:21
52661         Log: integrate change#6220 from cfgperl
52662              
52663              Win32 patches from Benjamin Stuhl.
52664      Branch: maint-5.6/perl
52665           !> makedef.pl win32/win32.h
52666 ____________________________________________________________________________
52667 [  7343] By: gsar                                  on 2000/10/16  08:32:19
52668         Log: integrate changes#6221,6222 from cfgperl
52669              
52670              Remove tr///CU (the feature is to be obsoleted by better interfaces).
52671              From: simon@brecon.co.uk (Simon Cozens)
52672              Subject: [PATCH] Eliminate tr///[CU][CU]
52673              Date: 23 Jun 2000 11:05:40 GMT
52674              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
52675              
52676              doc typo fix
52677              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
52678              From: Ian Phillipps <Ian.Phillipps@iname.com>
52679              Date: Fri, 23 Jun 2000 10:40:58 +0100
52680              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
52681      Branch: maint-5.6/perl
52682           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
52683 ____________________________________________________________________________
52684 [  7342] By: gsar                                  on 2000/10/16  08:28:08
52685         Log: integrate change#6217 from cfgperl (in part)
52686              
52687              Rename the fdpid locking and integrate with Sarathy.
52688      Branch: maint-5.6/perl
52689           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
52690           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
52691           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
52692           !> win32/win32.c
52693 ____________________________________________________________________________
52694 [  7341] By: gsar                                  on 2000/10/16  08:23:39
52695         Log: integrate changes#6214..6216 from mainline
52696              
52697              @_ can't have junk in it even in the non-USE_ITHREADS case because
52698              caller() wants to populate @DB::args with it (causes a coredump
52699              in Carp::confess())
52700              
52701              tweak comment about @DB::args
52702              
52703              be more optimal about clearing @_
52704      Branch: maint-5.6/perl
52705           !> av.h cop.h pp_ctl.c t/op/runlevel.t
52706 ____________________________________________________________________________
52707 [  7340] By: gsar                                  on 2000/10/16  08:20:37
52708         Log: integrate changes#6207..6210 from cfgperl
52709              
52710              Subject: [PATCH 5.6.0] Threadsafe patches
52711              From: Dan Sugalski <dan@sidhe.org>
52712              To: perl5-porters@perl.org
52713              Date: Mon, 08 May 2000 18:08:13 -0400
52714              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
52715              
52716              Regen headers for #6207.
52717              
52718              Lock PL_fdpid against race conditions, based on:
52719              Subject: [PATCH 5.6.0]subprocess fixup for threads
52720              From: Dan Sugalski <dan@sidhe.org>
52721              To: perl5-porters@perl.org
52722              Date: Tue, 11 Apr 2000 17:02:32 -0400
52723              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
52724              
52725              Mopup for #6207 and #6209.
52726      Branch: maint-5.6/perl
52727           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
52728           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
52729           !> win32/win32.c
52730 ____________________________________________________________________________
52731 [  7339] By: gsar                                  on 2000/10/16  08:14:34
52732         Log: integrate change#6203 from cfgperl
52733              
52734              perldiag should refer to perlos2.pod not README.os2
52735      Branch: maint-5.6/perl
52736           !> pod/perldiag.pod
52737 ____________________________________________________________________________
52738 [  7338] By: gsar                                  on 2000/10/16  08:11:42
52739         Log: integrate change#6201 from mainline
52740              
52741              Perl_eval_pv() leaks 4 bytes every time it is called because it
52742              does a PUSHMARK that's never ever POPMARKed; in general, only
52743              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
52744              Perl_eval_[sp]v() don't because they don't take any incoming
52745              arguments (this leak has been around since the original version
52746              of perl_eval_pv() in 5.003_97e)
52747      Branch: maint-5.6/perl
52748           !> perl.c
52749 ____________________________________________________________________________
52750 [  7337] By: gsar                                  on 2000/10/16  08:08:47
52751         Log: integrate changes#6197..6200 from cfgperl
52752              
52753              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
52754              From: John Borwick <jhborwic@unity.ncsu.edu>
52755              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
52756              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
52757              
52758              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
52759              From: Dan Sugalski <dan@sidhe.org>
52760              To: vmsperl@perl.org, perl5-porters@perl.org
52761              Date: Fri, 02 Jun 2000 16:00:41 -0400
52762              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
52763              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
52764              
52765              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
52766              From: Dan Sugalski <dan@sidhe.org>
52767              To: perl5-porters@perl.org, vmsperl@perl.org
52768              Date: Fri, 02 Jun 2000 17:30:51 -0400
52769              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
52770              
52771              Update to cperl-mode.el 4.31 from
52772              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
52773              Subject: A couple of notes
52774              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52775              To: Mailing list Perl5 <perl5-porters@perl.org>
52776              Date: Sat, 3 Jun 2000 23:33:32 -0400
52777              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
52778      Branch: maint-5.6/perl
52779           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
52780           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
52781           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
52782           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
52783           !> vms/vmsish.h
52784 ____________________________________________________________________________
52785 [  7336] By: gsar                                  on 2000/10/16  08:03:46
52786         Log: integrate changes#6194,6195 from mainline
52787              
52788              fix small eval"" memory leaks under USE_ITHREADS
52789              
52790              fix yet another eval"" leak under USE_ITHREADS
52791      Branch: maint-5.6/perl
52792           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
52793           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
52794           !> vms/perly_c.vms
52795 ____________________________________________________________________________
52796 [  7335] By: gsar                                  on 2000/10/16  08:02:15
52797         Log: integrate changes#6190,6191 from mainline
52798              
52799              submit missing embed.pl change
52800              
52801              vec() loses numericalness (modified version of patch suggested
52802              by Robin Barker)
52803      Branch: maint-5.6/perl
52804           !> doop.c embed.pl t/op/vec.t
52805 ____________________________________________________________________________
52806 [  7334] By: gsar                                  on 2000/10/16  08:01:03
52807         Log: integrate change#6189 from mainline
52808              
52809              counting tr/// corrupts later operation (from M.J.T Guy)
52810      Branch: maint-5.6/perl
52811           !> doop.c t/op/tr.t
52812 ____________________________________________________________________________
52813 [  7333] By: gsar                                  on 2000/10/16  07:59:07
52814         Log: integrate changes#6183..6188 from mainline
52815              
52816              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
52817              <nick@ccl4.org>)
52818              
52819              tweak for change#6127
52820              
52821              remove incorrect documentation about implicit split to @_ in
52822              list context, which never really worked in perl 5 (from
52823              M.J.T. Guy)
52824              
52825              further qualify references to "alphanumeric" (from Wolfgang Laun
52826              <wolfgang.laun@alcatel.at>)
52827              
52828              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
52829              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52830              
52831              h2xs tweaks
52832      Branch: maint-5.6/perl
52833           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
52834           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
52835           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
52836           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
52837           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
52838           !> pod/pod2latex.PL utils/h2xs.PL
52839 ____________________________________________________________________________
52840 [  7332] By: gsar                                  on 2000/10/16  07:53:52
52841         Log: integrate change#6179 from mainline
52842              
52843              buggy modulus on UVs introduced by change#3378 (resulted in
52844              4063328477 % 65535 amounting to 27406, instead of 27407)
52845      Branch: maint-5.6/perl
52846           !> pp.c t/op/arith.t
52847 ____________________________________________________________________________
52848 [  7331] By: gsar                                  on 2000/10/16  07:52:49
52849         Log: integrate changes#6176,6177,6178,6182 from cfgperl
52850              
52851              Single-quoted utf8 patch from Simon Cozens.
52852              
52853              Substitution utf8 patch from Simon Cozens.
52854              
52855              Be cleaner.
52856              
52857              Be Cleaner Part Deux.
52858      Branch: maint-5.6/perl
52859           !> Makefile.SH pp_hot.c toke.c
52860 ____________________________________________________________________________
52861 [  7330] By: gsar                                  on 2000/10/16  07:41:36
52862         Log: integrate change#6172 from mainline
52863              
52864              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
52865              (from Ilya Zakharevich)
52866      Branch: maint-5.6/perl
52867           !> regexec.c t/op/re_tests
52868 ____________________________________________________________________________
52869 [  7329] By: gsar                                  on 2000/10/16  07:40:25
52870         Log: integrate change#6171 from mainline
52871              
52872              scalar() doesn't force scalar context when used in void context
52873              (from Simon Cozens)
52874      Branch: maint-5.6/perl
52875           !> op.c t/op/wantarray.t
52876 ____________________________________________________________________________
52877 [  7328] By: gsar                                  on 2000/10/16  07:39:33
52878         Log: integrate change#6170 from mainline
52879              
52880              change#6142 needs tweaks to tests to work where there's no
52881              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
52882      Branch: maint-5.6/perl
52883           !> t/lib/filefind.t
52884 ____________________________________________________________________________
52885 [  7327] By: gsar                                  on 2000/10/16  07:35:34
52886         Log: integrate changes#6166..6168 from cfgperl
52887              
52888              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
52889              in case somebody wants to write an extension for more
52890              shadow database interfaces.
52891              
52892              tweak todo
52893              
52894              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
52895      Branch: maint-5.6/perl
52896           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52897           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
52898           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
52899           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
52900           !> win32/config.vc win32/config_H.bc win32/config_H.gc
52901           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
52902 ____________________________________________________________________________
52903 [  7326] By: gsar                                  on 2000/10/16  07:29:05
52904         Log: integrate changes#6157,6159..6161,6164 from cfgperl
52905              
52906              Regen Configure to jive with #6149.
52907              
52908              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
52909              
52910              Changes for the File::Temp 0.08 (change #6159) test suite
52911              to fit better into the Perl distribution test framework.
52912              
52913              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
52914              both from Simon Cozens.
52915              
52916              detypo
52917      Branch: maint-5.6/perl
52918           +> pod/perlmodlib.PL pod/perlnewmod.pod
52919           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
52920           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
52921           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52922           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52923 ____________________________________________________________________________
52924 [  7325] By: gsar                                  on 2000/10/16  07:25:13
52925         Log: integrate change#6158 from vmsperl
52926              
52927              Add fallback to tmpfile for use in cases where user's relying on
52928              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
52929              Lane's patch)
52930      Branch: maint-5.6/perl
52931           !> vms/vms.c vms/vmsish.h
52932 ____________________________________________________________________________
52933 [  7324] By: gsar                                  on 2000/10/16  07:20:50
52934         Log: integrate changes#6153..6155 from mainline
52935              
52936              prettier Test::Harness output on failed tests (from Nicholas Clark
52937              <nick@Bagpuss.uk.boo.com>)
52938              
52939              avoid type mismatch warning
52940              
52941              small bug in change#6144; remove random \xA0 character that snuck
52942              in via change#6145
52943      Branch: maint-5.6/perl
52944           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
52945           !> perl.c
52946 ____________________________________________________________________________
52947 [  7323] By: gsar                                  on 2000/10/16  07:18:47
52948         Log: integrate changes#6151,6152 from mainline
52949              
52950              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
52951              
52952              cosmetic fixups of RE debug output (from Ilya Zakharevich)
52953      Branch: maint-5.6/perl
52954           !> regexec.c
52955 ____________________________________________________________________________
52956 [  7322] By: gsar                                  on 2000/10/16  07:17:25
52957         Log: integrate changes#6146..6150 from mainline
52958              
52959              doc typo
52960              
52961              add a make entry to Config.pm so "perl -V:make" works on VMS
52962              (from Peter Prymmer)
52963              
52964              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
52965              
52966              OS/2 tweaks for usethreads build (from Rocco Caputo
52967              <troc@netrus.net>)
52968              
52969              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
52970      Branch: maint-5.6/perl
52971           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
52972           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
52973           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
52974           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
52975           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
52976           !> warnings.pl x2p/a2p.h
52977 ____________________________________________________________________________
52978 [  7321] By: gsar                                  on 2000/10/16  07:14:02
52979         Log: integrate changes#6143..6145 from mainline
52980              
52981              MacOS support, part 1 (from Matthias Neeracher
52982              <neeri@iis.ee.ethz.ch>)
52983              
52984              MacOS support, part 2: make AutoSplit use File::Spec instead
52985              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
52986              <neeri@iis.ee.ethz.ch>)
52987              
52988              make xsubpp skip embedded pod (from Matthias Neeracher
52989              <neeri@iis.ee.ethz.ch>)
52990      Branch: maint-5.6/perl
52991           +> ext/DynaLoader/dl_mac.xs
52992           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
52993           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
52994           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
52995           !> pp_ctl.c proto.h toke.c util.c util.h
52996 ____________________________________________________________________________
52997 [  7320] By: gsar                                  on 2000/10/16  07:12:13
52998         Log: integrate changes#6141,6142 from mainline
52999              
53000              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
53001              forwarded by Peter Seebach from the bsdi-users mailing list.
53002              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
53003              
53004              File::Find fails to chdir when chasing symlinks (from
53005              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53006      Branch: maint-5.6/perl
53007           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
53008 ____________________________________________________________________________
53009 [  7319] By: gsar                                  on 2000/10/16  07:04:30
53010         Log: integrate change#6139 from mainline
53011              
53012              revise mktables.PL for bugs and newness in Unicode 3.0
53013              (from James Bence <jbence@amgen.com>)
53014      Branch: maint-5.6/perl
53015           +> (branch 30 files)
53016           !> (integrate 49 files)
53017 ____________________________________________________________________________
53018 [  7318] By: gsar                                  on 2000/10/16  07:01:01
53019         Log: integrate changes#6137,6138 from mainline
53020              
53021              fix bogus redeclaration warning for "our" variables in different
53022              scopes
53023              
53024              add note about the handling of negative indices to tied arrays
53025              (from Michael G Schwern <schwern@pobox.com>)
53026      Branch: maint-5.6/perl
53027           !> op.c pod/perltie.pod t/pragma/strict-vars
53028 ____________________________________________________________________________
53029 [  7317] By: gsar                                  on 2000/10/16  06:58:46
53030         Log: integrate changes#6127..6136 from mainline
53031              
53032              call_method(...,G_EVAL) can longjmp() out if the method probing
53033              failed (from Gisle Aas)
53034              
53035              new perlxstut example for passing/returning refs to arrays
53036              (from David Lowe <dlowe@pootpoot.com>)
53037              
53038              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
53039              
53040              fix places that mean C<"word" character> but say C<alphanumeric
53041              character>
53042              
53043              avoid warnings in POSIX.pm (from Barrie Slaymaker)
53044              
53045              warnings::enabled() doesn't fall back to looking at $^W if
53046              caller isn't using lexical warnings (from Paul Marquess)
53047              
53048              elide bogus test in change#6132
53049              
53050              make Test::Harness use wait.h/WCOREDUMP if available
53051              (from Ben Tilly <ben_tilly@hotmail.com>)
53052              
53053              enable Test::Harness to dynamically determine column width etc.
53054              (from Rob Napier <rnapier@employees.org>)
53055              
53056              random pod typos (from Peter Scott <Peter@PSDT.com>)
53057      Branch: maint-5.6/perl
53058           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
53059           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
53060           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
53061           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
53062 ____________________________________________________________________________
53063 [  7316] By: gsar                                  on 2000/10/16  06:53:23
53064         Log: integrate change#6126 from mainline
53065              
53066              change#2879 broke rvalue autovivification of magicals such as
53067              ${$num} (reworked variant of patch suggested by Simon Cozens)
53068      Branch: maint-5.6/perl
53069           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
53070           !> pp_hot.c proto.h t/op/gv.t
53071 ____________________________________________________________________________
53072 [  7315] By: gsar                                  on 2000/10/16  06:51:38
53073         Log: integrate changes#6123,6125 from mainline
53074              
53075              clarify gotcha with #line directives (from Rocco Caputo
53076              <troc@netrus.net>)
53077              
53078              enable propagating exception objects via Perl_croak() in XS code
53079              (from Gisle Aas)
53080      Branch: maint-5.6/perl
53081           !> pod/perldebug.pod pod/perlsyn.pod util.c
53082 ____________________________________________________________________________
53083 [  7314] By: gsar                                  on 2000/10/16  06:49:28
53084         Log: integrate change#6122 from mainline
53085              
53086              downgrade fatal error on C<"foo@nosucharray.com"> to optional
53087              warning (from Mark-Jason Dominus)
53088      Branch: maint-5.6/perl
53089           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
53090           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
53091           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
53092           !> toke.c
53093 ____________________________________________________________________________
53094 [  7313] By: gsar                                  on 2000/10/16  06:46:54
53095         Log: integrate changes#6112..6121 from vmsperl
53096              
53097              Check for existence of file before trying to delete
53098              
53099              Ugly workaround for version-specific RTL error
53100              
53101              Urk -- undo previous removal of vmsish 'exit' change
53102              
53103              Add bounds checking for several strings (Charles Lane)
53104              
53105              Miscellaneous cosmetic fixes (Charles Lane)
53106              
53107              Treat sockets as special in sys(read|write) (Charles Lane et al.)
53108              
53109              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
53110              Flatten case labels in switch statements uniformly (Charles Bailey)
53111              
53112              Quiet error messages in vmsish.t (Charles Lane)
53113              
53114              Add missing escape (Charles Lane)
53115              
53116              Allow eliminate_macros() and fixpath() to handle space-delimited
53117              lists (based on fixes by Craig Berry)
53118      Branch: maint-5.6/perl
53119           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
53120           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
53121           !> vms/vmsish.h
53122 ____________________________________________________________________________
53123 [  7312] By: gsar                                  on 2000/10/16  06:41:18
53124         Log: integrate changes#6107,6110 from cfgperl
53125              
53126              Tweak the todo list.
53127              
53128              todo tweak
53129      Branch: maint-5.6/perl
53130           !> Todo-5.6
53131 ____________________________________________________________________________
53132 [  7311] By: gsar                                  on 2000/10/16  06:38:38
53133         Log: integrate changes#6104,6108 from mainline
53134              
53135              PL_sys_intern was being initialized too late on windows
53136              
53137              reenable fake signal handling on Windows, bugs and all
53138      Branch: maint-5.6/perl
53139           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
53140           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
53141           !> win32/win32.c
53142 ____________________________________________________________________________
53143 [  7310] By: gsar                                  on 2000/10/16  06:36:03
53144         Log: integrate changes#6095,6097..6103 from cfgperl
53145              
53146              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
53147              might be useful in future.
53148              
53149              Add a note about possible compilation problems from Allen Smith.
53150              
53151              Add a note about other, yet unsupported, shadow password APIs.
53152              
53153              Tweaks for the cc bugs from Allen Smith.
53154              
53155              More compilation tweakery from Allen Smith.
53156              
53157              Hints and test tweaks for Unicos.
53158              
53159              The test suite tweak in #6101 wasn't quite right.
53160              
53161              Test tweaking for Unicos continues.
53162      Branch: maint-5.6/perl
53163           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53164           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
53165           !> t/lib/complex.t t/op/64bitint.t
53166 ____________________________________________________________________________
53167 [  7309] By: gsar                                  on 2000/10/16  06:29:41
53168         Log: integrate changes#6093,6094 from mainline
53169              
53170              fork() failure to create pseudo process sets errno=EAGAIN and returns
53171              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
53172              
53173              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
53174      Branch: maint-5.6/perl
53175           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
53176           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
53177 ____________________________________________________________________________
53178 [  7308] By: gsar                                  on 2000/10/16  06:27:29
53179         Log: integrate change#6092 from cfgperl
53180              
53181              Regen perltoc with the fixed buildtoc.
53182      Branch: maint-5.6/perl
53183           !> pod/perltoc.pod
53184 ____________________________________________________________________________
53185 [  7307] By: gsar                                  on 2000/10/16  06:26:40
53186         Log: integrate changes#6089,6090 from mainline
53187              
53188              buildtoc tweak to fix newline lossage
53189              
53190              concat doesn't preserve utf8-ness, and doesn't invalidate
53191              [NI]OK; added tests for both
53192      Branch: maint-5.6/perl
53193           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
53194 ____________________________________________________________________________
53195 [  7306] By: gsar                                  on 2000/10/16  06:24:05
53196         Log: integrate change#6088 from cfgperl
53197              
53198              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
53199              because we do not use those.  The HAS_GETSPNAM remains,
53200              though, because we still do use that.
53201      Branch: maint-5.6/perl
53202           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53203           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
53204           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
53205           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
53206           !> win32/config.vc win32/config_H.bc win32/config_H.gc
53207           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53208 ____________________________________________________________________________
53209 [  7305] By: gsar                                  on 2000/10/16  06:15:52
53210         Log: integrate changes#6084,6085,6087 from mainline
53211              
53212              substr() does not preserve utf8-ness (from Stefan Eissing
53213              <Eissing@medicaldataservice.de>); added tests
53214              
53215              repeat operator (x) doesn't preserve utf8-ness
53216              
53217              reverse() and quotemeta() weren't preserving utf8-ness; add tests
53218      Branch: maint-5.6/perl
53219           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
53220 ____________________________________________________________________________
53221 [  7304] By: gsar                                  on 2000/10/16  06:13:10
53222         Log: integrate changes#6077..6083 from mainline
53223              
53224              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
53225              and Tom Phoenix)
53226              
53227              workaround for CRT bug in chdir() (from Charles Lane, via
53228              Peter Prymmer)
53229              
53230              remove outdated kludge in Carp (NULLs are permitted in diagnostics
53231              now)
53232              
53233              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
53234              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53235              
53236              better default perlbug categories for ok reports (from Richard Foley)
53237              
53238              peek.t non-portable to ithreads
53239              
53240              note about undocumented caller() return value (from M.J.T. Guy);
53241              yet another peek.t tweak
53242      Branch: maint-5.6/perl
53243           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53244           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53245           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
53246           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
53247           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
53248           !> vms/vmsish.h
53249 ____________________________________________________________________________
53250 [  7303] By: gsar                                  on 2000/10/16  06:03:18
53251         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
53252              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
53253              
53254              &HUGE_VAL is not defined, it exists.
53255              
53256              Do not warn that an infinity does not look like a number.
53257              
53258              Rewrite the pwent/spent logic to be a little bit more clearer.
53259              
53260              Continue on the pwent/spent case.
53261              
53262              Correct Freudian slip.
53263              
53264              Use HUGE_VALL if applicable.
53265              
53266              pwent/spent #ifdef imbalance.
53267              
53268              Infinite problems.
53269              
53270              Call getspnam() only iff needd.
53271              
53272              Test both the scalar and list contexts.
53273              
53274              Use setxxent()/endxxent().
53275              
53276              Complex tweakery.
53277              
53278              Unicos hint tweak.
53279              
53280              Be more forgiving in POSIX about HUGE_VALL.
53281              
53282              Detypo.
53283              
53284              The search of infinity continues, this time simplified.
53285              
53286              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
53287              in natively 64-bit platforms where a long is a quad (no need
53288              for long longs).  Also added bias for IVs.
53289              
53290              Complex tweaks.
53291              
53292              Introduce t/lib/peek.t.
53293              
53294              Make the test more portable.
53295      Branch: maint-5.6/perl
53296           +> t/lib/peek.t
53297            ! pp_sys.c
53298           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
53299           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
53300           !> t/op/pwent.t toke.c util.c
53301 ____________________________________________________________________________
53302 [  7302] By: gsar                                  on 2000/10/16  05:03:37
53303         Log: integrate changes#6066..6071 from mainline
53304              
53305              s/END/CHECK/
53306              
53307              replace direct call to sighandler() with (*PL_sighandlerp)()
53308              
53309              note about values()
53310              
53311              File::Spec compatibility update (from Barrie Slaymaker
53312              <barries@slaysys.com>)
53313              
53314              remove misleading comment (from M.J.T. Guy)
53315              
53316              misformatted perllocal.pod (from Tim Jenness
53317              <t.jenness@jach.hawaii.edu>)
53318      Branch: maint-5.6/perl
53319           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53320           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
53321           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
53322           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
53323 ____________________________________________________________________________
53324 [  7301] By: gsar                                  on 2000/10/16  05:00:08
53325         Log: integrate changes#6061..6063 from mainline
53326              
53327              change#5921 neglected to make eq honor "use bytes"
53328              
53329              additional tests for utf8.t
53330              
53331              tokeq() could read unallocated field in argument
53332      Branch: maint-5.6/perl
53333           !> sv.c t/pragma/utf8.t toke.c
53334 ____________________________________________________________________________
53335 [  7300] By: gsar                                  on 2000/10/16  04:56:54
53336         Log: integrate changes#6046,6048,6057,6058 from mainline
53337              
53338              libscheck has insufficient checks for n32 libs (from
53339              Albert Chin-A-Young <china@thewrittenword.com>)
53340              
53341              add note about how $( doesn't interpolate in REs (from
53342              Philip Newton <newton@ficus.frogspace.net>)
53343              
53344              fix broken parsing of /\x{ab}/
53345              
53346              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
53347              (spotted by Donald Kinzer <dkinzer@premia.com>)
53348      Branch: maint-5.6/perl
53349           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
53350           !> t/pragma/utf8.t
53351 ____________________________________________________________________________
53352 [  7299] By: gsar                                  on 2000/10/16  04:52:50
53353         Log: integrate change#6044 from mainline
53354              
53355              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
53356              such that underscores are only ignored in literal numbers,
53357              "\x{...}", and hex/oct argument
53358      Branch: maint-5.6/perl
53359           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
53360 ____________________________________________________________________________
53361 [  7298] By: gsar                                  on 2000/10/16  04:50:53
53362         Log: integrate changes#6027..6043 from mainline
53363              
53364              podlators-1.02 update (from Russ Allbery)
53365              
53366              Pod::Man generates groff-incompatible macro definition (from
53367              Tom Christiansen)
53368              
53369              add CGI.pm v2.66 (from Lincoln Stein)
53370              
53371              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
53372              for @- and @+ (from Johan Vromans)
53373              
53374              small nits in diagnostics.pm (from Robin Barker)
53375              
53376              whitespace adjustments
53377              
53378              missing files in MANIFEST
53379              
53380              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
53381              to compensate
53382              
53383              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
53384              
53385              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
53386      Branch: maint-5.6/perl
53387           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
53388           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
53389           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
53390           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
53391           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
53392           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
53393           !> t/lib/cgi-html.t t/lib/cgi-request.t
53394 ____________________________________________________________________________
53395 [  7297] By: gsar                                  on 2000/10/16  04:44:30
53396         Log: integrate change#6025 from mainline
53397              
53398              Is{Alnum,Alpha,Word} don't match titlecase
53399              TODO: IsSpace is defined recursively!
53400              (both spotted by Larry)
53401      Branch: maint-5.6/perl
53402           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53403           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53404 ____________________________________________________________________________
53405 [  7296] By: gsar                                  on 2000/10/16  04:39:30
53406         Log: integrate change#6023 from mainline
53407              
53408              debugger stomps on $. (from M.J.T. Guy)
53409      Branch: maint-5.6/perl
53410           !> lib/perl5db.pl
53411 ____________________________________________________________________________
53412 [  7295] By: gsar                                  on 2000/10/16  04:38:02
53413         Log: integrate change#6022 from mainline
53414              
53415              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
53416      Branch: maint-5.6/perl
53417           !> sv.c
53418 ____________________________________________________________________________
53419 [  7294] By: gsar                                  on 2000/10/16  04:37:05
53420         Log: integrate changes#6018..6021 from mainline
53421              
53422              make lib/syslog.t portable to systems that don't have _PATH_LOG,
53423              make _PATH_LOG() return "" if unavailable
53424              
53425              windows portability tweaks
53426              
53427              test tweak
53428              
53429              remove Win2K issue in pod (fixed by change#6020)
53430      Branch: maint-5.6/perl
53431           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
53432           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
53433           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
53434 ____________________________________________________________________________
53435 [  7293] By: gsar                                  on 2000/10/16  04:20:00
53436         Log: integrate changes#6013..6015 from mainline
53437              
53438              tweak change#5945 to display correct switch name in diagnostic
53439              
53440              glob() loading File::Glob behind the scenes may cause syntax errors
53441              
53442              tweak test for portability
53443      Branch: maint-5.6/perl
53444           !> op.c perl.c pod/perldiag.pod t/lib/b.t
53445 ____________________________________________________________________________
53446 [  7292] By: gsar                                  on 2000/10/16  04:18:11
53447         Log: integrate changes#6005..6010 from mainline, cfgperl
53448              
53449              perldoc might fail via "use blib" (from Hugo van der Sanden)
53450              
53451              Regen Configure.
53452              
53453              note about compile failures and END blocks (from M.J.T. Guy)
53454              
53455              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
53456              
53457              (change#6009 integrated earlier in change#7255)
53458              
53459              clarify note about shadow password support (from
53460              gellyfish@gellyfish.com)
53461      Branch: maint-5.6/perl
53462           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53463           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
53464           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
53465 ____________________________________________________________________________
53466 [  7291] By: gsar                                  on 2000/10/16  04:12:03
53467         Log: integrate changes#6002,6003 from mainline
53468              
53469              destructive sv_setsv() can lose UV-ness from source, causing
53470              numeric promotions/comparisons to fail to do the right thing
53471              
53472              allow REG_EXPAND_SZ keys in Windows registry (from
53473              John Clayton <John.Clayton@barclayscapital.com>)
53474      Branch: maint-5.6/perl
53475           !> sv.c win32/win32.c
53476 ____________________________________________________________________________
53477 [  7290] By: gsar                                  on 2000/10/16  04:10:19
53478         Log: integrate change#6001 from mainline
53479              
53480              support additional library locations via $Config{otherlibdirs}
53481              (from Andy Dougherty)
53482      Branch: maint-5.6/perl
53483           !> Configure INSTALL Porting/Glossary Porting/config.sh
53484           !> Porting/config_H config_h.SH epoc/config.sh perl.c
53485           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
53486           !> win32/config.bc win32/config.gc win32/config.vc
53487 ____________________________________________________________________________
53488 [  7289] By: gsar                                  on 2000/10/16  04:08:28
53489         Log: integrate change#5999 from mainline
53490              
53491              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
53492      Branch: maint-5.6/perl
53493           !> t/pragma/warn/toke toke.c
53494 ____________________________________________________________________________
53495 [  7288] By: gsar                                  on 2000/10/16  04:07:01
53496         Log: integrate changes#5997,5998 from cfgperl
53497              
53498              Preserve $!.
53499              
53500              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
53501      Branch: maint-5.6/perl
53502           !> lib/Math/Complex.pm
53503 ____________________________________________________________________________
53504 [  7287] By: gsar                                  on 2000/10/16  04:04:37
53505         Log: integrate change#5995 from mainline
53506              
53507              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
53508      Branch: maint-5.6/perl
53509           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
53510 ____________________________________________________________________________
53511 [  7286] By: gsar                                  on 2000/10/16  04:03:21
53512         Log: integrate change#5994 from mainline
53513              
53514              fix for missed accounting for null byte in pack("Z",...) (from
53515              M.J.T. Guy)
53516      Branch: maint-5.6/perl
53517           !> pp.c t/op/pack.t
53518 ____________________________________________________________________________
53519 [  7285] By: gsar                                  on 2000/10/16  04:02:11
53520         Log: integrate changes#5989..5993 from mainline
53521              
53522              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
53523              itself and no other (from Tom Hughes)
53524              
53525              use $ENV{LIB} to search for libs under Visual C compiler
53526              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
53527              
53528              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
53529              
53530              pod nit (from Simon Cozens)
53531              
53532              various minor tweaks seen on p5p
53533      Branch: maint-5.6/perl
53534           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
53535           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
53536           !> t/op/array.t toke.c
53537 ____________________________________________________________________________
53538 [  7284] By: gsar                                  on 2000/10/16  03:59:00
53539         Log: integrate changes#5978..5988 from mainline
53540              
53541              sync version numbers in File::Spec with the ones on CPAN
53542              (from Barrie Slaymaker)
53543              
53544              under useithreads, constant pad entries could inadvertantly be
53545              shared across threads (from Eric Blood <eblood@xmission.com>);
53546              added Eric's test case to testsuite
53547              
53548              allow Configure -S to run non-interactively (spotted by Greg Hudson
53549              <ghudson@mit.edu>)
53550              
53551              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
53552              prototype mismatch with CORE::glob(); update pod and tests to
53553              suit (File::Glob::glob() is still available for backward
53554              compatibility, but should be considered deprecated)
53555              
53556              avoid error in IO::Socket::INET when given an unknown service name
53557              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
53558              
53559              numeric conversion of non-number in change#3378 tramples on
53560              OOK offset, causing segfaults
53561              
53562              attributes::reftype() doesn't work on tied argument
53563              
53564              forked child may not exit correctly if it failed to open
53565              /dev/console (from Graham Barr)
53566              
53567              add regular expressions tutorial and quick-start guide (from
53568              Mark Kvale <kvale@phy.ucsf.edu>)
53569              
53570              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
53571              
53572              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
53573              <paul@miraclefish.com>)
53574      Branch: maint-5.6/perl
53575           +> pod/perlrequick.pod pod/perlretut.pod
53576           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
53577           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
53578           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
53579           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
53580           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
53581           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53582           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
53583           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
53584 ____________________________________________________________________________
53585 [  7283] By: gsar                                  on 2000/10/16  03:52:14
53586         Log: integrate change#5977 from mainline
53587              
53588              autoquote barewords followed by newline and arrow properly
53589              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
53590      Branch: maint-5.6/perl
53591           !> t/pragma/warn/toke toke.c
53592 ____________________________________________________________________________
53593 [  7282] By: gsar                                  on 2000/10/16  03:50:48
53594         Log: integrate change#5976 from mainline
53595              
53596              DB_File v1.73 update (from Paul Marquess)
53597      Branch: maint-5.6/perl
53598           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
53599           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
53600 ____________________________________________________________________________
53601 [  7281] By: gsar                                  on 2000/10/16  03:49:14
53602         Log: integrate change#5975 from mainline
53603              
53604              allow sort() reentrancy (variant of patch suggested by
53605              Hugo van der Sanden)
53606      Branch: maint-5.6/perl
53607           !> pp_ctl.c t/op/sort.t
53608 ____________________________________________________________________________
53609 [  7280] By: gsar                                  on 2000/10/16  03:48:22
53610         Log: integrate change#5974 from mainline
53611              
53612              change#4197 somehow missed initializing PL_errors, meaning
53613              syntax error queueing wasn't working outside eval"" at all;
53614              also fixed eval"" to localize PL_error_count, so that compile-time
53615              eval's don't clobber the error state of the outer context
53616      Branch: maint-5.6/perl
53617           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
53618           !> t/pragma/warn/toke
53619 ____________________________________________________________________________
53620 [  7279] By: gsar                                  on 2000/10/16  03:46:21
53621         Log: integrate change#5973 from mainline
53622              
53623              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
53624      Branch: maint-5.6/perl
53625           !> regcomp.c regexec.c t/op/re_tests
53626 ____________________________________________________________________________
53627 [  7278] By: gsar                                  on 2000/10/16  03:44:54
53628         Log: integrate change#5971 from cfgperl
53629              
53630              Unicos tweaks from Mark P. Lutz.
53631      Branch: maint-5.6/perl
53632           !> hints/unicos.sh lib/Math/Complex.pm
53633 ____________________________________________________________________________
53634 [  7277] By: gsar                                  on 2000/10/16  03:42:59
53635         Log: integrate changes#5966..5970 from mainline
53636              
53637              add testsuite for B backends, fix bug in B::Deparse (from
53638              Simon Cozens <simon@brecon.co.uk>)
53639              
53640              improved docs on the warn_uninit diagnostic (from David Glasser
53641              and Simon Cozens)
53642              
53643              tolerate spaces in group names in test on solaris (from David Boyce
53644              <dsb@boyski.com>)
53645              
53646              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
53647              
53648              Data::Dumper fumbles negative numbers on 32-bit platforms where
53649              IV is >32bits
53650      Branch: maint-5.6/perl
53651           +> t/lib/b.t t/lib/syslog.t
53652           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
53653           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
53654           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
53655 ____________________________________________________________________________
53656 [  7276] By: gsar                                  on 2000/10/16  03:39:30
53657         Log: integrate change#5965 from mainline
53658              
53659              avoid "will not stay shared" warnings for our variables (from
53660              Robin Barker)
53661      Branch: maint-5.6/perl
53662           !> op.c t/pragma/warn/op
53663 ____________________________________________________________________________
53664 [  7275] By: gsar                                  on 2000/10/16  03:38:18
53665         Log: integrate change#5964 from mainline
53666              
53667              reformat to 72 columns (again)
53668      Branch: maint-5.6/perl
53669           !> pod/perldiag.pod
53670 ____________________________________________________________________________
53671 [  7274] By: gsar                                  on 2000/10/16  03:36:58
53672         Log: integrate change#5963 from mainline
53673              
53674              patch from Larry to make (\&) prototype work; added tests for
53675              the same
53676      Branch: maint-5.6/perl
53677           !> op.c t/comp/proto.t
53678 ____________________________________________________________________________
53679 [  7273] By: gsar                                  on 2000/10/16  03:35:51
53680         Log: integrate changes#5956..5962 from mainline
53681              
53682              better diagnostics on failed tests (from Ilya Zakharevich)
53683              
53684              pod nits (from A. C. Yardley <yardley@tanet.net>)
53685              
53686              change#3569 deleted some essential code, revert; avoid use of
53687              atexit() to make DynaLoader work properly on AIX under mod_perl
53688              (from Jens-Uwe Mager <jum@helios.de>)
53689              
53690              doubled words in pods (from Simon Cozens
53691              <simon.p.cozens@jp.pwcglobal.com>)
53692              
53693              better INSTALL notes on Solaris issues (from Dominic Dunlop)
53694              
53695              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
53696              
53697              updated README.hpux (from Jeff Okamoto)
53698      Branch: maint-5.6/perl
53699           !> INSTALL README.hpux emacs/cperl-mode.el
53700           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
53701           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
53702           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
53703           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
53704           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
53705           !> t/op/lex_assign.t
53706 ____________________________________________________________________________
53707 [  7272] By: gsar                                  on 2000/10/16  03:31:22
53708         Log: integrate change#5955 from mainline
53709              
53710              longstanding bug exposed by change#3307: sort arguments weren't
53711              compiled with the right wantarray context (ensuing runtime lookup
53712              via block_gimme() was getting the incidental context of the
53713              sort() itself)
53714      Branch: maint-5.6/perl
53715           !> op.c t/op/sort.t
53716 ____________________________________________________________________________
53717 [  7271] By: gsar                                  on 2000/10/16  03:29:11
53718         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
53719              branch
53720              
53721              Flatten the cpp jungle doing the nosuid checking.
53722              
53723              Do not assume sign propagation. (from M.J.T. Guy)
53724              
53725              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
53726              
53727              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
53728              Now pp_ncmp() returns undef is either operand is a NaN.
53729              
53730              On second thoughts frexp() does have two arguments.
53731              
53732              Document that tr() is not tr(1).
53733              
53734              Be more robust on "extreme" (large absolute value)
53735              arguments.  Originally reported by Daniel Connelly
53736              as a problem with asinh() on large negative arguments,
53737              asinh() used to bail out because an argument to log()
53738              ended up being zero.  Ilya Zakharevich proposed using
53739              Taylor's series in such cases, which for such large
53740              arguments is a very good approximation.
53741              
53742              Undo "use integer" addition from 64bitint as it seems
53743              to break most of the subtests in Digital UNIX;
53744              Unicos needs to find another way.
53745      Branch: maint-5.6/perl
53746           !> (integrate 29 files)
53747 ____________________________________________________________________________
53748 [  7270] By: gsar                                  on 2000/10/16  03:09:44
53749         Log: integrate changes#5948,5949,5950 from mainline
53750              
53751              typo in vars.pm that leads to cryptic message (from Piotr
53752              Piatkowski <kompas@kompas.usr.onet.pl>)
53753              
53754              make perldoc use the pod2man from the same version (from
53755              M.J.T. Guy)
53756              
53757              reformat perldiag to avoid long lines
53758      Branch: maint-5.6/perl
53759           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
53760 ____________________________________________________________________________
53761 [  7269] By: gsar                                  on 2000/10/16  03:05:54
53762         Log: integrate change#5947 from mainline
53763              
53764              use &dl_error rather than &dl_load_file as the guard for calling
53765              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
53766              statically built perl)
53767      Branch: maint-5.6/perl
53768           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
53769 ____________________________________________________________________________
53770 [  7268] By: gsar                                  on 2000/10/16  03:04:48
53771         Log: integrate change#5945 from mainline
53772              
53773              make module name mandatory after -M switch; reorder perldiag
53774              alphabetically (from Mark-Jason Dominus)
53775      Branch: maint-5.6/perl
53776           !> perl.c pod/perldiag.pod
53777 ____________________________________________________________________________
53778 [  7267] By: gsar                                  on 2000/10/16  03:03:01
53779         Log: integrate change#5939 from mainline
53780              
53781              more pod nits (from Larry Virden)
53782      Branch: maint-5.6/perl
53783           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
53784           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
53785           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
53786 ____________________________________________________________________________
53787 [  7266] By: gsar                                  on 2000/10/16  03:01:39
53788         Log: integrate change#5938 from mainline
53789              
53790              Consolidated B::Deparse fixes (from Stephen McCamant)
53791      Branch: maint-5.6/perl
53792           !> ext/B/B/Deparse.pm
53793 ____________________________________________________________________________
53794 [  7265] By: gsar                                  on 2000/10/16  03:00:43
53795         Log: integrate change#5936 from mainline
53796              
53797              additional tests for change#7263 (from Paul Marquess)
53798      Branch: maint-5.6/perl
53799           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
53800           !> t/pragma/warn/5nolint t/pragma/warn/6default
53801 ____________________________________________________________________________
53802 [  7264] By: gsar                                  on 2000/10/16  02:58:34
53803         Log: integrate change#5934 from mainline
53804              
53805              propagate lexical warnings from surrounding scope correctly
53806              within string eval() (from Paul Marquess)
53807      Branch: maint-5.6/perl
53808           !> pp_ctl.c t/pragma/warn/pp_ctl
53809 ____________________________________________________________________________
53810 [  7263] By: gsar                                  on 2000/10/16  02:56:53
53811         Log: integrate change#5932 from mainline
53812              
53813              add rsignal(), whichsig() and do_join() to public API list
53814              (mod_perl uses them to good advantage)
53815      Branch: maint-5.6/perl
53816           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
53817 ____________________________________________________________________________
53818 [  7262] By: gsar                                  on 2000/10/16  02:55:53
53819         Log: integrate change#5931 from mainline
53820              
53821              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
53822      Branch: maint-5.6/perl
53823           !> pp_hot.c regexec.c t/op/pat.t
53824 ____________________________________________________________________________
53825 [  7261] By: gsar                                  on 2000/10/16  02:55:01
53826         Log: integrate change#5930 from mainline
53827              
53828              small os390 tweaks (from Peter Prymmer)
53829      Branch: maint-5.6/perl
53830           !> config_h.SH makedepend.SH
53831 ____________________________________________________________________________
53832 [  7260] By: gsar                                  on 2000/10/16  02:54:10
53833         Log: integrate change#5929 from mainline
53834              
53835              pod nits
53836      Branch: maint-5.6/perl
53837           !> pod/perlguts.pod
53838 ____________________________________________________________________________
53839 [  7259] By: gsar                                  on 2000/10/16  02:52:55
53840         Log: integrate change#5927 from mainline
53841              
53842              arrange for next() to resume at the unstack op rather than the
53843              loop conditional, so that scope cleanup happens correctly
53844              (from Stephen McCamant)
53845      Branch: maint-5.6/perl
53846           !> op.c pp_ctl.c t/op/misc.t
53847 ____________________________________________________________________________
53848 [  7258] By: gsar                                  on 2000/10/16  02:51:38
53849         Log: integrate change#5926 from mainline
53850              
53851              on windows, reserve 16M of stack rather than 128M (allows more
53852              threads to run concurrently)
53853      Branch: maint-5.6/perl
53854           !> win32/Makefile win32/makefile.mk
53855 ____________________________________________________________________________
53856 [  7257] By: gsar                                  on 2000/10/16  02:50:37
53857         Log: integrate change#5925 from mainline
53858              
53859              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
53860      Branch: maint-5.6/perl
53861           !> toke.c
53862 ____________________________________________________________________________
53863 [  7256] By: gsar                                  on 2000/10/16  02:49:36
53864         Log: integrate change#5924 from mainline
53865              
53866              avoid using uninitialized memory in require version check
53867      Branch: maint-5.6/perl
53868           !> pp_ctl.c universal.c
53869 ____________________________________________________________________________
53870 [  7255] By: gsar                                  on 2000/10/16  02:48:03
53871         Log: integrate changes#5923,5928,6009 from mainline
53872              
53873              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
53874      Branch: maint-5.6/perl
53875           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
53876 ____________________________________________________________________________
53877 [  7254] By: gsar                                  on 2000/10/16  02:44:46
53878         Log: integrate change#5922 from mainline
53879              
53880              commentary about IoTYPE() (from Nathan Torkington)
53881      Branch: maint-5.6/perl
53882           !> sv.h
53883 ____________________________________________________________________________
53884 [  7253] By: gsar                                  on 2000/10/16  02:43:49
53885         Log: integrate change#5921 from mainline
53886              
53887              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
53888      Branch: maint-5.6/perl
53889           !> sv.c t/lib/charnames.t t/pragma/utf8.t
53890 ____________________________________________________________________________
53891 [  7252] By: gsar                                  on 2000/10/16  02:42:31
53892         Log: integrate change#5920 from mainline
53893              
53894              Larry's fix for buggy propagation of utf8-ness in join(); add test
53895      Branch: maint-5.6/perl
53896           !> doop.c t/op/ver.t
53897 ____________________________________________________________________________
53898 [  7251] By: gsar                                  on 2000/10/16  02:41:14
53899         Log: integrate changes#5915..5919 from mainline
53900              
53901              various (pod tweaks &c)
53902      Branch: maint-5.6/perl
53903           !> (integrate 33 files)
53904 ____________________________________________________________________________
53905 [  7250] By: gsar                                  on 2000/10/16  02:38:16
53906         Log: integrate change#5914 from mainline
53907              
53908              caller() wasn't returning the right number of elements for
53909              eval {...}
53910      Branch: maint-5.6/perl
53911           !> pp_ctl.c t/pragma/warn/9enabled
53912 ____________________________________________________________________________
53913 [  7249] By: gsar                                  on 2000/10/16  02:37:02
53914         Log: integrate change#5913 from mainline
53915              
53916              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
53917              (from Mark-Jason Dominus)
53918      Branch: maint-5.6/perl
53919           !> pod/perlfunc.pod
53920 ____________________________________________________________________________
53921 [  7248] By: gsar                                  on 2000/10/16  02:35:58
53922         Log: integrate change#5912 from mainline
53923              
53924              fix totally broken caching in UNIVERSAL::isa() (from
53925              Nick Ing-Simmons)
53926      Branch: maint-5.6/perl
53927           !> t/op/universal.t universal.c
53928 ____________________________________________________________________________
53929 [  7247] By: gsar                                  on 2000/10/16  02:34:27
53930         Log: integrate changes#5910,5911 from mainline
53931              
53932              typo in pod
53933              
53934              add linebreak properties from unicode/LineBrk.txt (from
53935              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
53936      Branch: maint-5.6/perl
53937           +> (branch 29 files)
53938           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
53939 ____________________________________________________________________________
53940 [  7246] By: gsar                                  on 2000/10/16  02:33:29
53941         Log: integrate change#5909 from mainline
53942              
53943              mode argument to do_binmode() should be file mode, not boolean
53944      Branch: maint-5.6/perl
53945           !> pp_sys.c
53946 ____________________________________________________________________________
53947 [  7245] By: gsar                                  on 2000/10/16  02:31:04
53948         Log: integrate change#5908 from mainline
53949              
53950              introduce illegal symbols into null package so that
53951              gv_fetchpv(...,TRUE) always returns a valid GV even when the
53952              symbol is trapped by strictures (avoids coredumps)
53953      Branch: maint-5.6/perl
53954           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
53955           !> t/pragma/strict-vars
53956 ____________________________________________________________________________
53957 [  7244] By: jhi                                   on 2000/10/16  02:29:54
53958         Log: Subject: $Carp::ExportLevel confusion in Exporter
53959              From: "Ben Tilly" <ben_tilly@hotmail.com>
53960              Date: Sat, 14 Oct 2000 16:44:34 EDT
53961              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
53962      Branch: perl
53963            ! lib/Exporter/Heavy.pm
53964 ____________________________________________________________________________
53965 [  7243] By: jhi                                   on 2000/10/16  02:28:33
53966         Log: Subject: [PATCH perlguts.pod] Document offset hack
53967              From: Simon Cozens <simon@cozens.net>
53968              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
53969              Date: Sat, 14 Oct 2000 19:32:25 +0100
53970      Branch: perl
53971            ! pod/perlguts.pod
53972 ____________________________________________________________________________
53973 [  7242] By: gsar                                  on 2000/10/16  02:26:51
53974         Log: integrate changes#5905,5906,5907,6064 from mainline
53975              
53976              printf/sprintf didn't get quad types right under use64bitint
53977      Branch: maint-5.6/perl
53978           !> pp_sys.c sv.c t/op/64bitint.t
53979 ____________________________________________________________________________
53980 [  7241] By: jhi                                   on 2000/10/16  02:22:44
53981         Log: Subject: small pod patch
53982              From: Dan Boorstein <dan_boo@bellsouth.net>
53983              Date: Sat, 14 Oct 2000 14:29:24 -0400
53984              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
53985      Branch: perl
53986            ! pod/perlfaq7.pod pod/perlmod.pod
53987 ____________________________________________________________________________
53988 [  7240] By: jhi                                   on 2000/10/16  02:13:46
53989         Log: -w cleanup.
53990              
53991              Subject: Re: Problems with bleadperl 
53992              From: "Stephen P. Potter" <spp@ds.net>
53993              Date: Fri, 13 Oct 2000 13:32:49 -0400
53994              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
53995      Branch: perl
53996            ! t/pragma/overload.t
53997 ____________________________________________________________________________
53998 [  7239] By: jhi                                   on 2000/10/16  01:41:18
53999         Log: One more ~utf8 tweak.
54000      Branch: perl
54001            ! t/op/bop.t
54002 ____________________________________________________________________________
54003 [  7238] By: jhi                                   on 2000/10/16  01:34:14
54004         Log: Tweak the test of #7235.
54005      Branch: perl
54006            ! t/op/bop.t
54007 ____________________________________________________________________________
54008 [  7237] By: jhi                                   on 2000/10/16  01:25:04
54009         Log: Fix a couple of compiler-noted nits in #7235.
54010      Branch: perl
54011            ! pp.c
54012 ____________________________________________________________________________
54013 [  7236] By: jhi                                   on 2000/10/16  01:22:46
54014         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
54015      Branch: perl
54016            ! pp.c pp_hot.c
54017 ____________________________________________________________________________
54018 [  7235] By: jhi                                   on 2000/10/15  16:24:44
54019         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
54020              
54021              From: Simon Cozens <simon@cozens.net>
54022              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
54023              Date: Sat, 14 Oct 2000 20:52:13 +0100
54024              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
54025      Branch: perl
54026            ! pp.c t/op/bop.t utf8.h
54027 ____________________________________________________________________________
54028 [  7234] By: jhi                                   on 2000/10/15  15:19:29
54029         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
54030              The problem was that rx->minlen was in chars while pp_split()
54031              thought it would be in bytes. 
54032      Branch: perl
54033            ! pp.c t/pragma/utf8.t
54034 ____________________________________________________________________________
54035 [  7233] By: jhi                                   on 2000/10/14  20:24:24
54036         Log: Document FNCASE=y as discussed in the bug 20000902.009.
54037      Branch: perl
54038            ! README.dos
54039 ____________________________________________________________________________
54040 [  7232] By: jhi                                   on 2000/10/14  18:52:21
54041         Log: Add test for bug id 20000427.003 (which seems to have
54042              been fixed) (also duplicate as 20000427.004, though
54043              with a higher severity).  Move one utf8 from op/append
54044              to pragma/utf8, tag the tests with bug ids.
54045      Branch: perl
54046            ! t/op/append.t t/pragma/utf8.t
54047 ____________________________________________________________________________
54048 [  7231] By: jhi                                   on 2000/10/14  17:28:37
54049         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
54050      Branch: perl
54051            ! t/pragma/utf8.t
54052 ____________________________________________________________________________
54053 [  7230] By: jhi                                   on 2000/10/14  14:24:50
54054         Log: Needs to be conditional on SunOS 4.
54055              
54056              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
54057              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54058              Date: Sat, 14 Oct 2000 13:37:49 +0100
54059              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
54060      Branch: metaconfig/U/perl
54061            ! End.U
54062      Branch: perl
54063            ! Configure myconfig.SH pod/perldelta.pod
54064 ____________________________________________________________________________
54065 [  7229] By: jhi                                   on 2000/10/14  00:49:22
54066         Log: Update Changes.
54067      Branch: perl
54068            ! Changes patchlevel.h
54069 ____________________________________________________________________________
54070 [  7228] By: jhi                                   on 2000/10/14  00:46:10
54071         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
54072              From: Peter Prymmer <pvhp@forte.com>
54073              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
54074              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
54075      Branch: perl
54076            ! lib/utf8.pm
54077 ____________________________________________________________________________
54078 [  7227] By: jhi                                   on 2000/10/13  23:20:30
54079         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
54080      Branch: perl
54081            ! t/op/tie.t
54082 ____________________________________________________________________________
54083 [  7226] By: jhi                                   on 2000/10/13  22:14:32
54084         Log: Tweak #7225.
54085              
54086              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
54087              From: Peter Prymmer <pvhp@forte.com>
54088              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
54089              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
54090      Branch: perl
54091            ! t/op/sprintf.t
54092 ____________________________________________________________________________
54093 [  7225] By: jhi                                   on 2000/10/13  22:11:31
54094         Log: op/sprintf.t patch for OS/390 (and any other host with limited
54095              floating-point exponent length)
54096              
54097              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
54098              From: Dominic Dunlop <domo@computer.org>
54099              Date: Fri, 13 Oct 2000 19:17:57 +0200
54100              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
54101      Branch: perl
54102            ! t/op/sprintf.t
54103 ____________________________________________________________________________
54104 [  7224] By: jhi                                   on 2000/10/13  18:40:48
54105         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
54106      Branch: perl
54107            ! toke.c
54108 ____________________________________________________________________________
54109 [  7223] By: jhi                                   on 2000/10/13  18:37:13
54110         Log: Thinko in #7222.
54111      Branch: perl
54112            ! utf8.c
54113 ____________________________________________________________________________
54114 [  7222] By: jhi                                   on 2000/10/13  18:05:23
54115         Log: Use UTF8SKIP(), from Simon Cozens.
54116      Branch: perl
54117            ! utf8.c
54118 ____________________________________________________________________________
54119 [  7221] By: jhi                                   on 2000/10/13  15:43:19
54120         Log: (accidentally empty check-in)
54121      Branch: perl
54122            ! utf8.c
54123 ____________________________________________________________________________
54124 [  7220] By: jhi                                   on 2000/10/13  15:23:51
54125         Log: Add (optimistically) Storable to static extensions.
54126      Branch: perl
54127            ! hints/uwin.sh hints/vmesa.sh
54128 ____________________________________________________________________________
54129 [  7219] By: jhi                                   on 2000/10/13  15:20:05
54130         Log: Amdahl UTS doesn't seem to do dynaloading.
54131      Branch: perl
54132            ! hints/uts.sh
54133 ____________________________________________________________________________
54134 [  7218] By: jhi                                   on 2000/10/13  15:15:20
54135         Log: Slight tweak of the code to appease Amdahl UTS cc.
54136      Branch: perl
54137            ! pp.c
54138 ____________________________________________________________________________
54139 [  7217] By: jhi                                   on 2000/10/13  14:50:42
54140         Log: In Amdahl UTS "struct sv" is defined by a system header,
54141              <ksync.h>.
54142      Branch: perl
54143            ! perl.h sv.h
54144 ____________________________________________________________________________
54145 [  7216] By: jhi                                   on 2000/10/13  11:58:25
54146         Log: Ilya implemented the memory profiling API.
54147      Branch: perl
54148            ! Todo
54149 ____________________________________________________________________________
54150 [  7215] By: jhi                                   on 2000/10/13  02:56:38
54151         Log: Subject: [PATCH 5.7.0] Perl API for mstats
54152              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54153              Date: Thu, 12 Oct 2000 22:52:40 -0400
54154              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
54155      Branch: perl
54156            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
54157 ____________________________________________________________________________
54158 [  7214] By: jhi                                   on 2000/10/13  02:55:38
54159         Log: Subject: [PATCH 5.7.0] IVs in mtats
54160              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54161              Date: Thu, 12 Oct 2000 22:51:04 -0400
54162              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
54163      Branch: perl
54164            ! malloc.c perl.h
54165 ____________________________________________________________________________
54166 [  7213] By: jhi                                   on 2000/10/13  02:31:47
54167         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
54168      Branch: perl
54169            ! pod/perldiag.pod pp_sys.c
54170 ____________________________________________________________________________
54171 [  7212] By: jhi                                   on 2000/10/13  01:27:38
54172         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
54173              From: Peter Prymmer <pvhp@forte.com>
54174              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
54175              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
54176      Branch: perl
54177            ! t/op/oct.t
54178 ____________________________________________________________________________
54179 [  7211] By: jhi                                   on 2000/10/13  00:35:09
54180         Log: Update Changes.
54181      Branch: perl
54182            ! Changes patchlevel.h
54183 ____________________________________________________________________________
54184 [  7210] By: jhi                                   on 2000/10/12  23:59:40
54185         Log: The Install.pm third of
54186              
54187              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54188              From: Bill Campbell <bill@celestial.com>
54189              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
54190              Date: Thu, 5 Oct 2000 18:04:51 -0700
54191      Branch: perl
54192            ! lib/ExtUtils/Install.pm
54193 ____________________________________________________________________________
54194 [  7209] By: jhi                                   on 2000/10/12  23:58:43
54195         Log: Two thirds of
54196              
54197              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54198              Date: Thu, 5 Oct 2000 18:04:51 -0700
54199              From: Bill Campbell <bill@celestial.com>
54200              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
54201              
54202              The Install.pm changes will be submitted separately because
54203              they need some work and discussion still.
54204      Branch: perl
54205            ! lib/getopts.pl lib/termcap.pl
54206 ____________________________________________________________________________
54207 [  7208] By: jhi                                   on 2000/10/12  23:41:19
54208         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
54209              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54210              Date:     Thu, 12 Oct 2000 07:30:02 EDT
54211              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
54212      Branch: perl
54213            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
54214            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
54215 ____________________________________________________________________________
54216 [  7207] By: jhi                                   on 2000/10/12  23:39:01
54217         Log: An updated EBCDIC tr patch.
54218              
54219              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
54220              From: Peter Prymmer <pvhp@forte.com>
54221              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
54222              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
54223      Branch: perl
54224            ! t/op/tr.t
54225 ____________________________________________________________________________
54226 [  7206] By: jhi                                   on 2000/10/12  23:34:55
54227         Log: Upgrade to CPAN 1.58, from Andreas König.
54228      Branch: perl
54229            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54230 ____________________________________________________________________________
54231 [  7205] By: jhi                                   on 2000/10/12  23:29:08
54232         Log: Introduce the man[24-8] variables, from Andy Dougherty.
54233      Branch: metaconfig/U/perl
54234            + mandirs.U mandirstyle.U
54235      Branch: perl
54236            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54237            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
54238            ! vos/config.h vos/config.pl vos/config_h.SH_orig
54239            ! win32/config.bc win32/config.gc win32/config.vc
54240 ____________________________________________________________________________
54241 [  7204] By: gsar                                  on 2000/10/12  18:11:24
54242         Log: restore change#7202
54243      Branch: perl
54244            ! mg.c
54245 ____________________________________________________________________________
54246 [  7203] By: gsar                                  on 2000/10/12  18:09:40
54247         Log: another test of the Emergency Broadcast System--back out 
54248              change#7202
54249      Branch: perl
54250            ! mg.c
54251 ____________________________________________________________________________
54252 [  7202] By: gsar                                  on 2000/10/12  16:40:47
54253         Log: (submitted on behalf of Jarkko)
54254              Fix the lib/encode.t subtest 6 failure as reported by Andreas
54255              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
54256              was unearthed by change 7182, as was a bug in HTML::Entities.
54257      Branch: perl
54258            ! mg.c
54259 ____________________________________________________________________________
54260 [  7201] By: jhi                                   on 2000/10/11  03:16:05
54261         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
54262      Branch: perl
54263            ! pp_hot.c t/pragma/utf8.t
54264 ____________________________________________________________________________
54265 [  7200] By: jhi                                   on 2000/10/11  00:40:30
54266         Log: The #7198 was a false alarm.
54267      Branch: perl
54268            ! pp_hot.c
54269 ____________________________________________________________________________
54270 [  7199] By: jhi                                   on 2000/10/11  00:26:04
54271         Log: Remove duplicated code.
54272      Branch: perl
54273            ! t/lib/cgi-html.t
54274 ____________________________________________________________________________
54275 [  7198] By: jhi                                   on 2000/10/10  23:30:46
54276         Log: (Retracted by #7200.)
54277      Branch: perl
54278            ! pp_hot.c
54279 ____________________________________________________________________________
54280 [  7197] By: jhi                                   on 2000/10/10  21:49:30
54281         Log: Add the test case for #7190, from the original bug report
54282              by Andreas König.
54283      Branch: perl
54284            ! t/pragma/utf8.t
54285 ____________________________________________________________________________
54286 [  7196] By: jhi                                   on 2000/10/10  21:40:49
54287         Log: Reapply Andy's patch and regen Configure.
54288      Branch: perl
54289            ! Configure INSTALL Makefile.SH Porting/Glossary
54290            ! Porting/config.sh config_h.SH epoc/config.sh installperl
54291            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
54292            ! win32/config.vc
54293 ____________________________________________________________________________
54294 [  7195] By: jhi                                   on 2000/10/10  21:09:30
54295         Log: Use the versiononly instead of the installscripts,
54296              retract the changes 7146 and 7147.
54297      Branch: perl
54298            ! Configure INSTALL Makefile.SH Porting/Glossary
54299            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
54300            ! installperl uconfig.sh vos/config.def win32/config.bc
54301            ! win32/config.gc win32/config.vc
54302 ____________________________________________________________________________
54303 [  7194] By: jhi                                   on 2000/10/10  21:06:15
54304         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
54305              From: Peter Prymmer <pvhp@forte.com>
54306              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
54307              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
54308      Branch: perl
54309            ! t/op/ver.t
54310 ____________________________________________________________________________
54311 [  7193] By: jhi                                   on 2000/10/10  21:05:12
54312         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
54313              From: Peter Prymmer <pvhp@forte.com>
54314              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
54315              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
54316      Branch: perl
54317            ! t/op/tr.t
54318 ____________________________________________________________________________
54319 [  7192] By: jhi                                   on 2000/10/10  20:57:30
54320         Log: Add versiononly, delete installscripts, from Andy Dougherty.
54321      Branch: metaconfig
54322            - U/installdirs/installscripts.U
54323      Branch: metaconfig/U/perl
54324            + versiononly.U
54325 ____________________________________________________________________________
54326 [  7191] By: jhi                                   on 2000/10/10  19:41:21
54327         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
54328              From: Peter Prymmer <pvhp@forte.com>
54329              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
54330              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
54331      Branch: perl
54332            ! pod/perlebcdic.pod
54333 ____________________________________________________________________________
54334 [  7190] By: jhi                                   on 2000/10/10  19:26:14
54335         Log: Subject: Re: utf8 concat, mg_get
54336              From: Simon Cozens <simon@cozens.net>
54337              Date: Tue, 10 Oct 2000 17:40:17 +0100
54338              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
54339      Branch: perl
54340            ! pp_hot.c
54341 ____________________________________________________________________________
54342 [  7189] By: jhi                                   on 2000/10/10  19:23:03
54343         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
54344              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
54345              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
54346              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
54347      Branch: perl
54348            ! lib/ExtUtils/MM_Unix.pm
54349 ____________________________________________________________________________
54350 [  7188] By: jhi                                   on 2000/10/10  15:31:24
54351         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
54352              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54353              Date: Fri, 14 Jul 2000 10:47:36 +0100
54354              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
54355      Branch: perl
54356            ! README.win32
54357 ____________________________________________________________________________
54358 [  7187] By: jhi                                   on 2000/10/10  13:30:10
54359         Log: Quote the temp file name, needed in Win32 because the
54360              default name unfortunately contains spaces, shouldn't
54361              hurt elsewhere.
54362              
54363              Subject: FW: perldoc fails if $TEMP contains spaces
54364              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54365              Date: Thu, 14 Sep 2000 08:58:45 +0100
54366              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
54367      Branch: perl
54368            ! utils/perldoc.PL
54369 ____________________________________________________________________________
54370 [  7186] By: jhi                                   on 2000/10/10  13:16:27
54371         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
54372              From: hv@hugo.hybyte.com
54373              Date: Tue, 10 Oct 2000 14:10:20 +0100
54374              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
54375      Branch: perl
54376            ! t/lib/thr5005.t util.c
54377 ____________________________________________________________________________
54378 [  7185] By: jhi                                   on 2000/10/10  12:06:22
54379         Log: Upgrade to podlators 1.04, from Russ Allbery.
54380      Branch: perl
54381            ! lib/Pod/Man.pm lib/Pod/Text.pm
54382 ____________________________________________________________________________
54383 [  7184] By: jhi                                   on 2000/10/10  12:01:32
54384         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
54385      Branch: perl
54386            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
54387 ____________________________________________________________________________
54388 [  7183] By: jhi                                   on 2000/10/09  23:47:15
54389         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
54390              From: Peter Prymmer <pvhp@forte.com>
54391              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
54392              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
54393      Branch: perl
54394            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
54395 ____________________________________________________________________________
54396 [  7182] By: jhi                                   on 2000/10/09  23:43:16
54397         Log: Make eq work again with utf8 (disabling the upgrading
54398              should no more be necessary since the copies of the
54399              scalars are upgraded, not the scalars themselves).
54400              Takes care of ID 20001009.001.  (The claimed length()
54401              bug in 20001009.001 seems bogus to me.)
54402      Branch: perl
54403            ! sv.c t/pragma/utf8.t
54404 ____________________________________________________________________________
54405 [  7181] By: gsar                                  on 2000/10/09  19:41:54
54406         Log: tweak for change#7173
54407      Branch: perl
54408            ! win32/win32sck.c
54409 ____________________________________________________________________________
54410 [  7180] By: gsar                                  on 2000/10/09  19:26:56
54411         Log: on Windows, clean targets might not work under some flavors of the shell
54412      Branch: perl
54413            ! win32/Makefile win32/makefile.mk
54414 ____________________________________________________________________________
54415 [  7179] By: jhi                                   on 2000/10/09  19:21:02
54416         Log: Update Changes.
54417      Branch: perl
54418            ! Changes patchlevel.h
54419 ____________________________________________________________________________
54420 [  7178] By: jhi                                   on 2000/10/09  19:18:23
54421         Log: Warn about unknown scripts.
54422              
54423              Subject: Re: ideas? patches? [PATCH bleadperl]
54424              From: Dominic Dunlop <domo@computer.org>
54425              Date: Mon, 9 Oct 2000 14:57:17 +0200
54426              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
54427      Branch: perl
54428            ! lib/charnames.pm
54429 ____________________________________________________________________________
54430 [  7177] By: jhi                                   on 2000/10/09  19:13:27
54431         Log: Change #7160 had a nasty typo.
54432      Branch: metaconfig
54433            ! U/compline/Compile.U
54434      Branch: perl
54435            ! Configure config_h.SH
54436 ____________________________________________________________________________
54437 [  7176] By: gsar                                  on 2000/10/09  18:59:33
54438         Log: pod nit
54439      Branch: perl
54440            ! pod/perlport.pod
54441 ____________________________________________________________________________
54442 [  7175] By: gsar                                  on 2000/10/09  18:54:28
54443         Log: Windows9x doesn't support link(), despite what Config.pm
54444              might think
54445      Branch: perl
54446            ! lib/ExtUtils/Manifest.pm
54447 ____________________________________________________________________________
54448 [  7174] By: gsar                                  on 2000/10/09  18:50:03
54449         Log: avoid nonportable example code
54450      Branch: perl
54451            ! lib/File/Copy.pm
54452 ____________________________________________________________________________
54453 [  7173] By: gsar                                  on 2000/10/09  18:46:54
54454         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
54455              being used) when closing a socket handle
54456      Branch: perl
54457            ! win32/win32.c win32/win32.h win32/win32sck.c
54458 ____________________________________________________________________________
54459 [  7172] By: gsar                                  on 2000/10/09  18:41:40
54460         Log: on Windows, cwd strings in the environment should be of the
54461              form =X:=X:\foo instead of =X=X:\foo\
54462      Branch: perl
54463            ! win32/vdir.h
54464 ____________________________________________________________________________
54465 [  7171] By: gsar                                  on 2000/10/09  18:30:09
54466         Log: on Windows, LoadLibrary() could load an extension DLL multiple
54467              times if forward slashes are used in the path
54468      Branch: perl
54469            ! win32/win32.c
54470 ____________________________________________________________________________
54471 [  7170] By: jhi                                   on 2000/10/09  17:53:59
54472         Log: Add a todo note about overloadable assertions.
54473      Branch: perl
54474            ! Todo-5.6
54475 ____________________________________________________________________________
54476 [  7169] By: jhi                                   on 2000/10/09  13:43:45
54477         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
54478              From: mjd@plover.com
54479              Date: 9 Oct 2000 00:24:44 -0000
54480              Message-ID: <20001009002444.10616.qmail@plover.com>
54481      Branch: perl
54482            ! pod/perldebguts.pod
54483 ____________________________________________________________________________
54484 [  7168] By: nick                                  on 2000/10/08  13:16:33
54485         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
54486              is not right thing to do on (e.g. x86). Network order is also "right" for
54487              X fonts.
54488      Branch: perl
54489            ! ext/Encode/Encode.pm
54490 ____________________________________________________________________________
54491 [  7167] By: nick                                  on 2000/10/08  12:54:42
54492         Log: Make "encodings" work post-install when Encode/*.enc files may not
54493              be in same directory as Encode.pm
54494      Branch: perl
54495            ! ext/Encode/Encode.pm
54496 ____________________________________________________________________________
54497 [  7166] By: nick                                  on 2000/10/08  11:51:26
54498         Log: Work round the fact that $hash->{$key} does not take into account
54499              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
54500              so that key is always in the "expected" encoding - i.e. same way we put
54501              it in the hash.
54502      Branch: perl
54503            ! ext/Encode/Encode.pm
54504 ____________________________________________________________________________
54505 [  7165] By: gsar                                  on 2000/10/08  04:15:29
54506         Log: save_re_context() could reset PL_curcop to freed memory, causing core
54507              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
54508      Branch: perl
54509            ! pp_ctl.c
54510 ____________________________________________________________________________
54511 [  7164] By: jhi                                   on 2000/10/06  20:51:48
54512         Log: UTF8ize split() so that the cloned substrings get the UTF8
54513              flag of the original scalar.  Problem reported by Simon Cozens.
54514      Branch: perl
54515            ! pp.c t/pragma/utf8.t
54516 ____________________________________________________________________________
54517 [  7163] By: nick                                  on 2000/10/06  20:48:34
54518         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
54519              got a false +ve and so did not reach code which would have un-FAKEd the SV.
54520      Branch: perl
54521            ! sv.c
54522 ____________________________________________________________________________
54523 [  7162] By: nick                                  on 2000/10/06  20:25:37
54524         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
54525              To fix  (sort {$a <=> $b} keys %hash) in particular but
54526              should cover a number of other as-yet-unknown cases as well.
54527      Branch: perl
54528            ! sv.c
54529 ____________________________________________________________________________
54530 [  7161] By: jhi                                   on 2000/10/06  19:56:18
54531         Log: Change the version number of Tie::Handle in the core to 4.0,
54532              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
54533              
54534              Subject: Note on Tie::Handle
54535              From: andreas.koenig@anima.de (Andreas J. Koenig)
54536              Date:      06 Oct 2000 21:48:58 +0200
54537              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
54538      Branch: perl
54539            ! lib/Tie/Handle.pm
54540 ____________________________________________________________________________
54541 [  7160] By: jhi                                   on 2000/10/06  18:20:35
54542         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
54543              as the first option of cc/ld because of ultrapicky compilers
54544              (e.g. OS/390 R2.5)
54545      Branch: metaconfig
54546            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
54547            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
54548            ! U/compline/orderlib.U U/modified/Cppsym.U
54549            ! U/modified/d_access.U
54550      Branch: metaconfig/U/perl
54551            ! Checkcc.U d_dlsymun.U gccvers.U
54552      Branch: perl
54553            ! Configure config_h.SH
54554 ____________________________________________________________________________
54555 [  7159] By: jhi                                   on 2000/10/06  13:56:39
54556         Log: Update Changes.
54557      Branch: perl
54558            ! Changes patchlevel.h
54559 ____________________________________________________________________________
54560 [  7158] By: jhi                                   on 2000/10/06  12:48:40
54561         Log: Eliminate $Is_VMS code from the test.
54562              
54563              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
54564              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54565              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
54566              Date:     Thu, 5 Oct 2000 07:46:33 EDT
54567      Branch: perl
54568            ! t/lib/b.t
54569 ____________________________________________________________________________
54570 [  7157] By: jhi                                   on 2000/10/06  12:47:13
54571         Log: Also the $ccflags is needed for the C compiler check.
54572              
54573              Subject: Configure (check for C-compiler)
54574              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54575              Date: Fri, 06 Oct 2000 08:47:15 +0200
54576              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
54577      Branch: metaconfig/U/perl
54578            ! Checkcc.U
54579      Branch: perl
54580            ! Configure config_h.SH
54581 ____________________________________________________________________________
54582 [  7156] By: jhi                                   on 2000/10/06  11:45:15
54583         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
54584      Branch: perl
54585            ! perl.c pp_ctl.c sv.h utf8.c
54586 ____________________________________________________________________________
54587 [  7155] By: jhi                                   on 2000/10/06  11:40:41
54588         Log: IO::Handle->syswrite() did not handle length omission
54589              like CORE::syswrite() does.
54590              
54591              Subject: [Fwd] IO::Handle, syswrite and arguments
54592              From: Graham Barr <gbarr@pobox.com>
54593              Date: Fri, 6 Oct 2000 10:22:05 +0100
54594              Message-ID: <20001006102205.U6312@pobox.com>
54595              
54596              The original patch from andrew@ugh.net.au.
54597      Branch: perl
54598            ! ext/IO/lib/IO/Handle.pm
54599 ____________________________________________________________________________
54600 [  7154] By: jhi                                   on 2000/10/06  01:42:15
54601         Log: Tweak #7153.
54602      Branch: perl
54603            ! utf8.h
54604 ____________________________________________________________________________
54605 [  7153] By: jhi                                   on 2000/10/06  00:39:55
54606         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
54607      Branch: perl
54608            ! utf8.h
54609 ____________________________________________________________________________
54610 [  7152] By: jhi                                   on 2000/10/06  00:38:11
54611         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
54612      Branch: perl
54613            ! perl.c pp_ctl.c sv.h utf8.c
54614 ____________________________________________________________________________
54615 [  7151] By: jhi                                   on 2000/10/06  00:36:38
54616         Log: Subject: Re: Questions about Tie::Array and perl modules
54617              From: Nick Ing-Simmons <nik@tiuk.ti.com>
54618              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
54619              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
54620              
54621              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
54622      Branch: perl
54623            ! lib/Tie/Array.pm t/op/array.t
54624 ____________________________________________________________________________
54625 [  7150] By: jhi                                   on 2000/10/05  00:20:45
54626         Log: Regen Changes.
54627      Branch: perl
54628            ! Changes patchlevel.h
54629 ____________________________________________________________________________
54630 [  7149] By: jhi                                   on 2000/10/05  00:20:01
54631         Log: Regen toc.
54632      Branch: perl
54633            ! pod/perltoc.pod
54634 ____________________________________________________________________________
54635 [  7148] By: jhi                                   on 2000/10/04  23:35:08
54636         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
54637              reported several times by Dominic Dunlop, for example in
54638              ID 20000315.008.  Patch from Dominic.  Patch affects at
54639              least MachTen, and possibly other oldish BSDs. Should not
54640              break non-broken platforms (tested on LinuxPPC). 
54641      Branch: perl
54642            ! doio.c
54643 ____________________________________________________________________________
54644 [  7147] By: jhi                                   on 2000/10/04  23:26:34
54645         Log: The one that got away from 7146.
54646      Branch: metaconfig
54647            + U/installdirs/installscripts.U
54648 ____________________________________________________________________________
54649 [  7146] By: jhi                                   on 2000/10/04  23:25:04
54650         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
54651              suggested by H. Merijn Brand.
54652      Branch: perl
54653            ! Configure INSTALL Makefile.SH Porting/Glossary
54654            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
54655            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
54656            ! win32/config.vc
54657 ____________________________________________________________________________
54658 [  7145] By: jhi                                   on 2000/10/04  22:08:21
54659         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
54660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54661              Date: Wed, 4 Oct 2000 17:37:46 -0400
54662              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
54663      Branch: perl
54664            ! utils/h2xs.PL
54665 ____________________________________________________________________________
54666 [  7144] By: jhi                                   on 2000/10/04  18:11:41
54667         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
54668              From: Jeff Pinyan <jeffp@crusoe.net>
54669              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
54670              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
54671      Branch: perl
54672            ! pod/perlrun.pod
54673 ____________________________________________________________________________
54674 [  7143] By: jhi                                   on 2000/10/04  18:09:58
54675         Log: Subject: perlhack.pod Patch for Externals Tools
54676              From: Fisher Mark <fisherm@tce.com>
54677              Date: Tue, 3 Oct 2000 15:43:27 -0500 
54678              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
54679      Branch: perl
54680            ! pod/perlhack.pod
54681 ____________________________________________________________________________
54682 [  7142] By: jhi                                   on 2000/10/04  18:08:41
54683         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
54684              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54685              Date:     Wed, 4 Oct 2000 12:11:11 EDT
54686              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
54687      Branch: perl
54688            ! vms/vms.c
54689 ____________________________________________________________________________
54690 [  7141] By: jhi                                   on 2000/10/04  12:20:16
54691         Log: Subject: [PATCH 5.7.0] h2xs not working
54692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54693              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
54694              Date: Tue, 3 Oct 2000 21:43:01 -0400
54695              
54696              Subject: [PATCH 5.7.0] h2xs not documenting the created module
54697              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54698              Date: Tue, 3 Oct 2000 22:55:19 -0400
54699              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
54700      Branch: perl
54701            ! utils/h2xs.PL
54702 ____________________________________________________________________________
54703 [  7140] By: jhi                                   on 2000/10/04  11:53:44
54704         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
54705              From: nick@babyhippo.com
54706              Date: Wed, 4 Oct 2000 12:06:45 +0100
54707              Message-Id: <20001004120645.A7356@babyhippo.com>
54708              
54709              Retract 7118 and 7135.
54710      Branch: perl
54711            ! installman installperl op.c t/pragma/subs.t
54712 ____________________________________________________________________________
54713 [  7139] By: jhi                                   on 2000/10/03  22:09:41
54714         Log: It is possible to have no hosts database at all.  Pointed out in
54715              
54716              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
54717              From: Peter Prymmer <pvhp@forte.com>
54718              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
54719              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
54720      Branch: metaconfig
54721            ! U/modified/myhostname.U
54722      Branch: perl
54723            ! Configure config_h.SH
54724 ____________________________________________________________________________
54725 [  7138] By: jhi                                   on 2000/10/03  21:49:49
54726         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
54727              From: Peter Prymmer <pvhp@forte.com>
54728              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
54729              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
54730      Branch: perl
54731            ! pp_sys.c
54732 ____________________________________________________________________________
54733 [  7137] By: jhi                                   on 2000/10/03  20:10:05
54734         Log: One remaining nit less at the VMS mailbox sizing.
54735      Branch: perl
54736            ! vms/vms.c
54737 ____________________________________________________________________________
54738 [  7136] By: jhi                                   on 2000/10/03  20:08:47
54739         Log: Test harness update to sync with the new perlcc,
54740              from Simon Cozens.
54741      Branch: perl
54742            ! t/TEST t/UTEST
54743 ____________________________________________________________________________
54744 [  7135] By: jhi                                   on 2000/10/03  15:15:42
54745         Log: Subject: Re: PATCH for 20001003.004
54746              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
54747              From: "AARON B. DOSSETT" <aaron@iglou.com>
54748              Message-Id: <E13gTay-0006od-00@iglou.com>
54749      Branch: perl
54750            ! installman installperl
54751 ____________________________________________________________________________
54752 [  7134] By: jhi                                   on 2000/10/03  15:00:34
54753         Log: Subject: [ID 20001003.006] B::Debug not -w clean
54754              From: Nicholas Clark <nick@babyhippo.co.uk>
54755              Date: Tue, 03 Oct 2000 15:46:32 +0100
54756              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
54757      Branch: perl
54758            ! ext/B/B/Debug.pm
54759 ____________________________________________________________________________
54760 [  7133] By: jhi                                   on 2000/10/03  14:58:39
54761         Log: Scale down the VMS message boxes, by Charles Lane.
54762              Fix for ID 20000903.009, workaround at
54763              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
54764      Branch: perl
54765            ! vms/vms.c
54766 ____________________________________________________________________________
54767 [  7132] By: jhi                                   on 2000/10/03  11:20:37
54768         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
54769      Branch: perl
54770            + t/lib/st-lock.t t/lib/st-utf8.t
54771            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
54772            ! ext/Storable/Storable.xs t/lib/st-recurse.t
54773 ____________________________________________________________________________
54774 [  7131] By: jhi                                   on 2000/10/03  03:38:23
54775         Log: Encode nits.
54776      Branch: perl
54777            ! MANIFEST Makefile.SH
54778 ____________________________________________________________________________
54779 [  7130] By: jhi                                   on 2000/10/03  03:31:05
54780         Log: Update Changes.
54781      Branch: perl
54782            ! Changes patchlevel.h
54783 ____________________________________________________________________________
54784 [  7129] By: jhi                                   on 2000/10/03  02:24:02
54785         Log: Misplaced else.
54786      Branch: metaconfig/U/perl
54787            ! d_strtoll.U
54788      Branch: perl
54789            ! Configure config_h.SH
54790 ____________________________________________________________________________
54791 [  7128] By: jhi                                   on 2000/10/03  02:08:29
54792         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
54793              From: sthoenna@efn.org
54794              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
54795              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
54796      Branch: metaconfig/U/perl
54797            ! d_strtoll.U
54798      Branch: perl
54799            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
54800 ____________________________________________________________________________
54801 [  7127] By: jhi                                   on 2000/10/03  01:13:14
54802         Log: Update Changes.
54803      Branch: perl
54804            ! Changes patchlevel.h
54805 ____________________________________________________________________________
54806 [  7126] By: jhi                                   on 2000/10/03  00:57:08
54807         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
54808              as suggested by Olaf Flebbe and Nick Clark.
54809      Branch: perl
54810            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
54811 ____________________________________________________________________________
54812 [  7125] By: jhi                                   on 2000/10/03  00:50:56
54813         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
54814              From: Nick Clark <nick@plum.flirble.org>
54815              Date: Mon, 2 Oct 2000 11:03:24 +0100
54816              Message-Id: <20001002110324.D20073@plum.flirble.org>
54817              
54818              Also fixes bug ID 20001002.005.
54819      Branch: perl
54820            ! t/lib/encode.t
54821 ____________________________________________________________________________
54822 [  7124] By: jhi                                   on 2000/10/03  00:34:59
54823         Log: Subject: [PATCH 5.7.0] Epoc update
54824              From: Olaf Flebbe <o.flebbe@gmx.de>
54825              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
54826              Message-ID: <26423.969484586@www10.gmx.net>
54827      Branch: perl
54828            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
54829            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
54830            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
54831            ! util.c util.h
54832 ____________________________________________________________________________
54833 [  7123] By: jhi                                   on 2000/10/03  00:30:07
54834         Log: Regen headers.
54835      Branch: perl
54836            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
54837 ____________________________________________________________________________
54838 [  7122] By: jhi                                   on 2000/10/03  00:10:48
54839         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
54840      Branch: perl
54841            ! hints/openbsd.sh
54842 ____________________________________________________________________________
54843 [  7121] By: jhi                                   on 2000/10/03  00:05:06
54844         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
54845              From: <abigail@foad.org>
54846              Date: Tue, 26 Sep 2000 13:36:14 -0400
54847              Message-ID: <20000926173614.4356.qmail@foad.org>
54848      Branch: perl
54849            ! pod/perlop.pod
54850 ____________________________________________________________________________
54851 [  7120] By: jhi                                   on 2000/10/03  00:04:00
54852         Log: Inside require() $^S was always left undefined.
54853              
54854              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
54855              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54856              Date: Wed, 27 Sep 2000 18:54:49 -0400
54857              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
54858      Branch: perl
54859            ! cop.h mg.c pp_ctl.c util.c
54860 ____________________________________________________________________________
54861 [  7119] By: jhi                                   on 2000/10/03  00:00:16
54862         Log: Subject: [PATCH] DLL not restartabke with threaded perl
54863              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
54864              Date: Thu, 28 Sep 2000 09:20:46 +0100
54865              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
54866      Branch: perl
54867            ! perl.c
54868 ____________________________________________________________________________
54869 [  7118] By: jhi                                   on 2000/10/02  23:59:20
54870         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
54871              From: Nicholas Clark <nick@ccl4.org>
54872              Date: Thu, 28 Sep 2000 11:52:24 +0100
54873              Message-ID: <20000928115224.D7924@plum.flirble.org>
54874      Branch: perl
54875            ! op.c
54876 ____________________________________________________________________________
54877 [  7117] By: jhi                                   on 2000/10/02  23:57:51
54878         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
54879              From: Nicholas Clark <nick@babyhippo.co.uk>
54880              Date: Thu, 28 Sep 2000 12:18:10 +0100
54881              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
54882              
54883              Did not apply cleanly, manual intervention was needed.
54884      Branch: perl
54885            ! ext/B/B/Bytecode.pm utils/perlcc.PL
54886 ____________________________________________________________________________
54887 [  7116] By: jhi                                   on 2000/10/02  23:50:40
54888         Log: Document the issue (is not a syntax error, kind of)
54889              
54890              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
54891              From: Nicholas Clark <nick@ccl4.org>
54892              Date: Thu, 28 Sep 2000 17:12:42 +0100
54893              Message-ID: <20000928171242.K7924@plum.flirble.org>
54894      Branch: perl
54895            ! pod/perldata.pod
54896 ____________________________________________________________________________
54897 [  7115] By: jhi                                   on 2000/10/02  23:48:58
54898         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
54899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54900              Date: Thu, 28 Sep 2000 21:55:31 -0400
54901              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
54902      Branch: perl
54903            ! regexec.c
54904 ____________________________________________________________________________
54905 [  7114] By: jhi                                   on 2000/10/02  23:47:57
54906         Log: Subject: DOC PATCH 5.6.0
54907              From: mjd@plover.com
54908              Date: 30 Sep 2000 06:02:34 -0000
54909              Message-ID: <20000930060234.4559.qmail@plover.com>
54910      Branch: perl
54911            ! pod/perldebguts.pod
54912 ____________________________________________________________________________
54913 [  7113] By: jhi                                   on 2000/10/02  23:46:43
54914         Log: SOCK_DGRAM and listen() do not mix as reported in
54915              
54916              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
54917              From: Petter Reinholdtsen <pere@hungry.com>
54918              Date: Sun, 1 Oct 2000 10:57:20 +0800
54919              Message-Id: <200010010257.KAA05735@localhost.localdomain>
54920              
54921              The patch for 5.7.0+ had to be reengineered, though.
54922      Branch: perl
54923            ! ext/IO/lib/IO/Socket/UNIX.pm
54924 ____________________________________________________________________________
54925 [  7112] By: jhi                                   on 2000/10/02  23:36:57
54926         Log: Subject: Re: [PATCH 5.005_64 missed]
54927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54928              Date: Sun, 1 Oct 2000 18:50:10 -0400
54929              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
54930      Branch: perl
54931            ! pod/perlxs.pod
54932 ____________________________________________________________________________
54933 [  7111] By: jhi                                   on 2000/10/02  23:35:40
54934         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
54935              From: Radu Greab <radu@netsoft.ro>
54936              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
54937              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
54938      Branch: perl
54939            ! op.c opcode.pl t/op/substr.t
54940 ____________________________________________________________________________
54941 [  7110] By: jhi                                   on 2000/10/02  23:32:38
54942         Log: Subject: [PATCH] Fix aliasing of tied filehandles
54943              From: Daniel Chetlin <daniel@chetlin.com>
54944              Date: Mon, 2 Oct 2000 14:53:27 -0700
54945              Message-ID: <20001002145327.C1617@ilmd>
54946      Branch: perl
54947            ! perl.h pp_hot.c t/op/tiehandle.t
54948 ____________________________________________________________________________
54949 [  7109] By: jhi                                   on 2000/10/02  23:31:30
54950         Log: s/Robin Parker/Robin Barker/
54951      Branch: perl
54952            ! Changes5.6
54953 ____________________________________________________________________________
54954 [  7108] By: jhi                                   on 2000/10/02  23:15:46
54955         Log: Retract #7091 as suggested in
54956              
54957              From: Robin Barker <rmb1@cise.npl.co.uk> 
54958              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
54959              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
54960              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
54961      Branch: perl
54962            ! embed.pl proto.h
54963 ____________________________________________________________________________
54964 [  7107] By: nick                                  on 2000/10/02  18:23:14
54965         Log: A few tweaks to get Tk803 to work with Encode scheme.
54966      Branch: perl
54967            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
54968 ____________________________________________________________________________
54969 [  7106] By: nick                                  on 2000/10/01  21:34:14
54970         Log: Add checking cases to Encode's toUnicode and fromUnicode.
54971      Branch: perl
54972            ! ext/Encode/Encode.pm
54973 ____________________________________________________________________________
54974 [  7105] By: nick                                  on 2000/10/01  17:18:01
54975         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
54976              To read and use them.
54977              Add a lib/encode.t which checks a few things.
54978      Branch: perl
54979            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
54980            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
54981            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
54982            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
54983            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
54984            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
54985            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
54986            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
54987            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
54988            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
54989            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
54990            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
54991            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
54992            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
54993            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
54994            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
54995            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
54996            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
54997            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
54998            + ext/Encode/Encode/iso2022-jp.enc
54999            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
55000            + ext/Encode/Encode/iso8859-1.enc
55001            + ext/Encode/Encode/iso8859-2.enc
55002            + ext/Encode/Encode/iso8859-3.enc
55003            + ext/Encode/Encode/iso8859-4.enc
55004            + ext/Encode/Encode/iso8859-5.enc
55005            + ext/Encode/Encode/iso8859-6.enc
55006            + ext/Encode/Encode/iso8859-7.enc
55007            + ext/Encode/Encode/iso8859-8.enc
55008            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
55009            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
55010            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
55011            + ext/Encode/Encode/macCentEuro.enc
55012            + ext/Encode/Encode/macCroatian.enc
55013            + ext/Encode/Encode/macCyrillic.enc
55014            + ext/Encode/Encode/macDingbats.enc
55015            + ext/Encode/Encode/macGreek.enc
55016            + ext/Encode/Encode/macIceland.enc
55017            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
55018            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
55019            + ext/Encode/Encode/macTurkish.enc
55020            + ext/Encode/Encode/macUkraine.enc
55021            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
55022            + t/lib/encode.t
55023            ! MANIFEST ext/Encode/Encode.pm
55024 ____________________________________________________________________________
55025 [  7104] By: nick                                  on 2000/09/30  13:04:30
55026         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
55027              From: Daniel Chetlin <daniel@chetlin.com>
55028              Date: Mon, 18 Sep 2000 05:05:40 -0700
55029              Message-Id: <20000918050540.C652@ilmd>
55030      Branch: perl
55031            ! lib/overload.pm sv.c t/pragma/overload.t
55032 ____________________________________________________________________________
55033 [  7103] By: nick                                  on 2000/09/30  12:53:36
55034         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
55035              From: Johan Vromans <jvromans@squirrel.nl>
55036              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
55037              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
55038      Branch: perl
55039            ! pod/Makefile.SH
55040 ____________________________________________________________________________
55041 [  7102] By: nick                                  on 2000/09/30  12:52:31
55042         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
55043              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55044              Date: Sat, 16 Sep 2000 16:36:45 -0400
55045              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
55046      Branch: perl
55047            ! ext/B/B/Deparse.pm
55048 ____________________________________________________________________________
55049 [  7101] By: nick                                  on 2000/09/30  12:51:41
55050         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
55051              From: Craig A. Berry <craig.berry@psinetcs.com>
55052              Date: Sat, 16 Sep 2000 10:11:10 -0500
55053              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
55054      Branch: perl
55055            ! vms/vms.c
55056 ____________________________________________________________________________
55057 [  7100] By: nick                                  on 2000/09/30  12:50:33
55058         Log: Subject: Re: unicode support and perl [ID 20000901.097]
55059              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55060              Date: Fri, 15 Sep 2000 16:37:58 -0400
55061              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
55062      Branch: perl
55063            ! t/op/append.t
55064 ____________________________________________________________________________
55065 [  7099] By: nick                                  on 2000/09/30  12:49:35
55066         Log: Subject: Re: unicode support and perl [ID 20000901.097]
55067              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55068              Date: Fri, 15 Sep 2000 16:25:30 -0400
55069              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
55070      Branch: perl
55071            ! pp_hot.c
55072 ____________________________________________________________________________
55073 [  7098] By: nick                                  on 2000/09/30  12:48:00
55074         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
55075              From: Gisle Aas <gisle@ActiveState.com>
55076              Date: 15 Sep 2000 16:23:41 +0200
55077              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
55078      Branch: perl
55079            ! toke.c
55080 ____________________________________________________________________________
55081 [  7097] By: nick                                  on 2000/09/30  12:45:16
55082         Log: Subject: [PATCH] Nits in perlmod.pod
55083              From: Daniel Chetlin <daniel@chetlin.com>
55084              Date: Fri, 15 Sep 2000 02:04:09 -0700
55085              Message-Id: <20000915020409.A2104@ilmd>
55086      Branch: perl
55087            ! pod/perlmod.pod
55088 ____________________________________________________________________________
55089 [  7096] By: nick                                  on 2000/09/30  12:18:00
55090         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
55091              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
55092              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
55093              0 to checking to get the warning.
55094      Branch: perl
55095            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
55096            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
55097            ! regexec.c sv.c toke.c utf8.c
55098 ____________________________________________________________________________
55099 [  7095] By: nick                                  on 2000/09/15  16:55:59
55100         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
55101              
55102              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
55103              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55104              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
55105              Date: Fri, 15 Sep 2000 06:37:30 -0400
55106      Branch: perl
55107            ! ext/Encode/Encode.xs sv.c
55108 ____________________________________________________________________________
55109 [  7094] By: jhi                                   on 2000/09/15  03:23:32
55110         Log: Update Changes.
55111      Branch: perl
55112            ! Changes patchlevel.h
55113 ____________________________________________________________________________
55114 [  7093] By: jhi                                   on 2000/09/15  03:11:44
55115         Log: Fix for the charnames.t failures from Spider Boardman.
55116      Branch: perl
55117            ! toke.c
55118 ____________________________________________________________________________
55119 [  7092] By: jhi                                   on 2000/09/15  00:15:48
55120         Log: Botched the #7090 check-in.
55121      Branch: perl
55122            ! sv.c
55123 ____________________________________________________________________________
55124 [  7091] By: jhi                                   on 2000/09/14  23:33:24
55125         Log: Part of #7081 didn't come through.
55126      Branch: perl
55127            ! embed.pl proto.h
55128 ____________________________________________________________________________
55129 [  7090] By: jhi                                   on 2000/09/14  23:17:39
55130         Log: Subject: Re: perl@7078 
55131              From: Spider Boardman <spider@web.zk3.dec.com>
55132              Date: Thu, 14 Sep 2000 19:06:36 -0400
55133              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
55134      Branch: perl
55135            ! sv.c toke.c
55136 ____________________________________________________________________________
55137 [  7089] By: jhi                                   on 2000/09/14  23:11:21
55138         Log: Small portability tweaks.
55139      Branch: perl
55140            ! ext/Encode/Encode.xs
55141 ____________________________________________________________________________
55142 [  7088] By: jhi                                   on 2000/09/14  22:57:23
55143         Log: Fake return to pacify picky compilers.
55144      Branch: perl
55145            ! ext/Encode/Encode.xs
55146 ____________________________________________________________________________
55147 [  7087] By: jhi                                   on 2000/09/14  22:53:37
55148         Log: Subject: [PATCH] utf8.c apidoc
55149              From: Simon Cozens <simon@cozens.net>
55150              Date: Thu, 14 Sep 2000 23:46:57 +0100
55151              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
55152      Branch: perl
55153            ! perlapi.c pod/perlapi.pod utf8.c
55154 ____________________________________________________________________________
55155 [  7086] By: jhi                                   on 2000/09/14  22:40:38
55156         Log: We don't need to count the high bit bytes, a boolean is enough. 
55157      Branch: perl
55158            ! sv.c
55159 ____________________________________________________________________________
55160 [  7085] By: jhi                                   on 2000/09/14  21:20:09
55161         Log: Replace #7084 with
55162              
55163              Subject: Re: perl@7078 
55164              From: Spider Boardman <spider@web.zk3.dec.com>
55165              Date: Thu, 14 Sep 2000 17:09:36 -0400
55166              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
55167      Branch: perl
55168            ! sv.c utf8.c
55169 ____________________________________________________________________________
55170 [  7084] By: jhi                                   on 2000/09/14  20:03:34
55171         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
55172              convertable to bytes by checking it doesn't go above 0xc3
55173              
55174              Subject: Re: perl@7078
55175              From: Simon Cozens <simon@cozens.net>
55176              Date: Thu, 14 Sep 2000 20:59:19 +0100
55177              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
55178      Branch: perl
55179            ! utf8.c
55180 ____________________________________________________________________________
55181 [  7083] By: jhi                                   on 2000/09/14  19:38:47
55182         Log: Subject: Re: perl@7078
55183              From: Simon Cozens <simon@cozens.net>
55184              Date: Thu, 14 Sep 2000 20:13:09 +0100
55185              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
55186      Branch: perl
55187            ! t/op/bop.t
55188 ____________________________________________________________________________
55189 [  7082] By: jhi                                   on 2000/09/14  17:50:44
55190         Log: The one that got away.
55191      Branch: perl
55192            ! lib/File/Find.pm
55193 ____________________________________________________________________________
55194 [  7081] By: jhi                                   on 2000/09/14  17:45:35
55195         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
55196              From: Robin Barker <rmb1@cise.npl.co.uk>
55197              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
55198              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
55199      Branch: perl
55200            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
55201            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
55202            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
55203            ! regcomp.c toke.c universal.c
55204 ____________________________________________________________________________
55205 [  7080] By: jhi                                   on 2000/09/14  17:40:35
55206         Log: Problems picked up by AIX cc.
55207              
55208              Subject: Re: perl@7078 (patch included)
55209              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55210              Date: Thu, 14 Sep 2000 18:53:30 +0200
55211              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
55212      Branch: perl
55213            ! ext/Encode/Encode.xs
55214 ____________________________________________________________________________
55215 [  7079] By: jhi                                   on 2000/09/14  17:38:27
55216         Log: Subject: File::Find 5.7.0 POD nits
55217              From: Rich Morin <rdm@cfcl.com>
55218              Date: Wed, 13 Sep 2000 22:03:58 -0700
55219              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
55220      Branch: perl
55221            ! lib/File/Find.pm
55222 ____________________________________________________________________________
55223 [  7078] By: jhi                                   on 2000/09/14  14:58:20
55224         Log: Update Changes.
55225      Branch: perl
55226            ! Changes patchlevel.h
55227 ____________________________________________________________________________
55228 [  7077] By: jhi                                   on 2000/09/14  14:55:54
55229         Log: Compilation warnings and an error.
55230      Branch: perl
55231            ! sv.c
55232 ____________________________________________________________________________
55233 [  7076] By: jhi                                   on 2000/09/14  14:42:56
55234         Log: Fix for a parsing bug, not for the original bug.
55235              
55236              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
55237              From: Spider Boardman <spider@web.zk3.dec.com>
55238              Date: Wed, 13 Sep 2000 17:52:20 -0400
55239              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
55240      Branch: perl
55241            ! regcomp.c
55242 ____________________________________________________________________________
55243 [  7075] By: jhi                                   on 2000/09/14  14:40:40
55244         Log: Batch of UTF-8 patches from Simon Cozens.
55245      Branch: perl
55246            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
55247            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
55248            ! toke.c utf8.c
55249 ____________________________________________________________________________
55250 [  7074] By: jhi                                   on 2000/09/14  14:29:58
55251         Log: Subject: Re: Two advertising clauses need to be removed
55252              From: Russ Allbery <rra@stanford.edu>
55253              Date: 13 Sep 2000 18:50:26 -0700
55254              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
55255      Branch: perl
55256            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
55257 ____________________________________________________________________________
55258 [  7073] By: jhi                                   on 2000/09/14  14:28:20
55259         Log: Subject: [PATCH] de-wall t/README
55260              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55261              Date: Wed, 13 Sep 2000 17:46:55 -0700
55262              Message-ID: <//Bw5gzkge/e092yn@efn.org>
55263      Branch: perl
55264            ! t/README
55265 ____________________________________________________________________________
55266 [  7072] By: jhi                                   on 2000/09/14  14:25:10
55267         Log: Hints optimization.
55268              
55269              Subject: Minor nit
55270              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55271              Date: Wed, 13 Sep 2000 21:42:07 +0200
55272              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
55273      Branch: perl
55274            ! hints/hpux.sh
55275 ____________________________________________________________________________
55276 [  7071] By: jhi                                   on 2000/09/14  14:23:30
55277         Log: Allow chop() and chomp() to be overridden.
55278              
55279              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
55280              From: "Casey R. Tweten" <crt@kiski.net>
55281              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
55282              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
55283      Branch: perl
55284            ! toke.c
55285 ____________________________________________________________________________
55286 [  7070] By: jhi                                   on 2000/09/14  14:20:36
55287         Log: The return value of setlocale must be copied away.
55288              
55289              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
55290              From: Alan Burlison <Alan.Burlison@uk.sun.com>
55291              Date: Wed, 13 Sep 2000 16:27:37 +0100 
55292              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
55293      Branch: perl
55294            ! util.c
55295 ____________________________________________________________________________
55296 [  7069] By: jhi                                   on 2000/09/14  14:16:27
55297         Log: Remove vestiges of tr//CU.
55298              
55299              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55300              From: Nick Clark <nick@plum.flirble.org>
55301              Date: Tue, 12 Sep 2000 22:50:14 +0100
55302              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
55303              
55304              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55305              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55306              Date: Tue, 12 Sep 2000 21:38:48 -0700
55307              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
55308      Branch: perl
55309            ! op.h pod/perlunicode.pod
55310 ____________________________________________________________________________
55311 [  7068] By: jhi                                   on 2000/09/13  14:18:39
55312         Log: Add the Encode extension.  The code is still largely just skeleton.
55313      Branch: perl
55314            + ext/Encode/Encode.pm ext/Encode/Encode.xs
55315            + ext/Encode/Makefile.PL ext/Encode/Todo
55316            ! MANIFEST Todo-5.6
55317 ____________________________________________________________________________
55318 [  7067] By: jhi                                   on 2000/09/12  17:43:33
55319         Log: Allow for whitespace between "#" and "line" in cpp output.
55320              
55321              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
55322              From: Calle Dybedahl <calle@lysator.liu.se>
55323              Date: 12 Sep 2000 19:38:02 +0200 
55324              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
55325      Branch: perl
55326            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
55327 ____________________________________________________________________________
55328 [  7066] By: gsar                                  on 2000/09/12  17:24:29
55329         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
55330              initialization in all the threads on Windows
55331      Branch: perl
55332            ! win32/win32.c
55333 ____________________________________________________________________________
55334 [  7065] By: jhi                                   on 2000/09/12  15:11:31
55335         Log: Update Changes.
55336      Branch: perl
55337            ! Changes patchlevel.h
55338 ____________________________________________________________________________
55339 [  7064] By: jhi                                   on 2000/09/12  14:54:54
55340         Log: Retract #7062, the pod tests are not ready.
55341      Branch: perl
55342            ! t/TEST t/harness
55343 ____________________________________________________________________________
55344 [  7063] By: jhi                                   on 2000/09/12  14:25:41
55345         Log: The #7054 truncated Configure badly.
55346      Branch: metaconfig/U/perl
55347            ! End.U
55348      Branch: perl
55349            ! Configure config_h.SH
55350 ____________________________________________________________________________
55351 [  7062] By: jhi                                   on 2000/09/12  14:08:32
55352         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
55353              From: sthoenna@efn.org
55354              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
55355              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
55356      Branch: perl
55357            ! t/TEST t/harness
55358 ____________________________________________________________________________
55359 [  7061] By: jhi                                   on 2000/09/12  14:07:18
55360         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
55361              From: sthoenna@efn.org
55362              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
55363              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
55364      Branch: perl
55365            ! pod/perlxs.pod
55366 ____________________________________________________________________________
55367 [  7060] By: jhi                                   on 2000/09/12  14:06:08
55368         Log: Break up the myconfig lines a bit.
55369              
55370              Subject: perlbug/perl -V output format
55371              From: sthoenna@efn.org
55372              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
55373              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
55374      Branch: perl
55375            ! myconfig.SH
55376 ____________________________________________________________________________
55377 [  7059] By: jhi                                   on 2000/09/12  14:05:04
55378         Log: Test for the #7049.
55379              
55380              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
55381              From: andreas.koenig@anima.de (Andreas J. Koenig)
55382              Date: 12 Sep 2000 06:42:01 +0200
55383              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
55384      Branch: perl
55385            ! t/op/my.t
55386 ____________________________________________________________________________
55387 [  7058] By: jhi                                   on 2000/09/12  14:03:05
55388         Log: Subject: [patch: perl@7045] vms updates
55389              From: Peter Prymmer <pvhp@forte.com>
55390              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
55391              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
55392      Branch: perl
55393            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
55394 ____________________________________________________________________________
55395 [  7057] By: jhi                                   on 2000/09/12  14:00:51
55396         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
55397              From: sthoenna@efn.org
55398              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
55399              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
55400      Branch: perl
55401            ! t/op/64bitint.t
55402 ____________________________________________________________________________
55403 [  7056] By: jhi                                   on 2000/09/12  13:58:14
55404         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
55405              From: Jeff Pinyan <jeffp@crusoe.net>
55406              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
55407              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
55408      Branch: perl
55409            ! pod/perlfunc.pod
55410 ____________________________________________________________________________
55411 [  7055] By: jhi                                   on 2000/09/12  13:56:32
55412         Log: Do in VMS as the #7054 does.
55413      Branch: perl
55414            ! configure.com
55415 ____________________________________________________________________________
55416 [  7054] By: jhi                                   on 2000/09/12  13:50:31
55417         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
55418              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
55419              Date: Mon, 11 Sep 2000 08:33:09 +0100
55420              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
55421      Branch: metaconfig/U/perl
55422            ! End.U
55423      Branch: perl
55424            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
55425            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
55426 ____________________________________________________________________________
55427 [  7053] By: jhi                                   on 2000/09/12  13:29:19
55428         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
55429              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55430              Date:     Tue, 12 Sep 2000 08:35:59 EDT
55431              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
55432      Branch: perl
55433            ! vms/test.com
55434 ____________________________________________________________________________
55435 [  7052] By: jhi                                   on 2000/09/11  23:01:50
55436         Log: Document the SvUTF8*().
55437      Branch: perl
55438            ! pod/perlapi.pod sv.h
55439 ____________________________________________________________________________
55440 [  7051] By: gsar                                  on 2000/09/11  14:46:30
55441         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
55442              (missed a spot when fixing up op_pmreplroot hack for ithreads)
55443      Branch: perl
55444            ! op.c t/op/split.t
55445 ____________________________________________________________________________
55446 [  7050] By: nick                                  on 2000/09/11  10:03:51
55447         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
55448              
55449              Subject: borland C++ win32.c tweak
55450              From: Vadim Konovalov <vkonovalov@lucent.com>
55451              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
55452              Date: Mon, 11 Sep 2000 11:22:33 +0400
55453      Branch: perl
55454            ! win32/win32.c
55455 ____________________________________________________________________________
55456 [  7049] By: nick                                  on 2000/09/11  09:57:33
55457         Log: Point fix for s/// on foreach (keys %xxx).
55458      Branch: perl
55459            ! pp_hot.c
55460 ____________________________________________________________________________
55461 [  7048] By: jhi                                   on 2000/09/10  23:37:09
55462         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
55463              by Pod::Text, from Brad Appleton.
55464      Branch: perl
55465            ! t/pod/testp2pt.pl
55466 ____________________________________________________________________________
55467 [  7047] By: jhi                                   on 2000/09/10  14:32:53
55468         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
55469              by Russ Allbery.
55470      Branch: perl
55471            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
55472 ____________________________________________________________________________
55473 [  7046] By: jhi                                   on 2000/09/10  14:15:08
55474         Log: Upgrade to CPAN 1.57_65, from Andreas König.
55475      Branch: perl
55476            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55477 ____________________________________________________________________________
55478 [  7045] By: jhi                                   on 2000/09/08  21:36:32
55479         Log: Update Changes.
55480      Branch: perl
55481            ! Changes patchlevel.h
55482 ____________________________________________________________________________
55483 [  7044] By: jhi                                   on 2000/09/08  21:29:56
55484         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
55485              From: Peter Prymmer <pvhp@forte.com>
55486              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
55487              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
55488      Branch: perl
55489            ! configure.com
55490 ____________________________________________________________________________
55491 [  7043] By: jhi                                   on 2000/09/08  21:27:50
55492         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
55493              From: Peter Prymmer <pvhp@forte.com>
55494              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
55495              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
55496      Branch: perl
55497            ! Makefile.SH installperl
55498 ____________________________________________________________________________
55499 [  7042] By: jhi                                   on 2000/09/08  21:23:21
55500         Log: Continue #7041.
55501      Branch: perl
55502            ! cygwin/Makefile.SHs os2/Makefile.SHs
55503 ____________________________________________________________________________
55504 [  7041] By: jhi                                   on 2000/09/08  21:18:10
55505         Log: Do away with memory models cruft.  Sorry, PDP users.
55506      Branch: metaconfig
55507            ! U/modified/cc.U U/modified/libpth.U
55508      Branch: perl
55509            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
55510            ! Porting/config_H cflags.SH config_h.SH configure.com
55511            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
55512            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
55513            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
55514 ____________________________________________________________________________
55515 [  7040] By: jhi                                   on 2000/09/08  14:34:18
55516         Log: Major rewrite of s2p.  And I mean really major, it is
55517              an implementation of sed in perl.  If called as s2p it
55518              will function as s2p.  Note: needs non-UNIXifying.
55519              
55520              Subject: s2p
55521              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
55522              Date: Mon, 28 Aug 2000 14:05:12 +0200
55523              Message-ID: <39AA5578.2102E2AA@alcatel.at>
55524      Branch: perl
55525            ! x2p/s2p.PL
55526 ____________________________________________________________________________
55527 [  7039] By: jhi                                   on 2000/09/08  14:19:49
55528         Log: Re-allow vec() for characters > 255.
55529              
55530              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
55531              From: Spider Boardman <spider@web.zk3.dec.com>
55532              Date: Fri, 08 Sep 2000 02:21:02 -0400
55533              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
55534      Branch: perl
55535            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
55536            ! t/op/vec.t
55537 ____________________________________________________________________________
55538 [  7038] By: jhi                                   on 2000/09/08  14:14:18
55539         Log: Subject: [PATCH lib/Benchmark.pm]
55540              From: <abigail@foad.org>
55541              Date: Thu, 7 Sep 2000 15:03:20 -0400
55542              Message-ID: <20000907190320.888.qmail@foad.org>
55543      Branch: perl
55544            ! lib/Benchmark.pm
55545 ____________________________________________________________________________
55546 [  7037] By: jhi                                   on 2000/09/08  14:11:06
55547         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
55548              
55549              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
55550              From: Spider Boardman <spider@web.zk3.dec.com>
55551              Date: Fri, 08 Sep 2000 01:30:27 -0400
55552              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
55553      Branch: perl
55554            ! op.c
55555 ____________________________________________________________________________
55556 [  7036] By: jhi                                   on 2000/09/08  14:08:58
55557         Log: Subject: [ID 20000908.002] perlipc documentation bug.
55558              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
55559              Date: Fri, 08 Sep 2000 12:38:32 +0200
55560              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
55561      Branch: perl
55562            ! pod/perlipc.pod
55563 ____________________________________________________________________________
55564 [  7035] By: jhi                                   on 2000/09/08  14:03:12
55565         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
55566              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55567              Date: Fri, 08 Sep 2000 11:47:34 +0200
55568              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
55569      Branch: perl
55570            ! hints/dec_osf.sh
55571 ____________________________________________________________________________
55572 [  7034] By: jhi                                   on 2000/09/08  13:59:35
55573         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
55574              From: Simon Cozens <simon@cozens.net>
55575              Date: Thu, 7 Sep 2000 20:40:38 +0100
55576              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
55577      Branch: perl
55578            ! pp_hot.c
55579 ____________________________________________________________________________
55580 [  7033] By: jhi                                   on 2000/09/08  04:03:03
55581         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
55582              From: "Larry W. Virden" <lvirden@cas.org>
55583              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
55584              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
55585      Branch: perl
55586            ! pod/perldiag.pod
55587 ____________________________________________________________________________
55588 [  7032] By: jhi                                   on 2000/09/07  22:18:30
55589         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
55590              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
55591              Date: Mon, 04 Sep 2000 13:16:38 -0700
55592              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
55593      Branch: perl
55594            ! lib/perl5db.pl
55595 ____________________________________________________________________________
55596 [  7031] By: jhi                                   on 2000/09/07  22:02:29
55597         Log: Fix the ccversion detection for 5.1 and beyond.
55598              
55599              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
55600              From: Spider Boardman <spider@leggy.zk3.dec.com>
55601              Date: Thu, 7 Sep 2000 17:54:27 -0400
55602              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
55603      Branch: perl
55604            ! hints/dec_osf.sh
55605 ____________________________________________________________________________
55606 [  7030] By: jhi                                   on 2000/09/07  19:12:28
55607         Log: Fix for
55608              
55609              Subject: [ID 20000903.001] \w in utf8-strings
55610              From: Marc Lehmann <pcg@goof.com>
55611              Date: Sun, 03 Sep 2000 09:44:29 +0200
55612              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
55613              
55614              and various related nits.
55615      Branch: perl
55616            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
55617 ____________________________________________________________________________
55618 [  7029] By: jhi                                   on 2000/09/07  18:49:09
55619         Log: Fix the URL, but the server is still missing in action.
55620              
55621              Subject: [ID 20000905.002] perlfaq1.pod URL error
55622              From: "Larry W. Virden" <lvirden@cas.org>
55623              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
55624              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
55625      Branch: perl
55626            ! pod/perlfaq1.pod
55627 ____________________________________________________________________________
55628 [  7028] By: jhi                                   on 2000/09/07  18:47:13
55629         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
55630              From: Hugo <hv@crypt.compulink.co.uk>
55631              Date: Tue, 05 Sep 2000 14:13:37 +0100
55632              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
55633      Branch: perl
55634            ! toke.c
55635 ____________________________________________________________________________
55636 [  7027] By: jhi                                   on 2000/09/07  18:45:35
55637         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
55638              From: Daniel Chetlin <daniel@chetlin.com>
55639              Date: Tue, 5 Sep 2000 04:57:07 -0700
55640              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
55641      Branch: perl
55642            ! pod/perlfaq6.pod pod/perlop.pod
55643 ____________________________________________________________________________
55644 [  7026] By: jhi                                   on 2000/09/07  18:44:01
55645         Log: Document the new ref() semantics.
55646              
55647              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
55648              From: Gisle Aas <gisle@ActiveState.com>
55649              Date: 05 Sep 2000 08:10:30 +0200
55650              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
55651      Branch: perl
55652            ! pod/perldelta.pod
55653 ____________________________________________________________________________
55654 [  7025] By: jhi                                   on 2000/09/07  18:42:27
55655         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
55656              
55657              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
55658              From: Gisle Aas <gisle@ActiveState.com>
55659              Date: 05 Sep 2000 08:11:40 +0200
55660              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
55661      Branch: perl
55662            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
55663 ____________________________________________________________________________
55664 [  7024] By: jhi                                   on 2000/09/07  18:39:32
55665         Log: Subject: [PATCH] Modernize Opcode.pm documentation
55666              From: Gisle Aas <gisle@ActiveState.com>
55667              Date: 4 Sep 2000 00:18:55 -0000
55668              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
55669      Branch: perl
55670            ! ext/Opcode/Opcode.pm
55671 ____________________________________________________________________________
55672 [  7023] By: jhi                                   on 2000/09/07  18:37:42
55673         Log: Subject: [PATCH] Tied filehandle documentation
55674              From: Gisle Aas <gisle@ActiveState.com>
55675              Date: 4 Sep 2000 00:14:40 -0000
55676              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
55677      Branch: perl
55678            ! pod/perlfunc.pod pod/perltie.pod
55679 ____________________________________________________________________________
55680 [  7022] By: jhi                                   on 2000/09/07  18:35:37
55681         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
55682              From: Gisle Aas <gisle@ActiveState.com>
55683              Date: 4 Sep 2000 00:04:22 -0000
55684              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
55685      Branch: perl
55686            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
55687 ____________________________________________________________________________
55688 [  7021] By: jhi                                   on 2000/09/07  18:33:22
55689         Log: Subject: small apidoc fix
55690              From: Marc Lehmann <pcg@goof.com>
55691              Date: Sun, 3 Sep 2000 05:12:06 +0200
55692              Message-ID: <20000903051206.A5909@cerebro.laendle>
55693      Branch: perl
55694            ! pod/perlapi.pod utf8.c
55695 ____________________________________________________________________________
55696 [  7020] By: jhi                                   on 2000/09/07  16:14:57
55697         Log: Tiny perldelta nits.
55698      Branch: perl
55699            ! pod/perldelta.pod
55700 ____________________________________________________________________________
55701 [  7019] By: jhi                                   on 2000/09/07  16:04:20
55702         Log: Guard against bad string->int conversion for quads.
55703      Branch: perl
55704            ! t/op/64bitint.t
55705 ____________________________________________________________________________
55706 [  7018] By: jhi                                   on 2000/09/06  17:07:03
55707         Log: Update Unicode todo list.
55708      Branch: perl
55709            ! Todo-5.6
55710 ____________________________________________________________________________
55711 [  7017] By: jhi                                   on 2000/09/05  21:16:01
55712         Log: Document the SvIOK_.*UV().
55713      Branch: perl
55714            ! pod/perlapi.pod sv.h
55715 ____________________________________________________________________________
55716 [  7016] By: nick                                  on 2000/09/03  21:54:46
55717         Log: Hash lookup of constant strings optimization:
55718              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
55719              to string table (as per sharepvn). Add newSV_pvn_share to create such
55720              a thing. Make hv.c compare addresses of strings and skip string compare
55721              if equal. Make method_named and helem ops use these shared-string SVs
55722              when arg is constant. Make keys op return shared-string SVs (less clearly
55723              a win).
55724      Branch: perl
55725            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
55726            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
55727            ! pod/perlintern.pod pp_hot.c proto.h sv.c
55728 ____________________________________________________________________________
55729 [  7015] By: jhi                                   on 2000/09/02  17:48:59
55730         Log: This is 5.7.0.
55731      Branch: perl
55732            ! Changes
55733 ____________________________________________________________________________
55734 [  7014] By: jhi                                   on 2000/09/02  17:35:45
55735         Log: Changes and patchlevel tweaks.
55736      Branch: perl
55737            ! Changes patchlevel.h
55738 ____________________________________________________________________________
55739 [  7013] By: jhi                                   on 2000/09/02  17:30:50
55740         Log: Update Changes.
55741      Branch: perl
55742            ! Changes patchlevel.h
55743 ____________________________________________________________________________
55744 [  7012] By: nick                                  on 2000/09/02  17:25:20
55745         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
55746      Branch: perl
55747            ! gv.c lib/overload.pm
55748 ____________________________________________________________________________
55749 [  7011] By: jhi                                   on 2000/09/02  17:16:25
55750         Log: Update perlhist.
55751      Branch: perl
55752            ! pod/perlhist.pod
55753 ____________________________________________________________________________
55754 [  7010] By: jhi                                   on 2000/09/02  17:01:35
55755         Log: perldelta nits.
55756      Branch: perl
55757            ! pod/perldelta.pod
55758 ____________________________________________________________________________
55759 [  7009] By: nick                                  on 2000/09/02  16:48:35
55760         Log: If overloaded %{} etc. return the object do not loop.
55761              Thus  sub deref { $_[0] } functions if object is wanted type.
55762      Branch: perl
55763            ! pp.h
55764 ____________________________________________________________________________
55765 [  7008] By: jhi                                   on 2000/09/02  16:26:11
55766         Log: Retab MANIFEST.
55767      Branch: perl
55768            ! ext/Storable/MANIFEST
55769 ____________________________________________________________________________
55770 [  7007] By: jhi                                   on 2000/09/02  16:23:02
55771         Log: Make certain cc is set before trying to run it.
55772      Branch: perl
55773            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
55774 ____________________________________________________________________________
55775 [  7006] By: jhi                                   on 2000/09/02  15:45:41
55776         Log: Unicode notes.
55777      Branch: perl
55778            ! pod/perldelta.pod
55779 ____________________________________________________________________________
55780 [  7005] By: jhi                                   on 2000/09/02  15:42:11
55781         Log: Various Configure nits by Philip Newton,
55782              plus the ebcdic one by me.
55783      Branch: metaconfig
55784            + U/modified/pager.U
55785            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
55786      Branch: metaconfig/U/perl
55787            ! Devel.U quadfio.U
55788      Branch: perl
55789            ! Configure config_h.SH
55790 ____________________________________________________________________________
55791 [  7004] By: jhi                                   on 2000/09/02  15:06:14
55792         Log: Apparently avoiding the swapping is too costly.
55793              
55794              From: "Ben Tilly" <ben_tilly@hotmail.com>
55795              Subject: Re: the door is closed.
55796              Date: Fri, 01 Sep 2000 20:23:16 EDT
55797              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
55798      Branch: perl
55799            ! pod/perlfaq4.pod
55800 ____________________________________________________________________________
55801 [  7003] By: nick                                  on 2000/09/02  12:26:04
55802         Log: Undo part of change 6489 which looks like a bulk edit which
55803              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
55804              The supressing of main:: on return from select() is undesirable.
55805      Branch: perl
55806            ! pp_sys.c
55807 ____________________________________________________________________________
55808 [  7002] By: jhi                                   on 2000/09/01  23:08:54
55809         Log: Update Changes.
55810      Branch: perl
55811            ! Changes patchlevel.h
55812 ____________________________________________________________________________
55813 [  7001] By: jhi                                   on 2000/09/01  23:00:13
55814         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
55815              From: Peter Prymmer <pvhp@forte.com>
55816              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
55817              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
55818              
55819              plus rework the http: spots as suggested by Tom Christiansen,
55820              plus regen perltoc.
55821      Branch: perl
55822            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
55823            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
55824 ____________________________________________________________________________
55825 [  7000] By: jhi                                   on 2000/09/01  22:36:01
55826         Log: Only the first line, thank you very much.
55827      Branch: perl
55828            ! hints/solaris_2.sh
55829 ____________________________________________________________________________
55830 [  6999] By: gsar                                  on 2000/09/01  22:16:40
55831         Log: change#6791 accidentally clobbered change#6710, put it back
55832      Branch: perl
55833            ! win32/win32.c
55834 ____________________________________________________________________________
55835 [  6998] By: jhi                                   on 2000/09/01  22:14:16
55836         Log: Mention the HP-UX LP64 freak failure.
55837      Branch: perl
55838            ! pod/perldelta.pod
55839 ____________________________________________________________________________
55840 [  6997] By: jhi                                   on 2000/09/01  21:48:32
55841         Log: Detypo.
55842      Branch: perl
55843            ! hints/hpux.sh
55844 ____________________________________________________________________________
55845 [  6996] By: jhi                                   on 2000/09/01  21:27:10
55846         Log: Update Changes.
55847      Branch: perl
55848            ! Changes patchlevel.h
55849 ____________________________________________________________________________
55850 [  6995] By: jhi                                   on 2000/09/01  21:14:24
55851         Log: Mi splgn s gnin.g
55852      Branch: perl
55853            ! pp_ctl.c
55854 ____________________________________________________________________________
55855 [  6994] By: jhi                                   on 2000/09/01  21:09:54
55856         Log: Subject: http:// in L<>
55857              From: Nicholas Clark <nick@ccl4.org>
55858              Date: Fri, 1 Sep 2000 22:03:21 +0100
55859              Message-ID: <20000901220321.B72074@plum.flirble.org>
55860      Branch: perl
55861            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
55862 ____________________________________________________________________________
55863 [  6993] By: jhi                                   on 2000/09/01  21:06:54
55864         Log: Update to Storable 1.0, from Raphael Manfredi.
55865      Branch: perl
55866            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
55867            ! ext/Storable/Makefile.PL ext/Storable/README
55868            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
55869            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
55870            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
55871            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
55872            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
55873            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
55874 ____________________________________________________________________________
55875 [  6992] By: jhi                                   on 2000/09/01  20:43:05
55876         Log: Mention known sfio+linux buglet.
55877      Branch: perl
55878            ! pod/perldelta.pod
55879 ____________________________________________________________________________
55880 [  6991] By: jhi                                   on 2000/09/01  20:40:11
55881         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
55882              From: Peter Prymmer <pvhp@forte.com>
55883              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
55884              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
55885      Branch: perl
55886            ! vms/vms.c
55887 ____________________________________________________________________________
55888 [  6990] By: jhi                                   on 2000/09/01  20:25:26
55889         Log: Retract #6986.
55890      Branch: perl
55891            ! hints/solaris_2.sh
55892 ____________________________________________________________________________
55893 [  6989] By: jhi                                   on 2000/09/01  20:23:00
55894         Log: Mergesort is back.
55895      Branch: perl
55896            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
55897 ____________________________________________________________________________
55898 [  6988] By: jhi                                   on 2000/09/01  19:37:40
55899         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
55900              From: Mike Guy <mjtg@cam.ac.uk>
55901              Date: Fri, 01 Sep 2000 17:43:33 +0100
55902              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
55903      Branch: perl
55904            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
55905            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
55906 ____________________________________________________________________________
55907 [  6987] By: jhi                                   on 2000/09/01  19:17:10
55908         Log: Regen perltoc.
55909      Branch: perl
55910            ! pod/perltoc.pod
55911 ____________________________________________________________________________
55912 [  6986] By: jhi                                   on 2000/09/01  18:51:10
55913         Log: Subject: Re: Solaris x86 has no SPARC libraries!
55914              From: Lupe Christoph <lupe@lupe-christoph.de>
55915              Date: Fri, 1 Sep 2000 20:41:20 +0200
55916              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
55917      Branch: perl
55918            ! hints/solaris_2.sh
55919 ____________________________________________________________________________
55920 [  6985] By: jhi                                   on 2000/09/01  18:28:10
55921         Log: Update Changes.
55922      Branch: perl
55923            ! Changes patchlevel.h
55924 ____________________________________________________________________________
55925 [  6984] By: jhi                                   on 2000/09/01  18:26:53
55926         Log: Feature ordering tweak.
55927      Branch: perl
55928            ! myconfig.SH
55929 ____________________________________________________________________________
55930 [  6983] By: jhi                                   on 2000/09/01  18:19:50
55931         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
55932              From: <abigail@foad.org>
55933              Date: Fri, 1 Sep 2000 13:07:32 -0400
55934              Message-ID: <20000901170732.18249.qmail@foad.org>
55935      Branch: perl
55936            ! t/pragma/overload.t
55937 ____________________________________________________________________________
55938 [  6982] By: jhi                                   on 2000/09/01  18:17:54
55939         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
55940              so that case-ignoring systems like DCL can tell them from
55941              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
55942      Branch: metaconfig/U/perl
55943            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
55944      Branch: perl
55945            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55946            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
55947            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
55948            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
55949            ! vos/config.def vos/config.h vos/config_h.SH_orig
55950            ! win32/config.bc win32/config.gc win32/config.vc
55951 ____________________________________________________________________________
55952 [  6981] By: nick                                  on 2000/09/01  17:21:57
55953         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
55954              warning when UNTIE exists and instead pass the cound of extra references to
55955              the UNTIE method.
55956      Branch: perl
55957            ! pod/perltie.pod pp_sys.c
55958 ____________________________________________________________________________
55959 [  6980] By: jhi                                   on 2000/09/01  16:54:44
55960         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
55961              From: Peter Prymmer <pvhp@forte.com>
55962              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
55963              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
55964      Branch: perl
55965            ! configure.com
55966 ____________________________________________________________________________
55967 [  6979] By: jhi                                   on 2000/09/01  16:06:20
55968         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
55969              From: Mike Guy <mjtg@cam.ac.uk> 
55970              Date: Fri, 01 Sep 2000 16:49:27 +0100
55971              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
55972      Branch: perl
55973            ! t/base/rs.t
55974 ____________________________________________________________________________
55975 [  6978] By: jhi                                   on 2000/09/01  16:00:42
55976         Log: Update to PodParser 1.18, from Brad Appleton.
55977      Branch: perl
55978            ! lib/Pod/Checker.pm t/pod/find.t
55979 ____________________________________________________________________________
55980 [  6977] By: jhi                                   on 2000/09/01  14:48:58
55981         Log: Subject: Nit in Configure (bleadperl@6961)
55982              From: Lupe Christoph <lupe@lupe-christoph.de>
55983              Date: Fri, 1 Sep 2000 16:34:29 +0200
55984              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
55985      Branch: metaconfig
55986            ! U/compline/ccflags.U
55987      Branch: perl
55988            ! Configure config_h.SH
55989 ____________________________________________________________________________
55990 [  6976] By: jhi                                   on 2000/09/01  14:39:52
55991         Log: Update Changes.
55992      Branch: perl
55993            ! Changes patchlevel.h
55994 ____________________________________________________________________________
55995 [  6975] By: jhi                                   on 2000/09/01  14:37:36
55996         Log: microperl config update.
55997      Branch: perl
55998            ! uconfig.h uconfig.sh
55999 ____________________________________________________________________________
56000 [  6974] By: jhi                                   on 2000/09/01  14:36:53
56001         Log: Document known deficiencies.
56002      Branch: perl
56003            ! pod/perldelta.pod
56004 ____________________________________________________________________________
56005 [  6973] By: jhi                                   on 2000/09/01  14:10:20
56006         Log: Mention warnings fixes and updates.
56007      Branch: perl
56008            ! pod/perldelta.pod
56009 ____________________________________________________________________________
56010 [  6972] By: jhi                                   on 2000/09/01  14:01:52
56011         Log: Drop unused argument.
56012              
56013              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
56014              From: Spider Boardman <spider@web.zk3.dec.com>
56015              Date: Thu, 31 Aug 2000 16:10:15 -0400
56016              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
56017      Branch: perl
56018            ! toke.c
56019 ____________________________________________________________________________
56020 [  6971] By: jhi                                   on 2000/09/01  13:59:24
56021         Log: Add the overload warnings to perldiag.
56022      Branch: perl
56023            ! lib/overload.pm pod/perldiag.pod
56024 ____________________________________________________________________________
56025 [  6970] By: jhi                                   on 2000/09/01  13:55:10
56026         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56027              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56028              Date: Fri, 1 Sep 2000 13:43:15 +0100 
56029              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
56030      Branch: perl
56031            ! lib/overload.pm t/pragma/overload.t
56032 ____________________________________________________________________________
56033 [  6969] By: jhi                                   on 2000/09/01  13:52:27
56034         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56035              From: <abigail@foad.org>
56036              Date: Fri, 1 Sep 2000 05:46:54 -0400
56037              Message-ID: <20000901094654.6476.qmail@foad.org>
56038      Branch: perl
56039            ! lib/overload.pm
56040 ____________________________________________________________________________
56041 [  6968] By: jhi                                   on 2000/09/01  13:50:05
56042         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
56043              From: Daniel Chetlin <daniel@chetlin.com>
56044              Date: Fri, 1 Sep 2000 02:10:55 -0700
56045              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
56046      Branch: perl
56047            ! pod/perlretut.pod
56048 ____________________________________________________________________________
56049 [  6967] By: jhi                                   on 2000/09/01  13:47:54
56050         Log: Part of the solution.
56051              
56052              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
56053              From: Mike Guy <mjtg@cam.ac.uk>
56054              Date: Fri, 01 Sep 2000 14:16:01 +0100
56055              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
56056      Branch: perl
56057            ! gv.c mg.c
56058 ____________________________________________________________________________
56059 [  6966] By: jhi                                   on 2000/09/01  13:46:17
56060         Log: Subject: CPAN.pm beta 1.57_57 for the core
56061              From: andreas.koenig@anima.de (Andreas J. Koenig)
56062              Date: 01 Sep 2000 15:16:31 +0200
56063              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
56064      Branch: perl
56065            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56066 ____________________________________________________________________________
56067 [  6965] By: jhi                                   on 2000/09/01  13:43:18
56068         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
56069              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56070              Date: Fri, 01 Sep 2000 01:47:22 -0500
56071              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
56072      Branch: perl
56073            ! pod/perldelta.pod vms/vms.c
56074 ____________________________________________________________________________
56075 [  6964] By: jhi                                   on 2000/09/01  13:35:35
56076         Log: File::Temp patches from Andreas König,
56077              
56078              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
56079              From: andreas.koenig@anima.de (Andreas J. Koenig)
56080              Date: 01 Sep 2000 10:07:20 +0200
56081              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
56082              
56083              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
56084              From: andreas.koenig@anima.de (Andreas J. Koenig)
56085              Date: 31 Aug 2000 23:26:08 +0200
56086              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
56087      Branch: perl
56088            ! lib/File/Temp.pm t/lib/ftmp-security.t
56089 ____________________________________________________________________________
56090 [  6963] By: jhi                                   on 2000/09/01  02:22:24
56091         Log: Retract the mergesort code, way too incompatible licensing
56092              and copyrights.
56093      Branch: perl
56094            ! pod/perldelta.pod pp_ctl.c
56095 ____________________________________________________________________________
56096 [  6962] By: jhi                                   on 2000/08/31  23:27:32
56097         Log: Update Changes.
56098      Branch: perl
56099            ! Changes patchlevel.h
56100 ____________________________________________________________________________
56101 [  6961] By: jhi                                   on 2000/08/31  23:20:04
56102         Log: Small tweaks all over.
56103      Branch: metaconfig
56104            ! U/compline/d_gconvert.U
56105      Branch: perl
56106            ! AUTHORS Configure config_h.SH pp_ctl.c
56107 ____________________________________________________________________________
56108 [  6960] By: jhi                                   on 2000/08/31  22:39:36
56109         Log: Further rewording.
56110      Branch: perl
56111            ! pp_ctl.c
56112 ____________________________________________________________________________
56113 [  6959] By: jhi                                   on 2000/08/31  21:26:44
56114         Log: More address tweaking.
56115      Branch: perl
56116            ! AUTHORS Changes
56117 ____________________________________________________________________________
56118 [  6958] By: jhi                                   on 2000/08/31  20:47:25
56119         Log: AUTHORS tweaks, from Peter Prymmer.
56120              
56121              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
56122              From: Peter Prymmer <pvhp@forte.com>
56123              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
56124              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
56125      Branch: perl
56126            ! AUTHORS MAINTAIN
56127 ____________________________________________________________________________
56128 [  6957] By: jhi                                   on 2000/08/31  20:34:43
56129         Log: perldelta tweaks.
56130      Branch: perl
56131            ! pod/perldelta.pod
56132 ____________________________________________________________________________
56133 [  6956] By: jhi                                   on 2000/08/31  19:11:06
56134         Log: Regen perltoc.
56135      Branch: perl
56136            ! pod/perltoc.pod
56137 ____________________________________________________________________________
56138 [  6955] By: jhi                                   on 2000/08/31  19:06:30
56139         Log: Clarify the mergesort situation.
56140      Branch: perl
56141            ! pp_ctl.c
56142 ____________________________________________________________________________
56143 [  6954] By: jhi                                   on 2000/08/31  18:24:17
56144         Log: Move the Solaris 7 scan to use64bitall, make the
56145              failure to find 64-bot sparc libc to mention the
56146              possibility of being in an intel, from Lupe and Alan.
56147      Branch: perl
56148            ! hints/solaris_2.sh
56149 ____________________________________________________________________________
56150 [  6953] By: jhi                                   on 2000/08/31  18:09:20
56151         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
56152              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
56153      Branch: metaconfig
56154            ! U/compline/d_gconvert.U U/threads/archname.U
56155      Branch: metaconfig/U/perl
56156            ! perlxv.U
56157      Branch: perl
56158            ! Configure config_h.SH sv.c
56159 ____________________________________________________________________________
56160 [  6952] By: jhi                                   on 2000/08/31  17:42:24
56161         Log: :: not allowed in pathnames, change to .
56162              
56163              Subject: [PATCH perl@6938] cygwin port
56164              From: "Fifer, Eric" <EFifer@sanwaint.com>
56165              Date: Thu, 31 Aug 2000 16:32:59 +0100
56166              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
56167      Branch: metaconfig/U/perl
56168            ! perlxv.U
56169 ____________________________________________________________________________
56170 [  6951] By: jhi                                   on 2000/08/31  17:02:05
56171         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
56172      Branch: perl
56173            ! perl.h
56174 ____________________________________________________________________________
56175 [  6950] By: jhi                                   on 2000/08/31  16:26:08
56176         Log: More author updates.
56177              
56178              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
56179              From: Simon Cozens <simon@cozens.net>
56180              Date: Thu, 31 Aug 2000 17:13:32 +0100
56181              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
56182      Branch: perl
56183            ! AUTHORS
56184 ____________________________________________________________________________
56185 [  6949] By: jhi                                   on 2000/08/31  16:04:49
56186         Log: POSIX doesn't report long double values under -Duselongdouble
56187              when the long doubles are "real" (bigger than doubles).
56188              
56189              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
56190              From: Spider Boardman <spider@peano.zk3.dec.com>
56191              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
56192              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
56193      Branch: perl
56194            ! ext/POSIX/POSIX.xs
56195 ____________________________________________________________________________
56196 [  6948] By: jhi                                   on 2000/08/31  15:25:10
56197         Log: Update Changes.
56198      Branch: perl
56199            ! Changes patchlevel.h
56200 ____________________________________________________________________________
56201 [  6947] By: jhi                                   on 2000/08/31  15:22:29
56202         Log: Document UNTIE in a very minimalistic way.
56203      Branch: perl
56204            ! pod/perlfunc.pod pod/perltie.pod
56205 ____________________________________________________________________________
56206 [  6946] By: jhi                                   on 2000/08/31  15:15:23
56207         Log: Document known failures.
56208      Branch: perl
56209            ! pod/perldelta.pod
56210 ____________________________________________________________________________
56211 [  6945] By: jhi                                   on 2000/08/31  15:07:00
56212         Log: Don't attach -ld to the archname if pointless.
56213      Branch: metaconfig
56214            ! U/threads/archname.U
56215      Branch: perl
56216            ! Configure config_h.SH
56217 ____________________________________________________________________________
56218 [  6944] By: jhi                                   on 2000/08/31  14:37:42
56219         Log: Wrap the test in eval.
56220              
56221              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
56222              From: Tim Jenness <timj@jach.hawaii.edu>
56223              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
56224              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
56225      Branch: perl
56226            ! t/lib/ftmp-security.t
56227 ____________________________________________________________________________
56228 [  6943] By: jhi                                   on 2000/08/31  14:30:57
56229         Log: Make -Dusemorebits find long doubles in Solaris.
56230      Branch: perl
56231            ! hints/solaris_2.sh
56232 ____________________________________________________________________________
56233 [  6942] By: jhi                                   on 2000/08/31  13:48:45
56234         Log: Clarify the third case of ftmp-security warnings.
56235      Branch: perl
56236            ! INSTALL
56237 ____________________________________________________________________________
56238 [  6941] By: jhi                                   on 2000/08/31  13:40:31
56239         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
56240              From: <abigail@foad.org>
56241              Date: Thu, 31 Aug 2000 01:35:05 -0400
56242              Message-ID: <20000831053505.32120.qmail@foad.org>
56243      Branch: perl
56244            ! pod/perldelta.pod
56245 ____________________________________________________________________________
56246 [  6940] By: jhi                                   on 2000/08/31  13:38:48
56247         Log: Issue useful diagnostic on unknown pod commands.
56248              
56249              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
56250              From: <abigail@foad.org>
56251              Date: Thu, 31 Aug 2000 03:41:18 -0400
56252              Message-ID: <20000831074118.24880.qmail@foad.org>
56253      Branch: perl
56254            ! lib/Pod/Man.pm
56255 ____________________________________________________________________________
56256 [  6939] By: jhi                                   on 2000/08/31  13:34:33
56257         Log: Reveal Borland's isnan.
56258              
56259              Subject: build with BC++ tweak
56260              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56261              Date: Thu, 31 Aug 2000 13:09:37 +0400
56262              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
56263      Branch: perl
56264            ! win32/win32.h
56265 ____________________________________________________________________________
56266 [  6938] By: jhi                                   on 2000/08/31  05:01:20
56267         Log: Update Changes.
56268      Branch: perl
56269            ! Changes patchlevel.h
56270 ____________________________________________________________________________
56271 [  6937] By: jhi                                   on 2000/08/31  04:26:23
56272         Log: sscanf() may be the only way to read long doubles from strings.
56273      Branch: metaconfig/U/perl
56274            ! longdblfio.U
56275      Branch: perl
56276            ! Configure config_h.SH perl.h util.c
56277 ____________________________________________________________________________
56278 [  6936] By: jhi                                   on 2000/08/31  04:18:19
56279         Log: The #6929 was too skimpy.
56280      Branch: perl
56281            ! sv.c
56282 ____________________________________________________________________________
56283 [  6935] By: jhi                                   on 2000/08/31  02:47:07
56284         Log: Subject: Re: typos in pods
56285              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56286              Date: Wed, 30 Aug 2000 19:25:34 -0700
56287              Message-ID: <eIcr5gzkg25X092yn@efn.org>
56288      Branch: perl
56289            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
56290 ____________________________________________________________________________
56291 [  6934] By: jhi                                   on 2000/08/31  02:42:55
56292         Log: Missed one Unicode file.
56293      Branch: perl
56294            + lib/unicode/UCDFF301.html
56295 ____________________________________________________________________________
56296 [  6933] By: jhi                                   on 2000/08/30  23:42:27
56297         Log: Update Changes.
56298      Branch: perl
56299            ! Changes patchlevel.h
56300 ____________________________________________________________________________
56301 [  6932] By: jhi                                   on 2000/08/30  23:40:07
56302         Log: Mention UNTIE in perldelta.  Still needs documenting
56303              in perltie et alia.
56304      Branch: perl
56305            ! pod/perldelta.pod
56306 ____________________________________________________________________________
56307 [  6931] By: jhi                                   on 2000/08/30  23:36:02
56308         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
56309              From: <abigail@foad.org>
56310              Date: Wed, 30 Aug 2000 19:28:07 -0400
56311              Message-ID: <20000830232807.305.qmail@foad.org>
56312      Branch: perl
56313            ! pod/perldelta.pod
56314 ____________________________________________________________________________
56315 [  6930] By: jhi                                   on 2000/08/30  23:32:40
56316         Log: Update to Unicode 3.0.1.
56317      Branch: perl
56318            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
56319            + lib/unicode/PropList.txt lib/unicode/README.perl
56320            + lib/unicode/UCD301.html lib/unicode/Unicode.301
56321            - lib/unicode/Props.txt lib/unicode/UCD300.html
56322            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
56323            ! (edit 257 files)
56324 ____________________________________________________________________________
56325 [  6929] By: jhi                                   on 2000/08/30  22:38:18
56326         Log: Heap decorruption.
56327              
56328              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
56329              From: Alan Burlison <Alan.Burlison@uk.sun.com>
56330              Date: Wed, 30 Aug 2000 22:39:52 +0100
56331              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
56332      Branch: perl
56333            ! sv.c
56334 ____________________________________________________________________________
56335 [  6928] By: jhi                                   on 2000/08/30  22:29:34
56336         Log: Retract the dummy test, skip the security tests (instead of failing),
56337              explain what the warnings mean.
56338      Branch: perl
56339            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
56340 ____________________________________________________________________________
56341 [  6927] By: jhi                                   on 2000/08/30  22:14:13
56342         Log: Change the internal implementation of sort() to be mergesort
56343              instead of quicksort, from John Linderman <jpl@research.att.com>.
56344              Gives us better worst case, better average case, and stability.
56345              What's there not to like?  (Small fixes for threaded builds
56346              were required).
56347      Branch: perl
56348            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
56349 ____________________________________________________________________________
56350 [  6926] By: jhi                                   on 2000/08/30  20:55:20
56351         Log: A better fix for the Socket building problem from Craig Berry.
56352      Branch: perl
56353            ! vms/vms.c
56354 ____________________________________________________________________________
56355 [  6925] By: jhi                                   on 2000/08/30  20:20:25
56356         Log: Subject: [PATCH] Re: UNTIE method 
56357              From: Nick Ing-Simmons <nik@tiuk.ti.com>
56358              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
56359              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
56360      Branch: perl
56361            ! pp_sys.c t/op/tie.t
56362 ____________________________________________________________________________
56363 [  6924] By: jhi                                   on 2000/08/30  20:17:11
56364         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
56365              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56366              Date: Wed, 30 Aug 2000 15:03:14 -0500
56367              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
56368      Branch: perl
56369            ! vms/vms.c
56370 ____________________________________________________________________________
56371 [  6923] By: jhi                                   on 2000/08/30  20:15:18
56372         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
56373              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56374              Date: Wed, 30 Aug 2000 13:30:36 -0500
56375              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
56376      Branch: perl
56377            ! vms/vms.c
56378 ____________________________________________________________________________
56379 [  6922] By: jhi                                   on 2000/08/30  19:54:43
56380         Log: Better options for rsync.
56381      Branch: perl
56382            ! pod/perlhack.pod
56383 ____________________________________________________________________________
56384 [  6921] By: jhi                                   on 2000/08/30  19:40:16
56385         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
56386              From: Rick Delaney <rick@consumercontact.com>
56387              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
56388              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
56389      Branch: perl
56390            ! pod/perlfunc.pod
56391 ____________________________________________________________________________
56392 [  6920] By: jhi                                   on 2000/08/30  19:36:40
56393         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
56394              From: Peter Prymmer <pvhp@forte.com>
56395              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
56396              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
56397      Branch: perl
56398            ! configure.com
56399 ____________________________________________________________________________
56400 [  6919] By: jhi                                   on 2000/08/30  14:52:02
56401         Log: Update Changes.
56402      Branch: perl
56403            ! Changes patchlevel.h
56404 ____________________________________________________________________________
56405 [  6918] By: jhi                                   on 2000/08/30  14:48:34
56406         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
56407      Branch: perl
56408            ! lib/ExtUtils/typemap
56409 ____________________________________________________________________________
56410 [  6917] By: jhi                                   on 2000/08/30  14:46:34
56411         Log: Subject: typos in pods
56412              From: Nicholas Clark <nick@ccl4.org>
56413              Date: Wed, 30 Aug 2000 01:12:50 +0100
56414              Message-ID: <20000830011249.A61388@plum.flirble.org>
56415      Branch: perl
56416            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
56417            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
56418            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
56419            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
56420 ____________________________________________________________________________
56421 [  6916] By: jhi                                   on 2000/08/30  14:19:09
56422         Log: Document Storable problems on Crays.  (Will have
56423              to document all the other Storable problems, too.)
56424      Branch: perl
56425            ! pod/perldelta.pod
56426 ____________________________________________________________________________
56427 [  6915] By: jhi                                   on 2000/08/30  14:06:02
56428         Log: Subject: [PATCH] fix misc cast warnings
56429              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56430              Date: Tue, 29 Aug 2000 23:16:14 -0700
56431              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
56432      Branch: perl
56433            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
56434            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
56435            ! os2/os2ish.h
56436 ____________________________________________________________________________
56437 [  6914] By: jhi                                   on 2000/08/30  14:03:45
56438         Log: Timestamp mismatch again.  Need to fix this dependence on
56439              config_h.SH timestamp, since it's the contents of config_h.SH
56440              that matter.
56441      Branch: perl
56442            ! uconfig.h uconfig.sh
56443 ____________________________________________________________________________
56444 [  6913] By: jhi                                   on 2000/08/30  13:54:06
56445         Log: Don't say "Perl 5.0 source kit".
56446      Branch: perl
56447            ! perl.c
56448 ____________________________________________________________________________
56449 [  6912] By: jhi                                   on 2000/08/30  13:51:24
56450         Log: Reset archname and archname64 always, forcing them be
56451              recomputed at each Configure run, make Configure and
56452              the hints files agree on the naming of largefiles variables.
56453      Branch: metaconfig
56454            ! U/threads/archname.U
56455      Branch: metaconfig/U/perl
56456            ! use64bits.U
56457      Branch: perl
56458            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
56459            ! hints/linux.sh hints/solaris_2.sh
56460 ____________________________________________________________________________
56461 [  6911] By: jhi                                   on 2000/08/30  13:30:13
56462         Log: Put back the slice accidentally removed by #6907.
56463      Branch: perl
56464            ! hints/solaris_2.sh
56465 ____________________________________________________________________________
56466 [  6910] By: jhi                                   on 2000/08/30  01:24:26
56467         Log: Be consistent: other Net::get* do export theirs.
56468              
56469              Subject: Re: Net::protoent does not export 'getproto'
56470              From: Yasushi Nakajima <sey@jkc.co.jp>
56471              Date: Wed, 30 Aug 2000 09:53:14 +0900
56472              Message-Id: <200008300051.DAA24700@taku.hut.fi>
56473      Branch: perl
56474            ! lib/Net/protoent.pm
56475 ____________________________________________________________________________
56476 [  6909] By: jhi                                   on 2000/08/30  01:17:25
56477         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
56478              From: Gurusamy Sarathy <gsar@ActiveState.com>
56479              Date: Tue, 29 Aug 2000 17:17:07 -0700
56480              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
56481      Branch: perl
56482            ! cop.h
56483 ____________________________________________________________________________
56484 [  6908] By: jhi                                   on 2000/08/30  00:58:05
56485         Log: Update Changes.
56486      Branch: perl
56487            ! Changes patchlevel.h
56488 ____________________________________________________________________________
56489 [  6907] By: jhi                                   on 2000/08/30  00:57:22
56490         Log: Introduce ccname to keep track of what compiler kind of we have.
56491      Branch: metaconfig/U/perl
56492            ! Checkcc.U gccvers.U
56493      Branch: perl
56494            ! Configure config_h.SH hints/solaris_2.sh
56495 ____________________________________________________________________________
56496 [  6906] By: jhi                                   on 2000/08/30  00:25:47
56497         Log: Put back the flags dump as reasoned in
56498              
56499              Subject: Re: [PATCH] Glob dumping
56500              From: Mike Guy <mjtg@cam.ac.uk> 
56501              Date: Tue, 29 Aug 2000 21:41:32 +0100
56502              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
56503      Branch: perl
56504            ! dump.c t/lib/peek.t
56505 ____________________________________________________________________________
56506 [  6905] By: jhi                                   on 2000/08/30  00:16:17
56507         Log: Make the epsilon to be relative, not absolute.
56508              
56509              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
56510              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
56511              Date: Tue, 29 Aug 2000 19:58:56 -0400
56512              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
56513      Branch: perl
56514            ! t/lib/trig.t
56515 ____________________________________________________________________________
56516 [  6904] By: jhi                                   on 2000/08/30  00:13:09
56517         Log: From now on, Gisle is on my list of usual suspects :-)
56518              Retract #6902.
56519      Branch: perl
56520            ! ext/Opcode/Safe.pm
56521 ____________________________________________________________________________
56522 [  6903] By: jhi                                   on 2000/08/29  23:51:20
56523         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
56524              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56525              Date: Tue, 29 Aug 2000 18:43:26 -0500
56526              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
56527      Branch: perl
56528            + vms/vmspipe.com
56529            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
56530            ! vms/vms.c
56531 ____________________________________________________________________________
56532 [  6902] By: jhi                                   on 2000/08/29  23:44:14
56533         Log: Retry what #6882 attempted.
56534              
56535              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
56536              From: Gisle Aas <gisle@ActiveState.com>
56537              Date: 30 Aug 2000 00:33:09 +0200
56538              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
56539      Branch: perl
56540            ! ext/Opcode/Safe.pm
56541 ____________________________________________________________________________
56542 [  6901] By: jhi                                   on 2000/08/29  22:59:32
56543         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
56544              From: Hugo <hv@crypt.compulink.co.uk>
56545              Date: Mon, 12 Jun 2000 19:36:08 +0100
56546              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
56547      Branch: perl
56548            ! sv.c
56549 ____________________________________________________________________________
56550 [  6900] By: jhi                                   on 2000/08/29  22:58:35
56551         Log: Admit that we are leaking scalars.
56552              
56553              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
56554              From: Spider Boardman <spider@leggy.zk3.dec.com>
56555              Date: Tue, 29 Aug 2000 18:48:29 -0400
56556              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
56557      Branch: perl
56558            ! t/pragma/warnings.t
56559 ____________________________________________________________________________
56560 [  6899] By: jhi                                   on 2000/08/29  20:53:13
56561         Log: Update Changes.
56562      Branch: perl
56563            ! Changes patchlevel.h
56564 ____________________________________________________________________________
56565 [  6898] By: jhi                                   on 2000/08/29  20:46:21
56566         Log: Undo namespace pollution of #6878.
56567              
56568              Subject: Re: Net::protoent does not export 'getproto'
56569              From: Mike Guy <mjtg@cam.ac.uk>
56570              Date: Tue, 29 Aug 2000 21:32:37 +0100
56571              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
56572      Branch: perl
56573            ! lib/Net/protoent.pm
56574 ____________________________________________________________________________
56575 [  6897] By: jhi                                   on 2000/08/29  20:44:29
56576         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
56577              From: Peter Prymmer <pvhp@forte.com>
56578              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
56579              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
56580      Branch: perl
56581            ! pod/perlebcdic.pod
56582 ____________________________________________________________________________
56583 [  6896] By: jhi                                   on 2000/08/29  20:40:57
56584         Log: There's no point repeating the 'revision' (5) of perl5.
56585      Branch: metaconfig/U/perl
56586            ! Devel.U patchlevel.U
56587      Branch: perl
56588            ! Configure config_h.SH
56589 ____________________________________________________________________________
56590 [  6895] By: jhi                                   on 2000/08/29  20:16:58
56591         Log: Regen Configure for #6894.
56592      Branch: metaconfig/U/perl
56593            ! perladmin.U
56594      Branch: perl
56595            ! Configure config_h.SH
56596 ____________________________________________________________________________
56597 [  6894] By: jhi                                   on 2000/08/29  19:59:52
56598         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
56599              From: "Philip Newton" <Philip.Newton@gmx.net>
56600              Date: Tue, 29 Aug 2000 21:39:14 +0200
56601              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
56602      Branch: perl
56603            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
56604            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
56605            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
56606            ! utils/perlbug.PL
56607 ____________________________________________________________________________
56608 [  6893] By: jhi                                   on 2000/08/29  19:55:30
56609         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
56610              From: "Philip Newton" <Philip.Newton@gmx.net>
56611              Date: Tue, 29 Aug 2000 21:39:14 +0200
56612              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
56613      Branch: perl
56614            ! installhtml
56615 ____________________________________________________________________________
56616 [  6892] By: jhi                                   on 2000/08/29  19:53:59
56617         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
56618              From: "Philip Newton" <Philip.Newton@gmx.net>
56619              Date: Tue, 29 Aug 2000 21:48:18 +0200
56620              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
56621      Branch: perl
56622            ! lib/File/Temp.pm
56623 ____________________________________________________________________________
56624 [  6891] By: jhi                                   on 2000/08/29  18:30:03
56625         Log: Nail the ID 20000828.023.
56626      Branch: perl
56627            ! ext/Storable/Storable.xs
56628 ____________________________________________________________________________
56629 [  6890] By: jhi                                   on 2000/08/29  16:50:17
56630         Log: Under usethreads the dumped variable is IN_PAD.
56631              
56632              Subject: Re: [PATCH] Glob dumping
56633              From: Gisle Aas <gisle@ActiveState.com>
56634              Date: 29 Aug 2000 18:45:05 +0200
56635              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
56636      Branch: perl
56637            ! t/lib/peek.t
56638 ____________________________________________________________________________
56639 [  6889] By: jhi                                   on 2000/08/29  15:17:37
56640         Log: Update Changes.
56641      Branch: perl
56642            ! Changes patchlevel.h
56643 ____________________________________________________________________________
56644 [  6888] By: jhi                                   on 2000/08/29  14:49:59
56645         Log: Retract #6882, broke the safe tests.
56646      Branch: perl
56647            ! ext/Opcode/Safe.pm
56648 ____________________________________________________________________________
56649 [  6887] By: jhi                                   on 2000/08/29  14:47:06
56650         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
56651              From: Gisle Aas <gisle@ActiveState.com> 
56652              Date: 09 Jun 2000 20:00:11 +0200
56653              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
56654      Branch: perl
56655            ! utils/perldoc.PL
56656 ____________________________________________________________________________
56657 [  6886] By: jhi                                   on 2000/08/29  14:42:45
56658         Log: The #6881 removed one dump line.
56659      Branch: perl
56660            ! t/lib/peek.t
56661 ____________________________________________________________________________
56662 [  6885] By: jhi                                   on 2000/08/29  14:30:47
56663         Log: Don't forget to tidy up.
56664      Branch: perl
56665            ! t/lib/ftmp-security.t
56666 ____________________________________________________________________________
56667 [  6884] By: jhi                                   on 2000/08/29  14:25:17
56668         Log: Disabling the one test is a bit tricky.
56669      Branch: perl
56670            ! t/lib/ftmp-security.t
56671 ____________________________________________________________________________
56672 [  6883] By: jhi                                   on 2000/08/29  14:16:25
56673         Log: Disable one of the tests for now.
56674      Branch: perl
56675            ! t/lib/ftmp-security.t
56676 ____________________________________________________________________________
56677 [  6882] By: jhi                                   on 2000/08/29  14:05:50
56678         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
56679              From: gisle@aas.no
56680              Date: 29 Aug 2000 10:35:06 -0000
56681              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
56682      Branch: perl
56683            ! ext/Opcode/Safe.pm
56684 ____________________________________________________________________________
56685 [  6881] By: jhi                                   on 2000/08/29  14:03:51
56686         Log: Subject: [PATCH] Glob dumping
56687              From: Gisle Aas <gisle@ActiveState.com>
56688              Date: 29 Aug 2000 07:59:42 -0000
56689              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
56690      Branch: perl
56691            ! dump.c
56692 ____________________________________________________________________________
56693 [  6880] By: jhi                                   on 2000/08/29  14:02:01
56694         Log: Subject: [PATCH] Warnings in B::Deparse
56695              From: <abigail@foad.org>
56696              Date: Tue, 29 Aug 2000 00:00:01 -0400
56697              Message-ID: <20000829040001.2999.qmail@foad.org>
56698      Branch: perl
56699            ! ext/B/B/Deparse.pm
56700 ____________________________________________________________________________
56701 [  6879] By: jhi                                   on 2000/08/29  13:57:26
56702         Log: Missed a change in #6869.
56703      Branch: perl
56704            ! mg.c
56705 ____________________________________________________________________________
56706 [  6878] By: jhi                                   on 2000/08/29  13:45:04
56707         Log: Subject: Net::protoent does not export 'getproto'
56708              From: Yasushi Nakajima <sey@jkc.co.jp>
56709              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
56710      Branch: perl
56711            ! lib/Net/protoent.pm
56712 ____________________________________________________________________________
56713 [  6877] By: jhi                                   on 2000/08/29  13:39:19
56714         Log: Patches all over for people and the files they (hopefully) care about.
56715      Branch: perl
56716            ! AUTHORS Changes MAINTAIN
56717 ____________________________________________________________________________
56718 [  6876] By: jhi                                   on 2000/08/29  12:53:54
56719         Log: Fix for thinko in #6848.
56720              
56721              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
56722              From: Lupe Christoph <lupe@lupe-christoph.de>
56723              Date: Tue, 29 Aug 2000 09:04:08 +0200
56724              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
56725      Branch: perl
56726            ! ext/Thread/Thread.xs
56727 ____________________________________________________________________________
56728 [  6875] By: jhi                                   on 2000/08/29  12:50:14
56729         Log: Update to Getopt::Long 2.24, from Johan Vromans.
56730      Branch: perl
56731            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
56732 ____________________________________________________________________________
56733 [  6874] By: jhi                                   on 2000/08/29  02:09:53
56734         Log: Use minimal @INC in tests, most of the time just '../lib',
56735              so that we simply can't pick up stuff from other Perls than
56736              the one we are testing.  Pointed out by
56737              
56738              From: Mike Guy <mjtg@cam.ac.uk>
56739              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
56740              Date: Fri, 25 Aug 2000 15:15:59 +0100
56741              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
56742      Branch: perl
56743            ! (edit 185 files)
56744 ____________________________________________________________________________
56745 [  6873] By: jhi                                   on 2000/08/29  01:07:11
56746         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
56747              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56748              Date: Mon, 28 Aug 2000 17:45:52 -0700
56749              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
56750      Branch: perl
56751            ! Makefile.SH hints/os2.sh
56752 ____________________________________________________________________________
56753 [  6872] By: jhi                                   on 2000/08/28  23:33:39
56754         Log: Subject: [PATCH bleedperl@6866] spellings
56755              From: marcel@codewerk.com (Marcel Grunauer)
56756              Date: Tue, 29 Aug 2000 01:19:59 +0200
56757              Message-Id: <200008282319.BAA29862@gandalf.local>
56758      Branch: perl
56759            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
56760            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
56761            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
56762 ____________________________________________________________________________
56763 [  6871] By: jhi                                   on 2000/08/28  23:22:09
56764         Log: Take out the SUIDMAIL thing, that will not be
56765              a problem in 5.7.*.
56766      Branch: perl
56767            ! patchlevel.h
56768 ____________________________________________________________________________
56769 [  6870] By: jhi                                   on 2000/08/28  23:19:30
56770         Log: -S is the silent flag, -s is the strip flag.
56771              
56772              Subject: [PATCH] Re: [PATCH] make no-install          
56773              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56774              Date: Mon, 28 Aug 2000 15:12:55 -0700
56775              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
56776      Branch: perl
56777            ! Makefile.SH
56778 ____________________________________________________________________________
56779 [  6869] By: jhi                                   on 2000/08/28  23:12:05
56780         Log: Subject: [PATCH bleedperl@6856] warnings fixes
56781              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56782              Date: Mon, 28 Aug 2000 23:55:06 +0100
56783              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
56784      Branch: perl
56785            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
56786            ! warnings.h warnings.pl
56787 ____________________________________________________________________________
56788 [  6868] By: jhi                                   on 2000/08/28  21:38:22
56789         Log: Potential cruft.
56790      Branch: perl
56791            ! Makefile.SH
56792 ____________________________________________________________________________
56793 [  6867] By: jhi                                   on 2000/08/28  21:35:36
56794         Log: Update Changes.
56795      Branch: perl
56796            ! Changes patchlevel.h
56797 ____________________________________________________________________________
56798 [  6866] By: jhi                                   on 2000/08/28  21:33:49
56799         Log: Subject: hv.h Doc Patch
56800              From: Fisher Mark <fisherm@tce.com>
56801              Date: Mon, 28 Aug 2000 16:24:59 -0500
56802              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
56803      Branch: perl
56804            ! hv.h
56805 ____________________________________________________________________________
56806 [  6865] By: jhi                                   on 2000/08/28  21:02:15
56807         Log: Add -ld to archname on long tr...double platforms.
56808      Branch: metaconfig
56809            ! U/threads/archname.U
56810      Branch: perl
56811            ! Configure config_h.SH
56812 ____________________________________________________________________________
56813 [  6864] By: jhi                                   on 2000/08/28  20:38:59
56814         Log: An attempt to fix the problem reported in
56815              
56816              Subject: Building perl@6856 using gcc/AIX 4.3.3 
56817              From: Daniel Muino <dmuino@afip.gov.ar> 
56818              Date: Mon, 28 Aug 2000 15:50:01 -0300   
56819              Message-ID: <20000828155001.A14403@con2-dgi>
56820              
56821              I can't test this properly since the gcc installation I have
56822              access to seems to be botched (gcc is calling the AIX cpp,
56823              a losing proposition...)
56824      Branch: perl
56825            ! hints/aix.sh
56826 ____________________________________________________________________________
56827 [  6863] By: jhi                                   on 2000/08/28  18:57:52
56828         Log: Fix for ID 20000828.001, long doubles were not formatted
56829              correctly (showed up in $], which stopped installing perl).
56830      Branch: perl
56831            ! sv.c
56832 ____________________________________________________________________________
56833 [  6862] By: jhi                                   on 2000/08/28  18:07:15
56834         Log: Typo in #6858.
56835      Branch: perl
56836            ! lib/Cwd.pm
56837 ____________________________________________________________________________
56838 [  6861] By: jhi                                   on 2000/08/28  17:57:27
56839         Log: opmini.o may be left around if a build is interrupted.
56840      Branch: perl
56841            ! Makefile.SH
56842 ____________________________________________________________________________
56843 [  6860] By: jhi                                   on 2000/08/28  16:52:50
56844         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
56845              From: Daniel Chetlin <daniel@chetlin.com>
56846              Date: Mon, 28 Aug 2000 01:14:18 -0700
56847              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
56848      Branch: perl
56849            ! lib/overload.pm
56850 ____________________________________________________________________________
56851 [  6859] By: jhi                                   on 2000/08/28  16:08:46
56852         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
56853              From: Nicholas Clark <nick@ccl4.org>
56854              Date: Mon, 28 Aug 2000 16:03:27 +0100
56855              Message-Id: <20000828160327.C49785@plum.flirble.org>
56856      Branch: perl
56857            ! ext/ByteLoader/bytecode.h
56858 ____________________________________________________________________________
56859 [  6858] By: jhi                                   on 2000/08/28  16:02:10
56860         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
56861              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
56862              Date: Mon, 28 Aug 2000 13:08:30 +0200
56863              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
56864      Branch: perl
56865            ! lib/Cwd.pm
56866 ____________________________________________________________________________
56867 [  6857] By: jhi                                   on 2000/08/28  15:42:47
56868         Log: display_format used as a class method without arguments was broken,
56869              reported in
56870              
56871              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
56872              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
56873              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
56874              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
56875      Branch: perl
56876            ! lib/Math/Complex.pm t/lib/complex.t
56877 ____________________________________________________________________________
56878 [  6856] By: jhi                                   on 2000/08/27  22:09:48
56879         Log: Update Changes.
56880      Branch: perl
56881            ! Changes patchlevel.h
56882 ____________________________________________________________________________
56883 [  6855] By: jhi                                   on 2000/08/27  21:59:21
56884         Log: Retract #6853 (false alarm).
56885      Branch: perl
56886            ! lib/ExtUtils/xsubpp
56887 ____________________________________________________________________________
56888 [  6854] By: jhi                                   on 2000/08/27  21:37:44
56889         Log: Update Changes.
56890      Branch: perl
56891            ! Changes patchlevel.h
56892 ____________________________________________________________________________
56893 [  6853] By: jhi                                   on 2000/08/27  21:37:16
56894         Log: Subject: [PATCH perl@6850] workaround for xsubpp
56895              From: Hugo <hv@crypt.compulink.co.uk>
56896              Date: Sun, 27 Aug 2000 22:30:25 +0100
56897              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
56898      Branch: perl
56899            ! lib/ExtUtils/xsubpp
56900 ____________________________________________________________________________
56901 [  6852] By: jhi                                   on 2000/08/27  21:33:58
56902         Log: Big-endian 64-bit patch from Raphael Manfredi.
56903      Branch: perl
56904            ! ext/Storable/Storable.xs
56905 ____________________________________________________________________________
56906 [  6851] By: jhi                                   on 2000/08/27  21:22:21
56907         Log: More ruthless editing from Hugo van der Sanden.
56908      Branch: perl
56909            ! pod/perldelta.pod
56910 ____________________________________________________________________________
56911 [  6850] By: jhi                                   on 2000/08/27  16:11:46
56912         Log: Update Changes.
56913      Branch: perl
56914            ! Changes patchlevel.h
56915 ____________________________________________________________________________
56916 [  6849] By: jhi                                   on 2000/08/27  16:11:05
56917         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
56918      Branch: perl
56919            ! configpm pod/perldelta.pod
56920 ____________________________________________________________________________
56921 [  6848] By: jhi                                   on 2000/08/27  15:35:08
56922         Log: Use the actual thread type, not the pointer-to-struct.
56923      Branch: perl
56924            ! ext/Thread/Thread.xs
56925 ____________________________________________________________________________
56926 [  6847] By: jhi                                   on 2000/08/27  15:30:49
56927         Log: Test nit.
56928      Branch: perl
56929            ! t/pragma/warn/pp_sys
56930 ____________________________________________________________________________
56931 [  6846] By: jhi                                   on 2000/08/27  15:19:02
56932         Log: Passing -R in ldflags makes now it to appear in the default
56933              for lddlflags, just like with -L.
56934              
56935              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
56936              From: Lupe Christoph <lupe@lupe-christoph.de>
56937              Date: Sun, 27 Aug 2000 10:28:21 +0200
56938              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
56939      Branch: metaconfig/U/perl
56940            ! dlsrc.U
56941      Branch: perl
56942            ! Configure
56943 ____________________________________________________________________________
56944 [  6845] By: jhi                                   on 2000/08/27  15:08:54
56945         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
56946              From: Alan Burlison <Alan.Burlison@uk.sun.com>
56947              Date: Sat, 26 Aug 2000 22:23:27 +0100
56948              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
56949      Branch: perl
56950            ! lib/ExtUtils/MM_Unix.pm
56951 ____________________________________________________________________________
56952 [  6844] By: jhi                                   on 2000/08/27  15:02:37
56953         Log: DJGPP update from Laszlo Molnar.
56954              
56955              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
56956              From: ml1050 <ml1050@freemail.hu>
56957              Date: Sat, 26 Aug 2000 23:24:40 +0200
56958              Message-Id: <20000826232440.A439@freemail.hu>
56959      Branch: perl
56960            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
56961            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
56962 ____________________________________________________________________________
56963 [  6843] By: jhi                                   on 2000/08/27  14:53:58
56964         Log: Subject: installman buglet
56965              From: Lupe Christoph <lupe@lupe-christoph.de>
56966              Date: Sun, 27 Aug 2000 14:38:59 +0200
56967              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
56968      Branch: perl
56969            ! installman
56970 ____________________________________________________________________________
56971 [  6842] By: jhi                                   on 2000/08/27  14:52:08
56972         Log: Can't get the test to reliably work thanks to the
56973              inaccurateness of floating point.  "Resolves" bug ids
56974              20000826.003, 20000826.009, 20000826.010,
56975      Branch: perl
56976            ! t/lib/trig.t
56977 ____________________________________________________________________________
56978 [  6841] By: jhi                                   on 2000/08/26  15:53:58
56979         Log: Update Changes.
56980      Branch: perl
56981            ! Changes patchlevel.h
56982 ____________________________________________________________________________
56983 [  6840] By: jhi                                   on 2000/08/26  14:23:03
56984         Log: grep -e isn't portable.
56985              
56986              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
56987              From: chris@broadband.att.com
56988              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
56989              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
56990      Branch: perl
56991            ! hints/solaris_2.sh
56992 ____________________________________________________________________________
56993 [  6839] By: jhi                                   on 2000/08/26  14:12:23
56994         Log: no-install target a la make -n.
56995              
56996              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
56997              From: <abigail@foad.org>
56998              Date: Sat, 26 Aug 2000 03:57:34 -0400
56999              Message-ID: <20000826075735.18912.qmail@foad.org>
57000      Branch: perl
57001            ! Makefile.SH installman installperl
57002 ____________________________________________________________________________
57003 [  6838] By: jhi                                   on 2000/08/26  14:06:33
57004         Log: Retract #6826 as the #6828 should be do the same
57005              in a More Correct Way.
57006      Branch: perl
57007            ! installperl
57008 ____________________________________________________________________________
57009 [  6837] By: jhi                                   on 2000/08/26  05:24:00
57010         Log: More casting.
57011      Branch: perl
57012            ! ext/Storable/Storable.xs
57013 ____________________________________________________________________________
57014 [  6836] By: jhi                                   on 2000/08/26  05:05:46
57015         Log: Nicer in decimal.
57016      Branch: perl
57017            ! ext/Storable/Storable.xs
57018 ____________________________________________________________________________
57019 [  6835] By: jhi                                   on 2000/08/26  05:03:50
57020         Log: There be no UVdf.
57021      Branch: perl
57022            ! ext/Storable/Storable.xs
57023 ____________________________________________________________________________
57024 [  6834] By: jhi                                   on 2000/08/26  05:00:18
57025         Log: Continue IVdfing and UVxfing.
57026      Branch: perl
57027            ! ext/Storable/Storable.xs
57028 ____________________________________________________________________________
57029 [  6833] By: jhi                                   on 2000/08/26  04:53:14
57030         Log: Use IVdf.
57031      Branch: perl
57032            ! ext/Storable/Storable.xs
57033 ____________________________________________________________________________
57034 [  6832] By: jhi                                   on 2000/08/26  04:40:41
57035         Log: Document PTR2XX and INT2PTR.
57036      Branch: perl
57037            ! pod/perlguts.pod
57038 ____________________________________________________________________________
57039 [  6831] By: jhi                                   on 2000/08/26  04:33:18
57040         Log: Use UVxf, PTR2UV, NVff.
57041      Branch: perl
57042            ! ext/Storable/Storable.xs
57043 ____________________________________________________________________________
57044 [  6830] By: jhi                                   on 2000/08/26  04:31:32
57045         Log: Update the test count.
57046      Branch: perl
57047            ! t/lib/trig.t
57048 ____________________________________________________________________________
57049 [  6829] By: jhi                                   on 2000/08/26  03:05:50
57050         Log: Subject: [PATCH] installation not quite silent yet.
57051              From: <abigail@foad.org>
57052              Date: Fri, 25 Aug 2000 20:07:53 -0400
57053              Message-ID: <20000826000753.7822.qmail@foad.org>
57054      Branch: perl
57055            ! installman installperl
57056 ____________________________________________________________________________
57057 [  6828] By: jhi                                   on 2000/08/26  03:05:14
57058         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
57059              From: Spider Boardman <spider@web.zk3.dec.com>
57060              Date: Fri, 25 Aug 2000 19:12:40 -0400
57061              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
57062      Branch: perl
57063            ! gv.c
57064 ____________________________________________________________________________
57065 [  6827] By: jhi                                   on 2000/08/25  23:54:34
57066         Log: Support preserving extremely big/small angles.
57067      Branch: perl
57068            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
57069 ____________________________________________________________________________
57070 [  6826] By: jhi                                   on 2000/08/25  23:01:20
57071         Log: Patch installperl to be long double-aware.
57072              
57073              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
57074              From: Spider Boardman <spider@web.zk3.dec.com>
57075              Date: Fri, 25 Aug 2000 18:15:23 -0400
57076              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
57077      Branch: perl
57078            ! installperl
57079 ____________________________________________________________________________
57080 [  6825] By: jhi                                   on 2000/08/25  22:58:25
57081         Log: Remove duplicately applied patch shards.
57082              
57083              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
57084              From: Spider Boardman <spider@leggy.zk3.dec.com>
57085              Date: Fri, 25 Aug 2000 16:45:03 -0400
57086              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
57087      Branch: perl
57088            ! t/lib/cgi-html.t
57089 ____________________________________________________________________________
57090 [  6824] By: jhi                                   on 2000/08/25  22:57:00
57091         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57092              From: Daniel Chetlin <daniel@chetlin.com>
57093              Date: Fri, 25 Aug 2000 12:23:16 -0700
57094              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
57095              
57096              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57097              From: Daniel Chetlin <daniel@chetlin.com>
57098              Date: Fri, 25 Aug 2000 14:47:19 -0700
57099              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
57100      Branch: perl
57101            ! installman
57102 ____________________________________________________________________________
57103 [  6823] By: jhi                                   on 2000/08/25  22:44:17
57104         Log: Timestamp problem?
57105      Branch: perl
57106            ! uconfig.h uconfig.sh
57107 ____________________________________________________________________________
57108 [  6822] By: jhi                                   on 2000/08/25  19:01:06
57109         Log: One forgotten file from #6816.
57110      Branch: perl
57111            ! vos/config.h
57112 ____________________________________________________________________________
57113 [  6821] By: jhi                                   on 2000/08/25  18:56:39
57114         Log: Regen Changes.
57115      Branch: perl
57116            ! Changes patchlevel.h
57117 ____________________________________________________________________________
57118 [  6820] By: jhi                                   on 2000/08/25  18:52:35
57119         Log: Fix Changes ordering.
57120      Branch: perl
57121            ! Changes
57122 ____________________________________________________________________________
57123 [  6819] By: jhi                                   on 2000/08/25  18:50:25
57124         Log: Update Changes.
57125      Branch: perl
57126            ! Changes patchlevel.h
57127 ____________________________________________________________________________
57128 [  6818] By: jhi                                   on 2000/08/25  18:47:45
57129         Log: Tweak the sfio/useperlio logic, hopefully as wished in
57130              
57131              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
57132              From: Nicholas Clark <nick@babyhippo.co.uk>
57133              Date: Fri, 25 Aug 2000 12:01:45 +0100
57134              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
57135      Branch: metaconfig/U/perl
57136            ! d_sfio.U
57137      Branch: perl
57138            ! Configure
57139 ____________________________________________________________________________
57140 [  6817] By: jhi                                   on 2000/08/25  18:32:51
57141         Log: Allow microperl to assume <math.h>, without it the math
57142              functions like floor() are assumed to return int, which makes
57143              for core dumps in machines where integer and floating register
57144              don't mix.
57145      Branch: perl
57146            ! uconfig.h uconfig.sh
57147 ____________________________________________________________________________
57148 [  6816] By: jhi                                   on 2000/08/25  18:27:17
57149         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
57150              the problem reported in
57151              
57152              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
57153              From: danhale@us.ibm.com
57154              Date: Fri, 25 Aug 2000 10:58:06 -0400
57155              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
57156      Branch: metaconfig/U/perl
57157            + d_socks5_init.U
57158      Branch: perl
57159            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
57160            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
57161            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
57162            ! win32/config.gc win32/config.vc
57163 ____________________________________________________________________________
57164 [  6815] By: jhi                                   on 2000/08/25  17:43:31
57165         Log: A solution for the retrieve_fd autosplit warning,
57166              idea suggested by Mike Guy.
57167      Branch: perl
57168            ! ext/Storable/Storable.pm
57169 ____________________________________________________________________________
57170 [  6814] By: jhi                                   on 2000/08/25  17:16:03
57171         Log: Add install-silent target.
57172      Branch: perl
57173            ! Makefile.SH
57174 ____________________________________________________________________________
57175 [  6813] By: jhi                                   on 2000/08/25  17:14:23
57176         Log: Subject: Re: [PATCH] More silencing of installman.
57177              From: <abigail@foad.org>
57178              Date: Thu, 24 Aug 2000 19:27:03 -0400
57179              Message-ID: <20000824232703.7001.qmail@foad.org>
57180              
57181              Subject: Re: [PATCH] More silencing of installman.
57182              From: <abigail@foad.org>
57183              Date: Fri, 25 Aug 2000 03:00:58 -0400
57184              Message-ID: <20000825070058.10697.qmail@foad.org>
57185      Branch: perl
57186            ! installman
57187 ____________________________________________________________________________
57188 [  6812] By: jhi                                   on 2000/08/25  17:11:28
57189         Log: installperl --verbose and --silent.
57190              
57191              Subject: Re: [PATCH] More silencing of installman.
57192              From: <abigail@foad.org>
57193              Message-ID: <20000825064430.9719.qmail@foad.org>
57194              Date: Fri, 25 Aug 2000 02:44:30 -0400
57195      Branch: perl
57196            ! installperl
57197 ____________________________________________________________________________
57198 [  6811] By: jhi                                   on 2000/08/25  17:05:43
57199         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
57200              From: "Peter J. Farley III" <pjfarley@banet.net>
57201              Date: Thu, 24 Aug 2000 21:58:03 -0400
57202              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
57203              
57204              (applied slightly modified)
57205      Branch: perl
57206            ! lib/ExtUtils/MM_Unix.pm
57207 ____________________________________________________________________________
57208 [  6810] By: jhi                                   on 2000/08/25  17:01:18
57209         Log: Missing parts of 
57210              
57211              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
57212              From: Peter Prymmer <pvhp@forte.com>
57213              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
57214              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
57215      Branch: perl
57216            ! t/lib/cgi-html.t
57217 ____________________________________________________________________________
57218 [  6809] By: jhi                                   on 2000/08/25  16:46:32
57219         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
57220              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57221              Date: Thu, 24 Aug 2000 19:13:11 -0500
57222              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
57223      Branch: perl
57224            ! vms/vms.c
57225 ____________________________________________________________________________
57226 [  6808] By: jhi                                   on 2000/08/25  16:39:22
57227         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
57228              From: Peter Prymmer <pvhp@forte.com>
57229              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
57230              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
57231      Branch: perl
57232            ! configure.com
57233 ____________________________________________________________________________
57234 [  6807] By: jhi                                   on 2000/08/25  16:36:37
57235         Log: Better wording for the vec lvalue diagnostic.
57236              
57237              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57238              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
57239              Date: Wed, 23 Aug 2000 14:12:16 -0400
57240              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
57241      Branch: perl
57242            ! pod/perldiag.pod
57243 ____________________________________________________________________________
57244 [  6806] By: jhi                                   on 2000/08/24  18:17:22
57245         Log: Subject: [PATCH] More silencing of installman.
57246              From: <abigail@foad.org>
57247              Date: Thu, 24 Aug 2000 14:01:44 -0400
57248              Message-ID: <20000824180144.20062.qmail@foad.org>
57249      Branch: perl
57250            ! installman
57251 ____________________________________________________________________________
57252 [  6805] By: jhi                                   on 2000/08/24  15:00:31
57253         Log: Update Changes.
57254      Branch: perl
57255            ! Changes patchlevel.h
57256 ____________________________________________________________________________
57257 [  6804] By: jhi                                   on 2000/08/24  14:59:07
57258         Log: Regen perltoc.
57259      Branch: perl
57260            ! pod/perltoc.pod
57261 ____________________________________________________________________________
57262 [  6803] By: jhi                                   on 2000/08/24  14:44:39
57263         Log: Show the doc file, not the temp file.
57264      Branch: perl
57265            ! installman
57266 ____________________________________________________________________________
57267 [  6802] By: jhi                                   on 2000/08/24  14:41:53
57268         Log: Continue silencing.
57269      Branch: perl
57270            ! installman
57271 ____________________________________________________________________________
57272 [  6801] By: jhi                                   on 2000/08/24  14:34:40
57273         Log: Actually do something with the silencer option.
57274      Branch: perl
57275            ! installman
57276 ____________________________________________________________________________
57277 [  6800] By: jhi                                   on 2000/08/24  14:26:22
57278         Log: Make installman to recognize the silence flag -S.
57279      Branch: perl
57280            ! installman
57281 ____________________________________________________________________________
57282 [  6799] By: jhi                                   on 2000/08/24  13:49:38
57283         Log: DOS patches and portability/porting notes, from Tim Jenness.
57284      Branch: perl
57285            ! lib/File/Temp.pm
57286 ____________________________________________________________________________
57287 [  6798] By: jhi                                   on 2000/08/24  13:48:27
57288         Log: Create directories in silence.
57289              
57290              Subject: [PATCH] Another silencer for MakeMaker
57291              From: andreas.koenig@anima.de (Andreas J. Koenig)
57292              Date: 24 Aug 2000 14:18:52 +0200
57293              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
57294      Branch: perl
57295            ! lib/ExtUtils/Command.pm
57296 ____________________________________________________________________________
57297 [  6797] By: jhi                                   on 2000/08/24  13:46:42
57298         Log: More liberal parsing of version numbers.
57299              
57300              Subject: Re: CPAN.pm beta for testing available
57301              From: andreas.koenig@anima.de (Andreas J. Koenig)
57302              Date: 24 Aug 2000 13:51:57 +0200
57303              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
57304      Branch: perl
57305            ! lib/CPAN.pm
57306 ____________________________________________________________________________
57307 [  6796] By: jhi                                   on 2000/08/24  13:44:36
57308         Log: Make "make install" by default silent.  A new "install-verbose"
57309              target is verbose.
57310      Branch: perl
57311            ! Makefile.SH
57312 ____________________________________________________________________________
57313 [  6795] By: jhi                                   on 2000/08/24  13:39:14
57314         Log: Add silencer flags to installperl.
57315              
57316              Subject: [PATCH] Making installperl silent.
57317              From: <abigail@foad.org>
57318              Date: Thu, 24 Aug 2000 05:01:45 -0400
57319              Message-ID: <20000824090145.13141.qmail@foad.org>
57320      Branch: perl
57321            ! installperl
57322 ____________________________________________________________________________
57323 [  6794] By: jhi                                   on 2000/08/24  13:35:50
57324         Log: installperl couldn't tell whether it had run tests or not.
57325              
57326              Subject: [PATCH] Re: installperl and t/TEST
57327              From: <abigail@foad.org>
57328              Date: Thu, 24 Aug 2000 04:00:53 -0400
57329              Message-ID: <20000824080053.2494.qmail@foad.org>
57330      Branch: perl
57331            ! Makefile.SH installperl
57332 ____________________________________________________________________________
57333 [  6793] By: jhi                                   on 2000/08/24  13:27:50
57334         Log: Drop the separate perlbc, perlcc -b should be enough.
57335      Branch: perl
57336            - utils/perlbc.PL
57337            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
57338 ____________________________________________________________________________
57339 [  6792] By: jhi                                   on 2000/08/24  04:41:30
57340         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
57341              plus the typo fix from Peter Prymmer.
57342      Branch: perl
57343            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
57344            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
57345 ____________________________________________________________________________
57346 [  6791] By: jhi                                   on 2000/08/24  02:10:43
57347         Log: Replace #6705 with a minimal doc patch.
57348              
57349              Subject: [PATCH 5.6.0] replace change #6705
57350              From: Jan Dubois <jand@ActiveState.com>
57351              Date: Wed, 23 Aug 2000 18:31:51 -0700
57352              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
57353      Branch: perl
57354            ! lib/Win32.pod win32/win32.c
57355 ____________________________________________________________________________
57356 [  6790] By: jhi                                   on 2000/08/23  17:52:00
57357         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57358              From: Mike Guy <mjtg@cam.ac.uk>
57359              Date: Wed, 23 Aug 2000 18:38:46 +0100
57360              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
57361      Branch: perl
57362            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
57363 ____________________________________________________________________________
57364 [  6789] By: jhi                                   on 2000/08/23  15:34:21
57365         Log: Update Changes.
57366      Branch: perl
57367            ! Changes patchlevel.h
57368 ____________________________________________________________________________
57369 [  6788] By: jhi                                   on 2000/08/23  15:33:40
57370         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
57371              From: Wilfredo Sánchez <wsanchez@apple.com>
57372              Date: Tue, 22 Aug 2000 19:31:27 -0700
57373              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
57374      Branch: perl
57375            ! perl.h
57376 ____________________________________________________________________________
57377 [  6787] By: jhi                                   on 2000/08/23  15:29:31
57378         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
57379              From: Spider Boardman <spider@leggy.zk3.dec.com>
57380              Date: Wed, 23 Aug 2000 10:33:23 -0400
57381              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
57382      Branch: perl
57383            ! lib/Pod/Html.pm
57384 ____________________________________________________________________________
57385 [  6786] By: jhi                                   on 2000/08/23  15:28:11
57386         Log: Bad makefile.
57387      Branch: perl
57388            ! ext/B/Makefile.PL
57389 ____________________________________________________________________________
57390 [  6785] By: jhi                                   on 2000/08/23  14:37:04
57391         Log: Update Changes.
57392      Branch: perl
57393            ! Changes patchlevel.h
57394 ____________________________________________________________________________
57395 [  6784] By: jhi                                   on 2000/08/23  13:58:41
57396         Log: Portability fix from Hugo van der Sanden.
57397      Branch: perl
57398            ! ext/re/Makefile.PL
57399 ____________________________________________________________________________
57400 [  6783] By: jhi                                   on 2000/08/23  13:53:53
57401         Log: Storable support, v-version fixes.
57402              
57403              Subject: CPAN.pm beta for testing available
57404              From: andreas.koenig@anima.de (Andreas J. Koenig)
57405              Date: 22 Aug 2000 23:31:33 +0200
57406              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
57407      Branch: perl
57408            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57409 ____________________________________________________________________________
57410 [  6782] By: jhi                                   on 2000/08/23  13:51:26
57411         Log: Mac and other portability updates from Chris Nandor.
57412      Branch: perl
57413            ! pod/perlmodinstall.pod
57414 ____________________________________________________________________________
57415 [  6781] By: jhi                                   on 2000/08/23  13:47:33
57416         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
57417              From: Peter Prymmer <pvhp@forte.com>
57418              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
57419              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
57420      Branch: perl
57421            ! ext/Storable/Storable.xs
57422 ____________________________________________________________________________
57423 [  6780] By: jhi                                   on 2000/08/23  13:33:34
57424         Log: VMS MMS (make) wants null action.
57425      Branch: perl
57426            ! ext/B/Makefile.PL
57427 ____________________________________________________________________________
57428 [  6779] By: jhi                                   on 2000/08/22  19:44:47
57429         Log: Forgot portability nit.
57430      Branch: perl
57431            ! t/lib/st-forgive.t
57432 ____________________________________________________________________________
57433 [  6778] By: jhi                                   on 2000/08/22  19:35:25
57434         Log: Be portable.
57435      Branch: perl
57436            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
57437            ! t/lib/st-store.t
57438 ____________________________________________________________________________
57439 [  6777] By: jhi                                   on 2000/08/22  18:50:53
57440         Log: Update Changes.
57441      Branch: perl
57442            ! Changes patchlevel.h
57443 ____________________________________________________________________________
57444 [  6776] By: jhi                                   on 2000/08/22  18:44:46
57445         Log: cSVOPo_*v things index into the current PL_curpad
57446              under ithreads, which is different from the curpad
57447              used by the XSUB.  (In other words, the code as-is
57448              before this patch wouldn't work under ithreads.)
57449              From Sarathy.
57450      Branch: perl
57451            ! ext/B/B.xs
57452 ____________________________________________________________________________
57453 [  6775] By: jhi                                   on 2000/08/22  18:18:37
57454         Log: Make the selection of NVff et al stricter.
57455      Branch: metaconfig/U/perl
57456            ! perlxvf.U
57457      Branch: perl
57458            ! Configure config_h.SH
57459 ____________________________________________________________________________
57460 [  6774] By: jhi                                   on 2000/08/22  17:19:42
57461         Log: perldelta nits.
57462      Branch: perl
57463            ! pod/perldelta.pod
57464 ____________________________________________________________________________
57465 [  6773] By: jhi                                   on 2000/08/22  17:06:26
57466         Log: Long double fixes from Spider Boardman.
57467              
57468              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
57469              From: system PRIVILEGED account <root@peano.zk3.dec.com>
57470              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
57471              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
57472      Branch: perl
57473            ! t/lib/bigfltpm.t t/lib/st-06compat.t
57474 ____________________________________________________________________________
57475 [  6772] By: jhi                                   on 2000/08/22  15:04:53
57476         Log: Update Changes.
57477      Branch: perl
57478            ! Changes patchlevel.h
57479 ____________________________________________________________________________
57480 [  6771] By: jhi                                   on 2000/08/22  15:01:44
57481         Log: perldelta fixes from Hugo van der Sanden.
57482      Branch: perl
57483            ! pod/perldelta.pod
57484 ____________________________________________________________________________
57485 [  6770] By: jhi                                   on 2000/08/22  14:34:49
57486         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
57487              From: Hugo <hv@crypt.compulink.co.uk>
57488              Date: Tue, 22 Aug 2000 11:21:53 +0100
57489              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
57490      Branch: perl
57491            ! regcomp.c
57492 ____________________________________________________________________________
57493 [  6769] By: jhi                                   on 2000/08/22  14:30:02
57494         Log: Add Yitzchak, reformat.
57495      Branch: perl
57496            ! Changes config_h.SH
57497 ____________________________________________________________________________
57498 [  6768] By: jhi                                   on 2000/08/22  14:21:35
57499         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
57500              and Spider Boardman.
57501      Branch: metaconfig
57502            ! U/compline/d_gconvert.U
57503      Branch: perl
57504            ! Configure
57505 ____________________________________________________________________________
57506 [  6767] By: jhi                                   on 2000/08/22  14:11:24
57507         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
57508              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57509              Date: Mon, 21 Aug 2000 19:08:31 -0700
57510              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
57511      Branch: perl
57512            - ext/Storable/patchlevel.h
57513            ! MANIFEST ext/Storable/MANIFEST
57514 ____________________________________________________________________________
57515 [  6766] By: jhi                                   on 2000/08/22  13:49:29
57516         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
57517              From: Peter Prymmer <pvhp@forte.com>
57518              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
57519              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
57520      Branch: perl
57521            ! configure.com ext/Storable/Makefile.PL
57522 ____________________________________________________________________________
57523 [  6765] By: jhi                                   on 2000/08/22  13:44:59
57524         Log: Subject: [PATCH blead] B:: missing dependency
57525              From: Hugo <hv@crypt.compulink.co.uk>
57526              Date: Tue, 22 Aug 2000 06:44:33 +0100
57527              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
57528      Branch: perl
57529            ! ext/B/Makefile.PL
57530 ____________________________________________________________________________
57531 [  6764] By: jhi                                   on 2000/08/22  13:38:12
57532         Log: More bytecompiler.
57533      Branch: perl
57534            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
57535 ____________________________________________________________________________
57536 [  6763] By: jhi                                   on 2000/08/22  13:36:44
57537         Log: Bytecompiler patches from Benjamin Stuhl.
57538      Branch: perl
57539            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
57540            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
57541            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
57542            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
57543            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
57544            ! perl.c perlapi.h pod/perldelta.pod
57545 ____________________________________________________________________________
57546 [  6762] By: jhi                                   on 2000/08/21  23:43:40
57547         Log: An obsoleted diagnostic.
57548      Branch: perl
57549            ! pod/perldelta.pod
57550 ____________________________________________________________________________
57551 [  6761] By: jhi                                   on 2000/08/21  23:01:45
57552         Log: The #6759 wasn't quite right.
57553      Branch: perl
57554            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
57555            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
57556            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
57557            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
57558            ! t/lib/st-tieditems.t
57559 ____________________________________________________________________________
57560 [  6760] By: jhi                                   on 2000/08/21  22:35:49
57561         Log: Be verydeepclean.
57562      Branch: perl
57563            ! Makefile.SH
57564 ____________________________________________________________________________
57565 [  6759] By: jhi                                   on 2000/08/21  22:25:40
57566         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
57567              From: Peter Prymmer <pvhp@forte.com>
57568              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
57569              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
57570      Branch: perl
57571            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
57572            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
57573            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
57574            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
57575            ! t/lib/st-tieditems.t
57576 ____________________________________________________________________________
57577 [  6758] By: jhi                                   on 2000/08/21  22:22:32
57578         Log: Few more casts, need reported in
57579              
57580              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
57581              From: Mike Stok <mike@stok.co.uk>
57582              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
57583              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
57584              
57585              and
57586              
57587              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
57588              From: abigail@foad.org
57589              Date: 21 Aug 2000 21:31:34 -0000
57590              Message-Id: <20000821213134.30170.qmail@foad.org>
57591      Branch: perl
57592            ! ext/Storable/Storable.xs
57593 ____________________________________________________________________________
57594 [  6757] By: jhi                                   on 2000/08/21  18:37:07
57595         Log: Update Changes.
57596      Branch: perl
57597            ! Changes patchlevel.h
57598 ____________________________________________________________________________
57599 [  6756] By: jhi                                   on 2000/08/21  18:34:02
57600         Log: A pod nit.
57601              
57602              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
57603              From: <abigail@foad.org>
57604              Date: Mon, 21 Aug 2000 14:00:16 -0400
57605              Message-ID: <20000821180016.28627.qmail@foad.org>
57606      Branch: perl
57607            ! pod/perlre.pod
57608 ____________________________________________________________________________
57609 [  6755] By: jhi                                   on 2000/08/21  18:30:56
57610         Log: Use PodParser 1.18 new test.
57611      Branch: perl
57612            ! t/pod/special_seqs.t t/pod/special_seqs.xr
57613 ____________________________________________________________________________
57614 [  6754] By: jhi                                   on 2000/08/21  18:28:35
57615         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
57616              patches cannot be applied since #6712 conflicts.
57617      Branch: perl
57618            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
57619 ____________________________________________________________________________
57620 [  6753] By: jhi                                   on 2000/08/21  18:15:11
57621         Log: Weed out some smaller changes.
57622      Branch: perl
57623            ! pod/perldelta.pod
57624 ____________________________________________________________________________
57625 [  6752] By: jhi                                   on 2000/08/21  18:02:30
57626         Log: Also under djgpp the timestamps are funky.
57627      Branch: perl
57628            ! t/op/stat.t
57629 ____________________________________________________________________________
57630 [  6751] By: jhi                                   on 2000/08/21  17:55:56
57631         Log: Tweak the floating point output routine preferences.
57632      Branch: metaconfig
57633            ! U/compline/d_gconvert.U
57634      Branch: perl
57635            ! Configure
57636 ____________________________________________________________________________
57637 [  6750] By: jhi                                   on 2000/08/21  17:51:29
57638         Log: Unicos/mk requires elaborate paranoia.
57639      Branch: perl
57640            ! lib/Math/Complex.pm
57641 ____________________________________________________________________________
57642 [  6749] By: gsar                                  on 2000/08/21  16:53:31
57643         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
57644      Branch: perl
57645            ! lib/Cwd.pm
57646 ____________________________________________________________________________
57647 [  6748] By: gsar                                  on 2000/08/21  16:22:19
57648         Log: free TLS slot properly on Windows
57649      Branch: perl
57650            ! thread.h win32/perllib.c win32/win32thread.h
57651 ____________________________________________________________________________
57652 [  6747] By: jhi                                   on 2000/08/21  16:20:58
57653         Log: Rename the macro argument because some preprocessors
57654              can't tell the difference and expand arguments also inside
57655              double quoted strings.
57656      Branch: perl
57657            ! regcomp.c
57658 ____________________________________________________________________________
57659 [  6746] By: jhi                                   on 2000/08/21  16:09:41
57660         Log: Support long doubles in Storable.
57661              
57662              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
57663              From: Radu Greab <radu@netsoft.ro>
57664              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
57665              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
57666      Branch: perl
57667            ! ext/Storable/Storable.xs
57668 ____________________________________________________________________________
57669 [  6745] By: jhi                                   on 2000/08/21  15:51:40
57670         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
57671              From: "Fifer, Eric" <EFifer@sanwaint.com>
57672              Date: Mon, 21 Aug 2000 15:34:49 +0100
57673              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
57674      Branch: perl
57675            ! t/pragma/warn/9enabled
57676 ____________________________________________________________________________
57677 [  6744] By: jhi                                   on 2000/08/21  15:39:35
57678         Log: Document the endianness of Alpha more precisely.
57679      Branch: perl
57680            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
57681            ! pod/perlport.pod
57682 ____________________________________________________________________________
57683 [  6743] By: jhi                                   on 2000/08/21  14:47:05
57684         Log: perldelta fixes from the p5p crowd.
57685      Branch: perl
57686            ! pod/perldelta.pod pod/perlop.pod
57687 ____________________________________________________________________________
57688 [  6742] By: jhi                                   on 2000/08/21  13:34:51
57689         Log: Update to Pod::LaTeX 0.53.
57690              
57691              Subject: [PATCH] lib/Pod/LaTeX.pm updates
57692              From: Tim Jenness <timj@jach.hawaii.edu>
57693              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
57694              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
57695      Branch: perl
57696            ! lib/Pod/LaTeX.pm
57697 ____________________________________________________________________________
57698 [  6741] By: jhi                                   on 2000/08/21  13:33:01
57699         Log: Subject: [PATCH] os2.c fix for use64bitint
57700              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57701              Date: Mon, 21 Aug 2000 01:32:25 -0700
57702              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
57703      Branch: perl
57704            ! os2/os2.c
57705 ____________________________________________________________________________
57706 [  6740] By: jhi                                   on 2000/08/21  13:28:52
57707         Log: Array context keeps slithering in.
57708              
57709              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
57710              From: Daniel Chetlin <daniel@chetlin.com>
57711              Date: Sun, 20 Aug 2000 21:40:25 -0700
57712              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
57713      Branch: perl
57714            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
57715            ! pod/perldebtut.pod
57716 ____________________________________________________________________________
57717 [  6739] By: jhi                                   on 2000/08/21  13:23:55
57718         Log: Big-endian quad fixes for Storable from Radu Greab,
57719              plus few explicit null casts for picky compilers.
57720      Branch: perl
57721            ! ext/Storable/Storable.xs
57722 ____________________________________________________________________________
57723 [  6738] By: gsar                                  on 2000/08/21  05:56:13
57724         Log: small tweaks for change#6705: avoid C++ style comments in C code;
57725              use Perl's malloc API rather than the low level system one
57726      Branch: perl
57727            ! win32/win32.c
57728 ____________________________________________________________________________
57729 [  6737] By: gsar                                  on 2000/08/21  05:35:41
57730         Log: add Storable to list of extensions on Windows
57731      Branch: perl
57732            ! win32/Makefile win32/makefile.mk
57733 ____________________________________________________________________________
57734 [  6736] By: jhi                                   on 2000/08/21  02:57:53
57735         Log: Update Changes.
57736      Branch: perl
57737            ! Changes patchlevel.h
57738 ____________________________________________________________________________
57739 [  6735] By: jhi                                   on 2000/08/21  02:57:20
57740         Log: Draft 0.
57741      Branch: perl
57742            ! pod/perldelta.pod
57743 ____________________________________________________________________________
57744 [  6734] By: jhi                                   on 2000/08/21  02:57:03
57745         Log: Add Storable 0.7.2 from Raphael Manfredi,
57746              plus the patch from
57747              
57748              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
57749              From: Radu Greab <radu@netsoft.ro>
57750              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
57751              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
57752              
57753              plus changes to get Storable to compile with
57754              picky ANSI compilers.
57755      Branch: perl
57756            + ext/Storable/ChangeLog ext/Storable/MANIFEST
57757            + ext/Storable/Makefile.PL ext/Storable/README
57758            + ext/Storable/Storable.pm ext/Storable/Storable.xs
57759            + ext/Storable/patchlevel.h t/lib/st-06compat.t
57760            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
57761            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
57762            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
57763            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
57764            + t/lib/st-tieditems.t
57765            ! MANIFEST
57766 ____________________________________________________________________________
57767 [  6733] By: jhi                                   on 2000/08/21  02:29:09
57768         Log: The correct cleaning order is an art.
57769      Branch: perl
57770            ! Makefile.SH
57771 ____________________________________________________________________________
57772 [  6732] By: jhi                                   on 2000/08/21  01:23:39
57773         Log: The #6724 is here.
57774      Branch: perl
57775            ! t/lib/ftmp-security.t
57776 ____________________________________________________________________________
57777 [  6731] By: jhi                                   on 2000/08/20  23:17:03
57778         Log: s/this one/the 5.6.0 release/
57779      Branch: perl
57780            ! pod/perl56delta.pod
57781 ____________________________________________________________________________
57782 [  6730] By: jhi                                   on 2000/08/20  23:07:34
57783         Log: Mention perlebcdic and perlposix-bc.
57784      Branch: perl
57785            ! pod/perlport.pod
57786 ____________________________________________________________________________
57787 [  6729] By: jhi                                   on 2000/08/20  21:32:59
57788         Log: Document the number of exponent digits.
57789      Branch: perl
57790            ! pod/perlfunc.pod
57791 ____________________________________________________________________________
57792 [  6728] By: jhi                                   on 2000/08/20  21:16:47
57793         Log: Use File::Spec->tmpdir().
57794              
57795              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
57796              From: Tim Jenness <timj@jach.hawaii.edu>
57797              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
57798              MIME-Version: 1.0
57799              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
57800      Branch: perl
57801            ! utils/perlbug.PL
57802 ____________________________________________________________________________
57803 [  6727] By: jhi                                   on 2000/08/20  20:43:32
57804         Log: Update Changes.
57805      Branch: perl
57806            ! Changes patchlevel.h
57807 ____________________________________________________________________________
57808 [  6726] By: jhi                                   on 2000/08/20  20:41:44
57809         Log: The veryclean target needs to clobber.
57810      Branch: perl
57811            ! Makefile.SH
57812 ____________________________________________________________________________
57813 [  6725] By: jhi                                   on 2000/08/20  20:37:38
57814         Log: Document odd vs even subreleases and -Dusedevel.
57815      Branch: perl
57816            ! INSTALL
57817 ____________________________________________________________________________
57818 [  6724] By: jhi                                   on 2000/08/20  19:58:05
57819         Log: Use temporary directory instead of current directory.
57820              
57821              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
57822              From: Tim Jenness <timj@jach.hawaii.edu>
57823              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
57824              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
57825      Branch: perl
57826            ! t/lib/ftmp-security.t
57827 ____________________________________________________________________________
57828 [  6723] By: jhi                                   on 2000/08/20  19:55:55
57829         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
57830              From: andreas.koenig@anima.de (Andreas J. Koenig)
57831              Date: 20 Aug 2000 15:52:03 +0200
57832              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
57833      Branch: perl
57834            ! lib/ExtUtils/MM_Unix.pm
57835 ____________________________________________________________________________
57836 [  6722] By: jhi                                   on 2000/08/20  19:46:01
57837         Log: Update to CGI 2.72, from Lincoln Stein.
57838      Branch: perl
57839            ! lib/CGI.pm
57840 ____________________________________________________________________________
57841 [  6721] By: jhi                                   on 2000/08/20  19:43:54
57842         Log: (Replaced by #8364.)
57843              
57844              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
57845              From: Radu Greab <radu@netsoft.ro>
57846              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
57847              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
57848      Branch: perl
57849            ! ext/GDBM_File/GDBM_File.xs
57850 ____________________________________________________________________________
57851 [  6720] By: jhi                                   on 2000/08/20  19:42:01
57852         Log: pp_open() could pass an uninitialized filename down to do_open9().
57853      Branch: perl
57854            ! pp_sys.c
57855 ____________________________________________________________________________
57856 [  6719] By: jhi                                   on 2000/08/20  14:06:41
57857         Log: UTF8 concat fixes.
57858              
57859              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
57860              From: Hugo <hv@crypt.compulink.co.uk>
57861              Date: Sun, 20 Aug 2000 07:30:46 +0100
57862              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
57863      Branch: perl
57864            ! pp_hot.c t/op/append.t
57865 ____________________________________________________________________________
57866 [  6718] By: jhi                                   on 2000/08/20  02:09:37
57867         Log: Let's try #6717 again.
57868      Branch: perl
57869            ! lib/File/Temp.pm
57870 ____________________________________________________________________________
57871 [  6717] By: jhi                                   on 2000/08/20  01:56:55
57872         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
57873              From: "Craig A. Berry" <craig.berry@metamorgs.com>
57874              Date: Sat, 19 Aug 2000 18:15:39 -0500
57875              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
57876      Branch: perl
57877            ! lib/File/Temp.pm
57878 ____________________________________________________________________________
57879 [  6716] By: jhi                                   on 2000/08/19  15:50:11
57880         Log: Update Changes.
57881      Branch: perl
57882            ! Changes patchlevel.h
57883 ____________________________________________________________________________
57884 [  6715] By: jhi                                   on 2000/08/19  15:39:09
57885         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
57886              From: Jonathan D Johnston <jdjohnston2@juno.com>
57887              Date: Thu, 17 Aug 2000 23:13:01 -0400       
57888              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
57889      Branch: perl
57890            ! pod/perlfunc.pod
57891 ____________________________________________________________________________
57892 [  6714] By: jhi                                   on 2000/08/19  15:34:04
57893         Log: Introduce a 'veryclean' target that is like 'distclean'
57894              but also removes *~ and *.orig.
57895      Branch: perl
57896            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
57897            ! utils/Makefile x2p/Makefile.SH
57898 ____________________________________________________________________________
57899 [  6713] By: jhi                                   on 2000/08/19  14:15:45
57900         Log: Put back the long double avoidance code to POSIX.xs
57901              because VMS seems to need it still.
57902      Branch: perl
57903            ! ext/POSIX/POSIX.xs
57904 ____________________________________________________________________________
57905 [  6712] By: jhi                                   on 2000/08/19  14:10:41
57906         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
57907              From: Peter Prymmer <pvhp@forte.com>
57908              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
57909              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
57910      Branch: perl
57911            ! lib/Pod/Find.pm t/pod/find.t
57912 ____________________________________________________________________________
57913 [  6711] By: jhi                                   on 2000/08/19  14:09:19
57914         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
57915              From: Peter Prymmer <pvhp@forte.com>
57916              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
57917              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
57918              cc: vmsperl@perl.org
57919      Branch: perl
57920            ! t/lib/peek.t
57921 ____________________________________________________________________________
57922 [  6710] By: jhi                                   on 2000/08/19  14:08:01
57923         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
57924              From: Jan Dubois <jand@ActiveState.com>
57925              Date: Fri, 18 Aug 2000 16:31:48 -0700
57926              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
57927      Branch: perl
57928            ! win32/win32.c
57929 ____________________________________________________________________________
57930 [  6709] By: jhi                                   on 2000/08/19  14:06:57
57931         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
57932              
57933              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
57934              From: Spider.Boardman@Orb.Nashua.NH.US
57935              Date: Fri, 18 Aug 2000 18:41:14 -0400
57936              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
57937      Branch: perl
57938            ! regcomp.c
57939 ____________________________________________________________________________
57940 [  6708] By: jhi                                   on 2000/08/18  22:04:49
57941         Log: Update Changes.
57942      Branch: perl
57943            ! Changes patchlevel.h
57944 ____________________________________________________________________________
57945 [  6707] By: jhi                                   on 2000/08/18  21:55:14
57946         Log: Add warnif(), check warnings further up the stack,
57947              all the warnings functions now can take an optional object reference.
57948              
57949              Subject: [PATCH bleedperl@6691] warnings pragma update
57950              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
57951              Date: Fri, 18 Aug 2000 22:42:06 +0100
57952              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
57953      Branch: perl
57954            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
57955            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
57956            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
57957 ____________________________________________________________________________
57958 [  6706] By: jhi                                   on 2000/08/18  21:41:45
57959         Log: Typo in pp_complement().
57960              
57961              Subject: [PATCH perl-current] Deparse
57962              From: Peter Scott <Peter@PSDT.com>
57963              Date: Fri, 18 Aug 2000 12:44:37 -0700
57964              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
57965      Branch: perl
57966            ! ext/B/B/Deparse.pm
57967 ____________________________________________________________________________
57968 [  6705] By: jhi                                   on 2000/08/18  21:25:59
57969         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
57970              From: Jan Dubois <jand@ActiveState.com>
57971              Date: Fri, 18 Aug 2000 14:22:51 -0700
57972              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
57973      Branch: perl
57974            ! lib/Win32.pod win32/win32.c
57975 ____________________________________________________________________________
57976 [  6704] By: jhi                                   on 2000/08/18  21:16:14
57977         Log: Don't eat leading os from index entries.
57978              
57979              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
57980              From: Russ Allbery <rra@stanford.edu>
57981              Date: 10 Aug 2000 20:49:25 -0700
57982              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
57983      Branch: perl
57984            ! lib/Pod/Man.pm
57985 ____________________________________________________________________________
57986 [  6703] By: jhi                                   on 2000/08/18  21:07:06
57987         Log: Add [[:blank:]] as suggested in
57988              
57989              Subject: [ID 20000716.024] [=cc=] / [:blank:]
57990              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
57991              Date: Sun, 16 Jul 2000 17:55:29 -0700
57992              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
57993              
57994              (the [=cc=] has already been taken care of by #6439
57995              so the whole bug report can be closed)
57996              
57997              and make [[:space:]] to be equivalent to isspace(3)
57998              (as opposed to \s, which is isSPACE()).  The difference
57999              is that now [[:space:]] matches the mythical vertical tab,
58000              while \s doesn't.
58001      Branch: perl
58002            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
58003            ! regexec.c t/op/pat.t
58004 ____________________________________________________________________________
58005 [  6702] By: jhi                                   on 2000/08/18  18:47:47
58006         Log: The new tests were missing from #6415.
58007      Branch: perl
58008            ! t/op/bop.t
58009 ____________________________________________________________________________
58010 [  6701] By: jhi                                   on 2000/08/18  18:20:40
58011         Log: Document the NDBM_File and ODBM_File as SDBM_File
58012              was documented in #6417.
58013      Branch: perl
58014            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
58015            ! ext/SDBM_File/SDBM_File.pm
58016 ____________________________________________________________________________
58017 [  6700] By: jhi                                   on 2000/08/18  18:10:39
58018         Log: Subject: [PATCH perl@6698] cygwin port
58019              From: "Fifer, Eric" <EFifer@sanwaint.com>
58020              Date: Fri, 18 Aug 2000 17:30:05 +0100
58021              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
58022      Branch: perl
58023            ! lib/File/Temp.pm
58024 ____________________________________________________________________________
58025 [  6699] By: jhi                                   on 2000/08/18  16:21:49
58026         Log: Document code point which makes if (defined %stash::) to work
58027              (noted by Spider Boardman).
58028      Branch: perl
58029            ! op.c
58030 ____________________________________________________________________________
58031 [  6698] By: jhi                                   on 2000/08/18  13:43:27
58032         Log: Update Changes.
58033      Branch: perl
58034            ! Changes patchlevel.h
58035 ____________________________________________________________________________
58036 [  6697] By: jhi                                   on 2000/08/18  13:35:57
58037         Log: Tiny Getopt::Long patch from Johan Vromans.
58038      Branch: perl
58039            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
58040 ____________________________________________________________________________
58041 [  6696] By: jhi                                   on 2000/08/18  13:26:14
58042         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
58043              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
58044              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
58045              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
58046      Branch: perl
58047            ! pod/perldiag.pod pod/perlsyn.pod
58048 ____________________________________________________________________________
58049 [  6695] By: jhi                                   on 2000/08/18  13:13:26
58050         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
58051              From: Daniel Chetlin <daniel@chetlin.com>
58052              Date: Fri, 18 Aug 2000 03:13:36 -0700
58053              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
58054      Branch: perl
58055            ! pod/perlfunc.pod
58056 ____________________________________________________________________________
58057 [  6694] By: jhi                                   on 2000/08/18  13:08:05
58058         Log: Subject: [PATCH] perltrap.pod spring cleaning
58059              From: Daniel Chetlin <daniel@chetlin.com>
58060              Date: Fri, 18 Aug 2000 03:06:54 -0700
58061              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
58062              
58063              plus Mike Guy's nitfix.
58064      Branch: perl
58065            ! pod/perltrap.pod
58066 ____________________________________________________________________________
58067 [  6693] By: jhi                                   on 2000/08/18  13:00:26
58068         Log: Unbuffer the output.
58069              
58070              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
58071              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58072              Date: Thu, 17 Aug 2000 18:39:29 -0700
58073              Message-ID: <RPJn5gzkgydf092yn@efn.org>
58074      Branch: perl
58075            ! t/op/fork.t
58076 ____________________________________________________________________________
58077 [  6692] By: jhi                                   on 2000/08/18  05:19:17
58078         Log: Delete the image, too, not just its MANIFEStation.
58079      Branch: perl
58080            - lib/CGI/eg/wilogo.gif
58081 ____________________________________________________________________________
58082 [  6691] By: jhi                                   on 2000/08/18  05:10:26
58083         Log: Propagate new Configure vars.
58084      Branch: perl
58085            ! configure.com epoc/config.sh uconfig.h uconfig.sh
58086            ! vos/config.def vos/config.h vos/config_h.SH_orig
58087            ! win32/config.bc win32/config.gc win32/config.vc
58088            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58089 ____________________________________________________________________________
58090 [  6690] By: jhi                                   on 2000/08/18  04:30:56
58091         Log: Update Changes.
58092      Branch: perl
58093            ! Changes patchlevel.h
58094 ____________________________________________________________________________
58095 [  6689] By: jhi                                   on 2000/08/18  04:12:30
58096         Log: Fix the lib/complex failure of
58097              
58098              From: abigail@foad.org
58099              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
58100              Date: 15 Aug 2000 04:06:38 -0000
58101              Message-Id: <20000815040638.8524.qmail@foad.org> 
58102              
58103              Linux long double accuracy issue: something that
58104              when printed with %g looks like "2" but int() of it is 1.
58105      Branch: perl
58106            ! lib/Math/Complex.pm
58107 ____________________________________________________________________________
58108 [  6688] By: jhi                                   on 2000/08/18  03:15:35
58109         Log: The byteorder code in #6671 was wrong.
58110      Branch: perl
58111            ! configpm
58112 ____________________________________________________________________________
58113 [  6687] By: jhi                                   on 2000/08/18  02:08:42
58114         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
58115              From: Jan Dubois <jand@ActiveState.com>
58116              Date: Thu, 17 Aug 2000 18:31:55 -0700
58117              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
58118      Branch: perl
58119            ! sv.c
58120 ____________________________________________________________________________
58121 [  6686] By: jhi                                   on 2000/08/18  02:04:15
58122         Log: Use NVs in POSIX math, not doubles.
58123              
58124              From: abigail@foad.org
58125              Subject: [ID 20000817.014] POSIX & modfl
58126              Date: 17 Aug 2000 20:49:18 -0000
58127              Message-Id: <20000817204918.23123.qmail@foad.org>
58128      Branch: perl
58129            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
58130 ____________________________________________________________________________
58131 [  6685] By: jhi                                   on 2000/08/18  02:02:12
58132         Log: Introduce NVef, NVff, and NVgf, use the middle one.
58133              (helps for lib/peek + Linux + long doubles)  Reported in
58134              
58135              From: abigail@foad.org
58136              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
58137              Date: 15 Aug 2000 04:06:38 -0000
58138              Message-Id: <20000815040638.8524.qmail@foad.org> 
58139              
58140              (note: the lib/complex failure has not yet been addressed)
58141      Branch: metaconfig/U/perl
58142            ! perlxvf.U
58143      Branch: perl
58144            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58145            ! config_h.SH dump.c perl.h pod/perlguts.pod
58146 ____________________________________________________________________________
58147 [  6684] By: jhi                                   on 2000/08/17  23:22:19
58148         Log: Add byteorder to the myconfig output.
58149      Branch: perl
58150            ! myconfig.SH
58151 ____________________________________________________________________________
58152 [  6683] By: jhi                                   on 2000/08/17  23:20:19
58153         Log: The image doth not exist, spotted by Johan Vromans.
58154      Branch: perl
58155            ! MANIFEST
58156 ____________________________________________________________________________
58157 [  6682] By: jhi                                   on 2000/08/17  22:38:16
58158         Log: Document what the backtick returns if the command fails.
58159      Branch: perl
58160            ! pod/perlop.pod
58161 ____________________________________________________________________________
58162 [  6681] By: jhi                                   on 2000/08/17  22:33:12
58163         Log: Do not use prototyping here.
58164              
58165              Subject: [ID 20000817.016] [PATCH] Peek.xs
58166              From: abigail@foad.org
58167              Date: 17 Aug 2000 20:55:56 -0000
58168              Message-Id: <20000817205556.24270.qmail@foad.org>
58169      Branch: perl
58170            ! ext/Devel/Peek/Makefile.PL
58171 ____________________________________________________________________________
58172 [  6680] By: jhi                                   on 2000/08/17  19:46:43
58173         Log: Don't propose using modules built for 5.005 if no binary
58174              compatibility with 5.005 is attempted.
58175              
58176              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
58177              Subject: Minor nit with 5.7.0 (6655)
58178              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
58179              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
58180      Branch: metaconfig
58181            ! U/installdirs/inc_version_list.U
58182      Branch: perl
58183            ! Configure config_h.SH
58184 ____________________________________________________________________________
58185 [  6679] By: jhi                                   on 2000/08/17  19:16:39
58186         Log: Microperl config update.
58187      Branch: perl
58188            ! uconfig.h uconfig.sh
58189 ____________________________________________________________________________
58190 [  6678] By: jhi                                   on 2000/08/17  19:16:13
58191         Log: The #6648 wasn't protective enough for limited platforms
58192              (like microperl).
58193      Branch: perl
58194            ! dump.c sv.c
58195 ____________________________________________________________________________
58196 [  6677] By: jhi                                   on 2000/08/17  14:46:35
58197         Log: Update Changes.
58198      Branch: perl
58199            ! Changes patchlevel.h
58200 ____________________________________________________________________________
58201 [  6676] By: jhi                                   on 2000/08/17  14:44:02
58202         Log: Add perlebcdic from Peter Prymmer, regen toc.
58203      Branch: perl
58204            + pod/perlebcdic.pod
58205            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
58206 ____________________________________________________________________________
58207 [  6675] By: jhi                                   on 2000/08/17  14:41:52
58208         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
58209      Branch: perl
58210            ! pod/perldebtut.pod
58211 ____________________________________________________________________________
58212 [  6674] By: jhi                                   on 2000/08/17  14:29:43
58213         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
58214              
58215              Subject: [ID 20000724.006] -DLEAKTEST problem
58216              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
58217              Date: Tue, 25 Jul 2000 00:36:32 -0500
58218              Message-Id: <20000725003632.A26186@www.llamacom.com>
58219              
58220              Reminder sent
58221              
58222              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
58223              From: Hugo <hv@crypt.compulink.co.uk>
58224              Date: Thu, 17 Aug 2000 15:23:42 +0100
58225              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
58226      Branch: perl
58227            ! util.c
58228 ____________________________________________________________________________
58229 [  6673] By: jhi                                   on 2000/08/17  04:07:10
58230         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
58231              From: John Peacock <JPeacock@UnivPress.com>
58232              Date: Tue, 01 Aug 2000 09:38:12 -0400
58233              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
58234      Branch: perl
58235            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
58236 ____________________________________________________________________________
58237 [  6672] By: jhi                                   on 2000/08/17  03:04:35
58238         Log: Subject: [PATCH] Cwd.pm now uses strict
58239              From: Tim Jenness <timj@jach.hawaii.edu>
58240              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
58241              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
58242      Branch: perl
58243            ! lib/Cwd.pm
58244 ____________________________________________________________________________
58245 [  6671] By: jhi                                   on 2000/08/17  02:16:35
58246         Log: Make $Config{byteorder} more magical so that it is
58247              dynamically computed: nice for 'fat binaries'.
58248              
58249              Subject: [PATCH]: default byteorder
58250              From: Wilfredo Sánchez <wsanchez@apple.com>
58251              Date: Mon, 31 Jul 2000 19:45:31 -0700
58252              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
58253      Branch: perl
58254            ! configpm
58255 ____________________________________________________________________________
58256 [  6670] By: gsar                                  on 2000/08/17  01:22:21
58257         Log: move WNOHANG definition to where other such things are
58258      Branch: perl
58259            ! win32/win32.h
58260 ____________________________________________________________________________
58261 [  6669] By: jhi                                   on 2000/08/17  01:19:17
58262         Log: Update Changes.
58263      Branch: perl
58264            ! Changes patchlevel.h
58265 ____________________________________________________________________________
58266 [  6668] By: jhi                                   on 2000/08/17  01:16:29
58267         Log: Doc nits spotted by Richard Soderberg.
58268      Branch: perl
58269            ! README.posix-bc README.vmesa
58270 ____________________________________________________________________________
58271 [  6667] By: jhi                                   on 2000/08/17  01:12:11
58272         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
58273              From: "Casey R. Tweten" <crt@kiski.net>
58274              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
58275              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
58276      Branch: perl
58277            ! pod/perldebtut.pod
58278 ____________________________________________________________________________
58279 [  6666] By: jhi                                   on 2000/08/17  01:09:31
58280         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
58281              From: "Casey R. Tweten" <crt@kiski.net>
58282              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
58283              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
58284      Branch: perl
58285            ! lib/Shell.pm
58286 ____________________________________________________________________________
58287 [  6665] By: gsar                                  on 2000/08/17  01:03:52
58288         Log: add "ok" targets from change#6632 in makefile.mk
58289      Branch: perl
58290            ! pod/perlport.pod win32/Makefile win32/makefile.mk
58291 ____________________________________________________________________________
58292 [  6664] By: gsar                                  on 2000/08/17  00:56:11
58293         Log: avoid warnings from dense compiler
58294      Branch: perl
58295            ! win32/win32.c
58296 ____________________________________________________________________________
58297 [  6663] By: jhi                                   on 2000/08/17  00:51:49
58298         Log: Tweak the regex compilation errors once more.
58299      Branch: perl
58300            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
58301            ! t/op/regmesg.t t/pragma/warn/regcomp
58302 ____________________________________________________________________________
58303 [  6662] By: gsar                                  on 2000/08/17  00:28:19
58304         Log: trailing new %ENV entries weren't being pushed into the real
58305              environment of subprocesses on Windows
58306      Branch: perl
58307            ! t/op/magic.t win32/perlhost.h
58308 ____________________________________________________________________________
58309 [  6661] By: gsar                                  on 2000/08/17  00:19:20
58310         Log: waitpid() now handles externally spawned pids correctly;
58311              fixes for backtick/wait/waitpid failures on Windows 9x
58312              
58313              these changes make the pid returned by process functions on
58314              Windows 9x always positive by clearing the high bit (which
58315              is always set on Win9x); pseudo-process PIDs are likewise
58316              always negative now on Win9x (just as on NT/2000)
58317      Branch: perl
58318            ! pp_sys.c win32/perlhost.h win32/win32.c
58319 ____________________________________________________________________________
58320 [  6660] By: jhi                                   on 2000/08/17  00:04:32
58321         Log: Retract #6645.
58322      Branch: perl
58323            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58324            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
58325            ! t/op/sprintf.t
58326 ____________________________________________________________________________
58327 [  6659] By: gsar                                  on 2000/08/16  23:59:28
58328         Log: on windows, the return values from wait() and waitpid() don't
58329              match those of pseudo-pids
58330      Branch: perl
58331            ! pp_sys.c t/op/fork.t util.c win32/win32.c
58332 ____________________________________________________________________________
58333 [  6658] By: gsar                                  on 2000/08/16  23:56:14
58334         Log: pod nit seen in passing
58335      Branch: perl
58336            ! pod/perlfunc.pod
58337 ____________________________________________________________________________
58338 [  6657] By: gsar                                  on 2000/08/16  23:53:42
58339         Log: change#6328 could make close(SOCKET) return false on windows
58340              when it shouldn't
58341      Branch: perl
58342            ! win32/win32sck.c
58343 ____________________________________________________________________________
58344 [  6656] By: gsar                                  on 2000/08/16  23:46:57
58345         Log: check that the number pseudo children doesn't exceed
58346              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
58347              the WaitForMultipleObjects() limit that would cause wait()
58348              to crash)
58349              
58350              wait() and waitpid() could potentially be rewritten to use
58351              more than one thread to do the waiting to eliminate this
58352              limitation
58353      Branch: perl
58354            ! win32/perlhost.h
58355 ____________________________________________________________________________
58356 [  6655] By: jhi                                   on 2000/08/16  14:11:05
58357         Log: Update Changes.
58358      Branch: perl
58359            ! Changes patchlevel.h
58360 ____________________________________________________________________________
58361 [  6654] By: jhi                                   on 2000/08/16  14:10:12
58362         Log: Update to perldebtut 1.9, from Richard Foley.
58363      Branch: perl
58364            ! pod/perldebtut.pod
58365 ____________________________________________________________________________
58366 [  6653] By: jhi                                   on 2000/08/16  14:08:17
58367         Log: Change the regx compilation error markers to use = instead of <
58368              since pod makes using the latter quite messy.  Reported in
58369              ID 20000814.006 by Abigail and in
58370              Subject: Unknown escape E<> ?
58371              From: Lupe Christoph <lupe@lupe-christoph.de>
58372              Date: Fri, 11 Aug 2000 00:30:27 +0200
58373              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
58374      Branch: perl
58375            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
58376            ! t/op/regmesg.t t/pragma/warn/regcomp
58377 ____________________________________________________________________________
58378 [  6652] By: jhi                                   on 2000/08/16  13:25:31
58379         Log: Change the perlbug address to perl.org since it's more forgiving.
58380              
58381              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
58382              From: abigail@foad.org
58383              Date: 15 Aug 2000 04:15:40 -0000
58384              Message-Id: <20000815041540.8633.qmail@foad.org>
58385      Branch: perl
58386            ! utils/perlbug.PL
58387 ____________________________________________________________________________
58388 [  6651] By: jhi                                   on 2000/08/16  13:22:35
58389         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
58390              From: Tim Jenness <timj@jach.hawaii.edu>
58391              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
58392              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
58393      Branch: perl
58394            ! lib/Cwd.pm
58395 ____________________________________________________________________________
58396 [  6650] By: jhi                                   on 2000/08/16  13:18:13
58397         Log: Update to CPAN 1.57.
58398              
58399              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
58400              From: andreas.koenig@anima.de (Andreas J. Koenig)
58401              Date: 16 Aug 2000 15:09:46 +0200
58402              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
58403      Branch: perl
58404            ! lib/CPAN.pm
58405 ____________________________________________________________________________
58406 [  6649] By: jhi                                   on 2000/08/16  13:12:31
58407         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
58408              From: "Larry W. Virden" <lvirden@cas.org>
58409              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
58410              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
58411      Branch: perl
58412            ! README.hpux
58413 ____________________________________________________________________________
58414 [  6648] By: jhi                                   on 2000/08/16  13:03:53
58415         Log: The numeric locale was reset to "C" by s?printf and never restored.
58416              
58417              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
58418              From: Christian Kirsch <ck@held.mind.de>
58419              Date: Wed, 9 Aug 2000 17:05:17 +0200
58420              Message-Id: <20000809170517.A25389@held>
58421              
58422              No test since adding the failing example to locale.t
58423              does not fail -- probably because the locale settings are so
58424              thoroughly tweaked by that time.  Running the example standalone
58425              does fail, though.  UPDATE: test case added at change #7540.
58426      Branch: perl
58427            ! dump.c perl.h pp.c pp_ctl.c sv.c
58428 ____________________________________________________________________________
58429 [  6647] By: jhi                                   on 2000/08/16  00:07:54
58430         Log: Update Changes and test semi-automatic patchlevel updating.
58431      Branch: perl
58432            ! Changes patchlevel.h
58433 ____________________________________________________________________________
58434 [  6646] By: jhi                                   on 2000/08/15  23:35:07
58435         Log: Fix a dependency problem.
58436              
58437              Subject: [PATCH: 6640] VMS Makefile.SH update
58438              From: Peter Prymmer <pvhp@forte.com>
58439              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
58440              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
58441      Branch: perl
58442            ! vms/descrip_mms.template
58443 ____________________________________________________________________________
58444 [  6645] By: jhi                                   on 2000/08/15  23:33:23
58445         Log: (Retracted by #6660)
58446              
58447              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
58448              From: Dominic Dunlop <domo@computer.org>
58449              Date: Tue, 15 Aug 2000 22:20:52 +0200
58450              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
58451      Branch: metaconfig/U/perl
58452            + d_printfed.U
58453      Branch: perl
58454            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58455            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
58456            ! t/op/sprintf.t
58457 ____________________________________________________________________________
58458 [  6644] By: jhi                                   on 2000/08/15  21:17:20
58459         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
58460              From: abigail@foad.org
58461              Date: 15 Aug 2000 20:12:41 -0000
58462              Message-Id: <20000815201241.25556.qmail@foad.org>
58463      Branch: perl
58464            ! INSTALL
58465 ____________________________________________________________________________
58466 [  6643] By: jhi                                   on 2000/08/15  21:15:28
58467         Log: (an already applied patch)
58468      Branch: perl
58469            ! lib/CGI.pm
58470 ____________________________________________________________________________
58471 [  6642] By: gsar                                  on 2000/08/15  19:54:05
58472         Log: magic callbacks all need to have same type signature
58473      Branch: perl
58474            ! embed.pl mg.c proto.h
58475 ____________________________________________________________________________
58476 [  6641] By: jhi                                   on 2000/08/15  17:56:27
58477         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)
58478              From: Mike Guy <mjtg@cam.ac.uk>
58479              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
58480              Date: Tue, 15 Aug 2000 18:26:45 +0100
58481              
58482              Only the peek.t part applied, not the hash quality part.
58483      Branch: perl
58484            ! t/lib/peek.t
58485 ____________________________________________________________________________
58486 [  6640] By: jhi                                   on 2000/08/15  16:37:37
58487         Log: Update Changes.
58488      Branch: perl
58489            ! Changes
58490 ____________________________________________________________________________
58491 [  6639] By: jhi                                   on 2000/08/15  16:34:55
58492         Log: Missed a file from #6638.
58493      Branch: perl
58494            ! lib/File/Temp.pm
58495 ____________________________________________________________________________
58496 [  6638] By: jhi                                   on 2000/08/15  16:33:19
58497         Log: Subject: [PATCH perl@6620] cygwin port
58498              From: "Fifer, Eric" <EFifer@sanwaint.com>
58499              Date: Tue, 15 Aug 2000 17:00:49 +0100
58500              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
58501      Branch: perl
58502            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
58503 ____________________________________________________________________________
58504 [  6637] By: jhi                                   on 2000/08/15  16:29:22
58505         Log: Subject: [PATCH] debugger exit code should reflect user exit code
58506              From: Mike Guy <mjtg@cam.ac.uk>
58507              Date: Tue, 15 Aug 2000 16:55:59 +0100
58508              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
58509      Branch: perl
58510            ! lib/perl5db.pl
58511 ____________________________________________________________________________
58512 [  6636] By: jhi                                   on 2000/08/15  15:30:58
58513         Log: Update Changes.
58514      Branch: perl
58515            ! Changes
58516 ____________________________________________________________________________
58517 [  6635] By: jhi                                   on 2000/08/15  15:27:21
58518         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
58519      Branch: metaconfig
58520            ! U/mkglossary U/mksample
58521      Branch: metaconfig/U/perl
58522            ! Devel.U
58523      Branch: perl
58524            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58525 ____________________________________________________________________________
58526 [  6634] By: jhi                                   on 2000/08/15  14:11:55
58527         Log: Don't blow limited stacks, a lower number is enough to
58528              tickle the lookbehind limit.
58529              
58530              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
58531              From: Dominic Dunlop <domo@computer.org>
58532              Date: Tue, 15 Aug 2000 13:51:24 +0200
58533              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
58534      Branch: perl
58535            ! t/op/regmesg.t
58536 ____________________________________________________________________________
58537 [  6633] By: jhi                                   on 2000/08/15  14:01:46
58538         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
58539              From: Mike Guy <mjtg@cam.ac.uk>
58540              Date: Tue, 15 Aug 2000 12:10:50 +0100
58541              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
58542      Branch: perl
58543            ! utils/perldoc.PL
58544 ____________________________________________________________________________
58545 [  6632] By: jhi                                   on 2000/08/15  13:58:48
58546         Log: make ok etc also for win32.
58547              
58548              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
58549              From: Prymmer/Kahn <pvhp@best.com>
58550              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
58551              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
58552      Branch: perl
58553            ! win32/Makefile
58554 ____________________________________________________________________________
58555 [  6631] By: jhi                                   on 2000/08/15  13:45:03
58556         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
58557      Branch: perl
58558            ! lib/Test.pm
58559 ____________________________________________________________________________
58560 [  6630] By: jhi                                   on 2000/08/15  03:25:09
58561         Log: Update Changes.
58562      Branch: perl
58563            ! Changes
58564 ____________________________________________________________________________
58565 [  6629] By: jhi                                   on 2000/08/15  03:23:53
58566         Log: magic_regdatum_set() is void, not int.
58567      Branch: perl
58568            ! embed.pl mg.c proto.h
58569 ____________________________________________________________________________
58570 [  6628] By: jhi                                   on 2000/08/15  03:08:02
58571         Log: Make the user to give up his firstborn, err, to knowingly
58572              verify installing an unstable developer release.  Also bump
58573              the release to 5.7.0, but leave a patch tag in the local
58574              patches saying that this is not yet the real thing.
58575      Branch: metaconfig
58576            ! U/modified/Instruct.U
58577      Branch: metaconfig/U/perl
58578            + Devel.U
58579      Branch: perl
58580            ! Configure patchlevel.h
58581 ____________________________________________________________________________
58582 [  6627] By: jhi                                   on 2000/08/14  22:32:52
58583         Log: README.os2 update.
58584              
58585              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
58586              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58587              Date: Wed, 02 Aug 2000 21:55:09 -0700
58588              Message-ID: <tsPi5gzkgegX092yn@efn.org>
58589      Branch: perl
58590            ! README.os2
58591 ____________________________________________________________________________
58592 [  6626] By: jhi                                   on 2000/08/14  21:00:02
58593         Log: Subject: Re: File::Temp problems on VMS in bleedperl
58594              From: Tim Jenness <timj@jach.hawaii.edu>
58595              cc: vmsperl@perl.org
58596              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
58597              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
58598      Branch: perl
58599            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
58600 ____________________________________________________________________________
58601 [  6625] By: jhi                                   on 2000/08/14  20:52:16
58602         Log: Add SUIDMAIL as was done for the CERT alert.
58603      Branch: perl
58604            ! patchlevel.h
58605 ____________________________________________________________________________
58606 [  6624] By: jhi                                   on 2000/08/14  20:48:50
58607         Log: Subject: sfio2000
58608              From: Daniel Muino <dmuino@afip.gov.ar>
58609              Date: Mon, 14 Aug 2000 16:58:11 -0300
58610              Message-ID: <20000814165811.B16368@con2-dgi>
58611      Branch: perl
58612            ! perlsdio.h perlsfio.h
58613 ____________________________________________________________________________
58614 [  6623] By: jhi                                   on 2000/08/14  20:47:36
58615         Log: Subject: warning: storage class after type is obsolescent
58616              From: Daniel Muino <dmuino@afip.gov.ar>
58617              Date: Mon, 14 Aug 2000 16:42:47 -0300
58618              Message-ID: <20000814164247.A16368@con2-dgi>
58619      Branch: perl
58620            ! regcomp.pl regnodes.h
58621 ____________________________________________________________________________
58622 [  6622] By: jhi                                   on 2000/08/14  20:43:05
58623         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
58624              From: abigail@foad.org
58625              Date: 14 Aug 2000 20:00:10 -0000
58626              Message-Id: <20000814200010.27271.qmail@foad.org>
58627      Branch: perl
58628            ! Changes
58629 ____________________________________________________________________________
58630 [  6621] By: jhi                                   on 2000/08/14  15:23:05
58631         Log: Update Changes.
58632      Branch: perl
58633            ! Changes
58634 ____________________________________________________________________________
58635 [  6620] By: jhi                                   on 2000/08/14  15:22:14
58636         Log: Subject: Re: [PATCH] @+, @- readonly
58637              From: Mike Guy <mjtg@cam.ac.uk>
58638              Date: Mon, 14 Aug 2000 15:26:55 +0100
58639              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
58640      Branch: perl
58641            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
58642            ! sv.c t/op/pat.t
58643 ____________________________________________________________________________
58644 [  6619] By: jhi                                   on 2000/08/14  14:12:08
58645         Log: Update Changes.
58646      Branch: perl
58647            ! Changes
58648 ____________________________________________________________________________
58649 [  6618] By: jhi                                   on 2000/08/14  14:09:34
58650         Log: For now remove the mail code.
58651      Branch: perl
58652            ! perl.c
58653 ____________________________________________________________________________
58654 [  6617] By: jhi                                   on 2000/08/14  14:08:28
58655         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
58656      Branch: perl
58657            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
58658            ! pod/perlfaq8.pod pod/perlsec.pod
58659 ____________________________________________________________________________
58660 [  6616] By: jhi                                   on 2000/08/14  14:00:11
58661         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
58662              From: Mike Guy <mjtg@cam.ac.uk>
58663              Date: Mon, 14 Aug 2000 08:26:02 +0100
58664              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
58665      Branch: perl
58666            ! lib/perl5db.pl
58667 ____________________________________________________________________________
58668 [  6615] By: jhi                                   on 2000/08/14  13:58:45
58669         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
58670              From: Mike Guy <mjtg@cam.ac.uk>
58671              Date: Mon, 14 Aug 2000 08:04:22 +0100
58672              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
58673      Branch: perl
58674            ! gv.c mg.c t/op/pat.t
58675 ____________________________________________________________________________
58676 [  6614] By: jhi                                   on 2000/08/14  13:56:45
58677         Log: Subject: Test fails / warnings with perl-current #6612
58678              From: Mike Guy <mjtg@cam.ac.uk>
58679              Date: Mon, 14 Aug 2000 07:57:23 +0100
58680              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
58681      Branch: perl
58682            ! t/lib/b.t t/lib/peek.t
58683 ____________________________________________________________________________
58684 [  6613] By: jhi                                   on 2000/08/14  13:45:33
58685         Log: VMS configure.com update continues.
58686      Branch: perl
58687            - vms/configure.com
58688            ! MANIFEST configure.com
58689 ____________________________________________________________________________
58690 [  6612] By: jhi                                   on 2000/08/13  22:13:35
58691         Log: Update Changes.
58692      Branch: perl
58693            ! Changes
58694 ____________________________________________________________________________
58695 [  6611] By: jhi                                   on 2000/08/13  16:21:45
58696         Log: Upgrade to CGI 2.71, from Lincoln Stein.
58697      Branch: perl
58698            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
58699 ____________________________________________________________________________
58700 [  6610] By: jhi                                   on 2000/08/13  15:09:16
58701         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
58702              From: Mike Guy <mjtg@cam.ac.uk>
58703              Date: Sun, 13 Aug 2000 13:45:51 +0100
58704              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
58705      Branch: perl
58706            ! t/op/regmesg.t
58707 ____________________________________________________________________________
58708 [  6609] By: jhi                                   on 2000/08/13  14:31:26
58709         Log: Andreas says that 1.56 is fine, so reverting back to it.
58710      Branch: perl
58711            ! lib/CPAN.pm
58712 ____________________________________________________________________________
58713 [  6608] By: jhi                                   on 2000/08/13  05:34:20
58714         Log: Update Changes.
58715      Branch: perl
58716            ! Changes
58717 ____________________________________________________________________________
58718 [  6607] By: jhi                                   on 2000/08/13  05:32:01
58719         Log: Put back the \z changes of #5406 to CPAN.pm.
58720      Branch: perl
58721            ! lib/CPAN.pm
58722 ____________________________________________________________________________
58723 [  6606] By: jhi                                   on 2000/08/13  05:20:16
58724         Log: Fix-n-skip the tests under 5005threads.
58725      Branch: perl
58726            ! t/lib/b.t
58727 ____________________________________________________________________________
58728 [  6605] By: jhi                                   on 2000/08/13  05:07:48
58729         Log: Fix the test for 5005threads.
58730      Branch: perl
58731            ! t/lib/peek.t
58732 ____________________________________________________________________________
58733 [  6604] By: jhi                                   on 2000/08/13  03:35:37
58734         Log: Should have deleted this in #6603.
58735      Branch: perl
58736            - vms/subconfigure.com
58737 ____________________________________________________________________________
58738 [  6603] By: jhi                                   on 2000/08/12  18:29:32
58739         Log: Rewrite of vms/subconfigure.com as configure.com,
58740              from Peter Prymmer and the vmsperl crew.
58741      Branch: perl
58742            + vms/configure.com
58743            ! MANIFEST
58744 ____________________________________________________________________________
58745 [  6602] By: jhi                                   on 2000/08/11  13:00:01
58746         Log: PlainText.pm is dead.
58747      Branch: perl
58748            - lib/Pod/PlainText.pm
58749            ! MANIFEST
58750 ____________________________________________________________________________
58751 [  6601] By: jhi                                   on 2000/08/11  04:06:45
58752         Log: Update Changes.
58753      Branch: perl
58754            ! Changes
58755 ____________________________________________________________________________
58756 [  6600] By: jhi                                   on 2000/08/11  04:06:10
58757         Log: Add a few missing files, update MANIFEST.
58758      Branch: perl
58759            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
58760            + lib/Pod/PlainText.pm t/pod/find.t
58761            ! MANIFEST t/op/regmesg.t
58762 ____________________________________________________________________________
58763 [  6599] By: jhi                                   on 2000/08/11  03:31:10
58764         Log: Add Perl debugging tutorial, regen toc. 
58765              
58766              Subject: perldebtut.pod
58767              From: Richard Foley <Richard.Foley@m.dasa.de>
58768              Date: Wed, 09 Aug 2000 10:17:15 +0200
58769              Message-id: <3991138B.262247B8@m.dasa.de>
58770      Branch: perl
58771            + pod/perldebtut.pod
58772            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
58773 ____________________________________________________________________________
58774 [  6598] By: jhi                                   on 2000/08/11  02:48:56
58775         Log: tiny Changes edit
58776      Branch: perl
58777            ! Changes
58778 ____________________________________________________________________________
58779 [  6597] By: jhi                                   on 2000/08/11  02:39:04
58780         Log: Tests for #6589.
58781              
58782              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
58783              From: simon@brecon.co.uk (Simon Cozens)
58784              Date: 11 Aug 2000 02:24:52 GMT
58785              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
58786      Branch: perl
58787            ! t/lib/b.t
58788 ____________________________________________________________________________
58789 [  6596] By: jhi                                   on 2000/08/11  01:50:07
58790         Log: Update Changes.
58791      Branch: perl
58792            ! Changes
58793 ____________________________________________________________________________
58794 [  6595] By: jhi                                   on 2000/08/11  01:47:16
58795         Log: nitfix
58796      Branch: perl
58797            ! Changes
58798 ____________________________________________________________________________
58799 [  6594] By: jhi                                   on 2000/08/11  01:36:16
58800         Log: Subject: Getting perlio and threads to compile
58801              From: Lupe Christoph <lupe@lupe-christoph.de>
58802              Date: Wed, 9 Aug 2000 11:35:54 +0200
58803              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
58804              
58805              (the Solaris version changes in Configure skipped)
58806      Branch: perl
58807            ! hints/solaris_2.sh thread.h
58808 ____________________________________________________________________________
58809 [  6593] By: jhi                                   on 2000/08/11  01:30:16
58810         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
58811              From: simon@brecon.co.uk (Simon Cozens)
58812              Date: 1 Aug 2000 06:55:19 GMT
58813              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
58814      Branch: perl
58815            ! lib/utf8.pm
58816 ____________________________________________________________________________
58817 [  6592] By: jhi                                   on 2000/08/11  01:26:39
58818         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
58819              From: Peter Scott <Peter@PeterScott.com>
58820              Date: Thu, 10 Aug 2000 08:23:27 -0700
58821              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
58822      Branch: perl
58823            ! lib/perl5db.pl
58824 ____________________________________________________________________________
58825 [  6591] By: jhi                                   on 2000/08/11  01:22:02
58826         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
58827              From: Hugo <hv@crypt.compulink.co.uk>
58828              Date: Thu, 10 Aug 2000 19:23:04 +0100
58829              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
58830      Branch: perl
58831            ! regexec.c t/op/pat.t
58832 ____________________________________________________________________________
58833 [  6590] By: jhi                                   on 2000/08/11  01:19:19
58834         Log: Preprocessing and postprocessing for File::Find.
58835              
58836              Subject: Patch to Find::File.pm to allow alphabetical results
58837              From: Joe Smith <jsmith@inwap.com>
58838              Date: Wed, 9 Aug 2000 02:44:54 -0700
58839              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
58840      Branch: perl
58841            ! lib/File/Find.pm
58842 ____________________________________________________________________________
58843 [  6589] By: jhi                                   on 2000/08/11  01:12:39
58844         Log: B::Deparse didn't do sub attributes.
58845              
58846              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
58847              From: simon@brecon.co.uk (Simon Cozens)
58848              Date: 9 Aug 2000 04:49:20 GMT
58849              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
58850      Branch: perl
58851            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
58852 ____________________________________________________________________________
58853 [  6588] By: jhi                                   on 2000/08/11  01:06:40
58854         Log: Subject: debugger "d" command doesnt check line number
58855              From: Mike Guy <mjtg@cam.ac.uk>
58856              Date: Tue, 08 Aug 2000 21:54:29 +0100
58857              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
58858      Branch: perl
58859            ! lib/perl5db.pl mg.c pod/perldiag.pod
58860 ____________________________________________________________________________
58861 [  6587] By: jhi                                   on 2000/08/11  00:45:03
58862         Log: sleep(1) does not necessarily return 1.
58863              
58864              Subject: [PATCH bleadperl] op/lex_assign.t  
58865              From: Hugo <hv@crypt.compulink.co.uk>
58866              Date: Thu, 03 Aug 2000 14:34:22 +0100        
58867              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
58868      Branch: perl
58869            ! t/op/lex_assign.t
58870 ____________________________________________________________________________
58871 [  6586] By: jhi                                   on 2000/08/11  00:31:50
58872         Log: Document the IO::Select timeout.
58873      Branch: perl
58874            ! ext/IO/lib/IO/Select.pm
58875 ____________________________________________________________________________
58876 [  6585] By: jhi                                   on 2000/08/11  00:13:54
58877         Log: Forgot contributor.
58878      Branch: perl
58879            ! Changes
58880 ____________________________________________________________________________
58881 [  6584] By: jhi                                   on 2000/08/11  00:09:19
58882         Log: detypo
58883      Branch: perl
58884            ! Changes
58885 ____________________________________________________________________________
58886 [  6583] By: jhi                                   on 2000/08/11  00:07:53
58887         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
58888              
58889              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
58890              From: Mike Guy <mjtg@cam.ac.uk> 
58891              Date: Thu, 10 Aug 2000 15:50:54 +0100
58892              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
58893      Branch: perl
58894            ! sv.c t/op/int.t
58895 ____________________________________________________________________________
58896 [  6582] By: jhi                                   on 2000/08/10  23:29:32
58897         Log: Update Changes.
58898      Branch: perl
58899            ! Changes
58900 ____________________________________________________________________________
58901 [  6581] By: jhi                                   on 2000/08/10  23:26:16
58902         Log: Put back the std @INC thing.
58903      Branch: perl
58904            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
58905            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
58906            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
58907            ! t/lib/gol-oo.t
58908 ____________________________________________________________________________
58909 [  6580] By: jhi                                   on 2000/08/10  23:03:34
58910         Log: Update to CGI 2.70, from Lincoln Stein.
58911      Branch: perl
58912            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
58913            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
58914            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
58915            ! t/lib/cgi-request.t
58916 ____________________________________________________________________________
58917 [  6579] By: jhi                                   on 2000/08/10  22:41:50
58918         Log: Update to CPAN 1.56, from Andreas König.
58919      Branch: perl
58920            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58921 ____________________________________________________________________________
58922 [  6578] By: jhi                                   on 2000/08/10  22:38:13
58923         Log: Update to Pod::Parser 1.17, from Brad Appleton.
58924      Branch: perl
58925            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
58926            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
58927            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
58928            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
58929            ! t/pod/include.t t/pod/included.t t/pod/lref.t
58930            ! t/pod/multiline_items.t t/pod/nested_items.t
58931            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
58932            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
58933            ! t/pod/special_seqs.t
58934 ____________________________________________________________________________
58935 [  6577] By: jhi                                   on 2000/08/10  22:35:41
58936         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
58937      Branch: perl
58938            ! AUTHORS MAINTAIN
58939 ____________________________________________________________________________
58940 [  6576] By: jhi                                   on 2000/08/10  22:24:54
58941         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
58942      Branch: perl
58943            + t/lib/gol-oo.t
58944            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
58945            ! t/lib/gol-compat.t t/lib/gol-linkage.t
58946 ____________________________________________________________________________
58947 [  6575] By: jhi                                   on 2000/08/10  22:02:07
58948         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
58949      Branch: perl
58950            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
58951 ____________________________________________________________________________
58952 [  6574] By: jhi                                   on 2000/08/10  21:55:03
58953         Log: Iterating perl6 description.
58954      Branch: perl
58955            ! pod/perlfaq1.pod
58956 ____________________________________________________________________________
58957 [  6573] By: jhi                                   on 2000/08/10  21:48:26
58958         Log: Revert the sv.c part of #6559, a better fix is needed.
58959      Branch: perl
58960            ! sv.c
58961 ____________________________________________________________________________
58962 [  6572] By: jhi                                   on 2000/08/10  20:33:43
58963         Log: It's the 2ndO'ROSSC.
58964      Branch: perl
58965            ! pod/perlfaq1.pod
58966 ____________________________________________________________________________
58967 [  6571] By: jhi                                   on 2000/08/10  15:55:48
58968         Log: detypo
58969      Branch: perl
58970            ! pod/perlfaq1.pod
58971 ____________________________________________________________________________
58972 [  6570] By: jhi                                   on 2000/08/10  14:11:17
58973         Log: An exceptionally sticky typo.
58974      Branch: perl
58975            ! Changes
58976 ____________________________________________________________________________
58977 [  6569] By: jhi                                   on 2000/08/10  14:09:33
58978         Log: detypo (and test Changes updating script)
58979      Branch: perl
58980            ! Changes
58981 ____________________________________________________________________________
58982 [  6568] By: jhi                                   on 2000/08/10  14:07:07
58983         Log: Update Changes.
58984      Branch: perl
58985            ! Changes
58986 ____________________________________________________________________________
58987 [  6567] By: jhi                                   on 2000/08/10  14:06:19
58988         Log: Amend the description of Perl6.
58989              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
58990              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58991              Date: Wed, 9 Aug 2000 22:11:06 -0500
58992              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
58993      Branch: perl
58994            ! pod/perlfaq1.pod
58995 ____________________________________________________________________________
58996 [  6566] By: jhi                                   on 2000/08/10  13:58:57
58997         Log: Subject: Remove dead entry in perldiag
58998              From: Mike Guy <mjtg@cam.ac.uk>
58999              Date: Thu, 10 Aug 2000 14:19:19 +0100
59000              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
59001      Branch: perl
59002            ! pod/perldiag.pod
59003 ____________________________________________________________________________
59004 [  6565] By: jhi                                   on 2000/08/10  13:51:48
59005         Log: Zero entries were skipped, fix from Adrian Goalby
59006              <argoalby@yahoo.co.uk>
59007      Branch: perl
59008            ! lib/unicode/Number.pl lib/unicode/mktables.PL
59009 ____________________________________________________________________________
59010 [  6564] By: jhi                                   on 2000/08/10  13:00:12
59011         Log: Subject: [PATCH 5.6.0] cygwin port
59012              From: "Fifer, Eric" <EFifer@sanwaint.com>
59013              Date: Thu, 10 Aug 2000 13:15:36 +0100
59014              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
59015      Branch: perl
59016            ! README.cygwin hints/cygwin.sh
59017 ____________________________________________________________________________
59018 [  6563] By: jhi                                   on 2000/08/10  12:55:16
59019         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
59020      Branch: perl
59021            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
59022 ____________________________________________________________________________
59023 [  6562] By: gsar                                  on 2000/08/10  08:38:39
59024         Log: warn is a macro, avoid using at a variable to avoid warnings
59025              in some configurations; readdir.t is too conservative in
59026              estimating number of *.t's
59027      Branch: perl
59028            ! t/op/readdir.t util.c
59029 ____________________________________________________________________________
59030 [  6561] By: jhi                                   on 2000/08/09  23:35:42
59031         Log: Update Changes.
59032      Branch: perl
59033            ! Changes
59034 ____________________________________________________________________________
59035 [  6560] By: jhi                                   on 2000/08/09  23:05:47
59036         Log: Subject: Re: enhanced(?) regex error messages
59037              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59038              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
59039              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
59040              
59041              (plus two small patches sent privately)
59042              (this still seems to leave few test failures)
59043      Branch: perl
59044            + t/op/regmesg.t
59045            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
59046            ! t/pragma/warn/regcomp
59047 ____________________________________________________________________________
59048 [  6559] By: jhi                                   on 2000/08/09  20:41:18
59049         Log: (The fix did work but was not right, retracted in #6573)
59050              
59051              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
59052              From: Christian Kirsch <ck@held.mind.de>
59053              Date: Wed, 9 Aug 2000 17:05:17 +0200
59054              Message-Id: <20000809170517.A25389@held>
59055      Branch: perl
59056            ! sv.c t/pragma/locale.t
59057 ____________________________________________________________________________
59058 [  6558] By: jhi                                   on 2000/08/08  22:34:08
59059         Log: Tiny updates on the contributors list.
59060      Branch: perl
59061            ! Changes
59062 ____________________________________________________________________________
59063 [  6557] By: jhi                                   on 2000/08/08  19:34:28
59064         Log: Double check that we have a dirhandle.
59065      Branch: perl
59066            ! util.c
59067 ____________________________________________________________________________
59068 [  6556] By: jhi                                   on 2000/08/08  19:01:51
59069         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
59070              May be repopulated with fresh maintained examples.
59071      Branch: perl
59072            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
59073            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
59074            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
59075            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
59076            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
59077            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
59078            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
59079            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
59080            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
59081            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
59082            + lib/CGI/eg/wilogo_gif.uu
59083            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
59084            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
59085            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
59086            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
59087            - eg/cgi/frameset.cgi eg/cgi/index.html
59088            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
59089            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
59090            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
59091            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
59092            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
59093            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
59094            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
59095            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
59096            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
59097            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
59098            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
59099            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
59100            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
59101            - eg/van/vanish eg/who eg/wrapsuid
59102            ! MANIFEST
59103 ____________________________________________________________________________
59104 [  6555] By: jhi                                   on 2000/08/08  18:51:08
59105         Log: Delete chat2 as requested by Randal.
59106              
59107              Subject: Re: perlfaq8 coyness
59108              From: merlyn@stonehenge.com (Randal L. Schwartz) 
59109              Date: 15 May 2000 18:52:42 -0700 
59110              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
59111      Branch: perl
59112            - lib/chat2.pl
59113            ! MANIFEST
59114 ____________________________________________________________________________
59115 [  6554] By: jhi                                   on 2000/08/08  18:31:35
59116         Log: Regen global.sym.
59117      Branch: perl
59118            ! global.sym
59119 ____________________________________________________________________________
59120 [  6553] By: jhi                                   on 2000/08/08  18:28:13
59121         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
59122              (either perlbug or p5p ate the original), plus regen
59123              perlapi and perltoc. 
59124      Branch: perl
59125            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
59126            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
59127            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
59128            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
59129            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
59130            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
59131            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
59132            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
59133            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
59134            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
59135 ____________________________________________________________________________
59136 [  6552] By: jhi                                   on 2000/08/08  18:06:29
59137         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
59138              From: Mike Guy <mjtg@cam.ac.uk>
59139              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
59140              Date: Tue, 08 Aug 2000 15:51:27 +0100
59141      Branch: perl
59142            ! doop.c sv.h t/op/join.t t/pragma/overload.t
59143 ____________________________________________________________________________
59144 [  6551] By: jhi                                   on 2000/08/08  18:01:11
59145         Log: Re-apply #6549.
59146      Branch: perl
59147            ! lib/perl5db.pl
59148 ____________________________________________________________________________
59149 [  6550] By: jhi                                   on 2000/08/08  17:43:08
59150         Log: Accidental retraction of #6549.
59151      Branch: perl
59152            ! lib/perl5db.pl
59153 ____________________________________________________________________________
59154 [  6549] By: jhi                                   on 2000/08/08  17:40:04
59155         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
59156              From: Mike Guy <mjtg@cam.ac.uk>
59157              Date: Mon, 07 Aug 2000 21:49:58 +0100
59158              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
59159      Branch: perl
59160            ! lib/perl5db.pl
59161 ____________________________________________________________________________
59162 [  6548] By: jhi                                   on 2000/08/08  17:37:57
59163         Log: Document here-doc better.
59164              
59165              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
59166              From: Mike Guy <mjtg@cam.ac.uk>
59167              Date: Mon, 07 Aug 2000 14:02:09 +0100
59168              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
59169      Branch: perl
59170            ! pod/perldata.pod
59171 ____________________________________________________________________________
59172 [  6547] By: jhi                                   on 2000/08/08  17:33:34
59173         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
59174              From: "Randy J. Ray" <rjray@redhat.com>
59175              Date: Mon, 07 Aug 2000 19:12:25 -0700
59176              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
59177      Branch: perl
59178            ! perl.c pod/perlrun.pod
59179 ____________________________________________________________________________
59180 [  6546] By: jhi                                   on 2000/08/08  17:29:26
59181         Log: Subject: Re: enhanced(?) regex error messages 
59182              From: Hugo <hv@crypt.compulink.co.uk>
59183              Date: Tue, 08 Aug 2000 03:25:51 +0100
59184              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
59185              
59186              plus Capitalize the error messages, plus perldiag them.
59187      Branch: perl
59188            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
59189 ____________________________________________________________________________
59190 [  6545] By: jhi                                   on 2000/08/08  13:59:28
59191         Log: Augment #6539 a bit: don't croak if there's magic in the air.
59192              
59193              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
59194              From: Hugo <hv@crypt.compulink.co.uk>
59195              Date: Tue, 08 Aug 2000 03:02:03 +0100
59196              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
59197      Branch: perl
59198            ! pp.c t/op/bless.t
59199 ____________________________________________________________________________
59200 [  6544] By: jhi                                   on 2000/08/07  21:11:52
59201         Log: Make the test -w clean.
59202      Branch: perl
59203            ! t/op/bless.t
59204 ____________________________________________________________________________
59205 [  6543] By: jhi                                   on 2000/08/07  19:49:53
59206         Log: use warnings instead of $^W.
59207      Branch: perl
59208            ! t/op/bless.t
59209 ____________________________________________________________________________
59210 [  6542] By: jhi                                   on 2000/08/07  17:41:41
59211         Log: Disable a portability warning Because We Know What We Are Doing.
59212      Branch: perl
59213            ! t/op/bless.t
59214 ____________________________________________________________________________
59215 [  6541] By: jhi                                   on 2000/08/07  17:29:51
59216         Log: Tiny tidying on report_evil_fh().
59217      Branch: perl
59218            ! util.c
59219 ____________________________________________________________________________
59220 [  6540] By: jhi                                   on 2000/08/07  16:37:38
59221         Log: Make regular expression parse error messages easier to understand.
59222              
59223              Subject: Re: enhanced(?) regex error messages
59224              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59225              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
59226              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
59227      Branch: perl
59228            ! regcomp.c
59229 ____________________________________________________________________________
59230 [  6539] By: jhi                                   on 2000/08/07  16:12:27
59231         Log: Make bless(REF, REF) a fatal error, add bless tests.
59232              
59233              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
59234              From: Hugo <hv@crypt.compulink.co.uk>
59235              Date: Mon, 07 Aug 2000 16:59:38 +0100
59236              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
59237      Branch: perl
59238            + t/op/bless.t
59239            ! MANIFEST pod/perldiag.pod pp.c sv.c
59240 ____________________________________________________________________________
59241 [  6538] By: jhi                                   on 2000/08/07  15:59:43
59242         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
59243              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
59244              Date: Thu, 3 Aug 2000 14:29:21 -0700
59245              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
59246      Branch: perl
59247            ! lib/lib_pm.PL
59248 ____________________________________________________________________________
59249 [  6537] By: jhi                                   on 2000/08/07  15:47:18
59250         Log: Retract #6419 for now since it breaks in AFS and MachTen.
59251      Branch: perl
59252            ! lib/Cwd.pm
59253 ____________________________________________________________________________
59254 [  6536] By: jhi                                   on 2000/08/07  15:05:29
59255         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
59256              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
59257              The security hole exists only in suidperls, which isn't
59258              installed or even built by default.
59259      Branch: perl
59260            ! perl.c
59261 ____________________________________________________________________________
59262 [  6535] By: jhi                                   on 2000/08/07  14:45:14
59263         Log: tr memory corruption fix from Simon Cozens.
59264      Branch: perl
59265            ! doop.c
59266 ____________________________________________________________________________
59267 [  6534] By: jhi                                   on 2000/08/06  11:38:16
59268         Log: Document a bit that UDP is not what you might think.
59269              
59270              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
59271              From: Lupe Christoph <lupe@lupe-christoph.de>
59272              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
59273              Date: Mon, 24 Jul 2000 08:59:15 +0200
59274      Branch: perl
59275            ! pod/perlipc.pod
59276 ____________________________________________________________________________
59277 [  6533] By: jhi                                   on 2000/08/06  11:35:01
59278         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
59279              From: Jeff Pinyan <jeffp@hut.crusoe.net>
59280              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
59281              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
59282      Branch: perl
59283            ! pod/perlfunc.pod
59284 ____________________________________________________________________________
59285 [  6532] By: jhi                                   on 2000/08/06  03:45:41
59286         Log: Have symbols for the IoTYPEs.
59287      Branch: perl
59288            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
59289 ____________________________________________________________________________
59290 [  6531] By: jhi                                   on 2000/08/06  01:33:55
59291         Log: Continue fixing the io warnings.  This also
59292              sort of fixes bug ID 20000802.003: the core dump
59293              is no more.  Whether the current behaviour is correct
59294              (giving a warning: "Not a format reference"), is another matter.
59295      Branch: perl
59296            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
59297            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
59298 ____________________________________________________________________________
59299 [  6530] By: jhi                                   on 2000/08/05  21:33:12
59300         Log: Change the Policy policy: now -Dprefix= with an existing
59301              Policy.sh and prefix == siteprefix == vendorprefix, then all
59302              of them follow along the new prefix.
59303              
59304              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
59305              From: Andy Dougherty <doughera@lafayette.edu>
59306              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
59307              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
59308      Branch: perl
59309            ! Policy_sh.SH
59310 ____________________________________________________________________________
59311 [  6529] By: jhi                                   on 2000/08/05  18:57:28
59312         Log: Zap lib/Sys directory when cleaning up.
59313      Branch: perl
59314            ! Makefile.SH
59315 ____________________________________________________________________________
59316 [  6528] By: jhi                                   on 2000/08/05  18:40:44
59317         Log: Essential prototype changes were missing from #6527.
59318              Also make report_evil_fh() more bomb-proof.
59319      Branch: perl
59320            ! embed.h util.c
59321 ____________________________________________________________________________
59322 [  6527] By: jhi                                   on 2000/08/05  03:22:05
59323         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
59324              From: "Ronald F. Guilmette" <rfg@monkeys.com>
59325              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
59326              Message-Id: <200007242247.PAA52177@monkeys.com>
59327      Branch: perl
59328            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
59329 ____________________________________________________________________________
59330 [  6526] By: jhi                                   on 2000/08/04  21:23:27
59331         Log: gcc versions might have (parentheses) in them.
59332      Branch: metaconfig/U/perl
59333            ! gccvers.U
59334      Branch: perl
59335            ! Configure config_h.SH
59336 ____________________________________________________________________________
59337 [  6525] By: jhi                                   on 2000/08/04  20:23:12
59338         Log: Weed buglets pointed out by
59339              
59340              From: Lupe Christoph <lupe@lupe-christoph.de>
59341              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
59342              Date: Fri, 4 Aug 2000 17:34:39 +0200
59343              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
59344      Branch: metaconfig/U/perl
59345            ! gccvers.U uselfs.U
59346      Branch: perl
59347            ! Configure config_h.SH
59348 ____________________________________________________________________________
59349 [  6524] By: jhi                                   on 2000/08/04  19:02:08
59350         Log: Warn under -w if lstat(FH) is attempted.
59351              
59352              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
59353              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
59354              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
59355              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
59356      Branch: perl
59357            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
59358            ! t/pragma/warn/pp_sys
59359 ____________________________________________________________________________
59360 [  6523] By: jhi                                   on 2000/08/04  12:31:11
59361         Log: Subject: New perlcc, take 2
59362              From: simon@brecon.co.uk (Simon Cozens)
59363              Date: 4 Aug 2000 06:21:04 GMT
59364              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
59365      Branch: perl
59366            ! utils/perlcc.PL
59367 ____________________________________________________________________________
59368 [  6522] By: jhi                                   on 2000/08/04  12:26:33
59369         Log: Subject: Re: Array vs. List context
59370              From: Daniel Chetlin <daniel@chetlin.com>
59371              Date: Fri, 4 Aug 2000 00:22:44 -0700
59372              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
59373      Branch: perl
59374            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
59375            ! pod/perlfaq4.pod
59376 ____________________________________________________________________________
59377 [  6521] By: jhi                                   on 2000/08/04  12:22:38
59378         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
59379              From: Raymund Will <ray@caldera.de>
59380              Date: Fri, 4 Aug 2000 12:07:09 +0200
59381              Message-Id: <20000804120709.A14982@caldera.de>
59382      Branch: perl
59383            ! configure.gnu
59384 ____________________________________________________________________________
59385 [  6520] By: jhi                                   on 2000/08/04  04:09:06
59386         Log: After the #6519 a warning about stat() is just that,
59387              not about a filetest, which now have their own warning.
59388      Branch: perl
59389            ! pod/perldiag.pod
59390 ____________________________________________________________________________
59391 [  6519] By: jhi                                   on 2000/08/04  04:06:30
59392         Log: In the warnings call filehandles consistently so;
59393              add "unopened" warning for stat().
59394      Branch: perl
59395            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
59396            ! t/pragma/warn/pp_sys
59397 ____________________________________________________________________________
59398 [  6518] By: jhi                                   on 2000/08/04  02:55:35
59399         Log: Subject: Minor tweak to perlvar.pod
59400              From: "Stephen P. Potter" <spp@ds.net>
59401              Date: Tue, 18 Apr 2000 09:26:03 -0400
59402              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
59403      Branch: perl
59404            ! pod/perlvar.pod
59405 ____________________________________________________________________________
59406 [  6517] By: jhi                                   on 2000/08/04  02:50:08
59407         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
59408              From: "Clinton Pierce" <cpierce1@ford.com>
59409              Date: Wed, 21 Jul 1999 16:45:31 -0400
59410              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
59411              
59412              Fix by Stephen Potter (visible in the bug db but not in p5p?)
59413      Branch: perl
59414            ! pod/perlfunc.pod pod/perlop.pod
59415 ____________________________________________________________________________
59416 [  6516] By: jhi                                   on 2000/08/04  02:09:25
59417         Log: This is 6512.  Really.
59418      Branch: perl
59419            ! dump.c
59420 ____________________________________________________________________________
59421 [  6515] By: jhi                                   on 2000/08/04  01:25:50
59422         Log: mention the idea of @( and @)
59423      Branch: perl
59424            ! Todo-5.6
59425 ____________________________________________________________________________
59426 [  6514] By: bailey                                on 2000/08/04  01:18:46
59427         Log: YA resync with mainstem, including VMS patches from others
59428      Branch: vmsperl
59429           +> (branch 48 files)
59430            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
59431           !> (integrate 354 files)
59432 ____________________________________________________________________________
59433 [  6513] By: jhi                                   on 2000/08/04  01:18:18
59434         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
59435              From: Mark Dickinson <dickins3@fas.harvard.edu>
59436              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
59437              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
59438      Branch: perl
59439            ! t/op/grent.t t/op/pwent.t
59440 ____________________________________________________________________________
59441 [  6512] By: jhi                                   on 2000/08/04  01:14:06
59442         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
59443              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59444              Date: Wed, 02 Aug 2000 10:51:01 +0100
59445              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
59446      Branch: perl
59447            ! sv.c
59448 ____________________________________________________________________________
59449 [  6511] By: jhi                                   on 2000/08/04  00:57:00
59450         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
59451              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59452              Date: Thu, 03 Aug 2000 17:20:04 -0700
59453              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
59454      Branch: metaconfig
59455            ! U/modified/Cppsym.U
59456      Branch: perl
59457            ! Configure config_h.SH
59458 ____________________________________________________________________________
59459 [  6510] By: jhi                                   on 2000/08/04  00:25:28
59460         Log: detypo
59461      Branch: perl
59462            ! Makefile.SH
59463 ____________________________________________________________________________
59464 [  6509] By: jhi                                   on 2000/08/03  23:43:18
59465         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
59466              From: Dominic Dunlop <domo@computer.org>
59467              Date: Thu, 3 Aug 2000 22:16:46 +0200
59468              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
59469      Branch: perl
59470            ! t/op/sprintf.t
59471 ____________________________________________________________________________
59472 [  6508] By: jhi                                   on 2000/08/03  23:40:37
59473         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
59474              From: Hugo <hv@crypt.compulink.co.uk>
59475              Date: Thu, 03 Aug 2000 18:25:30 +0100
59476              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
59477      Branch: perl
59478            ! regcomp.c t/op/re_tests
59479 ____________________________________________________________________________
59480 [  6507] By: jhi                                   on 2000/08/03  23:38:28
59481         Log: Subject: [PATCH] sv.h documentation - SvLEN
59482              From: Mike Guy <mjtg@cam.ac.uk>
59483              Date: Thu, 03 Aug 2000 14:43:09 +0100
59484              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
59485      Branch: perl
59486            ! sv.h
59487 ____________________________________________________________________________
59488 [  6506] By: jhi                                   on 2000/08/03  15:49:14
59489         Log: Disable the fix_pl hack for now.
59490      Branch: perl
59491            ! Makefile.SH
59492 ____________________________________________________________________________
59493 [  6505] By: jhi                                   on 2000/08/03  13:49:04
59494         Log: Add a URL for FSF.
59495              
59496              Subject: Patch for README
59497              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
59498              Date: Wed, 2 Aug 2000 13:25:09 -0500
59499              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
59500      Branch: perl
59501            ! README
59502 ____________________________________________________________________________
59503 [  6504] By: jhi                                   on 2000/08/03  13:29:19
59504         Log: Be more informative on what is skipped and why,
59505              also repeat the list at the end.
59506      Branch: perl
59507            ! Porting/p4desc
59508 ____________________________________________________________________________
59509 [  6503] By: jhi                                   on 2000/08/03  13:07:05
59510         Log: Circumvent the removal of .patch by fix_pl.
59511              
59512              Subject: Re: [ID 20000802.011] unable to 'make test'          
59513              From: simon@brecon.co.uk (Simon Cozens) 
59514              Date: 3 Aug 2000 04:17:00 GMT
59515              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
59516      Branch: perl
59517            ! Makefile.SH
59518 ____________________________________________________________________________
59519 [  6502] By: jhi                                   on 2000/08/03  00:14:34
59520         Log: Add the missing setproctitle unit.
59521      Branch: metaconfig/U/perl
59522            + d_setproctitle.U
59523 ____________________________________________________________________________
59524 [  6501] By: jhi                                   on 2000/08/03  00:00:26
59525         Log: The subtest 4 may fail also on VOBS, as pointed out
59526              by Nick Ing-Simmons in November 1999, bug id 19991124.003
59527              (but the failure in that bug report isn't the subtest 4).
59528      Branch: perl
59529            ! t/op/stat.t
59530 ____________________________________________________________________________
59531 [  6500] By: jhi                                   on 2000/08/02  23:49:30
59532         Log: Better skip message for the test; one of the two problems in
59533              
59534              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
59535              From: Lupe Christoph <lupe@lupe-christoph.de>
59536              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
59537              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
59538      Branch: perl
59539            ! t/op/numconvert.t
59540 ____________________________________________________________________________
59541 [  6499] By: jhi                                   on 2000/08/02  22:49:16
59542         Log: Allow "no Module;" even if there is no 'unimport'.
59543              
59544              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
59545              From: mjd@plover.com
59546              Date: 24 Mar 2000 15:24:34 -0000
59547              Message-Id: <20000324152434.15160.qmail@plover.com>
59548      Branch: perl
59549            ! gv.c
59550 ____________________________________________________________________________
59551 [  6498] By: jhi                                   on 2000/08/02  22:42:58
59552         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
59553              that are hopefully soon put into use.
59554      Branch: perl
59555            ! opcode.h opcode.pl opnames.h
59556 ____________________________________________________________________________
59557 [  6497] By: gsar                                  on 2000/08/02  22:28:59
59558         Log: require.t needs binmode() to work on windows
59559      Branch: perl
59560            ! t/comp/require.t
59561 ____________________________________________________________________________
59562 [  6496] By: jhi                                   on 2000/08/02  22:08:51
59563         Log: Document the IVdf UVuf UVof UVxf.
59564      Branch: perl
59565            ! pod/perlguts.pod
59566 ____________________________________________________________________________
59567 [  6495] By: jhi                                   on 2000/08/02  21:54:26
59568         Log: detypo #6494
59569      Branch: perl
59570            ! ext/Data/Dumper/Dumper.xs
59571 ____________________________________________________________________________
59572 [  6494] By: jhi                                   on 2000/08/02  21:49:17
59573         Log: Dump UVs as UVs in Data::Dumper.
59574              
59575              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
59576              From: Gurusamy Sarathy <gsar@ActiveState.com>
59577              Date: Thu, 27 Apr 2000 12:26:25 -0700
59578              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
59579      Branch: perl
59580            ! ext/Data/Dumper/Dumper.xs
59581 ____________________________________________________________________________
59582 [  6493] By: jhi                                   on 2000/08/02  17:01:58
59583         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
59584              From: Hugo <hv@crypt.compulink.co.uk>
59585              Date: Wed, 02 Aug 2000 14:53:56 +0100
59586              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
59587      Branch: perl
59588            ! regexec.c t/op/re_tests
59589 ____________________________________________________________________________
59590 [  6492] By: jhi                                   on 2000/08/02  15:02:46
59591         Log: The new setproctitle() feature is available only in 
59592              bleeding edge FreeBSD.  From Paul Saab.
59593      Branch: perl
59594            ! mg.c
59595 ____________________________________________________________________________
59596 [  6491] By: jhi                                   on 2000/08/02  13:34:36
59597         Log: The tr utf8 patching continues.
59598              
59599              Subject: Re: #6469, too many tests claimed in require.t
59600              From: simon@brecon.co.uk (Simon Cozens)
59601              Date: 2 Aug 2000 02:37:17 GMT
59602              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
59603              
59604              (the logic of the test was the wrong way round in the patch)
59605      Branch: perl
59606            ! doop.c
59607 ____________________________________________________________________________
59608 [  6490] By: jhi                                   on 2000/08/02  13:27:38
59609         Log: The name of a filehandle does not have <these>.
59610      Branch: perl
59611            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
59612            ! t/pragma/warn/pp_sys util.c
59613 ____________________________________________________________________________
59614 [  6489] By: jhi                                   on 2000/08/02  04:26:46
59615         Log: Remove the extraneous "main::" prefix from all the
59616              "opened only for", "on closed", and "never opened" warnings.
59617              
59618              Subject: Re: inappropriate warning
59619              From: Gurusamy Sarathy <gsar@ActiveState.com>
59620              Date: Mon, 20 Mar 2000 11:28:02 -0800
59621              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
59622      Branch: perl
59623            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
59624            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
59625            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
59626 ____________________________________________________________________________
59627 [  6488] By: jhi                                   on 2000/08/02  03:02:57
59628         Log: memcpy has n o in it, as pinted ut by Sarathy.
59629      Branch: perl
59630            ! pod/perlguts.pod
59631 ____________________________________________________________________________
59632 [  6487] By: jhi                                   on 2000/08/02  02:44:51
59633         Log: Document in one place the memory abstractions used in Perl core.
59634              
59635              Subject: Re: Memory abstraction
59636              From: simon@brecon.co.uk (Simon Cozens)
59637              Date: 2 Aug 2000 02:20:23 GMT
59638              Organization: Earth.li Origins
59639      Branch: perl
59640            ! pod/perlguts.pod
59641 ____________________________________________________________________________
59642 [  6486] By: jhi                                   on 2000/08/02  02:41:57
59643         Log: regen_headers, regen perltoc.
59644      Branch: perl
59645            ! perlapi.c pod/perltoc.pod
59646 ____________________________________________________________________________
59647 [  6485] By: jhi                                   on 2000/08/02  01:43:33
59648         Log: "This little thing tests for a file .patch, and if it contains
59649              a number, pops into patchlevel.h" (making it easier to track
59650              which development version people are reporting bugs against)
59651              
59652              Subject: Patchlevel autogeneration for repository perls
59653              From: simon@brecon.co.uk (Simon Cozens)
59654              Date: 14 Jul 2000 07:12:15 GMT
59655              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
59656      Branch: perl
59657            + fix_pl
59658            ! MANIFEST Makefile.SH
59659 ____________________________________________________________________________
59660 [  6484] By: jhi                                   on 2000/08/02  01:32:54
59661         Log: FreeBSD 3.* updates from
59662              
59663              From: Paul Saab <ps@yahoo-inc.com>
59664              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
59665              Date: Tue, 1 Aug 2000 15:41:39 -0700
59666              Message-Id: <20000801154139.A53740@yahoo-inc.com>
59667      Branch: perl
59668            ! hints/freebsd.sh
59669 ____________________________________________________________________________
59670 [  6483] By: jhi                                   on 2000/08/02  01:27:44
59671         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
59672              instead one must use setproctitle().  This was already addressed
59673              by change #6457, but the below has a new variant for FreeBSD 4.0
59674              or later, and the matter is also documented more.
59675              
59676              From: Paul Saab <ps@yahoo-inc.com>
59677              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
59678              Date: Tue, 1 Aug 2000 15:41:39 -0700
59679              Message-Id: <20000801154139.A53740@yahoo-inc.com>
59680      Branch: metaconfig/U/perl
59681            + i_libutil.U
59682      Branch: perl
59683            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
59684 ____________________________________________________________________________
59685 [  6482] By: jhi                                   on 2000/08/01  22:17:32
59686         Log: The test from this
59687              
59688              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
59689              Date: Sat, 15 Apr 2000 17:03:44 +0100
59690              From: Tom Hughes <tom@compton.nu>
59691              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
59692              
59693              was missing, the code change went in as #5989
59694              (which had a different test?)
59695      Branch: perl
59696            ! t/op/misc.t
59697 ____________________________________________________________________________
59698 [  6481] By: jhi                                   on 2000/08/01  21:48:38
59699         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
59700              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
59701              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
59702              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
59703      Branch: perl
59704            ! perl.h
59705 ____________________________________________________________________________
59706 [  6480] By: jhi                                   on 2000/08/01  18:05:28
59707         Log: Make p4desc to skip non-mainperl branches by default.
59708      Branch: perl
59709            ! Porting/p4desc
59710 ____________________________________________________________________________
59711 [  6479] By: jhi                                   on 2000/08/01  17:29:19
59712         Log: If gccosandvers is equal to osname, clear gccosandvers.
59713      Branch: metaconfig/U/perl
59714            ! gccvers.U
59715      Branch: perl
59716            ! Configure config_h.SH
59717 ____________________________________________________________________________
59718 [  6478] By: jhi                                   on 2000/08/01  15:54:08
59719         Log: BOM patching from Simon Cozens.
59720      Branch: perl
59721            ! toke.c
59722 ____________________________________________________________________________
59723 [  6477] By: jhi                                   on 2000/08/01  04:50:33
59724         Log: Stash away the largefiles flags and libswanted.
59725      Branch: perl
59726            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
59727 ____________________________________________________________________________
59728 [  6476] By: gsar                                  on 2000/08/01  04:24:24
59729         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
59730              on Windows)
59731      Branch: perl
59732            ! t/pragma/utf8.t utf8.c win32/win32.c
59733 ____________________________________________________________________________
59734 [  6475] By: jhi                                   on 2000/08/01  03:35:24
59735         Log: Make chr() for values >127 to create utf8 when under utf8.
59736              
59737              Subject: Re: uft8/chr()
59738              From: simon@brecon.co.uk (Simon Cozens)
59739              Date: 1 Aug 2000 02:37:02 GMT
59740              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
59741      Branch: perl
59742            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
59743 ____________________________________________________________________________
59744 [  6474] By: jhi                                   on 2000/08/01  02:36:18
59745         Log: In Digital UNIX warn if gcc explicitly chosen because even
59746              2.95.2 is known to cause problems.
59747      Branch: perl
59748            ! hints/dec_osf.sh
59749 ____________________________________________________________________________
59750 [  6473] By: jhi                                   on 2000/08/01  02:00:56
59751         Log: Make the safety catch for buggy gccs work with triple version
59752              numbers like 2.95.2.  Reported in
59753              
59754              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
59755              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
59756              Date: Mon, 31 Jul 2000 14:55:06 +0200
59757              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
59758      Branch: perl
59759            ! hints/dec_osf.sh
59760 ____________________________________________________________________________
59761 [  6472] By: jhi                                   on 2000/08/01  01:13:33
59762         Log: Subject: fix and question re: waitpid() under win32
59763              From: Brian Clarke <clarke@appliedmeta.com>
59764              Date: Fri, 28 Jul 2000 15:18:29 -0400
59765              Message-ID: <3981DC85.290314EB@appliedmeta.com>
59766              
59767              Slightly reformatted and WNOHANG # define moved to win32.h
59768              so that also POSIX.xs sees it, as suggsted by Sarathy.
59769      Branch: perl
59770            ! win32/win32.c win32/win32.h
59771 ____________________________________________________________________________
59772 [  6471] By: jhi                                   on 2000/08/01  00:55:05
59773         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
59774              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59775              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
59776              Date: Mon, 31 Jul 2000 13:28:51 +0100
59777              
59778              (aka ID 20000730.002)
59779      Branch: perl
59780            ! op.c t/op/tr.t
59781 ____________________________________________________________________________
59782 [  6470] By: jhi                                   on 2000/07/31  23:34:42
59783         Log: Document the problem with -P in HP-UX and its workaround.
59784              
59785              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
59786              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
59787              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
59788              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
59789      Branch: perl
59790            ! README.hpux
59791 ____________________________________________________________________________
59792 [  6469] By: jhi                                   on 2000/07/31  04:15:02
59793         Log: The swallow_bom() saga continues.  The #23 of require.t
59794              (UTF16-LE) still fails (silently, no output) but the #22
59795              (UTF16-BE) seems to be working now.  The root of the
59796              failure may be in sv_gets(): is it UTF-16LE-aware,
59797              especially when it comes to line endings? 
59798      Branch: perl
59799            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
59800            ! t/comp/require.t toke.c utf8.c
59801 ____________________________________________________________________________
59802 [  6468] By: jhi                                   on 2000/07/30  19:05:48
59803         Log: Find green threads before native threads.
59804              
59805              Subject: Re: Patch to jpl/JNI/Makefile.PL
59806              From: Jens Thomsen <jens@fiend.cis.com>
59807              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
59808              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
59809      Branch: perl
59810            ! jpl/JNI/Makefile.PL
59811 ____________________________________________________________________________
59812 [  6467] By: jhi                                   on 2000/07/30  18:36:22
59813         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
59814      Branch: perl
59815            ! doop.c
59816 ____________________________________________________________________________
59817 [  6466] By: jhi                                   on 2000/07/30  04:37:29
59818         Log: A new version of the "remove UPPERACSE string comparison"
59819              operators.  The problem with the previous one (change #6454)
59820              was that it was for Perl 5.6.0.  From Paul Marquess.
59821      Branch: perl
59822            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
59823            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
59824            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
59825 ____________________________________________________________________________
59826 [  6465] By: jhi                                   on 2000/07/29  22:39:56
59827         Log: Do not upgrade SVs into utf8 just because they participate
59828              in eq or cmp.  Reported and fix suggested in
59829              
59830              Subject: [ID 20000720.009] sv_eq UTF8 bug
59831              From: "Simon Cozens" <simon@othersideofthe.earth.li>
59832              Date: 21 Jul 2000 04:37:29 -0000
59833              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
59834              
59835              Exercise for the kind reader: should we or should we not
59836              cache the utf8 conversion alonside the SV? (as magic,
59837              as thestrxfrm()ed version is cached under use locale)
59838              Argue both for and against.
59839      Branch: perl
59840            ! sv.c
59841 ____________________________________________________________________________
59842 [  6464] By: jhi                                   on 2000/07/29  22:36:22
59843         Log: Subject: UTF8 concat
59844              From: simon@brecon.co.uk (Simon Cozens) 
59845              Date: 30 Jun 2000 06:13:25 GMT
59846              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
59847              
59848              (with a memory leak fixed, plus a few casts added)
59849              
59850              This also seems to help for
59851              
59852              Subject: [ID 20000716.015] join UTF8 weirdness
59853              From: root <root@ak-71.mind.de> 
59854              Date: Sat, 15 Jul 2000 15:29:54 +0200
59855              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
59856              
59857              (from Andreas König)
59858      Branch: perl
59859            ! pp_hot.c
59860 ____________________________________________________________________________
59861 [  6463] By: jhi                                   on 2000/07/29  00:55:39
59862         Log: Tune the comments and hopefully stop a memory leak.
59863      Branch: perl
59864            ! toke.c utf8.c
59865 ____________________________________________________________________________
59866 [  6462] By: jhi                                   on 2000/07/29  00:16:53
59867         Log: The problem described in this
59868              
59869              Subject: [ID 20000322.018] named chars aren't magical enough
59870              From: root <root@dixie.cscaper.com>     
59871              Date: Wed, 22 Mar 2000 18:37:42 -0700
59872              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
59873              
59874              has been fixed in perl 5.6.0 but just in case added a test
59875              to keep it away.  (The report from Joseph Hall.)
59876      Branch: perl
59877            ! t/lib/charnames.t
59878 ____________________________________________________________________________
59879 [  6461] By: jhi                                   on 2000/07/28  23:56:36
59880         Log: Tiny fixes for #6460.
59881      Branch: metaconfig/U/perl
59882            ! gccvers.U
59883      Branch: perl
59884            ! Configure config_h.SH
59885 ____________________________________________________________________________
59886 [  6460] By: jhi                                   on 2000/07/28  23:24:41
59887         Log: Warn if the version of the operating system used to compile gcc
59888              differs from the current version of the operating system.
59889              Also display the gcc compilation os and version in myconfig.
59890              Inspiration from
59891              
59892              Subject: Re: [ID 20000710.003] ERRORS!!         
59893              From: "Kurt D. Starsinic" <kstar@chapin.edu>
59894              Date: Mon, 10 Jul 2000 15:54:16 -0400
59895              Message-ID: <20000710155416.A1384@O2.chapin.edu>
59896      Branch: metaconfig/U/perl
59897            ! gccvers.U
59898      Branch: perl
59899            ! Configure config_h.SH myconfig.SH
59900 ____________________________________________________________________________
59901 [  6459] By: jhi                                   on 2000/07/28  22:00:32
59902         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
59903              letter to $Config{osvers}.
59904      Branch: metaconfig
59905            ! U/modified/Oldconfig.U
59906      Branch: perl
59907            ! Configure config_h.SH
59908 ____________________________________________________________________________
59909 [  6458] By: jhi                                   on 2000/07/28  04:15:39
59910         Log: Back out #6454, doesn't seem to work.
59911              (Reason: that patch was for perl 5.6.0, not perl-current)
59912              (A version of the patch for perl-current came in later as #6466)
59913      Branch: perl
59914            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
59915            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
59916            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
59917 ____________________________________________________________________________
59918 [  6457] By: jhi                                   on 2000/07/27  23:31:49
59919         Log: Use setproctitle() if available to modify $0.
59920              
59921              Subject: setting $* on BSD4 broken
59922              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59923              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
59924              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
59925      Branch: metaconfig
59926            ! U/modified/Myinit.U
59927      Branch: perl
59928            ! Configure config_h.SH mg.c
59929 ____________________________________________________________________________
59930 [  6456] By: jhi                                   on 2000/07/27  14:50:47
59931         Log: Allow "no AutoLoader;", based on change #6444,
59932              suggested by Graham Barr.
59933      Branch: perl
59934            ! lib/AutoLoader.pm
59935 ____________________________________________________________________________
59936 [  6455] By: jhi                                   on 2000/07/27  14:19:10
59937         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
59938              From: rspier@pobox.com (Robert Spier)
59939              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
59940              Message-ID: <14720.15855.787664.424783@rls.cx>
59941      Branch: perl
59942            ! pod/perldiag.pod
59943 ____________________________________________________________________________
59944 [  6454] By: jhi                                   on 2000/07/27  14:03:02
59945         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
59946              for a long time).
59947              
59948              Reported in
59949              
59950              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
59951              From: Ryan Herbert <rherbert@sycamorehq.com>
59952              Date: Mon, 17 Jul 2000 11:40:42 -0400
59953              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
59954              
59955              Patched in
59956              
59957              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
59958              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
59959              Date: Wed, 26 Jul 2000 23:40:18 +0100
59960              Message-ID: <000001bff752$79511880$0a17073e@tiny>
59961              
59962              based on an earlier patch from Stephen P. Potter.
59963              
59964              (Removed later by change #6458 because this patch was for
59965              perl 5.6.0, not perl-current)
59966      Branch: perl
59967            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
59968            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
59969            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
59970 ____________________________________________________________________________
59971 [  6453] By: jhi                                   on 2000/07/27  13:48:02
59972         Log: Subject: [PATCH] fixes bug 20000508.004
59973              From: Michael Stevens <mstevens@globnix.org>
59974              Date: Thu, 27 Jul 2000 13:49:04 +0100
59975              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
59976      Branch: perl
59977            ! pod/perldata.pod
59978 ____________________________________________________________________________
59979 [  6452] By: jhi                                   on 2000/07/26  23:51:26
59980         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
59981              and Craig A. Berry.
59982      Branch: perl
59983            ! lib/File/Temp.pm pod/perlport.pod
59984 ____________________________________________________________________________
59985 [  6451] By: jhi                                   on 2000/07/26  19:43:30
59986         Log: Be wary of close()s, too.
59987              
59988              Subject: Re: [PATCH] perlbug cleanup
59989              From: Tim Jenness <t.jenness@jach.hawaii.edu>
59990              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
59991              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
59992      Branch: perl
59993            ! utils/perlbug.PL
59994 ____________________________________________________________________________
59995 [  6450] By: jhi                                   on 2000/07/26  18:41:40
59996         Log: Subject: Minor doc patch: handy.h
59997              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
59998              Date: Wed, 26 Jul 2000 15:34:25 -0300
59999              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
60000      Branch: perl
60001            ! handy.h pod/perlapi.pod
60002 ____________________________________________________________________________
60003 [  6449] By: jhi                                   on 2000/07/26  18:23:55
60004         Log: Subject: [PATCH] minor doc change - perlguts
60005              From: Michael Stevens <mstevens@globnix.org>
60006              Date: Thu, 13 Jul 2000 12:39:18 +0100
60007              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
60008      Branch: perl
60009            ! pod/perlguts.pod
60010 ____________________________________________________________________________
60011 [  6448] By: jhi                                   on 2000/07/26  18:20:30
60012         Log: open() wariness in perlbug.
60013              
60014              Subject: [PATCH] perlbug cleanup
60015              From: Michael Stevens <mstevens@globnix.org>
60016              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
60017              Date: Thu, 13 Jul 2000 15:52:23 +0100
60018      Branch: perl
60019            ! utils/perlbug.PL
60020 ____________________________________________________________________________
60021 [  6447] By: jhi                                   on 2000/07/26  18:13:04
60022         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
60023      Branch: perl
60024            ! lib/File/Temp.pm t/lib/ftmp-security.t
60025 ____________________________________________________________________________
60026 [  6446] By: jhi                                   on 2000/07/26  18:06:32
60027         Log: docfix from Peter Scott <Peter@PSDT.com>.
60028      Branch: perl
60029            ! pod/perlfunc.pod
60030 ____________________________________________________________________________
60031 [  6445] By: jhi                                   on 2000/07/26  17:53:31
60032         Log: Fix *foo{FORMAT}.
60033              
60034              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60035              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
60036              Date: Wed, 26 Jul 2000 19:51:02 +0200
60037              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
60038              
60039              From: Graham Barr <gbarr@pobox.com>
60040              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
60041              Date: Wed, 26 Jul 2000 17:38:36 +0100
60042              Message-ID: <20000726173836.L472@pobox.com>
60043      Branch: perl
60044            ! pp.c sv.c t/op/gv.t
60045 ____________________________________________________________________________
60046 [  6444] By: jhi                                   on 2000/07/26  17:49:14
60047         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
60048              from Graham Barr in the module list.
60049      Branch: perl
60050            ! gv.c pod/perlobj.pod
60051 ____________________________________________________________________________
60052 [  6443] By: jhi                                   on 2000/07/26  16:06:56
60053         Log: More split() doc and test patches from Mike Guy.
60054      Branch: perl
60055            ! pod/perlfunc.pod t/op/split.t
60056 ____________________________________________________________________________
60057 [  6442] By: jhi                                   on 2000/07/26  16:05:30
60058         Log: MacOS nits from Matthias Neeracher.
60059      Branch: perl
60060            ! perl.c pp_ctl.c
60061 ____________________________________________________________________________
60062 [  6441] By: jhi                                   on 2000/07/26  04:39:57
60063         Log: Subject: [PATCH] split /^/
60064              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60065              Date: Tue, 25 Jul 2000 14:18:57 +0100
60066              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
60067              
60068              (with notes from tchrist and gbarr)
60069      Branch: perl
60070            ! pod/perlfunc.pod t/op/split.t
60071 ____________________________________________________________________________
60072 [  6440] By: jhi                                   on 2000/07/26  04:32:32
60073         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
60074              From: Peter Prymmer <pvhp@forte.com>
60075              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
60076              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
60077      Branch: perl
60078            ! vms/munchconfig.c
60079 ____________________________________________________________________________
60080 [  6439] By: jhi                                   on 2000/07/26  04:31:01
60081         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
60082              to be fatal errors (instead of by default ignoring them, and
60083              ignoring with a bug: even though -w gave an error, the opening [
60084              was left in)  Reported in:
60085              
60086              Subject: [ID 20000716.024] [=cc=] / [:blank:]
60087              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
60088              Date: Sun, 16 Jul 2000 17:55:29 -0700
60089              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
60090      Branch: perl
60091            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
60092 ____________________________________________________________________________
60093 [  6438] By: jhi                                   on 2000/07/25  15:41:15
60094         Log: Subject: [PATCH] av.c apidoc
60095              From: simon@brecon.co.uk (Simon Cozens)
60096              Date: 24 Jul 2000 06:40:52 GMT
60097              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
60098      Branch: perl
60099            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
60100            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
60101 ____________________________________________________________________________
60102 [  6437] By: jhi                                   on 2000/07/25  14:05:36
60103         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
60104              From: "Stephen P. Potter" <spp@ds.net>
60105              Date: Mon, 24 Jul 2000 14:22:23 -0400
60106              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
60107      Branch: perl
60108            ! pod/perllocale.pod
60109 ____________________________________________________________________________
60110 [  6436] By: jhi                                   on 2000/07/25  14:02:03
60111         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
60112              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60113              Date: Mon, 24 Jul 2000 18:04:28 +0100
60114              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
60115      Branch: perl
60116            ! t/lib/syslfs.t t/op/lfs.t
60117 ____________________________________________________________________________
60118 [  6435] By: jhi                                   on 2000/07/25  13:59:28
60119         Log: Get UTF16 BOMs working.  Patch from
60120              
60121              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
60122              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60123              Date: Tue, 25 Jul 2000 12:52:45 +0100
60124              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
60125              
60126              and notes from
60127              
60128              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
60129              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60130              Date: Tue, 25 Jul 2000 11:43:25 +0100
60131              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
60132      Branch: perl
60133            ! t/comp/require.t toke.c utf8.c
60134 ____________________________________________________________________________
60135 [  6434] By: jhi                                   on 2000/07/25  02:39:54
60136         Log: Make the "uninit variable" warning to say "concat or string"
60137              or "join or string" when in concat or join .
60138              
60139              Subject: Re: [ID 20000403.009] uninitialised concatenation???
60140              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60141              Date: Tue, 04 Apr 2000 18:22:58 +0100
60142              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
60143              
60144              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
60145              From: William R Ward <hermit@BayView.COM>
60146              Date: Thu, 30 Mar 2000 19:50:03 -0800
60147              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
60148      Branch: perl
60149            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
60150            ! t/pragma/warn/op t/pragma/warn/sv
60151 ____________________________________________________________________________
60152 [  6433] By: jhi                                   on 2000/07/24  17:52:56
60153         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
60154      Branch: perl
60155            ! lib/File/Spec/VMS.pm
60156 ____________________________________________________________________________
60157 [  6432] By: jhi                                   on 2000/07/24  17:44:44
60158         Log: Test cases for #6431.
60159              
60160              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
60161              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60162              Date: Mon, 24 Jul 2000 15:32:29 +0100
60163              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
60164      Branch: perl
60165            ! t/op/pat.t t/op/split.t
60166 ____________________________________________________________________________
60167 [  6431] By: jhi                                   on 2000/07/24  17:43:17
60168         Log: Bind op fix.
60169              
60170              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
60171              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60172              Date: Mon, 17 Jul 2000 20:04:56 +0100
60173              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
60174      Branch: perl
60175            ! op.c
60176 ____________________________________________________________________________
60177 [  6430] By: jhi                                   on 2000/07/24  03:42:42
60178         Log: Subject: [ID 20000716.023] syslog test fails without sockets
60179              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60180              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
60181              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
60182      Branch: metaconfig/U/perl
60183            ! Extensions.U
60184      Branch: perl
60185            ! Configure config_h.SH
60186 ____________________________________________________________________________
60187 [  6429] By: jhi                                   on 2000/07/24  03:11:52
60188         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
60189              case, but add also notes explaining the relationship of this
60190              patch and the earlier notes by Sarathy.
60191              
60192              Subject: Map is still slow
60193              From: "Ben Tilly" <ben_tilly@hotmail.com>
60194              Date: Sat, 15 Jul 2000 17:23:27 EDT
60195              Message-ID: <20000715212327.21656.qmail@hotmail.com>
60196      Branch: perl
60197            ! pp_ctl.c
60198 ____________________________________________________________________________
60199 [  6428] By: jhi                                   on 2000/07/24  02:58:52
60200         Log: Documentation to explain the behaviour of map().
60201              
60202              Subject: Re: Map is still slow 
60203              From: Gurusamy Sarathy <gsar@ActiveState.com>
60204              Date: Sat, 15 Jul 2000 16:05:09 -0700
60205              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
60206      Branch: perl
60207            ! pp_ctl.c
60208 ____________________________________________________________________________
60209 [  6427] By: jhi                                   on 2000/07/24  02:50:03
60210         Log: Add tests for
60211              [ID 19991110.003] another matching finding by pcre author
60212              which has already been fixed by some patch, as verified in
60213              
60214              Subject: Re: two regex bugs from the mists of time (well, last November)
60215              From: Hugo <hv@crypt.compulink.co.uk>
60216              Date: Sat, 22 Jul 2000 18:12:58 +0100
60217              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
60218      Branch: perl
60219            ! t/op/re_tests
60220 ____________________________________________________________________________
60221 [  6426] By: jhi                                   on 2000/07/24  02:11:20
60222         Log: A missing 'break' after the [[:space:]] switch case.
60223              
60224              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
60225              From: "Stephen P. Potter" <spp@ds.net>
60226              Date: Tue, 18 Jul 2000 16:25:17 -0400
60227              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
60228      Branch: perl
60229            ! regcomp.c
60230 ____________________________________________________________________________
60231 [  6425] By: jhi                                   on 2000/07/24  02:06:12
60232         Log: The output might have been produced in the wrong order.
60233              
60234              Subject: [ID 20000720.003] [PATCH] t/op/write.t
60235              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60236              Date: Thu, 20 Jul 2000 18:49:18 +0100
60237              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
60238      Branch: perl
60239            ! t/op/write.t
60240 ____________________________________________________________________________
60241 [  6424] By: jhi                                   on 2000/07/24  02:00:07
60242         Log: Use STDOUT consistently.
60243              
60244              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
60245              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60246              Date: Thu, 20 Jul 2000 18:04:01 +0100
60247              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
60248      Branch: perl
60249            ! lib/Test/Harness.pm
60250 ____________________________________________________________________________
60251 [  6423] By: jhi                                   on 2000/07/24  01:54:54
60252         Log: Protect against "wild next"s, that is, callbacks doing "next"
60253              instead of "return".
60254              
60255              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
60256              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60257              Date: Tue, 18 Jul 2000 11:30:16 +0100
60258              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
60259      Branch: perl
60260            ! lib/File/Find.pm
60261 ____________________________________________________________________________
60262 [  6422] By: jhi                                   on 2000/07/24  01:35:47
60263         Log: Out-of-date note removed.
60264              
60265              Subject: [PATCH] documentation perlipc
60266              From: rspier@pobox.com (Robert Spier)
60267              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
60268              Message-ID: <14711.35178.572612.502654@rls.cx>
60269      Branch: perl
60270            ! pod/perlipc.pod
60271 ____________________________________________________________________________
60272 [  6421] By: jhi                                   on 2000/07/24  00:09:18
60273         Log: Send all installperl messages to STDERR and be -w clean.
60274              
60275              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
60276              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60277              Date: Sat, 22 Jul 2000 14:02:11 +0100
60278              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
60279      Branch: perl
60280            ! installperl
60281 ____________________________________________________________________________
60282 [  6420] By: jhi                                   on 2000/07/24  00:04:19
60283         Log: Decutandpasto.
60284              
60285              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
60286              From: "Richard Soderberg" <rs@crystalflame.net>
60287              Date: Sun, 23 Jul 2000 01:37:23 -0700
60288              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
60289      Branch: perl
60290            ! pod/perlipc.pod
60291 ____________________________________________________________________________
60292 [  6419] By: jhi                                   on 2000/07/24  00:01:12
60293         Log: A cleaner abs_path().
60294              Subject: Re: unix alternative to Cwd.pm
60295              From: Jeff Pinyan <jeffp@crusoe.net>
60296              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
60297              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
60298      Branch: perl
60299            ! lib/Cwd.pm
60300 ____________________________________________________________________________
60301 [  6418] By: jhi                                   on 2000/07/23  23:48:56
60302         Log: Detypo.
60303              
60304              Subject: [PATCH perl-current] Typo in hints/powerux.sh
60305              From: "Richard Soderberg" <rs@crystalflame.net>
60306              Date: Sun, 23 Jul 2000 01:27:33 -0700
60307              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
60308      Branch: perl
60309            ! hints/powerux.sh
60310 ____________________________________________________________________________
60311 [  6417] By: jhi                                   on 2000/07/17  22:13:31
60312         Log: Subject: SDBM_File documentation
60313              From: mjd@plover.com
60314              Date: 16 Jul 2000 17:41:17 -0000
60315              Message-ID: <20000716174117.18515.qmail@plover.com>
60316      Branch: perl
60317            ! ext/SDBM_File/SDBM_File.pm
60318 ____________________________________________________________________________
60319 [  6416] By: jhi                                   on 2000/07/17  19:13:26
60320         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
60321      Branch: perl
60322            ! hints/mpeix.sh mpeix/relink
60323 ____________________________________________________________________________
60324 [  6415] By: jhi                                   on 2000/07/15  14:11:02
60325         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
60326              the utf8 'characters' can be more than one octet).
60327              
60328              Date: Sat, 15 Jul 2000 00:21:56 +0100
60329              From: Tom Hughes <tom@compton.nu>
60330              Subject: Re: [ID 20000714.002]
60331              Message-ID: <db2334de49.tom@compton.compton.nu>
60332              
60333              Reported in
60334              
60335              Subject: [ID 20000714.002]
60336              From: "Simon Cozens" <simon@othersideofthe.earth.li>
60337              Date: 14 Jul 2000 15:13:09 -0000
60338              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
60339      Branch: perl
60340            ! doop.c
60341 ____________________________________________________________________________
60342 [  6414] By: jhi                                   on 2000/07/15  03:13:41
60343         Log: another VMS build tweak from Peter Prymmer
60344      Branch: perl
60345            ! vms/descrip_mms.template
60346 ____________________________________________________________________________
60347 [  6413] By: jhi                                   on 2000/07/15  03:10:40
60348         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
60349      Branch: perl
60350            ! vms/perlvms.pod
60351 ____________________________________________________________________________
60352 [  6412] By: jhi                                   on 2000/07/15  00:31:05
60353         Log: More docs for sv functions.
60354              
60355              Subject: [PATCH cfgperl] sv.c apidoc
60356              From: simon@brecon.co.uk (Simon Cozens)
60357              Date: 13 Jul 2000 09:00:20 GMT
60358              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
60359              
60360              Subject: Re: [PATCH cfgperl] sv.c apidoc
60361              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60362              Date: Thu, 13 Jul 2000 12:27:41 +0100
60363              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
60364              
60365              Subject: Re: [PATCH cfgperl] sv.c apidoc
60366              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60367              Date: Thu, 13 Jul 2000 13:23:09 +0100
60368              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
60369              
60370              Subject: Re: [PATCH cfgperl] sv.c apidoc
60371              From: simon@brecon.co.uk (Simon Cozens)
60372              Date: 14 Jul 2000 06:51:02 GMT
60373              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
60374      Branch: perl
60375            ! embed.pl pod/perlapi.pod sv.c
60376 ____________________________________________________________________________
60377 [  6411] By: jhi                                   on 2000/07/15  00:10:41
60378         Log: lib/b test fixes from Peter Prymmer.
60379      Branch: perl
60380            ! t/lib/b.t
60381 ____________________________________________________________________________
60382 [  6410] By: jhi                                   on 2000/07/15  00:02:09
60383         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
60384              From: Hugo <hv@crypt.compulink.co.uk>
60385              Date: Fri, 14 Jul 2000 23:05:20 +0100
60386              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
60387              
60388              Didn't anymore apply, but that point still could use another fix.
60389      Branch: perl
60390            ! pod/perlfunc.pod
60391 ____________________________________________________________________________
60392 [  6409] By: jhi                                   on 2000/07/14  23:15:15
60393         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
60394              not in pod, from Peter Prymmer
60395      Branch: perl
60396            ! vms/descrip_mms.template
60397 ____________________________________________________________________________
60398 [  6408] By: jhi                                   on 2000/07/14  20:35:05
60399         Log: The bug report
60400              [ID 19991110.002] minimal matching discrepancy found by pcre author
60401              seems to have been fixed (though differently from what was suggested
60402              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
60403      Branch: perl
60404            ! t/op/re_tests
60405 ____________________________________________________________________________
60406 [  6407] By: jhi                                   on 2000/07/14  17:38:08
60407         Log: Fix AutoSplit to use File::Spec the right way in VMS,
60408              from Peter Prymmer.
60409      Branch: perl
60410            ! lib/AutoSplit.pm
60411 ____________________________________________________________________________
60412 [  6406] By: jhi                                   on 2000/07/14  14:13:22
60413         Log: Merge perlhacktut into perlhack, update perlguts.
60414              
60415              Subject: Re: Perlhacktut
60416              From: simon@brecon.co.uk (Simon Cozens)
60417              Date: 14 Jul 2000 06:49:21 GMT
60418              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
60419              
60420              Subject: Re: Perlhacktut
60421              From: simon@brecon.co.uk (Simon Cozens)
60422              Date: 14 Jul 2000 07:09:45 GMT
60423              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
60424      Branch: perl
60425            ! pod/perlguts.pod pod/perlhack.pod
60426 ____________________________________________________________________________
60427 [  6405] By: jhi                                   on 2000/07/14  14:02:31
60428         Log: Integrate with Sarathy.
60429      Branch: cfgperl
60430           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
60431           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
60432           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
60433 ____________________________________________________________________________
60434 [  6404] By: gsar                                  on 2000/07/14  12:15:02
60435         Log: PERL_OBJECT build tweaks
60436      Branch: perl
60437            ! toke.c
60438 ____________________________________________________________________________
60439 [  6403] By: gsar                                  on 2000/07/14  11:23:41
60440         Log: inconsistent types needs casts
60441      Branch: perl
60442            ! toke.c
60443 ____________________________________________________________________________
60444 [  6402] By: gsar                                  on 2000/07/14  11:12:04
60445         Log: typos in change#6399, regen headers
60446      Branch: perl
60447            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
60448 ____________________________________________________________________________
60449 [  6401] By: gsar                                  on 2000/07/14  10:59:12
60450         Log: typecasts needed for change#6394
60451      Branch: perl
60452            ! toke.c
60453 ____________________________________________________________________________
60454 [  6400] By: gsar                                  on 2000/07/14  10:49:37
60455         Log: integrate cfgperl contents into mainline
60456      Branch: perl
60457           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
60458           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
60459 ____________________________________________________________________________
60460 [  6399] By: gsar                                  on 2000/07/14  10:38:35
60461         Log: enable UTF-16 filter by default if relevant BOM is seen; various
60462              cleanups (typos, misformatted code, and small bugs)
60463      Branch: perl
60464            ! doop.c embed.pl mg.c op.c pp.c toke.c
60465 ____________________________________________________________________________
60466 [  6398] By: gsar                                  on 2000/07/14  08:55:38
60467         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
60468              name suggests anyway)
60469      Branch: perl
60470            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
60471 ____________________________________________________________________________
60472 [  6397] By: gsar                                  on 2000/07/14  08:44:33
60473         Log: move new variables to the end of the interpreter structure (for
60474              bincompat in code that doesn't #include XSUB.h)
60475      Branch: perl
60476            ! intrpvar.h
60477 ____________________________________________________________________________
60478 [  6396] By: gsar                                  on 2000/07/14  08:13:58
60479         Log: MakeMaker should not remove editor backups (*~) on `make clean`
60480              by default (completes change#6383)
60481      Branch: perl
60482            ! lib/ExtUtils/MM_Unix.pm
60483 ____________________________________________________________________________
60484 [  6395] By: jhi                                   on 2000/07/14  05:20:33
60485         Log: Replace change #6337 with a better one.
60486              
60487              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
60488              From: Hugo <hv@crypt.compulink.co.uk>
60489              Date: Fri, 14 Jul 2000 04:16:20 +0100
60490              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
60491      Branch: cfgperl
60492            ! regexec.c t/op/re_tests
60493 ____________________________________________________________________________
60494 [  6394] By: jhi                                   on 2000/07/14  01:33:59
60495         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
60496      Branch: cfgperl
60497            ! embed.pl global.sym proto.h toke.c
60498 ____________________________________________________________________________
60499 [  6393] By: jhi                                   on 2000/07/13  23:41:23
60500         Log: remove discarded test
60501      Branch: cfgperl
60502            ! MANIFEST
60503 ____________________________________________________________________________
60504 [  6392] By: jhi                                   on 2000/07/13  23:32:25
60505         Log: The {multiplier} of a fixed substring was overlooked which
60506              caused a wrong initial search offset for that substring.
60507              
60508              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
60509              From: Hugo <hv@crypt.compulink.co.uk>
60510              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
60511              Date: Thu, 13 Jul 2000 19:27:13 +0100
60512      Branch: cfgperl
60513            ! regcomp.c t/op/re_tests
60514 ____________________________________________________________________________
60515 [  6391] By: jhi                                   on 2000/07/13  16:37:42
60516         Log: typo fix from Craig Berry
60517      Branch: cfgperl
60518            ! vms/subconfigure.com
60519 ____________________________________________________________________________
60520 [  6390] By: jhi                                   on 2000/07/13  13:20:12
60521         Log: Integrate with Sarathy.
60522      Branch: cfgperl
60523            - t/op/method2entersub.t
60524           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
60525           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
60526           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
60527           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
60528 ____________________________________________________________________________
60529 [  6389] By: jhi                                   on 2000/07/13  13:18:48
60530         Log: Detypo from Peter Prymmer, part of #6388.
60531      Branch: cfgperl
60532            ! Configure config_h.SH
60533      Branch: metaconfig
60534            ! U/modified/d_longlong.U
60535 ____________________________________________________________________________
60536 [  6388] By: gsar                                  on 2000/07/13  06:33:40
60537         Log: typos (spotted by Peter Prymmer)
60538      Branch: perl
60539            ! Configure t/lib/english.t
60540 ____________________________________________________________________________
60541 [  6387] By: gsar                                  on 2000/07/13  05:35:28
60542         Log: new selfloader.t in change#6183 doesn't close DATA handles,
60543              and thus fails to clean up tmp files on dosish platforms
60544      Branch: perl
60545            ! t/lib/selfloader.t
60546 ____________________________________________________________________________
60547 [  6386] By: gsar                                  on 2000/07/12  21:42:39
60548         Log: sprintf test tweaks (from Dominic Dunlop)
60549      Branch: perl
60550            ! t/op/sprintf.t
60551 ____________________________________________________________________________
60552 [  6385] By: gsar                                  on 2000/07/12  21:33:46
60553         Log: fix bugs in processing %v-*d and similar format specs (from
60554              Avi Finkel <avi@finkel.org>)
60555      Branch: perl
60556            ! sv.c t/op/sprintf.t
60557 ____________________________________________________________________________
60558 [  6384] By: gsar                                  on 2000/07/12  16:04:19
60559         Log: readd missing perldelta.pod changes from changes#6339,6376
60560      Branch: perl
60561            ! pod/perldelta.pod
60562 ____________________________________________________________________________
60563 [  6383] By: gsar                                  on 2000/07/12  16:00:51
60564         Log: don't clobber *.orig files on *clean targets
60565      Branch: perl
60566            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
60567 ____________________________________________________________________________
60568 [  6382] By: gsar                                  on 2000/07/12  07:59:12
60569         Log: fix broken integrations in cfgperl
60570      Branch: cfgperl
60571           !> Changes pod/perldelta.pod
60572 ____________________________________________________________________________
60573 [  6381] By: gsar                                  on 2000/07/12  07:42:17
60574         Log: integrate cfgperl changes into mainline
60575      Branch: perl
60576            ! Changes
60577           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
60578           !> pod/perlre.pod
60579 ____________________________________________________________________________
60580 [  6380] By: gsar                                  on 2000/07/12  07:31:00
60581         Log: get sprintf.t to adjust properly for 3-digit exponents
60582      Branch: perl
60583            ! t/op/sprintf.t
60584 ____________________________________________________________________________
60585 [  6379] By: gsar                                  on 2000/07/12  06:40:04
60586         Log: change#6174 needs corresponding change in win32/config_h.PL,
60587              which grovels through config_h.SH to find the config.h name
60588      Branch: perl
60589            ! win32/config_h.PL
60590 ____________________________________________________________________________
60591 [  6378] By: jhi                                   on 2000/07/12  05:03:59
60592         Log: Do the cc sanity check both before the hints and
60593              after the cc selction.
60594      Branch: cfgperl
60595            ! Configure config_h.SH
60596      Branch: metaconfig
60597            ! U/modified/Oldconfig.U U/modified/cc.U
60598      Branch: metaconfig/U/perl
60599            + Checkcc.U
60600 ____________________________________________________________________________
60601 [  6377] By: jhi                                   on 2000/07/12  02:49:22
60602         Log: Fix nits noticed by Boston.pm.
60603      Branch: cfgperl
60604            ! pod/perlre.pod
60605 ____________________________________________________________________________
60606 [  6376] By: jhi                                   on 2000/07/11  21:22:13
60607         Log: Configure cosmetics and perldelta.
60608      Branch: cfgperl
60609            ! Configure config_h.SH pod/perldelta.pod
60610      Branch: metaconfig
60611            ! U/modified/cc.U
60612 ____________________________________________________________________________
60613 [  6375] By: gsar                                  on 2000/07/11  21:17:35
60614         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
60615      Branch: perl
60616            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
60617            ! win32/win32sck.c
60618 ____________________________________________________________________________
60619 [  6374] By: gsar                                  on 2000/07/11  20:48:50
60620         Log: tweak for build failure under multiplicity
60621      Branch: perl
60622            ! toke.c
60623 ____________________________________________________________________________
60624 [  6373] By: gsar                                  on 2000/07/11  20:37:23
60625         Log: integrate cfgperl changes#6325..6373 into mainline
60626              (NOTE: today's batch of integrations still untested)
60627      Branch: perl
60628           +> ext/DynaLoader/hints/netbsd.pl
60629            ! Changes
60630           !> (integrate 26 files)
60631 ____________________________________________________________________________
60632 [  6372] By: jhi                                   on 2000/07/11  20:30:36
60633         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
60634              regen perltoc.
60635      Branch: cfgperl
60636            + pod/perlbook.pod
60637            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
60638            ! pod/perltoc.pod
60639 ____________________________________________________________________________
60640 [  6371] By: jhi                                   on 2000/07/11  20:08:56
60641         Log: Minor cleanups on the booklist.
60642      Branch: cfgperl
60643            ! pod/perlfaq2.pod
60644 ____________________________________________________________________________
60645 [  6370] By: jhi                                   on 2000/07/11  19:31:13
60646         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
60647      Branch: cfgperl
60648            ! t/pragma/overload.t
60649 ____________________________________________________________________________
60650 [  6369] By: gsar                                  on 2000/07/11  19:27:48
60651         Log: integrate cfgperl changes#6293..6324 into mainline
60652      Branch: perl
60653           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
60654            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
60655           !> (integrate 30 files)
60656 ____________________________________________________________________________
60657 [  6368] By: gsar                                  on 2000/07/11  19:18:57
60658         Log: skip integrate of problematic change#6292 from cfgperl into mainline
60659      Branch: perl
60660           !> pp_hot.c
60661 ____________________________________________________________________________
60662 [  6367] By: gsar                                  on 2000/07/11  19:17:21
60663         Log: integrate cfgperl changes#6288..6290 into mainline
60664      Branch: perl
60665           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
60666 ____________________________________________________________________________
60667 [  6366] By: gsar                                  on 2000/07/11  19:11:18
60668         Log: integrate cfgperl changes#6268..6282 into mainline
60669      Branch: perl
60670           !> (integrate 30 files)
60671 ____________________________________________________________________________
60672 [  6365] By: gsar                                  on 2000/07/11  18:57:00
60673         Log: delete new accidentally branched file
60674      Branch: perl
60675            - t/op/method2entersub.t
60676 ____________________________________________________________________________
60677 [  6364] By: gsar                                  on 2000/07/11  18:55:13
60678         Log: skip integrate of change#6267 from cfgperl into mainline (the
60679              method call optimization is flawed without additional hints
60680              from user about immutableness of @ISA and no runtime method
60681              definitions)
60682      Branch: perl
60683           +> t/op/method2entersub.t
60684           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
60685           !> perl.h t/op/sprintf.t xsutils.c
60686 ____________________________________________________________________________
60687 [  6363] By: gsar                                  on 2000/07/11  18:49:43
60688         Log: integrate cfgperl changes#6261..6266 into mainline
60689      Branch: perl
60690           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
60691           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
60692           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
60693           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
60694 ____________________________________________________________________________
60695 [  6362] By: gsar                                  on 2000/07/11  18:43:26
60696         Log: integrate cfgperl changes#6252..6260 into mainline
60697      Branch: perl
60698           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
60699           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
60700           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
60701           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
60702 ____________________________________________________________________________
60703 [  6361] By: gsar                                  on 2000/07/11  18:37:12
60704         Log: skip integrate of problematic change#6251 from cfgperl into mainline
60705      Branch: perl
60706           !> lib/Exporter.pm
60707 ____________________________________________________________________________
60708 [  6360] By: gsar                                  on 2000/07/11  18:34:56
60709         Log: integrate cfgperl change#6250 into mainline
60710      Branch: perl
60711           +> t/op/my_stash.t
60712           !> MANIFEST embed.pl proto.h toke.c
60713 ____________________________________________________________________________
60714 [  6359] By: gsar                                  on 2000/07/11  18:21:19
60715         Log: integrate cfgperl changes#6242..6249 into mainline
60716      Branch: perl
60717           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
60718           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
60719           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
60720           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
60721           !> t/lib/peek.t utf8.c
60722 ____________________________________________________________________________
60723 [  6358] By: gsar                                  on 2000/07/11  18:15:45
60724         Log: skip integrate of problematic change#6241 from cfgperl into mainline
60725      Branch: perl
60726           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
60727 ____________________________________________________________________________
60728 [  6357] By: jhi                                   on 2000/07/11  18:15:16
60729         Log: Fix for
60730              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
60731              From: Roderick Schertler <roderick@argon.org> 
60732              Date: Tue, 11 Jul 2000 13:55:05 -0400 
60733              Message-Id: <200007111755.NAA05077@jones.argon.org> 
60734      Branch: cfgperl
60735            ! doio.c
60736 ____________________________________________________________________________
60737 [  6356] By: jhi                                   on 2000/07/11  18:12:51
60738         Log: Typo in #6341.
60739      Branch: cfgperl
60740            ! pp_hot.c
60741 ____________________________________________________________________________
60742 [  6355] By: gsar                                  on 2000/07/11  18:12:10
60743         Log: integrate cfgperl changes#6231..6240 into mainline
60744      Branch: perl
60745           +> pod/perlutil.pod
60746           !> (integrate 35 files)
60747 ____________________________________________________________________________
60748 [  6354] By: jhi                                   on 2000/07/11  18:04:34
60749         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
60750              From: Dominic Dunlop <domo@computer.org> 
60751              Date: Tue, 11 Jul 2000 12:27:33 +0200 
60752              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
60753              
60754              Replaces change #6268.
60755      Branch: cfgperl
60756            ! t/op/sprintf.t
60757 ____________________________________________________________________________
60758 [  6353] By: gsar                                  on 2000/07/11  17:59:51
60759         Log: skip integrate of problematic change#6230 from cfgperl into mainline
60760              (a later version of File::Spec is already in mainline)
60761      Branch: perl
60762           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
60763           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
60764 ____________________________________________________________________________
60765 [  6352] By: gsar                                  on 2000/07/11  17:57:48
60766         Log: integrate cfgperl changes#6224..6229 into mainline
60767      Branch: perl
60768           +> lib/lib.pm.PL
60769            - lib/lib.pm
60770           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
60771           !> lib/English.pm op.c t/lib/english.t
60772 ____________________________________________________________________________
60773 [  6351] By: gsar                                  on 2000/07/11  17:50:10
60774         Log: skip integrate of problematic change#6223 from cfgperl into mainline
60775      Branch: perl
60776           !> doio.c
60777 ____________________________________________________________________________
60778 [  6350] By: gsar                                  on 2000/07/11  17:48:28
60779         Log: integrate cfgperl changes#6220..6222 into mainline
60780      Branch: perl
60781           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
60782           !> toke.c utf8.c win32/win32.h
60783 ____________________________________________________________________________
60784 [  6349] By: gsar                                  on 2000/07/11  17:46:13
60785         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
60786              mainline
60787      Branch: perl
60788           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
60789           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
60790           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60791 ____________________________________________________________________________
60792 [  6348] By: jhi                                   on 2000/07/11  17:45:49
60793         Log: README.posix-bc podified from Thomas Dorner.
60794      Branch: cfgperl
60795            ! README.posix-bc
60796 ____________________________________________________________________________
60797 [  6347] By: gsar                                  on 2000/07/11  17:42:04
60798         Log: integrate cfgperl change#6217 into mainline
60799      Branch: perl
60800           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
60801           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
60802           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
60803 ____________________________________________________________________________
60804 [  6346] By: gsar                                  on 2000/07/11  17:39:37
60805         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
60806              mainline
60807      Branch: perl
60808           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
60809           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60810           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
60811           !> perlapi.h pod/perlapi.pod
60812 ____________________________________________________________________________
60813 [  6345] By: gsar                                  on 2000/07/11  17:36:42
60814         Log: integrate cfgperl changes#6207..6210 into mainline
60815      Branch: perl
60816           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
60817           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
60818 ____________________________________________________________________________
60819 [  6344] By: gsar                                  on 2000/07/11  17:31:20
60820         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
60821              mainline
60822      Branch: perl
60823           !> (integrate 40 files)
60824 ____________________________________________________________________________
60825 [  6343] By: gsar                                  on 2000/07/11  17:19:08
60826         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
60827      Branch: perl
60828           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
60829            ! Changes
60830           !> (integrate 34 files)
60831 ____________________________________________________________________________
60832 [  6342] By: jhi                                   on 2000/07/11  16:05:48
60833         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
60834              To: perl5-porters@perl.org
60835              From: Karsten Sperling <spiff@phreax.net>
60836              Date: Mon, 10 Jul 2000 15:12:52 +0200
60837              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
60838      Branch: cfgperl
60839            ! lib/Symbol.pm
60840 ____________________________________________________________________________
60841 [  6341] By: jhi                                   on 2000/07/11  15:59:23
60842         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
60843              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60844              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
60845              Date: Fri, 07 Jul 2000 17:57:16 +0100
60846      Branch: cfgperl
60847            ! pp_hot.c
60848 ____________________________________________________________________________
60849 [  6340] By: jhi                                   on 2000/07/11  15:55:47
60850         Log: Subject: Re: format bug report  [Patch]
60851              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60852              Date: Wed, 05 Jul 2000 13:12:52 +0200
60853              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
60854              
60855              Subject: Re: format bug report  [Patch]
60856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60857              Date: Wed, 05 Jul 2000 14:10:01 +0200
60858              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
60859      Branch: cfgperl
60860            ! t/op/write.t toke.c
60861 ____________________________________________________________________________
60862 [  6339] By: jhi                                   on 2000/07/11  13:54:09
60863         Log: Be less forgiving about ambiguous and illegal tr ranges.
60864              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
60865              From: Mark-Jason Dominus <mjd@plover.com>
60866              Date: Tue, 04 Jul 2000 10:00:12 -0400
60867              Message-ID: <20000704140012.17772.qmail@plover.com>
60868              
60869              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
60870              From: Mark-Jason Dominus <mjd@plover.com>
60871              Date: Wed, 05 Jul 2000 09:37:36 -0400
60872              Message-ID: <20000705133736.27293.qmail@plover.com>
60873      Branch: cfgperl
60874            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
60875 ____________________________________________________________________________
60876 [  6338] By: jhi                                   on 2000/07/11  13:31:24
60877         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
60878              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60879              Date: Tue, 11 Jul 2000 13:50:51 +0100
60880              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
60881      Branch: cfgperl
60882            ! sv.c
60883 ____________________________________________________________________________
60884 [  6337] By: jhi                                   on 2000/07/11  13:29:14
60885         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
60886              From: Hugo <hv@crypt.compulink.co.uk>
60887              Date: Tue, 11 Jul 2000 12:44:50 +0100
60888              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
60889      Branch: cfgperl
60890            ! regexec.c t/op/re_tests
60891 ____________________________________________________________________________
60892 [  6336] By: jhi                                   on 2000/07/11  13:26:47
60893         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
60894              From: simon@brecon.co.uk (Simon Cozens)
60895              Date: 7 Jul 2000 11:26:09 GMT
60896              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
60897      Branch: cfgperl
60898            ! mg.c
60899 ____________________________________________________________________________
60900 [  6335] By: jhi                                   on 2000/07/11  13:23:37
60901         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
60902              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
60903              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
60904              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
60905      Branch: cfgperl
60906            + ext/DynaLoader/hints/netbsd.pl
60907            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
60908 ____________________________________________________________________________
60909 [  6334] By: jhi                                   on 2000/07/11  13:20:38
60910         Log: Subject: PATCH perlguts.pod: Document D and d magic types
60911              From: mjd@plover.com
60912              Date: 5 Jul 2000 18:01:51 -0000
60913              Message-ID: <20000705180151.29413.qmail@plover.com>
60914      Branch: cfgperl
60915            ! pod/perlguts.pod
60916 ____________________________________________________________________________
60917 [  6333] By: jhi                                   on 2000/07/11  13:15:51
60918         Log: Precedence goof, fix based on
60919              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
60920              From: Hugo <hv@crypt.compulink.co.uk>
60921              Date: Tue, 11 Jul 2000 12:52:38 +0100
60922              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
60923      Branch: cfgperl
60924            ! t/op/taint.t
60925 ____________________________________________________________________________
60926 [  6332] By: jhi                                   on 2000/07/11  12:40:17
60927         Log: Integrate with Sarathy.
60928      Branch: cfgperl
60929           !> win32/win32sck.c
60930 ____________________________________________________________________________
60931 [  6331] By: jhi                                   on 2000/07/10  20:14:16
60932         Log: Sprinkle ldlibpath.
60933      Branch: cfgperl
60934            ! pod/Makefile.SH
60935 ____________________________________________________________________________
60936 [  6330] By: jhi                                   on 2000/07/10  17:54:49
60937         Log: More POSIX.pod tweaks.
60938      Branch: cfgperl
60939            ! ext/POSIX/POSIX.pod
60940 ____________________________________________________________________________
60941 [  6329] By: jhi                                   on 2000/07/10  14:02:12
60942         Log: Reorder perl.pod once more.
60943      Branch: cfgperl
60944            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60945 ____________________________________________________________________________
60946 [  6328] By: gsar                                  on 2000/07/10  07:06:00
60947         Log: accept() leaks memory on windows due to incorrect ordering of
60948              closesocket() and fclose() calls
60949      Branch: perl
60950            ! win32/win32sck.c
60951 ____________________________________________________________________________
60952 [  6327] By: gsar                                  on 2000/07/10  06:49:17
60953         Log: winsock options weren't being set in all threads under ithreads
60954              (caused send()s from second and subsequent threads to fail)
60955      Branch: perl
60956            ! win32/win32sck.c
60957 ____________________________________________________________________________
60958 [  6326] By: jhi                                   on 2000/07/08  02:45:40
60959         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
60960              was cast to an unsigned (32-bit) integer with wild abandon.
60961      Branch: cfgperl
60962            ! ext/Devel/DProf/DProf.xs
60963 ____________________________________________________________________________
60964 [  6325] By: jhi                                   on 2000/07/07  18:50:33
60965         Log: Remove perlbook, update perlfaq book listing,
60966              rearrange perl.pod, regenerate perltoc.
60967      Branch: cfgperl
60968            - pod/perlbook.pod
60969            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
60970            ! pod/perlfaq2.pod pod/perltoc.pod
60971 ____________________________________________________________________________
60972 [  6324] By: jhi                                   on 2000/07/07  14:03:40
60973         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
60974      Branch: cfgperl
60975            ! sv.h toke.c
60976 ____________________________________________________________________________
60977 [  6323] By: jhi                                   on 2000/07/06  16:03:55
60978         Log: Fix complaints of buildtoc.
60979      Branch: cfgperl
60980            + lib/Win32.pod
60981            - pod/Win32.pod
60982            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60983 ____________________________________________________________________________
60984 [  6322] By: jhi                                   on 2000/07/06  15:15:52
60985         Log: Add =head1 NAMEs so that buildtoc is happy.
60986              (The CGI::Util nit reported to Lincoln.)
60987      Branch: cfgperl
60988            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
60989            ! pod/perltoc.pod
60990 ____________________________________________________________________________
60991 [  6321] By: jhi                                   on 2000/07/06  03:16:04
60992         Log: Config is being used.
60993      Branch: cfgperl
60994            ! t/op/method.t
60995 ____________________________________________________________________________
60996 [  6320] By: jhi                                   on 2000/07/06  03:13:13
60997         Log: Integrate with Sarathy.
60998      Branch: cfgperl
60999           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
61000 ____________________________________________________________________________
61001 [  6319] By: jhi                                   on 2000/07/06  03:11:46
61002         Log: Autogenerate pod/Makefile and pod/buildtoc.
61003              buildtoc also checks whether the existin pods are
61004              mentioned in MANIFEST and perl.pod, and vice versa.
61005              (None of the thusly found discrepancies fixed yet.)
61006              roffitall also needs to be autogenerated similarly but it
61007              seems so badly out of date that I didn't touch it yet.
61008      Branch: cfgperl
61009            + pod/Makefile.SH pod/buildtoc.PL
61010            - pod/Makefile pod/buildtoc
61011            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
61012 ____________________________________________________________________________
61013 [  6318] By: gsar                                  on 2000/07/05  22:10:54
61014         Log: fix UNC path handling on Windows under ithreads, and chdir()
61015              return value when given a non-existent directory
61016      Branch: perl
61017            ! win32/vdir.h
61018 ____________________________________________________________________________
61019 [  6317] By: gsar                                  on 2000/07/05  22:08:19
61020         Log: winsock cleanup never done on Windows (leads to handle leaks)
61021      Branch: perl
61022            ! win32/perllib.c win32/win32sck.c
61023 ____________________________________________________________________________
61024 [  6316] By: gsar                                  on 2000/07/05  22:06:19
61025         Log: some debugger output does not go to the socket when RemotePort is set
61026      Branch: perl
61027            ! lib/perl5db.pl
61028 ____________________________________________________________________________
61029 [  6315] By: jhi                                   on 2000/07/05  00:25:21
61030         Log: Integrate with Sarathy, preliminary fix for unicos
61031              alignment problems in [ID 20000612.002] Perl problem on Cray system.
61032      Branch: cfgperl
61033            ! sv.h
61034           !> pp_hot.c
61035 ____________________________________________________________________________
61036 [  6314] By: gsar                                  on 2000/07/04  23:34:02
61037         Log: tyop in change#6306
61038      Branch: perl
61039            ! pp_hot.c
61040 ____________________________________________________________________________
61041 [  6313] By: jhi                                   on 2000/07/04  22:14:38
61042         Log: Multiline string literals ENONPORTABLE.
61043      Branch: cfgperl
61044            ! pp_hot.c
61045 ____________________________________________________________________________
61046 [  6312] By: jhi                                   on 2000/07/04  20:34:44
61047         Log: Integrate with Sarathy.
61048      Branch: cfgperl
61049           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
61050           !> t/op/method.t
61051 ____________________________________________________________________________
61052 [  6311] By: jhi                                   on 2000/07/04  20:30:56
61053         Log: More POSIX.pod embellishment.
61054      Branch: cfgperl
61055            ! ext/POSIX/POSIX.pod
61056 ____________________________________________________________________________
61057 [  6310] By: gsar                                  on 2000/07/04  17:28:48
61058         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
61059      Branch: perl
61060            ! t/lib/b.t
61061 ____________________________________________________________________________
61062 [  6309] By: jhi                                   on 2000/07/04  17:22:18
61063         Log: The #6308 required a little bit more.
61064      Branch: cfgperl
61065            ! Makefile.SH win32/Makefile
61066 ____________________________________________________________________________
61067 [  6308] By: jhi                                   on 2000/07/04  16:35:24
61068         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
61069      Branch: cfgperl
61070            + lib/lib_pm.PL
61071            - lib/lib.pm.PL
61072            ! MANIFEST Makefile.SH
61073 ____________________________________________________________________________
61074 [  6307] By: jhi                                   on 2000/07/04  16:28:58
61075         Log: Win32 patches for cfgperl from Sarathy.
61076      Branch: cfgperl
61077            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
61078            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
61079            ! thread.h toke.c util.c win32/Makefile win32/win32.c
61080 ____________________________________________________________________________
61081 [  6306] By: gsar                                  on 2000/07/04  16:28:40
61082         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
61083              (from Richard Soderberg <rs@oregonnet.com>)
61084      Branch: perl
61085            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
61086 ____________________________________________________________________________
61087 [  6305] By: jhi                                   on 2000/07/04  16:24:24
61088         Log: Integrate with Sarathy.
61089      Branch: cfgperl
61090           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
61091           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61092           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
61093           !> proto.h win32/win32.c
61094 ____________________________________________________________________________
61095 [  6304] By: gsar                                  on 2000/07/04  16:17:24
61096         Log: missing perldiag entry for unpack("w",...) diagnostic (from
61097              Andreas Koenig)
61098      Branch: perl
61099            ! pod/perldiag.pod
61100 ____________________________________________________________________________
61101 [  6303] By: gsar                                  on 2000/07/04  16:14:44
61102         Log: remove rel2abs prototypes (from Barrie Slaymaker)
61103      Branch: perl
61104            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
61105            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61106 ____________________________________________________________________________
61107 [  6302] By: gsar                                  on 2000/07/04  04:59:35
61108         Log: adjust change#6299
61109      Branch: perl
61110            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
61111            ! win32/win32.c
61112 ____________________________________________________________________________
61113 [  6301] By: jhi                                   on 2000/07/04  04:50:07
61114         Log: Integrate with Sarathy.
61115      Branch: cfgperl
61116           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
61117           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
61118           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
61119 ____________________________________________________________________________
61120 [  6300] By: gsar                                  on 2000/07/04  04:42:09
61121         Log: PERL_OBJECT build tweak
61122      Branch: perl
61123            ! perl.h
61124 ____________________________________________________________________________
61125 [  6299] By: gsar                                  on 2000/07/04  04:37:00
61126         Log: fix memory leak on Windows (PL_sys_intern contents were never
61127              freed)
61128      Branch: perl
61129            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
61130            ! perlapi.c proto.h win32/win32.c
61131 ____________________________________________________________________________
61132 [  6298] By: gsar                                  on 2000/07/04  04:15:59
61133         Log: fix large memory leak that has been around for ever, masked by
61134              -DPURIFY (most of the arenas were never freed!)
61135      Branch: perl
61136            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
61137 ____________________________________________________________________________
61138 [  6297] By: gsar                                  on 2000/07/04  04:07:46
61139         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
61140      Branch: perl
61141            ! perl.c
61142 ____________________________________________________________________________
61143 [  6296] By: jhi                                   on 2000/06/30  18:28:37
61144         Log: Elaborate POSIX.pod.  Still needs work.
61145      Branch: cfgperl
61146            ! ext/POSIX/POSIX.pod
61147 ____________________________________________________________________________
61148 [  6295] By: jhi                                   on 2000/06/30  14:58:18
61149         Log: Point to perlipc for more SysV IPC examples.
61150      Branch: cfgperl
61151            ! pod/perlfunc.pod
61152 ____________________________________________________________________________
61153 [  6294] By: gsar                                  on 2000/06/30  14:47:45
61154         Log: slurp mode fix in change#4736 still not quite right
61155      Branch: perl
61156            ! pp_hot.c t/io/argv.t
61157 ____________________________________________________________________________
61158 [  6293] By: jhi                                   on 2000/06/30  12:02:55
61159         Log: Integrate with Sarathy.
61160      Branch: cfgperl
61161           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
61162 ____________________________________________________________________________
61163 [  6292] By: jhi                                   on 2000/06/30  12:01:11
61164         Log: From: simon@brecon.co.uk (Simon Cozens)
61165              Subject: UTF8 concat
61166              Date: 30 Jun 2000 06:13:25 GMT
61167              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
61168      Branch: cfgperl
61169            ! pp_hot.c
61170 ____________________________________________________________________________
61171 [  6291] By: gsar                                  on 2000/06/30  04:37:33
61172         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
61173              when @_ is modified, causing coredumps
61174      Branch: perl
61175            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
61176 ____________________________________________________________________________
61177 [  6290] By: jhi                                   on 2000/06/30  02:21:44
61178         Log: Integrate with Sarathy.
61179      Branch: cfgperl
61180           !> vms/vms.c vms/vmsish.h
61181 ____________________________________________________________________________
61182 [  6289] By: jhi                                   on 2000/06/30  02:21:02
61183         Log: Check VERSIONs.
61184      Branch: cfgperl
61185            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
61186            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61187            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61188 ____________________________________________________________________________
61189 [  6288] By: jhi                                   on 2000/06/30  02:18:52
61190         Log: Integrate with Sarathy.
61191      Branch: cfgperl
61192           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
61193           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
61194           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61195           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
61196 ____________________________________________________________________________
61197 [  6287] By: gsar                                  on 2000/06/30  02:17:08
61198         Log: integrate vmsperl changes into mainline
61199      Branch: perl
61200           !> vms/vms.c vms/vmsish.h
61201 ____________________________________________________________________________
61202 [  6285] By: gsar                                  on 2000/06/30  02:05:28
61203         Log: localize %INC in a Safe compartment so that use/require work
61204              (many other magic globals probably need similar treatment)
61205      Branch: perl
61206            ! ext/Opcode/Opcode.xs
61207 ____________________________________________________________________________
61208 [  6284] By: gsar                                  on 2000/06/30  01:54:54
61209         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
61210              about Windows
61211      Branch: perl
61212            ! pod/perlembed.pod
61213 ____________________________________________________________________________
61214 [  6283] By: jhi                                   on 2000/06/30  01:50:10
61215         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
61216              From: Barrie Slaymaker <barries@jester.slaysys.com>
61217              Date: Wed, 28 Jun 2000 11:35:29 -0400
61218              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
61219      Branch: perl
61220            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
61221            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
61222            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61223            ! lib/File/Spec/Win32.pm
61224 ____________________________________________________________________________
61225 [  6282] By: jhi                                   on 2000/06/29  22:57:22
61226         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
61227              From: Dan Sugalski <dan@sidhe.org>
61228              Date: Tue, 06 Jun 2000 11:59:50 -0400
61229              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
61230      Branch: cfgperl
61231            ! vms/vms.c
61232 ____________________________________________________________________________
61233 [  6281] By: jhi                                   on 2000/06/29  22:52:50
61234         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
61235              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
61236              Date: Wed, 7 Jun 2000 04:02:04 -0500
61237              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
61238      Branch: cfgperl
61239            ! utils/h2xs.PL
61240 ____________________________________________________________________________
61241 [  6280] By: jhi                                   on 2000/06/29  22:45:47
61242         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
61243              From: rspier@pobox.com (Robert Spier)
61244              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
61245              Message-ID: <14654.31913.845602.610277@rls.cx>
61246      Branch: cfgperl
61247            ! utils/h2xs.PL
61248 ____________________________________________________________________________
61249 [  6279] By: jhi                                   on 2000/06/29  22:38:16
61250         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
61251              From: Tim Ayers <tayers@bridge.com>
61252              Date: Thu, 08 Jun 2000 08:11:06 +0200
61253              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
61254              [resent by Richard Foley, Message-Id probably wrong]
61255      Branch: cfgperl
61256            ! pod/perlsub.pod
61257 ____________________________________________________________________________
61258 [  6278] By: jhi                                   on 2000/06/29  22:21:45
61259         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
61260              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
61261              Date: Fri, 09 Jun 2000 12:39:27 -0400
61262              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
61263              (plus update the version "number" of Text::Wrap)
61264      Branch: cfgperl
61265            ! lib/Text/Wrap.pm
61266 ____________________________________________________________________________
61267 [  6277] By: jhi                                   on 2000/06/29  22:13:10
61268         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
61269              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61270              Date: Mon, 12 Jun 2000 14:55:59 +0100
61271              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
61272      Branch: cfgperl
61273            ! pod/perlfunc.pod
61274 ____________________________________________________________________________
61275 [  6276] By: jhi                                   on 2000/06/29  22:11:06
61276         Log: Subject: [PATCH] Re: eval documentation: context
61277              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61278              Date: Mon, 12 Jun 2000 15:07:29 +0100
61279              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
61280      Branch: cfgperl
61281            ! pod/perlfunc.pod
61282 ____________________________________________________________________________
61283 [  6275] By: jhi                                   on 2000/06/29  21:59:46
61284         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
61285              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
61286              Date: Tue, 13 Jun 2000 02:43:48 -0500
61287              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
61288      Branch: cfgperl
61289            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
61290 ____________________________________________________________________________
61291 [  6274] By: jhi                                   on 2000/06/29  21:56:14
61292         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
61293              From: Andy Dougherty <doughera@lafayette.edu>
61294              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
61295              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
61296      Branch: cfgperl
61297            ! ext/File/Glob/Glob.pm
61298 ____________________________________________________________________________
61299 [  6273] By: jhi                                   on 2000/06/29  21:49:09
61300         Log: Subject: [PATCH] xsub attributes
61301              From: Doug MacEachern <dougm@covalent.net>
61302              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
61303              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
61304      Branch: cfgperl
61305            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
61306            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
61307 ____________________________________________________________________________
61308 [  6272] By: jhi                                   on 2000/06/29  21:41:28
61309         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
61310              From: Tom Phoenix <rootbeer@redcat.com>
61311              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
61312              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
61313      Branch: cfgperl
61314            ! lib/Net/Ping.pm
61315 ____________________________________________________________________________
61316 [  6271] By: jhi                                   on 2000/06/29  21:36:55
61317         Log: Subject: PATCH pod/perltie.pod
61318              From: Ian Phillipps <Ian.Phillipps@iname.com>
61319              Date: Fri, 16 Jun 2000 00:17:19 +0100
61320              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
61321              (only the first hunk, the second hunk had already been done
61322              by some other patch)
61323      Branch: cfgperl
61324            ! pod/perltie.pod
61325 ____________________________________________________________________________
61326 [  6270] By: jhi                                   on 2000/06/29  21:24:51
61327         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
61328              From: Nicholas Clark <nick@talking.bollo.cx>
61329              Date: Fri, 23 Jun 2000 16:21:15 +0100
61330              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
61331      Branch: cfgperl
61332            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
61333            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
61334 ____________________________________________________________________________
61335 [  6269] By: jhi                                   on 2000/06/29  19:38:15
61336         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
61337              silence few compiler warnings.
61338      Branch: cfgperl
61339            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
61340 ____________________________________________________________________________
61341 [  6268] By: jhi                                   on 2000/06/29  18:21:50
61342         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
61343              From: Dominic Dunlop <domo@computer.org> 
61344              Date: Thu, 29 Jun 2000 12:32:39 +0200 
61345              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
61346      Branch: cfgperl
61347            ! t/op/sprintf.t
61348 ____________________________________________________________________________
61349 [  6267] By: jhi                                   on 2000/06/29  18:16:07
61350         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
61351              From: Doug MacEachern <dougm@covalent.net>
61352              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
61353              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
61354      Branch: cfgperl
61355            + t/op/method2entersub.t
61356            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
61357            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61358            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
61359            ! xsutils.c
61360 ____________________________________________________________________________
61361 [  6266] By: jhi                                   on 2000/06/29  15:11:15
61362         Log: Subject: [PATCH 5.6.0] cygwin port
61363              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
61364              From: "Fifer, Eric" <EFifer@sanwaint.com>
61365              Date: Thu, 29 Jun 2000 12:58:29 +0100
61366      Branch: cfgperl
61367            ! cygwin/Makefile.SHs
61368 ____________________________________________________________________________
61369 [  6265] By: jhi                                   on 2000/06/29  15:04:05
61370         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
61371              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61372              Date: Wed, 28 Jun 2000 17:50:12 -0700
61373              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
61374      Branch: cfgperl
61375            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61376 ____________________________________________________________________________
61377 [  6264] By: jhi                                   on 2000/06/29  15:00:57
61378         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
61379              From: Marty Lucich <marty@netcom.com>
61380              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
61381              Message-Id: <200006282116.OAA11148@netcom.com>
61382              ccdlflags update (the BSD/OS 4.1 part had already been taken
61383              care of by #6141).
61384      Branch: cfgperl
61385            ! hints/bsdos.sh
61386 ____________________________________________________________________________
61387 [  6263] By: jhi                                   on 2000/06/29  13:47:44
61388         Log: tr fixes from Simon Cozens
61389      Branch: cfgperl
61390            ! doop.c
61391 ____________________________________________________________________________
61392 [  6262] By: jhi                                   on 2000/06/28  18:46:01
61393         Log: Subject: 5.6.0 Patch for EPOC
61394              From: Olaf Flebbe <o.flebbe@gmx.de>
61395              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
61396              Message-ID: <23449.960929969@www11.gmx.net>
61397      Branch: cfgperl
61398            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
61399            ! epoc/epocish.h
61400 ____________________________________________________________________________
61401 [  6261] By: jhi                                   on 2000/06/28  18:29:07
61402         Log: Subject: Re: [PATCH cfgperl] BOMs away!
61403              From: simon@brecon.co.uk (Simon Cozens)
61404              Date: 17 Jun 2000 11:49:57 GMT
61405              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
61406      Branch: cfgperl
61407            ! pod/perldiag.pod t/comp/require.t toke.c
61408 ____________________________________________________________________________
61409 [  6260] By: jhi                                   on 2000/06/28  17:47:16
61410         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
61411              From: simon@brecon.co.uk (Simon Cozens) 
61412              Date: 17 Jun 2000 11:56:44 GMT 
61413              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
61414              pack U0, pack C0
61415      Branch: cfgperl
61416            ! pod/perlfunc.pod pp.c t/op/pack.t
61417 ____________________________________________________________________________
61418 [  6259] By: jhi                                   on 2000/06/28  16:43:17
61419         Log: perlnewmod was missing from MANIFEST.
61420      Branch: cfgperl
61421            ! MANIFEST
61422 ____________________________________________________________________________
61423 [  6258] By: jhi                                   on 2000/06/28  15:54:30
61424         Log: linenumber tweak
61425      Branch: cfgperl
61426            ! t/pragma/warn/regcomp
61427 ____________________________________________________________________________
61428 [  6257] By: jhi                                   on 2000/06/28  15:50:44
61429         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
61430              From: Doug MacEachern <dougm@covalent.net>
61431              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
61432              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
61433              (one part of the patch had been applied earlier)
61434      Branch: cfgperl
61435            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
61436 ____________________________________________________________________________
61437 [  6256] By: jhi                                   on 2000/06/28  15:40:22
61438         Log: tweaks from Simon Cozens to further fix tr/// under utf8
61439      Branch: cfgperl
61440            ! doop.c
61441 ____________________________________________________________________________
61442 [  6255] By: jhi                                   on 2000/06/28  15:33:45
61443         Log: small thinko tweaks
61444      Branch: cfgperl
61445            ! lib/IPC/Open3.pm t/op/my_stash.t
61446 ____________________________________________________________________________
61447 [  6254] By: jhi                                   on 2000/06/28  15:33:25
61448         Log: Subject: tr///, help wanted.
61449              From: simon@brecon.co.uk (Simon Cozens)
61450              Date: 28 Jun 2000 11:29:04 GMT
61451              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
61452      Branch: cfgperl
61453            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
61454            ! pp_proto.h proto.h t/op/tr.t
61455 ____________________________________________________________________________
61456 [  6253] By: jhi                                   on 2000/06/28  15:09:17
61457         Log: Paranoia tweak on #6249.
61458              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
61459              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
61460              Date: Sun, 25 Jun 2000 23:43:12 -0400
61461              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
61462      Branch: cfgperl
61463            ! lib/IPC/Open3.pm
61464 ____________________________________________________________________________
61465 [  6252] By: jhi                                   on 2000/06/28  15:01:38
61466         Log: Document #6249 and #6251.
61467      Branch: cfgperl
61468            ! lib/Exporter.pm lib/IPC/Open3.pm
61469 ____________________________________________________________________________
61470 [  6251] By: jhi                                   on 2000/06/28  14:50:43
61471         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
61472              From: Doug MacEachern <dougm@covalent.net>
61473              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
61474              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
61475      Branch: cfgperl
61476            ! lib/Exporter.pm
61477 ____________________________________________________________________________
61478 [  6250] By: jhi                                   on 2000/06/28  14:45:23
61479         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
61480              From: Doug MacEachern <dougm@covalent.net>
61481              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
61482              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
61483      Branch: cfgperl
61484            + t/op/my_stash.t
61485            ! MANIFEST embed.pl global.sym proto.h toke.c
61486 ____________________________________________________________________________
61487 [  6249] By: jhi                                   on 2000/06/28  14:36:34
61488         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
61489              From: Frank Tobin <ftobin@uiuc.edu>
61490              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
61491              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
61492      Branch: cfgperl
61493            ! lib/IPC/Open3.pm
61494 ____________________________________________________________________________
61495 [  6248] By: jhi                                   on 2000/06/28  14:11:25
61496         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
61497              From: Mark-Jason Dominus <mjd@plover.com>
61498              Date: Tue, 27 Jun 2000 22:36:42 -0400
61499              Message-ID: <20000628023642.12166.qmail@plover.com>
61500      Branch: cfgperl
61501            ! pod/perlfunc.pod
61502 ____________________________________________________________________________
61503 [  6247] By: jhi                                   on 2000/06/27  12:46:37
61504         Log: Tweak $VERSION, patch from Doug MacEachern.
61505      Branch: cfgperl
61506            ! lib/File/Spec.pm
61507 ____________________________________________________________________________
61508 [  6246] By: jhi                                   on 2000/06/27  03:34:46
61509         Log: Allow for standalone testing.
61510      Branch: cfgperl
61511            ! t/lib/filefunc.t t/lib/filespec.t
61512 ____________________________________________________________________________
61513 [  6245] By: jhi                                   on 2000/06/27  02:50:02
61514         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
61515              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
61516              Date: Sat, 24 Jun 2000 13:06:20 +0100
61517              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
61518      Branch: cfgperl
61519            ! ext/DynaLoader/DynaLoader_pm.PL
61520 ____________________________________________________________________________
61521 [  6244] By: jhi                                   on 2000/06/27  02:46:10
61522         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
61523              From: Doug MacEachern <dougm@covalent.net>
61524              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
61525              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
61526      Branch: cfgperl
61527            ! gv.c sv.c t/lib/peek.t
61528 ____________________________________________________________________________
61529 [  6243] By: jhi                                   on 2000/06/27  02:38:07
61530         Log: Subject: [PATCH] is_utf8_string
61531              From: simon@brecon.co.uk (Simon Cozens)
61532              Date: 26 Jun 2000 02:25:59 GMT
61533              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
61534      Branch: cfgperl
61535            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
61536            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
61537            ! proto.h utf8.c
61538 ____________________________________________________________________________
61539 [  6242] By: jhi                                   on 2000/06/27  02:24:00
61540         Log: Subject: [PATCH] bytes<->utf8 fixes
61541              From: simon@brecon.co.uk (Simon Cozens)
61542              Date: 26 Jun 2000 04:55:45 GMT
61543              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
61544      Branch: cfgperl
61545            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
61546 ____________________________________________________________________________
61547 [  6241] By: jhi                                   on 2000/06/27  02:12:42
61548         Log: Do no -warn on \_, only on \alpha.
61549              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
61550              From: David Dyck <dcd@tc.fluke.com>
61551              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
61552              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
61553      Branch: cfgperl
61554            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
61555 ____________________________________________________________________________
61556 [  6240] By: jhi                                   on 2000/06/27  02:00:01
61557         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
61558              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
61559              Date: Mon, 26 Jun 2000 18:40:14 +0100
61560              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
61561      Branch: cfgperl
61562            ! utils/h2xs.PL
61563 ____________________________________________________________________________
61564 [  6239] By: jhi                                   on 2000/06/27  01:53:40
61565         Log: Configure maintenance.  Sever some dependency cycles,
61566              separate gccversion from the cc unit,
61567              address [ID 20000623.006] Configure script patch for using gcc on AIX
61568              (but solve it a little bit differently),
61569              unduplex some accidentally duplicated units,
61570              suggest using gcc if no cc available
61571              (p5p thread: "Solaris configure: counterproposal", 1999-09)
61572      Branch: cfgperl
61573            ! Configure Todo-5.6 config_h.SH
61574      Branch: metaconfig
61575            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
61576            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
61577      Branch: metaconfig/U/perl
61578            + gccvers.U
61579            ! d_getespwnam.U d_getprpwnam.U i_prot.U
61580 ____________________________________________________________________________
61581 [  6238] By: jhi                                   on 2000/06/25  18:04:56
61582         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
61583              From: Dan Sugalski <dan@sidhe.org>
61584              Date: Fri, 23 Jun 2000 17:00:00 -0400
61585              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
61586      Branch: cfgperl
61587            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
61588 ____________________________________________________________________________
61589 [  6237] By: jhi                                   on 2000/06/25  16:36:45
61590         Log: Tweak embed.pl, regen headers.
61591      Branch: cfgperl
61592            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
61593            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
61594            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
61595            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
61596            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
61597 ____________________________________________________________________________
61598 [  6236] By: jhi                                   on 2000/06/25  15:26:42
61599         Log: Regen headers.
61600      Branch: cfgperl
61601            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
61602            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
61603            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
61604            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
61605            ! regnodes.h warnings.h
61606 ____________________________________________________________________________
61607 [  6235] By: jhi                                   on 2000/06/23  19:39:35
61608         Log: The thread begun by
61609              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
61610              From: Kevin.Ruscoe@ubsw.com
61611              Date: Fri, 16 Jun 2000 16:38:51 +0100
61612              Message-Id: <H000019b03c300d6@MHS>
61613      Branch: cfgperl
61614            ! hints/solaris_2.sh
61615 ____________________________________________________________________________
61616 [  6234] By: jhi                                   on 2000/06/23  19:23:36
61617         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
61618              because when run as services (Win32ese for daemons)
61619              no environment variables are set and tmpdir ends up as /tmp,
61620              which is ambiguous.
61621              
61622              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
61623              From: matt@sergeant.org
61624              Date: 16 Jun 2000 16:30:43 -0000
61625              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
61626      Branch: cfgperl
61627            ! lib/File/Spec/Win32.pm
61628 ____________________________________________________________________________
61629 [  6233] By: jhi                                   on 2000/06/23  19:18:58
61630         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
61631              From: Mark-Jason Dominus <mjd@plover.com>
61632              Date: Fri, 16 Jun 2000 20:53:04 -0400
61633              Message-ID: <20000617005304.8008.qmail@plover.com>
61634      Branch: cfgperl
61635            ! op.h
61636 ____________________________________________________________________________
61637 [  6232] By: jhi                                   on 2000/06/23  16:10:02
61638         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
61639              From: simon@brecon.co.uk (Simon Cozens)
61640              Date: 19 Jun 2000 15:18:27 GMT
61641              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
61642              
61643              plus update pod/Makefile and regenerate perltoc
61644      Branch: cfgperl
61645            + pod/perlutil.pod
61646            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
61647 ____________________________________________________________________________
61648 [  6231] By: jhi                                   on 2000/06/23  15:19:18
61649         Log: Subject: [PATCH 5.6.0] cygwin port
61650              From: "Fifer, Eric" <EFifer@sanwaint.com>
61651              Date: Tue, 20 Jun 2000 14:30:58 +0100
61652              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
61653      Branch: cfgperl
61654            ! README.cygwin lib/File/Find.pm
61655 ____________________________________________________________________________
61656 [  6230] By: jhi                                   on 2000/06/23  14:25:21
61657         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
61658      Branch: cfgperl
61659            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
61660            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
61661            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61662            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
61663 ____________________________________________________________________________
61664 [  6229] By: jhi                                   on 2000/06/23  14:13:34
61665         Log: Subject: README.hpux version 0.6.1
61666              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
61667              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
61668              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
61669      Branch: cfgperl
61670            ! README.hpux
61671 ____________________________________________________________________________
61672 [  6228] By: jhi                                   on 2000/06/23  14:07:20
61673         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
61674              From: Doug MacEachern <dougm@covalent.net>
61675              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
61676              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
61677      Branch: cfgperl
61678            ! op.c
61679 ____________________________________________________________________________
61680 [  6227] By: jhi                                   on 2000/06/23  14:01:06
61681         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
61682              From: Doug MacEachern <dougm@covalent.net>
61683              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
61684              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
61685      Branch: cfgperl
61686            + lib/lib.pm.PL
61687            - lib/lib.pm
61688            ! MANIFEST Makefile.SH
61689 ____________________________________________________________________________
61690 [  6226] By: jhi                                   on 2000/06/23  13:53:07
61691         Log: Subject: [PATCH] remove forward declarations in Socket.pm
61692              From: Doug MacEachern <dougm@covalent.net>
61693              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
61694              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
61695              
61696              From: Doug MacEachern <dougm@covalent.net>
61697              Subject: Re: [PATCH] remove forward declarations in Socket.pm
61698              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
61699              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
61700      Branch: cfgperl
61701            ! ext/Socket/Socket.pm op.c
61702 ____________________________________________________________________________
61703 [  6225] By: jhi                                   on 2000/06/23  13:41:52
61704         Log: Add source code filenames to apidoc.
61705              From: simon@brecon.co.uk (Simon Cozens)
61706              Subject: [PATCH embed.pl] Source X-ref
61707              Date: 22 Jun 2000 02:18:49 GMT
61708              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
61709      Branch: cfgperl
61710            ! embed.pl
61711 ____________________________________________________________________________
61712 [  6224] By: jhi                                   on 2000/06/23  13:32:33
61713         Log: A way to avoid English.pm performance hit.
61714              From: root <root@jester.slaysys.com>
61715              Subject: [YAPATCH English.pm] My turn to putt again
61716              Date: Thu, 22 Jun 2000 20:33:58 -0400
61717              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
61718      Branch: cfgperl
61719            ! lib/English.pm t/lib/english.t
61720 ____________________________________________________________________________
61721 [  6223] By: jhi                                   on 2000/06/23  13:27:06
61722         Log: Avoid double close().
61723              Subject: [PATCH] avoid double close()
61724              From: Doug MacEachern <dougm@covalent.net>
61725              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
61726              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
61727      Branch: cfgperl
61728            ! doio.c
61729 ____________________________________________________________________________
61730 [  6222] By: jhi                                   on 2000/06/23  13:25:54
61731         Log: doc typo fix
61732              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
61733              From: Ian Phillipps <Ian.Phillipps@iname.com>
61734              Date: Fri, 23 Jun 2000 10:40:58 +0100
61735              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
61736      Branch: cfgperl
61737            ! lib/Pod/Usage.pm
61738 ____________________________________________________________________________
61739 [  6221] By: jhi                                   on 2000/06/23  13:24:15
61740         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
61741              From: simon@brecon.co.uk (Simon Cozens)
61742              Subject: [PATCH] Eliminate tr///[CU][CU]
61743              Date: 23 Jun 2000 11:05:40 GMT
61744              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
61745      Branch: cfgperl
61746            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
61747 ____________________________________________________________________________
61748 [  6220] By: jhi                                   on 2000/06/22  16:07:51
61749         Log: Win32 patches from Benjamin Stuhl.
61750      Branch: cfgperl
61751            ! makedef.pl win32/win32.h
61752 ____________________________________________________________________________
61753 [  6219] By: jhi                                   on 2000/06/22  16:06:34
61754         Log: Bytecode patches from Benjamin Stuhl.
61755      Branch: cfgperl
61756            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
61757            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
61758            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61759 ____________________________________________________________________________
61760 [  6218] By: jhi                                   on 2000/06/15  23:54:16
61761         Log: Bytecode patches from Benjamin Stuhl.
61762      Branch: cfgperl
61763            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
61764 ____________________________________________________________________________
61765 [  6217] By: jhi                                   on 2000/06/09  13:38:29
61766         Log: Rename the fdpid locking and integrate with Sarathy.
61767      Branch: cfgperl
61768            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
61769            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
61770            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
61771            ! win32/win32.c
61772           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
61773 ____________________________________________________________________________
61774 [  6216] By: gsar                                  on 2000/06/08  14:54:21
61775         Log: be more optimal about clearing @_
61776      Branch: perl
61777            ! cop.h
61778 ____________________________________________________________________________
61779 [  6215] By: gsar                                  on 2000/06/08  14:33:04
61780         Log: tweak comment about @DB::args
61781      Branch: perl
61782            ! av.h pp_ctl.c
61783 ____________________________________________________________________________
61784 [  6214] By: gsar                                  on 2000/06/08  13:57:54
61785         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
61786              caller() wants to populate @DB::args with it (causes a coredump
61787              in Carp::confess())
61788      Branch: perl
61789            ! cop.h t/op/runlevel.t
61790 ____________________________________________________________________________
61791 [  6213] By: gsar                                  on 2000/06/08  07:06:35
61792         Log: back out change#6106 (seems problematic)
61793      Branch: perl
61794            ! hints/solaris_2.sh
61795 ____________________________________________________________________________
61796 [  6212] By: jhi                                   on 2000/06/07  03:10:36
61797         Log: Continuing mopup for #6204.
61798      Branch: cfgperl
61799            ! ext/B/defsubs_h.PL
61800 ____________________________________________________________________________
61801 [  6211] By: jhi                                   on 2000/06/07  02:41:50
61802         Log: Mopup for #6204.
61803              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
61804              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
61805              This is comes from const() where POK isn't on when expected.
61806      Branch: cfgperl
61807            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
61808            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61809            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
61810            ! perlapi.h pod/perlapi.pod
61811 ____________________________________________________________________________
61812 [  6210] By: jhi                                   on 2000/06/07  01:56:29
61813         Log: Mopup for #6207 and #6209.
61814      Branch: cfgperl
61815            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
61816 ____________________________________________________________________________
61817 [  6209] By: jhi                                   on 2000/06/07  01:33:12
61818         Log: Lock PL_fdpid against race conditions, based on:
61819              Subject: [PATCH 5.6.0]subprocess fixup for threads
61820              From: Dan Sugalski <dan@sidhe.org>
61821              To: perl5-porters@perl.org
61822              Date: Tue, 11 Apr 2000 17:02:32 -0400
61823              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
61824      Branch: cfgperl
61825            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
61826            ! win32/win32.c
61827 ____________________________________________________________________________
61828 [  6208] By: jhi                                   on 2000/06/07  01:05:23
61829         Log: Regen headers for #6207.
61830      Branch: cfgperl
61831            ! embed.h global.sym objXSUB.h proto.h
61832 ____________________________________________________________________________
61833 [  6207] By: jhi                                   on 2000/06/06  23:43:13
61834         Log: Subject: [PATCH 5.6.0] Threadsafe patches
61835              From: Dan Sugalski <dan@sidhe.org>
61836              To: perl5-porters@perl.org
61837              Date: Mon, 08 May 2000 18:08:13 -0400
61838              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
61839      Branch: cfgperl
61840            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
61841            ! proto.h sv.h util.c
61842 ____________________________________________________________________________
61843 [  6206] By: jhi                                   on 2000/06/06  23:21:23
61844         Log: Subject: [PATCH] Eliminate $a/$b in pod
61845              From: David Glasser <me@davidglasser.net>
61846              To: perl5-porters@perl.org
61847              Date: Mon, 29 May 2000 21:15:59 -0400
61848              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
61849      Branch: cfgperl
61850            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
61851            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
61852            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
61853            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
61854            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
61855            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
61856            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
61857            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
61858            ! pod/perlvar.pod pod/perlxs.pod
61859 ____________________________________________________________________________
61860 [  6205] By: jhi                                   on 2000/06/06  23:12:14
61861         Log: Subject: [PATCH] Win32 improvements
61862              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
61863              To: gsar@activestate.com, perl5-porters@perl.org
61864              Date: Mon, 29 May 2000 17:22:24 PDT
61865              Message-ID: <20000530002224.91142.qmail@hotmail.com>
61866              (MUA had mangled many lines by wordwrapping)
61867      Branch: cfgperl
61868            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
61869 ____________________________________________________________________________
61870 [  6204] By: jhi                                   on 2000/06/06  23:01:50
61871         Log: Subject: [PATCH] B::Bytecode patches
61872              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
61873              To: gsar@activestate.com, jhi@iki.fi
61874              Cc: perl5-porters@perl.org
61875              Message-ID: <20000602202526.48694.qmail@hotmail.com>
61876              (MUA had mangled many lines by wordwrapping)
61877      Branch: cfgperl
61878            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
61879            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
61880            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61881            ! intrpvar.h perl.c
61882 ____________________________________________________________________________
61883 [  6203] By: jhi                                   on 2000/06/06  22:32:43
61884         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
61885              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61886              Date: Tue, 06 Jun 2000 13:07:45 -0700
61887              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
61888      Branch: cfgperl
61889            ! pod/perldiag.pod
61890 ____________________________________________________________________________
61891 [  6202] By: jhi                                   on 2000/06/06  19:38:35
61892         Log: Integrate with Sarathy.
61893      Branch: cfgperl
61894           !> perl.c
61895 ____________________________________________________________________________
61896 [  6201] By: gsar                                  on 2000/06/06  00:42:59
61897         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
61898              does a PUSHMARK that's never ever POPMARKed; in general, only
61899              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
61900              Perl_eval_[sp]v() don't because they don't take any incoming
61901              arguments (this leak has been around since the original version
61902              of perl_eval_pv() in 5.003_97e)
61903      Branch: perl
61904            ! perl.c
61905 ____________________________________________________________________________
61906 [  6200] By: jhi                                   on 2000/06/04  03:44:52
61907         Log: Update to cperl-mode.el 4.31 from
61908              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
61909              Subject: A couple of notes
61910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61911              To: Mailing list Perl5 <perl5-porters@perl.org>
61912              Date: Sat, 3 Jun 2000 23:33:32 -0400
61913              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
61914      Branch: cfgperl
61915            ! emacs/cperl-mode.el
61916 ____________________________________________________________________________
61917 [  6199] By: jhi                                   on 2000/06/03  15:11:05
61918         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
61919              From: Dan Sugalski <dan@sidhe.org>
61920              To: perl5-porters@perl.org, vmsperl@perl.org
61921              Date: Fri, 02 Jun 2000 17:30:51 -0400
61922              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
61923      Branch: cfgperl
61924            ! vms/descrip_mms.template vms/gen_shrfls.pl
61925 ____________________________________________________________________________
61926 [  6198] By: jhi                                   on 2000/06/03  14:59:15
61927         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
61928              From: Dan Sugalski <dan@sidhe.org>
61929              To: vmsperl@perl.org, perl5-porters@perl.org
61930              Date: Fri, 02 Jun 2000 16:00:41 -0400
61931              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
61932              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
61933      Branch: cfgperl
61934            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
61935            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
61936            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
61937 ____________________________________________________________________________
61938 [  6197] By: jhi                                   on 2000/06/03  14:41:30
61939         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
61940              From: John Borwick <jhborwic@unity.ncsu.edu>
61941              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
61942              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
61943      Branch: cfgperl
61944            ! pod/perlsyn.pod
61945 ____________________________________________________________________________
61946 [  6196] By: jhi                                   on 2000/06/03  14:38:09
61947         Log: Integrate with Sarathy.
61948      Branch: cfgperl
61949           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
61950           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
61951           !> vms/perly_c.vms
61952 ____________________________________________________________________________
61953 [  6195] By: gsar                                  on 2000/06/02  22:43:13
61954         Log: fix yet another eval"" leak under USE_ITHREADS
61955      Branch: perl
61956            ! op.c
61957 ____________________________________________________________________________
61958 [  6194] By: gsar                                  on 2000/06/02  18:22:06
61959         Log: fix small eval"" memory leaks under USE_ITHREADS
61960      Branch: perl
61961            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
61962            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
61963            ! vms/perly_c.vms
61964 ____________________________________________________________________________
61965 [  6193] By: jhi                                   on 2000/06/01  13:03:56
61966         Log: Signals-be-gone for microperl.
61967      Branch: cfgperl
61968            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
61969 ____________________________________________________________________________
61970 [  6192] By: jhi                                   on 2000/06/01  12:52:02
61971         Log: Integrate with Sarathy.
61972      Branch: cfgperl
61973           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
61974           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
61975           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
61976           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
61977           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
61978           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
61979           !> t/op/vec.t utils/h2xs.PL
61980 ____________________________________________________________________________
61981 [  6191] By: gsar                                  on 2000/06/01  09:38:21
61982         Log: vec() loses numericalness (modified version of patch suggested
61983              by Robin Barker)
61984      Branch: perl
61985            ! doop.c t/op/vec.t
61986 ____________________________________________________________________________
61987 [  6190] By: gsar                                  on 2000/06/01  09:26:15
61988         Log: submit missing embed.pl change
61989      Branch: perl
61990            ! embed.pl
61991 ____________________________________________________________________________
61992 [  6189] By: gsar                                  on 2000/06/01  09:05:34
61993         Log: counting tr/// corrupts later operation (from M.J.T Guy)
61994      Branch: perl
61995            ! doop.c t/op/tr.t
61996 ____________________________________________________________________________
61997 [  6188] By: gsar                                  on 2000/06/01  08:58:39
61998         Log: h2xs tweaks
61999      Branch: perl
62000            ! utils/h2xs.PL
62001 ____________________________________________________________________________
62002 [  6187] By: gsar                                  on 2000/06/01  08:50:07
62003         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
62004              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
62005      Branch: perl
62006            + lib/Pod/LaTeX.pm
62007            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
62008            ! pod/pod2latex.PL
62009 ____________________________________________________________________________
62010 [  6186] By: gsar                                  on 2000/06/01  08:24:40
62011         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
62012              <wolfgang.laun@alcatel.at>)
62013      Branch: perl
62014            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
62015            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
62016 ____________________________________________________________________________
62017 [  6185] By: gsar                                  on 2000/06/01  08:12:00
62018         Log: remove incorrect documentation about implicit split to @_ in
62019              list context, which never really worked in perl 5 (from
62020              M.J.T. Guy)
62021      Branch: perl
62022            ! pod/perlfunc.pod pod/perltrap.pod
62023 ____________________________________________________________________________
62024 [  6184] By: gsar                                  on 2000/06/01  07:52:27
62025         Log: tweak for change#6127
62026      Branch: perl
62027            ! perl.c
62028 ____________________________________________________________________________
62029 [  6183] By: gsar                                  on 2000/06/01  07:41:02
62030         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
62031              <nick@ccl4.org>)
62032      Branch: perl
62033            + t/lib/selfloader.t
62034            ! MANIFEST lib/SelfLoader.pm
62035 ____________________________________________________________________________
62036 [  6182] By: jhi                                   on 2000/06/01  00:34:42
62037         Log: Be Cleaner Part Deux.
62038      Branch: cfgperl
62039            ! Makefile.SH
62040 ____________________________________________________________________________
62041 [  6181] By: jhi                                   on 2000/06/01  00:32:09
62042         Log: Integrate with Sarathy.
62043      Branch: cfgperl
62044           !> pp.c t/op/arith.t
62045 ____________________________________________________________________________
62046 [  6180] By: jhi                                   on 2000/06/01  00:31:13
62047         Log: microperl nits from Simon Cozens.
62048      Branch: cfgperl
62049            + uconfig.h
62050            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
62051            ! unixish.h
62052 ____________________________________________________________________________
62053 [  6179] By: gsar                                  on 2000/05/31  22:37:51
62054         Log: buggy modulus on UVs introduced by change#3378 (resulted in
62055              4063328477 % 65535 amounting to 27406, instead of 27407)
62056      Branch: perl
62057            ! pp.c t/op/arith.t
62058 ____________________________________________________________________________
62059 [  6178] By: jhi                                   on 2000/05/31  21:52:41
62060         Log: Be cleaner.
62061      Branch: cfgperl
62062            ! Makefile.SH
62063 ____________________________________________________________________________
62064 [  6177] By: jhi                                   on 2000/05/31  21:47:33
62065         Log: Substitution utf8 patch from Simon Cozens.
62066      Branch: cfgperl
62067            ! pp_hot.c
62068 ____________________________________________________________________________
62069 [  6176] By: jhi                                   on 2000/05/31  21:45:34
62070         Log: Single-quoted utf8 patch from Simon Cozens.
62071      Branch: cfgperl
62072            ! toke.c
62073 ____________________________________________________________________________
62074 [  6175] By: jhi                                   on 2000/05/31  21:40:18
62075         Log: Integrate with Sarathy.
62076      Branch: cfgperl
62077           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
62078 ____________________________________________________________________________
62079 [  6174] By: jhi                                   on 2000/05/31  21:37:31
62080         Log: microperl changes from Simon Cozens; Makefile for microperl
62081              written from scratch; few casts added as microperl compilation
62082              doesn't have all prototypes available.
62083      Branch: cfgperl
62084            + Makefile.micro README.micro Todo.micro uconfig.sh
62085            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
62086            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
62087      Branch: metaconfig
62088            + U/modified/Config_h.U
62089 ____________________________________________________________________________
62090 [  6173] By: jhi                                   on 2000/05/31  20:00:24
62091         Log: metaconfig maintenance.
62092      Branch: metaconfig
62093            + U/modified/Inhdr.U U/typedefs/inotype.U
62094      Branch: metaconfig/U/perl
62095            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
62096            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
62097 ____________________________________________________________________________
62098 [  6172] By: gsar                                  on 2000/05/31  05:05:42
62099         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
62100              (from Ilya Zakharevich)
62101      Branch: perl
62102            ! regexec.c t/op/re_tests
62103 ____________________________________________________________________________
62104 [  6171] By: gsar                                  on 2000/05/31  05:01:47
62105         Log: scalar() doesn't force scalar context when used in void context
62106              (from Simon Cozens)
62107      Branch: perl
62108            ! op.c t/op/wantarray.t
62109 ____________________________________________________________________________
62110 [  6170] By: gsar                                  on 2000/05/31  04:41:33
62111         Log: change#6142 needs tweaks to tests to work where there's no symlink()
62112              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
62113      Branch: perl
62114            ! t/lib/filefind.t
62115 ____________________________________________________________________________
62116 [  6169] By: gsar                                  on 2000/05/31  04:29:49
62117         Log: integrate cfgperl contents into mainline
62118      Branch: perl
62119           +> pod/perlmodlib.PL pod/perlnewmod.pod
62120           !> (integrate 42 files)
62121 ____________________________________________________________________________
62122 [  6168] By: jhi                                   on 2000/05/30  22:53:37
62123         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
62124      Branch: cfgperl
62125            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62126            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
62127            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
62128            ! win32/config.bc win32/config.gc win32/config.vc
62129            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62130            ! win32/config_h.PL win32/config_sh.PL
62131      Branch: metaconfig/U/perl
62132            ! perlxv.U
62133 ____________________________________________________________________________
62134 [  6167] By: jhi                                   on 2000/05/30  22:20:21
62135         Log: tweak todo 
62136      Branch: cfgperl
62137            ! Todo-5.6
62138 ____________________________________________________________________________
62139 [  6166] By: jhi                                   on 2000/05/30  22:11:51
62140         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
62141              in case somebody wants to write an extension for more
62142              shadow database interfaces.
62143      Branch: cfgperl
62144            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62145            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
62146            ! vos/config.def vos/config.h vos/config_h.SH_orig
62147            ! win32/config.bc win32/config.gc win32/config.vc
62148            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62149      Branch: metaconfig
62150            ! U/modified/Myinit.U
62151      Branch: metaconfig/U/perl
62152            + d_getespwnam.U d_getprpwnam.U i_prot.U
62153 ____________________________________________________________________________
62154 [  6165] By: jhi                                   on 2000/05/30  18:35:34
62155         Log: Integrate with Sarathy.
62156      Branch: cfgperl
62157           !> op.c
62158 ____________________________________________________________________________
62159 [  6164] By: jhi                                   on 2000/05/30  18:30:16
62160         Log: detypo
62161      Branch: cfgperl
62162            ! Configure config_h.SH
62163      Branch: metaconfig/U/perl
62164            ! perlxv.U
62165 ____________________________________________________________________________
62166 [  6163] By: gsar                                  on 2000/05/30  03:24:03
62167         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
62168      Branch: perl
62169            ! op.c
62170 ____________________________________________________________________________
62171 [  6162] By: gsar                                  on 2000/05/30  03:09:38
62172         Log: fix memory leak in method call optimization (change#3768);
62173              made C<eval "$x->foo()"> leak
62174      Branch: perl
62175            ! op.c
62176 ____________________________________________________________________________
62177 [  6161] By: jhi                                   on 2000/05/29  17:56:26
62178         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
62179              both from Simon Cozens.
62180      Branch: cfgperl
62181            + pod/perlmodlib.PL pod/perlnewmod.pod
62182            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
62183            ! pod/perlmodlib.pod pod/perltoc.pod
62184 ____________________________________________________________________________
62185 [  6160] By: jhi                                   on 2000/05/29  17:23:55
62186         Log: Changes for the File::Temp 0.08 (change #6159) test suite
62187              to fit better into the Perl distribution test framework.
62188      Branch: cfgperl
62189            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
62190            ! t/lib/ftmp-tempfile.t
62191 ____________________________________________________________________________
62192 [  6159] By: jhi                                   on 2000/05/29  16:55:36
62193         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
62194      Branch: cfgperl
62195            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62196            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62197 ____________________________________________________________________________
62198 [  6158] By: bailey                                on 2000/05/29  16:22:08
62199         Log: Add fallback to tmpfile for use in cases where user's relying on
62200              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
62201              Lane's patch)
62202      Branch: vmsperl
62203            ! vms/vms.c vms/vmsish.h
62204 ____________________________________________________________________________
62205 [  6157] By: jhi                                   on 2000/05/29  03:10:36
62206         Log: Regen Configure to jive with #6149.
62207      Branch: cfgperl
62208            ! Configure
62209      Branch: metaconfig
62210            ! U/modified/Getfile.U
62211 ____________________________________________________________________________
62212 [  6156] By: jhi                                   on 2000/05/29  03:01:38
62213         Log: Integrate with Sarathy.
62214      Branch: cfgperl
62215           +> ext/DynaLoader/dl_mac.xs
62216           !> (integrate 38 files)
62217 ____________________________________________________________________________
62218 [  6155] By: gsar                                  on 2000/05/28  21:15:58
62219         Log: small bug in change#6144; remove random \xA0 character that snuck
62220              in via change#6145
62221      Branch: perl
62222            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
62223 ____________________________________________________________________________
62224 [  6154] By: gsar                                  on 2000/05/28  21:04:19
62225         Log: avoid type mismatch warning
62226      Branch: perl
62227            ! perl.c
62228 ____________________________________________________________________________
62229 [  6153] By: gsar                                  on 2000/05/28  20:58:31
62230         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
62231              <nick@Bagpuss.uk.boo.com>)
62232      Branch: perl
62233            ! lib/Test/Harness.pm
62234 ____________________________________________________________________________
62235 [  6152] By: gsar                                  on 2000/05/28  20:53:42
62236         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
62237      Branch: perl
62238            ! regexec.c
62239 ____________________________________________________________________________
62240 [  6151] By: gsar                                  on 2000/05/28  20:50:28
62241         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
62242      Branch: perl
62243            ! regexec.c
62244 ____________________________________________________________________________
62245 [  6150] By: gsar                                  on 2000/05/28  20:39:58
62246         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
62247      Branch: perl
62248            ! pod/perlrequick.pod
62249 ____________________________________________________________________________
62250 [  6149] By: gsar                                  on 2000/05/28  20:35:16
62251         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
62252              <troc@netrus.net>)
62253      Branch: perl
62254            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
62255            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
62256            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
62257            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
62258 ____________________________________________________________________________
62259 [  6148] By: gsar                                  on 2000/05/28  20:21:07
62260         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
62261      Branch: perl
62262            ! lib/ExtUtils/MM_Unix.pm
62263 ____________________________________________________________________________
62264 [  6147] By: gsar                                  on 2000/05/28  20:12:41
62265         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
62266              (from Peter Prymmer)
62267      Branch: perl
62268            ! vms/subconfigure.com
62269 ____________________________________________________________________________
62270 [  6146] By: gsar                                  on 2000/05/28  20:06:15
62271         Log: doc typo
62272      Branch: perl
62273            ! lib/warnings.pm warnings.h warnings.pl
62274 ____________________________________________________________________________
62275 [  6145] By: gsar                                  on 2000/05/28  18:44:33
62276         Log: make xsubpp skip embedded pod (from Matthias Neeracher
62277              <neeri@iis.ee.ethz.ch>)
62278      Branch: perl
62279            ! lib/ExtUtils/xsubpp
62280 ____________________________________________________________________________
62281 [  6144] By: gsar                                  on 2000/05/28  18:42:49
62282         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
62283              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
62284              <neeri@iis.ee.ethz.ch>)
62285      Branch: perl
62286            ! lib/AutoSplit.pm
62287 ____________________________________________________________________________
62288 [  6143] By: gsar                                  on 2000/05/28  18:41:12
62289         Log: MacOS support, part 1 (from Matthias Neeracher
62290              <neeri@iis.ee.ethz.ch>)
62291      Branch: perl
62292            + ext/DynaLoader/dl_mac.xs
62293            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
62294            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
62295            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
62296            ! util.h
62297 ____________________________________________________________________________
62298 [  6142] By: gsar                                  on 2000/05/28  18:21:51
62299         Log: File::Find fails to chdir when chasing symlinks (from
62300              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
62301      Branch: perl
62302            ! lib/File/Find.pm t/lib/filefind.t
62303 ____________________________________________________________________________
62304 [  6141] By: jhi                                   on 2000/05/28  14:25:15
62305         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
62306              forwarded by Peter Seebach from the bsdi-users mailing list.
62307              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
62308      Branch: perl
62309            ! hints/bsdos.sh
62310 ____________________________________________________________________________
62311 [  6140] By: jhi                                   on 2000/05/28  14:11:57
62312         Log: Integrate with Sarathy.
62313      Branch: cfgperl
62314           +> (branch 30 files)
62315           !> (integrate 93 files)
62316 ____________________________________________________________________________
62317 [  6139] By: gsar                                  on 2000/05/28  10:01:48
62318         Log: revise mktables.PL for bugs and newness in Unicode 3.0
62319              (from James Bence <jbence@amgen.com>)
62320      Branch: perl
62321            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
62322            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
62323            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
62324            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
62325            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
62326            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
62327            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
62328            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
62329            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
62330            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
62331            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
62332            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
62333            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
62334            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
62335            + lib/unicode/Is/SylWU.pl
62336            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
62337            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
62338            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
62339            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
62340            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
62341            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
62342            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
62343            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
62344            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
62345            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
62346            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
62347            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
62348            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
62349            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
62350            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
62351            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
62352            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
62353            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
62354            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
62355            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
62356            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
62357            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
62358            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
62359            ! lib/unicode/Makefile lib/unicode/mktables.PL
62360 ____________________________________________________________________________
62361 [  6138] By: gsar                                  on 2000/05/28  08:50:32
62362         Log: add note about the handling of negative indices to tied arrays
62363              (from Michael G Schwern <schwern@pobox.com>)
62364      Branch: perl
62365            ! pod/perltie.pod
62366 ____________________________________________________________________________
62367 [  6137] By: gsar                                  on 2000/05/28  08:46:10
62368         Log: fix bogus redeclaration warning for "our" variables in different
62369              scopes
62370      Branch: perl
62371            ! op.c t/pragma/strict-vars
62372 ____________________________________________________________________________
62373 [  6136] By: gsar                                  on 2000/05/28  08:31:20
62374         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
62375      Branch: perl
62376            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
62377 ____________________________________________________________________________
62378 [  6135] By: gsar                                  on 2000/05/28  08:17:50
62379         Log: enable Test::Harness to dynamically determine column width etc.
62380              (from Rob Napier <rnapier@employees.org>)
62381      Branch: perl
62382            ! lib/Test/Harness.pm
62383 ____________________________________________________________________________
62384 [  6134] By: gsar                                  on 2000/05/28  08:13:39
62385         Log: make Test::Harness use wait.h/WCOREDUMP if available
62386              (from Ben Tilly <ben_tilly@hotmail.com>)
62387      Branch: perl
62388            ! lib/Test/Harness.pm
62389 ____________________________________________________________________________
62390 [  6133] By: gsar                                  on 2000/05/28  08:08:05
62391         Log: elide bogus test in change#6132
62392      Branch: perl
62393            ! t/pragma/warn/9enabled
62394 ____________________________________________________________________________
62395 [  6132] By: gsar                                  on 2000/05/28  08:03:14
62396         Log: warnings::enabled() doesn't fall back to looking at $^W if
62397              caller isn't using lexical warnings (from Paul Marquess)
62398      Branch: perl
62399            ! pp_ctl.c t/pragma/warn/9enabled
62400 ____________________________________________________________________________
62401 [  6131] By: gsar                                  on 2000/05/28  07:57:47
62402         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
62403      Branch: perl
62404            ! ext/POSIX/POSIX.pm
62405 ____________________________________________________________________________
62406 [  6130] By: gsar                                  on 2000/05/28  07:29:12
62407         Log: fix places that mean C<"word" character> but say C<alphanumeric
62408              character>
62409      Branch: perl
62410            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
62411 ____________________________________________________________________________
62412 [  6129] By: gsar                                  on 2000/05/28  07:18:41
62413         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
62414      Branch: perl
62415            ! vms/test.com
62416 ____________________________________________________________________________
62417 [  6128] By: gsar                                  on 2000/05/28  07:12:55
62418         Log: new perlxstut example for passing/returning refs to arrays
62419              (from David Lowe <dlowe@pootpoot.com>)
62420      Branch: perl
62421            ! pod/perlxstut.pod
62422 ____________________________________________________________________________
62423 [  6127] By: gsar                                  on 2000/05/28  07:02:50
62424         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
62425              failed (from Gisle Aas)
62426      Branch: perl
62427            ! cop.h perl.c
62428 ____________________________________________________________________________
62429 [  6126] By: gsar                                  on 2000/05/28  06:39:53
62430         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
62431              (reworked variant of patch suggested by Simon Cozens)
62432      Branch: perl
62433            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
62434            ! pp_hot.c proto.h t/op/gv.t
62435 ____________________________________________________________________________
62436 [  6125] By: gsar                                  on 2000/05/28  05:14:55
62437         Log: enable propagating exception objects via Perl_croak() in XS code
62438              (from Gisle Aas)
62439      Branch: perl
62440            ! util.c
62441 ____________________________________________________________________________
62442 [  6124] By: gsar                                  on 2000/05/28  05:07:28
62443         Log: integrate vmsperl contents into mainline
62444      Branch: perl
62445           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
62446           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
62447           !> vms/vmsish.h
62448 ____________________________________________________________________________
62449 [  6123] By: gsar                                  on 2000/05/28  05:03:53
62450         Log: clarify gotcha with #line directives (from Rocco Caputo
62451              <troc@netrus.net>)
62452      Branch: perl
62453            ! pod/perldebug.pod pod/perlsyn.pod
62454 ____________________________________________________________________________
62455 [  6122] By: gsar                                  on 2000/05/28  04:58:29
62456         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
62457              (from Mark-Jason Dominus)
62458      Branch: perl
62459            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
62460            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
62461            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
62462            ! toke.c
62463 ____________________________________________________________________________
62464 [  6121] By: bailey                                on 2000/05/25  04:46:54
62465         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
62466              lists (based on fixes by Craig Berry)
62467      Branch: vmsperl
62468            ! lib/File/Spec/VMS.pm
62469 ____________________________________________________________________________
62470 [  6120] By: bailey                                on 2000/05/25  04:25:38
62471         Log: Add missing escape (Charles Lane)
62472      Branch: vmsperl
62473            ! t/op/lex_assign.t
62474 ____________________________________________________________________________
62475 [  6119] By: bailey                                on 2000/05/25  04:21:25
62476         Log: Quiet error messages in vmsish.t (Charles Lane)
62477      Branch: vmsperl
62478            ! vms/ext/vmsish.t
62479 ____________________________________________________________________________
62480 [  6118] By: bailey                                on 2000/05/25  04:17:57
62481         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
62482              Flatten case labels in switch statements uniformly (Charles Bailey)
62483      Branch: vmsperl
62484            ! vms/vms.c
62485 ____________________________________________________________________________
62486 [  6117] By: bailey                                on 2000/05/25  03:58:09
62487         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
62488      Branch: vmsperl
62489            ! vms/vmsish.h
62490 ____________________________________________________________________________
62491 [  6116] By: bailey                                on 2000/05/25  03:11:15
62492         Log: Miscellaneous cosmetic fixes (Charles Lane)
62493      Branch: vmsperl
62494            ! lib/ExtUtils/MM_VMS.pm
62495 ____________________________________________________________________________
62496 [  6115] By: bailey                                on 2000/05/25  03:10:36
62497         Log: Add bounds checking for several strings (Charles Lane)
62498      Branch: vmsperl
62499            ! vms/vms.c
62500 ____________________________________________________________________________
62501 [  6114] By: bailey                                on 2000/05/25  02:25:34
62502         Log: Urk -- undo previous removal of vmsish 'exit' change
62503      Branch: vmsperl
62504            ! vms/ext/vmsish.pm vms/vmsish.h
62505 ____________________________________________________________________________
62506 [  6113] By: bailey                                on 2000/05/24  02:24:40
62507         Log: Ugly workaround for version-specific RTL error
62508      Branch: vmsperl
62509            ! vms/vms.c
62510 ____________________________________________________________________________
62511 [  6112] By: bailey                                on 2000/05/24  02:19:55
62512         Log: Check for existence of file before trying to delete
62513      Branch: vmsperl
62514            ! vms/test.com
62515 ____________________________________________________________________________
62516 [  6111] By: bailey                                on 2000/05/23  23:35:13
62517         Log: Resync with mainline prior to post-5.6.0 updates
62518      Branch: vmsperl
62519           +> (branch 49 files)
62520            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
62521            ! vms/ext/vmsish.pm
62522           !> (integrate 334 files)
62523 ____________________________________________________________________________
62524 [  6110] By: jhi                                   on 2000/05/23  19:28:32
62525         Log: todo tweak
62526      Branch: cfgperl
62527            ! Todo-5.6
62528 ____________________________________________________________________________
62529 [  6109] By: jhi                                   on 2000/05/18  17:38:54
62530         Log: Integrate with Sarathy.
62531      Branch: cfgperl
62532           !> mg.c perl.h win32/perlhost.h
62533 ____________________________________________________________________________
62534 [  6108] By: gsar                                  on 2000/05/17  02:24:56
62535         Log: reenable fake signal handling on Windows, bugs and all
62536      Branch: perl
62537            ! mg.c perl.h win32/perlhost.h
62538 ____________________________________________________________________________
62539 [  6107] By: jhi                                   on 2000/05/15  18:01:41
62540         Log: Tweak the todo list.
62541      Branch: cfgperl
62542            ! Todo-5.6
62543 ____________________________________________________________________________
62544 [  6106] By: jhi                                   on 2000/05/15  13:41:48
62545         Log: The (Configure) script refuses to go on, after asking for
62546              'You may also choose to try maximal 64-bitness....'.
62547              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
62548              -- Patrick Zima
62549              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
62550      Branch: cfgperl
62551            ! hints/solaris_2.sh
62552 ____________________________________________________________________________
62553 [  6105] By: jhi                                   on 2000/05/11  14:37:43
62554         Log: Integrate with Sarathy.
62555      Branch: cfgperl
62556           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
62557           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
62558 ____________________________________________________________________________
62559 [  6104] By: gsar                                  on 2000/05/11  03:39:07
62560         Log: PL_sys_intern was being initialized too late on windows
62561      Branch: perl
62562            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
62563            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
62564 ____________________________________________________________________________
62565 [  6103] By: jhi                                   on 2000/05/09  19:42:20
62566         Log: Test tweaking for Unicos continues.
62567      Branch: cfgperl
62568            ! t/op/64bitint.t
62569 ____________________________________________________________________________
62570 [  6102] By: jhi                                   on 2000/05/09  16:47:27
62571         Log: The test suite tweak in #6101 wasn't quite right.
62572      Branch: cfgperl
62573            ! t/lib/complex.t
62574 ____________________________________________________________________________
62575 [  6101] By: jhi                                   on 2000/05/09  15:35:34
62576         Log: Hints and test tweaks for Unicos.
62577      Branch: cfgperl
62578            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
62579 ____________________________________________________________________________
62580 [  6100] By: jhi                                   on 2000/05/08  21:15:06
62581         Log: More compilation tweakery from Allen Smith.
62582      Branch: cfgperl
62583            ! hints/irix_6.sh
62584 ____________________________________________________________________________
62585 [  6099] By: jhi                                   on 2000/05/08  19:21:18
62586         Log: Tweaks for the cc bugs from Allen Smith.
62587      Branch: cfgperl
62588            ! hints/irix_6.sh
62589 ____________________________________________________________________________
62590 [  6098] By: jhi                                   on 2000/05/08  19:13:37
62591         Log: Add a note about other, yet unsupported, shadow password APIs.
62592      Branch: cfgperl
62593            ! pp_sys.c
62594 ____________________________________________________________________________
62595 [  6097] By: jhi                                   on 2000/05/08  18:46:34
62596         Log: Add a note about possible compilation problems from Allen Smith.
62597      Branch: cfgperl
62598            ! hints/irix_6.sh
62599 ____________________________________________________________________________
62600 [  6096] By: jhi                                   on 2000/05/08  17:33:10
62601         Log: Integrate with Sarathy.
62602      Branch: cfgperl
62603           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
62604           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
62605 ____________________________________________________________________________
62606 [  6095] By: jhi                                   on 2000/05/08  16:21:33
62607         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
62608              might be useful in future.
62609      Branch: cfgperl
62610            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62611            ! config_h.SH
62612      Branch: metaconfig
62613            ! U/installdirs/inc_version_list.U
62614      Branch: metaconfig/U/perl
62615            ! perlxv.U
62616 ____________________________________________________________________________
62617 [  6094] By: gsar                                  on 2000/05/08  14:22:22
62618         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
62619      Branch: perl
62620            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
62621            ! hints/cygwin.sh pp_sys.c
62622 ____________________________________________________________________________
62623 [  6093] By: gsar                                  on 2000/05/08  12:52:28
62624         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
62625              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
62626      Branch: perl
62627            ! pp_sys.c sv.c win32/perlhost.h
62628 ____________________________________________________________________________
62629 [  6092] By: jhi                                   on 2000/05/07  22:40:34
62630         Log: Regen perltoc with the fixed buildtoc.
62631      Branch: cfgperl
62632            ! pod/perltoc.pod
62633 ____________________________________________________________________________
62634 [  6091] By: jhi                                   on 2000/05/07  22:24:16
62635         Log: Integrate with Sarathy.
62636      Branch: cfgperl
62637           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
62638           !> t/op/substr.t toke.c
62639 ____________________________________________________________________________
62640 [  6090] By: gsar                                  on 2000/05/07  19:47:07
62641         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
62642              [NI]OK; added tests for both
62643      Branch: perl
62644            ! perl.c pp_hot.c sv.c t/op/substr.t
62645 ____________________________________________________________________________
62646 [  6089] By: gsar                                  on 2000/05/07  18:18:38
62647         Log: buildtoc tweak to fix newline lossage
62648      Branch: perl
62649            ! pod/buildtoc
62650 ____________________________________________________________________________
62651 [  6088] By: jhi                                   on 2000/05/07  16:35:36
62652         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
62653              because we do not use those.  The HAS_GETSPNAM remains,
62654              though, because we still do use that.
62655      Branch: cfgperl
62656            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62657            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
62658            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
62659            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
62660            ! win32/config.vc win32/config_H.bc win32/config_H.gc
62661            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
62662 ____________________________________________________________________________
62663 [  6087] By: gsar                                  on 2000/05/07  16:05:16
62664         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
62665      Branch: perl
62666            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
62667 ____________________________________________________________________________
62668 [  6086] By: jhi                                   on 2000/05/07  15:27:07
62669         Log: Integrate with Sarathy.
62670      Branch: cfgperl
62671           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62672           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62673           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
62674           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
62675           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
62676           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
62677 ____________________________________________________________________________
62678 [  6085] By: gsar                                  on 2000/05/07  05:52:02
62679         Log: repeat operator (x) doesn't preserve utf8-ness
62680      Branch: perl
62681            ! pp.c t/op/substr.t
62682 ____________________________________________________________________________
62683 [  6084] By: gsar                                  on 2000/05/07  05:39:55
62684         Log: substr() does not preserve utf8-ness (from Stefan Eissing
62685              <Eissing@medicaldataservice.de>); added tests
62686      Branch: perl
62687            ! pp.c t/op/substr.t
62688 ____________________________________________________________________________
62689 [  6083] By: gsar                                  on 2000/05/07  05:24:46
62690         Log: note about undocumented caller() return value (from M.J.T. Guy);
62691              yet another peek.t tweak
62692      Branch: perl
62693            ! pod/perlfunc.pod t/lib/peek.t
62694 ____________________________________________________________________________
62695 [  6082] By: gsar                                  on 2000/05/07  05:08:40
62696         Log: peek.t non-portable to ithreads
62697      Branch: perl
62698            ! t/lib/peek.t
62699 ____________________________________________________________________________
62700 [  6081] By: gsar                                  on 2000/05/07  04:17:04
62701         Log: better default perlbug categories for ok reports (from Richard Foley)
62702      Branch: perl
62703            ! utils/perlbug.PL
62704 ____________________________________________________________________________
62705 [  6080] By: gsar                                  on 2000/05/07  04:08:07
62706         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
62707              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
62708      Branch: perl
62709            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62710            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62711            ! AUTHORS MAINTAIN MANIFEST
62712 ____________________________________________________________________________
62713 [  6079] By: gsar                                  on 2000/05/07  04:01:38
62714         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
62715      Branch: perl
62716            ! lib/Carp/Heavy.pm
62717 ____________________________________________________________________________
62718 [  6078] By: gsar                                  on 2000/05/07  01:24:19
62719         Log: workaround for CRT bug in chdir() (from Charles Lane, via
62720              Peter Prymmer)
62721      Branch: perl
62722            ! iperlsys.h vms/vms.c vms/vmsish.h
62723 ____________________________________________________________________________
62724 [  6077] By: gsar                                  on 2000/05/07  01:22:23
62725         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
62726              and Tom Phoenix)
62727      Branch: perl
62728            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
62729 ____________________________________________________________________________
62730 [  6076] By: gsar                                  on 2000/05/06  17:36:29
62731         Log: integrate cfgperl contents into mainline
62732      Branch: perl
62733           +> t/lib/peek.t
62734           !> Configure MANIFEST Porting/Glossary Porting/config.sh
62735           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
62736           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
62737           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
62738 ____________________________________________________________________________
62739 [  6075] By: jhi                                   on 2000/05/05  18:56:10
62740         Log: Make the test more portable.
62741      Branch: cfgperl
62742            ! t/lib/peek.t
62743 ____________________________________________________________________________
62744 [  6074] By: jhi                                   on 2000/05/05  18:49:20
62745         Log: Introduce t/lib/peek.t.
62746      Branch: cfgperl
62747            + t/lib/peek.t
62748            ! MANIFEST
62749 ____________________________________________________________________________
62750 [  6073] By: jhi                                   on 2000/05/05  14:30:45
62751         Log: Complex tweaks.
62752      Branch: cfgperl
62753            ! lib/Math/Complex.pm t/lib/complex.t
62754 ____________________________________________________________________________
62755 [  6072] By: jhi                                   on 2000/05/05  12:27:13
62756         Log: Integrate with Sarathy.
62757      Branch: cfgperl
62758           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
62759           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
62760           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
62761           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
62762 ____________________________________________________________________________
62763 [  6071] By: gsar                                  on 2000/05/05  02:24:46
62764         Log: misformatted perllocal.pod (from Tim Jenness
62765              <t.jenness@jach.hawaii.edu>)
62766      Branch: perl
62767            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
62768 ____________________________________________________________________________
62769 [  6070] By: gsar                                  on 2000/05/05  02:16:52
62770         Log: remove misleading comment (from M.J.T. Guy)
62771      Branch: perl
62772            ! t/lib/anydbm.t
62773 ____________________________________________________________________________
62774 [  6069] By: gsar                                  on 2000/05/05  02:15:13
62775         Log: File::Spec compatibility update (from Barrie Slaymaker
62776              <barries@slaysys.com>)
62777      Branch: perl
62778            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
62779            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
62780 ____________________________________________________________________________
62781 [  6068] By: gsar                                  on 2000/05/05  02:01:50
62782         Log: note about values()
62783      Branch: perl
62784            ! pod/perlfunc.pod
62785 ____________________________________________________________________________
62786 [  6067] By: gsar                                  on 2000/05/05  01:33:09
62787         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
62788      Branch: perl
62789            ! win32/win32.c
62790 ____________________________________________________________________________
62791 [  6066] By: gsar                                  on 2000/05/05  01:23:43
62792         Log: s/END/CHECK/
62793      Branch: perl
62794            ! perl.c
62795 ____________________________________________________________________________
62796 [  6065] By: jhi                                   on 2000/05/04  17:30:22
62797         Log: Integrate with Sarathy.
62798      Branch: cfgperl
62799           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
62800 ____________________________________________________________________________
62801 [  6064] By: gsar                                  on 2000/05/04  17:26:14
62802         Log: change#5905 wasn't quite right--it's intent only applies when arguments
62803              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
62804      Branch: perl
62805            ! pp_sys.c sv.c
62806 ____________________________________________________________________________
62807 [  6063] By: gsar                                  on 2000/05/04  16:52:29
62808         Log: tokeq() could read unallocated field in argument
62809      Branch: perl
62810            ! toke.c
62811 ____________________________________________________________________________
62812 [  6062] By: gsar                                  on 2000/05/04  16:34:51
62813         Log: additional tests for utf8.t
62814      Branch: perl
62815            ! t/pragma/utf8.t
62816 ____________________________________________________________________________
62817 [  6061] By: gsar                                  on 2000/05/04  16:09:28
62818         Log: change#5921 neglected to make eq honor "use bytes"
62819      Branch: perl
62820            ! sv.c
62821 ____________________________________________________________________________
62822 [  6060] By: jhi                                   on 2000/05/04  15:30:16
62823         Log: Integrate with Sarathy.
62824      Branch: cfgperl
62825           !> perl.c regcomp.c t/pragma/utf8.t
62826 ____________________________________________________________________________
62827 [  6059] By: jhi                                   on 2000/05/04  15:26:37
62828         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
62829              in natively 64-bit platforms where a long is a quad (no need
62830              for long longs).  Also added bias for IVs.
62831      Branch: cfgperl
62832            ! toke.c
62833 ____________________________________________________________________________
62834 [  6058] By: gsar                                  on 2000/05/04  00:19:14
62835         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
62836              (spotted by Donald Kinzer <dkinzer@premia.com>)
62837      Branch: perl
62838            ! perl.c
62839 ____________________________________________________________________________
62840 [  6057] By: gsar                                  on 2000/05/03  18:34:01
62841         Log: fix broken parsing of /\x{ab}/
62842      Branch: perl
62843            ! regcomp.c t/pragma/utf8.t
62844 ____________________________________________________________________________
62845 [  6056] By: jhi                                   on 2000/05/03  17:57:16
62846         Log: The search of infinity continues, this time simplified.
62847      Branch: cfgperl
62848            ! lib/Math/Complex.pm
62849 ____________________________________________________________________________
62850 [  6055] By: jhi                                   on 2000/05/03  17:45:30
62851         Log: Detypo.
62852      Branch: cfgperl
62853            ! hints/unicos.sh
62854 ____________________________________________________________________________
62855 [  6054] By: jhi                                   on 2000/05/02  22:28:27
62856         Log: Be more forgiving in POSIX about HUGE_VALL.
62857      Branch: cfgperl
62858            ! ext/POSIX/POSIX.xs
62859 ____________________________________________________________________________
62860 [  6053] By: jhi                                   on 2000/05/02  22:25:05
62861         Log: Integrate with Sarathy.
62862      Branch: cfgperl
62863           !> hints/irix_6.sh pod/perlop.pod
62864 ____________________________________________________________________________
62865 [  6052] By: jhi                                   on 2000/05/02  22:24:31
62866         Log: Unicos hint tweak.
62867      Branch: cfgperl
62868            ! hints/unicos.sh
62869 ____________________________________________________________________________
62870 [  6051] By: jhi                                   on 2000/05/02  22:21:26
62871         Log: Complex tweakery.
62872      Branch: cfgperl
62873            ! lib/Math/Complex.pm t/lib/complex.t
62874 ____________________________________________________________________________
62875 [  6050] By: jhi                                   on 2000/05/02  19:26:22
62876         Log: Use setxxent()/endxxent().
62877      Branch: cfgperl
62878            ! t/op/grent.t t/op/pwent.t
62879 ____________________________________________________________________________
62880 [  6049] By: jhi                                   on 2000/05/02  19:06:02
62881         Log: Test both the scalar and list contexts.
62882      Branch: cfgperl
62883            ! t/op/grent.t t/op/pwent.t
62884 ____________________________________________________________________________
62885 [  6048] By: gsar                                  on 2000/05/02  18:29:10
62886         Log: add note about how $( doesn't interpolate in REs (from
62887              Philip Newton <newton@ficus.frogspace.net>)
62888      Branch: perl
62889            ! pod/perlop.pod
62890 ____________________________________________________________________________
62891 [  6047] By: jhi                                   on 2000/05/02  17:41:24
62892         Log: Call getspnam() only iff needd.
62893      Branch: cfgperl
62894            ! pp_sys.c
62895 ____________________________________________________________________________
62896 [  6046] By: gsar                                  on 2000/05/02  17:07:25
62897         Log: libscheck has insufficient checks for n32 libs (from
62898              Albert Chin-A-Young <china@thewrittenword.com>)
62899      Branch: perl
62900            ! hints/irix_6.sh
62901 ____________________________________________________________________________
62902 [  6045] By: jhi                                   on 2000/05/02  13:57:17
62903         Log: Integrate with Sarathy.
62904      Branch: cfgperl
62905           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
62906           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
62907 ____________________________________________________________________________
62908 [  6044] By: gsar                                  on 2000/05/02  06:48:19
62909         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
62910              such that underscores are only ignored in literal numbers,
62911              "\x{...}", and hex/oct argument
62912      Branch: perl
62913            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
62914 ____________________________________________________________________________
62915 [  6043] By: gsar                                  on 2000/05/02  02:22:29
62916         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
62917      Branch: perl
62918            ! pod/perlretut.pod
62919 ____________________________________________________________________________
62920 [  6042] By: gsar                                  on 2000/05/02  02:17:51
62921         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
62922      Branch: perl
62923            ! pod/perltrap.pod
62924 ____________________________________________________________________________
62925 [  6041] By: gsar                                  on 2000/05/02  01:53:51
62926         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
62927              to compensate
62928      Branch: perl
62929            ! Porting/makerel
62930 ____________________________________________________________________________
62931 [  6040] By: gsar                                  on 2000/05/02  01:51:57
62932         Log: missing files in MANIFEST
62933      Branch: perl
62934            ! MANIFEST
62935 ____________________________________________________________________________
62936 [  6039] By: jhi                                   on 2000/05/02  00:36:46
62937         Log: Infinite problems.
62938      Branch: cfgperl
62939            ! lib/Math/Complex.pm
62940 ____________________________________________________________________________
62941 [  6038] By: jhi                                   on 2000/05/02  00:06:38
62942         Log: pwent/spent #ifdef imbalance.
62943      Branch: cfgperl
62944            ! pp_sys.c
62945 ____________________________________________________________________________
62946 [  6037] By: jhi                                   on 2000/05/01  22:50:11
62947         Log: Use HUGE_VALL if applicable.
62948      Branch: cfgperl
62949            ! ext/POSIX/POSIX.xs util.c
62950 ____________________________________________________________________________
62951 [  6036] By: jhi                                   on 2000/05/01  22:20:53
62952         Log: Correct Freudian slip.
62953      Branch: cfgperl
62954            ! pp_sys.c
62955 ____________________________________________________________________________
62956 [  6035] By: jhi                                   on 2000/05/01  21:07:38
62957         Log: Continue on the pwent/spent case.
62958      Branch: cfgperl
62959            ! pp_sys.c
62960 ____________________________________________________________________________
62961 [  6034] By: jhi                                   on 2000/05/01  17:45:14
62962         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
62963              adjustments in 6032 conflicted badly with this, will have
62964              to revisit them later.
62965      Branch: cfgperl
62966           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
62967           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
62968           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
62969           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
62970           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
62971           !> t/lib/cgi-html.t t/lib/cgi-request.t
62972 ____________________________________________________________________________
62973 [  6033] By: jhi                                   on 2000/05/01  17:40:49
62974         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
62975      Branch: cfgperl
62976            ! pp_sys.c
62977 ____________________________________________________________________________
62978 [  6032] By: gsar                                  on 2000/05/01  15:56:32
62979         Log: whitespace adjustments
62980      Branch: perl
62981            ! pp_sys.c
62982 ____________________________________________________________________________
62983 [  6031] By: gsar                                  on 2000/05/01  15:19:41
62984         Log: small nits in diagnostics.pm (from Robin Barker)
62985      Branch: perl
62986            ! lib/diagnostics.pm pod/perldiag.pod
62987 ____________________________________________________________________________
62988 [  6030] By: gsar                                  on 2000/05/01  08:39:18
62989         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
62990              for @- and @+ (from Johan Vromans)
62991      Branch: perl
62992            ! lib/English.pm pod/perlvar.pod
62993 ____________________________________________________________________________
62994 [  6029] By: gsar                                  on 2000/05/01  08:16:10
62995         Log: add CGI.pm v2.66 (from Lincoln Stein)
62996      Branch: perl
62997            + lib/CGI/Util.pm t/lib/cgi-pretty.t
62998            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
62999            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
63000            ! t/lib/cgi-html.t t/lib/cgi-request.t
63001 ____________________________________________________________________________
63002 [  6028] By: gsar                                  on 2000/05/01  06:34:41
63003         Log: Pod::Man generates groff-incompatible macro definition (from
63004              Tom Christiansen)
63005      Branch: perl
63006            ! lib/Pod/Man.pm
63007 ____________________________________________________________________________
63008 [  6027] By: gsar                                  on 2000/05/01  06:31:36
63009         Log: podlators-1.02 update (from Russ Allbery)
63010      Branch: perl
63011            ! lib/Pod/Man.pm lib/Pod/Text.pm
63012 ____________________________________________________________________________
63013 [  6026] By: jhi                                   on 2000/04/30  23:24:23
63014         Log: Integrate with Sarathy.
63015      Branch: cfgperl
63016           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63017           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
63018           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63019           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
63020           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
63021           !> t/lib/syslog.t toke.c win32/win32.h
63022 ____________________________________________________________________________
63023 [  6025] By: gsar                                  on 2000/04/30  18:17:47
63024         Log: Is{Alnum,Alpha,Word} don't match titlecase
63025              
63026              TODO: IsSpace is defined recursively!
63027              
63028              (both spotted by Larry)
63029      Branch: perl
63030            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63031            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
63032 ____________________________________________________________________________
63033 [  6024] By: gsar                                  on 2000/04/30  17:50:19
63034         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
63035              (from Hugo van der Sanden)
63036      Branch: perl
63037            ! toke.c
63038 ____________________________________________________________________________
63039 [  6023] By: gsar                                  on 2000/04/30  17:14:43
63040         Log: debugger stomps on $. (from M.J.T. Guy)
63041      Branch: perl
63042            ! lib/perl5db.pl
63043 ____________________________________________________________________________
63044 [  6022] By: gsar                                  on 2000/04/30  16:59:22
63045         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
63046      Branch: perl
63047            ! sv.c
63048 ____________________________________________________________________________
63049 [  6021] By: gsar                                  on 2000/04/29  21:00:08
63050         Log: remove Win2K issue in pod (fixed by change#6020)
63051      Branch: perl
63052            ! README.win32 pod/perl56delta.pod
63053 ____________________________________________________________________________
63054 [  6020] By: gsar                                  on 2000/04/29  20:51:49
63055         Log: test tweak
63056      Branch: perl
63057            ! t/lib/open3.t
63058 ____________________________________________________________________________
63059 [  6019] By: gsar                                  on 2000/04/29  20:34:27
63060         Log: windows portability tweaks
63061      Branch: perl
63062            ! t/lib/b.t win32/win32.h
63063 ____________________________________________________________________________
63064 [  6018] By: gsar                                  on 2000/04/29  19:55:24
63065         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
63066              make _PATH_LOG() return "" if unavailable
63067      Branch: perl
63068            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63069            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
63070 ____________________________________________________________________________
63071 [  6017] By: jhi                                   on 2000/04/28  22:49:46
63072         Log: Integrate with Sarathy.
63073      Branch: cfgperl
63074           !> op.c perl.c pod/perldiag.pod t/lib/b.t
63075 ____________________________________________________________________________
63076 [  6016] By: jhi                                   on 2000/04/28  22:46:14
63077         Log: Do not warn that an infinity does not look like a number.
63078      Branch: cfgperl
63079            ! sv.c
63080 ____________________________________________________________________________
63081 [  6015] By: gsar                                  on 2000/04/28  22:35:49
63082         Log: tweak test for portability
63083      Branch: perl
63084            ! t/lib/b.t
63085 ____________________________________________________________________________
63086 [  6014] By: gsar                                  on 2000/04/28  22:05:31
63087         Log: glob() loading File::Glob behind the scenes may cause syntax errors
63088      Branch: perl
63089            ! op.c
63090 ____________________________________________________________________________
63091 [  6013] By: gsar                                  on 2000/04/28  21:25:22
63092         Log: tweak change#5945 to display correct switch name in diagnostic
63093      Branch: perl
63094            ! perl.c pod/perldiag.pod
63095 ____________________________________________________________________________
63096 [  6012] By: jhi                                   on 2000/04/28  21:08:12
63097         Log: Integrate with Sarathy.
63098      Branch: cfgperl
63099           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
63100           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
63101           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
63102 ____________________________________________________________________________
63103 [  6011] By: jhi                                   on 2000/04/28  21:04:46
63104         Log: &HUGE_VAL is not defined, it exists.
63105      Branch: cfgperl
63106            ! lib/Math/Complex.pm
63107 ____________________________________________________________________________
63108 [  6010] By: gsar                                  on 2000/04/28  21:02:58
63109         Log: clarify note about shadow password support (from
63110              gellyfish@gellyfish.com)
63111      Branch: perl
63112            ! pod/perlfunc.pod
63113 ____________________________________________________________________________
63114 [  6009] By: gsar                                  on 2000/04/28  21:00:00
63115         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
63116      Branch: perl
63117            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
63118 ____________________________________________________________________________
63119 [  6008] By: gsar                                  on 2000/04/28  20:56:33
63120         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
63121      Branch: perl
63122            ! installperl vms/subconfigure.com
63123 ____________________________________________________________________________
63124 [  6007] By: gsar                                  on 2000/04/28  20:51:21
63125         Log: note about compile failures and END blocks (from M.J.T. Guy)
63126      Branch: perl
63127            ! pod/perl56delta.pod pod/perlmod.pod
63128 ____________________________________________________________________________
63129 [  6006] By: jhi                                   on 2000/04/28  20:42:14
63130         Log: Regen Configure.
63131      Branch: cfgperl
63132            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63133            ! config_h.SH
63134 ____________________________________________________________________________
63135 [  6005] By: gsar                                  on 2000/04/28  20:41:16
63136         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
63137      Branch: perl
63138            ! utils/perldoc.PL
63139 ____________________________________________________________________________
63140 [  6004] By: jhi                                   on 2000/04/28  20:28:21
63141         Log: Integrate with Sarathy.
63142      Branch: cfgperl
63143           !> Configure INSTALL Porting/Glossary Porting/config.sh
63144           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
63145           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
63146           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
63147           !> win32/config.vc win32/win32.c
63148 ____________________________________________________________________________
63149 [  6003] By: gsar                                  on 2000/04/28  20:11:20
63150         Log: allow REG_EXPAND_SZ keys in Windows registry (from
63151              John Clayton <John.Clayton@barclayscapital.com>)
63152      Branch: perl
63153            ! win32/win32.c
63154 ____________________________________________________________________________
63155 [  6002] By: gsar                                  on 2000/04/28  19:34:16
63156         Log: destructive sv_setsv() can lose UV-ness from source, causing
63157              numeric promotions/comparisons to fail to do the right thing
63158      Branch: perl
63159            ! sv.c
63160 ____________________________________________________________________________
63161 [  6001] By: gsar                                  on 2000/04/28  18:44:15
63162         Log: support additional library locations via $Config{otherlibdirs}
63163              (from Andy Dougherty)
63164      Branch: perl
63165            ! Configure INSTALL Porting/Glossary Porting/config.sh
63166            ! Porting/config_H config_h.SH epoc/config.sh perl.c
63167            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
63168            ! win32/config.bc win32/config.gc win32/config.vc
63169 ____________________________________________________________________________
63170 [  6000] By: gsar                                  on 2000/04/28  18:26:58
63171         Log: reworked otherlibdirs.U (from Andy Dougherty)
63172      Branch: metaconfig
63173            ! U/installdirs/otherlibdirs.U
63174 ____________________________________________________________________________
63175 [  5999] By: gsar                                  on 2000/04/28  18:17:07
63176         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
63177      Branch: perl
63178            ! t/pragma/warn/toke toke.c
63179 ____________________________________________________________________________
63180 [  5998] By: jhi                                   on 2000/04/28  13:32:17
63181         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
63182      Branch: cfgperl
63183            ! lib/Math/Complex.pm
63184 ____________________________________________________________________________
63185 [  5997] By: jhi                                   on 2000/04/28  13:14:04
63186         Log: Preserve $!.
63187      Branch: cfgperl
63188            ! lib/Math/Complex.pm
63189 ____________________________________________________________________________
63190 [  5996] By: jhi                                   on 2000/04/28  12:59:23
63191         Log: Integrate with Sarathy.
63192      Branch: cfgperl
63193           +> pod/perlrequick.pod pod/perlretut.pod
63194           !> (integrate 51 files)
63195 ____________________________________________________________________________
63196 [  5995] By: gsar                                  on 2000/04/28  09:37:36
63197         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
63198      Branch: perl
63199            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
63200 ____________________________________________________________________________
63201 [  5994] By: gsar                                  on 2000/04/28  09:33:26
63202         Log: fix for missed accounting for null byte in pack("Z",...) (from
63203              M.J.T. Guy)
63204      Branch: perl
63205            ! pp.c t/op/pack.t
63206 ____________________________________________________________________________
63207 [  5993] By: gsar                                  on 2000/04/28  09:30:05
63208         Log: various minor tweaks seen on p5p
63209      Branch: perl
63210            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
63211 ____________________________________________________________________________
63212 [  5992] By: gsar                                  on 2000/04/28  09:08:19
63213         Log: pod nit (from Simon Cozens)
63214      Branch: perl
63215            ! pod/perlop.pod
63216 ____________________________________________________________________________
63217 [  5991] By: gsar                                  on 2000/04/28  09:06:36
63218         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
63219      Branch: perl
63220            ! README.posix-bc hints/posix-bc.sh
63221 ____________________________________________________________________________
63222 [  5990] By: gsar                                  on 2000/04/28  08:54:52
63223         Log: use $ENV{LIB} to search for libs under Visual C compiler
63224              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
63225      Branch: perl
63226            ! lib/ExtUtils/Liblist.pm
63227 ____________________________________________________________________________
63228 [  5989] By: gsar                                  on 2000/04/28  08:27:12
63229         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
63230              itself and no other (from Tom Hughes)
63231      Branch: perl
63232            ! t/op/array.t toke.c
63233 ____________________________________________________________________________
63234 [  5988] By: gsar                                  on 2000/04/28  08:01:38
63235         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
63236              <paul@miraclefish.com>)
63237      Branch: perl
63238            ! lib/ExtUtils/MakeMaker.pm
63239 ____________________________________________________________________________
63240 [  5987] By: gsar                                  on 2000/04/28  07:53:09
63241         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
63242      Branch: perl
63243            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
63244 ____________________________________________________________________________
63245 [  5986] By: gsar                                  on 2000/04/28  07:44:17
63246         Log: add regular expressions tutorial and quick-start guide (from
63247              Mark Kvale <kvale@phy.ucsf.edu>)
63248      Branch: perl
63249            + pod/perlrequick.pod pod/perlretut.pod
63250            ! AUTHORS MAINTAIN MANIFEST
63251 ____________________________________________________________________________
63252 [  5985] By: gsar                                  on 2000/04/28  07:30:28
63253         Log: forked child may not exit correctly if it failed to open
63254              /dev/console (from Graham Barr)
63255      Branch: perl
63256            ! ext/Sys/Syslog/Syslog.pm
63257 ____________________________________________________________________________
63258 [  5984] By: gsar                                  on 2000/04/28  07:27:20
63259         Log: attributes::reftype() doesn't work on tied argument
63260      Branch: perl
63261            ! xsutils.c
63262 ____________________________________________________________________________
63263 [  5983] By: gsar                                  on 2000/04/28  07:15:04
63264         Log: numeric conversion of non-number in change#3378 tramples on
63265              OOK offset, causing segfaults
63266      Branch: perl
63267            ! sv.c
63268 ____________________________________________________________________________
63269 [  5982] By: gsar                                  on 2000/04/28  04:48:25
63270         Log: avoid error in IO::Socket::INET when given an unknown service name
63271              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
63272      Branch: perl
63273            ! ext/IO/lib/IO/Socket/INET.pm
63274 ____________________________________________________________________________
63275 [  5981] By: gsar                                  on 2000/04/28  04:31:31
63276         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
63277              prototype mismatch with CORE::glob(); update pod and tests to
63278              suit (File::Glob::glob() is still available for backward
63279              compatibility, but should be considered deprecated)
63280      Branch: perl
63281            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
63282            ! t/lib/glob-taint.t
63283 ____________________________________________________________________________
63284 [  5980] By: gsar                                  on 2000/04/28  03:47:29
63285         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
63286              <ghudson@mit.edu>)
63287      Branch: metaconfig
63288            ! U/modified/Options.U
63289      Branch: perl
63290            ! Configure
63291 ____________________________________________________________________________
63292 [  5979] By: gsar                                  on 2000/04/28  03:07:54
63293         Log: under useithreads, constant pad entries could inadvertantly be
63294              shared across threads (from Eric Blood <eblood@xmission.com>);
63295              added Eric's test case to testsuite
63296      Branch: perl
63297            ! op.c t/op/misc.t
63298 ____________________________________________________________________________
63299 [  5978] By: gsar                                  on 2000/04/27  21:13:00
63300         Log: sync version numbers in File::Spec with the ones on CPAN
63301              (from Barrie Slaymaker)
63302      Branch: perl
63303            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63304            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63305            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63306 ____________________________________________________________________________
63307 [  5977] By: gsar                                  on 2000/04/27  21:07:29
63308         Log: autoquote barewords followed by newline and arrow properly
63309              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
63310      Branch: perl
63311            ! t/pragma/warn/toke toke.c
63312 ____________________________________________________________________________
63313 [  5976] By: gsar                                  on 2000/04/27  20:41:20
63314         Log: DB_File v1.73 update (from Paul Marquess)
63315      Branch: perl
63316            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
63317            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
63318 ____________________________________________________________________________
63319 [  5975] By: gsar                                  on 2000/04/27  20:34:24
63320         Log: allow sort() reentrancy (variant of patch suggested by
63321              Hugo van der Sanden)
63322      Branch: perl
63323            ! pp_ctl.c t/op/sort.t
63324 ____________________________________________________________________________
63325 [  5974] By: gsar                                  on 2000/04/27  19:46:57
63326         Log: change#4197 somehow missed initializing PL_errors, meaning
63327              sytax error queueing wasn't working outside eval"" at all;
63328              also fixed eval"" to localize PL_error_count, so that compile-time
63329              eval's don't clobber the error state of the outer context
63330      Branch: perl
63331            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
63332            ! t/pragma/warn/toke
63333 ____________________________________________________________________________
63334 [  5973] By: gsar                                  on 2000/04/27  18:29:05
63335         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
63336      Branch: perl
63337            ! regcomp.c regexec.c t/op/re_tests
63338 ____________________________________________________________________________
63339 [  5972] By: jhi                                   on 2000/04/27  18:22:41
63340         Log: Integrate with Sarathy.
63341      Branch: cfgperl
63342           +> t/lib/b.t t/lib/syslog.t
63343           !> (integrate 31 files)
63344 ____________________________________________________________________________
63345 [  5971] By: jhi                                   on 2000/04/27  18:18:46
63346         Log: Unicos tweaks from Mark P. Lutz.
63347      Branch: cfgperl
63348            ! hints/unicos.sh lib/Math/Complex.pm
63349 ____________________________________________________________________________
63350 [  5970] By: gsar                                  on 2000/04/27  18:05:11
63351         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
63352              IV is >32bits
63353      Branch: perl
63354            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
63355 ____________________________________________________________________________
63356 [  5969] By: gsar                                  on 2000/04/27  17:50:56
63357         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
63358      Branch: perl
63359            + t/lib/syslog.t
63360            ! MANIFEST ext/Sys/Syslog/Syslog.pm
63361 ____________________________________________________________________________
63362 [  5968] By: gsar                                  on 2000/04/27  17:44:49
63363         Log: tolerate spaces in group names in test on solaris (from David Boyce
63364              <dsb@boyski.com>)
63365      Branch: perl
63366            ! t/op/groups.t
63367 ____________________________________________________________________________
63368 [  5967] By: gsar                                  on 2000/04/27  17:41:22
63369         Log: improved docs on the warn_uninit diagnostic (from David Glasser
63370              and Simon Cozens)
63371      Branch: perl
63372            ! pod/perldiag.pod
63373 ____________________________________________________________________________
63374 [  5966] By: gsar                                  on 2000/04/27  16:54:58
63375         Log: add testsuite for B backends, fix bug in B::Deparse (from
63376              Simon Cozens <simon@brecon.co.uk>)
63377      Branch: perl
63378            + t/lib/b.t
63379            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
63380 ____________________________________________________________________________
63381 [  5965] By: gsar                                  on 2000/04/27  16:10:37
63382         Log: avoid "will not stay shared" warnings for our variables (from
63383              Robin Barker)
63384      Branch: perl
63385            ! op.c t/pragma/warn/op
63386 ____________________________________________________________________________
63387 [  5964] By: gsar                                  on 2000/04/27  07:05:05
63388         Log: reformat to 72 columns (again)
63389      Branch: perl
63390            ! pod/perldiag.pod
63391 ____________________________________________________________________________
63392 [  5963] By: gsar                                  on 2000/04/27  06:28:31
63393         Log: patch from Larry to make (\&) prototype work; added tests for
63394              the same
63395      Branch: perl
63396            ! op.c t/comp/proto.t
63397 ____________________________________________________________________________
63398 [  5962] By: gsar                                  on 2000/04/27  06:15:47
63399         Log: updated README.hpux (from Jeff Okamoto)
63400      Branch: perl
63401            ! README.hpux
63402 ____________________________________________________________________________
63403 [  5961] By: gsar                                  on 2000/04/27  05:55:03
63404         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
63405      Branch: perl
63406            ! emacs/cperl-mode.el
63407 ____________________________________________________________________________
63408 [  5960] By: gsar                                  on 2000/04/27  05:49:26
63409         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
63410      Branch: perl
63411            ! INSTALL
63412 ____________________________________________________________________________
63413 [  5959] By: gsar                                  on 2000/04/27  05:33:41
63414         Log: doubled words in pods (from Simon Cozens
63415              <simon.p.cozens@jp.pwcglobal.com>)
63416      Branch: perl
63417            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
63418            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
63419            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
63420            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
63421            ! pod/perltootc.pod
63422 ____________________________________________________________________________
63423 [  5958] By: gsar                                  on 2000/04/27  05:11:39
63424         Log: change#3569 deleted some essential code, revert; avoid use of
63425              atexit() to make DynaLoader work properly on AIX under mod_perl
63426              (from Jens-Uwe Mager <jum@helios.de>)
63427      Branch: perl
63428            ! ext/DynaLoader/dl_aix.xs
63429 ____________________________________________________________________________
63430 [  5957] By: gsar                                  on 2000/04/27  04:54:51
63431         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
63432      Branch: perl
63433            ! pod/perlmod.pod
63434 ____________________________________________________________________________
63435 [  5956] By: gsar                                  on 2000/04/27  04:51:47
63436         Log: better diagnostics on failed tests (from Ilya Zakharevich)
63437      Branch: perl
63438            ! t/op/lex_assign.t
63439 ____________________________________________________________________________
63440 [  5955] By: gsar                                  on 2000/04/27  04:26:44
63441         Log: longstanding bug exposed by change#3307: sort arguments weren't
63442              compiled with the right wantarray context (ensuing runtime lookup
63443              via block_gimme() was getting the incidental context of the
63444              sort() itself)
63445      Branch: perl
63446            ! op.c t/op/sort.t
63447 ____________________________________________________________________________
63448 [  5954] By: gsar                                  on 2000/04/26  23:42:12
63449         Log: integrate cfgperl contents into mainline
63450      Branch: perl
63451           !> (integrate 30 files)
63452 ____________________________________________________________________________
63453 [  5953] By: jhi                                   on 2000/04/26  23:06:42
63454         Log: Integrate with Sarathy.
63455      Branch: cfgperl
63456           !> README.win32 ext/B/B/Deparse.pm
63457           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
63458           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
63459           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
63460           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
63461           !> utils/perldoc.PL vms/perlvms.pod
63462 ____________________________________________________________________________
63463 [  5952] By: jhi                                   on 2000/04/26  23:03:46
63464         Log: Undo "use integer" addition from 64bitint as it seems
63465              to break most of the subtests in Digital UNIX;
63466              Unicos needs to find another way.
63467      Branch: cfgperl
63468            ! t/op/64bitint.t
63469 ____________________________________________________________________________
63470 [  5951] By: jhi                                   on 2000/04/26  22:57:53
63471         Log: Be more robust on "extreme" (large absolute value)
63472              arguments.  Originally reported by Daniel Connelly
63473              as a problem with asinh() on large negative arguments,
63474              asinh() used to bail out because an argument to log()
63475              ended up being zero.  Ilya Zakharevich proposed using
63476              Taylor's series in such cases, which for such large
63477              arguments is a very good approximation.
63478      Branch: cfgperl
63479            ! lib/Math/Complex.pm t/lib/complex.t
63480 ____________________________________________________________________________
63481 [  5950] By: gsar                                  on 2000/04/25  19:13:12
63482         Log: reformat perldiag to avoid long lines
63483      Branch: perl
63484            ! pod/perldiag.pod
63485 ____________________________________________________________________________
63486 [  5949] By: gsar                                  on 2000/04/25  18:41:11
63487         Log: make perldoc use the pod2man from the same version (from
63488              M.J.T. Guy)
63489      Branch: perl
63490            ! utils/perldoc.PL
63491 ____________________________________________________________________________
63492 [  5948] By: gsar                                  on 2000/04/25  18:21:57
63493         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
63494              <kompas@kompas.usr.onet.pl>)
63495      Branch: perl
63496            ! lib/vars.pm
63497 ____________________________________________________________________________
63498 [  5947] By: gsar                                  on 2000/04/25  18:11:53
63499         Log: use &dl_error rather than &dl_load_file as the guard for calling
63500              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
63501              statically built perl)
63502      Branch: perl
63503            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
63504 ____________________________________________________________________________
63505 [  5946] By: jhi                                   on 2000/04/25  17:37:54
63506         Log: Document that tr() is not tr(1).
63507      Branch: cfgperl
63508            ! pod/perlop.pod
63509 ____________________________________________________________________________
63510 [  5945] By: gsar                                  on 2000/04/25  16:34:33
63511         Log: make module name mandatory after -M switch; reorder perldiag
63512              alphabetically (from Mark-Jason Dominus)
63513      Branch: perl
63514            ! perl.c pod/perldiag.pod
63515 ____________________________________________________________________________
63516 [  5944] By: jhi                                   on 2000/04/25  01:15:18
63517         Log: On second thoughts frexp() does have two arguments.
63518      Branch: cfgperl
63519            ! perl.h
63520 ____________________________________________________________________________
63521 [  5943] By: jhi                                   on 2000/04/24  22:56:32
63522         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
63523              Now pp_ncmp() returns undef is either operand is a NaN.
63524      Branch: cfgperl
63525            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63526            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
63527            ! vms/subconfigure.com vos/config.def vos/config.h
63528            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
63529            ! win32/config.vc win32/config_H.bc win32/config_H.gc
63530            ! win32/config_H.vc
63531      Branch: metaconfig/U/perl
63532            + d_modfl.U
63533 ____________________________________________________________________________
63534 [  5942] By: jhi                                   on 2000/04/24  19:45:17
63535         Log: Regen Configure to match #5937.
63536      Branch: cfgperl
63537            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63538            ! config_h.SH
63539      Branch: metaconfig
63540            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
63541 ____________________________________________________________________________
63542 [  5941] By: jhi                                   on 2000/04/24  19:24:11
63543         Log: Further Unicos fixes for Mark Lutz.
63544      Branch: cfgperl
63545            ! hints/unicos.sh pp_ctl.c
63546 ____________________________________________________________________________
63547 [  5940] By: jhi                                   on 2000/04/24  19:09:06
63548         Log: Various Unicos 10.0.0.6 fixes.
63549              
63550              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
63551              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
63552              Reply-To: tecmpl1@triton.ca.boeing.com 
63553              To: perl5-porters@perl.org 
63554              Date: Fri, 14 Apr 2000 20:21:00 GMT 
63555              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
63556      Branch: cfgperl
63557            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
63558 ____________________________________________________________________________
63559 [  5939] By: gsar                                  on 2000/04/24  19:01:24
63560         Log: more pod nits (from Larry Virden)
63561      Branch: perl
63562            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
63563            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
63564            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
63565 ____________________________________________________________________________
63566 [  5938] By: gsar                                  on 2000/04/24  18:54:01
63567         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
63568      Branch: perl
63569            ! ext/B/B/Deparse.pm
63570 ____________________________________________________________________________
63571 [  5937] By: jhi                                   on 2000/04/24  17:39:00
63572         Log: Integrate with Sarathy.
63573      Branch: cfgperl
63574           +> (branch 31 files)
63575           !> (integrate 73 files)
63576 ____________________________________________________________________________
63577 [  5936] By: gsar                                  on 2000/04/24  17:30:06
63578         Log: additional tests for change#5934 (from Paul Marquess, who also
63579              sent in the same fix)
63580      Branch: perl
63581            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
63582            ! t/pragma/warn/5nolint t/pragma/warn/6default
63583 ____________________________________________________________________________
63584 [  5935] By: jhi                                   on 2000/04/24  17:26:05
63585         Log: Do not assume sign propagation.
63586              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
63587              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
63588              To: payner@ncifcrf.gov, perl5-porters@perl.org 
63589              Date: Tue, 18 Apr 2000 18:24:49 +0100 
63590              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
63591      Branch: cfgperl
63592            ! t/op/bop.t t/op/misc.t
63593 ____________________________________________________________________________
63594 [  5934] By: gsar                                  on 2000/04/24  17:16:54
63595         Log: propagate lexical warnings from surrounding scope correctly
63596              within string eval()
63597      Branch: perl
63598            ! pp_ctl.c t/pragma/warn/pp_ctl
63599 ____________________________________________________________________________
63600 [  5933] By: jhi                                   on 2000/04/24  17:01:07
63601         Log: Flatten the cpp jungle doing the nosuid checking.
63602      Branch: cfgperl
63603            ! perl.c
63604 ____________________________________________________________________________
63605 [  5932] By: gsar                                  on 2000/04/24  09:08:14
63606         Log: add rsignal(), whichsig() and do_join() to public API list
63607              (mod_perl uses them to good advantage)
63608      Branch: perl
63609            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
63610 ____________________________________________________________________________
63611 [  5931] By: gsar                                  on 2000/04/24  09:01:40
63612         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
63613      Branch: perl
63614            ! pp_hot.c regexec.c t/op/pat.t
63615 ____________________________________________________________________________
63616 [  5930] By: gsar                                  on 2000/04/24  08:58:33
63617         Log: small os390 tweaks (from Peter Prymmer)
63618      Branch: perl
63619            ! config_h.SH makedepend.SH
63620 ____________________________________________________________________________
63621 [  5929] By: gsar                                  on 2000/04/24  08:55:25
63622         Log: pod nits
63623      Branch: perl
63624            ! pod/perlguts.pod
63625 ____________________________________________________________________________
63626 [  5928] By: gsar                                  on 2000/04/24  08:50:13
63627         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
63628      Branch: perl
63629            ! ext/IO/lib/IO/Poll.pm
63630 ____________________________________________________________________________
63631 [  5927] By: gsar                                  on 2000/04/24  08:43:24
63632         Log: arrange for next() to resume at the unstack op rather than the
63633              loop conditional, so that scope cleanup happens correctly
63634              (from Stephen McCamant)
63635      Branch: perl
63636            ! op.c pp_ctl.c t/op/misc.t
63637 ____________________________________________________________________________
63638 [  5926] By: gsar                                  on 2000/04/24  08:18:40
63639         Log: on windows, reserve 16M of stack rather than 128M (allows more
63640              threads to run concurrently)
63641      Branch: perl
63642            ! win32/Makefile win32/makefile.mk
63643 ____________________________________________________________________________
63644 [  5925] By: gsar                                  on 2000/04/24  08:13:52
63645         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
63646      Branch: perl
63647            ! toke.c
63648 ____________________________________________________________________________
63649 [  5924] By: gsar                                  on 2000/04/24  08:08:59
63650         Log: avoid using uninitialized memory in require version check
63651      Branch: perl
63652            ! pp_ctl.c universal.c
63653 ____________________________________________________________________________
63654 [  5923] By: gsar                                  on 2000/04/24  07:20:14
63655         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
63656      Branch: perl
63657            ! ext/IO/lib/IO/Poll.pm
63658 ____________________________________________________________________________
63659 [  5922] By: gsar                                  on 2000/04/24  07:08:42
63660         Log: commentary about IoTYPE() (from Nathan Torkington)
63661      Branch: perl
63662            ! sv.h
63663 ____________________________________________________________________________
63664 [  5921] By: gsar                                  on 2000/04/24  06:58:26
63665         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
63666              by fix
63667      Branch: perl
63668            ! sv.c t/lib/charnames.t t/pragma/utf8.t
63669 ____________________________________________________________________________
63670 [  5920] By: gsar                                  on 2000/04/24  06:37:59
63671         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
63672      Branch: perl
63673            ! doop.c t/op/ver.t
63674 ____________________________________________________________________________
63675 [  5919] By: gsar                                  on 2000/04/24  06:21:58
63676         Log: Configure might miss old directories when prefix must be
63677              expanded (from Robin Barker)
63678      Branch: metaconfig
63679            ! U/installdirs/inc_version_list.U
63680      Branch: perl
63681            ! Configure
63682 ____________________________________________________________________________
63683 [  5918] By: gsar                                  on 2000/04/24  06:16:11
63684         Log: VMS nits in glob() test (from Charles Lane)
63685      Branch: perl
63686            ! t/lib/glob-basic.t
63687 ____________________________________________________________________________
63688 [  5917] By: gsar                                  on 2000/04/24  06:11:56
63689         Log: various pod nits (from Larry Virden and others)
63690      Branch: perl
63691            ! README.amiga README.hpux README.machten README.os2
63692            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
63693            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
63694            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
63695            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
63696            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
63697            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
63698            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
63699            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
63700 ____________________________________________________________________________
63701 [  5916] By: gsar                                  on 2000/04/24  05:52:43
63702         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
63703              <wjones@tc.fluke.com>)
63704      Branch: perl
63705            ! t/lib/glob-basic.t
63706 ____________________________________________________________________________
63707 [  5915] By: gsar                                  on 2000/04/24  05:07:01
63708         Log: supported platforms mixed up
63709      Branch: perl
63710            ! pod/perl56delta.pod pod/perlport.pod
63711 ____________________________________________________________________________
63712 [  5914] By: gsar                                  on 2000/04/24  04:56:08
63713         Log: caller() wasn't returning the right number of elements for
63714              eval {...}
63715      Branch: perl
63716            ! pp_ctl.c t/pragma/warn/9enabled
63717 ____________________________________________________________________________
63718 [  5913] By: gsar                                  on 2000/04/24  04:35:41
63719         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
63720              Mark-Jason Dominus)
63721      Branch: perl
63722            ! pod/perlfunc.pod
63723 ____________________________________________________________________________
63724 [  5912] By: gsar                                  on 2000/04/24  04:17:15
63725         Log: fix totally broken caching in UNIVERSAL::isa() (from
63726              Nick Ing-Simmons)
63727      Branch: perl
63728            ! t/op/universal.t universal.c
63729 ____________________________________________________________________________
63730 [  5911] By: gsar                                  on 2000/04/24  03:39:47
63731         Log: add linebreak properties from unicode/LineBrk.txt (from
63732              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
63733      Branch: perl
63734            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
63735            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
63736            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
63737            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
63738            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
63739            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
63740            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
63741            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
63742            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
63743            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
63744            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
63745            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
63746            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
63747            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
63748            + lib/unicode/Is/LbrkZW.pl
63749            ! lib/unicode/mktables.PL
63750 ____________________________________________________________________________
63751 [  5910] By: gsar                                  on 2000/04/24  03:23:10
63752         Log: typo in pod
63753      Branch: perl
63754            ! ext/Thread/Thread.pm
63755 ____________________________________________________________________________
63756 [  5909] By: gsar                                  on 2000/04/24  03:22:03
63757         Log: mode argument to do_binmode() should be file mode, not boolean
63758      Branch: perl
63759            ! pp_sys.c
63760 ____________________________________________________________________________
63761 [  5908] By: gsar                                  on 2000/04/16  16:51:08
63762         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
63763              always returns a valid GV even when the symbol is trapped by strictures
63764              (avoids coredumps)
63765              
63766              TODO: the C<package;> hack needs similar treatment
63767      Branch: perl
63768            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
63769            ! t/pragma/strict-vars
63770 ____________________________________________________________________________
63771 [  5907] By: jhi                                   on 2000/03/31  23:42:56
63772         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
63773              an assumption which #5905 demolished.
63774      Branch: cfgperl
63775            ! pp_sys.c
63776 ____________________________________________________________________________
63777 [  5906] By: jhi                                   on 2000/03/31  18:54:37
63778         Log: Typo in #5905.
63779      Branch: cfgperl
63780            ! t/op/64bitint.t
63781 ____________________________________________________________________________
63782 [  5905] By: jhi                                   on 2000/03/31  18:50:54
63783         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
63784              reported by Joseph N. Hall.  The bug was that even with use64bitint
63785              one had to use the prefixes q, L, or ll with printf/sprintf,
63786              contrary to the documentation and common sense.
63787      Branch: cfgperl
63788            ! sv.c t/op/64bitint.t
63789 ____________________________________________________________________________
63790 [  5904] By: gsar                                  on 2000/03/28  02:31:32
63791         Log: add Changes, perldelta.pod
63792      Branch: perl
63793            + Changes pod/perldelta.pod
63794 ____________________________________________________________________________
63795 [  5903] By: gsar                                  on 2000/03/28  02:03:55
63796         Log: rename Changes and perldelta.pod
63797      Branch: perl
63798           +> Changes5.6 pod/perl56delta.pod
63799            - Changes pod/perldelta.pod
63800            ! MANIFEST
63801 ____________________________________________________________________________
63802 [  5902] By: gsar                                  on 2000/03/28  01:59:14
63803         Log: create maint-5.6 branch
63804      Branch: maint-5.6/perl
63805           +> (branch 1611 files)
63806 ____________________________________________________________________________
63807 [  5901] By: jhi                                   on 2000/03/23  05:48:43
63808         Log: Integrate with Sarathy.
63809      Branch: cfgperl
63810           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
63811 ____________________________________________________________________________
63812 [  5900] By: gsar                                  on 2000/03/23  05:42:43
63813         Log: three guesses on what this is :-)
63814      Branch: perl
63815            ! Changes