Update Changes.
[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 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
35         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
36              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
37              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
38              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
39      Branch: perl
40            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
41 ____________________________________________________________________________
42 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
43         Log: Rename perlunintro to perluniintro; regen toc.
44      Branch: perl
45            + pod/perluniintro.pod
46            - pod/perlunintro.pod
47            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48 ____________________________________________________________________________
49 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
50         Log: Document the negated lookeahead trick to emulate
51              character class subtraction.
52      Branch: perl
53            ! pod/perlunicode.pod
54 ____________________________________________________________________________
55 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
56         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
57              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
58              Date: Fri, 16 Nov 2001 23:31:04 +0900
59              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
60              
61              (with the tweak that Cntrl is not C, it's Cc)
62      Branch: perl
63            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
64            ! lib/unicore/mktables
65 ____________________________________________________________________________
66 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
67         Log: Subject: [PATCH current] runtime runops switch
68              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69              Date: Fri, 16 Nov 2001 00:48:09 -0500
70              Message-ID: <20011116004809.A934@math.ohio-state.edu>
71      Branch: perl
72            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
73            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
74            ! pod/perlintern.pod proto.h run.c
75 ____________________________________________________________________________
76 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
77         Log: Further discourage old Thread code; tell how to tell
78              the difference.
79      Branch: perl
80            ! lib/Thread.pm
81 ____________________________________________________________________________
82 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
83         Log: A missing return; from Charles Lane.
84      Branch: perl
85            ! vms/vms.c
86 ____________________________________________________________________________
87 [ 13041] By: ams                                   on 2001/11/16  12:11:14
88         Log: Subject: [PATCH] Doc spellcheck + podcheck
89              From: Autrijus Tang <autrijus@egb.elixus.org>
90              Date: Thu, 15 Nov 2001 22:49:05 -0800
91              Message-Id: <20011116064905.GA44092@egb.elixus.org>
92              
93              Subject: [PATCH] podcheck+spellcheck, the rest of the story
94              From: Autrijus Tang <autrijus@egb.elixus.org>
95              Date: Fri, 16 Nov 2001 00:42:20 -0800
96              Message-Id: <20011116084220.GA44295@egb.elixus.org>
97              
98              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
99              From: Nicholas Clark <nick@ccl4.org>
100              Date: Fri, 16 Nov 2001 10:32:01 +0000
101              Message-Id: <20011116103200.F62891@plum.flirble.org>
102              (Applied after suitable de-mangling.)
103      Branch: perl
104            ! README.aix README.dgux README.dos README.epoc README.hpux
105            ! README.mint README.mpeix README.netware README.os2
106            ! README.os390 README.plan9 README.qnx README.solaris
107            ! README.threads doio.c pod/perl571delta.pod
108            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
109            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
110            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
111            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
112            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
113            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
114 ____________________________________________________________________________
115 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
116         Log: Avoid redefinedness warning for now.
117      Branch: perl
118            ! lib/Thread.pm
119 ____________________________________________________________________________
120 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
121         Log: use strict.
122      Branch: perl
123            ! lib/Thread.pm
124 ____________________________________________________________________________
125 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
126         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
127              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
128              Date: Thu, 15 Nov 2001 22:54:47 EST 
129              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
130      Branch: perl
131            ! vms/vms.c vms/vmspipe.com
132 ____________________________________________________________________________
133 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
134         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
135              From: "chromatic" <chromatic@rmci.net>
136              Date: Thu, 15 Nov 2001 19:54:23 -0700
137              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
138      Branch: perl
139            ! lib/File/stat.t
140 ____________________________________________________________________________
141 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
142         Log: Make Thread a wrapper for both ithreads and 5005threads.
143              Needs a lot of work and Arthur's eyeballing (and finishing
144              few missing odds and ends of threads.pm).  Now Thread
145              is an extension without its own .pm.
146              
147              If there are people who have experience working with
148              either the 5005threads or the ithreads: cleaning up
149              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
150              and porting the various Thread::* modules, like Thread::Queue,
151              to work also with ithreads, is needed.
152              
153              Removed the 5005threads requirement from the 5005 tests
154              for easier testing (not all of them work yet since
155              they use the Thread::* modules that have not been made
156              to work with ithreads).  Leave the 5005 tests named as
157              *.tx so that they are not run by "make test".
158      Branch: perl
159            + lib/Thread.pm
160            - ext/Thread/Thread.pm
161            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
162            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
163            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
164            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
165            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
166            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
167            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
168 ____________________________________________________________________________
169 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
170         Log: $VERSION "a5" doesn't quite work.
171      Branch: perl
172            ! ext/B/Makefile.PL
173 ____________________________________________________________________________
174 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
175         Log: Add the fruits of Larry Shatzer's version verifying script.
176              (There are some straddlers, but they will be fixed in the
177              upcoming releases of the modules.)
178      Branch: perl
179            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
180            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
181            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
182            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
183            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
184            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
185            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
186            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
187            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
188            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
189            ! wince/FindExt.pm
190 ____________________________________________________________________________
191 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
192         Log: Add Larry Shatzer's VERSION verifying script.
193      Branch: perl
194            + Porting/checkVERSION.pl
195            ! MANIFEST Porting/pumpkin.pod
196 ____________________________________________________________________________
197 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
198         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
199              From: Michael G Schwern <schwern@pobox.com>
200              Date: Thu, 15 Nov 2001 19:26:40 -0500
201              Message-ID: <20011115192640.R31399@blackrider>
202      Branch: perl
203            ! t/test.pl
204 ____________________________________________________________________________
205 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
206         Log: Document the MY_CXT business; from Paul Marquess.
207      Branch: perl
208            ! pod/perlxs.pod
209 ____________________________________________________________________________
210 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
211         Log: VMSCMD synch attempt.
212      Branch: perl
213            ! vms/vms.c vms/vmsish.h
214 ____________________________________________________________________________
215 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
216         Log: Advise against -P as instructed by Schwern.
217      Branch: perl
218            ! pod/perlrun.pod
219 ____________________________________________________________________________
220 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
221         Log: Subject: [PATCH] v-strings as Objects Step 1
222              From: John Peacock <jpeacock@rowman.com>
223              Date: Thu, 15 Nov 2001 12:41:04 -0500
224              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
225      Branch: perl
226            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
227            ! util.c
228 ____________________________________________________________________________
229 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
230         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
231              From: Michael G Schwern <schwern@pobox.com>
232              Date: Thu, 15 Nov 2001 12:47:59 -0500
233              Message-ID: <20011115124759.E31399@blackrider>
234      Branch: perl
235            + t/run/switchx.aux t/run/switchx.t
236            ! MANIFEST t/run/switches.t
237 ____________________________________________________________________________
238 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
239         Log: Upgrade to Getopt::Long 2.26_03.
240      Branch: perl
241            ! lib/Getopt/Long.pm
242 ____________________________________________________________________________
243 [ 13025] By: ams                                   on 2001/11/15  20:46:22
244         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
245              From: Michael G Schwern <schwern@pobox.com>
246              Date: Thu, 15 Nov 2001 16:24:11 -0500
247              Message-Id: <20011115162411.M31399@blackrider>
248      Branch: perl
249            ! vms/vms.c
250 ____________________________________________________________________________
251 [ 13024] By: ams                                   on 2001/11/15  19:32:06
252         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
253              From: rspier@pobox.com (Robert Spier)
254              Date: Thu, 15 Nov 2001 11:19:21 -0800
255              Message-Id: <15348.5433.732364.963687@rls.cx>
256      Branch: perl
257            ! op.c
258 ____________________________________________________________________________
259 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
260         Log: Update Changes.
261      Branch: perl
262            ! Changes patchlevel.h
263 ____________________________________________________________________________
264 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
265         Log: Subject: [PATCH] new tests for command-line switches
266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
267              Date: Thu, 15 Nov 2001 17:00:30 +0100
268              Message-ID: <20011115170030.A14193@rafael>
269      Branch: perl
270            + t/run/switches.t
271            ! MANIFEST
272 ____________________________________________________________________________
273 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
274         Log: Upgrade to podlators 1.13.
275      Branch: perl
276            + lib/Pod/ParseLink.pm
277            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
278            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
279            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
280            ! t/pod/pod2usage.xr t/pod/podselect.xr
281 ____________________________________________________________________________
282 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
283         Log: skip "might be used uninitialized".
284      Branch: perl
285            ! pp_sys.c
286 ____________________________________________________________________________
287 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
288         Log: Fix for "perlio bug in koi8-r encoding".  The problem
289              seemed to be that binmode() always flushed the handle,
290              which is not so good when switching encodings.  Fixed,
291              added Matt Sergeant's testcase, documented in perlfunc/binmode,
292              also added a pointer about disciplines to perlfunc/open,
293              and in general cleaned up and reformatted the open entry.
294      Branch: perl
295            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
296 ____________________________________________________________________________
297 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
298         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
299              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
300              Date: 15 Nov 2001 08:57:06 -0000
301              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
302              
303              chop() and chomp() are not real list functions,
304              so let's not have them overrideable.  (Casey will
305              be confused since in #7071 he patched the other way.)
306      Branch: perl
307            ! pod/perlfunc.pod toke.c
308 ____________________________________________________________________________
309 [ 13017] By: ams                                   on 2001/11/15  12:56:49
310         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
311              From: Robin Barker <rmb1@cise.npl.co.uk>
312              Date: Thu, 15 Nov 2001 13:48:34 GMT
313              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
314              (Applied with tweaks.)
315      Branch: perl
316            ! pod/perltrap.pod
317 ____________________________________________________________________________
318 [ 13016] By: ams                                   on 2001/11/15  09:12:48
319         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
320              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
321              Date: Thu, 15 Nov 2001 09:06:39 +0100
322              Message-Id: <20011115090639.A13005@rafael>
323      Branch: perl
324            ! pod/perlrun.pod
325 ____________________________________________________________________________
326 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
327         Log: "link =" from utils.lst was being processed oddly.
328      Branch: perl
329            ! installman
330 ____________________________________________________________________________
331 [ 13014] By: ams                                   on 2001/11/15  02:52:52
332         Log: Subject: [PATCH current] CreateTTY in -d
333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
334              Date: Wed, 14 Nov 2001 21:26:31 -0500
335              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
336      Branch: perl
337            ! lib/perl5db.pl
338 ____________________________________________________________________________
339 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
340         Log: Corify the Filter::Simple tests. 
341      Branch: perl
342            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
343            ! lib/Filter/Simple/t/filter_only.t
344 ____________________________________________________________________________
345 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
346         Log: Upgrade to Filter::Simple 0.70.
347      Branch: perl
348            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
349            + t/lib/FilterOnlyTest.pm
350            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
351            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
352            ! t/lib/FilterTest.pm
353 ____________________________________________________________________________
354 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
355         Log: Cleanliness inspired by Cygwin.
356      Branch: perl
357            ! Makefile.SH x2p/Makefile.SH
358 ____________________________________________________________________________
359 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
360         Log: Add perlunintro (formerly known as perlunitut); regen toc.
361      Branch: perl
362            + pod/perlunintro.pod
363            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
364 ____________________________________________________________________________
365 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
366         Log: FAQ sync.
367      Branch: perl
368            ! pod/perlfaq6.pod
369 ____________________________________________________________________________
370 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
371         Log: Quieten pgcc 2.91.66 worries.
372      Branch: perl
373            ! gv.c pp_ctl.c utf8.c
374 ____________________________________________________________________________
375 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
376         Log: Upgrade to Switch 2.06.
377      Branch: perl
378            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
379            ! lib/Switch/t/nested.t
380 ____________________________________________________________________________
381 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
382         Log: Upgrade to Attribute::Handlers 0.76.
383      Branch: perl
384            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
385            ! lib/Attribute/Handlers/README
386            ! lib/Attribute/Handlers/demo/Demo.pm
387            ! lib/Attribute/Handlers/demo/Descriptions.pm
388            ! lib/Attribute/Handlers/demo/MyClass.pm
389            ! lib/Attribute/Handlers/demo/demo_cycle.pl
390            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
391            ! lib/Attribute/Handlers/t/multi.t
392 ____________________________________________________________________________
393 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
394         Log: Signedness nit.
395      Branch: perl
396            ! regexec.c
397 ____________________________________________________________________________
398 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
399         Log: VERSIONize.
400      Branch: perl
401            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
402            ! lib/integer.pm
403 ____________________________________________________________________________
404 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
405         Log: No pod in internal Net::FTP classes.
406      Branch: perl
407            ! pod/buildtoc.PL
408 ____________________________________________________________________________
409 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
410         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
411              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
412              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
413              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
414      Branch: perl
415            ! regexec.c
416 ____________________________________________________________________________
417 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
418         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
419              Pudge correctly).
420      Branch: perl
421            ! t/test.pl
422 ____________________________________________________________________________
423 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
424         Log: Add comments to mark where $^X is being handled.
425      Branch: perl
426            ! perl.c toke.c
427 ____________________________________________________________________________
428 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
429         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
430              From: Michael G Schwern <schwern@pobox.com>
431              Date: Wed, 14 Nov 2001 16:38:25 -0500
432              Message-ID: <20011114163825.D6519@blackrider>
433      Branch: perl
434            ! t/op/repeat.t
435 ____________________________________________________________________________
436 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
437         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
438              From: Michael G Schwern <schwern@pobox.com>
439              Date: Wed, 14 Nov 2001 13:19:15 -0500
440              Message-ID: <20011114131915.K5096@blackrider>
441      Branch: perl
442            ! t/op/die_exit.t
443 ____________________________________________________________________________
444 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
445         Log: Subject: Re: [PATCH] new version of runperl()
446              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
447              Date: Wed, 14 Nov 2001 15:39:12 EST
448              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
449              
450              "VMS $^X pipes etc" patch.
451      Branch: perl
452            ! vms/vms.c
453 ____________________________________________________________________________
454 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
455         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
456              and add "verbose" option to show the final command.
457      Branch: perl
458            ! t/test.pl
459 ____________________________________________________________________________
460 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
461         Log: Goof in some of the comment fields of #12994.
462      Branch: perl
463            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
464            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
465            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
466            ! lib/unicore/In/9.pl
467 ____________________________________________________________________________
468 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
469         Log: The First, Last ranges in the Unicode data weren't
470              getting their general categories added properly;
471              noticed by Jeffrey Friedl.
472      Branch: perl
473            ! lib/unicore/Category.pl lib/unicore/In/0.pl
474            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
475            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
476            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
477            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
478            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
479            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
480            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
481            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
482            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
483            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
484            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
485            ! lib/unicore/mktables
486 ____________________________________________________________________________
487 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
488         Log: Subject: [PATCH] new version of runperl()
489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
490              Date: Wed, 14 Nov 2001 12:23:01 +0100
491              Message-ID: <20011114122301.A29384@rafael>
492      Branch: perl
493            ! t/io/argv.t t/test.pl
494 ____________________________________________________________________________
495 [ 12992] By: ams                                   on 2001/11/14  13:40:39
496         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
497              From: Michael G Schwern <schwern@pobox.com>
498              Date: Tue, 13 Nov 2001 23:17:54 -0500
499              Message-Id: <20011113231754.S32567@blackrider>
500      Branch: perl
501            ! perl.c
502 ____________________________________________________________________________
503 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
504         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
505              From: Philip Newton <Philip.Newton@gmx.net>
506              Date: Wed, 14 Nov 2001 10:59:53 +0100
507              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
508              
509              plus a lot of paragraph reformatting because of long lines.
510      Branch: perl
511            ! pod/perlapio.pod
512 ____________________________________________________________________________
513 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
514         Log: A bool is not a pointer.
515      Branch: perl
516            ! pp_sys.c
517 ____________________________________________________________________________
518 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
519         Log: AUTHORS updates.
520      Branch: perl
521            ! AUTHORS
522 ____________________________________________________________________________
523 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
524         Log: There are several MIME RFCs.
525      Branch: perl
526            ! ext/Encode/Encode.pm
527 ____________________________________________________________________________
528 [ 12987] By: ams                                   on 2001/11/14  01:09:28
529         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
530              From: Michael G Schwern <schwern@pobox.com>
531              Date: Tue, 13 Nov 2001 20:59:13 -0500
532              Message-Id: <20011113205913.H32567@blackrider>
533      Branch: perl
534            ! t/op/groups.t vms/test.com
535 ____________________________________________________________________________
536 [ 12986] By: ams                                   on 2001/11/14  01:07:06
537         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
538              From: Michael G Schwern <schwern@pobox.com>
539              Date: Tue, 13 Nov 2001 20:51:34 -0500
540              Message-Id: <20011113205134.F32567@blackrider>
541      Branch: perl
542            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
543 ____________________________________________________________________________
544 [ 12985] By: ams                                   on 2001/11/14  00:43:59
545         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
546              From: Michael G Schwern <schwern@pobox.com>
547              Date: Tue, 13 Nov 2001 20:38:42 -0500
548              Message-Id: <20011113203842.E32567@blackrider>
549      Branch: perl
550            ! pod/perlport.pod
551 ____________________________________________________________________________
552 [ 12984] By: ams                                   on 2001/11/14  00:32:15
553         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
554              From: Michael G Schwern <schwern@pobox.com>
555              Date: Tue, 13 Nov 2001 20:27:02 -0500
556              Message-Id: <20011113202702.D32567@blackrider>
557      Branch: perl
558            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
559            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
560            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
561            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
562 ____________________________________________________________________________
563 [ 12983] By: ams                                   on 2001/11/14  00:00:27
564         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
565              From: Michael G Schwern <schwern@pobox.com>
566              Date: Tue, 13 Nov 2001 19:51:59 -0500
567              Message-Id: <20011113195159.B32567@blackrider>
568      Branch: perl
569            ! pod/perlport.pod
570 ____________________________________________________________________________
571 [ 12982] By: ams                                   on 2001/11/13  23:53:11
572         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
573              From: Larry Shatzer <fugazi@zippy.zyx.net>
574              Date: Tue, 13 Nov 2001 17:27:59 -0700
575              Message-Id: <20011113172759.E27768@zippy.zyx.net>
576      Branch: perl
577            ! pod/perlapio.pod
578 ____________________________________________________________________________
579 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
580         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
581              "large enough" Unicode characters returned more than one
582              as their "Unicode size".
583      Branch: perl
584            ! pp_sys.c t/io/utf8.t
585 ____________________________________________________________________________
586 [ 12980] By: ams                                   on 2001/11/13  19:32:33
587         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
588              From: "Craig A. Berry" <craigberry@mac.com>
589              Date: Tue, 13 Nov 2001 14:33:25 -0600
590              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
591      Branch: perl
592            ! vms/gen_shrfls.pl
593 ____________________________________________________________________________
594 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
595         Log: Subject: Minor patch to Encode.pm (detypo)
596              From: "Philip Newton" <Philip.Newton@gmx.net>
597              Date: Tue, 13 Nov 2001 20:11:01 +0100
598              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
599      Branch: perl
600            ! ext/Encode/Encode.pm
601 ____________________________________________________________________________
602 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
603         Log: Evil tabulators.
604      Branch: perl
605            ! ext/Encode/Encode.pm
606 ____________________________________________________________________________
607 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
608         Log: Document the available encodings.
609      Branch: perl
610            ! ext/Encode/Encode.pm
611 ____________________________________________________________________________
612 [ 12976] By: ams                                   on 2001/11/13  17:14:07
613         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
614              From: Barrie Slaymaker <barries@slaysys.com>
615              Date: Tue, 13 Nov 2001 12:41:36 -0500
616              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
617      Branch: perl
618            ! t/op/universal.t
619 ____________________________________________________________________________
620 [ 12975] By: ams                                   on 2001/11/13  16:24:21
621         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
622              From: Barrie Slaymaker <barries@slaysys.com>
623              Date: Tue, 13 Nov 2001 10:56:20 -0500
624              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
625              (Test applied with minor tweaks and ->isa("HASH") omission.)
626      Branch: perl
627            ! lib/UNIVERSAL.pm t/op/universal.t
628 ____________________________________________________________________________
629 [ 12974] By: ams                                   on 2001/11/13  15:46:07
630         Log: Subject: [PATCH Benchmark.pm] docco tweaks
631              From: Barrie Slaymaker <barries@slaysys.com>
632              Date: Tue, 13 Nov 2001 11:34:45 -0500
633              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
634      Branch: perl
635            ! lib/Benchmark.pm
636 ____________________________________________________________________________
637 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
638         Log: Subject: [PATCH] Attack of the C loops, round 1
639              From: Richard Soderberg <rs@oregonnet.com>
640              Date: Mon, 12 Nov 2001 12:07:29 -0800
641              Message-Id: <200111122007.MAA01994@oregonnet.com>
642              
643              Subject: [PATCH] bytecode.pl (tiny patch)
644              From: Richard Soderberg <rs@oregonnet.com>
645              Date: Mon, 12 Nov 2001 12:53:24 -0800
646              Message-Id: <200111122053.MAA06272@oregonnet.com>
647      Branch: perl
648            ! bytecode.pl installhtml
649 ____________________________________________________________________________
650 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
651         Log: Subject: [PATCH] Update to Filter::Util::Call
652              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
653              Date: Sun, 11 Nov 2001 22:33:33 -0000
654              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
655              
656              Use the new CXT* macros.
657      Branch: perl
658            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
659 ____________________________________________________________________________
660 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
661         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
662              From: Michael G Schwern <schwern@pobox.com>
663              Date: Mon, 12 Nov 2001 20:50:34 -0500
664              Message-ID: <20011112205034.H2888@blackrider>
665      Branch: perl
666            + lib/vmsish.pm lib/vmsish.t
667            - vms/ext/vmsish.pm vms/ext/vmsish.t
668            ! MANIFEST vms/descrip_mms.template
669 ____________________________________________________________________________
670 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
671         Log: :utf8 works only with perlio.
672      Branch: perl
673            ! lib/open.t
674 ____________________________________________________________________________
675 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
676         Log: Subject: Re: @Config -"des" not quite working on VMS
677              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
678              Date: Tue, 13 Nov 2001 08:35:13 EST 
679              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
680      Branch: perl
681            ! configure.com
682 ____________________________________________________________________________
683 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
684         Log: Subject: [PATCH] lib/charnames.pm 
685              From: Jeffrey Friedl <jfriedl@yahoo.com>
686              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
687              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
688      Branch: perl
689            ! lib/charnames.pm
690 ____________________________________________________________________________
691 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
692         Log: Docs for Mac::err.
693      Branch: maint-5.6/macperl
694            ! macos/ext/Mac/err/err.pm
695 ____________________________________________________________________________
696 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
697         Log: Some cleanup; change some globals to references for
698              possible persistence later.
699      Branch: maint-5.6/macperl
700            ! macos/lib/Mac/Glue.pm
701 ____________________________________________________________________________
702 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
703         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
704      Branch: maint-5.6/macperl
705            ! macos/ext/Mac/Files/Files.pm
706 ____________________________________________________________________________
707 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
708         Log: Get Mac::Navigation to compile (bug #464684).
709      Branch: maint-5.6/macperl
710            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
711            ! macos/ext/Mac/Navigation/Makefile.PL
712            ! macos/ext/Mac/Navigation/Navigation.xs
713            ! macos/macperl/Makefile.mk
714 ____________________________________________________________________________
715 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
716         Log: Add in modules and POD to help menu.
717      Branch: maint-5.6/macperl
718            ! macos/macperl/MacPerl.podhelp
719 ____________________________________________________________________________
720 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
721         Log: Update bundled modules.
722      Branch: maint-5.6/macperl
723            + macos/bundled_ext/Filter/t/FilterTest.pm
724            + macos/bundled_ext/List/Util/t/shuffle.t
725            + macos/bundled_ext/Storable/t/compat06.t
726            + macos/bundled_ext/Storable/t/st-dump.pl
727            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
728            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
729            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
730            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
731            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
732            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
733            + macos/bundled_lib/blib/lib/lwpcook.pod
734            + macos/bundled_lib/t/Filter/Simple/filter.t
735            + macos/bundled_lib/t/Switch/t/given.t
736            + macos/bundled_lib/t/Switch/t/nested.t
737            + macos/bundled_lib/t/Switch/t/switch.t
738            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
739            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
740            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
741            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
742            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
743            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
744            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
745            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
746            + macos/bundled_lib/t/URI/rfc2732.t
747            + macos/bundled_lib/t/libnet/config.t
748            + macos/bundled_lib/t/libnet/libnet_t.pl
749            + macos/bundled_lib/t/libwww-perl/live/google.t
750            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
751            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
752            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
753            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
754            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
755            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
756            + macos/bundled_lib/t/libwww-perl/live/validator.t
757            - macos/bundled_ext/Filter/t/MyFilter.pm
758            - macos/bundled_ext/Storable/t/compat-0.6.t
759            - macos/bundled_ext/Storable/t/dump.pl
760            - macos/bundled_ext/Time/Piece/Makefile.PL
761            - macos/bundled_ext/Time/Piece/Piece.pm
762            - macos/bundled_ext/Time/Piece/Piece.t
763            - macos/bundled_ext/Time/Piece/Piece.xs
764            - macos/bundled_ext/Time/Piece/README
765            - macos/bundled_ext/Time/Piece/Seconds.pm
766            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
767            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
768            - macos/bundled_lib/blib/lib/Net/PH.pm
769            - macos/bundled_lib/blib/lib/Net/SNPP.pm
770            - macos/bundled_lib/blib/lib/Text/Balanced.pod
771            - macos/bundled_lib/t/Filter/Simple/test.pl
772            - macos/bundled_lib/t/Switch/test.pl
773            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
774            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
775            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
776            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
777            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
778            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
779            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
780            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
781            - macos/bundled_lib/t/libnet/ph.t
782            ! (edit 125 files)
783 ____________________________________________________________________________
784 [ 12961] By: ams                                   on 2001/11/13  00:45:08
785         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
786              From: Michael G Schwern <schwern@pobox.com>
787              Date: Mon, 12 Nov 2001 20:16:45 -0500
788              Message-Id: <20011112201644.G2888@blackrider>
789      Branch: perl
790            ! pod/perlport.pod
791 ____________________________________________________________________________
792 [ 12960] By: ams                                   on 2001/11/12  23:54:00
793         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
794              Recoving dup tests for VMS
795              From: Michael G Schwern <schwern@pobox.com>
796              Date: Mon, 12 Nov 2001 19:35:33 -0500
797              Message-Id: <20011112193533.D2888@blackrider>
798      Branch: perl
799            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
800 ____________________________________________________________________________
801 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
802         Log: Update Changes.
803      Branch: perl
804            ! Changes patchlevel.h
805 ____________________________________________________________________________
806 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
807         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
808              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
809              Date: Mon, 12 Nov 2001 12:35:18 EST 
810              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
811      Branch: perl
812            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
813            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
814 ____________________________________________________________________________
815 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
816         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
817              From: Barrie Slaymaker <barries@slaysys.com>
818              Date: Mon, 12 Nov 2001 11:19:52 -0500
819              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
820      Branch: perl
821            ! lib/File/Spec.t lib/File/Spec/Win32.pm
822 ____________________________________________________________________________
823 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
824         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
825              From: Barrie Slaymaker <barries@slaysys.com>
826              Date: Mon, 12 Nov 2001 11:07:36 -0500
827              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
828      Branch: perl
829            ! lib/Benchmark.pm
830 ____________________________________________________________________________
831 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
832         Log: Misplaced test, noticed by Barrie Slaymaker.
833              (We are missing Benchmark tests, then.)
834      Branch: perl
835            + ext/Devel/DProf/DProf.t
836            - lib/Benchmark.t
837            ! MANIFEST
838 ____________________________________________________________________________
839 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
840         Log: Subject: [PATCH] a few typo fixes 
841              From: Jeffrey Friedl <jfriedl@yahoo.com>
842              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
843              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
844              
845              Patching README.foo instead of pod/perlfoo.pod,
846              not patching Math::BigInt (Tels will take care of that),
847              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
848              and perldoc.PL instead of libnetcfg and perldoc, patching
849              ext/Digest/MD5/t/files.t since MD5.pm was changed.
850      Branch: perl
851            ! (edit 109 files)
852 ____________________________________________________________________________
853 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
854         Log: Add a note about the dangers of bad UTF-8.
855      Branch: perl
856            ! pod/perlunicode.pod
857 ____________________________________________________________________________
858 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
859         Log: NetWare Nit from Ananth Kesari.
860      Branch: perl
861            ! NetWare/config.wc
862 ____________________________________________________________________________
863 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
864         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
865      Branch: perl
866            ! ext/Encode/Encode.pm
867 ____________________________________________________________________________
868 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
869         Log: (retracted by #12951)
870      Branch: perl
871            ! ext/Encode/Encode.pm
872 ____________________________________________________________________________
873 [ 12949] By: ams                                   on 2001/11/12  06:40:18
874         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
875              From: Robert Spier <rspier@pobox.com>
876              Date: Sun, 11 Nov 2001 18:50:18 -0800
877              Message-Id: <15343.14570.121505.233336@rls.cx>
878              
879              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
880              From: Rick Delaney <rick.delaney@home.com>
881              Date: 12 Nov 2001 00:15:52 -0500
882              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
883      Branch: perl
884            ! pp_hot.c t/op/taint.t
885 ____________________________________________________________________________
886 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
887         Log: It seems that we actually have this detail implemented
888              as for as Level 1 Support of Unicode regex support is
889              concerned: at Level 1 only 1:1 support for loose
890              (aka caseless, aka caseigoring ) matching is required.
891      Branch: perl
892            ! pod/perlunicode.pod
893 ____________________________________________________________________________
894 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
895         Log: (retracted by #12951)
896      Branch: perl
897            ! ext/Encode/Encode.pm
898 ____________________________________________________________________________
899 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
900         Log: BOM, bom, Bom.
901      Branch: perl
902            ! pod/perlunicode.pod
903 ____________________________________________________________________________
904 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
905         Log: Upgrade to Math::BigInt 1.46.
906      Branch: perl
907            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
908            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
909            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
910            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
911            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
912 ____________________________________________________________________________
913 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
914         Log: Subject: Re: PERFORCE change 12943 for review
915              From: "Philip Newton" <Philip.Newton@gmx.net>
916              Date: Sun, 11 Nov 2001 20:53:36 +0100
917              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
918      Branch: perl
919            ! pod/perlunicode.pod
920 ____________________________________________________________________________
921 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
922         Log: Doc updates; make the Unicode discussions a little
923              bit less alarming, and add information about encodings,
924              surrogates, and BOMs.
925      Branch: perl
926            ! pod/perlunicode.pod
927 ____________________________________________________________________________
928 [ 12942] By: ams                                   on 2001/11/11  16:45:00
929         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
930              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
931              Date: Mon, 12 Nov 2001 00:22:57 +0900
932              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
933      Branch: perl
934            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
935            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
936 ____________________________________________________________________________
937 [ 12941] By: ams                                   on 2001/11/11  13:01:40
938         Log: Subject: Re: PERFORCE change 12929 for review
939              From: "Philip Newton" <Philip.Newton@gmx.net>
940              Date: Sun, 11 Nov 2001 14:27:44 +0100
941              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
942      Branch: perl
943            ! MANIFEST
944 ____________________________________________________________________________
945 [ 12940] By: ams                                   on 2001/11/11  05:06:43
946         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
947              From: Michael G Schwern <schwern@pobox.com>
948              Date: Thu, 8 Nov 2001 22:56:45 -0500
949              Message-Id: <20011108225645.H5587@blackrider>
950      Branch: perl
951            ! t/op/chdir.t
952 ____________________________________________________________________________
953 [ 12939] By: ams                                   on 2001/11/11  05:01:00
954         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
955              From: Michael G Schwern <schwern@pobox.com>
956              Date: Sun, 11 Nov 2001 00:54:43 -0500
957              Message-Id: <20011111005443.A24450@blackrider>
958      Branch: perl
959            ! ext/Cwd/t/cwd.t
960 ____________________________________________________________________________
961 [ 12938] By: ams                                   on 2001/11/11  03:25:13
962         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
963              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
964              From: "chromatic" <chromatic@rmci.net>
965              Date: Sat, 10 Nov 2001 21:03:20 -0700
966              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
967      Branch: perl
968            ! lib/File/stat.pm lib/File/stat.t
969 ____________________________________________________________________________
970 [ 12937] By: ams                                   on 2001/11/11  02:05:23
971         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
972              From: "Craig A. Berry" <craigberry@mac.com>
973              Date: Sat, 10 Nov 2001 17:23:52 -0600
974              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
975      Branch: perl
976            ! t/op/magic.t
977 ____________________________________________________________________________
978 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
979         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
980      Branch: perl
981            ! lib/open.pm lib/open.t
982 ____________________________________________________________________________
983 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
984         Log: The Official name of ASCII.
985      Branch: perl
986            ! ext/Encode/Encode.pm
987 ____________________________________________________________________________
988 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
989         Log: The KOI8-R example wasn't quite right.
990      Branch: perl
991            ! lib/open.pm lib/open.t
992 ____________________________________________________________________________
993 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
994         Log: Enhance the open pragma to support :utf8, :locale,
995              and :encoding directly as special cases, and rename
996              the INOUT to IO.
997      Branch: perl
998            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
999 ____________________________________________________________________________
1000 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
1001         Log: Document the UTF-16 surrogate encoding and decoding.
1002      Branch: perl
1003            ! ext/Encode/Encode.pm
1004 ____________________________________________________________________________
1005 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
1006         Log: A potential recursion breaker.
1007      Branch: perl
1008            ! sv.c
1009 ____________________________________________________________________________
1010 [ 12930] By: ams                                   on 2001/11/10  07:46:53
1011         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
1012              (was Re: perl@12892)
1013              From: "chromatic" <chromatic@rmci.net>
1014              Date: Sat, 10 Nov 2001 01:28:09 -0700
1015              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
1016      Branch: perl
1017            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
1018            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
1019            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
1020            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
1021 ____________________________________________________________________________
1022 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
1023         Log: Add a test for the bytes pragma.
1024      Branch: perl
1025            + lib/bytes.t
1026            ! MANIFEST
1027 ____________________________________________________________________________
1028 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
1029         Log: Doc update.
1030      Branch: perl
1031            ! lib/bytes.pm
1032 ____________________________________________________________________________
1033 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
1034         Log: Cease to exist.
1035      Branch: perl
1036            - lib/Unicode/Normalize.pm
1037 ____________________________________________________________________________
1038 [ 12926] By: ams                                   on 2001/11/10  03:23:16
1039         Log: Subject: [patch] my_setenv speedup + fixes
1040              From: Doug MacEachern <dougm@covalent.net>
1041              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
1042              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
1043      Branch: perl
1044            ! util.c
1045 ____________________________________________________________________________
1046 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
1047         Log: Newline trouble.
1048      Branch: perl
1049            ! lib/ExtUtils/Embed.t
1050 ____________________________________________________________________________
1051 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
1052         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
1053              From: "Craig A. Berry" <craigberry@mac.com>
1054              Date: Fri, 09 Nov 2001 18:13:16 -0600
1055              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
1056      Branch: perl
1057            ! vms/munchconfig.c
1058 ____________________________________________________________________________
1059 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
1060         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
1061              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1062              Date: Sat, 10 Nov 2001 00:10:45 +0100
1063              Message-ID: <20011110001045.A11945@rafael>
1064      Branch: perl
1065            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
1066            + t/run/switchn.t t/run/switchp.t
1067            ! MANIFEST
1068 ____________________________________________________________________________
1069 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
1070         Log: Subject: [PATCH] some tests not cleaning up properly               
1071              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
1072              Date: Fri, 9 Nov 2001 22:13:10 +0100
1073              Message-ID: <20011109221310.A11115@rafael>
1074      Branch: perl
1075            ! ext/Cwd/t/cwd.t t/io/argv.t
1076 ____________________________________________________________________________
1077 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
1078         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
1079              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1080              Date: Fri, 9 Nov 2001 15:07:19 EST
1081              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
1082      Branch: perl
1083            ! lib/ExtUtils/Embed.t
1084 ____________________________________________________________________________
1085 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
1086         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
1087              have been copied so it shouldn't be freed in perl_destruct()
1088      Branch: perl
1089            ! perl.c
1090 ____________________________________________________________________________
1091 [ 12919] By: ams                                   on 2001/11/09  15:36:22
1092         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
1093              From: Michael G Schwern <schwern@pobox.com>
1094              Date: Fri, 9 Nov 2001 00:38:59 -0500
1095              Message-Id: <20011109003859.K5587@blackrider>
1096              (Applied with directory name changes suggested by Craig Berry.)
1097      Branch: perl
1098            ! ext/Cwd/t/cwd.t
1099 ____________________________________________________________________________
1100 [ 12918] By: ams                                   on 2001/11/09  15:29:15
1101         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
1102              From: Michael G Schwern <schwern@pobox.com>
1103              Date: Fri, 9 Nov 2001 01:44:14 -0500
1104              Message-Id: <20011109014414.N5587@blackrider>
1105      Branch: perl
1106            ! vms/ext/filespec.t
1107 ____________________________________________________________________________
1108 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
1109         Log: Update Changes.
1110      Branch: perl
1111            ! Changes patchlevel.h
1112 ____________________________________________________________________________
1113 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
1114         Log: Regen toc.
1115      Branch: perl
1116            ! pod/perltoc.pod
1117 ____________________________________________________________________________
1118 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
1119         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
1120              see http://www.jepstone.net/bjepson//jpl/cvs.html
1121      Branch: perl
1122            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1123 ____________________________________________________________________________
1124 [ 12914] By: ams                                   on 2001/11/09  14:05:12
1125         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
1126              From: Michael G Schwern <schwern@pobox.com>
1127              Date: Thu, 8 Nov 2001 22:05:49 -0500
1128              Message-Id: <20011108220549.F5587@blackrider>
1129      Branch: perl
1130            ! vms/test.com
1131 ____________________________________________________________________________
1132 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
1133         Log: NetWare update from Ananth Kesari.
1134      Branch: perl
1135            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
1136 ____________________________________________________________________________
1137 [ 12912] By: ams                                   on 2001/11/09  13:40:26
1138         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
1139              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1140              Date: Fri, 9 Nov 2001 14:32:28 +0100
1141              Message-Id: <20011109143228.A18996@rafael>
1142      Branch: perl
1143            ! perl.c
1144 ____________________________________________________________________________
1145 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
1146         Log: FAQ sync.
1147      Branch: perl
1148            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1149            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
1150            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
1151 ____________________________________________________________________________
1152 [ 12910] By: ams                                   on 2001/11/09  07:33:49
1153         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
1154              From: Michael G Schwern <schwern@pobox.com>
1155              Date: Fri, 9 Nov 2001 00:41:56 -0500
1156              Message-Id: <20011109004156.L5587@blackrider>
1157      Branch: perl
1158            ! lib/File/Find/t/find.t
1159 ____________________________________________________________________________
1160 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
1161         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
1162              The CPAN distribution has both pm and XS implementations,
1163              and for performance reasons we choose the XS.
1164              Another reason to choose the XS is that it doesn't
1165              require Lingua::KO::Hangul::Util, which means that
1166              we can delete that-- which in turn means that Unicode::UCD
1167              cannot expect that: support it, but don't expect.
1168              Ditto Unicode::Collate.
1169              
1170              Note that Unicode::Normalize Makefile.PL and
1171              Normalize.xs have been modified from the CPAN 0.10
1172              versions: the first one to be simpler (no pm) and
1173              clean up the generated unf*.h files, the second one
1174              to quench compiler grumblings.  Must notify Sadahiro
1175              about these changes.
1176      Branch: perl
1177            + ext/Unicode/Normalize/Changes
1178            + ext/Unicode/Normalize/Makefile.PL
1179            + ext/Unicode/Normalize/Normalize.pm
1180            + ext/Unicode/Normalize/Normalize.pod
1181            + ext/Unicode/Normalize/Normalize.xs
1182            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
1183            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
1184            + ext/Unicode/Normalize/t/test.t
1185            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
1186            - lib/Lingua/KO/Hangul/Util/README
1187            - lib/Lingua/KO/Hangul/Util/t/test.t
1188            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
1189            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
1190            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
1191            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
1192            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
1193            ! win32/makefile.mk
1194 ____________________________________________________________________________
1195 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
1196         Log: Test miscounting.
1197      Branch: perl
1198            ! ext/POSIX/t/posix.t
1199 ____________________________________________________________________________
1200 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
1201         Log: Quote the variables in failures messages more nicely.
1202      Branch: perl
1203            ! t/test.pl
1204 ____________________________________________________________________________
1205 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
1206         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
1207              From: Michael G Schwern <schwern@pobox.com>
1208              Date: Thu, 8 Nov 2001 17:24:49 -0500
1209              Message-ID: <20011108172449.A5587@blackrider>
1210              
1211              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
1212              From: "Craig A. Berry" <craigberry@mac.com>
1213              Date: Thu, 8 Nov 2001 16:35:00 -0600
1214              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
1215      Branch: perl
1216            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
1217 ____________________________________________________________________________
1218 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
1219         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
1220              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1221              Date: Thu, 8 Nov 2001 22:52:50 -0000
1222              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
1223      Branch: perl
1224            ! ext/DB_File/t/db-recno.t
1225 ____________________________________________________________________________
1226 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
1227         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
1228              (Probably not an EBCDIC issue the way one would think
1229              since no chr() et alia are used in UCD.pm.)
1230      Branch: perl
1231            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
1232 ____________________________________________________________________________
1233 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
1234         Log: Whether overwriting the $self->{...} values (see #12902)
1235              is a good policy or not is debatable, but let's at least
1236              be consistent.
1237      Branch: perl
1238            ! lib/ExtUtils/MM_Unix.pm
1239 ____________________________________________________________________________
1240 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
1241         Log: The MakeMaker argument () quoting patch that sneaked
1242              in at #12883 didn't handle make macros like this $(...).
1243              Leaning toothpicks, we've got them.
1244      Branch: perl
1245            ! lib/ExtUtils/MM_Unix.pm
1246 ____________________________________________________________________________
1247 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
1248         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
1249              From: Michael G Schwern <schwern@pobox.com>
1250              Date: Wed, 7 Nov 2001 02:02:29 -0500
1251              Message-ID: <20011107020229.K2858@blackrider>
1252      Branch: perl
1253            ! t/io/argv.t t/test.pl vms/test.com
1254 ____________________________________________________________________________
1255 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
1256         Log: Subject: [PATCH 20011106.084] -s on #! line 
1257              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1258              Date: Wed, 7 Nov 2001 22:23:39 +0100
1259              Message-ID: <20011107222339.E729@rafael>
1260      Branch: perl
1261            ! embed.h embed.pl perl.c proto.h toke.c
1262 ____________________________________________________________________________
1263 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
1264         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
1265              From: Michael G Schwern <schwern@pobox.com>
1266              Date: Wed, 7 Nov 2001 16:52:49 -0500
1267              Message-ID: <20011107165249.I7346@blackrider>
1268      Branch: perl
1269            ! pod/perlhack.pod
1270 ____________________________________________________________________________
1271 [ 12898] By: ams                                   on 2001/11/08  13:02:19
1272         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
1273              From: Mark-Jason Dominus <mjd@plover.com>
1274              Date: Thu, 08 Nov 2001 08:59:02 -0500
1275              Message-Id: <20011108135902.2275.qmail@plover.com>
1276      Branch: perl
1277            ! INSTALL README README.amiga README.os2 README.vms
1278            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
1279            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
1280 ____________________________________________________________________________
1281 [ 12897] By: ams                                   on 2001/11/08  12:49:28
1282         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
1283              From: mjd@plover.com
1284              Date: 8 Nov 2001 13:33:18 -0000
1285              Message-Id: <20011108133318.1786.qmail@plover.com>
1286      Branch: perl
1287            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
1288            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1289            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
1290            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
1291            ! pod/perlport.pod pod/perlvar.pod
1292 ____________________________________________________________________________
1293 [ 12896] By: ams                                   on 2001/11/08  11:22:12
1294         Log: open(FH, $file) should strip leading and trailing whitespace.
1295      Branch: perl
1296            ! doio.c
1297 ____________________________________________________________________________
1298 [ 12895] By: ams                                   on 2001/11/08  10:17:14
1299         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
1300              From: "Craig A. Berry" <craigberry@mac.com>
1301              Date: Wed, 07 Nov 2001 13:41:50 -0600
1302              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
1303      Branch: perl
1304            ! t/op/glob.t
1305 ____________________________________________________________________________
1306 [ 12894] By: ams                                   on 2001/11/08  08:32:20
1307         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
1308              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
1309              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
1310              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
1311      Branch: perl
1312            ! makedepend.SH
1313 ____________________________________________________________________________
1314 [ 12893] By: ams                                   on 2001/11/08  08:26:31
1315         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
1316              From: mjd@plover.com
1317              Date: 8 Nov 2001 08:08:07 -0000
1318              Message-Id: <20011108080807.30147.qmail@plover.com>
1319              
1320              Subject: bleadperl perl.pod
1321              From: mjd@plover.com
1322              Date: 8 Nov 2001 08:10:47 -0000
1323              Message-Id: <20011108081047.30178.qmail@plover.com>
1324              
1325              Subject: more bleadperl perl.pod
1326              From: mjd@plover.com
1327              Date: 8 Nov 2001 08:16:28 -0000
1328              Message-Id: <20011108081628.30229.qmail@plover.com>
1329      Branch: perl
1330            ! pod/perl.pod pod/perldebug.pod
1331 ____________________________________________________________________________
1332 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
1333         Log: Tweak for Cray-friendliness from Nicholas Clark.
1334      Branch: perl
1335            ! sv.c
1336 ____________________________________________________________________________
1337 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
1338         Log: VMS patch redo from Charles Lane.
1339      Branch: perl
1340            ! vms/gen_shrfls.pl
1341 ____________________________________________________________________________
1342 [ 12890] By: ams                                   on 2001/11/07  15:16:10
1343         Log: Subject: [ID 20011107.088] two perl pod nits
1344              From: lvirden@cas.org
1345              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
1346              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
1347      Branch: perl
1348            ! pod/perl.pod pod/perlfaq3.pod
1349 ____________________________________________________________________________
1350 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
1351         Log: Update Changes.
1352      Branch: perl
1353            ! Changes patchlevel.h
1354 ____________________________________________________________________________
1355 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
1356         Log: The (emulated) "no utf8" must be in a BEGIN block
1357              to be effective.
1358      Branch: perl
1359            ! lib/CGI/t/html.t
1360 ____________________________________________________________________________
1361 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
1362         Log: "v-strings" is the right term.
1363      Branch: perl
1364            ! pod/perltodo.pod
1365 ____________________________________________________________________________
1366 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
1367         Log: Add vstrings-as-objects need to perltodo.
1368      Branch: perl
1369            ! pod/perltodo.pod
1370 ____________________________________________________________________________
1371 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
1372         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
1373              From: Nicholas Clark <nick@ccl4.org>
1374              Date: Wed, 7 Nov 2001 14:36:32 +0000
1375              Message-ID: <20011107143631.I24980@plum.flirble.org>
1376      Branch: perl
1377            ! t/op/pack.t
1378 ____________________________________________________________________________
1379 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
1380         Log: The Embed test requires a major rewrite for VMS
1381              (plus it reveals a couple of annoying glitches
1382              in buffering), so skip the test for now; from
1383              Charles Lane.
1384      Branch: perl
1385            ! lib/ExtUtils/Embed.t
1386 ____________________________________________________________________________
1387 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
1388         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
1389              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1390              Date: Wed, 7 Nov 2001 09:23:28 EST
1391              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
1392      Branch: perl
1393            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
1394 ____________________________________________________________________________
1395 [ 12882] By: ams                                   on 2001/11/07  05:14:04
1396         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
1397              From: Mark-Jason Dominus <mjd@plover.com>
1398              Date: Wed, 07 Nov 2001 00:43:46 -0500
1399              Message-Id: <20011107054346.14428.qmail@plover.com>
1400      Branch: perl
1401            ! gv.c op.c toke.c
1402 ____________________________________________________________________________
1403 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
1404         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
1405              From: Michael G Schwern <schwern@pobox.com>             
1406              Date: Tue, 6 Nov 2001 22:04:39 -0500
1407              Message-ID: <20011106220439.D2858@blackrider>              
1408      Branch: perl
1409            ! lib/perl5db.pl
1410 ____________________________________________________________________________
1411 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
1412         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
1413              stress))
1414              From: Jonathan Stowe <gellyfish@gellyfish.com>
1415              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
1416              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
1417              
1418              (except for one hunk where indentation differs)
1419      Branch: perl
1420            ! lib/Term/Cap.t
1421 ____________________________________________________________________________
1422 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
1423         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
1424              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1425              Date: Tue, 6 Nov 2001 21:45:01 +0100
1426              Message-ID: <20011106214501.A704@rafael>
1427      Branch: perl
1428            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
1429            ! lib/File/Spec/Win32.pm
1430 ____________________________________________________________________________
1431 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
1432         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
1433              From: Michael G Schwern <schwern@pobox.com>              
1434              Date: Tue, 6 Nov 2001 20:58:45 -0500
1435              Message-ID: <20011106205845.G29411@blackrider>
1436      Branch: perl
1437            ! t/test.pl
1438 ____________________________________________________________________________
1439 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
1440         Log: Subject: making do_sprintf public       
1441              From: Doug MacEachern <dougm@covalent.net>    
1442              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
1443              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
1444      Branch: perl
1445            ! embed.h embed.pl global.sym
1446 ____________________________________________________________________________
1447 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
1448         Log: Update to CGI.pm 2.78.
1449              
1450              TODO: the test suite needs to be merged so that
1451              when in core, the core version is tested, and when
1452              using the CPAN version, testing the CPAN version.
1453              (the changes need to be sent to Lincoln, too...)
1454      Branch: perl
1455            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
1456            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
1457            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
1458            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
1459            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
1460            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
1461 ____________________________________________________________________________
1462 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
1463         Log: Integrate with perlio; (strictly) readonly hashes via XS.
1464      Branch: perl
1465           +> t/lib/access.t
1466           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
1467 ____________________________________________________________________________
1468 [ 12874] By: nick                                  on 2001/11/06  21:05:16
1469         Log: Keep It Simple and Stupid version of readonly hash support.
1470              - Test for SvREAONLY(hv) at a few spots in hv.c
1471              - add the error message to perldiag.pod
1472              - (dubious) add access::readonly() to univeral.c
1473              - add test using above
1474              - fixup ext/B/t/stash.t to account for access:: existing
1475      Branch: perlio
1476            + t/lib/access.t
1477            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
1478 ____________________________________________________________________________
1479 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
1480         Log: Fix incorrect warnings about broken globbing;
1481              from Andy Dougherty.
1482      Branch: perl
1483            ! hints/linux.sh
1484 ____________________________________________________________________________
1485 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
1486         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
1487              toggle-on from the encoding pragma.
1488      Branch: perl
1489            ! regcomp.c regexec.c
1490 ____________________________________________________________________________
1491 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
1492         Log: Retract #12824, doesn't help and is ignored
1493              by Configure anyway.
1494      Branch: perl
1495            ! hints/beos.sh
1496 ____________________________________________________________________________
1497 [ 12870] By: ams                                   on 2001/11/06  10:40:37
1498         Log: Subject: Cosmetic change
1499              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1500              Date: Tue, 06 Nov 2001 12:30:52 +0100
1501              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
1502      Branch: perl
1503            ! README.hpux
1504 ____________________________________________________________________________
1505 [ 12869] By: nick                                  on 2001/11/06  08:26:40
1506         Log: Integrate mainline
1507      Branch: perlio
1508           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
1509           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
1510 ____________________________________________________________________________
1511 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
1512         Log: The parentheses are protected enough.
1513      Branch: perl
1514            ! hints/os390.sh
1515 ____________________________________________________________________________
1516 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
1517         Log: ccflags, not ldflags.
1518      Branch: perl
1519            ! hints/os390.sh
1520 ____________________________________________________________________________
1521 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
1522         Log: ... and the proto to go with #12865.
1523      Branch: perl
1524            ! proto.h
1525 ____________________________________________________________________________
1526 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
1527         Log: Oops.  Luckily nothing was using this symbol yet.
1528      Branch: perl
1529            ! global.sym
1530 ____________________________________________________________________________
1531 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
1532         Log: Implement the encoding pragma for regex literals.
1533      Branch: perl
1534            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
1535 ____________________________________________________________________________
1536 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
1537         Log: More UTF8 EXACT fixing.
1538      Branch: perl
1539            ! regexec.c
1540 ____________________________________________________________________________
1541 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
1542         Log: More re debugging.
1543      Branch: perl
1544            ! regexec.c
1545 ____________________________________________________________________________
1546 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
1547         Log: EXACT correction attempt.  Continued in #12863.
1548      Branch: perl
1549            ! regexec.c
1550 ____________________________________________________________________________
1551 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
1552         Log: Unterminated L<.
1553      Branch: perl
1554            ! ext/DB_File/DB_File.pm
1555 ____________________________________________________________________________
1556 [ 12859] By: nick                                  on 2001/11/05  19:15:17
1557         Log: Integrate mainline
1558      Branch: perlio
1559           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
1560           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
1561           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
1562           +> lib/Math/BigInt/t/sub_mbi.t
1563            - lib/Math/BigInt/t/Math/Subclass.pm
1564            - lib/Math/BigInt/t/subclass.t
1565           !> (integrate 30 files)
1566 ____________________________________________________________________________
1567 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
1568         Log: Regex debugging fixes from Hugo.
1569      Branch: perl
1570            ! regcomp.c regexec.c
1571 ____________________________________________________________________________
1572 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
1573         Log: IRIX: at some point the cc -version has started
1574              to output to stderr, not stdout any more.
1575      Branch: perl
1576            ! hints/irix_6.sh
1577 ____________________________________________________________________________
1578 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
1579         Log: Update Changes.
1580      Branch: perl
1581            ! Changes patchlevel.h
1582 ____________________________________________________________________________
1583 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
1584         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
1585      Branch: perl
1586            ! lib/File/Spec/Unix.pm
1587 ____________________________________________________________________________
1588 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
1589         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
1590              From: rgarciasuarez@free.fr
1591              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
1592              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
1593      Branch: perl
1594            ! lib/File/Spec/Unix.pm
1595 ____________________________________________________________________________
1596 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
1597         Log: Use config.arch in OS/390 where the combination of
1598              IEEE floats and ldflags is tricky.
1599      Branch: perl
1600            ! hints/os390.sh
1601 ____________________________________________________________________________
1602 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
1603         Log: Metaconfig unit change for #12851.
1604      Branch: metaconfig
1605            ! U/modified/Config_sh.U
1606 ____________________________________________________________________________
1607 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
1608         Log: Support a config.arch file, similar to config.over,
1609              but loaded just before it.
1610      Branch: perl
1611            ! Configure INSTALL
1612 ____________________________________________________________________________
1613 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
1614         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
1615              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1616              Date: Mon, 5 Nov 2001 14:26:24 +0100
1617              Message-ID: <20011105142624.C31977@rafael>
1618      Branch: perl
1619            ! lib/Symbol.pm lib/Symbol.t
1620 ____________________________________________________________________________
1621 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
1622         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
1623              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1624              Date: Sun, 4 Nov 2001 22:28:57 +0100
1625              Message-ID: <20011104222857.C696@rafael>
1626      Branch: perl
1627            ! pod/perldebug.pod pod/perlpodspec.pod
1628 ____________________________________________________________________________
1629 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
1630         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
1631      Branch: perl
1632            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
1633 ____________________________________________________________________________
1634 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
1635         Log: Math::Big* test tweaks to work better with core:
1636              but the coast still not clear.
1637      Branch: perl
1638            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
1639            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1640 ____________________________________________________________________________
1641 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
1642         Log: Protect against high load: measure how much wall
1643              clock time went by while sleeping.  Avoids some
1644              false negatives, while may introduce some false
1645              positives.  Life is hard.
1646      Branch: perl
1647            ! ext/Time/HiRes/HiRes.t
1648 ____________________________________________________________________________
1649 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
1650         Log: More forgotten from #12843.
1651      Branch: perl
1652            ! lib/Math/BigInt/t/bigfltpm.inc
1653 ____________________________________________________________________________
1654 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
1655         Log: Forgot from #12843.
1656      Branch: perl
1657            + lib/Math/BigInt/t/bigintpm.inc
1658            ! MANIFEST
1659 ____________________________________________________________________________
1660 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
1661         Log: Upgrade to Math::BigInt 1.45; from Tels.
1662              NOTE: some of the tests are failing but that's because
1663              the core integration is not yet done.
1664      Branch: perl
1665            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
1666            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
1667            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1668            - lib/Math/BigInt/t/Math/Subclass.pm
1669            - lib/Math/BigInt/t/subclass.t
1670            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
1671            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
1672            ! lib/Math/BigInt/t/mbimbf.t
1673 ____________________________________________________________________________
1674 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
1675         Log: VMS: adds capability to control more configuration stuff with
1676              -D and -U switches; parsing config.sh to extract previous config
1677              info in VMS-form, and a rewrite of the "prompt/response" routine;
1678              from Charles Lane.
1679      Branch: perl
1680            ! configure.com
1681 ____________________________________________________________________________
1682 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
1683         Log: Subject: Typo correction in perldebguts.pod
1684              From: mjd@plover.com
1685              Date: 4 Nov 2001 16:20:05 -0000
1686              Message-ID: <20011104162005.16699.qmail@plover.com>
1687      Branch: perl
1688            ! pod/perldebguts.pod
1689 ____________________________________________________________________________
1690 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
1691         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
1692              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1693              Date: Sun, 4 Nov 2001 11:47:30 +0100
1694              Message-ID: <20011104114730.A715@rafael>
1695              
1696              Remove -T from the test, wrong place for that.
1697      Branch: perl
1698            ! lib/File/Temp/t/mktemp.t
1699 ____________________________________________________________________________
1700 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
1701         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
1702              From: Nicholas Clark <nick@ccl4.org>
1703              Date: Sun, 4 Nov 2001 10:41:24 +0000
1704              Message-ID: <20011104104123.U20123@plum.flirble.org>
1705      Branch: perl
1706            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
1707 ____________________________________________________________________________
1708 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
1709         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
1710              From: Michael G Schwern <schwern@pobox.com>
1711              Date: Sat, 3 Nov 2001 15:41:47 -0500
1712              Message-ID: <20011103154147.C600@blackrider>
1713      Branch: perl
1714            ! lib/Term/Cap.t
1715 ____________________________________________________________________________
1716 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
1717         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
1718              From: "Craig A. Berry" <craigberry@mac.com>     
1719              Date: Sat, 03 Nov 2001 16:02:28 -0600
1720              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
1721      Branch: perl
1722            ! ext/Time/HiRes/HiRes.t
1723 ____________________________________________________________________________
1724 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
1725         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
1726              From: "chromatic" <chromatic@rmci.net>
1727              Date: Sat, 03 Nov 2001 12:28:17 -0700
1728              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
1729      Branch: perl
1730            ! lib/Term/Cap.t
1731 ____________________________________________________________________________
1732 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
1733         Log: Don't bother doing POSIX charclass parsing if it
1734              possibly cannot be so.  Prepares way for charclass
1735              syntax like [[abc]||[def]] (or just [[abc][def]])
1736              for union, [[\w]&&[$a]] for intersection,
1737              and [[a-z]&&[^def]] for subtraction.
1738              
1739              Currently /[[a]/ (or /[a[]/) parses as a character
1740              class containing two characters, "[" and "a",
1741              this may have to be broken for the syntax described
1742              above, otherwise we would have to scan the whole pattern
1743              to find out whether the square brackets match pairwise.
1744              Luckily, the special case of "[" doesn't seem to be
1745              documented (as opposed to "]" and "-"), so we may have
1746              better story for breaking it...  One can always use \[
1747              if one wants a literal "[", so there.
1748      Branch: perl
1749            ! regcomp.c
1750 ____________________________________________________________________________
1751 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
1752         Log: Comment correction.
1753      Branch: perl
1754            ! regcomp.c
1755 ____________________________________________________________________________
1756 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
1757         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
1758              The latter is a RedHatism.
1759      Branch: perl
1760            ! lib/ExtUtils/MakeMaker.pm
1761 ____________________________________________________________________________
1762 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
1763         Log: Integrate perlio.
1764      Branch: perl
1765           !> perlio.c
1766 ____________________________________________________________________________
1767 [ 12831] By: nick                                  on 2001/11/03  11:42:15
1768         Log: Integrate mainline
1769      Branch: perlio
1770           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
1771           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
1772           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
1773           !> sv.c t/test.pl
1774 ____________________________________________________________________________
1775 [ 12830] By: nick                                  on 2001/11/03  10:27:34
1776         Log: Fix clone_leak problem.
1777              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
1778              as vestige of calling PerlLIO_dup().
1779      Branch: perlio
1780            ! perlio.c
1781 ____________________________________________________________________________
1782 [ 12829] By: nick                                  on 2001/11/03  09:40:46
1783         Log: Tweaks attempting to locate Doug's clone_leak leak.
1784              - add some PerlIO_debug()
1785              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
1786              - Even if it closing stdout etc. do a fflush()
1787      Branch: perlio
1788            ! perlio.c
1789 ____________________________________________________________________________
1790 [ 12828] By: nick                                  on 2001/11/03  08:34:31
1791         Log: Integrate mainline
1792      Branch: perlio
1793           !> (integrate 54 files)
1794 ____________________________________________________________________________
1795 [ 12827] By: ams                                   on 2001/11/03  03:45:19
1796         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
1797              remove this later). Based on a patch from Robert Spier in
1798              <15330.61459.14452.795263@rls.cx>.
1799      Branch: perl
1800            ! sv.c
1801 ____________________________________________________________________________
1802 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
1803         Log: microperl sync.
1804      Branch: perl
1805            ! doio.c perl.c perl.h perlio.c regexec.c
1806 ____________________________________________________________________________
1807 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
1808         Log: Definitions for the Unicode Newline Guidelines.
1809      Branch: perl
1810            ! perl.h
1811 ____________________________________________________________________________
1812 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
1813         Log: There is no csh of any kind in default BeOS.
1814              For the purposes of miniperl globbing, bash
1815              will do.
1816      Branch: perl
1817            ! hints/beos.sh
1818 ____________________________________________________________________________
1819 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
1820         Log: Integrate change #12820 from macperl to maint and blead;
1821              
1822              Fix up (dynaloading) to work properly with multiplicity
1823      Branch: maint-5.6/perl
1824           !> ext/DynaLoader/dl_mac.xs
1825      Branch: perl
1826           !> ext/DynaLoader/dl_mac.xs
1827 ____________________________________________________________________________
1828 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
1829         Log: Several fixes for various exit problems and clearing out
1830              task queue, as well as another (incomplete) go at
1831              fixing error message handling
1832      Branch: maint-5.6/macperl
1833            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
1834 ____________________________________________________________________________
1835 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
1836         Log: Add source files for bleadperl builds
1837      Branch: maint-5.6/macperl
1838            ! macos/Makefile.mk
1839 ____________________________________________________________________________
1840 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
1841         Log: Fix up to work properly with multiplicity
1842      Branch: maint-5.6/macperl
1843            ! ext/DynaLoader/dl_mac.xs
1844 ____________________________________________________________________________
1845 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
1846         Log: Integrate with maintperl.
1847      Branch: maint-5.6/macperl
1848           +> t/op/system.t t/op/system_tests
1849           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
1850           !> pod/perltodo.pod util.c win32/win32.c
1851 ____________________________________________________________________________
1852 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
1853         Log: Locate _PATH_LOG if it's a socket even if not #defined
1854              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
1855              via Nick Clark.
1856      Branch: perl
1857            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
1858 ____________________________________________________________________________
1859 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
1860         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
1861              From: Michael G Schwern <schwern@pobox.com>
1862              Date: Fri, 2 Nov 2001 15:36:41 -0500
1863              Message-ID: <20011102153641.E23234@blackrider>
1864      Branch: perl
1865            ! t/test.pl
1866 ____________________________________________________________________________
1867 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
1868         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
1869              From: merlyn@stonehenge.com (Randal L. Schwartz)
1870              Date: 02 Nov 2001 09:33:34 -0800
1871              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
1872              
1873              (two of the changes)
1874              
1875              Better coexistence with extensions.
1876      Branch: perl
1877            ! ext/Errno/Errno_pm.PL hints/darwin.sh
1878 ____________________________________________________________________________
1879 [ 12815] By: ams                                   on 2001/11/02  16:47:43
1880         Log: Subject: Re: [PATCH] the the double double word word fix fix
1881              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1882              Date: Fri, 02 Nov 2001 19:43:07 +0100
1883              Message-Id: <3BE2E93B.627C198E@alcatel.at>
1884      Branch: perl
1885            ! pod/perldebug.pod
1886 ____________________________________________________________________________
1887 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
1888         Log: Update Changes.
1889      Branch: perl
1890            ! Changes patchlevel.h
1891 ____________________________________________________________________________
1892 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
1893         Log: More encoding testing.
1894      Branch: perl
1895            ! lib/encoding.pm lib/encoding.t
1896 ____________________________________________________________________________
1897 [ 12812] By: ams                                   on 2001/11/02  15:07:11
1898         Log: Slight modification of #12811.
1899      Branch: perl
1900            ! op.c
1901 ____________________________________________________________________________
1902 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
1903         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
1904              From: Radu Greab <radu@netsoft.ro>
1905              Date: Fri, 2 Nov 2001 15:28:58 +0200
1906              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
1907      Branch: perl
1908            ! op.c t/op/stat.t
1909 ____________________________________________________________________________
1910 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
1911         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
1912              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1913              Date: Thu, 1 Nov 2001 22:35:50 +0100
1914              Message-ID: <20011101223550.A10849@rafael>
1915      Branch: perl
1916            ! lib/ExtUtils/Embed.t
1917 ____________________________________________________________________________
1918 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
1919         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
1920              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1921              Date: 2 Nov 2001 14:48:51 -0000
1922              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
1923      Branch: perl
1924            ! lib/File/Find.pm
1925 ____________________________________________________________________________
1926 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
1927         Log: Add documentation.
1928      Branch: perl
1929            ! embed.pl pod/perlapi.pod utf8.c
1930 ____________________________________________________________________________
1931 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
1932         Log: Unicode: add ToFold mapping.  Not used yet; but basically
1933              a more useful mapping for caseless aka case-ignoring than
1934              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
1935              algorithm for creating the foldings uses equivalence classes,
1936              see http://www.unicode.org/unicode/reports/tr21/
1937              Hopefully this feature will be used in //i.
1938              (The folding tables were introduced by #12689.)
1939      Branch: perl
1940            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
1941            ! utf8.c
1942 ____________________________________________________________________________
1943 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
1944         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
1945              From: "Craig A. Berry" <craigberry@mac.com>
1946              Date: Fri, 02 Nov 2001 00:03:52 -0600
1947              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
1948      Branch: perl
1949            ! lib/AutoSplit.t
1950 ____________________________________________________________________________
1951 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
1952         Log: Subject: Trivial doc patch
1953              From: andreas.koenig@anima.de (Andreas J. Koenig)
1954              Date: 02 Nov 2001 06:11:35 +0100
1955              Message-ID: <m37kt94v08.fsf@anima.de>
1956      Branch: perl
1957            ! pod/perlport.pod
1958 ____________________________________________________________________________
1959 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
1960         Log: Make encoding and charnames pragmas coexist.
1961      Branch: perl
1962            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
1963 ____________________________________________________________________________
1964 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
1965         Log: The basic character classes seem to go untested with Unicode.
1966      Branch: perl
1967            ! t/op/pat.t
1968 ____________________________________________________________________________
1969 [ 12802] By: ams                                   on 2001/11/02  00:39:36
1970         Log: Subject: [PATCH] the the double double word word fix fix
1971              From: Richard Soderberg <rs@oregonnet.com>
1972              Date: Thu, 1 Nov 2001 13:12:03 -0800
1973              Message-Id: <200111012112.NAA23288@oregonnet.com>
1974              
1975              Subject: Re: [PATCH] the the double double word word fix fix
1976              From: Mark-Jason Dominus <mjd@plover.com>
1977              Date: Thu, 01 Nov 2001 16:43:40 -0500
1978              Message-Id: <20011101214340.2044.qmail@plover.com>
1979              
1980              Subject: Re: [PATCH] the the double double word word fix fix
1981              From: Mark-Jason Dominus <mjd@plover.com>
1982              Date: Thu, 01 Nov 2001 16:51:39 -0500
1983              Message-Id: <20011101215139.2196.qmail@plover.com>
1984      Branch: perl
1985            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
1986            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
1987            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
1988            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
1989            ! pod/perltodo.pod pod/perlxstut.pod
1990 ____________________________________________________________________________
1991 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
1992         Log: Comment tweaks.
1993      Branch: perl
1994            ! toke.c
1995 ____________________________________________________________________________
1996 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
1997         Log: FAQ sync.
1998      Branch: perl
1999            ! pod/perlfaq9.pod
2000 ____________________________________________________________________________
2001 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
2002         Log: If an encoding is set by -M/-m, it must be in
2003              effect only for the actual script, not any other
2004              required/-M/-m'ed module, otherwise we enter a nasty
2005              recursion in regexec.c while trying to init the simple
2006              UTF-8 charclasses like PL_utf8_alnum.
2007      Branch: perl
2008            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
2009 ____________________________________________________________________________
2010 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
2011         Log: A bit more descriptive name.
2012      Branch: perl
2013            ! mg.c
2014 ____________________________________________________________________________
2015 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
2016         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
2017              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2018              Date: Wed, 31 Oct 2001 13:47:04 EST
2019              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
2020      Branch: perl
2021            ! ext/Time/HiRes/HiRes.t
2022 ____________________________________________________________________________
2023 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
2024         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
2025              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2026              Date: Wed, 31 Oct 2001 13:43:29 EST
2027              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
2028      Branch: perl
2029            ! mg.c
2030 ____________________________________________________________________________
2031 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
2032         Log: Subject: [PATCH] Various test cleanups
2033              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2034              Date: Tue, 30 Oct 2001 21:56:26 +0100
2035              Message-ID: <20011030215626.A28503@rafael>
2036      Branch: perl
2037            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2038            ! ext/DB_File/t/db-recno.t ext/Encode.t
2039 ____________________________________________________________________________
2040 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
2041         Log: Update Changes.
2042      Branch: perl
2043            ! Changes patchlevel.h
2044 ____________________________________________________________________________
2045 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
2046         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
2047              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
2048              Date: Wed, 31 Oct 2001 17:16:39 +0100
2049              Message-ID: <20011031171639.A32511@rafael>
2050      Branch: perl
2051            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
2052 ____________________________________________________________________________
2053 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
2054         Log: Skip message nit.
2055      Branch: perl
2056            ! t/io/fs.t
2057 ____________________________________________________________________________
2058 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
2059         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
2060              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2061              Date: 31 Oct 2001 14:49:37 -0000
2062              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
2063      Branch: perl
2064            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
2065 ____________________________________________________________________________
2066 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
2067         Log: Extend the effect of the encoding pragma to chr() and ord().
2068              
2069              TODO: regex literals, reentrancy problems with the utf8
2070              and charnames pragmas.
2071      Branch: perl
2072            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
2073 ____________________________________________________________________________
2074 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
2075         Log: Doc tweaks.
2076      Branch: perl
2077            ! lib/encoding.pm
2078 ____________________________________________________________________________
2079 [ 12788] By: nick                                  on 2001/10/31  08:59:56
2080         Log: Integrate mainline
2081      Branch: perlio
2082           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
2083           !> (integrate 49 files)
2084 ____________________________________________________________________________
2085 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
2086         Log: Forgot new proto.
2087      Branch: perl
2088            ! proto.h
2089 ____________________________________________________________________________
2090 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
2091         Log: Clarification: use encoding cannot be used to
2092              change the default encoding of "your whole script";
2093              only the default encoding of the *data*.  Also, it
2094              seems that "use encoding" does not mix with "use utf8"
2095              (a coredumping recursion ensues).  Should not be a huge
2096              problem since "use utf8" is pretty marginal nowadays.
2097      Branch: perl
2098            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
2099 ____________________________________________________________________________
2100 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
2101         Log: More documentation for the encode pragma.
2102      Branch: perl
2103            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
2104            ! pod/perlapi.pod pod/perlunicode.pod sv.c
2105 ____________________________________________________________________________
2106 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
2107         Log: Thinko in #12783.
2108      Branch: perl
2109            ! sv.c
2110 ____________________________________________________________________________
2111 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
2112         Log: Make sv_recode_to_utf8() a real API: the encoding
2113              is a parameter, instead of a global.  Document the
2114              PERL_ENCODING.
2115      Branch: perl
2116            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
2117            ! toke.c
2118 ____________________________________________________________________________
2119 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
2120         Log: Enable -Mencoding=foobar also for string literals.
2121      Branch: perl
2122            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
2123            ! pod/perlapi.pod proto.h sv.c toke.c
2124 ____________________________________________________________________________
2125 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
2126         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
2127              From: Andy Dougherty <doughera@lafayette.edu>
2128              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
2129              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
2130      Branch: perl
2131            ! ext/POSIX/hints/svr4.pl
2132 ____________________________________________________________________________
2133 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
2134         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
2135              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2136              Date: Mon, 29 Oct 2001 23:11:58 -0000
2137              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
2138              
2139              Add compat.h.
2140      Branch: perl
2141            ! lib/h2xs.t utils/h2xs.PL
2142 ____________________________________________________________________________
2143 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
2144         Log: Subject: PerlIOBuf_dup
2145              From: Nicholas Clark <nick@ccl4.org>              
2146              Date: Mon, 29 Oct 2001 21:52:35 +0000             
2147              Message-ID: <20011029215235.K41204@plum.flirble.org>
2148              
2149              Add prototype.
2150      Branch: perl
2151            ! perliol.h
2152 ____________________________________________________________________________
2153 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
2154         Log: Subject: [PATCH] Make malloc.c errors more useful
2155              From: Richard Soderberg <rs@oregonnet.com>
2156              Date: Mon, 29 Oct 2001 22:28:02 -0800
2157              Message-Id: <200110300628.WAA11025@oregonnet.com>
2158      Branch: perl
2159            ! malloc.c
2160 ____________________________________________________________________________
2161 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
2162         Log: Retract #12776 - the bug 19990906.001 is still valid.
2163      Branch: perl
2164            ! t/run/kill_perl.t
2165 ____________________________________________________________________________
2166 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
2167         Log: (Retracted by #12777)
2168              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
2169              From: Michael G Schwern <schwern@pobox.com> 
2170              Date: Mon, 29 Oct 2001 23:01:08 -0500
2171              Message-ID: <20011029230108.G18053@blackrider>
2172      Branch: perl
2173            ! t/run/kill_perl.t
2174 ____________________________________________________________________________
2175 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
2176         Log: Comment nits.
2177      Branch: perl
2178            ! lib/encoding.t
2179 ____________________________________________________________________________
2180 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
2181         Log: integrate change#12772 from mainline
2182              
2183              Subject: [PATCH] Mommy, what's a pointer cast?
2184      Branch: maint-5.6/perl
2185            ! perl.h
2186 ____________________________________________________________________________
2187 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
2188         Log: Subject: [PATCH] Mommy, what's a pointer cast?
2189              From: Richard Soderberg <rs@oregonnet.com>
2190              Date: Mon, 29 Oct 2001 17:01:10 -0800
2191              Message-Id: <200110300101.RAA31561@oregonnet.com>
2192              
2193              (threads* parts)
2194      Branch: perl
2195            ! ext/threads/shared/shared.xs ext/threads/threads.xs
2196 ____________________________________________________________________________
2197 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
2198         Log: Subject: [PATCH] Mommy, what's a pointer cast?
2199              From: Richard Soderberg <rs@oregonnet.com>
2200              Date: Mon, 29 Oct 2001 17:01:10 -0800
2201              Message-Id: <200110300101.RAA31561@oregonnet.com>
2202              
2203              (the perl.h part)
2204      Branch: perl
2205            ! perl.h
2206 ____________________________________________________________________________
2207 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
2208         Log: Subject: [PATCH] OpenBSD likes signal.h 
2209              From: Richard Soderberg <rs@oregonnet.com>
2210              Date: Mon, 29 Oct 2001 17:00:31 -0800
2211              Message-Id: <200110300100.RAA31533@oregonnet.com>
2212      Branch: perl
2213            ! unixish.h
2214 ____________________________________________________________________________
2215 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
2216         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
2217              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2218              Date: Mon, 29 Oct 2001 23:04:23 -0000
2219              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
2220      Branch: perl
2221            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2222            ! ext/DB_File/t/db-recno.t
2223 ____________________________________________________________________________
2224 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
2225         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
2226              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
2227              Date: Mon, 29 Oct 2001 12:34:07 -0600
2228              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
2229      Branch: perl
2230            ! ext/Time/HiRes/HiRes.t
2231 ____________________________________________________________________________
2232 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
2233         Log: Update Changes.
2234      Branch: perl
2235            ! Changes patchlevel.h
2236 ____________________________________________________________________________
2237 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
2238         Log: AIX needs an explicit symbol export list.
2239      Branch: perl
2240            ! lib/ExtUtils/Embed.t
2241 ____________________________________________________________________________
2242 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
2243         Log: The test (and the module) would require some
2244              quality hacking time to work on EBCDIC.  Based n
2245              the test results nothing seems to be majorly broken,
2246              the module just seems to have strange assumptions:
2247              got: ''\226\225\205'
2248              expected: ''one'
2249              The \226\225\205 being, of course, 'one', in EBCDIC.
2250      Branch: perl
2251            ! lib/Dumpvalue.t
2252 ____________________________________________________________________________
2253 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
2254         Log: Mark the test known to be failing in EBCDIC.
2255      Branch: perl
2256            ! t/op/tr.t
2257 ____________________________________________________________________________
2258 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
2259         Log: None of the libnet modules are going to work in
2260              EBCDIC without the Convert::EBCDIC.
2261      Branch: perl
2262            ! t/lib/1_compile.t
2263 ____________________________________________________________________________
2264 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
2265         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
2266      Branch: perl
2267            ! t/op/pack.t
2268 ____________________________________________________________________________
2269 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
2270         Log: UTF-EBCDIC ain't UTF-8.
2271      Branch: perl
2272            ! t/op/pack.t
2273 ____________________________________________________________________________
2274 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
2275         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
2276      Branch: perl
2277            ! t/lib/1_compile.t
2278 ____________________________________________________________________________
2279 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
2280         Log: Let's not assume ASCII.
2281      Branch: perl
2282            ! t/op/lc.t
2283 ____________________________________________________________________________
2284 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
2285         Log: Call the new perlio symbols differently.
2286      Branch: perl
2287            ! makedef.pl
2288 ____________________________________________________________________________
2289 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
2290         Log: Don't expect ASCII ordering.
2291      Branch: perl
2292            ! lib/ExtUtils/Manifest.t
2293 ____________________________________________________________________________
2294 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
2295         Log: Forgot from #12756.
2296      Branch: perl
2297            ! perlio.h
2298 ____________________________________________________________________________
2299 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
2300         Log: BeOS tweaks:
2301              - fseeko and ftello can be found by Configure but
2302              we do not seem to have prototypes for them so
2303              let's make up some
2304              - BeOS didn't use to have real sockets (sockets as
2305              filedescriptors) but the BONE package is supposed
2306              to fix this.  I do not know how to detect BONEness,
2307              see hints/beos.sh for a spot that needs to fixed.
2308              - BeOS has O_TEXT != O_BINARY but has no setmode()
2309      Branch: perl
2310            ! hints/beos.sh perlio.c
2311 ____________________________________________________________________________
2312 [ 12755] By: sky                                   on 2001/10/29  12:56:12
2313         Log: Ugly fix to not die when a thread creator is holding locks.
2314      Branch: perl
2315            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2316            ! ext/threads/threads.xs
2317 ____________________________________________________________________________
2318 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
2319         Log: Integrate change #12752 from maintperl;
2320              
2321              croak(Nullch) wasn't printing the contents of ERRSV if there was
2322              no outer eval (bug in change#6125)
2323      Branch: perl
2324           !> util.c
2325 ____________________________________________________________________________
2326 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
2327         Log: Subject: [PATCH h2xs] Use of static data in XS modules
2328              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2329              Date: Sun, 28 Oct 2001 21:19:07 -0000
2330              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
2331              
2332              with nits from Sarathy.
2333      Branch: perl
2334            ! utils/h2xs.PL
2335 ____________________________________________________________________________
2336 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
2337         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
2338              no outer eval (bug in change#6125)
2339      Branch: maint-5.6/perl
2340            ! util.c
2341 ____________________________________________________________________________
2342 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
2343         Log: More todo for the encoding pragma.
2344      Branch: perl
2345            ! lib/encoding.pm
2346 ____________________________________________________________________________
2347 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
2348         Log: Add the encoding pragma to control the "upgrade"
2349              from the native eight bit data to Unicode.
2350              
2351              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
2352      Branch: perl
2353            + lib/encoding.pm lib/encoding.t
2354            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
2355            ! pod/perlunicode.pod pod/perlvar.pod sv.c
2356 ____________________________________________________________________________
2357 [ 12749] By: sky                                   on 2001/10/28  21:02:33
2358         Log: Update documentation.
2359      Branch: perl
2360            ! ext/threads/shared/shared.pm
2361 ____________________________________________________________________________
2362 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
2363         Log: Integrate change #12747 from maintperl;
2364              
2365              finishing touches to system() fixes on windows:
2366              * detect cmd shell correctly even if it had full path in it
2367              * more quoting needed for single-arg system if the argument
2368              really had multiple quoted arguments within it
2369              * be smarter about not calling the shell when the executable
2370              has spaces, but otherwise does not need shell involvement
2371              * add a testsuite (windows-specific currently)
2372      Branch: perl
2373           +> t/op/system.t t/op/system_tests
2374            ! MANIFEST pod/perltodo.pod
2375           !> win32/win32.c
2376 ____________________________________________________________________________
2377 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
2378         Log: finishing touches to system() fixes on windows:
2379              * detect cmd shell correctly even if it had full path in it
2380              * more quoting needed for single-arg system if the argument
2381              really had multiple quoted arguments within it
2382              * be smarter about not calling the shell when the executable
2383              has spaces, but otherwise does not need shell involvement
2384              * add a testsuite (windows-specific currently)
2385      Branch: maint-5.6/perl
2386            + t/op/system.t t/op/system_tests
2387            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
2388 ____________________________________________________________________________
2389 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
2390         Log: Integrate perlio.
2391      Branch: perl
2392           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
2393 ____________________________________________________________________________
2394 [ 12745] By: nick                                  on 2001/10/28  16:08:14
2395         Log: Mingw32 fixup for Embed.t
2396      Branch: perlio
2397            ! lib/ExtUtils/Embed.t
2398 ____________________________________________________________________________
2399 [ 12744] By: nick                                  on 2001/10/28  15:54:14
2400         Log: GCC vs MS 64-bit constant syntax
2401      Branch: perlio
2402            ! ext/Time/HiRes/HiRes.xs
2403 ____________________________________________________________________________
2404 [ 12743] By: nick                                  on 2001/10/28  15:42:55
2405         Log: Integrate mainline
2406      Branch: perlio
2407           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
2408 ____________________________________________________________________________
2409 [ 12742] By: sky                                   on 2001/10/28  14:47:10
2410         Log: Manpage updates.
2411      Branch: perl
2412            ! ext/threads/threads.pm
2413 ____________________________________________________________________________
2414 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
2415         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
2416      Branch: perl
2417            ! lib/ExtUtils/Embed.t
2418 ____________________________________________________________________________
2419 [ 12740] By: nick                                  on 2001/10/28  14:14:24
2420         Log: Integrate mainline
2421      Branch: perlio
2422           !> lib/ExtUtils/Embed.t win32/win32.c
2423 ____________________________________________________________________________
2424 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
2425         Log: Need to be ./executed.
2426      Branch: perl
2427            ! lib/ExtUtils/Embed.t
2428 ____________________________________________________________________________
2429 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
2430         Log: Integrate perlio.
2431      Branch: perl
2432           !> perlio.c win32/win32.h
2433 ____________________________________________________________________________
2434 [ 12737] By: nick                                  on 2001/10/28  13:53:45
2435         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
2436              by gcc -xc++.
2437      Branch: perlio
2438            ! win32/win32.h
2439 ____________________________________________________________________________
2440 [ 12736] By: nick                                  on 2001/10/28  13:50:50
2441         Log: Have :stdio layer update an honour the fd refcnt table.
2442              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
2443      Branch: perlio
2444            ! perlio.c
2445 ____________________________________________________________________________
2446 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
2447         Log: Integrate changes #12724 and #12725 from maintperl;
2448              multiarg system now works.
2449      Branch: perl
2450           !> win32/win32.c
2451 ____________________________________________________________________________
2452 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
2453         Log: Integrate perlio.
2454      Branch: perl
2455           +> lib/ExtUtils/Embed.t
2456           !> MANIFEST perlio.c
2457 ____________________________________________________________________________
2458 [ 12733] By: nick                                  on 2001/10/28  13:07:16
2459         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
2460              least for PERLIO=perlio unthreaded case
2461      Branch: perlio
2462            ! perlio.c
2463 ____________________________________________________________________________
2464 [ 12732] By: nick                                  on 2001/10/28  11:10:24
2465         Log: Typo in exe name
2466      Branch: perlio
2467            ! lib/ExtUtils/Embed.t
2468 ____________________________________________________________________________
2469 [ 12731] By: nick                                  on 2001/10/28  11:09:59
2470         Log: Integrate Mainline
2471      Branch: perlio
2472           !> Changes configure.com ext/DB_File/DB_File.pm
2473           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
2474           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
2475           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
2476           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
2477           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
2478           !> t/TEST t/op/regexp.t win32/buildext.pl
2479 ____________________________________________________________________________
2480 [ 12730] By: nick                                  on 2001/10/28  11:05:35
2481         Log: Fixup Embed.t for Win32/VC++
2482      Branch: perlio
2483            ! lib/ExtUtils/Embed.t
2484 ____________________________________________________________________________
2485 [ 12729] By: nick                                  on 2001/10/28  09:36:20
2486         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
2487              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
2488              ExtUtils::Embed.
2489      Branch: perlio
2490            + lib/ExtUtils/Embed.t
2491            ! MANIFEST
2492 ____________________________________________________________________________
2493 [ 12728] By: sky                                   on 2001/10/28  08:12:53
2494         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
2495              line manually!
2496      Branch: perl
2497            ! lib/ExtUtils/xsubpp
2498 ____________________________________________________________________________
2499 [ 12727] By: sky                                   on 2001/10/28  08:02:09
2500         Log: And here we use the prototypes.
2501      Branch: perl
2502            ! ext/threads/shared/shared.xs
2503 ____________________________________________________________________________
2504 [ 12726] By: sky                                   on 2001/10/28  08:00:48
2505         Log: Support [] style prototypes.
2506      Branch: perl
2507            ! lib/ExtUtils/xsubpp
2508 ____________________________________________________________________________
2509 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
2510         Log: yet another multi-arg system() fix on windows: batch files as the
2511              first argument (i.e. directly executed by CreateProcess()) need
2512              extra quoting to escape shell-shock
2513      Branch: maint-5.6/perl
2514            ! win32/win32.c
2515 ____________________________________________________________________________
2516 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
2517         Log: another multi-arg system() fix on windows: passing empty arguments
2518              now works
2519      Branch: maint-5.6/perl
2520            ! win32/win32.c
2521 ____________________________________________________________________________
2522 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
2523         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
2524              No final #else #error because we do not seem to
2525              be using #error?
2526      Branch: perl
2527            ! op.h
2528 ____________________________________________________________________________
2529 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
2530         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
2531              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
2532              Date: Sat, 27 Oct 2001 23:28:44 EST 
2533              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
2534      Branch: perl
2535            ! ext/Time/HiRes/HiRes.xs
2536 ____________________________________________________________________________
2537 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
2538         Log: Regen perlapi, perltoc.
2539      Branch: perl
2540            ! pod/perlapi.pod pod/perltoc.pod
2541 ____________________________________________________________________________
2542 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
2543         Log: Subject: [PATCH] sv.h documentation
2544              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
2545              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
2546              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
2547      Branch: perl
2548            ! sv.h
2549 ____________________________________________________________________________
2550 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
2551         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
2552              system("nmake -nologo", "clean") and there is no executable
2553              called "nmake -nologo"; this used to "work" pre-change#12559 due
2554              to bugs in multiarg system() that have since been fixed
2555      Branch: perl
2556            ! win32/buildext.pl
2557 ____________________________________________________________________________
2558 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
2559         Log: Update Changes.
2560      Branch: perl
2561            ! Changes patchlevel.h
2562 ____________________________________________________________________________
2563 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
2564         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
2565              From: Richard.Foley@t-online.de (Richard Foley)            
2566              Date: Sun, 28 Oct 2001 00:48:32 +0200
2567              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
2568      Branch: perl
2569            ! pod/perlhack.pod
2570 ____________________________________________________________________________
2571 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
2572         Log: Must store pointers with the right width.
2573      Branch: perl
2574            ! op.h
2575 ____________________________________________________________________________
2576 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
2577         Log: Integrate change #12711 from perlio;
2578              
2579              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
2580              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
2581      Branch: perl
2582           !> perlio.c
2583 ____________________________________________________________________________
2584 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
2585         Log: Subject: [PATCH] make minitest
2586              From: Nicholas Clark <nick@ccl4.org>
2587              Date: Sat, 27 Oct 2001 22:56:16 +0100
2588              Message-ID: <20011027225616.L20275@plum.flirble.org>
2589      Branch: perl
2590            ! t/TEST
2591 ____________________________________________________________________________
2592 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
2593         Log: Patch #12661 missed this.
2594      Branch: perl
2595            ! ext/DB_File/DB_File.pm
2596 ____________________________________________________________________________
2597 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
2598         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
2599              From: "Craig A. Berry" <craigberry@mac.com>
2600              Date: Sat, 27 Oct 2001 16:07:47 -0500
2601              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
2602      Branch: perl
2603            ! configure.com perlio.c
2604 ____________________________________________________________________________
2605 [ 12711] By: nick                                  on 2001/10/27  19:49:25
2606         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
2607              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
2608      Branch: perlio
2609            ! perlio.c
2610 ____________________________________________________________________________
2611 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
2612         Log: Let's not replace reason if there's one already supplied.
2613      Branch: perl
2614            ! t/op/regexp.t
2615 ____________________________________________________________________________
2616 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
2617         Log: is not good.
2618      Branch: perl
2619            ! t/op/regexp.t
2620 ____________________________________________________________________________
2621 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
2622         Log: ldlibpth can exist but be unset.
2623      Branch: perl
2624            ! t/TEST
2625 ____________________________________________________________________________
2626 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
2627         Log: Unicode: property alias naming cleanup.
2628      Branch: perl
2629            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
2630 ____________________________________________________________________________
2631 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
2632         Log: FAQ sync.
2633      Branch: perl
2634            ! pod/perlfaq4.pod
2635 ____________________________________________________________________________
2636 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
2637         Log: Integrate change #12703 from maintperl;
2638              
2639              typemap stuff intervenes before declaration, move it to PREINIT
2640              section
2641              
2642              (an empty integrate, but now the files are in sync
2643              between the branches)
2644      Branch: perl
2645           !> ext/ODBM_File/ODBM_File.xs
2646 ____________________________________________________________________________
2647 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
2648         Log: More PerlIO symbols.
2649      Branch: perl
2650            ! makedef.pl
2651 ____________________________________________________________________________
2652 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
2653         Log: typemap stuff intervenes before declaration, move it to PREINIT
2654              section
2655      Branch: maint-5.6/perl
2656            ! ext/ODBM_File/ODBM_File.xs
2657 ____________________________________________________________________________
2658 [ 12702] By: nick                                  on 2001/10/27  14:09:35
2659         Log: Integrate mainline
2660      Branch: perlio
2661           +> ext/threads/shared/t/av_simple.t
2662           +> ext/threads/shared/t/hv_refs.t
2663           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
2664           !> (integrate 109 files)
2665 ____________________________________________________________________________
2666 [ 12700] By: ams                                   on 2001/10/26  21:22:23
2667         Log: Subject: [PATCH] tweak divide
2668              From: Nicholas Clark <nick@ccl4.org>
2669              Date: Fri, 26 Oct 2001 22:52:17 +0100
2670              Message-Id: <20011026225217.B20275@plum.flirble.org>
2671      Branch: perl
2672            ! pp.c
2673 ____________________________________________________________________________
2674 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
2675         Log: Integrate a buncha things from maintperl.
2676      Branch: maint-5.6/macperl
2677           !> (integrate 32 files)
2678 ____________________________________________________________________________
2679 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
2680         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
2681              From: Andy Dougherty <doughera@lafayette.edu>
2682              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
2683              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
2684      Branch: perl
2685            ! hints/svr4.sh
2686 ____________________________________________________________________________
2687 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
2688         Log: When you're root, many things become writable.
2689      Branch: perl
2690            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
2691 ____________________________________________________________________________
2692 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
2693         Log: Update Changes.
2694      Branch: perl
2695            ! Changes patchlevel.h
2696 ____________________________________________________________________________
2697 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
2698         Log: Term/Cap.t attempts to access the floppy drive for no good reason
2699              on dosish systems
2700      Branch: perl
2701            ! lib/Term/Cap.t
2702 ____________________________________________________________________________
2703 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
2704         Log: fix misleading comment on known inadequacy in B::Terse, and skip
2705              it correctly
2706      Branch: perl
2707            ! ext/B/t/terse.t
2708 ____________________________________________________________________________
2709 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
2710         Log: fix spurious AutoSplit.t failure under windows
2711      Branch: perl
2712            ! lib/AutoSplit.t
2713 ____________________________________________________________________________
2714 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
2715         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
2716      Branch: perl
2717            ! ext/Time/HiRes/HiRes.t
2718 ____________________________________________________________________________
2719 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
2720         Log: More logical to use %04"UVXf" than %"UVuf" since
2721              the Unicode standard prefers hex.
2722      Branch: perl
2723            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
2724            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
2725            ! lib/unicore/mktables utf8.c
2726 ____________________________________________________________________________
2727 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
2728         Log: change#12065 seems to have broken Encode build on windows; fix
2729      Branch: perl
2730            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
2731 ____________________________________________________________________________
2732 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
2733         Log: Unicode: add the case folding table.
2734      Branch: perl
2735            + lib/unicore/To/Fold.pl
2736            ! MANIFEST lib/unicore/mktables
2737 ____________________________________________________________________________
2738 [ 12688] By: sky                                   on 2001/10/26  13:51:29
2739         Log: Get the new functions right, do not export lock since we use builtin lock.
2740              TODO: fix xsubpp to support the new prototypes
2741      Branch: perl
2742            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2743 ____________________________________________________________________________
2744 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
2745         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
2746              as suggested by Sarathy.
2747      Branch: perl
2748            ! mg.c
2749 ____________________________________________________________________________
2750 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
2751         Log: avoid compiler warning
2752      Branch: perl
2753            ! win32/win32.c
2754 ____________________________________________________________________________
2755 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
2756         Log: WinCE update from Rainer Keuchel.
2757      Branch: perl
2758            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
2759            ! wince/wince.c
2760 ____________________________________________________________________________
2761 [ 12684] By: sky                                   on 2001/10/26  13:34:33
2762         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
2763      Branch: perl
2764            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2765 ____________________________________________________________________________
2766 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
2767         Log: More fixes that were made to the core and not in the libnet src
2768      Branch: perl
2769            ! lib/Net/Domain.pm
2770 ____________________________________________________________________________
2771 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
2772         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
2773              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
2774              Date: Fri, 26 Oct 2001 13:55:21 +0200
2775              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
2776              
2777              (plus make the db-recno.t#59 accept both \n and \r\n)
2778      Branch: perl
2779            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2780            ! ext/DB_File/t/db-recno.t
2781 ____________________________________________________________________________
2782 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
2783         Log: Fix tests to be able to run in the core and the CPAN dist
2784      Branch: perl
2785            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
2786            ! lib/Net/t/require.t lib/Net/t/smtp.t
2787 ____________________________________________________________________________
2788 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
2789         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
2790              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2791              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
2792              Date: Fri, 26 Oct 2001 08:34:46 EDT
2793      Branch: perl
2794            ! ext/Time/HiRes/HiRes.t
2795 ____________________________________________________________________________
2796 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
2797         Log: Sync libnet modules with what will be libnet-1.08
2798      Branch: perl
2799            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
2800            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
2801            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
2802            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
2803 ____________________________________________________________________________
2804 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
2805         Log: Integrate maintperl changes #12268 and #12669;
2806              
2807              final touches to the audit for statics and thread-unsafe code
2808              * make DB_File, ODBM_File thread-safe 
2809              * remove unnecessary/dangerous statics and protect others
2810              from not getting accidentally enabled under threaded perls
2811              
2812              windows support functions get_childdir() et al aren't exported
2813              correctly under vanilla build
2814              
2815              Testing under win32 appreciated since changes there had
2816              to be manually merged and I cannot test how badly did I do.
2817      Branch: perl
2818           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
2819           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
2820           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
2821           !> win32/vmem.h win32/win32.c win32/win32iop.h
2822 ____________________________________________________________________________
2823 [ 12677] By: sky                                   on 2001/10/26  12:37:17
2824         Log: More Config::threads to threads::threads changes
2825      Branch: perl
2826            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
2827 ____________________________________________________________________________
2828 [ 12676] By: sky                                   on 2001/10/26  12:31:46
2829         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
2830      Branch: perl
2831            ! ext/threads/threads.pm ext/threads/threads.xs
2832 ____________________________________________________________________________
2833 [ 12675] By: sky                                   on 2001/10/26  12:06:30
2834         Log: Allocing a TLS in runtime is not too hot.
2835      Branch: perl
2836            ! ext/threads/threads.xs
2837 ____________________________________________________________________________
2838 [ 12674] By: sky                                   on 2001/10/26  11:59:09
2839         Log: Don't display debug data.
2840      Branch: perl
2841            ! ext/threads/threads.pm
2842 ____________________________________________________________________________
2843 [ 12673] By: sky                                   on 2001/10/26  11:35:47
2844         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
2845              complete bar support for blessed objects.
2846              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
2847      Branch: perl
2848            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
2849 ____________________________________________________________________________
2850 [ 12672] By: sky                                   on 2001/10/26  11:15:28
2851         Log: Fix case where shared reference does not exist in current thread.
2852      Branch: perl
2853            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
2854 ____________________________________________________________________________
2855 [ 12671] By: sky                                   on 2001/10/26  08:48:52
2856         Log: Support for references in shared arrays.
2857      Branch: perl
2858            ! ext/threads/shared/shared.xs
2859 ____________________________________________________________________________
2860 [ 12670] By: sky                                   on 2001/10/26  08:30:11
2861         Log: Add tests for references in hashes.
2862      Branch: perl
2863            + ext/threads/shared/t/hv_refs.t
2864            ! MANIFEST
2865 ____________________________________________________________________________
2866 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
2867         Log: windows support functions get_childdir() et al aren't exported
2868              correctly under vanilla build
2869      Branch: maint-5.6/perl
2870            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
2871 ____________________________________________________________________________
2872 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
2873         Log: final touches to the audit for statics and thread-unsafe code
2874              * make DB_File, ODBM_File thread-safe 
2875              * remove unnecessary/dangerous statics and protect others
2876              from not getting accidentally enabled under threaded perls
2877      Branch: maint-5.6/perl
2878            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
2879            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
2880            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
2881            ! win32/win32.c
2882 ____________________________________________________________________________
2883 [ 12667] By: ams                                   on 2001/10/26  03:48:36
2884         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
2885              From: "Richard Soderberg" <rs@crystalflame.net>
2886              Date: Thu, 25 Oct 2001 23:42:50 -0400
2887              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
2888      Branch: perl
2889            ! sharedsv.c
2890 ____________________________________________________________________________
2891 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
2892         Log: Integrate change #12664 from maintperl;
2893              
2894              the newest GCCs don't seem to like C<"string1"##STRING2>
2895              so keep it as C<"string1" STRING2> (latter appears to
2896              work everywhere)
2897      Branch: perl
2898           !> ext/DynaLoader/dlutils.c
2899 ____________________________________________________________________________
2900 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
2901         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
2902              From: Chris Nandor <pudge@pobox.com>
2903              Date: Thu, 25 Oct 2001 22:15:03 -0400
2904              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
2905      Branch: perl
2906            ! perl.h
2907 ____________________________________________________________________________
2908 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
2909         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
2910              C<"string1" STRING2> (latter appears to work everywhere)
2911      Branch: maint-5.6/perl
2912            ! ext/DynaLoader/dlutils.c
2913 ____________________________________________________________________________
2914 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
2915         Log: AUTHORS update.
2916      Branch: perl
2917            ! AUTHORS
2918 ____________________________________________________________________________
2919 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
2920         Log: Integrate change #12660 from maintperl;
2921              
2922              make the dMY_CXT stuff available under all of
2923              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
2924      Branch: perl
2925           !> perl.h
2926 ____________________________________________________________________________
2927 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
2928         Log: Subject: [PATCH] DB_File-1.79
2929              From: "Paul Marquess" <paul.marquess@openwave.com>
2930              Date: Fri, 26 Oct 2001 00:03:54 +0100
2931              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
2932      Branch: perl
2933            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
2934            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
2935 ____________________________________________________________________________
2936 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
2937         Log: make the dMY_CXT stuff available under all of
2938              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
2939      Branch: maint-5.6/perl
2940            ! perl.h
2941 ____________________________________________________________________________
2942 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
2943         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
2944              From: Michael G Schwern <schwern@pobox.com>
2945              Date: Thu, 25 Oct 2001 18:28:12 -0400
2946              Message-ID: <20011025182812.M4811@blackrider>
2947      Branch: perl
2948            ! t/run/kill_perl.t
2949 ____________________________________________________________________________
2950 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
2951         Log: STRLEN != int.
2952      Branch: perl
2953            ! regcomp.c regexec.c
2954 ____________________________________________________________________________
2955 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
2956         Log: Subject: [PATCH] remove small IVop redundancy
2957              From: Nicholas Clark <nick@ccl4.org>
2958              Date: Thu, 25 Oct 2001 22:48:28 +0100
2959              Message-ID: <20011025224827.M66471@plum.flirble.org>
2960      Branch: perl
2961            ! pp.c pp_hot.c
2962 ____________________________________________________________________________
2963 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
2964         Log: Metaconfig unit change for #12655.
2965      Branch: metaconfig/U/perl
2966            ! Extensions.U
2967 ____________________________________________________________________________
2968 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
2969         Log: Subject: Re: Not OK @12650
2970              From: Andy Dougherty <doughera@lafayette.edu>
2971              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
2972              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
2973      Branch: perl
2974            ! Configure
2975 ____________________________________________________________________________
2976 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
2977         Log: Integrate changes #12652 and #12653 from maintperl;
2978              
2979              more tweaks to change#12626
2980              * move the boilerplate code over to perl.h and make DynaLoader
2981              use it
2982              * make re, Opcode, File::Glob and B threadsafe
2983              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
2984              C<no re;> anywhere)
2985              
2986              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
2987              
2988              File::Glob required a bit more work in bleadperl
2989              because of ExtUtils::Constant (see the Makefile.PL change)
2990      Branch: perl
2991            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
2992           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
2993           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
2994 ____________________________________________________________________________
2995 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
2996         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
2997      Branch: maint-5.6/perl
2998            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
2999            ! ext/Opcode/Opcode.xs ext/re/re.xs
3000 ____________________________________________________________________________
3001 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
3002         Log: more tweaks to change#12626
3003              * move the boilerplate code over to perl.h and make DynaLoader
3004              use it
3005              * make re, Opcode, File::Glob and B threadsafe
3006              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
3007              C<no re;> anywhere)
3008      Branch: maint-5.6/perl
3009            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
3010            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
3011 ____________________________________________________________________________
3012 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
3013         Log: Metaconfig unit change for #12650.
3014      Branch: metaconfig/U/perl
3015            ! Extensions.U
3016 ____________________________________________________________________________
3017 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
3018         Log: Subject: Re: ithreads doesn't like usedl=n
3019              From: Andy Dougherty <doughera@lafayette.edu>
3020              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
3021              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
3022              
3023              Special-case threads::shared.
3024      Branch: perl
3025            ! Configure
3026 ____________________________________________________________________________
3027 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
3028         Log: Getting fancier...
3029      Branch: perl
3030            ! t/TEST
3031 ____________________________________________________________________________
3032 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
3033         Log: csh - what a pain.
3034      Branch: perl
3035            ! t/TEST
3036 ____________________________________________________________________________
3037 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
3038         Log: Update Changes.
3039      Branch: perl
3040            ! Changes patchlevel.h
3041 ____________________________________________________________________________
3042 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
3043         Log: Allow resetting the locale system for the duration
3044              of the build (Mac OS X default setting LANG=En_US
3045              ist kaputt)
3046      Branch: perl
3047            ! Makefile.SH
3048 ____________________________________________________________________________
3049 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
3050         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
3051      Branch: perl
3052            ! ext/Digest/MD5/t/files.t
3053 ____________________________________________________________________________
3054 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
3055         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
3056              From: Andy Dougherty <doughera@lafayette.edu>
3057              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
3058              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
3059      Branch: perl
3060            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
3061            ! ext/threads/shared/Makefile.PL
3062 ____________________________________________________________________________
3063 [ 12643] By: sky                                   on 2001/10/25  12:28:26
3064         Log: Add support for reference members of hashes.
3065      Branch: perl
3066            ! ext/threads/shared/shared.xs
3067 ____________________________________________________________________________
3068 [ 12642] By: ams                                   on 2001/10/25  12:21:13
3069         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
3070              From: "Norton Allen" <nort@qnx.com>
3071              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
3072              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
3073      Branch: perl
3074            ! ext/Digest/MD5/MD5.xs
3075 ____________________________________________________________________________
3076 [ 12641] By: sky                                   on 2001/10/25  10:27:39
3077         Log: Tests shared hashes.
3078      Branch: perl
3079            + ext/threads/shared/t/hv_simple.t
3080            ! MANIFEST
3081 ____________________________________________________________________________
3082 [ 12640] By: sky                                   on 2001/10/25  10:18:23
3083         Log: Fix threadcounts for arrays and hashes.
3084      Branch: perl
3085            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3086 ____________________________________________________________________________
3087 [ 12639] By: sky                                   on 2001/10/25  10:17:26
3088         Log: Note to self, doing *src_ary++ in a macro that evaluates
3089              the value more than once is a good way to dump core.
3090      Branch: perl
3091            ! sharedsv.c
3092 ____________________________________________________________________________
3093 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
3094         Log: Integrate change #12636 from maintperl; more dl fixups.
3095      Branch: perl
3096           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
3097           !> ext/DynaLoader/dl_vms.xs
3098 ____________________________________________________________________________
3099 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
3100         Log: Like dl_hpux, like dl_dld.
3101      Branch: perl
3102            ! ext/DynaLoader/dl_dld.xs
3103 ____________________________________________________________________________
3104 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
3105         Log: followups to change#12635
3106      Branch: maint-5.6/perl
3107            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
3108            ! ext/DynaLoader/dl_vms.xs
3109 ____________________________________________________________________________
3110 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
3111         Log: add part of change#12634 to the two files that need it; dl_aix.xs
3112              in maint-5.6 doesn't have the branch that had the problem in
3113              mainline
3114      Branch: maint-5.6/perl
3115            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
3116 ____________________________________________________________________________
3117 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
3118         Log: Fixes for #12627.
3119      Branch: perl
3120            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
3121 ____________________________________________________________________________
3122 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
3123         Log: Since pv_uni_display and sv_uni_display are now used
3124              in the re extension, their symbols have to be exported.
3125      Branch: perl
3126            ! embed.pl global.sym
3127 ____________________________________________________________________________
3128 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
3129         Log: Subject:  Re: [PATCH Perl@12567] debug /list
3130              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3131              Date: Tue, 23 Oct 2001 21:40:33 EDT
3132              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
3133      Branch: perl
3134            ! configure.com
3135 ____________________________________________________________________________
3136 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
3137         Log: This takes care of some of the re 'debug' cases but
3138              not all cases since the information whether the pattern
3139              or the target are utf8 seems to be either lost or not
3140              spread widely enough, sigh.
3141      Branch: perl
3142            ! regcomp.c
3143 ____________________________________________________________________________
3144 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
3145         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
3146              From: John Peacock <jpeacock@rowman.com>
3147              Date: Wed, 24 Oct 2001 16:53:29 -0400
3148              Message-ID: <3BD72A49.1508D152@rowman.com>
3149      Branch: perl
3150            ! configure.com
3151 ____________________________________________________________________________
3152 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
3153         Log: Upgrade NetWare and WinCE as in #12626.
3154      Branch: perl
3155            ! NetWare/dl_netware.xs wince/dl_win32.xs
3156 ____________________________________________________________________________
3157 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
3158         Log: Tru64 compiler nit.
3159      Branch: perl
3160            ! ext/threads/shared/shared.xs
3161 ____________________________________________________________________________
3162 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
3163         Log: Integrate change #12626 from maintperl;
3164              make DynaLoader threadsafe by moving all statics into
3165              interpreter-local space
3166              
3167              TODO: Netware, OS/2, WinCE
3168      Branch: perl
3169           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3170           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
3171           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
3172           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
3173           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3174           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3175           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
3176 ____________________________________________________________________________
3177 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
3178         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
3179              space
3180      Branch: maint-5.6/perl
3181            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3182            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
3183            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
3184            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
3185            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3186            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3187            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
3188 ____________________________________________________________________________
3189 [ 12625] By: sky                                   on 2001/10/24  20:05:26
3190         Log: Change #12623 inflicted an infinite hang. Fixed.
3191      Branch: perl
3192            ! ext/threads/shared/shared.xs
3193 ____________________________________________________________________________
3194 [ 12624] By: sky                                   on 2001/10/24  19:06:55
3195         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
3196      Branch: perl
3197            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3198 ____________________________________________________________________________
3199 [ 12623] By: sky                                   on 2001/10/24  18:06:34
3200         Log: We need to do sharedsv_find in the original perl context.
3201      Branch: perl
3202            ! ext/threads/shared/shared.xs
3203 ____________________________________________________________________________
3204 [ 12622] By: sky                                   on 2001/10/24  17:26:51
3205         Log: Add support for basic support for AVs, references not supported yet.
3206              Add test for AVs.
3207              Add more tests to sv_refs
3208              Fix documentation issues.  
3209      Branch: perl
3210            + ext/threads/shared/t/av_simple.t
3211            ! MANIFEST ext/threads/shared/shared.pm
3212            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
3213 ____________________________________________________________________________
3214 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
3215         Log: Dump Unicode better for re 'debug'.  The regprop()
3216              is unfinished since have to figure out how to detect
3217              Unicodeness in there.
3218      Branch: perl
3219            ! regcomp.c regexec.c
3220 ____________________________________________________________________________
3221 [ 12620] By: sky                                   on 2001/10/24  13:18:07
3222         Log: Add support for finding shared arrays and hashes.
3223      Branch: perl
3224            ! sharedsv.c
3225 ____________________________________________________________________________
3226 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
3227         Log: Rewrite sv_uni_display() as pv_uni_display() as
3228              reimplement sv_uni_display() using that.
3229      Branch: perl
3230            ! dump.c embed.h embed.pl proto.h
3231 ____________________________________________________________________________
3232 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
3233         Log: Integrate change #12615 from maintperl;
3234              on Windows, IO::File::new_tmpfile() fails after being called
3235              32767 times because MSVCRT thinks stdio's TMP_MAX is a
3236              process-wide limit
3237      Branch: perl
3238           !> win32/win32.c
3239 ____________________________________________________________________________
3240 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
3241         Log: Don't try to print ints as IVs.
3242      Branch: perl
3243            ! ext/Time/HiRes/HiRes.xs
3244 ____________________________________________________________________________
3245 [ 12616] By: sky                                   on 2001/10/24  11:06:35
3246         Log: We only need to fetch the SV from the backend if the index
3247              is not the same as mg_private.     In theory this could be
3248              a problem if there are an exact multiple of U16 changes
3249              of a shared variable between two access in a given thread,
3250              we choose to avoid theory for now.
3251      Branch: perl
3252            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
3253 ____________________________________________________________________________
3254 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
3255         Log: on Windows, IO::File::new_tmpfile() fails after being called
3256              32767 times because MSVCRT thinks stdio's TMP_MAX is a
3257              process-wide limit
3258      Branch: maint-5.6/perl
3259            ! win32/win32.c
3260 ____________________________________________________________________________
3261 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
3262         Log: Negation and Unicode: sort of solves 20010303.010,
3263              except not quite like reported in the Subject
3264              (Perl_warner is still utf8-ignorant).
3265      Branch: perl
3266            ! pp.c t/lib/warnings/sv
3267 ____________________________________________________________________________
3268 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
3269         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
3270      Branch: perl
3271            ! sv.c t/lib/warnings/sv
3272 ____________________________________________________________________________
3273 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
3274         Log: sv_uni_display(): do not add the "...", let the caller
3275              do it if wanted, and be prepared for more display options.
3276      Branch: perl
3277            ! dump.c embed.h embed.pl proto.h
3278 ____________________________________________________________________________
3279 [ 12611] By: nick                                  on 2001/10/23  20:28:07
3280         Log: Integrate mainline
3281      Branch: perlio
3282           !> Changes configure.com cygwin/cygwin.c
3283           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
3284           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
3285           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
3286           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
3287           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
3288           !> utils/h2xs.PL utils/perldoc.PL
3289 ____________________________________________________________________________
3290 [ 12610] By: sky                                   on 2001/10/23  19:39:24
3291         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
3292              READONLY but still dies with modification attempt. We only call bless for ext and
3293              umagic.
3294      Branch: perl
3295            ! sv.c
3296 ____________________________________________________________________________
3297 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
3298         Log: Croak() on negative time; doc tweaks.
3299      Branch: perl
3300            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
3301            ! ext/Time/HiRes/HiRes.xs
3302 ____________________________________________________________________________
3303 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
3304         Log: FAQ sync.
3305      Branch: perl
3306            ! pod/perlfaq4.pod pod/perlfaq7.pod
3307 ____________________________________________________________________________
3308 [ 12607] By: sky                                   on 2001/10/23  18:27:27
3309         Log: Call setmagic on the referant we blessing!
3310      Branch: perl
3311            ! sv.c
3312 ____________________________________________________________________________
3313 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
3314         Log: Small test nits.
3315      Branch: perl
3316            ! t/op/lc.t
3317 ____________________________________________________________________________
3318 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
3319         Log: Update Changes.
3320      Branch: perl
3321            ! Changes patchlevel.h
3322 ____________________________________________________________________________
3323 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
3324         Log: Make the PerlIO_init() prototypes consistent.
3325      Branch: perl
3326            ! perlio.c
3327 ____________________________________________________________________________
3328 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
3329         Log: Upping the test count is a good idea.
3330      Branch: perl
3331            ! t/op/lc.t
3332 ____________________________________________________________________________
3333 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
3334         Log: Document the final sigma spot.
3335      Branch: perl
3336            ! pp.c
3337 ____________________________________________________________________________
3338 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
3339         Log: Fix multicharacter titlecase (ucfirst).
3340      Branch: perl
3341            ! pod/perlunicode.pod pp.c t/op/lc.t
3342 ____________________________________________________________________________
3343 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
3344         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
3345              From: Mikhail Zabaluev <mhz@alt-linux.org>
3346              Date: Tue, 23 Oct 2001 10:40:37 +0400
3347              Message-ID: <20011023104037.A12761@localhost.localdomain>
3348              
3349              (#12406 replaced with this)
3350      Branch: perl
3351            ! utils/perldoc.PL
3352 ____________________________________________________________________________
3353 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
3354         Log: MacOS Classic updates from Pudge.
3355      Branch: perl
3356            ! lib/File/Spec.t lib/File/Spec/Mac.pm
3357 ____________________________________________________________________________
3358 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
3359         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
3360              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3361              Date: Sun, 14 Oct 2001 23:14:46 +0200
3362              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
3363              
3364              except for the 2->4 changes.
3365      Branch: perl
3366            ! lib/AutoSplit.t
3367 ____________________________________________________________________________
3368 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
3369         Log: integrate macperl contents into maint-5.6
3370      Branch: maint-5.6/perl
3371            ! mg.c
3372           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
3373           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
3374           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
3375           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
3376           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
3377           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
3378           !> t/lib/filefind.t t/lib/filespec.t
3379 ____________________________________________________________________________
3380 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
3381         Log: At some point the #6234 has been lost from the mainline
3382              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
3383      Branch: perl
3384            ! lib/File/Spec/Win32.pm
3385 ____________________________________________________________________________
3386 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
3387         Log: Cygwin seems to round up (or closest, but not down)
3388              for time(), so half of the time (bad pun intended)
3389              Time::HiRes::time() is less than time(), half of
3390              the time it's more.  So let's try harder in the loop.
3391      Branch: perl
3392            ! ext/Time/HiRes/HiRes.t
3393 ____________________________________________________________________________
3394 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
3395         Log: MacOS Classic timeofday(), from Chris Nandor. 
3396      Branch: perl
3397            ! ext/Time/HiRes/HiRes.xs
3398 ____________________________________________________________________________
3399 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
3400         Log: Integrate changes #12580 and #12581 from macperl;
3401              
3402              Fix path construction.
3403              
3404              (Copyright) Nit.
3405      Branch: perl
3406           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
3407 ____________________________________________________________________________
3408 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
3409         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
3410              doesn't seem to help (the error being output to console, maybe?)
3411      Branch: perl
3412            ! lib/Net/Domain.pm
3413 ____________________________________________________________________________
3414 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
3415         Log: Taint the getcwd() result also in Cygwin.
3416              (TODO: which other platforms need the same thing?)
3417      Branch: perl
3418            ! cygwin/cygwin.c
3419 ____________________________________________________________________________
3420 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
3421         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
3422      Branch: perl
3423            ! t/op/taint.t
3424 ____________________________________________________________________________
3425 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
3426         Log: getpwuid() fragility continues.
3427      Branch: perl
3428            ! utils/h2xs.PL
3429 ____________________________________________________________________________
3430 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
3431         Log: getpwuid() might succeed but that's no guarantee
3432              that the $home will be defined.
3433      Branch: perl
3434            ! ext/File/Glob/t/basic.t
3435 ____________________________________________________________________________
3436 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
3437         Log: It's safer to to expand the variable, too... (see #12571)
3438      Branch: perl
3439            ! t/TEST
3440 ____________________________________________________________________________
3441 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
3442         Log: Integrate with maintperl.
3443      Branch: maint-5.6/macperl
3444           !> win32/bin/pl2bat.pl win32/win32.c
3445 ____________________________________________________________________________
3446 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
3447         Log: Oops, forgot to include Win32 ... just as well, since it
3448              seems in bleadperl, change #7764 was not included
3449              (adding C:\temp).  Re-added.  Rip it back out if it
3450              doesn't belong.  :-)
3451      Branch: maint-5.6/macperl
3452            ! lib/File/Spec/Win32.pm
3453 ____________________________________________________________________________
3454 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
3455         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
3456              From: "Craig A. Berry" <craigberry@mac.com>
3457              Date: Mon, 22 Oct 2001 15:25:19 -0500
3458              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
3459      Branch: perl
3460            ! configure.com
3461 ____________________________________________________________________________
3462 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
3463         Log: Add in lots of File::Spec changes, from Thomas Wegner,
3464              and sync with changes from bleadperl.
3465      Branch: maint-5.6/macperl
3466            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
3467            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
3468            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3469            ! lib/File/Spec/Win32.pm t/lib/filespec.t
3470 ____________________________________________________________________________
3471 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
3472         Log: Sync with latest File::Find and tests from bleadperl.
3473      Branch: maint-5.6/macperl
3474            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
3475 ____________________________________________________________________________
3476 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
3477         Log: Nit.
3478      Branch: maint-5.6/macperl
3479            ! perl.c
3480 ____________________________________________________________________________
3481 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
3482         Log: Fix path construction.
3483      Branch: maint-5.6/macperl
3484            ! ext/DynaLoader/DynaLoader_pm.PL
3485 ____________________________________________________________________________
3486 [ 12579] By: nick                                  on 2001/10/22  19:08:35
3487         Log: Integrate mainline (for Arthurs thread.xs fix)
3488      Branch: perlio
3489           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
3490 ____________________________________________________________________________
3491 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
3492         Log: Fix up exported symbols, move relevant docs
3493              over from macperl.pod.
3494      Branch: maint-5.6/macperl
3495            ! macos/ext/MacPerl/MacPerl.pm
3496 ____________________________________________________________________________
3497 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
3498         Log: Make ADDRESS called optionally as a method.
3499      Branch: maint-5.6/macperl
3500            ! macos/lib/Mac/Glue.pm
3501 ____________________________________________________________________________
3502 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
3503         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
3504              Apple event.
3505      Branch: maint-5.6/macperl
3506            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
3507            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
3508            ! macos/macperl/MPTerminology.aete
3509 ____________________________________________________________________________
3510 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
3511         Log: Clean up some build utilities. Change Entab to Duplicate;
3512              fix docs and error reporting; improve macify() of paths;
3513              remove requirement for Exporter.pm presence.
3514      Branch: maint-5.6/macperl
3515            ! macos/InstallBLIB macos/MacPerlTests.cmd
3516            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
3517 ____________________________________________________________________________
3518 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
3519         Log: Sync Time::HiRes with bleadperl
3520      Branch: maint-5.6/macperl
3521            ! macos/bundled_ext/Time/HiRes/HiRes.pm
3522            ! macos/bundled_ext/Time/HiRes/HiRes.t
3523            ! macos/bundled_ext/Time/HiRes/HiRes.xs
3524 ____________________________________________________________________________
3525 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
3526         Log: Fix up Changes
3527      Branch: maint-5.6/macperl
3528            ! macos/Changes
3529 ____________________________________________________________________________
3530 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
3531         Log: A user might belong to only a single group
3532              (the group equal to the group id).
3533      Branch: perl
3534            ! t/op/groups.t
3535 ____________________________________________________________________________
3536 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
3537         Log: Prepending (instead of replacing with) the pwd is safer. 
3538      Branch: perl
3539            ! t/TEST
3540 ____________________________________________________________________________
3541 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
3542         Log: Be more robust if no hostname or domainname
3543              (especially the latter)
3544      Branch: perl
3545            ! lib/Net/Domain.pm
3546 ____________________________________________________________________________
3547 [ 12569] By: sky                                   on 2001/10/22  17:41:07
3548         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
3549      Branch: perl
3550            ! ext/threads/threads.xs
3551 ____________________________________________________________________________
3552 [ 12568] By: nick                                  on 2001/10/22  16:31:24
3553         Log: Integrate mainline
3554      Branch: perlio
3555           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
3556           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3557           +> ext/threads/shared/t/sv_refs.t
3558           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
3559            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
3560            - lib/unicore/To/SpecUpper.pl
3561           !> (integrate 42 files)
3562 ____________________________________________________________________________
3563 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
3564         Log: Update Changes.
3565      Branch: perl
3566            ! Changes patchlevel.h
3567 ____________________________________________________________________________
3568 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
3569         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
3570              From: Michael G Schwern <schwern@pobox.com>
3571              Date: Mon, 22 Oct 2001 03:48:38 -0400
3572              Message-ID: <20011022034838.B1676@blackrider>
3573      Branch: perl
3574            ! pod/perlvar.pod
3575 ____________________________________________________________________________
3576 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
3577         Log: Pod nits, as suggested by Stas Bekman.
3578      Branch: perl
3579            ! ext/threads/shared/shared.pm ext/threads/threads.pm
3580 ____________________________________________________________________________
3581 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
3582         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
3583              From: "Paul Marquess" <paul.marquess@openwave.com> 
3584              Date: Sun, 21 Oct 2001 21:11:15 +0100
3585              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
3586      Branch: perl
3587            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
3588            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
3589            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
3590            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
3591            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
3592            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
3593            ! ext/SDBM_File/sdbm.t
3594 ____________________________________________________________________________
3595 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
3596         Log: Integrate change #12559 from maintperl;
3597              various fixes for system() and backticks under windows
3598      Branch: perl
3599           !> win32/win32.c
3600 ____________________________________________________________________________
3601 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
3602         Log: Integrate change #12560 from maintperl;
3603              make pl2bat use %0 rather than "%0" (the latter fails to work
3604              in a lot of common cases)
3605      Branch: perl
3606           !> win32/bin/pl2bat.pl
3607 ____________________________________________________________________________
3608 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
3609         Log: Integrate changes #12549 and #12550 from maintperl;
3610              
3611              readline() doesn't work with our variables; it confuses them with
3612              my variables (change#4227 was incomplete)
3613      Branch: perl
3614            ! t/lib/strict/vars
3615           !> t/base/rs.t toke.c
3616 ____________________________________________________________________________
3617 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
3618         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
3619              in a lot of common cases)
3620      Branch: maint-5.6/perl
3621            ! win32/bin/pl2bat.pl
3622 ____________________________________________________________________________
3623 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
3624         Log: various fixes for system() and backticks under windows:
3625              
3626              * avoid munging whitespace that is passed within quotes
3627              * work around a cmd.exe misfeature that made multi-arg
3628              system() unreliable when there is more than one quoted
3629              argument
3630              * make multi-arg system() autoquote arguments as needed
3631              before passing them to the shell (this avoids having to
3632              second guess the shell quoting)
3633              * perl's -Dp switch can be used to trace the innards
3634      Branch: maint-5.6/perl
3635            ! win32/win32.c
3636 ____________________________________________________________________________
3637 [ 12558] By: nick                                  on 2001/10/22  08:58:42
3638         Log: Integrate ithreads buffer flush fix from perlio
3639      Branch: perl
3640           !> ext/threads/t/basic.t perl.c
3641 ____________________________________________________________________________
3642 [ 12557] By: nick                                  on 2001/10/22  08:35:09
3643         Log: All tests pass (legitimately) on ithreads
3644      Branch: perlio
3645            ! ext/threads/t/basic.t perl.c
3646 ____________________________________________________________________________
3647 [ 12556] By: nick                                  on 2001/10/22  06:51:22
3648         Log: Integrate non-ithreads fix to mainline
3649      Branch: perl
3650           !> perlio.c
3651 ____________________________________________________________________________
3652 [ 12555] By: nick                                  on 2001/10/22  06:48:33
3653         Log: Restore non-ithreads build. Interestingly binmode test passes
3654              non-ithreads - so crlf layer is not damaged and ithreads fail
3655              is a symptom ...
3656      Branch: perlio
3657            ! perlio.c
3658 ____________________________________________________________________________
3659 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
3660         Log: Integrate from perlio; restructuring.
3661      Branch: perl
3662           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
3663           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
3664           !> win32/perlhost.h
3665 ____________________________________________________________________________
3666 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
3667         Log: Integrate from maintperl
3668              (Changes 12350, 12496, 12548, 12549, 12550)
3669      Branch: maint-5.6/macperl
3670           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
3671           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
3672 ____________________________________________________________________________
3673 [ 12552] By: nick                                  on 2001/10/21  19:18:12
3674         Log: Win32 PerlIO_cleanup special cases should no longer be required.
3675      Branch: perlio
3676            ! perl.c
3677 ____________________________________________________________________________
3678 [ 12551] By: nick                                  on 2001/10/21  19:16:56
3679         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
3680      Branch: perlio
3681            ! win32/makefile.mk
3682 ____________________________________________________________________________
3683 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
3684         Log: change#12549 wasn't aware of strictures
3685      Branch: maint-5.6/perl
3686            ! t/pragma/strict-vars toke.c
3687 ____________________________________________________________________________
3688 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
3689         Log: readline() doesn't work with our variables; it confuses them with
3690              my variables (change#4227 was incomplete)
3691      Branch: maint-5.6/perl
3692            ! t/base/rs.t toke.c
3693 ____________________________________________________________________________
3694 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
3695         Log: change#12220 appears to have pulled in a mainline change that
3696              isn't applicable to maint-5.6 (some platforms don't taint
3697              cwd)
3698      Branch: maint-5.6/perl
3699            ! t/lib/filefind-taint.t
3700 ____________________________________________________________________________
3701 [ 12547] By: nick                                  on 2001/10/21  17:15:54
3702         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
3703              for them. Call explicit cleanup during destruct process.
3704              - one binmode test is failing
3705              - also ext/threads/t/basic.t fails under make test, and is noisy under
3706              harness. (Threads results are intermingled and don't match order expected.)
3707      Branch: perlio
3708            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
3709            ! perlio.h perliol.h pod/perlapi.pod sv.c
3710 ____________________________________________________________________________
3711 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
3712         Log: Implement multicharacter case mappings where a single
3713              Unicode character can be mapped into several.
3714      Branch: perl
3715            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
3716            - lib/unicore/To/SpecUpper.pl
3717            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
3718            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
3719            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
3720            ! proto.h t/op/lc.t utf8.c
3721 ____________________________________________________________________________
3722 [ 12545] By: sky                                   on 2001/10/21  15:25:16
3723         Log: First support of threads::shared, support shared svs and references.
3724      Branch: perl
3725            + ext/threads/shared/Makefile.PL ext/threads/shared/README
3726            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3727            + ext/threads/shared/t/sv_refs.t
3728            + ext/threads/shared/t/sv_simple.t
3729            ! MANIFEST sharedsv.c
3730 ____________________________________________________________________________
3731 [ 12544] By: nick                                  on 2001/10/21  14:52:35
3732         Log: PerlIO layer table as PL_perlio (per-interpreter)
3733      Branch: perlio
3734            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
3735            ! pod/perlapi.pod sv.c
3736 ____________________________________________________________________________
3737 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
3738         Log: Prettyprinting.
3739      Branch: perl
3740            ! pod/perlunicode.pod
3741 ____________________________________________________________________________
3742 [ 12542] By: ams                                   on 2001/10/21  03:50:25
3743         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
3744              From: "Sean M. Burke" <sburke@cpan.org>
3745              Date: Sat, 20 Oct 2001 17:51:09 -0600
3746              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
3747      Branch: perl
3748            + pod/perlpodspec.pod
3749            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
3750            ! pod/perltoc.pod
3751 ____________________________________________________________________________
3752 [ 12541] By: nick                                  on 2001/10/20  22:23:53
3753         Log: Fix typos in new locking on MemShared
3754              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
3755              - seems to make segfaults more deterministic - suspect they are 
3756              attempt to free() after Interp and Host have gone.
3757      Branch: perlio
3758            ! perlio.c win32/perlhost.h
3759 ____________________________________________________________________________
3760 [ 12540] By: nick                                  on 2001/10/20  21:50:46
3761         Log: Remove the MemShared re-#define (again)
3762      Branch: perlio
3763            ! perlio.c
3764 ____________________________________________________________________________
3765 [ 12539] By: nick                                  on 2001/10/20  21:49:06
3766         Log: Use locks on MemShared
3767      Branch: perlio
3768            ! win32/perlhost.h
3769 ____________________________________________________________________________
3770 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
3771         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
3772              From: "chromatic" <chromatic@rmci.net>
3773              Date: Sat, 20 Oct 2001 11:13:47 -0600
3774              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
3775      Branch: perl
3776            ! installhtml
3777 ____________________________________________________________________________
3778 [ 12537] By: nick                                  on 2001/10/20  16:44:03
3779         Log: Integrate mainline
3780      Branch: perlio
3781           !> (integrate 48 files)
3782 ____________________________________________________________________________
3783 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
3784         Log: Update Changes.
3785      Branch: perl
3786            ! Changes patchlevel.h
3787 ____________________________________________________________________________
3788 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
3789         Log: Upgrade to podlators 1.11, from Russ Allbery.
3790      Branch: perl
3791            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
3792            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
3793            ! pod/pod2man.PL pod/pod2text.PL
3794 ____________________________________________________________________________
3795 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
3796         Log: Integrate perlio change #12532:
3797              introduce and use PerlIO_intmod2str().
3798      Branch: perl
3799           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
3800 ____________________________________________________________________________
3801 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
3802         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
3803      Branch: perl
3804            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
3805 ____________________________________________________________________________
3806 [ 12532] By: nick                                  on 2001/10/20  14:25:37
3807         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
3808              Use for non-PERLIO fdupopen().
3809      Branch: perlio
3810            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
3811 ____________________________________________________________________________
3812 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
3813         Log: Integrate perlio: PerlIO win32 fixes.
3814      Branch: perl
3815           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
3816           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
3817           !> proto.h sv.h win32/win32io.c
3818 ____________________________________________________________________________
3819 [ 12530] By: nick                                  on 2001/10/20  12:53:30
3820         Log: Fixed in two places - p4 resolve
3821      Branch: perlio
3822            ! perlsdio.h
3823 ____________________________________________________________________________
3824 [ 12529] By: nick                                  on 2001/10/20  12:51:05
3825         Log: Fix for ithreads/stdio build
3826      Branch: perlio
3827            ! perlio.c perlsdio.h
3828 ____________________________________________________________________________
3829 [ 12528] By: ams                                   on 2001/10/20  12:13:25
3830         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
3831              From: Michael G Schwern <schwern@pobox.com>
3832              Date: Sat, 20 Oct 2001 01:41:21 -0400
3833              Message-Id: <20011020014121.I3681@blackrider>
3834      Branch: perl
3835            ! installman
3836 ____________________________________________________________________________
3837 [ 12527] By: ams                                   on 2001/10/20  12:09:41
3838         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
3839              From: Michael G Schwern <schwern@pobox.com>
3840              Date: Sat, 20 Oct 2001 02:04:21 -0400
3841              Message-Id: <20011020020421.A11732@blackrider>
3842      Branch: perl
3843            ! lib/Pod/Checker.pm
3844 ____________________________________________________________________________
3845 [ 12526] By: ams                                   on 2001/10/20  11:59:41
3846         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
3847              From: "chromatic" <chromatic@rmci.net>
3848              Date: Fri, 19 Oct 2001 22:46:39 -0600
3849              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
3850      Branch: perl
3851            ! lib/Net/Config.pm
3852 ____________________________________________________________________________
3853 [ 12525] By: nick                                  on 2001/10/20  11:16:18
3854         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
3855              Perl_sv_setsv_flags directly.
3856      Branch: perlio
3857            ! ext/threads/threads.xs
3858 ____________________________________________________________________________
3859 [ 12524] By: nick                                  on 2001/10/20  10:28:17
3860         Log: Add a new flag character 'm' to embed.pl set to represent
3861              "functions" which are really macros. Use it foe the troublesome
3862              sv_setsv() etc. macros in sv.h - changing latter to define
3863              sv_setsv rather than sv_setsv_macro etc.
3864      Branch: perlio
3865            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
3866            ! pod/perlapi.pod proto.h sv.h
3867 ____________________________________________________________________________
3868 [ 12523] By: nick                                  on 2001/10/20  09:17:17
3869         Log: Add comments explaining why win32.h/embed.h are included where they are
3870              in perl.h 
3871      Branch: perlio
3872            ! perl.h
3873 ____________________________________________________________________________
3874 [ 12522] By: nick                                  on 2001/10/20  08:27:44
3875         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
3876              being used yet.
3877      Branch: perlio
3878            ! win32/win32io.c
3879 ____________________________________________________________________________
3880 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
3881         Log: Wording tweaks.
3882      Branch: perl
3883            ! t/TEST
3884 ____________________________________________________________________________
3885 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
3886         Log: Subject: IO module with nonblocking socket connect patch 
3887              From: Raul Dias <raul@dias.com.br>
3888              Date: Fri, 19 Oct 2001 22:45:32 -0300
3889              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
3890      Branch: perl
3891            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3892 ____________________________________________________________________________
3893 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
3894         Log: Test vertical whitespace combined with /x in \p{}.
3895      Branch: perl
3896            ! t/op/pat.t
3897 ____________________________________________________________________________
3898 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
3899         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
3900              From: Gisle Aas <gisle@ActiveState.com> 
3901              Date: 19 Oct 2001 16:46:02 -0700
3902              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
3903      Branch: perl
3904            ! lib/ExtUtils/MakeMaker.pm
3905 ____________________________________________________________________________
3906 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
3907         Log: No more this symbol.
3908      Branch: perl
3909            ! makedef.pl
3910 ____________________________________________________________________________
3911 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
3912         Log: Integrate change #12511; fix gross win32 build issues.
3913      Branch: perl
3914           !> makedef.pl sv.c
3915 ____________________________________________________________________________
3916 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
3917         Log: Unpack in scalar context should return the first value
3918              returned in list context, as pointed out by Ton Hospel
3919              in 2001-05-21 (this is how it works already in blead,
3920              just adding the test).
3921      Branch: perl
3922            ! t/op/pack.t
3923 ____________________________________________________________________________
3924 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
3925         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
3926              From: "Craig A. Berry" <craigberry@mac.com>
3927              Date: Fri, 19 Oct 2001 16:59:30 -0500
3928              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
3929      Branch: perl
3930            ! utils/perldoc.PL
3931 ____________________________________________________________________________
3932 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
3933         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
3934              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3935              Date: Fri, 19 Oct 2001 17:45:23 EDT
3936              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
3937      Branch: perl
3938            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
3939            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
3940            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
3941            ! vms/vmsish.h
3942 ____________________________________________________________________________
3943 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
3944         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
3945              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3946              Date: Fri, 19 Oct 2001 17:26:35 EDT
3947              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
3948      Branch: perl
3949            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
3950 ____________________________________________________________________________
3951 [ 12511] By: nick                                  on 2001/10/19  19:55:36
3952         Log: Fix gross win32 build issues
3953      Branch: perlio
3954            ! makedef.pl sv.c
3955 ____________________________________________________________________________
3956 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
3957         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
3958              From: David Dyck <dcd@tc.fluke.com>
3959              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
3960              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
3961      Branch: perl
3962            ! lib/File/Find.pm
3963 ____________________________________________________________________________
3964 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
3965         Log: Subject: Re: PerlIO and Encode
3966              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3967              Date: Tue, 16 Oct 2001 01:50:16 +0900
3968              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
3969      Branch: perl
3970            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
3971            ! ext/Encode/Encode/Tcl.t
3972 ____________________________________________________________________________
3973 [ 12508] By: ams                                   on 2001/10/19  17:59:16
3974         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
3975              (See #12499)
3976      Branch: perl
3977            ! pod/perlintro.pod
3978 ____________________________________________________________________________
3979 [ 12507] By: nick                                  on 2001/10/19  16:30:43
3980         Log: Integrate mainline
3981      Branch: perlio
3982           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
3983           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
3984           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
3985           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
3986           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
3987           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
3988           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
3989           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
3990           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
3991           +> win32/config_H.win64
3992            - lib/Test/Utils.pm lib/unicore/mktables.PL
3993            - t/lib/Test/Simple/Catch/More.pm
3994           !> (integrate 84 files)
3995 ____________________________________________________________________________
3996 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
3997         Log: Retract the #10451 which seems to be the cause
3998              of the major leakage from while(){eval"sub{}"}
3999      Branch: perl
4000            ! op.c t/run/kill_perl.t
4001 ____________________________________________________________________________
4002 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
4003         Log: Regen toc.
4004      Branch: perl
4005            ! pod/perltoc.pod
4006 ____________________________________________________________________________
4007 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
4008         Log: Tiny tweaks.
4009      Branch: perl
4010            ! pod/perl.pod
4011 ____________________________________________________________________________
4012 [ 12503] By: ams                                   on 2001/10/19  13:34:24
4013         Log: Subject: Re: perlintro.pod
4014              From: Abe Timmerman <abe@ztreet.demon.nl>
4015              Date: Fri, 19 Oct 2001 14:12:40 +0200
4016              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
4017      Branch: perl
4018            ! pod/perlintro.pod
4019 ____________________________________________________________________________
4020 [ 12502] By: ams                                   on 2001/10/19  13:24:12
4021         Log: Slight reorganisation of references.
4022      Branch: perl
4023            ! pod/perl.pod
4024 ____________________________________________________________________________
4025 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
4026         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
4027              From: Kay Röpke <kroepke@dolphin-services.de>
4028              Date: Fri, 19 Oct 2001 14:04:01 +0200 
4029              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
4030      Branch: perl
4031            ! lib/ExtUtils/MakeMaker.pm
4032 ____________________________________________________________________________
4033 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
4034         Log: Unicode categories continue:
4035              implement Category=, Script=, Block=
4036              (these are based on an upcoming update of TR#18)
4037              Fix a bug where we got two In categories named "old italic",
4038              and another where shortcut for the Is categories wasn't taken.
4039      Branch: perl
4040            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
4041            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
4042            ! pod/perlunicode.pod t/op/pat.t
4043 ____________________________________________________________________________
4044 [ 12499] By: ams                                   on 2001/10/19  01:42:29
4045         Log: Subject: a small patch to perlintro.pod.
4046              From: Autrijus Tang <autrijus@autrijus.org>
4047              Date: Fri, 19 Oct 2001 01:45:51 +0800
4048              Message-Id: <20011019014551.A35625@not.autrijus.org>
4049              (Applied by hand with nits.)
4050      Branch: perl
4051            ! pod/perlintro.pod
4052 ____________________________________________________________________________
4053 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
4054         Log: Subject: [PATCH] OpenBSD hints for ithreads
4055              From: Andy Dougherty <doughera@lafayette.edu>
4056              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
4057              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
4058      Branch: perl
4059            ! hints/openbsd.sh
4060 ____________________________________________________________________________
4061 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
4062         Log: Retract #12446; the problem solved by #12474.
4063      Branch: perl
4064            ! hints/aix.sh
4065 ____________________________________________________________________________
4066 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
4067         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
4068              message and suppress line number info (from Steve Hay
4069              <Steve.Hay@uk.radan.com>)
4070      Branch: maint-5.6/perl
4071            ! lib/Carp/Heavy.pm
4072 ____________________________________________________________________________
4073 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
4074         Log: More documented In categories.
4075      Branch: perl
4076            ! pod/perlunicode.pod
4077 ____________________________________________________________________________
4078 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
4079         Log: Update Changes.
4080      Branch: perl
4081            ! Changes patchlevel.h
4082 ____________________________________________________________________________
4083 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
4084         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
4085      Branch: perl
4086            ! MANIFEST
4087 ____________________________________________________________________________
4088 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
4089         Log: Wrong skip() arguments.
4090      Branch: perl
4091            ! ext/B/t/terse.t
4092 ____________________________________________________________________________
4093 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
4094         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
4095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4096              Date: Wed, 17 Oct 2001 09:10:53 EDT 
4097              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
4098      Branch: perl
4099            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
4100            ! pod/perlapi.pod vms/vms.c
4101 ____________________________________________________________________________
4102 [ 12490] By: ams                                   on 2001/10/18  09:31:00
4103         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
4104              From: Mark-Jason Dominus <mjd@plover.com>
4105              Date: Thu, 18 Oct 2001 06:25:35 -0400
4106              Message-Id: <20011018102535.19264.qmail@plover.com>
4107      Branch: perl
4108            ! pod/perl.pod
4109 ____________________________________________________________________________
4110 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
4111         Log: Prettyprinting.
4112      Branch: perl
4113            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
4114 ____________________________________________________________________________
4115 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
4116         Log: Regen toc.
4117      Branch: perl
4118            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4119 ____________________________________________________________________________
4120 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
4121         Log: Add perlintro, from Skud.
4122      Branch: perl
4123            + pod/perlintro.pod
4124            ! MANIFEST
4125 ____________________________________________________________________________
4126 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
4127         Log: FAQ sync.
4128      Branch: perl
4129            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
4130            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
4131            ! pod/perlfaq8.pod pod/perlfaq9.pod
4132 ____________________________________________________________________________
4133 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
4134         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
4135              in speed (upto 20% speedup in certain operations) but meanwhile
4136              regexps and arithmetics got slower (5-10%) (according to
4137              perlbench average speedup is negligible, and within measuring
4138              flutter, 1%).  Therefore retracting all the changes
4139              aimed at getting -std1 to compile cleanly:  #12475, #12476,
4140              #12479, #12480, #12481, #12482, #12483, #12484.
4141      Branch: perl
4142            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
4143            ! pp_hot.c pp_sys.c toke.c
4144 ____________________________________________________________________________
4145 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
4146         Log: (retracted by #12485)
4147              Strict ANSI doesn't like the third argument of main()
4148              so enable ignoring it if using ultra picky compiler.
4149      Branch: perl
4150            ! miniperlmain.c
4151 ____________________________________________________________________________
4152 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
4153         Log: (retracted by #12485)
4154              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
4155      Branch: perl
4156            ! perl.h
4157 ____________________________________________________________________________
4158 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
4159         Log: (retracted by #12485)
4160              Add explanatory comment.
4161      Branch: perl
4162            ! mg.c
4163 ____________________________________________________________________________
4164 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
4165         Log: (retracted by #12485)
4166              More dollar$hiding.
4167      Branch: perl
4168            ! doio.c perl.h pp_sys.c
4169 ____________________________________________________________________________
4170 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
4171         Log: (retracted by #12485)
4172              KISS.
4173      Branch: perl
4174            ! mg.c
4175 ____________________________________________________________________________
4176 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
4177         Log: (retracted by #12485)
4178              Thou shalt not #ifdef inside macro invocations,
4179              noticed by Rafael Garcia-Suarez.
4180      Branch: perl
4181            ! mg.c
4182 ____________________________________________________________________________
4183 [ 12478] By: ams                                   on 2001/10/17  18:50:55
4184         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
4185              From: Anton Berezin <tobez@tobez.org>
4186              Date: Wed, 17 Oct 2001 18:25:48 +0200
4187              Message-Id: <20011017182548.A12082@heechee.tobez.org>
4188      Branch: perl
4189            ! pp_sys.c
4190 ____________________________________________________________________________
4191 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
4192         Log: (retracted by #12485)
4193              Unterminated #ifdef.
4194      Branch: perl
4195            ! mg.c
4196 ____________________________________________________________________________
4197 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
4198         Log: (retracted by #12485)
4199              Avoid dollar signs in identifiers (in non-VMS) to
4200              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
4201      Branch: perl
4202            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
4203            ! toke.c
4204 ____________________________________________________________________________
4205 [ 12474] By: ams                                   on 2001/10/17  15:14:50
4206         Log: Subject: Two AIX patches
4207              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4208              Date: Wed, 17 Oct 2001 18:04:35 +0200
4209              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
4210      Branch: perl
4211            ! hints/aix.sh makedef.pl
4212 ____________________________________________________________________________
4213 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
4214         Log: Limiting the Time::HiRes::sleep and usleep to
4215              one second is not a good policy if drop-in
4216              replacement is still a goal.
4217      Branch: perl
4218            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
4219            ! ext/Time/HiRes/HiRes.xs
4220 ____________________________________________________________________________
4221 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
4222         Log: Subject: [PATCH] Test::Simple 0.32
4223              From: Michael G Schwern <schwern@pobox.com> 
4224              Date: Wed, 17 Oct 2001 03:42:41 -0400
4225              Message-ID: <20011017034241.A25038@blackrider>
4226      Branch: perl
4227            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
4228            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
4229            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
4230            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
4231            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
4232            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
4233            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
4234            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
4235            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
4236            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4237            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
4238            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
4239            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
4240            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
4241            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
4242            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
4243            ! t/lib/Test/Simple/Catch.pm
4244            ! t/lib/Test/Simple/sample_tests/five_fail.plx
4245 ____________________________________________________________________________
4246 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
4247         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
4248              From: Michael G Schwern <schwern@pobox.com> 
4249              Date: Wed, 17 Oct 2001 04:04:13 -0400
4250              Message-ID: <20011017040413.C25550@blackrider>
4251      Branch: perl
4252            ! t/TEST t/harness vms/test.com
4253 ____________________________________________________________________________
4254 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
4255         Log: Regen doc with perlmodstyle added.
4256      Branch: perl
4257            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4258 ____________________________________________________________________________
4259 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
4260         Log: Pod cleanup.
4261      Branch: perl
4262            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
4263 ____________________________________________________________________________
4264 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
4265         Log: Subject: perlmodstyle as a patch
4266              From: Kirrily Robert <skud@infotrope.net>
4267              Date: Tue, 16 Oct 2001 22:47:23 -0400
4268              Message-ID: <20011016224723.A20673@infotrope.net>
4269      Branch: perl
4270            + pod/perlmodstyle.pod
4271            ! MANIFEST
4272 ____________________________________________________________________________
4273 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
4274         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
4275              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
4276              Date: Thu, 6 Sep 2001 11:09:40 +0100
4277              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
4278              
4279              Mention also the develooper p5p archive.
4280      Branch: perl
4281            ! pod/perlhack.pod
4282 ____________________________________________________________________________
4283 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
4284         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
4285              From: Kay Röpke <kroepke@dolphin-services.de>
4286              Date: Tue, 16 Oct 2001 17:23:52 +0200
4287              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
4288      Branch: perl
4289            ! lib/ExtUtils/MakeMaker.pm
4290 ____________________________________________________________________________
4291 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
4292         Log: Add the special casing mappings (from SpecCase.txt)
4293              (except for the hyper special case mappings that have
4294              the condition list); the special casing mappings are
4295              unused for now.  Small tidying up on mktables.
4296      Branch: perl
4297            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
4298            + lib/unicore/To/SpecUpper.pl
4299            ! lib/unicore/mktables
4300 ____________________________________________________________________________
4301 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
4302         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
4303              From: "David H. Adler" <dha@panix.com>       
4304              Date: Tue, 16 Oct 2001 11:59:35 -0400
4305              Message-ID: <20011016115935.A13078@panix.com>
4306              
4307              Subject: [ PATCH ] perldata patch, revised
4308              From: "David H. Adler" <dha@panix.com>     
4309              Date: Tue, 16 Oct 2001 18:26:49 -0400
4310              Message-ID: <20011016182649.C23970@panix.com>
4311      Branch: perl
4312            ! pod/perldata.pod pod/perlop.pod
4313 ____________________________________________________________________________
4314 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
4315         Log: Integrate perlio: PerlIO_dup (for all but Win32).
4316      Branch: perl
4317           !> embed.h embed.pl ext/Encode/Encode.xs
4318           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
4319           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
4320           !> win32/win32io.c
4321 ____________________________________________________________________________
4322 [ 12462] By: nick                                  on 2001/10/16  19:11:30
4323         Log: PerlIOXxxx_dups for all but Win32
4324      Branch: perlio
4325            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4326            ! ext/PerlIO/Via/Via.xs
4327 ____________________________________________________________________________
4328 [ 12461] By: nick                                  on 2001/10/16  18:28:48
4329         Log: Implement PerlIOStdio_dup (explains core dumps - dup
4330              was not setting up a FILE * to be fclosed()).
4331      Branch: perlio
4332            ! perlio.c
4333 ____________________________________________________________________________
4334 [ 12460] By: nick                                  on 2001/10/16  17:31:47
4335         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
4336              overflow.
4337      Branch: perlio
4338            ! perlio.c
4339 ____________________________________________________________________________
4340 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
4341         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
4342              From: "Craig A. Berry" <craigberry@mac.com>
4343              Date: Tue, 16 Oct 2001 13:08:38 -0500
4344              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
4345      Branch: perl
4346            ! configure.com
4347 ____________________________________________________________________________
4348 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
4349         Log: Can't expect too much accuracy from a sleep of one second.
4350              (I think this will also fail with high load.)
4351      Branch: perl
4352            ! ext/Time/HiRes/HiRes.t
4353 ____________________________________________________________________________
4354 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
4355         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
4356              From: "Werner, Randolf" <randolf.werner@sap.com>
4357              Date: Tue, 16 Oct 2001 18:33:02 +0200
4358              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
4359      Branch: perl
4360            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
4361            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
4362 ____________________________________________________________________________
4363 [ 12456] By: nick                                  on 2001/10/16  14:08:16
4364         Log: Builds under ithreads (but fails all threads tests)
4365      Branch: perlio
4366            ! hv.c perlio.c sv.c
4367 ____________________________________________________________________________
4368 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
4369         Log: I think the Perl_sortsv needs *not* be skipped?
4370      Branch: perl
4371            ! makedef.pl
4372 ____________________________________________________________________________
4373 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
4374         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
4375              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
4376              Date: Tue, 16 Oct 2001 15:32:44 +0200
4377              Message-ID: <3BCC531C.11494.3E433F@localhost>
4378      Branch: perl
4379            ! t/op/groups.t
4380 ____________________________________________________________________________
4381 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
4382         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
4383              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
4384              Date: Tue, 16 Oct 2001 15:01:04 +0200
4385              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
4386      Branch: perl
4387            ! t/io/fs.t
4388 ____________________________________________________________________________
4389 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
4390         Log: A forgotten deletion.
4391      Branch: perl
4392            - lib/unicore/mktables.PL
4393 ____________________________________________________________________________
4394 [ 12451] By: nick                                  on 2001/10/16  11:32:48
4395         Log: Skeleton of "PerlIO_dup" coded.
4396              Still-passes all tests non-threaded (well it would wouldn't it!)
4397      Branch: perlio
4398            ! embed.h embed.pl ext/Encode/Encode.xs
4399            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
4400            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
4401            ! win32/win32io.c
4402 ____________________________________________________________________________
4403 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
4404         Log: Document the problem with the swash_fetch() API that affects
4405              more complex case conversions.
4406      Branch: perl
4407            ! lib/utf8_heavy.pl utf8.c
4408 ____________________________________________________________________________
4409 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
4410         Log: Make Time::HiRes::sleep() and usleep() to return
4411              the number of seconds (a floating point value) and 
4412              microseconds (an integer) actually slept (well,
4413              modulo the time spent in measuring the time actually
4414              slept...), to be a better drop-in replacement for
4415              the builtin sleep().  Noticed by Chris Nandor.
4416              
4417              Also make usleep() to croak if fed illegal number
4418              of useconds (anything greater than 1_000_000).
4419      Branch: perl
4420            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
4421            ! ext/Time/HiRes/HiRes.xs
4422 ____________________________________________________________________________
4423 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
4424         Log: A missing SvREFCNT_dec.
4425      Branch: perl
4426            ! perl.c
4427 ____________________________________________________________________________
4428 [ 12447] By: nick                                  on 2001/10/15  20:27:53
4429         Log: Beginings of PerlIO_dup support (unstable)
4430      Branch: perlio
4431            ! perlio.c perliol.h
4432 ____________________________________________________________________________
4433 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
4434         Log: (retracted by #12497)
4435              In AIX vac 5 just can't seem to get regcomp right.
4436      Branch: perl
4437            ! hints/aix.sh
4438 ____________________________________________________________________________
4439 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
4440         Log: Bump the version number to agree with the maintperl one.
4441      Branch: perl
4442            ! lib/Tie/RefHash.pm
4443 ____________________________________________________________________________
4444 [ 12444] By: nick                                  on 2001/10/15  15:59:57
4445         Log: Integrate mainline
4446      Branch: perlio
4447           +> lib/Math/BigInt/t/Math/Subclass.pm
4448           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
4449           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
4450           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
4451           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
4452           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
4453           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
4454           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
4455           +> lib/unicore/mktables
4456            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
4457            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
4458            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
4459            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
4460            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
4461            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
4462            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
4463            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
4464            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
4465            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
4466            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
4467            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
4468            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
4469            - lib/unicore/syllables.txt
4470           !> (integrate 344 files)
4471 ____________________________________________________________________________
4472 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
4473         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
4474      Branch: perl
4475            ! ext/DB_File/DB_File.xs
4476 ____________________________________________________________________________
4477 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
4478         Log: Sync the skip() amounts with the number of tests.
4479      Branch: perl
4480            ! lib/Term/Complete.t
4481 ____________________________________________________________________________
4482 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
4483         Log: Update Changes.
4484      Branch: perl
4485            ! Changes patchlevel.h
4486 ____________________________________________________________________________
4487 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
4488         Log: MacOS Classic catdir() rewrite from Thomas Wegner
4489              (backward incompatibility, but a deliberate one,
4490              the old version simply is broken in its logic),
4491              also documentation updates, and as suggested replicated
4492              the File::Spec::Unix documentation updates also on the
4493              File::Spec documentation.
4494              
4495              TODO: there seems to be duplication of documentation
4496              between File::Spec and File::Spec::Unix.  I think
4497              the ::Unix should be left only with specific UNIXisms,
4498              and all the generic documentation should be in ::Spec.
4499      Branch: perl
4500            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
4501            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
4502            ! lib/File/Spec/Unix.pm
4503 ____________________________________________________________________________
4504 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
4505         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
4506              From: Blair Zajac <blair@orcaware.com>
4507              Date: Mon, 24 Sep 2001 11:48:58 -0700
4508              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
4509              
4510              (the skip() messages)
4511      Branch: perl
4512            ! t/op/magic.t
4513 ____________________________________________________________________________
4514 [ 12438] By: ams                                   on 2001/10/14  23:43:59
4515         Log: Subject: [PATCH] make PerlIO default on VMS
4516              From: "Craig A. Berry" <craigberry@mac.com>
4517              Date: Sun, 14 Oct 2001 15:27:18 -0500
4518              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
4519      Branch: perl
4520            ! configure.com
4521 ____________________________________________________________________________
4522 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
4523         Log: Retract #12436 (Abhijit already did this at #12426)
4524      Branch: perl
4525            ! lib/ExtUtils/MM_Unix.pm
4526 ____________________________________________________________________________
4527 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
4528         Log: (retracted by #12437)
4529              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
4530              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
4531              Date: Sat, 13 Oct 2001 20:33:55 +0200
4532              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
4533      Branch: perl
4534            ! lib/ExtUtils/MM_Unix.pm
4535 ____________________________________________________________________________
4536 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
4537         Log: Subject: h2xs grammar nit
4538              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4539              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
4540              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
4541      Branch: perl
4542            ! utils/h2xs.PL
4543 ____________________________________________________________________________
4544 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
4545         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
4546              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4547              Date: Sun, 14 Oct 2001 11:25:08 +0100
4548              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
4549      Branch: perl
4550            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
4551            ! warnings.pl
4552 ____________________________________________________________________________
4553 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
4554         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
4555              for File::Spec::Mac::catfile)
4556      Branch: perl
4557            ! lib/h2xs.t
4558 ____________________________________________________________________________
4559 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
4560         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
4561              From: Nicholas Clark <nick@ccl4.org>
4562              Date: Sat, 13 Oct 2001 00:07:31 +0100
4563              Message-ID: <20011013000731.D67535@plum.flirble.org>
4564      Branch: perl
4565            ! lib/h2xs.t utils/h2xs.PL
4566 ____________________________________________________________________________
4567 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
4568         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
4569              before DEFINE and INC), and repent by taking DEFINE and
4570              INC away from PASTHRU.
4571      Branch: perl
4572            ! lib/ExtUtils/MM_Unix.pm
4573 ____________________________________________________________________________
4574 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
4575         Log: More MANIFEST anomalies.
4576      Branch: perl
4577            ! MANIFEST
4578 ____________________________________________________________________________
4579 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
4580         Log: Not that many.
4581      Branch: perl
4582            ! MANIFEST
4583 ____________________________________________________________________________
4584 [ 12428] By: sky                                   on 2001/10/13  20:59:27
4585         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
4586              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4587              Date: Sat, 13 Oct 2001 23:15:55 +0200
4588              Message-ID: <20011013231555.A18071@rafael>
4589      Branch: perl
4590            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
4591            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
4592 ____________________________________________________________________________
4593 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
4594         Log: Rewrite mktables from scratch.
4595              - Cleaner.
4596              - Faster: 15-20 seconds as opposed to several minutes.
4597              - More dynamic: the names of the various categories
4598              such as the linebreak ones are dynamic, not static.
4599              - Is.pl: long names for the general category properties
4600              are now available.
4601              - Ranges (<... ,First>, <..., Last>) from the general
4602              categories work now.
4603              - No more mktables.PL because the mktables.PL is not
4604              and never has been run to create a mktables.
4605              - syllables.txt and Is/Syl*.pl removed: non-standard
4606              (not part of the Unicode), and the whole concept is
4607              being reworked (http://syllabary.sourceforge.net/),
4608              the old way wouldn't even work with the new Syllables.txt
4609              (it would result in 1000+ new categories)
4610      Branch: perl
4611            + lib/unicore/In/163.pl lib/unicore/In/164.pl
4612            + lib/unicore/In/165.pl lib/unicore/In/166.pl
4613            + lib/unicore/In/167.pl lib/unicore/In/168.pl
4614            + lib/unicore/In/169.pl lib/unicore/In/170.pl
4615            + lib/unicore/In/171.pl lib/unicore/Is.pl
4616            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
4617            + lib/unicore/mktables
4618            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
4619            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
4620            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
4621            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
4622            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
4623            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
4624            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
4625            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
4626            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
4627            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
4628            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
4629            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
4630            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
4631            - lib/unicore/syllables.txt
4632            ! (edit 304 files)
4633 ____________________________________________________________________________
4634 [ 12426] By: ams                                   on 2001/10/13  18:05:36
4635         Log: ExtUtils::MM_Unix should ignore comments when searching for
4636              $VERSION.
4637      Branch: perl
4638            ! lib/ExtUtils/MM_Unix.pm
4639 ____________________________________________________________________________
4640 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
4641         Log: Subject: Re: New module XML::Clean
4642              From: andreas.koenig@anima.de (Andreas J. Koenig)
4643              Date: 13 Oct 2001 10:17:09 +0200
4644              Message-ID: <m37ku0t0my.fsf@anima.de>
4645      Branch: perl
4646            ! pod/perlnewmod.pod
4647 ____________________________________________________________________________
4648 [ 12424] By: sky                                   on 2001/10/13  09:39:59
4649         Log: Set thread stack size if needed.
4650      Branch: perl
4651            ! ext/threads/threads.xs
4652 ____________________________________________________________________________
4653 [ 12423] By: sky                                   on 2001/10/13  09:36:49
4654         Log: We do want to set the attribute to joinable even on modern posix
4655              platforms.
4656      Branch: perl
4657            ! ext/threads/threads.xs
4658 ____________________________________________________________________________
4659 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
4660         Log: Subject: [PATCH ext/Data/Dumper.xs]
4661              From: Brian Ingerson <ingy@ttul.org>
4662              Date: Fri, 12 Oct 2001 19:32:35 -0700
4663              Message-ID: <20011012193235.B889@ttul.org>
4664      Branch: perl
4665            ! ext/Data/Dumper/Dumper.xs
4666 ____________________________________________________________________________
4667 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
4668         Log: Update Changes.
4669      Branch: perl
4670            ! Changes patchlevel.h
4671 ____________________________________________________________________________
4672 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
4673         Log: FAQ sync.
4674      Branch: perl
4675            ! pod/perlfaq3.pod pod/perlfaq4.pod
4676 ____________________________________________________________________________
4677 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
4678         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
4679              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
4680              Date: Fri, 12 Oct 2001 11:51:05 -0700
4681              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
4682      Branch: perl
4683            ! lib/File/Copy.pm
4684 ____________________________________________________________________________
4685 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
4686         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
4687              From: "chromatic" <chromatic@rmci.net>     
4688              Date: Thu, 11 Oct 2001 10:57:55 -0600
4689              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
4690              
4691              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
4692              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4693              Date: Thu, 11 Oct 2001 22:34:21 +0200
4694              Message-ID: <20011011223421.A693@rafael>     
4695              
4696              plus undef $Term::Complete::stty as suggested by Rafael.
4697      Branch: perl
4698            ! lib/Term/Complete.pm lib/Term/Complete.t
4699 ____________________________________________________________________________
4700 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
4701         Log: UUnndduupplleexx..
4702      Branch: perl
4703            ! perl.h
4704 ____________________________________________________________________________
4705 [ 12416] By: sky                                   on 2001/10/12  20:16:19
4706         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
4707              From: Andy Dougherty <doughera@lafayette.edu>
4708              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
4709              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
4710              (Potentially only band-aid)
4711      Branch: perl
4712            ! sv.c
4713 ____________________________________________________________________________
4714 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
4715         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
4716              mishandles kill(), and therefore the sigaction test
4717              should be skipped, from Charles Lane.
4718      Branch: perl
4719            ! ext/POSIX/t/sigaction.t
4720 ____________________________________________________________________________
4721 [ 12414] By: sky                                   on 2001/10/12  18:47:49
4722         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
4723      Branch: perl
4724            ! op.h
4725 ____________________________________________________________________________
4726 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
4727         Log: Upgrade to Math::BigInt 1.44 from Tels and
4728              further fixes from John Peacock.
4729      Branch: perl
4730            + lib/Math/BigInt/t/Math/Subclass.pm
4731            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
4732            + lib/Math/BigInt/t/subclass.t
4733            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4734            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
4735            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
4736            ! lib/Math/BigInt/t/mbimbf.t
4737 ____________________________________________________________________________
4738 [ 12412] By: sky                                   on 2001/10/12  18:28:23
4739         Log: perhaps pthread_attr_t really needs to be set for the old api
4740      Branch: perl
4741            ! ext/threads/threads.xs
4742 ____________________________________________________________________________
4743 [ 12411] By: sky                                   on 2001/10/12  18:11:45
4744         Log: pthread_keycreate not pthread_key_create under the here be dragons API
4745      Branch: perl
4746            ! ext/threads/threads.h
4747 ____________________________________________________________________________
4748 [ 12410] By: sky                                   on 2001/10/12  18:07:37
4749         Log: Apperently OLD PTHREADS API is a bit retarded.
4750              This should fix another set of compile failures in HP-UX 10.20.
4751      Branch: perl
4752            ! ext/threads/threads.h ext/threads/threads.xs
4753 ____________________________________________________________________________
4754 [ 12409] By: nick                                  on 2001/10/12  15:30:01
4755         Log: Blind integrate of mainline
4756      Branch: perlio
4757           +> (branch 32 files)
4758            - lib/unicode/README
4759           !> (integrate 121 files)
4760 ____________________________________________________________________________
4761 [ 12408] By: sky                                   on 2001/10/12  14:55:08
4762         Log: Let us avoid being smart for now.
4763      Branch: perl
4764            ! ext/threads/threads.h
4765 ____________________________________________________________________________
4766 [ 12407] By: sky                                   on 2001/10/12  14:38:12
4767         Log: (void*) the argument to make sure we work with picky compilers
4768      Branch: perl
4769            ! ext/threads/threads.xs
4770 ____________________________________________________________________________
4771 [ 12406] By: ams                                   on 2001/10/12  13:26:04
4772         Log: (replaced with #12600)
4773              
4774              Subject: [PATCH 5.6.1 perldoc] use File::Temp
4775              From: Mikhail Zabaluev <mhz@alt-linux.org>
4776              Date: Fri, 12 Oct 2001 12:47:47 +0400
4777              Message-Id: <20011012124747.E13918@localhost.localdomain>
4778      Branch: perl
4779            ! utils/perldoc.PL
4780 ____________________________________________________________________________
4781 [ 12405] By: ams                                   on 2001/10/12  13:05:32
4782         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
4783              From: andreas.koenig@anima.de (Andreas J. Koenig)
4784              Date: 12 Oct 2001 11:12:07 +0200
4785              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
4786      Branch: perl
4787            ! lib/Memoize/t/speed.t
4788 ____________________________________________________________________________
4789 [ 12404] By: sky                                   on 2001/10/12  12:46:15
4790         Log: A) Support OLD_PTHREADS_API
4791              B) Change from using pthread_t to using a TLS to store the
4792              index of the thread in an hash, this is to avoid problems when
4793              in fact pthread_t was not a seralizable type.
4794              Both these changes are because of HP-UX 10.20
4795              This has not been tested on win32 but should work there.
4796              Need to add support for NetWare.
4797      Branch: perl
4798            ! ext/threads/threads.h ext/threads/threads.xs
4799 ____________________________________________________________________________
4800 [ 12403] By: ams                                   on 2001/10/12  07:34:19
4801         Log: Subject: Re: New module XML::Clean
4802              From: andreas.koenig@anima.de (Andreas J. Koenig)
4803              Date: 12 Oct 2001 10:20:35 +0200
4804              Message-Id: <m3elo9uv58.fsf@anima.de>
4805      Branch: perl
4806            ! pod/perlnewmod.pod
4807 ____________________________________________________________________________
4808 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
4809         Log: More HP model tweaks from Merijn.
4810      Branch: perl
4811            ! README.hpux
4812 ____________________________________________________________________________
4813 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
4814         Log: Update Changes.
4815      Branch: perl
4816            ! Changes patchlevel.h
4817 ____________________________________________________________________________
4818 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
4819         Log: HP-UX update from H.Merijn Brand.
4820      Branch: perl
4821            ! README.hpux
4822 ____________________________________________________________________________
4823 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
4824         Log: Subject: [PATCH] fix link rot in README.vms
4825              From: "Craig A. Berry" <craigberry@mac.com>
4826              Date: Wed, 10 Oct 2001 17:17:00 -0500
4827              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
4828      Branch: perl
4829            ! README.vms
4830 ____________________________________________________________________________
4831 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
4832         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
4833              From: "chromatic" <chromatic@rmci.net>
4834              Date: Wed, 10 Oct 2001 15:50:30 -0600
4835              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
4836      Branch: perl
4837            ! lib/Term/Complete.t
4838 ____________________________________________________________________________
4839 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
4840         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
4841              From: "chromatic" <chromatic@rmci.net>
4842              Date: Wed, 10 Oct 2001 15:45:42 -0600
4843              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
4844      Branch: perl
4845            + lib/ExtUtils/Packlist.t
4846            ! MANIFEST
4847 ____________________________________________________________________________
4848 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
4849         Log: VMS needs quotes around the -I option to keep it from
4850              being downcased, from Charles Lane.
4851      Branch: perl
4852            ! t/run/kill_perl.t
4853 ____________________________________________________________________________
4854 [ 12395] By: ams                                   on 2001/10/10  16:22:32
4855         Log: Subject: [PATCH lib/FindBin.pm]
4856              From: Stas Bekman <stas@stason.org>
4857              Date: Tue, 09 Oct 2001 23:57:10 +0800
4858              Message-Id: <3BC31E56.60805@stason.org>
4859      Branch: perl
4860            ! lib/FindBin.pm
4861 ____________________________________________________________________________
4862 [ 12394] By: ams                                   on 2001/10/10  16:09:53
4863         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
4864              From: Abhijit Menon-Sen <ams@wiw.org>
4865              Date: Wed, 10 Oct 2001 21:59:33 +0530
4866              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
4867      Branch: perl
4868            ! ext/Data/Dumper/Dumper.xs
4869 ____________________________________________________________________________
4870 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
4871         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
4872              from Charles Lane.
4873      Branch: perl
4874            ! lib/File/Spec/VMS.pm
4875 ____________________________________________________________________________
4876 [ 12392] By: ams                                   on 2001/10/10  14:49:43
4877         Log: Subject: [PATCH] two s/// bugfixes
4878              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4879              Date: Wed, 10 Oct 2001 17:23:44 +0200
4880              Message-Id: <20011010172344.C22440@rafael>
4881      Branch: perl
4882            ! pp_ctl.c regexec.c t/op/subst.t
4883 ____________________________________________________________________________
4884 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
4885         Log: Fix/improve handling of the [000000] special "root"
4886              directory, by putting cwd in canonical form when doing
4887              abs2rel, and prepending a 000000 to directory "chunks"
4888              if missing from base or path.  Also adjust test to
4889              reflect the (improved) output from abs2rel.
4890              From Charles Lane.
4891      Branch: perl
4892            ! lib/File/Spec.t lib/File/Spec/VMS.pm
4893 ____________________________________________________________________________
4894 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
4895         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
4896              all of the extra VMSish attributes (such as "treat this logical
4897              as a device name") that are necessary to make programs run.
4898              A tainted %ENV does not hinder VMS.  From Charles Lane.
4899      Branch: perl
4900            ! lib/File/Find/t/taint.t
4901 ____________________________________________________________________________
4902 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
4903         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
4904              
4905              o  VMS is case-insensitive, RTL downcases filenames read
4906              by perl... so need to re-upcase filenames like MANIFEST
4907              and MANIFEST.SKIP
4908              
4909              o  Need to convert VMS-style to Unix-style filenames when comparing
4910              names in MANIFEST to names in filesystem.
4911              
4912              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
4913              since VMS won't let you (easily) delete non-empty directories.
4914              
4915              From Charles Lane.
4916      Branch: perl
4917            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
4918 ____________________________________________________________________________
4919 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
4920         Log: Unix and VMS agree on "*" as a "match any number of any chars"
4921              wildcards, but differ ("?"  vs.  "%") for their "match any single
4922              char" wildcard.  This patch changes "?"  chars to "%" before doing a
4923              VMS glob...at no loss of functionality, since "?"  isn't a valid
4924              filename char on VMS.  From Charles Lane.
4925      Branch: perl
4926            ! doio.c
4927 ____________________________________________________________________________
4928 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
4929         Log: (accidentally empty submit; new life as #12390)
4930      Branch: perl
4931            ! lib/File/Find/t/taint.t
4932 ____________________________________________________________________________
4933 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
4934         Log: Even more VMS tweakage from Charles Lane:
4935              
4936              Tweak #1:  splitdir only works on directory part of filespec,
4937              split off volume first
4938              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
4939              (it's a horrible kludge in the run-time library,
4940              improved in later versions). Check the
4941              $Config{'d_setenv'} flag before attempting to set it.
4942      Branch: perl
4943            ! t/op/chdir.t
4944 ____________________________________________________________________________
4945 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
4946         Log: VMS tweakage from Charles Lane.
4947              
4948              . command.com doubles an output line when prompting for extensions
4949              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
4950              . perl5db doesn't clean up after itself
4951      Branch: perl
4952            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
4953 ____________________________________________________________________________
4954 [ 12384] By: sky                                   on 2001/10/09  19:16:11
4955         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
4956              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4957              Date: Tue, 9 Oct 2001 22:10:26 +0200
4958              Message-ID: <20011009221026.A8579@rafael>
4959      Branch: perl
4960            ! pod/perldata.pod
4961 ____________________________________________________________________________
4962 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
4963         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
4964              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4965              Date: 9 Oct 2001 15:15:06 -0000
4966              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
4967      Branch: perl
4968            ! t/op/subst.t
4969 ____________________________________________________________________________
4970 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
4971         Log: Update Changes.
4972      Branch: perl
4973            ! Changes patchlevel.h
4974 ____________________________________________________________________________
4975 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
4976         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
4977              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
4978              when a NULL is passed for the filename string pointer.
4979              From Charles Lane.
4980      Branch: perl
4981            ! vms/vms.c
4982 ____________________________________________________________________________
4983 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
4984         Log: Subject: HP systems update
4985              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4986              Date: Tue, 09 Oct 2001 15:59:22 +0200
4987              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
4988      Branch: perl
4989            ! README.hpux
4990 ____________________________________________________________________________
4991 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
4992         Log: CPAN::Nox does now have a test.
4993      Branch: perl
4994            ! t/lib/1_compile.t
4995 ____________________________________________________________________________
4996 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
4997         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
4998              From: David Dyck <dcd@tc.fluke.com>
4999              Date: Mon, 1 Oct 2001 12:17:36 -0700
5000              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
5001      Branch: perl
5002            ! installperl
5003 ____________________________________________________________________________
5004 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
5005         Log: NetWare update from Ananth Kesari.
5006      Branch: perl
5007            ! NetWare/nwperlsys.h makedef.pl
5008 ____________________________________________________________________________
5009 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
5010         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
5011              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5012              Date: Tue, 9 Oct 2001 08:40:57 EDT
5013              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
5014      Branch: perl
5015            ! lib/File/Find/t/find.t
5016 ____________________________________________________________________________
5017 [ 12374] By: ams                                   on 2001/10/09  05:31:45
5018         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
5019              ExtUtils::Mkbootstrap
5020              From: "chromatic" <chromatic@rmci.net>
5021              Date: Tue, 09 Oct 2001 00:08:37 -0600
5022              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
5023      Branch: perl
5024            + lib/ExtUtils/Mkbootstrap.t
5025            ! MANIFEST
5026 ____________________________________________________________________________
5027 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
5028         Log: Enable more debugging.
5029      Branch: perl
5030            ! lib/utf8_heavy.pl
5031 ____________________________________________________________________________
5032 [ 12372] By: ams                                   on 2001/10/09  02:11:59
5033         Log: #12370 forgot to modify is_gv_magical().
5034      Branch: perl
5035            ! gv.c
5036 ____________________________________________________________________________
5037 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
5038         Log: Make the toupper/lower/title API for Unicode not right
5039              but at least less wrong: prepare for the mapping being
5040              more than just one-character-to-one-character.
5041      Branch: perl
5042            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
5043            ! regexec.c utf8.c
5044 ____________________________________________________________________________
5045 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
5046         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
5047              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5048              Date: Mon, 8 Oct 2001 22:18:23 -0400
5049              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
5050      Branch: perl
5051            ! pod/perlvar.pod t/op/taint.t
5052 ____________________________________________________________________________
5053 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
5054         Log: FAQ sync.
5055      Branch: perl
5056            ! pod/perlfaq3.pod pod/perlfaq4.pod
5057 ____________________________________________________________________________
5058 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
5059         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
5060              From: "chromatic" <chromatic@rmci.net>
5061              Date: Mon, 08 Oct 2001 14:05:32 -0600
5062              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
5063      Branch: perl
5064            ! lib/Term/Cap.t
5065 ____________________________________________________________________________
5066 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
5067         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
5068              From: Michael G Schwern <schwern@pobox.com>
5069              Date: Mon, 8 Oct 2001 17:00:14 -0400
5070              Message-ID: <20011008170014.L17083@blackrider>
5071      Branch: perl
5072            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
5073 ____________________________________________________________________________
5074 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
5075         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
5076              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5077              Date: Mon, 8 Oct 2001 16:01:33 EDT
5078              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
5079      Branch: perl
5080            ! ext/Time/HiRes/HiRes.xs
5081 ____________________________________________________________________________
5082 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
5083         Log: Subject: [PATCH] Autosplit patch for VMS
5084              From: "Craig A. Berry" <craigberry@mac.com>
5085              Date: Mon, 08 Oct 2001 15:40:43 -0500
5086              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
5087      Branch: perl
5088            ! lib/AutoSplit.pm lib/AutoSplit.t
5089 ____________________________________________________________________________
5090 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
5091         Log: Don't assume that everybody is running OS X 10.1 yet;
5092              from Kay Röpke.
5093      Branch: perl
5094            ! hints/darwin.sh
5095 ____________________________________________________________________________
5096 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
5097         Log: Update Changes.
5098      Branch: perl
5099            ! Changes patchlevel.h
5100 ____________________________________________________________________________
5101 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
5102         Log: Retract #12358 for now.
5103      Branch: perl
5104            ! lib/Term/Cap.t
5105 ____________________________________________________________________________
5106 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
5107         Log: Can't figure out what this is testing.
5108              (If it is trying to catch SIGKILL, it should stop
5109              trying because that is by definition impossible.)
5110      Branch: perl
5111            ! lib/sigtrap.t
5112 ____________________________________________________________________________
5113 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
5114         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
5115              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5116              Date: Sun, 30 Sep 2001 21:15:13 +0200
5117              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
5118      Branch: perl
5119            ! lib/ExtUtils/MM_Win32.pm
5120 ____________________________________________________________________________
5121 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
5122         Log: Clarify the ldlibpth part and condense the overall text.
5123      Branch: perl
5124            ! t/TEST
5125 ____________________________________________________________________________
5126 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
5127         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
5128              From: "chromatic" <chromatic@rmci.net>
5129              Date: Sun, 07 Oct 2001 16:59:26 -0600
5130              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
5131      Branch: perl
5132            ! lib/Term/Cap.t
5133 ____________________________________________________________________________
5134 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
5135         Log: Update the list because fo #12265.
5136      Branch: perl
5137            ! t/lib/1_compile.t
5138 ____________________________________________________________________________
5139 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
5140         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
5141              From: Nicholas Clark <nick@ccl4.org>
5142              Date: Sun, 7 Oct 2001 20:53:33 +0100
5143              Message-ID: <20011007205333.S38756@plum.flirble.org>   
5144      Branch: perl
5145            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
5146            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5147            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
5148            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
5149            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
5150            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
5151            ! lib/Switch/t/switch.t lib/Term/Complete.t
5152            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
5153            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
5154            ! t/op/my_stash.t
5155 ____________________________________________________________________________
5156 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
5157         Log: Integrate patch #12350 from maintperl; typo in
5158              IO::Seekable doc.
5159      Branch: perl
5160           !> ext/IO/lib/IO/Seekable.pm
5161 ____________________________________________________________________________
5162 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
5163         Log: Detypo.
5164      Branch: perl
5165            ! hints/darwin.sh
5166 ____________________________________________________________________________
5167 [ 12353] By: sky                                   on 2001/10/07  17:16:14
5168         Log: Change 12349 didn't really get it right.
5169      Branch: perl
5170            ! lib/Unicode/README
5171 ____________________________________________________________________________
5172 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
5173         Log: If running the harness the dynamic library search path
5174              may need setting.
5175      Branch: perl
5176            ! t/TEST
5177 ____________________________________________________________________________
5178 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
5179         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
5180              in ldflags.
5181      Branch: perl
5182            ! hints/darwin.sh
5183 ____________________________________________________________________________
5184 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
5185         Log: typo in IO::Seekable doc
5186      Branch: maint-5.6/perl
5187            ! ext/IO/lib/IO/Seekable.pm
5188 ____________________________________________________________________________
5189 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
5190         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
5191              doesn't work on Mac OS X 10.1 (when unpacking the tar the
5192              latter gets renamed as lib/unicode:1, assumedly for security
5193              reasons not to overwrite stuff)
5194      Branch: perl
5195            + lib/Unicode/README
5196            - lib/unicode/README
5197            ! MANIFEST
5198 ____________________________________________________________________________
5199 [ 12348] By: ams                                   on 2001/10/07  05:33:40
5200         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
5201              From: "chromatic" <chromatic@rmci.net>
5202              Date: Sat, 06 Oct 2001 21:42:03 -0600
5203              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
5204      Branch: perl
5205            + lib/CPAN/t/Nox.t
5206            ! MANIFEST
5207 ____________________________________________________________________________
5208 [ 12347] By: ams                                   on 2001/10/07  00:48:10
5209         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
5210              From: "chromatic" <chromatic@rmci.net>
5211              Date: Sat, 06 Oct 2001 18:52:10 -0600
5212              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
5213      Branch: perl
5214            + lib/sigtrap.t
5215            ! MANIFEST
5216 ____________________________________________________________________________
5217 [ 12346] By: ams                                   on 2001/10/06  23:14:01
5218         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
5219              h2xs write?)
5220              From: Nicholas Clark <nick@ccl4.org>
5221              Date: Sat, 6 Oct 2001 21:46:43 +0100
5222              Message-Id: <20011006214643.L38756@plum.flirble.org>
5223      Branch: perl
5224            ! utils/h2xs.PL
5225 ____________________________________________________________________________
5226 [ 12345] By: ams                                   on 2001/10/06  17:39:53
5227         Log: Subject: [PATCH] Memoize tests
5228              From: Nicholas Clark <nick@ccl4.org>
5229              Date: Sat, 6 Oct 2001 18:04:21 +0100
5230              Message-Id: <20011006180421.J38756@plum.flirble.org>
5231      Branch: perl
5232            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
5233            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
5234            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
5235            ! lib/Memoize/t/expire_module_n.t
5236            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
5237            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
5238            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
5239            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
5240            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
5241            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
5242 ____________________________________________________________________________
5243 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
5244         Log: Retract the latter part of #12343.
5245      Branch: perl
5246            ! ext/IO/lib/IO/Socket/INET.pm
5247 ____________________________________________________________________________
5248 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
5249         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
5250              From: David Dyck <dcd@tc.fluke.com>
5251              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
5252              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
5253              
5254              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
5255              From: David Dyck <dcd@tc.fluke.com>
5256              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
5257              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
5258      Branch: perl
5259            ! ext/IO/lib/IO/Socket/INET.pm
5260 ____________________________________________________________________________
5261 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
5262         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
5263              From: Robin Barker <rmb1@cise.npl.co.uk>
5264              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
5265              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
5266      Branch: perl
5267            ! t/TEST
5268 ____________________________________________________________________________
5269 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
5270         Log: Don't assume that %x is good for displaying UVs.
5271      Branch: perl
5272            ! dump.c
5273 ____________________________________________________________________________
5274 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
5275         Log: Update Changes.
5276      Branch: perl
5277            ! Changes patchlevel.h
5278 ____________________________________________________________________________
5279 [ 12339] By: ams                                   on 2001/10/05  10:22:34
5280         Log: Subject: [PATCH] perlfunc/select
5281              From: Nicholas Clark <nick@ccl4.org>
5282              Date: Fri, 5 Oct 2001 11:33:58 +0100
5283              Message-Id: <20011005113358.Z38756@plum.flirble.org>
5284      Branch: perl
5285            ! pod/perlfunc.pod
5286 ____________________________________________________________________________
5287 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
5288         Log: Retract #12313 and #12249.
5289      Branch: perl
5290            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
5291            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
5292            ! pod/perlebcdic.pod
5293 ____________________________________________________________________________
5294 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
5295         Log: Subject: [PATCH] perlvms.pod update
5296              From: "Craig A. Berry" <craigberry@mac.com>
5297              Date: Thu, 04 Oct 2001 12:55:52 -0500
5298              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
5299      Branch: perl
5300            ! vms/perlvms.pod
5301 ____________________________________________________________________________
5302 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
5303         Log: Subject: PATCH: Tie::SubstrHash
5304              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5305              Date: Thu, 04 Oct 2001 12:12:41 +0100
5306              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
5307      Branch: perl
5308            ! lib/Tie/SubstrHash.pm
5309 ____________________________________________________________________________
5310 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
5311         Log: Unicode properties saga continues.
5312      Branch: perl
5313            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
5314            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
5315 ____________________________________________________________________________
5316 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
5317         Log: Yet more Unicode properties.
5318      Branch: perl
5319            + lib/unicore/In/137.pl lib/unicore/In/138.pl
5320            + lib/unicore/In/139.pl lib/unicore/In/140.pl
5321            + lib/unicore/In/141.pl lib/unicore/In/142.pl
5322            + lib/unicore/In/143.pl lib/unicore/In/144.pl
5323            + lib/unicore/In/145.pl lib/unicore/In/146.pl
5324            + lib/unicore/In/147.pl lib/unicore/In/148.pl
5325            + lib/unicore/In/149.pl lib/unicore/In/150.pl
5326            + lib/unicore/In/151.pl lib/unicore/In/152.pl
5327            + lib/unicore/In/153.pl lib/unicore/In/154.pl
5328            + lib/unicore/In/155.pl lib/unicore/In/156.pl
5329            + lib/unicore/In/157.pl lib/unicore/In/158.pl
5330            + lib/unicore/In/159.pl lib/unicore/In/160.pl
5331            + lib/unicore/In/161.pl lib/unicore/In/162.pl
5332            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
5333            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
5334            ! pod/perlunicode.pod
5335 ____________________________________________________________________________
5336 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
5337         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
5338              From: "Craig A. Berry" <craigberry@mac.com>
5339              Date: Wed, 03 Oct 2001 17:45:25 -0500
5340              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
5341              
5342              (the lib/Term/Complete.t patched differently by #12332)
5343      Branch: perl
5344            ! lib/ExtUtils/Command.t
5345 ____________________________________________________________________________
5346 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
5347         Log: Restore only if something to restore.
5348      Branch: perl
5349            ! lib/Term/Complete.t
5350 ____________________________________________________________________________
5351 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
5352         Log: Update various resources for credits,
5353              minor icons fixes, and versions.
5354      Branch: maint-5.6/macperl
5355            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
5356            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
5357            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
5358 ____________________________________________________________________________
5359 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
5360         Log: Quiet the warnings about using undef value
5361      Branch: maint-5.6/macperl
5362            ! lib/File/Temp.pm
5363 ____________________________________________________________________________
5364 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
5365         Log: Fix up Ballon Help and Help menu docs (first pass);
5366              remove balloon rez file, and autogenerate with
5367              Balloon2Rez instead.
5368      Branch: maint-5.6/macperl
5369            + macos/macperl/macscripts/Balloon2Rez
5370            - macos/macperl/MPBalloons.r
5371            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
5372 ____________________________________________________________________________
5373 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
5374         Log: Allow overriding of defaults, for change #12327.
5375      Branch: maint-5.6/macperl
5376            ! perl.h
5377 ____________________________________________________________________________
5378 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
5379         Log: Override PerlProc_exit.
5380      Branch: maint-5.6/macperl
5381            ! macos/macish.h
5382 ____________________________________________________________________________
5383 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
5384         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
5385      Branch: maint-5.6/macperl
5386            + macos/bundled_lib/blib/lib/MD5.pm
5387            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
5388            + macos/lib/Mac/AETE/Dialect.pm
5389            + macos/lib/Mac/AETE/Format/Converter.pm
5390            + macos/lib/Mac/AETE/Format/Dictionary.pm
5391            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
5392            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
5393            + macos/lib/Mac/Toolbox.pod
5394            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
5395 ____________________________________________________________________________
5396 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
5397         Log: Sync up silly CVS headers ... I should commit CVS
5398              first to avoid this ...
5399      Branch: maint-5.6/macperl
5400            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
5401            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
5402            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
5403            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
5404 ____________________________________________________________________________
5405 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
5406         Log: Fix Matthias' address, and attributions.
5407      Branch: maint-5.6/macperl
5408            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
5409            ! pod/perlport.pod
5410 ____________________________________________________________________________
5411 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
5412         Log: Fix Matthias' address, and attributions.
5413      Branch: maint-5.6/macperl
5414            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
5415            ! macos/ext/Mac/Components/Components.pm
5416            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
5417            ! macos/ext/Mac/Dialogs/Dialogs.pm
5418            ! macos/ext/Mac/Events/Events.pm
5419            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
5420            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
5421            ! macos/ext/Mac/Gestalt/Gestalt.pm
5422            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
5423            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
5424            ! macos/ext/Mac/Menus/Menus.pm
5425            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
5426            ! macos/ext/Mac/Movies/Movies.pm
5427            ! macos/ext/Mac/Navigation/Navigation.pm
5428            ! macos/ext/Mac/Notification/Notification.pm
5429            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
5430            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
5431            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
5432            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
5433            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
5434            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
5435            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
5436            ! macos/ext/Mac/StandardFile/StandardFile.pm
5437            ! macos/ext/Mac/TextEdit/TextEdit.pm
5438            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
5439            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
5440            ! macos/lib/Mac/LowMem.pm
5441 ____________________________________________________________________________
5442 [ 12322] By: sky                                   on 2001/10/03  18:41:07
5443         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
5444              From: "Craig A. Berry" <craigberry@mac.com>
5445              Date: Wed, 03 Oct 2001 14:30:55 -0500
5446              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
5447      Branch: perl
5448            ! vms/vms.c
5449 ____________________________________________________________________________
5450 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
5451         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
5452              From: "Craig A. Berry" <craigberry@mac.com>
5453              Date: Wed, 03 Oct 2001 14:30:55 -0500
5454              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
5455      Branch: perl
5456            ! vms/vms.c
5457 ____________________________________________________________________________
5458 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
5459         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
5460              only IsL&) and Inherited (negative lookahead good);
5461              add tests for Common, Inherited, and L&.
5462      Branch: perl
5463            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
5464 ____________________________________________________________________________
5465 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
5466         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
5467              (The Unicode standard uses L& quite often.)
5468      Branch: perl
5469            ! lib/utf8_heavy.pl
5470 ____________________________________________________________________________
5471 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
5472         Log: Add the 'Common' Unicode property (code points not
5473              explicitly assigned to any other script).
5474      Branch: perl
5475            + lib/unicore/In/136.pl
5476            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
5477 ____________________________________________________________________________
5478 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
5479         Log: Skip the RV printing test under threads until fixed.
5480      Branch: perl
5481            ! ext/B/t/terse.t
5482 ____________________________________________________________________________
5483 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
5484         Log: Subject: 12309 / cygwin / win2k
5485              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5486              Date: Wed, 03 Oct 2001 15:25:15 +0200
5487              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
5488      Branch: perl
5489            ! makedef.pl
5490 ____________________________________________________________________________
5491 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
5492         Log: Metaconfig unit change for #12314.
5493      Branch: metaconfig
5494            ! U/modified/Head.U
5495 ____________________________________________________________________________
5496 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
5497         Log: Subject: Both cygwin and djgpp on one machine
5498              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5499              Date: Wed, 03 Oct 2001 15:02:59 +0200
5500              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
5501      Branch: perl
5502            ! Configure
5503 ____________________________________________________________________________
5504 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
5505         Log: (retracted by #12338)
5506              
5507              Subject: [PATCH] Code clean up for perlboot.pod
5508              From: Casey West <casey@geeknest.com>
5509              Date: Tue, 2 Oct 2001 19:24:43 -0400
5510              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
5511              
5512              Subject: [PATCH] Code clean up for perlbot.diff
5513              From: Casey West <casey@geeknest.com>
5514              Date: Tue, 2 Oct 2001 19:25:22 -0400
5515              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
5516              
5517              Subject: [PATCH] Code clean up for perlcall.pod
5518              From: Casey West <casey@geeknest.com>
5519              Date: Tue, 2 Oct 2001 19:25:57 -0400
5520              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
5521              
5522              Subject: [PATCH] Code clean up for perldata.pod
5523              From: Casey West <casey@geeknest.com>
5524              Date: Tue, 2 Oct 2001 19:26:29 -0400
5525              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
5526              
5527              Subject: [PATCH] Code clean up for perldbmfilter.pod
5528              From: Casey West <casey@geeknest.com>
5529              Date: Tue, 2 Oct 2001 19:26:59 -0400
5530              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
5531              
5532              Subject: [PATCH] Code clean up for perlebcdic.pod
5533              From: Casey West <casey@geeknest.com>
5534              Date: Tue, 2 Oct 2001 19:27:37 -0400
5535              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
5536      Branch: perl
5537            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
5538            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
5539 ____________________________________________________________________________
5540 [ 12312] By: ams                                   on 2001/10/02  23:43:55
5541         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
5542              From: Michael G Schwern <schwern@pobox.com>
5543              Date: Tue, 2 Oct 2001 17:00:49 -0400
5544              Message-Id: <20011002170049.A9955@blackrider>
5545      Branch: perl
5546            ! lib/ExtUtils/MakeMaker.pm
5547 ____________________________________________________________________________
5548 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
5549         Log: FAQ sync.
5550      Branch: perl
5551            ! pod/perlfaq3.pod
5552 ____________________________________________________________________________
5553 [ 12310] By: nick                                  on 2001/10/02  16:09:49
5554         Log: Integrate mainline
5555      Branch: perlio
5556           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
5557           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
5558           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
5559           !> patchlevel.h t/op/pat.t
5560 ____________________________________________________________________________
5561 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
5562         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
5563              not just one single space.
5564      Branch: perl
5565            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
5566 ____________________________________________________________________________
5567 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
5568         Log: AUTHORS updates.
5569      Branch: perl
5570            ! AUTHORS
5571 ____________________________________________________________________________
5572 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
5573         Log: Update Changes.
5574      Branch: perl
5575            ! Changes patchlevel.h
5576 ____________________________________________________________________________
5577 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
5578         Log: Work around old buggy glibcs for langinfo constants,
5579              from Nicholas Clark and David Dyck.
5580      Branch: perl
5581            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
5582 ____________________________________________________________________________
5583 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
5584         Log: Eradicate Time::Piece; add an example.
5585      Branch: perl
5586            ! ext/I18N/Langinfo/Langinfo.pm
5587 ____________________________________________________________________________
5588 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
5589         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
5590              From: Robert Spier <rspier@pobox.com>
5591              Date: Mon, 1 Oct 2001 23:20:16 -0700
5592              Message-ID: <15289.23712.422087.878224@rls.cx>
5593      Branch: perl
5594            ! lib/Pod/Html.pm
5595 ____________________________________________________________________________
5596 [ 12303] By: sky                                   on 2001/10/02  10:40:57
5597         Log: Fixes obscure bug that manifests itself by.
5598              local $!=0;undef*STDOUT;#segfaults
5599              Has been around for a while. Possible other magic IO vars are
5600              possibly affected aswell. Reported by Jos Boumans.
5601      Branch: perl
5602            ! mg.c
5603 ____________________________________________________________________________
5604 [ 12302] By: nick                                  on 2001/10/02  09:00:52
5605         Log: Integrate mainline
5606      Branch: perlio
5607           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
5608           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
5609           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
5610 ____________________________________________________________________________
5611 [ 12301] By: nick                                  on 2001/10/02  08:40:57
5612         Log: Integrate mainline + lib/open.t patch from Chromatic
5613      Branch: perlio
5614           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
5615            ! lib/open.t
5616           !> (integrate 29 files)
5617 ____________________________________________________________________________
5618 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
5619         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
5620              Until it has, better stop early if someone requests threads.
5621      Branch: perl
5622            ! hints/darwin.sh
5623 ____________________________________________________________________________
5624 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
5625         Log: Subject: [ID 20011001.011] redundant code in t/TEST
5626              From: David Dyck <dcd@tc.fluke.com>
5627              Date: Mon, 1 Oct 2001 12:56:24 -0700
5628              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
5629      Branch: perl
5630            ! t/TEST
5631 ____________________________________________________________________________
5632 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
5633         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
5634              From: "chromatic" <chromatic@rmci.net>
5635              Date: Mon, 01 Oct 2001 12:27:12 -0600
5636              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
5637      Branch: perl
5638            ! lib/Term/Cap.t
5639 ____________________________________________________________________________
5640 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
5641         Log: UNICOS testing patches from Nicholas Clark.
5642      Branch: perl
5643            ! t/op/arith.t t/op/pack.t
5644 ____________________________________________________________________________
5645 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
5646         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
5647              From: "chromatic" <chromatic@rmci.net>
5648              Date: Mon, 01 Oct 2001 10:21:51 -0600
5649              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
5650      Branch: perl
5651            ! lib/open.t
5652 ____________________________________________________________________________
5653 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
5654         Log: Make missing the RADIXCHAR a softer, gentler error.
5655      Branch: perl
5656            ! ext/I18N/Langinfo/Langinfo.t
5657 ____________________________________________________________________________
5658 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
5659         Log: Nuke also the LANG because of glibc.
5660      Branch: perl
5661            ! lib/open.t
5662 ____________________________________________________________________________
5663 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
5664         Log: Also the ^Is is optional.
5665      Branch: perl
5666            ! pod/perlunicode.pod t/op/pat.t
5667 ____________________________________________________________________________
5668 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
5669         Log: Be careful to pull chars from the varargs stack when
5670              formatting chars.
5671      Branch: perl
5672            ! regcomp.c
5673 ____________________________________________________________________________
5674 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
5675         Log: sortsv not in place anymore, noticed by John P. Linderman.
5676      Branch: perl
5677            ! pod/perlapi.pod pp_ctl.c
5678 ____________________________________________________________________________
5679 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
5680         Log: Make the diagnostic messages more neutral.
5681      Branch: perl
5682            ! ext/B/t/terse.t
5683 ____________________________________________________________________________
5684 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
5685         Log: Forgotten from #12288.
5686      Branch: perl
5687            ! ext/Data/Dumper/Dumper.pm
5688 ____________________________________________________________________________
5689 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
5690         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
5691              From: Brian Ingerson <ingy@ttul.org>
5692              Date: Sun, 30 Sep 2001 21:45:56 -0700
5693              Message-ID: <20010930214556.D26392@ttul.org>
5694              
5695              (remember also the #12289)
5696      Branch: perl
5697            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
5698 ____________________________________________________________________________
5699 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
5700         Log: More Unicode property tests for the abbreviated
5701              general properties.
5702      Branch: perl
5703            ! t/op/pat.t
5704 ____________________________________________________________________________
5705 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
5706         Log: Further tweaks to the Unicode properties.
5707      Branch: perl
5708            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
5709 ____________________________________________________________________________
5710 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
5711         Log: Retract #12284.
5712      Branch: perl
5713            ! lib/Term/Cap.t
5714 ____________________________________________________________________________
5715 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
5716         Log: (Retracted by #12285)
5717      Branch: perl
5718            ! lib/Term/Cap.t
5719 ____________________________________________________________________________
5720 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
5721         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
5722              From: "chromatic" <chromatic@rmci.net>  
5723              Date: Sun, 30 Sep 2001 16:10:02 -0600
5724              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
5725      Branch: perl
5726            + lib/Term/Cap.t
5727            ! MANIFEST
5728 ____________________________________________________________________________
5729 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
5730         Log: Use stty -g to restore the terminal state, do not even
5731              try to run the tests if stty -g is not available.
5732      Branch: perl
5733            ! lib/Term/Complete.t
5734 ____________________________________________________________________________
5735 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
5736         Log: Cleanup utf8_heavy; allow dropping the In prefix from
5737              Unicode script/block properties.
5738      Branch: perl
5739            ! lib/utf8_heavy.pl
5740 ____________________________________________________________________________
5741 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
5742         Log: Retract the #12259 for now.
5743      Branch: perl
5744            ! embed.h embed.pl sv.h
5745 ____________________________________________________________________________
5746 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
5747         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
5748      Branch: perl
5749            + lib/Text/TabsWrap/CHANGELOG
5750            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
5751 ____________________________________________________________________________
5752 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
5753         Log: #12272 wasn't right, it introduced an extra ().
5754      Branch: perl
5755            ! lib/utf8_heavy.pl
5756 ____________________________________________________________________________
5757 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
5758         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
5759              From: Jonathan Stowe <gellyfish@gellyfish.com>
5760              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
5761              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
5762      Branch: perl
5763            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
5764 ____________________________________________________________________________
5765 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
5766         Log: Subject: Patch to put qsortsv in the public API
5767              From: Brian Ingerson <ingy@ttul.org>
5768              Date: Sat, 29 Sep 2001 17:41:13 -0700
5769              Message-ID: <20010929174113.A30223@ttul.org>
5770      Branch: perl
5771            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
5772 ____________________________________________________________________________
5773 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
5774         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
5775              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5776              Date: Sat, 29 Sep 2001 23:54:48 +0200
5777              Message-ID: <20010929235448.A5017@rafael>
5778      Branch: perl
5779            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
5780 ____________________________________________________________________________
5781 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
5782         Log: FAQ sync.
5783      Branch: perl
5784            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5785            ! pod/perlfaq9.pod
5786 ____________________________________________________________________________
5787 [ 12273] By: bailey                                on 2001/09/29  23:43:46
5788         Log: Resync with mainline
5789      Branch: vmsperl
5790           +> (branch 1207 files)
5791            - (delete 324 files)
5792           !> (integrate 866 files)
5793 ____________________________________________________________________________
5794 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
5795         Log: Nasty recursion trap if one would match Unicode.
5796      Branch: perl
5797            ! lib/utf8_heavy.pl
5798 ____________________________________________________________________________
5799 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
5800         Log: More Unicode todo.
5801      Branch: perl
5802            ! pod/perltodo.pod
5803 ____________________________________________________________________________
5804 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
5805         Log: Explain a bit the new more flexible \p\P syntax.
5806      Branch: perl
5807            ! pod/perlunicode.pod
5808 ____________________________________________________________________________
5809 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
5810         Log: More leniency to the \p and \P: now can have whitespace
5811              between the property definition and the curlies; now can
5812              invert the property by having a caret between the open
5813              curly and the property.
5814      Branch: perl
5815            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
5816 ____________________________________________________________________________
5817 [ 12268] By: nick                                  on 2001/09/29  17:39:26
5818         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
5819              one test (lib/open.t) fails
5820      Branch: perlio
5821           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
5822           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
5823           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
5824           +> lib/Tie/Scalar.t lib/open.t
5825            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
5826            - ext/B/Stash.t
5827           !> (integrate 62 files)
5828 ____________________________________________________________________________
5829 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
5830         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
5831      Branch: perl
5832            ! t/op/chdir.t
5833 ____________________________________________________________________________
5834 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
5835         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
5836              From: "Craig A. Berry" <craigberry@mac.com> 
5837              Date: Sat, 29 Sep 2001 09:35:33 -0500
5838              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
5839      Branch: perl
5840            ! t/op/chdir.t
5841 ____________________________________________________________________________
5842 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
5843         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
5844              From: "chromatic" <chromatic@rmci.net>
5845              Date: Fri, 28 Sep 2001 21:20:12 -0600
5846              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
5847      Branch: perl
5848            + lib/Tie/Scalar.t
5849            ! MANIFEST lib/Tie/Scalar.pm
5850 ____________________________________________________________________________
5851 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
5852         Log: Allow for more flexibility in the \p{In...} names, now
5853              case doesn't matter, and any space or dash can be
5854              matched by any space, dash, underbar, or empty.
5855              (may be going too far on leniency)
5856      Branch: perl
5857            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
5858            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
5859            ! t/op/pat.t
5860 ____________________________________________________________________________
5861 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
5862         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
5863              From: "chromatic" <chromatic@rmci.net>
5864              Date: Fri, 28 Sep 2001 17:39:50 -0600
5865              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
5866      Branch: perl
5867            + lib/open.t
5868            ! MANIFEST
5869 ____________________________________________________________________________
5870 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
5871         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
5872              From: "Craig A. Berry" <craigberry@mac.com>
5873              Date: Fri, 28 Sep 2001 16:24:51 -0500
5874              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
5875      Branch: perl
5876            ! ext/File/Glob/t/basic.t
5877 ____________________________________________________________________________
5878 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
5879         Log: Subject: [DOC PATCH] Carp.pm pod typo
5880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5881              Date: Fri, 28 Sep 2001 23:14:51 +0200
5882              Message-ID: <20010928231451.E16889@rafael>
5883      Branch: perl
5884            ! lib/Carp.pm
5885 ____________________________________________________________________________
5886 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
5887         Log: Subject: [PATCH] Allow an @INC hook to set %INC
5888              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5889              Date: Fri, 28 Sep 2001 22:18:13 +0200
5890              Message-ID: <20010928221813.A16889@rafael>
5891      Branch: perl
5892            ! pp_ctl.c
5893 ____________________________________________________________________________
5894 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
5895         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
5896              From: Nicholas Clark <nick@ccl4.org>
5897              Date: Fri, 28 Sep 2001 23:39:33 +0100
5898              Message-ID: <20010928233933.C23673@plum.flirble.org>
5899      Branch: perl
5900            ! embed.h embed.pl sv.h
5901 ____________________________________________________________________________
5902 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
5903         Log: Update Changes.
5904      Branch: perl
5905            ! Changes patchlevel.h
5906 ____________________________________________________________________________
5907 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
5908         Log: Move the B tests to B/t.
5909      Branch: perl
5910            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
5911            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
5912            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
5913            - ext/B/Showlex.t ext/B/Stash.t
5914            ! MANIFEST
5915 ____________________________________________________________________________
5916 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
5917         Log: Forgot from #12254.
5918      Branch: perl
5919            + ext/B/B/Terse.t
5920 ____________________________________________________________________________
5921 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
5922         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
5923              From: "chromatic" <chromatic@rmci.net>
5924              Date: Thu, 27 Sep 2001 23:22:17 -0600
5925              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
5926      Branch: perl
5927            ! MANIFEST
5928 ____________________________________________________________________________
5929 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
5930         Log: Test numbering mismatch.
5931      Branch: perl
5932            ! t/op/chdir.t
5933 ____________________________________________________________________________
5934 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
5935         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
5936              From: "Craig A. Berry" <craigberry@mac.com>
5937              Date: Wed, 26 Sep 2001 17:43:14 -0500
5938              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
5939      Branch: perl
5940            ! iperlsys.h t/op/chdir.t
5941 ____________________________________________________________________________
5942 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
5943         Log: Subject: [PATCH gv.c] make __ANON__ global
5944              From: Robin Barker <rmb1@cise.npl.co.uk>
5945              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
5946              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
5947      Branch: perl
5948            ! gv.c t/op/anonsub.t t/op/runlevel.t
5949 ____________________________________________________________________________
5950 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
5951         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
5952              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5953              Date: Thu, 27 Sep 2001 22:34:32 +0200
5954              Message-ID: <20010927223432.A1485@rafael>
5955      Branch: perl
5956            ! ext/B/B/Terse.pm
5957 ____________________________________________________________________________
5958 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
5959         Log: (retracted by #12338)
5960              
5961              Subject: [PATCH] Cleanup of perldsc.pod      
5962              From: Casey West <casey@geeknest.com>
5963              Date: Thu, 27 Sep 2001 11:13:17 -0400
5964              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
5965      Branch: perl
5966            ! pod/perldsc.pod
5967 ____________________________________________________________________________
5968 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
5969         Log: Not everyone is using ithreads...
5970      Branch: perl
5971            ! ext/Devel/Peek/Peek.t
5972 ____________________________________________________________________________
5973 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
5974         Log: Document the nss_delete core dump workaround for HP-UX
5975              and Solaris, bug IDs 20010805.018 and 20010629.004.
5976      Branch: perl
5977            ! README.hpux README.solaris
5978 ____________________________________________________________________________
5979 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
5980         Log: Dump Unicode hash keys also as Unicode,
5981              not just as a byte string.
5982      Branch: perl
5983            ! dump.c ext/Devel/Peek/Peek.t
5984 ____________________________________________________________________________
5985 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
5986         Log: Integrate changes #12241 and #12242 from macperl:
5987              
5988              Remove unneeded disabling of umask() calls
5989              
5990              Note (get|set)sockopt are available.
5991      Branch: perl
5992           !> lib/File/Temp.pm pod/perlport.pod
5993 ____________________________________________________________________________
5994 [ 12244] By: sky                                   on 2001/09/27  08:53:00
5995         Log: Flush buffers on thread closedown.
5996      Branch: perl
5997            ! ext/threads/threads.xs
5998 ____________________________________________________________________________
5999 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
6000         Log: Dump SvUTF8(sv)s also as \x{...}.
6001              
6002              TODO: dump the SvUTF8() hash keys similarly. 
6003      Branch: perl
6004            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
6005 ____________________________________________________________________________
6006 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
6007         Log: Note (get|set)sockopt are available.
6008      Branch: maint-5.6/macperl
6009            ! pod/perlport.pod
6010 ____________________________________________________________________________
6011 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
6012         Log: Remove unneeded disabling of umask() calls
6013      Branch: maint-5.6/macperl
6014            ! lib/File/Temp.pm
6015 ____________________________________________________________________________
6016 [ 12240] By: sky                                   on 2001/09/26  18:44:56
6017         Log: Documention update
6018      Branch: perl
6019            ! ext/threads/threads.pm
6020 ____________________________________________________________________________
6021 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
6022         Log: Update Changes.
6023      Branch: perl
6024            ! Changes patchlevel.h
6025 ____________________________________________________________________________
6026 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
6027         Log: Check that all environment variables are tainted.
6028      Branch: perl
6029            ! t/op/taint.t
6030 ____________________________________________________________________________
6031 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
6032         Log: Manual integration error in #12235.
6033      Branch: perl
6034            ! lib/File/DosGlob.t
6035 ____________________________________________________________________________
6036 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
6037         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
6038              From: "chromatic" <chromatic@rmci.net>
6039              Date: Tue, 25 Sep 2001 23:57:07 -0600
6040              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
6041      Branch: perl
6042            ! perlio.c
6043 ____________________________________________________________________________
6044 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
6045         Log: Integrate macperl changes from Chris Nandor:
6046              12192 11817 11815 11813 11778 11775
6047              
6048              Update CPAN.pm to work with new Mac::BuildTools instead
6049              of ExtUtils::MM_MacOS "orphan" functions
6050              
6051              Fix test
6052              
6053              Make syntax check report in MPW style, fix tests
6054              to use Mac::err=unix to get normal-style error
6055              messages.
6056              
6057              More module and test ports from Thomas Wegner et al
6058              
6059              Fix open of /dev/null for Mac OS
6060              
6061              Allow for platforms to override formatting of errors
6062              on output from Matthias Neeracher (core files)
6063      Branch: perl
6064            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
6065            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
6066            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
6067           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
6068           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
6069           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
6070 ____________________________________________________________________________
6071 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
6072         Log: grrr.
6073      Branch: perl
6074            ! t/op/gv.t
6075 ____________________________________________________________________________
6076 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
6077         Log: Retract #12232.
6078      Branch: perl
6079            ! t/op/gv.t
6080 ____________________________________________________________________________
6081 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
6082         Log: (Retracted by #12233.)
6083      Branch: perl
6084            ! t/op/gv.t
6085 ____________________________________________________________________________
6086 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
6087         Log: Detypo.
6088      Branch: perl
6089            ! ext/Encode/Makefile.PL
6090 ____________________________________________________________________________
6091 [ 12230] By: sky                                   on 2001/09/26  11:36:23
6092         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
6093              We are using a "delay" here because we do not want to depend on thread synchronization issues.
6094      Branch: perl
6095            + ext/threads/t/stress_cv.t
6096            ! MANIFEST ext/threads/t/stress_string.t
6097 ____________________________________________________________________________
6098 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
6099         Log: NetWare tweak from Ananth Kesari.
6100      Branch: perl
6101            ! NetWare/t/Readme.txt
6102 ____________________________________________________________________________
6103 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
6104         Log: Trick to fool case-blind filesystems.
6105      Branch: perl
6106            ! ext/Encode/Makefile.PL
6107 ____________________________________________________________________________
6108 [ 12227] By: sky                                   on 2001/09/26  11:06:50
6109         Log: Threads can start executing in a different order than they were
6110              created.... so we cannot ok() inside the threadstarter.
6111      Branch: perl
6112            ! ext/threads/t/stress_string.t
6113 ____________________________________________________________________________
6114 [ 12226] By: sky                                   on 2001/09/26  07:41:45
6115         Log: Add in stress_string.t to stress test threads a bit more.
6116      Branch: perl
6117            + ext/threads/t/stress_string.t
6118            ! MANIFEST
6119 ____________________________________________________________________________
6120 [ 12225] By: sky                                   on 2001/09/26  07:04:21
6121         Log: Fix negative refcount introduced by #12223.
6122      Branch: perl
6123            ! ext/threads/threads.xs
6124 ____________________________________________________________________________
6125 [ 12224] By: sky                                   on 2001/09/26  06:57:58
6126         Log: Update documentation to match change #12223
6127      Branch: perl
6128            ! sharedsv.c
6129 ____________________________________________________________________________
6130 [ 12223] By: sky                                   on 2001/09/26  06:54:32
6131         Log: Use a separate interpreter for the sharedsv space. Another
6132              negative sv leak. Sigh.
6133      Branch: perl
6134            ! sharedsv.c
6135 ____________________________________________________________________________
6136 [ 12222] By: sky                                   on 2001/09/26  05:58:35
6137         Log: Do the environ assignment in perl_contruct to match perl_destruct.
6138              Now we don't need to perl_parse/perl_run. However environ is a
6139              global....
6140      Branch: perl
6141            ! perl.c
6142 ____________________________________________________________________________
6143 [ 12221] By: sky                                   on 2001/09/26  05:41:02
6144         Log: Move the creation of PL_strtab to perl_construct so we can work
6145              with HV and HEs without running perl_parse.
6146      Branch: perl
6147            ! perl.c
6148 ____________________________________________________________________________
6149 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
6150         Log: integrate macperl changes into maint-5.6
6151      Branch: maint-5.6/perl
6152           !> (integrate 26 files)
6153 ____________________________________________________________________________
6154 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
6155         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
6156              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
6157      Branch: maint-5.6/macperl
6158            ! macos/ext/Mac/Fonts/Fonts.xs
6159            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
6160 ____________________________________________________________________________
6161 [ 12218] By: ams                                   on 2001/09/25  23:31:33
6162         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
6163              From: Nicholas Clark <nick@ccl4.org>
6164              Date: Wed, 26 Sep 2001 01:20:20 +0100
6165              Message-Id: <20010926012020.B48092@plum.flirble.org>
6166      Branch: perl
6167            ! lib/AutoSplit.t
6168 ____________________________________________________________________________
6169 [ 12217] By: ams                                   on 2001/09/25  22:33:05
6170         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
6171              From: "Craig A. Berry" <craigberry@mac.com>
6172              Date: Tue, 25 Sep 2001 18:08:42 -0500
6173              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
6174      Branch: perl
6175            ! vms/vms.c
6176 ____________________________________________________________________________
6177 [ 12216] By: ams                                   on 2001/09/25  21:41:01
6178         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
6179              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
6180              From: Michael G Schwern <schwern@pobox.com>
6181              Date: Wed, 26 Sep 2001 00:38:21 -0400
6182              Message-Id: <20010926003821.A627@blackrider>
6183      Branch: perl
6184            ! lib/AutoSplit.t
6185 ____________________________________________________________________________
6186 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
6187         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
6188              From: Michael G Schwern <schwern@pobox.com>
6189              Date: Tue, 25 Sep 2001 17:43:49 -0400
6190              Message-ID: <20010925174349.B19534@blackrider>
6191      Branch: perl
6192            ! lib/Test/Simple.pm lib/Test/Utils.pm
6193 ____________________________________________________________________________
6194 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
6195         Log: Integrate changes from bleadperl.
6196      Branch: maint-5.6/macperl
6197           !> pod/perlport.pod
6198 ____________________________________________________________________________
6199 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
6200         Log: skip($mess) should result in one skip.
6201      Branch: perl
6202            ! t/test.pl
6203 ____________________________________________________________________________
6204 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
6205         Log: Integrate change #12200 from maintperl.
6206      Branch: maint-5.6/macperl
6207           !> win32/perlhost.h
6208 ____________________________________________________________________________
6209 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
6210         Log: Fix file types to "apple"
6211      Branch: maint-5.6/macperl
6212            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
6213            ! macos/ext/Mac/SAT/t/Collision.rsrc
6214 ____________________________________________________________________________
6215 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
6216         Log: Fix rsrc file as snd file; fix path in t file.
6217      Branch: maint-5.6/macperl
6218            ! macos/ext/Mac/Notification/t/Notification.rsrc
6219            ! macos/ext/Mac/Notification/t/Notification.t
6220 ____________________________________________________________________________
6221 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
6222         Log: Sync up with File::Find from bleadperl.
6223      Branch: maint-5.6/macperl
6224            ! lib/File/Find.pm t/lib/filefind-taint.t
6225 ____________________________________________________________________________
6226 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
6227         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
6228              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
6229              of hundreds)
6230      Branch: maint-5.6/macperl
6231            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
6232            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
6233            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
6234 ____________________________________________________________________________
6235 [ 12207] By: nick                                  on 2001/09/25  19:04:36
6236         Log: Integrate mainline (untested while modem is up)
6237      Branch: perlio
6238           +> lib/AutoSplit.t t/test.pl
6239            - lib/warnings/register.t
6240           !> (integrate 28 files)
6241 ____________________________________________________________________________
6242 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
6243         Log: perldiag entry for #12205.
6244      Branch: perl
6245            ! pod/perldiag.pod
6246 ____________________________________________________________________________
6247 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
6248         Log: Subject: [PATCH] warning on v-string in use/require
6249              From: John Peacock <jpeacock@rowman.com>
6250              Date: Mon, 24 Sep 2001 17:29:03 -0400
6251              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
6252      Branch: perl
6253            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
6254 ____________________________________________________________________________
6255 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
6256         Log: perltooc et al updates.
6257      Branch: perl
6258            ! plan9/mkfile pod/roffitall
6259 ____________________________________________________________________________
6260 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
6261         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
6262              From: Michael G Schwern <schwern@pobox.com>
6263              Date: Sun, 23 Sep 2001 00:07:12 -0400
6264              Message-ID: <20010923000712.A7005@blackrider>
6265      Branch: perl
6266            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
6267 ____________________________________________________________________________
6268 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
6269         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
6270              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6271              Date: Wed, 26 Sep 2001 01:25:10 +0900
6272              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
6273      Branch: perl
6274            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
6275            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
6276            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
6277 ____________________________________________________________________________
6278 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
6279         Log: Integrate change #12200 from maintperl;
6280              on windows, virtualized environment could propagate deleted variables
6281              into children if they happen to be at the very end of the table
6282      Branch: perl
6283           !> win32/perlhost.h
6284 ____________________________________________________________________________
6285 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
6286         Log: on windows, virtualized environment could propagate deleted variables
6287              into children if they happen to be at the very end of the table
6288              (thanks for succinct test case from Johan Holmberg, and fix from
6289              Doug Lankshear)
6290      Branch: maint-5.6/perl
6291            ! win32/perlhost.h
6292 ____________________________________________________________________________
6293 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
6294         Log: avoid the use of ftime() (it does a useless, potentially
6295              expensive call to GetTimeZoneInformation()); this potentially
6296              also results in three more digits of precision from
6297              Time::HiRes::time()
6298      Branch: perl
6299            ! ext/Time/HiRes/HiRes.xs
6300 ____________________________________________________________________________
6301 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
6302         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
6303              
6304              Note: io/binmode is failing, have to figure out why.
6305      Branch: perl
6306            + t/test.pl
6307            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
6308            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
6309            ! t/run/exit.t
6310 ____________________________________________________________________________
6311 [ 12197] By: ams                                   on 2001/09/25  13:48:55
6312         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
6313              From: Nicholas Clark <nick@ccl4.org>
6314              Date: Tue, 25 Sep 2001 00:37:40 +0100
6315              Message-Id: <20010925003740.S4971@plum.flirble.org>
6316              (Further changes expected.)
6317      Branch: perl
6318            + lib/AutoSplit.t
6319            ! MANIFEST
6320 ____________________________________________________________________________
6321 [ 12196] By: sky                                   on 2001/09/25  13:37:12
6322         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
6323              _ftime to try and be more robust.
6324      Branch: perl
6325            ! ext/Time/HiRes/HiRes.xs
6326 ____________________________________________________________________________
6327 [ 12194] By: ams                                   on 2001/09/25  11:40:00
6328         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
6329              From: "Craig A. Berry" <craigberry@mac.com>
6330              Date: Mon, 24 Sep 2001 17:54:20 -0500
6331              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
6332      Branch: perl
6333            ! vms/descrip_mms.template
6334 ____________________________________________________________________________
6335 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
6336         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
6337              not working, cursor not spinning (Bug #422129); external
6338              editor problems (Bug #456329); escape/cmd-. not activating
6339              "Cancel" in Save dialog box (Bug #446960); Runtimes not
6340              executing on launch (Bug #464441).
6341      Branch: maint-5.6/macperl
6342            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
6343            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
6344            ! macos/macperl/MacPerl.r
6345 ____________________________________________________________________________
6346 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
6347         Log: Update CPAN.pm to work with new Mac::BuildTools instead
6348              of ExtUtils::MM_MacOS "orphan" functions
6349      Branch: maint-5.6/macperl
6350            ! lib/CPAN.pm
6351 ____________________________________________________________________________
6352 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
6353         Log: Fix up another xsubpp problem (Matthias Neeracher)
6354      Branch: maint-5.6/macperl
6355            ! macos/xsubpp
6356 ____________________________________________________________________________
6357 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
6358         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
6359      Branch: maint-5.6/macperl
6360            ! macos/lib/ExtUtils/MM_MacOS.pm
6361 ____________________________________________________________________________
6362 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
6363         Log: Fix up Makefiles for more Mac:: modules (and prepare for
6364              static build ...?)
6365      Branch: maint-5.6/macperl
6366            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
6367            ! macos/macperl/Makefile.mk
6368 ____________________________________________________________________________
6369 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
6370         Log: Fix up tests
6371      Branch: maint-5.6/macperl
6372            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
6373 ____________________________________________________________________________
6374 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
6375         Log: Make malloc smarter, fix bugs.  (Bug #404030)
6376      Branch: maint-5.6/macperl
6377            ! macos/icemalloc.c macos/icemalloc.h
6378 ____________________________________________________________________________
6379 [ 12186] By: nick                                  on 2001/09/24  19:18:17
6380         Log: Integrate mainline
6381      Branch: perlio
6382           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
6383           +> lib/filetest.t
6384           !> (integrate 30 files)
6385 ____________________________________________________________________________
6386 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
6387         Log: Retract #12136, the warnings::register is already
6388              tested by t/lib/warnings/9enabled, as pointed out
6389              by Paul Marquess.
6390      Branch: perl
6391            - lib/warnings/register.t
6392            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
6393 ____________________________________________________________________________
6394 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
6395         Log: fix Time::HiRes implementation of gettimeofday() on windows
6396              (HiRes.t#14 now passes)
6397      Branch: perl
6398            ! ext/Time/HiRes/HiRes.xs
6399 ____________________________________________________________________________
6400 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
6401         Log: File::Spec::catfile() canonifies everything to blackslashes on
6402              windows :-(
6403      Branch: perl
6404            ! lib/ExtUtils/Manifest.t
6405 ____________________________________________________________________________
6406 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
6407         Log: test number mismatch
6408      Branch: perl
6409            ! t/op/magic.t
6410 ____________________________________________________________________________
6411 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
6412         Log: ok().
6413      Branch: perl
6414            ! t/op/pack.t
6415 ____________________________________________________________________________
6416 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
6417         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
6418              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
6419      Branch: perl
6420            ! pp_pack.c t/op/pack.t
6421 ____________________________________________________________________________
6422 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
6423         Log: Update Changes.
6424      Branch: perl
6425            ! Changes patchlevel.h
6426 ____________________________________________________________________________
6427 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
6428         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
6429              From: Michael G Schwern <schwern@pobox.com>
6430              Date: Mon, 24 Sep 2001 11:12:13 -0400
6431              Message-ID: <20010924111213.G27885@blackrider>
6432      Branch: perl
6433            ! lib/ExtUtils/Manifest.pm
6434 ____________________________________________________________________________
6435 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
6436         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
6437              From: Michael G Schwern <schwern@pobox.com> 
6438              Date: Mon, 24 Sep 2001 11:02:07 -0400
6439              Message-ID: <20010924110207.E27885@blackrider>
6440      Branch: perl
6441            ! vms/test.com
6442 ____________________________________________________________________________
6443 [ 12176] By: ams                                   on 2001/09/24  14:01:59
6444         Log: Update Changes.
6445      Branch: perl
6446            ! Changes
6447 ____________________________________________________________________________
6448 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
6449         Log: Various cleanups.
6450      Branch: perl
6451            ! ext/threads/Makefile.PL ext/threads/threads.xs
6452 ____________________________________________________________________________
6453 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
6454         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
6455      Branch: maint-5.6/macperl
6456           !> (integrate 33 files)
6457 ____________________________________________________________________________
6458 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
6459         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
6460              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6461              Date: Mon, 24 Sep 2001 20:04:58 +0900
6462              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
6463      Branch: perl
6464            ! ext/Encode/Encode/gb2312.enc
6465 ____________________________________________________________________________
6466 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
6467         Log: Clarifying comment to #12164.
6468      Branch: perl
6469            ! lib/Cwd.pm
6470 ____________________________________________________________________________
6471 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
6472         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
6473              From: Nicholas Clark <nick@ccl4.org>
6474              Date: Sun, 23 Sep 2001 23:00:56 +0100
6475              Message-ID: <20010923230055.Y4971@plum.flirble.org>
6476              
6477              (with "sample_constants" changed to "fallback")
6478      Branch: perl
6479            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
6480            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
6481            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
6482            ! lib/h2xs.t utils/h2xs.PL
6483 ____________________________________________________________________________
6484 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
6485         Log: Metaconfig unit change for #12167.
6486      Branch: metaconfig
6487            ! U/modified/Cppsym.U
6488 ____________________________________________________________________________
6489 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
6490         Log: Add a few glibc cpp symbols to probe for.
6491      Branch: perl
6492            ! Configure
6493 ____________________________________________________________________________
6494 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
6495         Log: DJGPP tweaks for Laszlo Molnar.
6496      Branch: perl
6497            ! djgpp/djgppsed.sh dosish.h
6498 ____________________________________________________________________________
6499 [ 12165] By: ams                                   on 2001/09/24  10:07:08
6500         Log: Subject: [PATCH t/op/inccode.t] More tests
6501              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6502              Date: 24 Sep 2001 10:01:44 -0000
6503              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
6504      Branch: perl
6505            ! t/op/inccode.t
6506 ____________________________________________________________________________
6507 [ 12164] By: ams                                   on 2001/09/24  09:43:29
6508         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
6509              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
6510              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
6511              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
6512      Branch: perl
6513            ! lib/Cwd.pm
6514 ____________________________________________________________________________
6515 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
6516         Log: 1_compile updates.
6517      Branch: perl
6518            ! t/lib/1_compile.t
6519 ____________________________________________________________________________
6520 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
6521         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
6522              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6523              Date: Wed, 19 Sep 2001 22:47:14 +0200
6524              Message-ID: <20010919224714.A6382@rafael>
6525      Branch: perl
6526            ! pod/perlvar.pod pp_ctl.c
6527 ____________________________________________________________________________
6528 [ 12161] By: ams                                   on 2001/09/23  17:40:02
6529         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
6530              filetest Pragma
6531              From: "chromatic" <chromatic@rmci.net>
6532              Date: Sun, 23 Sep 2001 12:07:25 -0600
6533              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
6534      Branch: perl
6535            + lib/filetest.t
6536            ! MANIFEST t/lib/1_compile.t
6537 ____________________________________________________________________________
6538 [ 12160] By: ams                                   on 2001/09/23  16:32:11
6539         Log: Additional minor chdir() tweak.
6540      Branch: perl
6541            ! pod/perlfunc.pod
6542 ____________________________________________________________________________
6543 [ 12159] By: ams                                   on 2001/09/23  16:25:01
6544         Log: Subject: PATCH lib/ExtUtils/Command.t
6545              From: Abe Timmerman <abe@ztreet.demon.nl>
6546              Date: Sun, 23 Sep 2001 19:11:44 +0200
6547              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
6548      Branch: perl
6549            ! lib/ExtUtils/Command.t
6550 ____________________________________________________________________________
6551 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
6552         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
6553              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6554              Date: Sun, 23 Sep 2001 02:02:26 +0200
6555              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
6556      Branch: perl
6557            ! makedef.pl
6558 ____________________________________________________________________________
6559 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
6560         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
6561              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
6562              Date: Sat, 22 Sep 2001 12:54:39 -0500
6563              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
6564      Branch: perl
6565            ! t/op/study.t
6566 ____________________________________________________________________________
6567 [ 12156] By: nick                                  on 2001/09/23  07:48:44
6568         Log: Integrate mainline
6569      Branch: perlio
6570            - check83.pl
6571           !> ext/Encode/Encode/2022-cn.enc
6572 ____________________________________________________________________________
6573 [ 12155] By: nick                                  on 2001/09/23  07:48:01
6574         Log: Integrate mainline
6575      Branch: perlio
6576           +> (branch 64 files)
6577            - ext/Encode/Encode/cns11643-1.enc
6578            - ext/Encode/Encode/cns11643-2.enc
6579            - ext/Encode/Encode/iso2022-cn.enc
6580            - ext/Encode/Encode/iso2022-jp.enc
6581            - ext/Encode/Encode/iso2022-jp1.enc
6582            - ext/Encode/Encode/iso2022-jp2.enc
6583            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
6584            - ext/Encode/Encode/iso8859-1.enc
6585            - ext/Encode/Encode/iso8859-1.ucm
6586            - ext/Encode/Encode/iso8859-10.enc
6587            - ext/Encode/Encode/iso8859-10.ucm
6588            - ext/Encode/Encode/iso8859-13.enc
6589            - ext/Encode/Encode/iso8859-13.ucm
6590            - ext/Encode/Encode/iso8859-14.enc
6591            - ext/Encode/Encode/iso8859-14.ucm
6592            - ext/Encode/Encode/iso8859-15.enc
6593            - ext/Encode/Encode/iso8859-15.ucm
6594            - ext/Encode/Encode/iso8859-16.enc
6595            - ext/Encode/Encode/iso8859-16.ucm
6596            - ext/Encode/Encode/iso8859-2.enc
6597            - ext/Encode/Encode/iso8859-2.ucm
6598            - ext/Encode/Encode/iso8859-3.enc
6599            - ext/Encode/Encode/iso8859-3.ucm
6600            - ext/Encode/Encode/iso8859-4.enc
6601            - ext/Encode/Encode/iso8859-4.ucm
6602            - ext/Encode/Encode/iso8859-5.enc
6603            - ext/Encode/Encode/iso8859-5.ucm
6604            - ext/Encode/Encode/iso8859-6.enc
6605            - ext/Encode/Encode/iso8859-6.ucm
6606            - ext/Encode/Encode/iso8859-7.enc
6607            - ext/Encode/Encode/iso8859-7.ucm
6608            - ext/Encode/Encode/iso8859-8.enc
6609            - ext/Encode/Encode/iso8859-8.ucm
6610            - ext/Encode/Encode/iso8859-9.enc
6611            - ext/Encode/Encode/iso8859-9.ucm
6612            - ext/Encode/Encode/isoir-197.enc
6613            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
6614            - t/lib/sample-tests/header_at_end
6615            - t/lib/sample-tests/header_at_end_fail
6616           !> (integrate 174 files)
6617 ____________________________________________________________________________
6618 [ 12154] By: ams                                   on 2001/09/23  07:11:46
6619         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
6620              by Blair Zajac.
6621      Branch: perl
6622            ! pod/perlfunc.pod
6623 ____________________________________________________________________________
6624 [ 12153] By: ams                                   on 2001/09/23  06:56:32
6625         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
6626              Forgotten deprecation of *glob{FILEHANDLE}?
6627              From: "chromatic" <chromatic@rmci.net>
6628              Date: Sat, 22 Sep 2001 21:27:56 -0600
6629              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
6630      Branch: perl
6631            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
6632 ____________________________________________________________________________
6633 [ 12152] By: ams                                   on 2001/09/23  06:42:58
6634         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
6635              From: Michael G Schwern <schwern@pobox.com>
6636              Date: Sun, 23 Sep 2001 03:34:39 -0400
6637              Message-Id: <20010923033439.E7005@blackrider>
6638      Branch: perl
6639            ! lib/File/Find.pm
6640 ____________________________________________________________________________
6641 [ 12151] By: ams                                   on 2001/09/23  06:37:57
6642         Log: Subject: Re: t/op/magic.t missing tests on Win32
6643              From: Michael G Schwern <schwern@pobox.com>
6644              Date: Sat, 22 Sep 2001 20:29:09 -0400
6645              Message-Id: <20010922202909.I18223@blackrider>
6646      Branch: perl
6647            ! t/op/magic.t
6648 ____________________________________________________________________________
6649 [ 12150] By: ams                                   on 2001/09/23  06:36:26
6650         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
6651              Dumpvalue.pm
6652              From: "chromatic" <chromatic@rmci.net>
6653              Date: Sat, 22 Sep 2001 19:41:31 -0600
6654              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
6655      Branch: perl
6656            + lib/Dumpvalue.t
6657            ! MANIFEST lib/Dumpvalue.pm
6658 ____________________________________________________________________________
6659 [ 12149] By: ams                                   on 2001/09/23  06:25:35
6660         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
6661              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6662              Date: Sun, 23 Sep 2001 15:27:56 +0900
6663              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
6664      Branch: perl
6665            ! ext/Encode/Encode/2022-cn.enc
6666 ____________________________________________________________________________
6667 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
6668         Log: Manual eror in #12147.
6669      Branch: perl
6670            ! win32/win32.c
6671 ____________________________________________________________________________
6672 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
6673         Log: Integrate change #12146 from maintperl;
6674              win32_chdir() et al don't handle a NULL argument gracefully
6675      Branch: perl
6676           !> win32/perlhost.h win32/win32.c
6677 ____________________________________________________________________________
6678 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
6679         Log: win32_chdir() et al don't handle a NULL argument gracefully
6680      Branch: maint-5.6/perl
6681            ! win32/perlhost.h win32/win32.c
6682 ____________________________________________________________________________
6683 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
6684         Log: typo in change#12026
6685      Branch: maint-5.6/perl
6686            ! op.c
6687 ____________________________________________________________________________
6688 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
6689         Log: Subject: [PATCH] Re: scalar context unpack bugs
6690              From: Nicholas Clark <nick@ccl4.org>
6691              Date: Sat, 22 Sep 2001 23:07:56 +0100
6692              Message-ID: <20010922230755.O4971@plum.flirble.org>
6693      Branch: perl
6694            ! pp_pack.c t/op/pack.t
6695 ____________________________________________________________________________
6696 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
6697         Log: Try ExtUtils::Command.t everywhere, not just on Win32
6698              (as suggested by NI-S).  Also allow running it either
6699              in t/ or in the main directory.
6700      Branch: perl
6701            ! lib/ExtUtils/Command.t
6702 ____________________________________________________________________________
6703 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
6704         Log: Update the test on warnings/register.t.
6705      Branch: perl
6706            ! t/lib/1_compile.t
6707 ____________________________________________________________________________
6708 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
6709         Log: The code is now almost tidy enough to keep the IRIX cc happy.
6710      Branch: perl
6711            ! hints/irix_6.sh
6712 ____________________________________________________________________________
6713 [ 12140] By: ams                                   on 2001/09/22  17:26:32
6714         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
6715              use_ithreads
6716              From: "Craig A. Berry" <craigberry@mac.com>
6717              Date: Sat, 22 Sep 2001 13:15:32 -0500
6718              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
6719      Branch: perl
6720            ! configure.com
6721 ____________________________________________________________________________
6722 [ 12139] By: ams                                   on 2001/09/22  16:44:08
6723         Log: Do what perl_clone() does for sharedsv functions.
6724      Branch: perl
6725            ! embed.pl proto.h
6726 ____________________________________________________________________________
6727 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
6728         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
6729              (suggested by Sarathy, extensions shouldn't be dabbling with
6730              op structures, so binary backward compatibility should not be
6731              an issue.)
6732      Branch: perl
6733            ! hints/irix_6.sh op.h
6734 ____________________________________________________________________________
6735 [ 12137] By: ams                                   on 2001/09/22  16:21:05
6736         Log: More cleanups. (What's PERL_DECL_PROT?)
6737      Branch: perl
6738            ! embed.pl proto.h sharedsv.h
6739 ____________________________________________________________________________
6740 [ 12136] By: ams                                   on 2001/09/22  15:14:34
6741         Log: (Retracted by #12185)
6742              
6743              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
6744              Add Tests for warnings::register, Doc Update
6745              From: "chromatic" <chromatic@rmci.net>
6746              Date: Sat, 22 Sep 2001 09:43:20 -0600
6747              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
6748      Branch: perl
6749            + lib/warnings/register.t
6750            ! MANIFEST lib/warnings/register.pm
6751 ____________________________________________________________________________
6752 [ 12135] By: ams                                   on 2001/09/22  15:07:50
6753         Log: `@foo' should be @foo for consistency.
6754      Branch: perl
6755            ! pod/perldiag.pod
6756 ____________________________________________________________________________
6757 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
6758         Log: (Retracted by #12138)
6759              
6760              Add -woff (turn warning off) 3187:
6761              "A pointer is converted to a smaller integer."
6762              This happens when your pointers are 64-bit: then every case
6763              of converting pointers to PADOFFSETs (explicitly 32-bit)
6764              faces truncation (even explicit use of INT2PTR doesn't help).
6765              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
6766              Changing PADOFFSET from U32 to UV would help, but that
6767              would break binary backward compatibility of BASEOP and padop
6768              (assuming you have been using 64-bit pointers).
6769      Branch: perl
6770            ! hints/irix_6.sh
6771 ____________________________________________________________________________
6772 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
6773         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
6774              but the name comes from the inside the file, not from the file
6775              name, and Rumanian is the name of the language.
6776      Branch: perl
6777            + ext/Encode/Encode/macRumanian.enc
6778            - ext/Encode/Encode/macRomania.enc
6779            ! MANIFEST
6780 ____________________________________________________________________________
6781 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
6782         Log: Rename perltootc as perltooc for 8.3-friedliness.
6783      Branch: perl
6784            + pod/perltooc.pod
6785            - pod/perltootc.pod
6786            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
6787            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
6788            ! pod/perltoot.pod
6789 ____________________________________________________________________________
6790 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
6791         Log: Find more conflicts by lowercasing.
6792      Branch: perl
6793            + Porting/check83.pl
6794            - check83.pl
6795            ! MANIFEST
6796 ____________________________________________________________________________
6797 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
6798         Log: The AIX cc 5.0.0.0 is simply too buggy.
6799      Branch: perl
6800            ! hints/aix.sh
6801 ____________________________________________________________________________
6802 [ 12129] By: ams                                   on 2001/09/22  12:35:38
6803         Log: Uninteresting cleanup.
6804      Branch: perl
6805            ! form.h
6806 ____________________________________________________________________________
6807 [ 12128] By: ams                                   on 2001/09/22  12:28:48
6808         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
6809              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6810              Date: Sat, 22 Sep 2001 14:29:13 +0100
6811              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
6812      Branch: perl
6813            ! cv.h
6814 ____________________________________________________________________________
6815 [ 12127] By: ams                                   on 2001/09/22  12:04:28
6816         Log: What's a backet?
6817      Branch: perl
6818            ! dump.c
6819 ____________________________________________________________________________
6820 [ 12126] By: ams                                   on 2001/09/22  10:02:34
6821         Log: Removed duplicated tests #19 and #20.
6822      Branch: perl
6823            ! t/op/do.t
6824 ____________________________________________________________________________
6825 [ 12125] By: ams                                   on 2001/09/22  03:58:41
6826         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
6827              From: Michael Carman <mjcarman@home.com>
6828              Date: Fri, 21 Sep 2001 17:54:05 -0500
6829              Message-Id: <3BABC50D.6040202@home.com>
6830              (Applied with some changes.)
6831      Branch: perl
6832            ! pod/perlmod.pod
6833 ____________________________________________________________________________
6834 [ 12124] By: ams                                   on 2001/09/22  03:44:19
6835         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
6836              From: Michael G Schwern <schwern@pobox.com>
6837              Date: Fri, 21 Sep 2001 19:20:40 -0400
6838              Message-Id: <20010921192040.E5494@blackrider>
6839      Branch: perl
6840            ! t/op/chdir.t
6841 ____________________________________________________________________________
6842 [ 12123] By: ams                                   on 2001/09/22  03:41:08
6843         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
6844              From: Blair Zajac <blair@orcaware.com>
6845              Date: Fri, 21 Sep 2001 15:13:04 -0700
6846              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
6847      Branch: perl
6848            ! t/op/chdir.t
6849 ____________________________________________________________________________
6850 [ 12122] By: ams                                   on 2001/09/22  03:37:07
6851         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
6852              20010920.007
6853              From: Michael G Schwern <schwern@pobox.com>
6854              Date: Fri, 21 Sep 2001 17:59:03 -0400
6855              Message-Id: <20010921175903.V5494@blackrider>
6856      Branch: perl
6857            ! t/op/do.t
6858 ____________________________________________________________________________
6859 [ 12121] By: ams                                   on 2001/09/22  03:30:38
6860         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
6861              suite on WinCE)
6862              From: Michael G Schwern <schwern@pobox.com>
6863              Date: Fri, 21 Sep 2001 19:41:03 -0400
6864              Message-Id: <20010921194103.G5494@blackrider>
6865      Branch: perl
6866            ! pod/perlport.pod
6867 ____________________________________________________________________________
6868 [ 12120] By: ams                                   on 2001/09/22  03:28:06
6869         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
6870              From: Michael G Schwern <schwern@pobox.com>
6871              Date: Fri, 21 Sep 2001 17:33:35 -0400
6872              Message-Id: <20010921173335.T5494@blackrider>
6873              ($ENV{FOO}=undef hunk not applied.)
6874      Branch: perl
6875            ! t/op/magic.t
6876 ____________________________________________________________________________
6877 [ 12119] By: ams                                   on 2001/09/22  03:02:26
6878         Log: Subject: [PATCH] perldiag.pod
6879              From: Peter Scott <Peter@PSDT.com>
6880              Date: Fri, 21 Sep 2001 18:54:50 -0700
6881              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
6882              (Moved to the right place.)
6883      Branch: perl
6884            ! pod/perldiag.pod
6885 ____________________________________________________________________________
6886 [ 12118] By: ams                                   on 2001/09/21  20:05:29
6887         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
6888              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6889              Date: Fri, 21 Sep 2001 22:36:54 +0200
6890              Message-Id: <20010921223654.A12742@rafael>
6891      Branch: perl
6892            ! t/op/do.t
6893 ____________________________________________________________________________
6894 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
6895         Log: Restore things as they were before
6896              the backward compatibility police notices.
6897      Branch: perl
6898            ! lib/Cwd.pm
6899 ____________________________________________________________________________
6900 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
6901         Log: More Cwd from Schwern: make also OS/2 and DOS
6902              Cwd agree with File::Spec (that is, native path
6903              syntax using \ instead of / -- backward compatibility
6904              polic warning) and stop Win32 from using bsd_realpath().
6905      Branch: perl
6906            ! lib/Cwd.pm
6907 ____________________________________________________________________________
6908 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
6909         Log: Subject: [PATCH @12110] RE: Untested libraries update
6910              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6911              Date: Fri, 21 Sep 2001 18:21:07 +0100
6912              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
6913      Branch: perl
6914            ! lib/warnings/register.pm
6915 ____________________________________________________________________________
6916 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
6917         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
6918              From: Michael G Schwern <schwern@pobox.com>
6919              Date: Thu, 20 Sep 2001 22:54:02 -0400
6920              Message-ID: <20010920225402.A3611@blackrider>
6921      Branch: perl
6922            ! lib/Cwd.pm
6923 ____________________________________________________________________________
6924 [ 12113] By: ams                                   on 2001/09/21  17:08:24
6925         Log: Subject: [PATCH] avoid v-strings with require/use
6926              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6927              Date: Fri, 21 Sep 2001 12:34:40 -0400
6928              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
6929      Branch: perl
6930            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
6931            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
6932            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
6933            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
6934            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
6935            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
6936            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
6937            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6938            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
6939            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
6940            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
6941            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
6942            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
6943            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
6944            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
6945            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
6946            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
6947            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
6948            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
6949 ____________________________________________________________________________
6950 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
6951         Log: Update Changes.
6952      Branch: perl
6953            ! Changes patchlevel.h
6954 ____________________________________________________________________________
6955 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
6956         Log: Make AIX and Tru64 compilers happy.  
6957      Branch: perl
6958            ! ext/threads/threads.h ext/threads/threads.xs
6959 ____________________________________________________________________________
6960 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
6961         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
6962              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6963              Date: 21 Sep 2001 09:16:37 -0000
6964              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
6965      Branch: perl
6966            ! toke.c
6967 ____________________________________________________________________________
6968 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
6969         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
6970              From: Michael G Schwern <schwern@pobox.com>
6971              Date: Thu, 20 Sep 2001 21:21:34 -0400
6972              Message-ID: <20010920212134.Y28291@blackrider>
6973      Branch: perl
6974            ! pp_sys.c
6975 ____________________________________________________________________________
6976 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
6977         Log: Subject: Re: GDB Debugging Macros from mod_perl
6978              From: rspier@pobox.com (Robert Spier)
6979              Date: Thu, 20 Sep 2001 22:45:03 -0700
6980              Message-ID: <15274.54239.413929.49430@rls.cx>
6981      Branch: perl
6982            ! pod/perltodo.pod
6983 ____________________________________________________________________________
6984 [ 12105] By: sky                                   on 2001/09/21  10:33:34
6985         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
6986              timezone! GetSystemTime should be available on all Win32 
6987              platforms we support. Perhaps Time::HiRes should be extended to
6988              support WinCE and Novell?
6989      Branch: perl
6990            ! ext/Time/HiRes/HiRes.xs
6991 ____________________________________________________________________________
6992 [ 12104] By: sky                                   on 2001/09/21  08:12:39
6993         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
6994      Branch: perl
6995            ! ext/threads/threads.h ext/threads/threads.xs
6996 ____________________________________________________________________________
6997 [ 12103] By: sky                                   on 2001/09/21  07:57:41
6998         Log: Rename the *thread* functions to Perl_* to avoid clashes.
6999              Notably on AIX but could become a problem on other platforms.
7000      Branch: perl
7001            ! ext/threads/threads.h ext/threads/threads.xs
7002 ____________________________________________________________________________
7003 [ 12102] By: sky                                   on 2001/09/21  07:35:30
7004         Log: Add the shared sv space to the global vars.
7005              Fix problems compiling on win32.
7006      Branch: perl
7007            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
7008            ! sharedsv.c sharedsv.h
7009 ____________________________________________________________________________
7010 [ 12101] By: ams                                   on 2001/09/21  00:19:55
7011         Log: Subject: [PATCH] win32/Makefile warning fix
7012              From: Blair Zajac <blair@orcaware.com>
7013              Date: Thu, 20 Sep 2001 18:15:43 -0700
7014              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
7015      Branch: perl
7016            ! win32/Makefile
7017 ____________________________________________________________________________
7018 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
7019         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
7020              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7021              Date: Thu, 20 Sep 2001 18:36:22 +0200
7022              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
7023      Branch: perl
7024            ! lib/ExtUtils/Command.t
7025 ____________________________________________________________________________
7026 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
7027         Log: Cant spl wirth a dam.
7028      Branch: perl
7029            ! intrpvar.h
7030 ____________________________________________________________________________
7031 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
7032         Log: Don't use C++ comments.
7033      Branch: perl
7034            ! ext/threads/threads.xs
7035 ____________________________________________________________________________
7036 [ 12097] By: ams                                   on 2001/09/20  21:42:07
7037         Log: Change #12044 didn't.
7038      Branch: perl
7039            ! lib/constant.pm
7040 ____________________________________________________________________________
7041 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
7042         Log: Metaconfig unit changes for #12095.
7043      Branch: metaconfig
7044            ! U/modified/Myinit.U U/modified/libs.U
7045 ____________________________________________________________________________
7046 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
7047         Log: Remove iconv references since we are not using it
7048              and not going to; regen perltoc, perlmodlib.
7049              (Some references still linger in perltoc, have to figure
7050              out where they are coming from.)
7051      Branch: perl
7052            ! Configure NetWare/config.wc NetWare/config_H.wc
7053            ! Porting/Glossary Porting/config.sh Porting/config_H
7054            ! config_h.SH configure.com epoc/config.sh perl.h
7055            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
7056            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7057            ! vos/config.ga.h win32/config.bc win32/config.gc
7058            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7059            ! win32/config_H.vc wince/config.ce wince/config.h
7060            ! wince/config_H.ce
7061 ____________________________________________________________________________
7062 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
7063         Log: Subject: [PATCH docs] Re: ARGV and read
7064              From: Dave Mitchell <davem@fdgroup.co.uk>
7065              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
7066              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
7067      Branch: perl
7068            ! pod/perltodo.pod pod/perlvar.pod
7069 ____________________________________________________________________________
7070 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
7071         Log: Fresh copies from the cvs.perl.org perlfaq repository.
7072      Branch: perl
7073            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7074            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7075            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7076            ! pod/perlfaq9.pod
7077 ____________________________________________________________________________
7078 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
7079         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
7080              From: Nicholas Clark <nick@ccl4.org>
7081              Date: Thu, 20 Sep 2001 14:27:08 +0100
7082              Message-ID: <20010920142708.X4971@plum.flirble.org>
7083      Branch: perl
7084            ! pp_pack.c t/op/pack.t
7085 ____________________________________________________________________________
7086 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
7087         Log: The sharedsv_space* are variables, not code.  Duh.
7088      Branch: perl
7089            ! intrpvar.h makedef.pl
7090 ____________________________________________________________________________
7091 [ 12090] By: ams                                   on 2001/09/20  11:26:06
7092         Log: Subject: [patch lib/lib_pm.PL]
7093              From: Stas Bekman <stas@stason.org>
7094              Date: Thu, 20 Sep 2001 18:48:53 +0800
7095              Message-Id: <3BA9C995.6010302@stason.org>
7096              (Applied by hand.)
7097      Branch: perl
7098            ! lib/lib_pm.PL
7099 ____________________________________________________________________________
7100 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
7101         Log: Only 21 tests, skipping or not.
7102      Branch: perl
7103            ! lib/ExtUtils/Command.t
7104 ____________________________________________________________________________
7105 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
7106         Log: New exported symbols.
7107      Branch: perl
7108            ! makedef.pl
7109 ____________________________________________________________________________
7110 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
7111         Log: Update Changes.
7112      Branch: perl
7113            ! Changes patchlevel.h
7114 ____________________________________________________________________________
7115 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
7116         Log: Correct numbering of the tests is useful.
7117      Branch: perl
7118            ! ext/threads/t/basic.t
7119 ____________________________________________________________________________
7120 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
7121         Log: More tests now too.
7122      Branch: perl
7123            ! lib/ExtUtils/Command.t
7124 ____________________________________________________________________________
7125 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
7126         Log: More tests now.
7127      Branch: perl
7128            ! ext/threads/t/basic.t
7129 ____________________________________________________________________________
7130 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
7131         Log: The test assumed 7-bit ASCII.  Now it "just"
7132              assumes 8-bit whatever.
7133      Branch: perl
7134            ! t/op/crypt.t
7135 ____________________________________________________________________________
7136 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
7137         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
7138              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7139              Date: Wed, 19 Sep 2001 11:45:28 +0200
7140              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
7141              
7142              Lvalue casts are not portable.
7143      Branch: perl
7144            ! ext/threads/threads.xs
7145 ____________________________________________________________________________
7146 [ 12081] By: sky                                   on 2001/09/19  10:17:52
7147         Log: Make the basic test contain only realy basic API tests
7148              Seems to be a problem with detach.
7149      Branch: perl
7150            ! ext/threads/t/basic.t
7151 ____________________________________________________________________________
7152 [ 12080] By: ams                                   on 2001/09/19  01:23:55
7153         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
7154              From: Michael G Schwern <schwern@pobox.com>
7155              Date: Tue, 18 Sep 2001 19:53:48 -0400
7156              Message-Id: <20010918195348.M585@blackrider>
7157              
7158              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
7159              From: Michael G Schwern <schwern@pobox.com>
7160              Date: Tue, 18 Sep 2001 22:07:13 -0400
7161              Message-Id: <20010918220713.B19616@blackrider>
7162      Branch: perl
7163            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
7164            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
7165            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
7166            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
7167            ! lib/Test/Tutorial.pod
7168 ____________________________________________________________________________
7169 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
7170         Log: Indent the test a bit.
7171      Branch: perl
7172            ! ext/threads/t/basic.t
7173 ____________________________________________________________________________
7174 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
7175         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
7176              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7177              Date: Tue, 18 Sep 2001 18:06:44 +0200
7178              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
7179      Branch: perl
7180            ! win32/win32.c
7181 ____________________________________________________________________________
7182 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
7183         Log: Subject: stat access time is wrong on Win95
7184              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7185              Date: Tue, 18 Sep 2001 21:59:24 +0200
7186              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
7187      Branch: perl
7188            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
7189 ____________________________________________________________________________
7190 [ 12076] By: ams                                   on 2001/09/18  22:11:25
7191         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
7192              From: Michael G Schwern <schwern@pobox.com>
7193              Date: Tue, 18 Sep 2001 18:47:14 -0400
7194              Message-Id: <20010918184714.I585@blackrider>
7195      Branch: perl
7196            ! t/op/crypt.t
7197 ____________________________________________________________________________
7198 [ 12075] By: sky                                   on 2001/09/18  19:29:37
7199         Log: two test failures
7200              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7201              Message-ID: <20010918221702.A17408@rafael>
7202              partly applied, #12074 already fixed half the patch
7203      Branch: perl
7204            ! ext/threads/t/basic.t
7205 ____________________________________________________________________________
7206 [ 12074] By: sky                                   on 2001/09/18  18:49:03
7207         Log: Fixes test case failure introduced by #12071, the warning is
7208              now correctly spelled :-)
7209      Branch: perl
7210            ! ext/IO/lib/IO/t/io_sel.t
7211 ____________________________________________________________________________
7212 [ 12073] By: sky                                   on 2001/09/18  18:46:22
7213         Log: Make the test behave properly!
7214      Branch: perl
7215            ! ext/threads/t/basic.t
7216 ____________________________________________________________________________
7217 [ 12072] By: ams                                   on 2001/09/18  18:44:59
7218         Log: OP_RCATLINE is an SVOP, not a BASEOP.
7219      Branch: perl
7220            ! opcode.h opcode.pl
7221 ____________________________________________________________________________
7222 [ 12071] By: ams                                   on 2001/09/18  18:06:27
7223         Log: Deprecate != Depreciate.
7224      Branch: perl
7225            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
7226            ! lib/Pod/ParseUtils.pm
7227 ____________________________________________________________________________
7228 [ 12070] By: ams                                   on 2001/09/18  15:14:58
7229         Log: Subject: [PATCH] Getopt::Std cleanup
7230              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7231              Date: Tue, 18 Sep 2001 17:32:13 +0200
7232              Message-Id: <20010918173213.C777@rafael>
7233      Branch: perl
7234            ! lib/Getopt/Std.pm lib/Getopt/Std.t
7235 ____________________________________________________________________________
7236 [ 12069] By: sky                                   on 2001/09/18  14:56:33
7237         Log: Forgot the makefile
7238      Branch: perl
7239            + ext/threads/Makefile.PL
7240 ____________________________________________________________________________
7241 [ 12068] By: sky                                   on 2001/09/18  14:13:26
7242         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
7243              The test will fail because of Test.pm not knowing about threads. 
7244              basic needs to be manually tested
7245              compile time warnings on IV2PTR conversions need to be fixed
7246      Branch: perl
7247            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
7248            + ext/threads/threads.h ext/threads/threads.pm
7249            + ext/threads/threads.xs
7250            ! MANIFEST
7251 ____________________________________________________________________________
7252 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
7253         Log: DJGPP tweak from Laszlo Molnar.
7254      Branch: perl
7255            ! djgpp/config.over
7256 ____________________________________________________________________________
7257 [ 12066] By: sky                                   on 2001/09/18  10:24:31
7258         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
7259      Branch: perl
7260            ! sharedsv.c sharedsv.h
7261 ____________________________________________________________________________
7262 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
7263         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
7264              ditto ^cns.
7265      Branch: perl
7266            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
7267            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
7268            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
7269            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
7270            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
7271            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
7272            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
7273            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
7274            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
7275            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
7276            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
7277            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
7278            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
7279            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
7280            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
7281            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
7282            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
7283            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
7284            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
7285            + ext/Encode/Encode/ir-197.enc
7286            - ext/Encode/Encode/cns11643-1.enc
7287            - ext/Encode/Encode/cns11643-2.enc
7288            - ext/Encode/Encode/iso2022-cn.enc
7289            - ext/Encode/Encode/iso2022-jp.enc
7290            - ext/Encode/Encode/iso2022-jp1.enc
7291            - ext/Encode/Encode/iso2022-jp2.enc
7292            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
7293            - ext/Encode/Encode/iso8859-1.enc
7294            - ext/Encode/Encode/iso8859-1.ucm
7295            - ext/Encode/Encode/iso8859-10.enc
7296            - ext/Encode/Encode/iso8859-10.ucm
7297            - ext/Encode/Encode/iso8859-11.enc
7298            - ext/Encode/Encode/iso8859-11.ucm
7299            - ext/Encode/Encode/iso8859-13.enc
7300            - ext/Encode/Encode/iso8859-13.ucm
7301            - ext/Encode/Encode/iso8859-14.enc
7302            - ext/Encode/Encode/iso8859-14.ucm
7303            - ext/Encode/Encode/iso8859-15.enc
7304            - ext/Encode/Encode/iso8859-15.ucm
7305            - ext/Encode/Encode/iso8859-16.enc
7306            - ext/Encode/Encode/iso8859-16.ucm
7307            - ext/Encode/Encode/iso8859-2.enc
7308            - ext/Encode/Encode/iso8859-2.ucm
7309            - ext/Encode/Encode/iso8859-3.enc
7310            - ext/Encode/Encode/iso8859-3.ucm
7311            - ext/Encode/Encode/iso8859-4.enc
7312            - ext/Encode/Encode/iso8859-4.ucm
7313            - ext/Encode/Encode/iso8859-5.enc
7314            - ext/Encode/Encode/iso8859-5.ucm
7315            - ext/Encode/Encode/iso8859-6.enc
7316            - ext/Encode/Encode/iso8859-6.ucm
7317            - ext/Encode/Encode/iso8859-7.enc
7318            - ext/Encode/Encode/iso8859-7.ucm
7319            - ext/Encode/Encode/iso8859-8.enc
7320            - ext/Encode/Encode/iso8859-8.ucm
7321            - ext/Encode/Encode/iso8859-9.enc
7322            - ext/Encode/Encode/iso8859-9.ucm
7323            - ext/Encode/Encode/isoir-197.enc
7324            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
7325 ____________________________________________________________________________
7326 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
7327         Log: Must Uppercase.
7328      Branch: perl
7329            ! ext/Encode/Encode.pm
7330 ____________________________________________________________________________
7331 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
7332         Log: Add various encodings.
7333      Branch: perl
7334            + ext/Encode/Encode/iso8859-11.enc
7335            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
7336            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
7337            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
7338            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
7339            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
7340            + ext/Encode/Encode/viscii.ucm
7341            ! MANIFEST ext/Encode/Encode.pm
7342 ____________________________________________________________________________
7343 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
7344         Log: lib/unicode relic.
7345      Branch: perl
7346            ! ext/Encode/compile
7347 ____________________________________________________________________________
7348 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
7349         Log: Subject: [PATCH] Re: filename problems
7350              From: Michael G Schwern <schwern@pobox.com>
7351              Date: Mon, 17 Sep 2001 17:26:26 -0400
7352              Message-ID: <20010917172626.Q585@blackrider>
7353      Branch: perl
7354            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
7355            - t/lib/sample-tests/header_at_end
7356            - t/lib/sample-tests/header_at_end_fail
7357            ! MANIFEST lib/Test/Harness/t/test-harness.t
7358 ____________________________________________________________________________
7359 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
7360         Log: Explicitly explain the 1e9 seconds, not everybody
7361              is a C geek.
7362      Branch: perl
7363            ! ext/Time/HiRes/HiRes.pm
7364 ____________________________________________________________________________
7365 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
7366         Log: Explain an apparent bug reported by
7367              Richard J. Barbalace <rjbarbal@MIT.EDU>,
7368              with additional explanation from Gisle Aas.
7369      Branch: perl
7370            ! ext/Time/HiRes/HiRes.pm
7371 ____________________________________________________________________________
7372 [ 12058] By: ams                                   on 2001/09/17  19:52:01
7373         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
7374              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7375              Date: Mon, 17 Sep 2001 22:48:05 +0200
7376              Message-Id: <20010917224805.C11744@rafael>
7377      Branch: perl
7378            ! t/lib/warnings/op t/lib/warnings/pp
7379 ____________________________________________________________________________
7380 [ 12057] By: ams                                   on 2001/09/17  16:51:18
7381         Log: Its a nit!
7382      Branch: perl
7383            ! sv.h
7384 ____________________________________________________________________________
7385 [ 12056] By: ams                                   on 2001/09/17  16:47:55
7386         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
7387              From: "Craig A. Berry" <craigberry@mac.com>
7388              Date: Mon, 17 Sep 2001 12:34:20 -0500
7389              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
7390      Branch: perl
7391            ! vms/vms.c
7392 ____________________________________________________________________________
7393 [ 12055] By: ams                                   on 2001/09/17  16:05:15
7394         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
7395              From: Gisle Aas <gisle@ActiveState.com>
7396              Date: 16 Apr 2001 16:20:34 -0700
7397              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
7398              (Applied by hand.)
7399      Branch: perl
7400            ! lib/CPAN.pm lib/CPAN/Nox.pm
7401 ____________________________________________________________________________
7402 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
7403         Log: Update Changes.
7404      Branch: perl
7405            ! Changes patchlevel.h
7406 ____________________________________________________________________________
7407 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
7408         Log: Adding new files to the MANIFEST is always nice.
7409      Branch: perl
7410            ! MANIFEST
7411 ____________________________________________________________________________
7412 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
7413         Log: Reindent the PerlIO files (suggested by NI-S), used
7414              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
7415              (GNU indent).  Note that wholesale re-indenting might
7416              be nice, but that would break nice formatting/alignment
7417              of assignments, equality testing, and complex boolean
7418              expressions with lots of &s and |s.
7419      Branch: perl
7420            ! perlio.c perlio.h perliol.h
7421 ____________________________________________________________________________
7422 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
7423         Log: Add a script for being 8.3-polite.
7424              The found conflicts are being worked on.
7425      Branch: perl
7426            + check83.pl
7427            ! MANIFEST Porting/pumpkin.pod
7428 ____________________________________________________________________________
7429 [ 12050] By: sky                                   on 2001/09/17  12:44:36
7430         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
7431              finding it.
7432      Branch: perl
7433            ! sv.c
7434 ____________________________________________________________________________
7435 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
7436         Log: Bump up versions because of #12041.
7437      Branch: perl
7438            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
7439            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
7440            ! lib/Time/localtime.pm
7441 ____________________________________________________________________________
7442 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
7443         Log: Bump the version number because of #12042.
7444      Branch: perl
7445            ! lib/CPAN/FirstTime.pm
7446 ____________________________________________________________________________
7447 [ 12047] By: ams                                   on 2001/09/17  11:21:40
7448         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
7449              From: Abhijit Menon-Sen <ams@wiw.org>
7450              Date: Mon, 17 Sep 2001 17:44:12 +0530
7451              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
7452      Branch: perl
7453            ! op.c
7454 ____________________________________________________________________________
7455 [ 12046] By: sky                                   on 2001/09/17  07:14:17
7456         Log: Subject: Re: t/op/ver.t using skip() improperly
7457              From: "chromatic" <chromatic@rmci.net>
7458              Date: Mon, 17 Sep 2001 00:22:29 -0600
7459              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
7460      Branch: perl
7461            ! t/op/ver.t
7462 ____________________________________________________________________________
7463 [ 12045] By: nick                                  on 2001/09/17  07:12:14
7464         Log: Integrate mainline
7465      Branch: perlio
7466           +> t/op/chdir.t
7467           !> (integrate 117 files)
7468 ____________________________________________________________________________
7469 [ 12044] By: ams                                   on 2001/09/17  05:49:53
7470         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
7471              From: Ilmari Karonen <iltzu@sci.fi>
7472              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
7473              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
7474              (And $VERSION = '1.05'.)
7475      Branch: perl
7476            ! lib/constant.pm
7477 ____________________________________________________________________________
7478 [ 12043] By: ams                                   on 2001/09/17  05:44:50
7479         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
7480              From: Michael G Schwern <schwern@pobox.com>
7481              Date: Mon, 17 Sep 2001 07:49:04 +0200
7482              Message-Id: <20010917074904.V1588@blackrider>
7483              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
7484      Branch: perl
7485            + t/op/chdir.t
7486            ! MANIFEST pp_sys.c
7487 ____________________________________________________________________________
7488 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
7489         Log: Subject: Re: CPAN.pm needs some hacking 
7490              From: "chromatic" <chromatic@rmci.net>
7491              Date: Sun, 16 Sep 2001 16:46:29 -0600
7492              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
7493      Branch: perl
7494            ! lib/CPAN/FirstTime.pm
7495 ____________________________________________________________________________
7496 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
7497         Log: Change use|require 5.005_64 to use|require 5.6.1.
7498      Branch: perl
7499            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
7500            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
7501            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
7502            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
7503            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
7504            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7505            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
7506            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
7507            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
7508            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
7509            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
7510            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
7511            ! lib/base.pm lib/fields.pm
7512 ____________________________________________________________________________
7513 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
7514         Log: Bump up version numbers.
7515              
7516              TODO 1: double check that pre-5.6.1 CPAN.pm:s
7517              don't try to download 5.8.0 because of the
7518              version numbers.  Mainly this means using _00
7519              in the core version numbers.
7520              
7521              TODO 2: the "use 5.005_64" in many modules
7522              needs to be changed to, say, "use 5.6.1".
7523      Branch: perl
7524            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
7525            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
7526            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
7527            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
7528            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
7529            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
7530            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7531            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
7532            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
7533            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
7534            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
7535 ____________________________________________________________________________
7536 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
7537         Log: Use UCHARAT() as suggested by Inaba Hiroto.
7538      Branch: perl
7539            ! regexec.c
7540 ____________________________________________________________________________
7541 [ 12038] By: ams                                   on 2001/09/16  15:16:24
7542         Log: Subject: [PATCH] Re: Core module version numbers review
7543              From: Peter Scott <Peter@PSDT.com>
7544              Date: Sun, 16 Sep 2001 09:09:58 -0700
7545              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
7546      Branch: perl
7547            ! lib/perl5db.pl
7548 ____________________________________________________________________________
7549 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
7550         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
7551              not yet fully implemented.
7552      Branch: perl
7553            ! pod/perlfunc.pod pod/perlunicode.pod
7554 ____________________________________________________________________________
7555 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
7556         Log: Subject: [patch] plug PL_beginav_save leak
7557              From: Doug MacEachern <dougm@covalent.net>
7558              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
7559              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
7560      Branch: perl
7561            ! perl.c
7562 ____________________________________________________________________________
7563 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
7564         Log: (accidentally empty checkin)
7565      Branch: perl
7566            ! sv.c
7567 ____________________________________________________________________________
7568 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
7569         Log: Subject: [patch] ithreads+PL_beginav_save
7570              From: Doug MacEachern <dougm@covalent.net>
7571              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
7572              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
7573      Branch: perl
7574            ! sv.c
7575 ____________________________________________________________________________
7576 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
7577         Log: Subject: [PATCH] h2xs.PL with C::Scan
7578              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7579              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
7580              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
7581      Branch: perl
7582            ! utils/h2xs.PL
7583 ____________________________________________________________________________
7584 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
7585         Log: Elaborate (well, make more vague, really) #12030.
7586      Branch: perl
7587            ! pod/perltodo.pod pod/perlunicode.pod
7588 ____________________________________________________________________________
7589 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
7590         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
7591              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7592              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
7593              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
7594      Branch: perl
7595            ! regexec.c
7596 ____________________________________________________________________________
7597 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
7598         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
7599              are not yet complete.
7600      Branch: perl
7601            ! pod/perltodo.pod pod/perlunicode.pod
7602 ____________________________________________________________________________
7603 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
7604         Log: Document what's still to be done on the regular expression
7605              Unicode support, based on the UTR#18.
7606      Branch: perl
7607            ! pod/perltodo.pod pod/perlunicode.pod
7608 ____________________________________________________________________________
7609 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
7610         Log: Regen headers.
7611      Branch: perl
7612            ! embedvar.h perlapi.h
7613 ____________________________________________________________________________
7614 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
7615         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
7616              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7617              Date: Sun, 09 Sep 2001 18:41:54 +0100
7618              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
7619      Branch: perl
7620            ! Porting/findvars ext/ByteLoader/bytecode.h
7621            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
7622            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
7623 ____________________________________________________________________________
7624 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
7625         Log: enable most warnings for windows build; fix the various typecasting
7626              nits that showed up (no bugfixes here)
7627      Branch: maint-5.6/perl
7628            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
7629            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
7630            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
7631            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
7632            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
7633            ! x2p/walk.c
7634 ____________________________________________________________________________
7635 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
7636         Log: Integrate change #12024 from maintperl
7637              (a local() precedence bug)
7638      Branch: perl
7639           !> lib/ExtUtils/Install.pm
7640 ____________________________________________________________________________
7641 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
7642         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
7643              change#8642
7644      Branch: maint-5.6/perl
7645            ! lib/ExtUtils/Install.pm
7646 ____________________________________________________________________________
7647 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
7648         Log: Update Changes.
7649      Branch: perl
7650            ! Changes patchlevel.h
7651 ____________________________________________________________________________
7652 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
7653         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
7654              From: "chromatic" <chromatic@rmci.net>
7655              Date: Fri, 14 Sep 2001 09:44:57 -0600 
7656              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
7657      Branch: perl
7658            ! lib/ExtUtils/Manifest.t
7659 ____________________________________________________________________________
7660 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
7661         Log: Hopefully better skipping of the Complete.t tests
7662              in case of not a tty. 
7663      Branch: perl
7664            ! lib/Term/Complete.t t/op/stat.t
7665 ____________________________________________________________________________
7666 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
7667         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
7668              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
7669              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
7670              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
7671      Branch: perl
7672            ! regexec.c t/op/pat.t
7673 ____________________________________________________________________________
7674 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
7675         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
7676              From: Robin Barker <rmb1@cise.npl.co.uk>
7677              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
7678              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
7679      Branch: perl
7680            ! pod/perlport.pod
7681 ____________________________________________________________________________
7682 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
7683         Log: NetWare tweaks from Ananth Kesari.
7684      Branch: perl
7685            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
7686            ! NetWare/nwutil.h
7687 ____________________________________________________________________________
7688 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
7689         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
7690              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7691              Date: Fri, 14 Sep 2001 10:51:13 +0200
7692              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
7693      Branch: perl
7694            ! pod/perlport.pod
7695 ____________________________________________________________________________
7696 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
7697         Log: Subject: Re: [PATCH 2 pl2pm.PL]
7698              From: Joe Smith <Joe.Smith@inwap.com>
7699              Date: Fri, 14 Sep 2001 00:13:32 -0700
7700              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
7701              
7702              Eradicate qu.
7703      Branch: perl
7704            ! keywords.h keywords.pl utils/pl2pm.PL
7705 ____________________________________________________________________________
7706 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
7707         Log: Retract #12013, didn't go over too well in Tru64.
7708      Branch: perl
7709            ! embed.h embed.pl sv.h
7710 ____________________________________________________________________________
7711 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
7712         Log: Subject: [PATCH] Execute files of debugger commands
7713              From: Peter Scott <Peter@PSDT.com>
7714              Date: Thu, 13 Sep 2001 15:26:31 -0700
7715              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
7716      Branch: perl
7717            ! lib/perl5db.pl pod/perldebug.pod
7718 ____________________________________________________________________________
7719 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
7720         Log: (Retracted by #12015)
7721              Subject: [proposed PATCH] Re: perl@11920
7722              From: Nicholas Clark <nick@ccl4.org>
7723              Date: Wed, 12 Sep 2001 23:46:09 +0100
7724              Message-ID: <20010912234609.H4971@plum.flirble.org>     
7725      Branch: perl
7726            ! embed.h embed.pl sv.h
7727 ____________________________________________________________________________
7728 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
7729         Log: ucblib shouldn't be linked against in nonstop-ux,
7730              from Tom Bates.
7731      Branch: perl
7732            ! hints/nonstopux.sh
7733 ____________________________________________________________________________
7734 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
7735         Log: Do stty only if we have stty.
7736              
7737              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
7738      Branch: perl
7739            ! lib/Term/Complete.pm
7740 ____________________________________________________________________________
7741 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
7742         Log: Skip the test if not running on a tty.
7743      Branch: perl
7744            ! lib/Term/Complete.t
7745 ____________________________________________________________________________
7746 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
7747         Log: Regen headers.
7748      Branch: perl
7749            ! embed.h opcode.h pod/perlapi.pod proto.h
7750 ____________________________________________________________________________
7751 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
7752         Log: Subject: [PATCH op.c] Re: perl@12003
7753              From: Robin Barker <rmb1@cise.npl.co.uk>
7754              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
7755              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
7756      Branch: perl
7757            ! op.c
7758 ____________________________________________________________________________
7759 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
7760         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
7761              From: Robin Barker <rmb1@cise.npl.co.uk>
7762              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
7763              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
7764      Branch: perl
7765            ! sv.c
7766 ____________________________________________________________________________
7767 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
7768         Log: Upgrade to Memoize 0.66.
7769      Branch: perl
7770            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
7771            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
7772            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
7773 ____________________________________________________________________________
7774 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
7775         Log: Subject: [ID 20010912.007] substr reference core dump
7776              From: me-01@ton.iguana.be
7777              Date: 12 Sep 2001 14:11:16 -0000
7778              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
7779      Branch: perl
7780            ! mg.c
7781 ____________________________________________________________________________
7782 [ 12004] By: ams                                   on 2001/09/12  01:13:49
7783         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
7784              From: Ilmari Karonen <iltzu@sci.fi>
7785              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
7786              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
7787      Branch: perl
7788            ! pod/perlfaq4.pod
7789 ____________________________________________________________________________
7790 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
7791         Log: Update Changes.
7792      Branch: perl
7793            ! Changes patchlevel.h
7794 ____________________________________________________________________________
7795 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
7796         Log: NetWare update from Ananth Kesari.
7797      Branch: perl
7798            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
7799            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
7800 ____________________________________________________________________________
7801 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
7802         Log: Retract #11984: div() being redefined, and 1397
7803              failing on 64-bit platforms.
7804      Branch: perl
7805            ! lib/Math/BigInt/Calc.pm
7806 ____________________________________________________________________________
7807 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
7808         Log: Metaconfig unit change for #11999.
7809      Branch: metaconfig
7810            ! U/protos/d_lseekproto.U
7811 ____________________________________________________________________________
7812 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
7813         Log: The lseek fix (#11991) was no fix.
7814      Branch: perl
7815            ! Configure
7816 ____________________________________________________________________________
7817 [ 11998] By: sky                                   on 2001/09/11  07:52:06
7818         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
7819              From: Matt Sergeant <MSergeant@star.net.uk>
7820              Date: Tue, 11 Sep 2001 09:22:32 +0100
7821              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
7822      Branch: perl
7823            ! ext/Encode/Encode.pm
7824 ____________________________________________________________________________
7825 [ 11997] By: sky                                   on 2001/09/11  06:35:29
7826         Log: Sometimes dTHX is added because it is needed on non 
7827              gnuc platforms, but not needed there. This uses GCC
7828              to silence GCC specific warnings by marking pTHX as 
7829              unused.
7830      Branch: perl
7831            ! perl.h
7832 ____________________________________________________________________________
7833 [ 11996] By: nick                                  on 2001/09/11  06:25:27
7834         Log: Integrate mainline
7835      Branch: perlio
7836            - ext/POSIX/sigaction.t lib/File/Find/taint.t
7837           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
7838 ____________________________________________________________________________
7839 [ 11995] By: nick                                  on 2001/09/11  06:23:39
7840         Log: Part Integrate mainline
7841      Branch: perlio
7842           +> (branch 69 files)
7843            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
7844            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
7845            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
7846            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
7847            - lib/Switch/t/switch_case.t lib/Test/Harness.t
7848            - lib/Test/More/Changes lib/Test/More/t/More.t
7849            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
7850            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
7851            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
7852            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
7853            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
7854            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
7855            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
7856            - t/lib/Test/More/Catch.pm wince/perl.ico
7857           !> (integrate 197 files)
7858 ____________________________________________________________________________
7859 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
7860         Log: Subject: Re: [PATCH] Encode.pm docs fix
7861              From: Gisle Aas <gisle@ActiveState.com>
7862              Date: 10 Sep 2001 11:27:02 -0700
7863              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
7864      Branch: perl
7865            ! ext/Encode/Encode.pm
7866 ____________________________________________________________________________
7867 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
7868         Log: Fix unpack U to be the reverse of pack U
7869              (but implement unpack U0U as a backdoor to get
7870              the UTF-8 malformed warnings from un-UTF-8 data)
7871      Branch: perl
7872            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
7873 ____________________________________________________________________________
7874 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
7875         Log: Metaconfig unit change for #11991;
7876              delete an unused unit (d_strtoull.U is the one used)
7877      Branch: metaconfig
7878            ! U/protos/d_lseekproto.U
7879      Branch: metaconfig/U/perl
7880            - strtoull.U
7881 ____________________________________________________________________________
7882 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
7883         Log: Subject: [PATCH] Configure not recording lseek proto
7884              From: Blair Zajac <blair@orcaware.com>
7885              Date: Mon, 10 Sep 2001 17:52:37 -0700
7886              Message-ID: <3B9D6055.BA334A31@orcaware.com>
7887              
7888              plus regen Configure.
7889      Branch: perl
7890            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7891            ! config_h.SH uconfig.h
7892 ____________________________________________________________________________
7893 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
7894         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?)))                  
7895              From: Nicholas Clark <nick@ccl4.org>
7896              Date: Tue, 11 Sep 2001 00:00:31 +0100
7897              Message-ID: <20010911000031.G1512@plum.flirble.org>
7898      Branch: perl
7899            + t/op/qq.t
7900            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
7901 ____________________________________________________________________________
7902 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
7903         Log: Subject: [PATCH] Building on win32 w/o perlio
7904              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7905              Date: Mon, 10 Sep 2001 23:38:46 +0200
7906              Message-ID: <3B9D4F06.14433.2C37644@localhost>
7907      Branch: perl
7908            ! perl.c win32/Makefile win32/makefile.mk
7909 ____________________________________________________________________________
7910 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
7911         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
7912              From: "chromatic" <chromatic@rmci.net>
7913              Date: Mon, 10 Sep 2001 15:14:01 -0600
7914              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
7915      Branch: perl
7916            + lib/CGI/t/push.t
7917            ! MANIFEST
7918 ____________________________________________________________________________
7919 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
7920         Log: Subject: avoiding hoardes of zombies
7921              From: Nicholas Clark <nick@ccl4.org>
7922              Date: Mon, 10 Sep 2001 22:00:40 +0100
7923              Message-ID: <20010910220040.C1512@plum.flirble.org>
7924      Branch: perl
7925            ! pod/perlipc.pod
7926 ____________________________________________________________________________
7927 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
7928         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
7929              From: John Peacock <jpeacock@rowman.com>
7930              Date: Mon, 10 Sep 2001 16:34:30 -0400
7931              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
7932      Branch: perl
7933            ! sv.c t/op/ver.t utf8.h
7934 ____________________________________________________________________________
7935 [ 11985] By: ams                                   on 2001/09/10  23:20:13
7936         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
7937      Branch: perl
7938            ! MANIFEST
7939 ____________________________________________________________________________
7940 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
7941         Log: (Retracted by #12001)
7942              Subject: Calc with USE_MUL/USE_DIV
7943              From: Tels <perl_dummy@bloodgate.com>
7944              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
7945              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
7946      Branch: perl
7947            ! lib/Math/BigInt/Calc.pm
7948 ____________________________________________________________________________
7949 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
7950         Log: Subject: [PATCH op.c] Re: perl@11978
7951              From: Robin Barker <rmb1@cise.npl.co.uk>
7952              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
7953              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
7954              
7955              Format errors.
7956      Branch: perl
7957            ! op.c
7958 ____________________________________________________________________________
7959 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
7960         Log: Switch PADOFFSET back to U32 both because of binary backward
7961              compatibility and because Arthur seems to have been fixing the
7962              problems with naughty integer-pointer casting.
7963      Branch: perl
7964            ! op.h
7965 ____________________________________________________________________________
7966 [ 11981] By: ams                                   on 2001/09/10  16:31:43
7967         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
7968              Fix Pod Typo, Add Test for ExtUtils::Command
7969              From: "chromatic" <chromatic@rmci.net>
7970              Date: Mon, 10 Sep 2001 11:20:56 -0600
7971              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
7972      Branch: perl
7973            + lib/ExtUtils/Command.t
7974            ! MANIFEST lib/ExtUtils/Command.pm
7975 ____________________________________________________________________________
7976 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
7977         Log: Subject: [PATCH] Encode.pm docs fix
7978              From: Matt Sergeant <MSergeant@star.net.uk>
7979              Date: Mon, 10 Sep 2001 15:24:01 +0100
7980              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
7981      Branch: perl
7982            ! ext/Encode/Encode.pm
7983 ____________________________________________________________________________
7984 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
7985         Log: Update Changes.
7986      Branch: perl
7987            ! Changes patchlevel.h
7988 ____________________________________________________________________________
7989 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
7990         Log: Revert #11973, the dTHX seems to be needed in there
7991              for threaded builds.
7992      Branch: perl
7993            ! perlio.c
7994 ____________________________________________________________________________
7995 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
7996         Log: Detypo.
7997      Branch: perl
7998            ! pod/perlguts.pod
7999 ____________________________________________________________________________
8000 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
8001         Log: Further Class::Struct patching from Damian.
8002              
8003              The new new semantics are:
8004              
8005              * If you pass an initializer for a nested object, it has to be:
8006              a) a reference to an object of that class, or      
8007              b) a reference to an object of a subclass of that class, or
8008              c) a reference to a hash of arguments to be passed to the
8009              class's constructor
8010              * If you pass no initializer for a nested object, the attribute
8011              is initialized to C<undef>
8012      Branch: perl
8013            ! lib/Class/Struct.pm
8014 ____________________________________________________________________________
8015 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
8016         Log: Skip the crypt test if no crypt.
8017      Branch: perl
8018            ! t/op/crypt.t
8019 ____________________________________________________________________________
8020 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
8021         Log: Warn against using bare v-strings as IP addresses
8022              (okay if using the wrappers from Socket)
8023      Branch: perl
8024            ! pod/perldata.pod pod/perlport.pod
8025 ____________________________________________________________________________
8026 [ 11973] By: sky                                   on 2001/09/10  11:57:58
8027         Log: Remove unused dTHX. Silenced another warning.
8028      Branch: perl
8029            ! perlio.c
8030 ____________________________________________________________________________
8031 [ 11972] By: sky                                   on 2001/09/10  11:54:25
8032         Log: Silence some more warnings INT2PTR.
8033      Branch: perl
8034            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
8035 ____________________________________________________________________________
8036 [ 11971] By: sky                                   on 2001/09/10  11:21:50
8037         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
8038      Branch: perl
8039            ! cop.h
8040 ____________________________________________________________________________
8041 [ 11970] By: sky                                   on 2001/09/10  11:17:25
8042         Log: Apply INT2PTR with force to silence warnings from
8043              PM_GETRE and friends. No more warnings with 64bit 
8044              IVs and 32bit pointers.    
8045      Branch: perl
8046            ! op.c op.h perl.c
8047 ____________________________________________________________________________
8048 [ 11969] By: sky                                   on 2001/09/10  10:13:02
8049         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
8050      Branch: perl
8051            ! pod/perlguts.pod
8052 ____________________________________________________________________________
8053 [ 11968] By: sky                                   on 2001/09/10  10:02:51
8054         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
8055              Rename to custop_op_name to Perl_custom_op_name to match perlapi
8056              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
8057              perl_clone.
8058      Branch: perl
8059            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
8060 ____________________________________________________________________________
8061 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
8062         Log: Using strlen() not good on embedded nul bytes.
8063      Branch: perl
8064            ! regcomp.c
8065 ____________________________________________________________________________
8066 [ 11966] By: ams                                   on 2001/09/09  21:06:13
8067         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
8068              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8069              Date: Mon, 13 Aug 2001 22:51:59 +0200
8070              Message-ID: <20010813225159.C6681@rafael>
8071              (Applied with several tweaks.)
8072      Branch: perl
8073            ! embed.h embed.pl proto.h toke.c
8074 ____________________________________________________________________________
8075 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
8076         Log: The exact error message is system-dependent.
8077      Branch: perl
8078            ! lib/ExtUtils/Manifest.t
8079 ____________________________________________________________________________
8080 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
8081         Log: Add Windows and Mac Sami support to Encode
8082              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
8083      Branch: perl
8084            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
8085            ! MANIFEST
8086 ____________________________________________________________________________
8087 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
8088         Log: Use the tried method.
8089      Branch: perl
8090            ! pod/perlport.pod
8091 ____________________________________________________________________________
8092 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
8093         Log: Can't count parentheses.
8094      Branch: perl
8095            ! ext/IO/lib/IO/Socket/INET.pm
8096 ____________________________________________________________________________
8097 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
8098         Log: perlport additions: 1 while unlink, add/delete directory
8099              entries and permissions, cygwin stat funkiness (from Michael
8100              Schwern and Nicholas Clark)
8101      Branch: perl
8102            ! pod/perlport.pod
8103 ____________________________________________________________________________
8104 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
8105         Log: blib does have a detectable test.
8106      Branch: perl
8107            ! t/lib/1_compile.t
8108 ____________________________________________________________________________
8109 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
8110         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
8111              From: "chromatic" <chromatic@rmci.net>
8112              Date: Sat, 08 Sep 2001 19:33:42 -0600
8113              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
8114      Branch: perl
8115            + lib/Term/Complete.t
8116            ! MANIFEST
8117 ____________________________________________________________________________
8118 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
8119         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
8120              From: Michael G Schwern <schwern@pobox.com> 
8121              Date: Sat, 8 Sep 2001 02:40:26 -0400
8122              Message-ID: <20010908024026.A26283@blackrider>
8123      Branch: perl
8124            + lib/Test/Tutorial.pod
8125            ! MANIFEST
8126 ____________________________________________________________________________
8127 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
8128         Log: Try to look up protocol (by name) only iff it has non-numbers:
8129              nice if the server is in a chrooted environment (no /etc/protocols,
8130              server code using hardcorded protocol numbers like 6 for tcp),
8131              suggested by John Holdsworth <coldwave@bigfoot.com>.
8132              In other words, if we are given a number, why look it up again
8133              (by number)?
8134      Branch: perl
8135            ! ext/IO/lib/IO/Socket/INET.pm
8136 ____________________________________________________________________________
8137 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
8138         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
8139              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8140              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
8141              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
8142              
8143              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
8144              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8145              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
8146              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
8147              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
8148              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8149              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
8150              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
8151      Branch: perl
8152            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
8153 ____________________________________________________________________________
8154 [ 11955] By: ams                                   on 2001/09/09  02:54:21
8155         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
8156              From: "Craig A. Berry" <craigberry@mac.com>
8157              Date: Sat, 08 Sep 2001 19:02:16 -0500
8158              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
8159      Branch: perl
8160            ! lib/CGI/t/carp.t
8161 ____________________________________________________________________________
8162 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
8163         Log: Documentation tweaks; think the IP address as an opaque string.
8164      Branch: perl
8165            ! ext/Socket/Socket.pm
8166 ____________________________________________________________________________
8167 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
8168         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
8169              From: Michael G Schwern <schwern@pobox.com>
8170              Date: Sat, 8 Sep 2001 19:45:46 -0400
8171              Message-ID: <20010908194546.C9193@blackrider>
8172      Branch: perl
8173            + lib/blib.t
8174            ! MANIFEST lib/blib.pm t/lib/1_compile.t
8175 ____________________________________________________________________________
8176 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
8177         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
8178              From: "chromatic" <chromatic@rmci.net>
8179              Date: Sat, 08 Sep 2001 12:31:44 -0600
8180              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
8181      Branch: perl
8182            + lib/CGI/t/fast.t
8183            ! MANIFEST
8184 ____________________________________________________________________________
8185 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
8186         Log: The Socket tests were wrong: they were assuming too much.
8187      Branch: perl
8188            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
8189 ____________________________________________________________________________
8190 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
8191         Log: Retract the portability changes since they
8192              seem to have opened a can of worms... will
8193              go back to UNICOS/mk and do the bare minimum
8194              required to get the tests working.
8195      Branch: perl
8196            ! ext/Socket/Socket.xs
8197 ____________________________________________________________________________
8198 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
8199         Log: PADOFFSET is used to cast pointers into integers,
8200              if pointers are 64 bits and U32 32 bits,
8201              bad things may happen, or at least warnings issued.
8202      Branch: perl
8203            ! op.h
8204 ____________________________________________________________________________
8205 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
8206         Log: Still more Socket portability tweaking.
8207              Now Socket.t seems to be happy in all of
8208              Linux/x86, Tru64/alpha, Solaris/sparc,
8209              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
8210              
8211              Addendum: it seems that io_multihomed, io_sock, and hostent
8212              were broken in little-endians (linux/x86 and tru64/alpha)
8213              because of this change.  Argh.
8214      Branch: perl
8215            ! ext/Socket/Socket.xs
8216 ____________________________________________________________________________
8217 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
8218         Log: More portability kicking on inet_ntoa().
8219      Branch: perl
8220            ! ext/Socket/Socket.xs
8221 ____________________________________________________________________________
8222 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
8223         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
8224              From: Michael G Schwern <schwern@pobox.com> 
8225              Date: Fri, 7 Sep 2001 23:06:51 -0400
8226              Message-ID: <20010907230651.R606@blackrider>
8227      Branch: perl
8228            + lib/ExtUtils/Manifest.t
8229            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
8230 ____________________________________________________________________________
8231 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
8232         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
8233              From: "chromatic" <chromatic@rmci.net>
8234              Date: Fri, 07 Sep 2001 17:53:15 -0600      
8235              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
8236      Branch: perl
8237            + lib/ExtUtils/testlib.t
8238            ! MANIFEST
8239 ____________________________________________________________________________
8240 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
8241         Log: Thinko.
8242      Branch: perl
8243            ! lib/integer.t
8244 ____________________________________________________________________________
8245 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
8246         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
8247              From: "Craig A. Berry" <craigberry@mac.com>
8248              Date: Fri, 07 Sep 2001 15:30:03 -0500
8249              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
8250      Branch: perl
8251            ! lib/CGI/Carp.pm
8252 ____________________________________________________________________________
8253 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
8254         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
8255              From: Michael G Schwern <schwern@pobox.com>
8256              Date: Fri, 7 Sep 2001 15:38:13 -0400
8257              Message-ID: <20010907153813.K606@blackrider>
8258      Branch: perl
8259            ! lib/ExtUtils/MM_Unix.pm
8260 ____________________________________________________________________________
8261 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
8262         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
8263              From: Robin Barker <rmb1@cise.npl.co.uk>
8264              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
8265              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
8266      Branch: perl
8267            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
8268 ____________________________________________________________________________
8269 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
8270         Log: Clean up 1_compile.t; move tests to more consistent
8271              places (t/ subdirectories); add integer.t (much of
8272              the pragma is tested elsewhere but there is no one
8273              centralized place)
8274      Branch: perl
8275            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
8276            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
8277            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
8278            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
8279            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
8280            - lib/File/Find/find.t lib/File/Find/taint.t
8281            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
8282 ____________________________________________________________________________
8283 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
8284         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
8285              From: "chromatic" <chromatic@rmci.net>
8286              Date: Fri, 07 Sep 2001 10:17:40 -0600
8287              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
8288      Branch: perl
8289            ! lib/File/Find/taint.t
8290 ____________________________________________________________________________
8291 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
8292         Log: Update Changes.
8293      Branch: perl
8294            ! Changes patchlevel.h
8295 ____________________________________________________________________________
8296 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
8297         Log: Rename the old threading tutorial, start a new one,
8298              regen toc.
8299      Branch: perl
8300            + pod/perlothrtut.pod
8301            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
8302            ! pod/perltoc.pod
8303 ____________________________________________________________________________
8304 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
8305         Log: vars very much has a test.
8306      Branch: perl
8307            ! t/lib/1_compile.t
8308 ____________________________________________________________________________
8309 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
8310         Log: Subject: Re: wince/perl.ico marked as binary
8311              From: Nicholas Clark <nick@ccl4.org>
8312              Date: Fri, 7 Sep 2001 13:54:40 +0100
8313              Message-ID: <20010907135439.D39150@plum.flirble.org>
8314              
8315              and wince/Makefile.ce change from Rainer Keuchel.
8316      Branch: perl
8317            + wince/makeico.pl
8318            ! MANIFEST wince/Makefile.ce
8319 ____________________________________________________________________________
8320 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
8321         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
8322              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8323              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
8324              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
8325      Branch: perl
8326            ! regexec.c
8327 ____________________________________________________________________________
8328 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
8329         Log: (Replaced by #11934)
8330              Subject: Re: [PATCH regexec.c] more general .* and .*?
8331              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8332              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
8333              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
8334      Branch: perl
8335            ! regexec.c
8336 ____________________________________________________________________________
8337 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
8338         Log: The #11931 patching misbehaved.
8339      Branch: perl
8340            ! lib/Test/Harness/t/test-harness.t
8341 ____________________________________________________________________________
8342 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
8343         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
8344              From: Michael G Schwern <schwern@pobox.com>
8345              Date: Fri, 7 Sep 2001 03:30:41 -0400
8346              Message-ID: <20010907033041.A2796@blackrider>
8347      Branch: perl
8348            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
8349            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
8350            + t/lib/sample-tests/header_at_end_fail
8351            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
8352            - lib/Test/Harness.t
8353            ! MANIFEST lib/Test/Harness.pm t/TEST
8354 ____________________________________________________________________________
8355 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
8356         Log: Subject: [PATCH] Digest::MD5 update
8357              From: Gisle Aas <gisle@ActiveState.com>
8358              Date: 06 Sep 2001 23:32:56 -0700
8359              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
8360      Branch: perl
8361            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8362            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
8363 ____________________________________________________________________________
8364 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
8365         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
8366              From: "chromatic" <chromatic@rmci.net>
8367              Date: Thu, 06 Sep 2001 23:11:44 -0600
8368              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
8369      Branch: perl
8370            + lib/less.t
8371            ! MANIFEST t/lib/1_compile.t
8372 ____________________________________________________________________________
8373 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
8374         Log: The binary file must somehow differently stored.
8375      Branch: perl
8376            - wince/perl.ico
8377            ! MANIFEST
8378 ____________________________________________________________________________
8379 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
8380         Log: Add more modules to the list of modules that have tests,
8381              Schwern's wallet is getting more nervous.
8382              (Run t/lib/1_compile.t manually to see which modules
8383              are lacking tests, or the tests can't be run for some
8384              reason or another, such as the Net:: modules)
8385      Branch: perl
8386            ! t/lib/1_compile.t
8387 ____________________________________________________________________________
8388 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
8389         Log: Try to make Socket::inet_ntoa() more robust.
8390      Branch: perl
8391            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
8392 ____________________________________________________________________________
8393 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
8394         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
8395              From: chromatic <chromatic@rmci.net>       
8396              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
8397              Message-Id: <01090522580506.19590@firewheel>           
8398      Branch: perl
8399            ! lib/English.t
8400 ____________________________________________________________________________
8401 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
8402         Log: Subject: Re: perlvar manpage and localizing special vars
8403              From: Stas Bekman <stas@stason.org>
8404              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
8405              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
8406      Branch: perl
8407            ! pod/perlvar.pod
8408 ____________________________________________________________________________
8409 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
8410         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
8411              From: Robin Barker <rmb1@cise.npl.co.uk>
8412              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
8413              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
8414      Branch: perl
8415            ! lib/ExtUtils/MakeMaker.pm
8416 ____________________________________________________________________________
8417 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
8418         Log: Symbol missing; AIX unhappy.
8419      Branch: perl
8420            ! makedef.pl
8421 ____________________________________________________________________________
8422 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
8423         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
8424              Reported in 5.61, seems to work okay in blead.
8425      Branch: perl
8426            ! t/run/kill_perl.t
8427 ____________________________________________________________________________
8428 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
8429         Log: Update Changes.
8430      Branch: perl
8431            ! Changes patchlevel.h
8432 ____________________________________________________________________________
8433 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
8434         Log: Document the bad assumptions currently breaking
8435              the Socket.t tests 10, 11, and 13 in UNICOS.
8436      Branch: perl
8437            ! ext/Socket/Socket.xs
8438 ____________________________________________________________________________
8439 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
8440         Log: Subject: [PATCH x2p] make OPTIMIZE=...
8441              From: Robin Barker <rmb1@cise.npl.co.uk>
8442              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
8443              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
8444      Branch: perl
8445            ! x2p/Makefile.SH x2p/cflags.SH
8446 ____________________________________________________________________________
8447 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
8448         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
8449              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
8450              Date: Thu, 6 Sep 2001 11:09:40 +0100
8451              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
8452              
8453              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
8454              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8455              Date: 6 Sep 2001 10:14:38 -0000
8456              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
8457      Branch: perl
8458            ! pod/perlfaq1.pod pod/perlhack.pod
8459 ____________________________________________________________________________
8460 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
8461         Log: Subject: Extra NUL is Data::Dumper output - patch
8462              From: Tony Cook <tony@develop-help.com>
8463              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
8464              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
8465      Branch: perl
8466            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8467 ____________________________________________________________________________
8468 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
8469         Log: Avoid redefinition warning
8470              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
8471              from
8472              perl -w -Ilib -MCwd -e ''
8473      Branch: perl
8474            ! lib/Cwd.pm
8475 ____________________________________________________________________________
8476 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
8477         Log: Update the is_tainted() example implementation.
8478      Branch: perl
8479            ! pod/perlsec.pod
8480 ____________________________________________________________________________
8481 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
8482         Log: Missing) in #11912.
8483      Branch: perl
8484            ! lib/Test/Simple/t/fail.t
8485 ____________________________________________________________________________
8486 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
8487         Log: Rewhack Test-Simple into core harness.
8488      Branch: perl
8489            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
8490            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
8491            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
8492            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
8493            ! lib/Test/Simple/t/skipall.t
8494 ____________________________________________________________________________
8495 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
8496         Log: Workaround for the new Exporter 'feature'.
8497      Branch: perl
8498            ! lib/Test/More.pm
8499 ____________________________________________________________________________
8500 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
8501         Log: Re-introduce pure-Perl fall-back for abs_path,
8502              re-introduce #11898.
8503      Branch: perl
8504            ! lib/Cwd.pm lib/File/Find.pm
8505 ____________________________________________________________________________
8506 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
8507         Log: More tests.
8508      Branch: perl
8509            ! lib/Exporter.t
8510 ____________________________________________________________________________
8511 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
8512         Log: Retract #11898 for now because it introduces
8513              a rather nasty depencency: when B is being built,
8514              MakeMaker is used.  MakeMaker uses File::Find.
8515              File::Find uses Cwd::getcwd()...which doesn't
8516              exist yet.
8517      Branch: perl
8518            ! lib/File/Find.pm
8519 ____________________________________________________________________________
8520 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
8521         Log: New test welcome.
8522      Branch: perl
8523            + lib/Test/Simple/t/simple.t
8524 ____________________________________________________________________________
8525 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
8526         Log: Old test begone.
8527      Branch: perl
8528            - lib/Attribute/Handlers/test.pl
8529 ____________________________________________________________________________
8530 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
8531         Log: Test-Simple syncup from Schwern.
8532      Branch: perl
8533            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
8534            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
8535            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
8536            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
8537            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
8538            - lib/Test/More/Changes lib/Test/More/t/More.t
8539            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
8540            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
8541            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
8542            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
8543            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
8544            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
8545            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
8546            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
8547            ! t/lib/Test/Simple/sample_tests/death.plx
8548            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
8549            ! t/lib/Test/Simple/sample_tests/extras.plx
8550            ! t/lib/Test/Simple/sample_tests/five_fail.plx
8551            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
8552            ! t/lib/Test/Simple/sample_tests/one_fail.plx
8553            ! t/lib/Test/Simple/sample_tests/require.plx
8554            ! t/lib/Test/Simple/sample_tests/success.plx
8555            ! t/lib/Test/Simple/sample_tests/too_few.plx
8556            ! t/lib/Test/Simple/sample_tests/two_fail.plx
8557 ____________________________________________________________________________
8558 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
8559         Log: Integrate File::Find changes from bleadperl
8560      Branch: maint-5.6/macperl
8561            ! lib/File/Find.pm t/lib/filefind-taint.t
8562 ____________________________________________________________________________
8563 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
8564         Log: Integrate 11847 from maint-5.6/perl
8565      Branch: maint-5.6/macperl
8566           !> sv.c
8567 ____________________________________________________________________________
8568 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
8569         Log: In UNICOS division yada yada.
8570      Branch: perl
8571            ! t/op/override.t
8572 ____________________________________________________________________________
8573 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
8574         Log: In UNICOS division is really lossy, better use
8575              a tolerance test.
8576      Branch: perl
8577            ! ext/Time/HiRes/HiRes.t
8578 ____________________________________________________________________________
8579 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
8580         Log: In UNICOS sigaction() sets an extra flag
8581              ("the signal has been registered for all the processes in
8582              a multitasking group.")
8583      Branch: perl
8584            ! ext/POSIX/sigaction.t
8585 ____________________________________________________________________________
8586 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
8587         Log: Documentation micropatch from Damian.
8588      Branch: perl
8589            ! lib/Attribute/Handlers.pm
8590 ____________________________________________________________________________
8591 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
8592         Log: (Retracted by #11908)
8593              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
8594              From: Michael G Schwern <schwern@pobox.com>
8595              Date: Wed, 5 Sep 2001 15:58:21 -0400
8596              Message-ID: <20010905155821.I632@blackrider>
8597      Branch: perl
8598            ! lib/File/Find.pm lib/File/Find/taint.t
8599 ____________________________________________________________________________
8600 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
8601         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
8602              From: Michael G Schwern <schwern@pobox.com>
8603              Date: Wed, 5 Sep 2001 19:16:31 -0400
8604              Message-ID: <20010905191631.E11386@blackrider>
8605      Branch: perl
8606            + lib/CGI/t/carp.t
8607            ! MANIFEST
8608 ____________________________________________________________________________
8609 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
8610         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
8611              From: chromatic <chromatic@rmci.net>
8612              Date: Wed, 5 Sep 2001 18:08:07 -0600
8613              Message-Id: <01090518080700.19590@firewheel>
8614      Branch: perl
8615            ! lib/English.pm
8616 ____________________________________________________________________________
8617 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
8618         Log: Fix a typo #11889 and add a test for the same.
8619      Branch: perl
8620            ! ext/Socket/Socket.t ext/Socket/Socket.xs
8621 ____________________________________________________________________________
8622 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
8623         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
8624              From: "Craig A. Berry" <craigberry@mac.com>
8625              Date: Wed, 05 Sep 2001 17:48:54 -0500
8626              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
8627      Branch: perl
8628            ! lib/warnings.t t/run/kill_perl.t
8629 ____________________________________________________________________________
8630 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
8631         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
8632              From: Michael G Schwern <schwern@pobox.com>
8633              Date: Wed, 5 Sep 2001 17:22:25 -0400
8634              Message-ID: <20010905172225.C11386@blackrider>
8635      Branch: perl
8636            ! t/run/kill_perl.t
8637 ____________________________________________________________________________
8638 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
8639         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
8640              From: Nicholas Clark <nick@ccl4.org>
8641              Date: Wed, 5 Sep 2001 20:54:24 +0100
8642              Message-ID: <20010905205424.C25120@plum.flirble.org>
8643      Branch: perl
8644            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
8645 ____________________________________________________________________________
8646 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
8647         Log: Forgotten thing.
8648      Branch: perl
8649            ! uconfig.h
8650 ____________________________________________________________________________
8651 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
8652         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
8653              From: chromatic <chromatic@rmci.net>               
8654              Date: Wed, 5 Sep 2001 13:22:08 -0600
8655              Message-Id: <01090513220807.10587@firewheel> 
8656      Branch: perl
8657            ! lib/English.pm
8658 ____________________________________________________________________________
8659 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
8660         Log: inet_ntoa() tweaks:
8661              - don't allow addresses with > 255 characters
8662              - indent the HP-UX workaround
8663              - don't leak memory
8664      Branch: perl
8665            ! ext/Socket/Socket.xs
8666 ____________________________________________________________________________
8667 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
8668         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
8669              <xwu@theeducationcenter.com>
8670      Branch: perl
8671            ! lib/File/Find.pm
8672 ____________________________________________________________________________
8673 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
8674         Log: Typo nits.
8675      Branch: perl
8676            ! lib/File/Find.pm
8677 ____________________________________________________________________________
8678 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
8679         Log: -Wall nit.
8680      Branch: perl
8681            ! op.c
8682 ____________________________________________________________________________
8683 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
8684         Log: Update to Scalar-List-Utils 1.05
8685      Branch: perl
8686            ! ext/List/Util/ChangeLog ext/List/Util/README
8687            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
8688 ____________________________________________________________________________
8689 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
8690         Log: Update Changes.
8691      Branch: perl
8692            ! Changes patchlevel.h
8693 ____________________________________________________________________________
8694 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
8695         Log: Update to Scalar-List-Utils 1.04
8696      Branch: perl
8697            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
8698            ! ext/List/Util/lib/List/Util.pm
8699            ! ext/List/Util/lib/Scalar/Util.pm
8700 ____________________________________________________________________________
8701 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
8702         Log: Metaconfigify #11724.
8703      Branch: metaconfig
8704            ! U/threads/archname.U
8705 ____________________________________________________________________________
8706 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
8707         Log: The MacOS reference is okay, no reason to hide it.
8708      Branch: perl
8709            ! lib/Cwd.pm
8710 ____________________________________________________________________________
8711 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
8712         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
8713              From: Michael G Schwern <schwern@pobox.com>
8714              Date: Tue, 4 Sep 2001 15:30:10 -0400
8715              Message-ID: <20010904153010.H26466@blackrider> 
8716              
8717              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
8718      Branch: perl
8719            ! ext/Cwd/Makefile.PL lib/Cwd.pm
8720 ____________________________________________________________________________
8721 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
8722         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.))
8723              From: Michael G Schwern <schwern@pobox.com>
8724              Date: Tue, 4 Sep 2001 17:39:13 -0400
8725              Message-ID: <20010904173913.C626@blackrider>
8726      Branch: perl
8727            ! lib/Cwd.pm
8728 ____________________________________________________________________________
8729 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
8730         Log: Subject: Re: Perl_pp_* in public API?
8731              From: "Craig A. Berry" <craigberry@mac.com>
8732              Date: Tue, 4 Sep 2001 21:51:29 -0500
8733              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
8734      Branch: perl
8735            ! ext/List/Util/Util.xs
8736 ____________________________________________________________________________
8737 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
8738         Log: From Damian: Class::Struct was unable to define
8739              recursive classes.  After the patch an object reference
8740              (rather than a hash) is required to initialize
8741              an object attribute.  If no such initializer is given to
8742              the constructor, object attributes are now default
8743              initialized to C<undef>.
8744      Branch: perl
8745            ! lib/Class/Struct.pm lib/Class/Struct.t
8746 ____________________________________________________________________________
8747 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
8748         Log: Subject: Re: sv_catpvfn and sv_setpvfn
8749              From: Richard Soderberg <rs@oregonnet.com>
8750              Date: Tue, 4 Sep 2001 15:16:47 -0700
8751              Message-Id: <200109042216.PAA17858@oregonnet.com>
8752      Branch: perl
8753            ! pod/perlclib.pod pod/perlguts.pod
8754 ____________________________________________________________________________
8755 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
8756         Log: NetWare updates from Ananth Kesari.
8757      Branch: perl
8758            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
8759            ! NetWare/nw5thread.h
8760 ____________________________________________________________________________
8761 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
8762         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?))
8763              From: Nicholas Clark <nick@ccl4.org>
8764              Date: Tue, 4 Sep 2001 22:42:50 +0100
8765              Message-ID: <20010904224250.P25120@plum.flirble.org>
8766      Branch: perl
8767            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
8768            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
8769            ! t/op/oct.t toke.c
8770 ____________________________________________________________________________
8771 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
8772         Log: Fix Cwd::getcwd() not being tainted, as noticed
8773              by Schwern.
8774      Branch: perl
8775            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
8776            - ext/Cwd/Cwd.t
8777            ! MANIFEST ext/Cwd/Cwd.xs util.c
8778 ____________________________________________________________________________
8779 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
8780         Log: Retract #11870 and volatilize the right destruct_level.
8781              Silly thinko pointed out by Sarathy.
8782      Branch: perl
8783            ! intrpvar.h perl.c
8784 ____________________________________________________________________________
8785 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
8786         Log: At least a temporary fix for the mysterious scope core dumps
8787              in Tru64 from Graham.
8788      Branch: perl
8789            ! ext/List/Util/Util.xs
8790 ____________________________________________________________________________
8791 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
8792         Log: (Retracted by #11872)
8793      Branch: perl
8794            ! intrpvar.h
8795 ____________________________________________________________________________
8796 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
8797         Log: Quench a -Wall gripe noticed by Robin Barker.
8798      Branch: perl
8799            ! op.c
8800 ____________________________________________________________________________
8801 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
8802         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
8803              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8804              Date: Wed, 05 Sep 2001 02:01:32 +0900
8805              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
8806      Branch: perl
8807            ! lib/Unicode/UCD.pm
8808 ____________________________________________________________________________
8809 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
8810         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
8811              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8812              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
8813              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
8814      Branch: perl
8815            ! gv.c
8816 ____________________________________________________________________________
8817 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
8818         Log: Update Changes.
8819      Branch: perl
8820            ! Changes patchlevel.h
8821 ____________________________________________________________________________
8822 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
8823         Log: Add the \[$@%&*] prototype support.
8824      Branch: perl
8825            ! op.c pod/perlsub.pod t/comp/proto.t
8826 ____________________________________________________________________________
8827 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
8828         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
8829              From: Michael G Schwern <schwern@pobox.com>
8830              Date: Mon, 3 Sep 2001 18:59:01 -0400
8831              Message-ID: <20010903185901.Z9233@blackrider>
8832      Branch: perl
8833            ! lib/CGI/t/form.t
8834 ____________________________________________________________________________
8835 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
8836         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
8837              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8838              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
8839              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
8840      Branch: perl
8841            ! gv.c
8842 ____________________________________________________________________________
8843 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
8844         Log: More srand entry tweakage based on Randal's suggestion.
8845      Branch: perl
8846            ! pod/perlfunc.pod
8847 ____________________________________________________________________________
8848 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
8849         Log: Subject: [PATCH] 'main' *is* a reserved word
8850              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8851              Date: Mon, 3 Sep 2001 22:55:41 +0200
8852              Message-ID: <20010903225541.A24097@rafael>
8853      Branch: perl
8854            ! toke.c
8855 ____________________________________________________________________________
8856 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
8857         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
8858              From: Peter Prymmer <pvhp@best.com>
8859              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
8860              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
8861      Branch: perl
8862            ! README.vms configure.com
8863 ____________________________________________________________________________
8864 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
8865         Log: Subject: Re: A slightly better default seed?   
8866              From: Michael G Schwern <schwern@pobox.com>
8867              Date: Mon, 3 Sep 2001 18:08:15 -0400 
8868              Message-ID: <20010903180815.W9233@blackrider>
8869      Branch: perl
8870            ! t/op/srand.t
8871 ____________________________________________________________________________
8872 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
8873         Log: Add sharedsv.o to microperl object files.
8874      Branch: perl
8875            ! Makefile.micro
8876 ____________________________________________________________________________
8877 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
8878         Log: AUTHORS updates and
8879              
8880              Subject: [PATCH] Just some preening :-)        
8881              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
8882              Date: Tue, 4 Sep 2001 14:16:59 +0100
8883              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
8884      Branch: perl
8885            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
8886 ____________________________________________________________________________
8887 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
8888         Log: Typo fix and slight rewording.
8889      Branch: perl
8890            ! pod/perlfunc.pod
8891 ____________________________________________________________________________
8892 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
8893         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
8894      Branch: perl
8895            ! pod/perlfaq4.pod
8896 ____________________________________________________________________________
8897 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
8898         Log: The helper file changed name.
8899      Branch: perl
8900            ! MANIFEST
8901 ____________________________________________________________________________
8902 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
8903         Log: Update to Scalar-List-Utils 1.03
8904      Branch: perl
8905            + ext/List/Util/t/shuffle.t
8906            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
8907            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
8908            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
8909            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
8910            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
8911            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
8912            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
8913            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
8914 ____________________________________________________________________________
8915 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
8916         Log: Make crypt() do something more sane for Unicode
8917              (take crypt() of the low eight bits of the characters,
8918              instead of taking crypt() of the UTF-8 of the scalar);
8919              add a test for crypt().
8920      Branch: perl
8921            + t/op/crypt.t
8922            ! MANIFEST pod/perlfunc.pod pp.c
8923 ____________________________________________________________________________
8924 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
8925         Log: Reorganize the srand entry.
8926      Branch: perl
8927            ! pod/perlfunc.pod
8928 ____________________________________________________________________________
8929 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
8930         Log: Remove the tests that assume something about
8931              calling srand() without arguments multiple times.
8932      Branch: perl
8933            ! t/op/srand.t
8934 ____________________________________________________________________________
8935 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
8936         Log: Upgrade to Math::BigInt 1.42.
8937      Branch: perl
8938            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8939            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
8940            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
8941            ! lib/Math/BigInt/t/mbimbf.t
8942 ____________________________________________________________________________
8943 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
8944         Log: integrate change#11847 from maint-5.6
8945              
8946              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
8947      Branch: perl
8948            ! sv.c
8949 ____________________________________________________________________________
8950 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
8951         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
8952      Branch: maint-5.6/perl
8953            ! sv.c
8954 ____________________________________________________________________________
8955 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
8956         Log: As far as I can tell these functions have been Unicodified.
8957      Branch: perl
8958            ! doop.c
8959 ____________________________________________________________________________
8960 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
8961         Log: Update to Storable 1.0.13.
8962      Branch: perl
8963            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8964            ! ext/Storable/Storable.xs
8965 ____________________________________________________________________________
8966 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
8967         Log: Patch the Filter::Simple test to work with
8968              the core test suite (since the FilterTest.pm
8969              is in t/lib, not in lib).
8970      Branch: perl
8971            ! lib/Filter/Simple/t/filter.t
8972 ____________________________________________________________________________
8973 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
8974         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
8975      Branch: perl
8976            + t/lib/FilterTest.pm
8977            - t/lib/MyFilter.pm
8978 ____________________________________________________________________________
8979 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
8980         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
8981              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
8982              Text::Balanced 1.86.
8983      Branch: perl
8984            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
8985            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
8986            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
8987            + lib/Switch/t/nested.t lib/Switch/t/switch.t
8988            + lib/Text/Balanced/Changes lib/Text/Balanced/README
8989            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
8990            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
8991            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
8992            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
8993            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
8994            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
8995            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
8996            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
8997            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
8998            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
8999            ! MANIFEST lib/Attribute/Handlers.pm
9000            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
9001            ! lib/Attribute/Handlers/demo/Demo.pm
9002            ! lib/Attribute/Handlers/demo/Descriptions.pm
9003            ! lib/Attribute/Handlers/demo/MyClass.pm
9004            ! lib/Attribute/Handlers/demo/demo.pl
9005            ! lib/Attribute/Handlers/demo/demo2.pl
9006            ! lib/Attribute/Handlers/demo/demo3.pl
9007            ! lib/Attribute/Handlers/demo/demo4.pl
9008            ! lib/Attribute/Handlers/demo/demo_call.pl
9009            ! lib/Attribute/Handlers/demo/demo_chain.pl
9010            ! lib/Attribute/Handlers/demo/demo_cycle.pl
9011            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
9012            ! lib/Attribute/Handlers/demo/demo_phases.pl
9013            ! lib/Attribute/Handlers/demo/demo_range.pl
9014            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
9015            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
9016            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
9017            ! lib/Text/Balanced.pm
9018 ____________________________________________________________________________
9019 [ 11841] By: sky                                   on 2001/09/03  11:04:15
9020         Log: Forgot to add a file with Change #11840
9021      Branch: perl
9022            + t/op/srand.t
9023 ____________________________________________________________________________
9024 [ 11840] By: sky                                   on 2001/09/03  11:02:04
9025         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
9026              From: Michael G Schwern <schwern@pobox.com>
9027              Date: Mon, 3 Sep 2001 07:43:00 -0400
9028              Message-ID: <20010903074300.E9233@blackrider>
9029      Branch: perl
9030            ! MANIFEST pod/perlfunc.pod t/op/rand.t
9031 ____________________________________________________________________________
9032 [ 11839] By: sky                                   on 2001/09/03  10:47:11
9033         Log: Document the changes with regards to running of END blocks.
9034              And DESTROY on global objects are called in perl_destruct()!
9035      Branch: perl
9036            ! pod/perl572delta.pod pod/perlembed.pod
9037 ____________________________________________________________________________
9038 [ 11838] By: sky                                   on 2001/09/03  09:34:44
9039         Log: Subject: [PATCH t/op/time.t] Partial cleanup
9040              From: Michael G Schwern <schwern@pobox.com>
9041              Date: Mon, 3 Sep 2001 06:29:42 -0400
9042              Message-ID: <20010903062942.C9233@blackrider>
9043      Branch: perl
9044            ! t/op/time.t
9045 ____________________________________________________________________________
9046 [ 11837] By: sky                                   on 2001/09/03  09:30:02
9047         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
9048              From: Michael G Schwern <schwern@pobox.com>
9049              Date: Mon, 3 Sep 2001 06:24:13 -0400
9050              Message-ID: <20010903062413.B9233@blackrider>
9051      Branch: perl
9052            ! t/op/rand.t
9053 ____________________________________________________________________________
9054 [ 11836] By: sky                                   on 2001/09/03  07:56:47
9055         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
9056              From: Michael G Schwern <schwern@pobox.com>
9057              Date: Sun, 2 Sep 2001 21:38:43 -0400
9058              Message-ID: <20010902213843.L2711@blackrider>
9059      Branch: perl
9060            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
9061            ! MANIFEST
9062 ____________________________________________________________________________
9063 [ 11835] By: nick                                  on 2001/09/03  06:20:06
9064         Log: Integrate mainline
9065      Branch: perlio
9066           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
9067            - t/op/misc.t
9068           !> (integrate 187 files)
9069 ____________________________________________________________________________
9070 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
9071         Log: Update Changes.
9072      Branch: perl
9073            ! Changes patchlevel.h
9074 ____________________________________________________________________________
9075 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
9076         Log: Slight tweaks.
9077      Branch: perl
9078            ! t/run/kill_perl.t
9079 ____________________________________________________________________________
9080 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
9081         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
9082      Branch: perl
9083            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9084 ____________________________________________________________________________
9085 [ 11831] By: sky                                   on 2001/09/02  12:10:42
9086         Log: Change #11828 wasn't complete, this updates to intest path
9087      Branch: perl
9088            ! t/run/kill_perl.t
9089 ____________________________________________________________________________
9090 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
9091         Log: 's's's.
9092      Branch: perl
9093            ! Changes
9094 ____________________________________________________________________________
9095 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
9096         Log: Update Changes.
9097      Branch: perl
9098            ! Changes patchlevel.h
9099 ____________________________________________________________________________
9100 [ 11828] By: sky                                   on 2001/09/02  11:53:56
9101         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
9102              From: Michael G Schwern <schwern@pobox.com>
9103              Date: Sat, 1 Sep 2001 20:18:58 -0400
9104              Message-ID: <20010901201858.X606@blackrider>
9105              +MANIFEST Fix
9106      Branch: perl
9107            + t/run/kill_perl.t
9108            - t/op/misc.t t/run/segfault.t
9109            ! MANIFEST
9110 ____________________________________________________________________________
9111 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
9112         Log: Subject: [PATCH] lib/Time/Local.pm
9113              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
9114              Date: Sun, 2 Sep 2001 06:50:01 -0500
9115              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
9116      Branch: perl
9117            ! lib/Time/Local.pm
9118 ____________________________________________________________________________
9119 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
9120         Log: Tick off Unicode collation and the normalization from
9121              the todo list.
9122      Branch: perl
9123            ! pod/perltodo.pod
9124 ____________________________________________________________________________
9125 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
9126         Log: Update to Unicode 3.1.1.
9127      Branch: perl
9128            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
9129            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
9130            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
9131            ! lib/unicore/PropList.txt lib/unicore/README.perl
9132            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
9133            ! lib/unicore/rename lib/unicore/version
9134 ____________________________________________________________________________
9135 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
9136         Log: Slight doc tweaks for the module.
9137      Branch: perl
9138            ! lib/Unicode/UCD.pm
9139 ____________________________________________________________________________
9140 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
9141         Log: Rename the variable: it *used* to be (wrongly) that the
9142              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
9143              but that is no more the case: PL_reg_match_utf8 is better.
9144      Branch: perl
9145            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
9146            ! regexec.c sv.c thrdvar.h
9147 ____________________________________________________________________________
9148 [ 11822] By: ams                                   on 2001/09/02  02:54:50
9149         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
9150              From: Ilmari Karonen <iltzu@sci.fi>
9151              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
9152              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
9153              (op/sub_lval.t updated to take new error message into account.)
9154      Branch: perl
9155            ! op.c t/op/sub_lval.t
9156 ____________________________________________________________________________
9157 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
9158         Log: remove stray CRs in files; keep all files with UNIX line-ends
9159              (Porting/makerel adds CRs to the files that need it in the
9160              distribution)
9161      Branch: perl
9162            ! NetWare/t/NWScripts.pl README.dos
9163            ! ext/Encode/Encode/cns11643-1.enc
9164            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
9165            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9166 ____________________________________________________________________________
9167 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
9168         Log: some remnants of change#11803
9169      Branch: perl
9170            ! ext/ByteLoader/byterun.h perl.h
9171 ____________________________________________________________________________
9172 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
9173         Log: Update to Unicode::Collate 0.08.
9174      Branch: perl
9175            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
9176            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
9177 ____________________________________________________________________________
9178 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
9179         Log: Test tweaks.
9180      Branch: perl
9181            ! t/op/pat.t
9182 ____________________________________________________________________________
9183 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
9184         Log: Fix test
9185      Branch: maint-5.6/macperl
9186            ! t/lib/b.t
9187 ____________________________________________________________________________
9188 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
9189         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
9190              warnings in Config.pm with -W; increase default and
9191              minimum RAM; bump version number.
9192      Branch: maint-5.6/macperl
9193            + macos/lib/Mac/LowMem.pm
9194            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
9195            ! macos/configpm macos/macperl/MacPerl.r
9196 ____________________________________________________________________________
9197 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
9198         Log: Make syntax check report in MPW style, fix tests
9199              to use Mac::err=unix to get normal-style error
9200              messages.
9201      Branch: maint-5.6/macperl
9202            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
9203            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
9204 ____________________________________________________________________________
9205 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
9206         Log: Make MPW-style errors optional (but the default); add
9207              MacPerl::ErrorFormat() function and Mac::err pragma
9208      Branch: maint-5.6/macperl
9209            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
9210            + macos/ext/Mac/err/err.xs
9211            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
9212            ! macos/macish.c macos/macish.h macos/macperl.sym
9213 ____________________________________________________________________________
9214 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
9215         Log: More module and test ports from Thomas Wegner et al
9216      Branch: maint-5.6/macperl
9217            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9218            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
9219            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
9220            ! t/op/magic.t
9221 ____________________________________________________________________________
9222 [ 11812] By: sky                                   on 2001/09/01  17:19:30
9223         Log: Subject: [PATCH t/op/concat.t] cleanup
9224              From: Michael G Schwern <schwern@pobox.com>
9225              Date: Sat, 1 Sep 2001 14:06:28 -0400
9226              Message-ID: <20010901140628.C606@blackrider>
9227      Branch: perl
9228            ! t/op/concat.t
9229 ____________________________________________________________________________
9230 [ 11811] By: sky                                   on 2001/09/01  12:25:29
9231         Log: Change #11805 didn't update the MANIFEST
9232      Branch: perl
9233            ! MANIFEST
9234 ____________________________________________________________________________
9235 [ 11810] By: sky                                   on 2001/09/01  11:52:44
9236         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
9237              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9238              Date: Sat, 1 Sep 2001 14:50:14 +0200
9239              Message-ID: <20010901145014.A691@rafael>
9240      Branch: perl
9241            ! t/op/inccode.t
9242 ____________________________________________________________________________
9243 [ 11809] By: sky                                   on 2001/09/01  11:49:22
9244         Log: Subject: PATCH: ExtUtils::MakeMaker
9245              From: Tony Bowden <tony@kasei.com>
9246              Date: Sat, 1 Sep 2001 10:33:53 +0100
9247              Message-ID: <20010901103353.A13863@soto.kasei.com>
9248              Manually applied
9249      Branch: perl
9250            ! lib/ExtUtils/MakeMaker.pm
9251 ____________________________________________________________________________
9252 [ 11808] By: sky                                   on 2001/09/01  11:39:13
9253         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
9254              From: mike808@users.sourceforge.net
9255              Date: Sat, 1 Sep 101 11:27:50 GMT
9256              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
9257              With little tweak
9258      Branch: perl
9259            ! lib/Term/Cap.pm
9260 ____________________________________________________________________________
9261 [ 11807] By: ams                                   on 2001/09/01  11:31:16
9262         Log: Subject: oct() and hex()
9263              From: Nicholas Clark <nick@ccl4.org>
9264              Date: Fri, 31 Aug 2001 23:14:13 +0100
9265              Message-Id: <20010831231413.J4950@plum.flirble.org>
9266      Branch: perl
9267            ! pod/perlclib.pod
9268 ____________________________________________________________________________
9269 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
9270         Log: Integrate change 11801 from maintperl
9271      Branch: maint-5.6/macperl
9272            ! perl.c
9273 ____________________________________________________________________________
9274 [ 11805] By: sky                                   on 2001/08/31  21:35:10
9275         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
9276              From: Michael G Schwern <schwern@pobox.com>
9277              Date: Fri, 31 Aug 2001 15:36:28 -0400
9278              Message-ID: <20010831153628.B598@blackrider>
9279              Check for things which used to segfault
9280      Branch: perl
9281            + t/run/segfault.t
9282 ____________________________________________________________________________
9283 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
9284         Log: integrate change#11801 from maint-5.6
9285              
9286              remove age-old UNICOS "workaround" that introduces a static, and
9287              hence an egregious race condition for threaded builds (*sigh*
9288              beats me why this kludge wasn't guarded by a UNICOS-specific
9289              #define *sigh*)
9290      Branch: perl
9291            ! perl.c
9292 ____________________________________________________________________________
9293 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
9294         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
9295              working in 5.7.x
9296      Branch: perl
9297            - objXSUB.h
9298            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
9299            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
9300            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
9301            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
9302            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
9303            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
9304            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
9305            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9306            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
9307            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
9308            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
9309            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
9310            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
9311            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
9312            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
9313            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
9314            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
9315            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
9316            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
9317            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
9318            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
9319            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
9320 ____________________________________________________________________________
9321 [ 11802] By: ams                                   on 2001/08/31  18:11:32
9322         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
9323              From: "Philip Newton" <Philip.Newton@gmx.net>
9324              Date: Fri, 31 Aug 2001 21:12:56 +0200
9325              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
9326      Branch: perl
9327            ! pod/perldiag.pod
9328 ____________________________________________________________________________
9329 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
9330         Log: remove age-old UNICOS "workaround" that introduces a static, and
9331              hence an egregious race condition for threaded builds (*sigh*
9332              beats me why this kludge wasn't guarded by a UNICOS-specific
9333              #define *sigh*)
9334      Branch: maint-5.6/perl
9335            ! perl.c
9336 ____________________________________________________________________________
9337 [ 11800] By: sky                                   on 2001/08/31  17:30:26
9338         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
9339              Might break on platforms where bool is larger than 8 bites ???
9340      Branch: perl
9341            ! regcomp.c
9342 ____________________________________________________________________________
9343 [ 11799] By: ams                                   on 2001/08/31  12:15:44
9344         Log: Integrate 11778 into mainline.
9345      Branch: perl
9346            ! t/base/term.t
9347 ____________________________________________________________________________
9348 [ 11798] By: sky                                   on 2001/08/31  11:31:44
9349         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
9350              supposed to happen.
9351      Branch: perl
9352            ! regcomp.c
9353 ____________________________________________________________________________
9354 [ 11797] By: sky                                   on 2001/08/31  11:28:17
9355         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
9356              From: "John P. Linderman" <jpl@research.att.com>
9357              Date: Fri, 31 Aug 2001 08:20:35 -0400
9358              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
9359              Fixes test 14 which could fail randomly in rare cases.
9360      Branch: perl
9361            ! ext/Time/HiRes/HiRes.t regcomp.c
9362 ____________________________________________________________________________
9363 [ 11796] By: ams                                   on 2001/08/31  01:13:07
9364         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
9365              From: Nicholas Clark <nick@ccl4.org>
9366              Date: Thu, 30 Aug 2001 23:21:50 +0100
9367              Message-Id: <20010830232150.D4950@plum.flirble.org>
9368      Branch: perl
9369            ! ext/Sys/Syslog/Makefile.PL
9370 ____________________________________________________________________________
9371 [ 11795] By: ams                                   on 2001/08/30  23:53:23
9372         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
9373              patching example
9374              From: Michael G Schwern <schwern@pobox.com>
9375              Date: Thu, 30 Aug 2001 17:02:08 -0400
9376              Message-Id: <20010830170208.M2318@blackrider>
9377      Branch: perl
9378            ! pod/perlhack.pod
9379 ____________________________________________________________________________
9380 [ 11794] By: ams                                   on 2001/08/30  19:35:36
9381         Log: Subject: [PATCH] pp_modulo
9382              From: Nicholas Clark <nick@ccl4.org>
9383              Date: Thu, 30 Aug 2001 18:20:54 +0100
9384              Message-Id: <20010830182053.A4950@plum.flirble.org>
9385      Branch: perl
9386            ! pp.c t/op/64bitint.t
9387 ____________________________________________________________________________
9388 [ 11793] By: sky                                   on 2001/08/30  13:02:48
9389         Log: 11792 wasn't complete
9390      Branch: perl
9391            ! makedef.pl regcomp.c
9392 ____________________________________________________________________________
9393 [ 11792] By: sky                                   on 2001/08/30  12:21:11
9394         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
9395      Branch: perl
9396            ! makedef.pl
9397 ____________________________________________________________________________
9398 [ 11791] By: sky                                   on 2001/08/30  10:08:02
9399         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
9400      Branch: perl
9401            ! config_h.SH
9402 ____________________________________________________________________________
9403 [ 11790] By: sky                                   on 2001/08/30  08:22:31
9404         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
9405              on the pad. Fixes coredumps in cleanups introduced by
9406              Change 11755  
9407      Branch: perl
9408            ! op.c perl.c sv.h
9409 ____________________________________________________________________________
9410 [ 11789] By: sky                                   on 2001/08/29  19:01:47
9411         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
9412              This is a replacement implmentation that works on HPUX.
9413              This bug should probably be fixed in GCC.
9414      Branch: perl
9415            ! ext/Socket/Socket.xs
9416 ____________________________________________________________________________
9417 [ 11788] By: ams                                   on 2001/08/29  17:35:33
9418         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
9419              From: Nicholas Clark <nick@ccl4.org>
9420              Date: Wed, 29 Aug 2001 18:21:56 +0100
9421              Message-Id: <20010829182156.O4950@plum.flirble.org>
9422      Branch: perl
9423            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
9424 ____________________________________________________________________________
9425 [ 11787] By: sky                                   on 2001/08/29  10:42:54
9426         Log: Added test for pack_addr_in and unpack_addr_in
9427              Nitpik in test 10
9428      Branch: perl
9429            ! ext/Socket/Socket.t
9430 ____________________________________________________________________________
9431 [ 11786] By: sky                                   on 2001/08/29  10:28:14
9432         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
9433              Trying to catch errors on HP-UX
9434      Branch: perl
9435            ! ext/Socket/Socket.t
9436 ____________________________________________________________________________
9437 [ 11785] By: sky                                   on 2001/08/29  09:07:03
9438         Log: make sure USE_THREADS is defined so external apps work
9439      Branch: perl
9440            ! config_h.SH
9441 ____________________________________________________________________________
9442 [ 11784] By: sky                                   on 2001/08/29  08:06:12
9443         Log: Subject: Re: The hitlist of untested modules.
9444              From: Jonathan Stowe <gellyfish@gellyfish.com>
9445              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
9446              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
9447              Start of tests for Shell.pm (make Schwern poorer!)
9448      Branch: perl
9449            + lib/Shell.t
9450            ! MANIFEST
9451 ____________________________________________________________________________
9452 [ 11783] By: sky                                   on 2001/08/29  07:37:50
9453         Log: END{} can change the return value even if we die from BEGIN{}
9454      Branch: perl
9455            ! miniperlmain.c
9456 ____________________________________________________________________________
9457 [ 11782] By: ams                                   on 2001/08/29  06:32:17
9458         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
9459              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9460              Date: Wed, 29 Aug 2001 09:18:17 +0200
9461              Message-Id: <20010829091817.A4453@rafael>
9462      Branch: perl
9463            ! t/op/inccode.t
9464 ____________________________________________________________________________
9465 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
9466         Log: Delete xsubpp.patch, as full copy exists now
9467      Branch: maint-5.6/macperl
9468            - macos/xsubpp.patch
9469 ____________________________________________________________________________
9470 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
9471         Log: Add Changes file
9472      Branch: maint-5.6/macperl
9473            + macos/Changes
9474 ____________________________________________________________________________
9475 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
9476         Log: Add Mac version of xsubpp as separate file
9477      Branch: maint-5.6/macperl
9478            + macos/xsubpp
9479            ! macos/Makefile.mk
9480 ____________________________________________________________________________
9481 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
9482         Log: Fix open of /dev/null for Mac OS
9483      Branch: maint-5.6/macperl
9484            ! t/base/term.t
9485 ____________________________________________________________________________
9486 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
9487         Log: Various patches: enable more tests; skip CVS in PerlInstall;
9488              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
9489      Branch: maint-5.6/macperl
9490            ! macos/MacPerlTests.cmd macos/PerlInstall
9491            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
9492 ____________________________________________________________________________
9493 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
9494         Log: Allow for platforms to override formatting of errors
9495              on output from Matthias Neeracher (Mac files)
9496      Branch: maint-5.6/macperl
9497            ! macos/macish.c macos/macish.h
9498 ____________________________________________________________________________
9499 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
9500         Log: Allow for platforms to override formatting of errors
9501              on output from Matthias Neeracher (core files)
9502      Branch: maint-5.6/macperl
9503            ! perl.h pp_ctl.c util.c
9504 ____________________________________________________________________________
9505 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
9506         Log: Add some param checking, from reports by Kevin Reid.
9507      Branch: maint-5.6/macperl
9508            ! macos/ext/Mac/Controls/Controls.pm
9509            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
9510 ____________________________________________________________________________
9511 [ 11773] By: ams                                   on 2001/08/28  23:54:57
9512         Log: Subject: [PATCH] make coretest
9513              From: Paul Johnson <paul@pjcj.net>
9514              Date: Wed, 29 Aug 2001 00:11:38 +0200
9515              Message-Id: <20010829001138.B12169@pjcj.net>
9516              (Applied without the change to perlhack.pod. This should
9517              probably stay undocumented.)
9518      Branch: perl
9519            ! Makefile.SH t/TEST
9520 ____________________________________________________________________________
9521 [ 11772] By: sky                                   on 2001/08/28  13:01:20
9522         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
9523              From: Michael G Schwern <schwern@pobox.com>
9524              Date: Tue, 28 Aug 2001 09:57:39 -0400
9525              Message-ID: <20010828095738.E17775@blackrider>
9526      Branch: perl
9527            ! pod/perlhack.pod t/op/pack.t
9528 ____________________________________________________________________________
9529 [ 11771] By: sky                                   on 2001/08/28  11:20:13
9530         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
9531              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9532              Date: Tue, 28 Aug 2001 14:23:43 +0200
9533              Message-ID: <20010828142343.A19299@rafael>
9534      Branch: perl
9535            ! pod/perlvar.pod pp_ctl.c
9536 ____________________________________________________________________________
9537 [ 11770] By: ams                                   on 2001/08/28  10:13:21
9538         Log: Subject: [PATCH] odd typo in op.h
9539              From: Nicholas Clark <nick@ccl4.org>
9540              Date: Tue, 28 Aug 2001 12:10:26 +0100
9541              Message-Id: <20010828121026.V4950@plum.flirble.org>
9542      Branch: perl
9543            ! op.h
9544 ____________________________________________________________________________
9545 [ 11769] By: sky                                   on 2001/08/28  08:09:16
9546         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
9547              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
9548              Date: Tue, 28 Aug 2001 02:22:20 +0300
9549              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
9550      Branch: perl
9551            ! ext/B/B/Lint.pm
9552 ____________________________________________________________________________
9553 [ 11768] By: ams                                   on 2001/08/28  00:47:35
9554         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
9555              From: Michael G Schwern <schwern@pobox.com>
9556              Date: Mon, 27 Aug 2001 21:24:44 -0400
9557              Message-Id: <20010827212444.F12582@blackrider>
9558      Branch: perl
9559            ! pod/perlhack.pod t/op/pack.t
9560 ____________________________________________________________________________
9561 [ 11767] By: ams                                   on 2001/08/27  23:59:48
9562         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
9563              From: Michael G Schwern <schwern@pobox.com>
9564              Date: Mon, 27 Aug 2001 20:12:29 -0400
9565              Message-Id: <20010827201229.D12582@blackrider>
9566      Branch: perl
9567            ! pod/perlhack.pod t/op/pack.t
9568 ____________________________________________________________________________
9569 [ 11766] By: ams                                   on 2001/08/27  23:39:40
9570         Log: Update Changes.
9571      Branch: perl
9572            ! Changes
9573 ____________________________________________________________________________
9574 [ 11765] By: ams                                   on 2001/08/27  22:53:10
9575         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
9576              From: Michael G Schwern <schwern@pobox.com>
9577              Date: Mon, 27 Aug 2001 19:47:30 -0400
9578              Message-Id: <20010827194730.C12582@blackrider>
9579      Branch: perl
9580            ! t/op/inccode.t
9581 ____________________________________________________________________________
9582 [ 11764] By: ams                                   on 2001/08/27  22:46:21
9583         Log: Subject: [PATCH] new tests for the coderef-in-@INC
9584              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9585              Date: Mon, 27 Aug 2001 22:36:27 +0200
9586              Message-Id: <20010827223627.C690@rafael>
9587              
9588              Subject: Re: [PATCH] new tests for the coderef-in-@INC
9589              From: Nicholas Clark <nick@ccl4.org>
9590              Date: Tue, 28 Aug 2001 00:02:46 +0100
9591              Message-Id: <20010828000245.R4950@plum.flirble.org>
9592      Branch: perl
9593            + t/op/inccode.t
9594            ! MANIFEST
9595 ____________________________________________________________________________
9596 [ 11763] By: ams                                   on 2001/08/27  22:41:09
9597         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
9598              bleadperl on fire, Win95+4NT)
9599              From: Michael G Schwern <schwern@pobox.com>
9600              Date: Mon, 27 Aug 2001 16:54:42 -0400
9601              Message-Id: <20010827165442.F9436@blackrider>
9602      Branch: perl
9603            ! lib/warnings.t
9604 ____________________________________________________________________________
9605 [ 11762] By: sky                                   on 2001/08/27  19:19:17
9606         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
9607              avaible at compile time. This broke the compilation of 
9608              Net/Ping.pm
9609      Branch: perl
9610            ! lib/Net/Ping.pm
9611 ____________________________________________________________________________
9612 [ 11761] By: sky                                   on 2001/08/27  18:34:48
9613         Log: Removed tripple definitions of CUSTOM_OP functions.
9614      Branch: perl
9615            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
9616 ____________________________________________________________________________
9617 [ 11760] By: sky                                   on 2001/08/27  18:21:27
9618         Log: Regen headers
9619      Branch: perl
9620            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
9621            ! perlapi.h proto.h
9622 ____________________________________________________________________________
9623 [ 11759] By: ams                                   on 2001/08/27  16:31:53
9624         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
9625              From: "chromatic" <chromatic@rmci.net>
9626              Date: Mon, 27 Aug 2001 11:17:09 -0600
9627              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
9628      Branch: perl
9629            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
9630 ____________________________________________________________________________
9631 [ 11758] By: sky                                   on 2001/08/27  15:16:42
9632         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
9633              Thanks to H. Merijn Brand for the patch.
9634              Some of the comments and or guards might be removable in perl.h now.
9635      Branch: perl
9636            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
9637            ! Porting/Glossary Porting/config_H README.threads config_h.SH
9638            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
9639            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
9640            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
9641            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
9642            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
9643            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
9644            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
9645            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
9646            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
9647            ! win32/config_H.vc win32/perllib.c win32/win32.h
9648            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
9649            ! wince/config.h wince/config_H.ce wince/win32.h
9650            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
9651 ____________________________________________________________________________
9652 [ 11757] By: sky                                   on 2001/08/27  13:39:16
9653         Log: Subject: GNU ld parses arguments different
9654              From: H.Merijn Brand <h.m.brand@hccnet.nl>
9655              Date: Mon, 27 Aug 2001 16:25:51 +0200
9656              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
9657      Branch: perl
9658            ! hints/hpux.sh
9659 ____________________________________________________________________________
9660 [ 11756] By: sky                                   on 2001/08/27  13:18:45
9661         Log: Subject: Custom Ops
9662              From: Simon Cozens <simon@netthink.co.uk>
9663              Date: Sat, 25 Aug 2001 17:45:09 +0100
9664              Message-ID: <20010825174509.A5752@netthink.co.uk>
9665              I also added a fix to Opcode.pm to quite test cases.
9666      Branch: perl
9667            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
9668            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
9669 ____________________________________________________________________________
9670 [ 11755] By: sky                                   on 2001/08/27  05:37:17
9671         Log: Plugs a memory leak on destruction of regular expressions
9672              introcued by #11274.
9673              PL_regex_padav now has an AV as it's first entry with a list
9674              of freed regex_padav slots that it will reuse on creating
9675              new PMOPs.
9676      Branch: perl
9677            ! op.c perl.c
9678 ____________________________________________________________________________
9679 [ 11754] By: ams                                   on 2001/08/26  14:38:52
9680         Log: Subject: [PATCH] t/io/binmode.t
9681              From: Nicholas Clark <nick@ccl4.org>
9682              Date: Sun, 26 Aug 2001 12:03:05 +0100
9683              Message-Id: <20010826120305.C4950@plum.flirble.org>
9684              
9685              (Also a nitpick in #11752 to t/op/universal.t)
9686      Branch: perl
9687            ! t/io/binmode.t t/op/universal.t
9688 ____________________________________________________________________________
9689 [ 11753] By: ams                                   on 2001/08/26  08:19:34
9690         Log: Subject: [PATCH] op/universal.t failing
9691              From: Nicholas Clark <nick@ccl4.org>
9692              Date: Sun, 26 Aug 2001 09:48:22 +0100
9693              Message-Id: <20010826094822.B4950@plum.flirble.org>
9694      Branch: perl
9695            ! t/op/universal.t
9696 ____________________________________________________________________________
9697 [ 11752] By: ams                                   on 2001/08/25  22:46:13
9698         Log: Subject: Re: 'can' with undefined subs
9699              From: Tony Bowden <tony@kasei.com>
9700              Date: Sat, 25 Aug 2001 14:58:17 +0100
9701              Message-Id: <20010825145817.A11788@soto.kasei.com>
9702              (Applied with minor modifications.)
9703      Branch: perl
9704            ! t/op/universal.t
9705 ____________________________________________________________________________
9706 [ 11751] By: ams                                   on 2001/08/25  18:28:43
9707         Log: Subject: Re: 'can' with undefined subs
9708              From: Tony Bowden <tony@kasei.com>
9709              Date: Sat, 25 Aug 2001 15:13:14 +0100
9710              Message-Id: <20010825151314.B11788@soto.kasei.com>
9711      Branch: perl
9712            ! lib/UNIVERSAL.pm
9713 ____________________________________________________________________________
9714 [ 11750] By: nick                                  on 2001/08/25  15:24:15
9715         Log: Integrate mainline
9716      Branch: perlio
9717           +> t/io/binmode.t
9718           !> (integrate 26 files)
9719 ____________________________________________________________________________
9720 [ 11749] By: nick                                  on 2001/08/25  14:55:41
9721         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
9722              From:  John Peacock <jpeacock@rowman.com>
9723              Date:  Wed, 22 Aug 2001 12:05:28 -0400
9724              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
9725      Branch: perl
9726            ! pod/perlhack.pod
9727 ____________________________________________________________________________
9728 [ 11748] By: nick                                  on 2001/08/25  14:53:04
9729         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
9730              From:  Michael G Schwern <schwern@pobox.com>
9731              Date:  Wed, 22 Aug 2001 19:22:45 -0400
9732              Message-Id:  <20010822192245.U619@blackrider>
9733      Branch: perl
9734            ! MANIFEST
9735 ____________________________________________________________________________
9736 [ 11747] By: nick                                  on 2001/08/25  14:52:33
9737         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
9738              From:  Nicholas Clark <nick@ccl4.org>
9739              Date:  Wed, 22 Aug 2001 23:29:06 +0100
9740              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
9741      Branch: perl
9742            + t/io/binmode.t
9743            ! perlio.c pod/perlfunc.pod
9744 ____________________________________________________________________________
9745 [ 11744] By: nick                                  on 2001/08/25  14:37:33
9746         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
9747              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9748              Date:  Fri, 24 Aug 2001 22:10:42 +0200
9749              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
9750      Branch: perl
9751            ! x2p/a2py.c x2p/walk.c
9752 ____________________________________________________________________________
9753 [ 11743] By: nick                                  on 2001/08/25  14:32:47
9754         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
9755              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9756              Date:  Fri, 24 Aug 2001 23:34:13 +0200
9757              Message-Id:  <20010824233413.A1285@rafael>
9758      Branch: perl
9759            ! pod/perlfunc.pod pod/perlvar.pod
9760 ____________________________________________________________________________
9761 [ 11742] By: ams                                   on 2001/08/25  13:16:02
9762         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
9763              From: Nicholas Clark <nick@ccl4.org>
9764              Date: Sat, 25 Aug 2001 14:50:07 +0100
9765              Message-Id: <20010825145007.L41464@plum.flirble.org>
9766      Branch: perl
9767            ! pp_ctl.c
9768 ____________________________________________________________________________
9769 [ 11741] By: nick                                  on 2001/08/24  07:08:45
9770         Log: When applying patch via Porting/apply fails, do p4 refresh
9771              to get old files back.
9772      Branch: perl
9773            ! Porting/apply
9774 ____________________________________________________________________________
9775 [ 11740] By: ams                                   on 2001/08/24  04:47:24
9776         Log: #11739 was incomplete.
9777      Branch: perl
9778            ! pod/perldiag.pod
9779 ____________________________________________________________________________
9780 [ 11739] By: ams                                   on 2001/08/24  04:09:40
9781         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
9782              From: "Philip Newton" <Philip.Newton@gmx.net>
9783              Date: Fri, 24 Aug 2001 07:08:34 +0200
9784      Branch: perl
9785            ! pod/perldiag.pod
9786 ____________________________________________________________________________
9787 [ 11738] By: ams                                   on 2001/08/24  02:19:42
9788         Log: Fixed Doug Wilson's email address.
9789      Branch: perl
9790            ! AUTHORS
9791 ____________________________________________________________________________
9792 [ 11737] By: ams                                   on 2001/08/24  00:10:13
9793         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
9794              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9795              Date: Thu, 23 Aug 2001 22:22:58 +0200
9796              Message-Id: <20010823222258.A901@rafael>
9797      Branch: perl
9798            ! pod/perldiag.pod
9799 ____________________________________________________________________________
9800 [ 11736] By: ams                                   on 2001/08/24  00:05:02
9801         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
9802              From: "Craig A. Berry" <craigberry@mac.com>
9803              Date: Thu, 23 Aug 2001 19:07:45 -0500
9804              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
9805      Branch: perl
9806            ! configure.com
9807 ____________________________________________________________________________
9808 [ 11735] By: sky                                   on 2001/08/23  13:42:07
9809         Log: Backed out 11732, it breaks lib/strict.t 
9810      Branch: perl
9811            ! op.c
9812 ____________________________________________________________________________
9813 [ 11734] By: sky                                   on 2001/08/23  11:45:59
9814         Log: Removed toy from 17133 after Matt Sargeants request.
9815      Branch: perl
9816            ! pod/perlfaq4.pod
9817 ____________________________________________________________________________
9818 [ 11733] By: sky                                   on 2001/08/23  11:36:29
9819         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
9820              From: Robin Houston <robin@kitsite.com>
9821              Date: Wed, 22 Aug 2001 23:06:16 +0100
9822              Message-ID: <20010822230616.A254@robin.kitsite.com>
9823      Branch: perl
9824            ! pod/perlfaq4.pod
9825 ____________________________________________________________________________
9826 [ 11732] By: sky                                   on 2001/08/23  10:36:02
9827         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
9828              From: Simon Cozens <simon@netthink.co.uk>
9829              Date: Thu, 23 Aug 2001 12:06:36 +0100
9830              Message-ID: <20010823120636.A9961@netthink.co.uk>
9831      Branch: perl
9832            ! op.c
9833 ____________________________________________________________________________
9834 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
9835         Log: fix broken windows build
9836      Branch: perl
9837            ! perl.h
9838 ____________________________________________________________________________
9839 [ 11730] By: ams                                   on 2001/08/22  21:35:30
9840         Log: Subject: [PATCH] io/tell.t doesn't chdir t
9841              From: Nicholas Clark <nick@ccl4.org>
9842              Date: Wed, 22 Aug 2001 23:25:58 +0100
9843              Message-Id: <20010822232557.Y82818@plum.flirble.org>
9844      Branch: perl
9845            ! t/io/tell.t
9846 ____________________________________________________________________________
9847 [ 11729] By: ams                                   on 2001/08/22  20:32:21
9848         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
9849              questions)
9850              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9851              Date: Wed, 22 Aug 2001 17:09:04 -0400
9852              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
9853              (Oops, forgot File::Spec::Unix in the previous patch.)
9854      Branch: perl
9855            ! lib/File/Spec/Unix.pm
9856 ____________________________________________________________________________
9857 [ 11728] By: ams                                   on 2001/08/22  20:25:41
9858         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
9859              questions)
9860              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9861              Date: Wed, 22 Aug 2001 17:09:04 -0400
9862              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
9863      Branch: perl
9864            ! lib/File/Spec.pm
9865 ____________________________________________________________________________
9866 [ 11727] By: ams                                   on 2001/08/22  19:43:30
9867         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
9868              From: John Peacock <jpeacock@rowman.com>
9869              Date: Wed, 22 Aug 2001 12:35:52 -0400
9870              Message-Id: <3B83DF68.5D89DC81@rowman.com>
9871              (Adds proper tests for $], notwithstanding Subject. +nitpick)
9872      Branch: perl
9873            ! t/op/ver.t
9874 ____________________________________________________________________________
9875 [ 11726] By: ams                                   on 2001/08/22  19:36:39
9876         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
9877              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
9878              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
9879              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
9880      Branch: perl
9881            ! lib/diagnostics.pm lib/diagnostics.t
9882 ____________________________________________________________________________
9883 [ 11725] By: ams                                   on 2001/08/22  19:25:01
9884         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
9885              From: Nicholas Clark <nick@ccl4.org>
9886              Date: Wed, 22 Aug 2001 20:59:05 +0100
9887              Message-Id: <20010822205905.U82818@plum.flirble.org>
9888      Branch: perl
9889            ! pp.c t/op/64bitint.t t/op/arith.t
9890 ____________________________________________________________________________
9891 [ 11724] By: ams                                   on 2001/08/22  10:02:33
9892         Log: Subject: Configure blooper
9893              From: H.Merijn Brand <h.m.brand@hccnet.nl>
9894              Date: Wed, 22 Aug 2001 12:38:35 +0200
9895              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
9896      Branch: perl
9897            ! Configure
9898 ____________________________________________________________________________
9899 [ 11723] By: ams                                   on 2001/08/21  16:17:53
9900         Log: Subject: [PATCH] installperl -help
9901              From: Nicholas Clark <nick@ccl4.org>
9902              Date: Tue, 21 Aug 2001 17:34:23 +0100
9903              Message-Id: <20010821173423.F82818@plum.flirble.org>
9904      Branch: perl
9905            ! installperl
9906 ____________________________________________________________________________
9907 [ 11722] By: ams                                   on 2001/08/20  07:46:31
9908         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
9909              From: Ilmari Karonen <iltzu@sci.fi>
9910              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
9911              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
9912      Branch: perl
9913            ! pod/perlvar.pod
9914 ____________________________________________________________________________
9915 [ 11721] By: nick                                  on 2001/08/20  06:24:31
9916         Log: Integrate mainline
9917      Branch: perlio
9918           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
9919           +> lib/Lingua/KO/Hangul/Util/Changes
9920           +> lib/Lingua/KO/Hangul/Util/README
9921           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
9922           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
9923           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
9924           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
9925           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
9926           +> lib/Unicode/Normalize/t/test.t
9927            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
9928           !> (integrate 55 files)
9929 ____________________________________________________________________________
9930 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
9931         Log: Integrate Change #11599 from maint-5.6/perl
9932      Branch: maint-5.6/macperl
9933           !> README.win32
9934 ____________________________________________________________________________
9935 [ 11719] By: ams                                   on 2001/08/18  21:21:42
9936         Log: Add Porting/apply to MANIFEST.
9937      Branch: perl
9938            ! MANIFEST
9939 ____________________________________________________________________________
9940 [ 11718] By: sky                                   on 2001/08/18  14:38:01
9941         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
9942              Better solution would be to make 5005threaded perl use
9943              the same system as ithreads do
9944      Branch: perl
9945            ! perl.h
9946 ____________________________________________________________________________
9947 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
9948         Log: New try for ID 20010407.006: detach the semantics
9949              "was the last match target UTF8" into its own variable.
9950      Branch: perl
9951            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
9952            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
9953 ____________________________________________________________________________
9954 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
9955         Log: UTF8 flag should be meaningful only when POK.
9956      Branch: perl
9957            ! dump.c
9958 ____________________________________________________________________________
9959 [ 11715] By: sky                                   on 2001/08/18  11:45:16
9960         Log: USE_THREADS and USE_ITHREADS are never true at the same time
9961      Branch: perl
9962            ! perl.h
9963 ____________________________________________________________________________
9964 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
9965         Log: Retract #11712 for now.  The real fix would probably
9966              be something like making PL_reg_sv a copy (PV + UTF8)
9967              of the matched/substituted string (note: not just a SvPOK
9968              string, for example the stringified form of a ROK would
9969              be applicable)  Beware of leaks.
9970      Branch: perl
9971            ! pp_hot.c t/op/pat.t
9972 ____________________________________________________________________________
9973 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
9974         Log: UTF8 wasn't printing for PVMGs.
9975      Branch: perl
9976            ! dump.c
9977 ____________________________________________________________________________
9978 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
9979         Log: (Retracted by #11714)
9980              
9981              Okay analysis, debatable fix.  (The fix will inc
9982              the refcount of all temporary match objects,
9983              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
9984              which will then cause griping at untie() time
9985              ("inner references remain").
9986              
9987              Fix for ID 20010407.006: PL_reg_sv got wiped out
9988              by freetemps if the match target was a temporary
9989              (like function_call() =~ /.../), which in turn meant
9990              that the $1 et al stopped working if they had UTF-8
9991              in them.  Therefore bump up the refcount of PL_reg_sv.
9992      Branch: perl
9993            ! pp_hot.c t/op/pat.t
9994 ____________________________________________________________________________
9995 [ 11711] By: ams                                   on 2001/08/17  20:32:08
9996         Log: Subject: [PATCH] doesn't compile, was perl@11710
9997              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9998              Date: Fri, 17 Aug 2001 23:21:10 +0200
9999              Message-Id: <20010817232110.C7041@rafael> 
10000      Branch: perl
10001            ! sharedsv.c
10002 ____________________________________________________________________________
10003 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
10004         Log: Update Changes.
10005      Branch: perl
10006            ! Changes patchlevel.h
10007 ____________________________________________________________________________
10008 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
10009         Log: Upgrade to libnet 1.0704.
10010      Branch: perl
10011            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
10012            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
10013            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
10014            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
10015            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
10016            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
10017            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
10018 ____________________________________________________________________________
10019 [ 11708] By: sky                                   on 2001/08/17  13:34:04
10020         Log: Let perl_clone copy PL_exit_flags
10021      Branch: perl
10022            ! sv.c
10023 ____________________________________________________________________________
10024 [ 11707] By: sky                                   on 2001/08/17  12:28:41
10025         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
10026      Branch: perl
10027            ! sharedsv.c sharedsv.h
10028 ____________________________________________________________________________
10029 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
10030         Log: The metaconfig unit change for #11705.
10031      Branch: metaconfig/U/perl
10032            ! Extensions.U
10033 ____________________________________________________________________________
10034 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
10035         Log: Allow the threads extension to be found if present.
10036      Branch: perl
10037            ! Configure
10038 ____________________________________________________________________________
10039 [ 11704] By: nick                                  on 2001/08/17  11:47:54
10040         Log: Mail -> change script (pre-alpha)
10041      Branch: perl
10042            + Porting/apply
10043 ____________________________________________________________________________
10044 [ 11703] By: sky                                   on 2001/08/17  07:11:24
10045         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
10046              Thanks to Tom Hospel for pointing out my error.
10047      Branch: perl
10048            ! op.h
10049 ____________________________________________________________________________
10050 [ 11702] By: sky                                   on 2001/08/17  04:18:11
10051         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.
10052      Branch: perl
10053            ! embed.pl miniperlmain.c perl.c perl.h proto.h
10054 ____________________________________________________________________________
10055 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
10056         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
10057              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
10058      Branch: perl
10059            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
10060            + lib/Lingua/KO/Hangul/Util/README
10061            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
10062            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
10063            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
10064            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
10065            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
10066            + lib/Unicode/Normalize/t/test.t
10067            ! MANIFEST
10068 ____________________________________________________________________________
10069 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
10070         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
10071              Date: Thu, 16 Aug 2001 22:46:15 -0500
10072              From: "Craig A. Berry" <craigberry@mac.com>
10073              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
10074      Branch: perl
10075            ! configure.com numeric.c
10076 ____________________________________________________________________________
10077 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
10078         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
10079              of the usual suspects (like getpwent) but not for others
10080              (like localtime and rand).  The _r versions are available
10081              for all of them, so let's use them.
10082      Branch: perl
10083            ! perl.h
10084 ____________________________________________________________________________
10085 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
10086         Log: (Accidental apply; thankfully empty.)
10087      Branch: perl
10088            ! hints/os390.sh
10089 ____________________________________________________________________________
10090 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
10091         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
10092              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10093              Date: Thu, 16 Aug 2001 16:27:49 +0100
10094              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
10095      Branch: perl
10096            ! regexec.c t/op/re_tests
10097 ____________________________________________________________________________
10098 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
10099         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
10100              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10101              Date: Thu, 16 Aug 2001 18:50:01 +0100
10102              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
10103      Branch: perl
10104            ! pp_hot.c t/op/pat.t
10105 ____________________________________________________________________________
10106 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
10107         Log: Subject: [PATCH] *time_r again
10108              From: "Arthur Bergman" <arthur@contiller.se>
10109              Date: Thu, 16 Aug 2001 16:01:54 +0200
10110              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
10111      Branch: perl
10112            ! op.h
10113 ____________________________________________________________________________
10114 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
10115         Log: system() and backtick error handling cleanup from Craig A. Berry.
10116      Branch: perl
10117            ! vms/vms.c
10118 ____________________________________________________________________________
10119 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
10120         Log: change#10334 leaks memory, copies string when it doesn't
10121              need to
10122      Branch: perl
10123            ! perl.c
10124 ____________________________________________________________________________
10125 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
10126         Log: One more twist to the sprintf + utf8 testing.
10127      Branch: perl
10128            ! t/op/misc.t
10129 ____________________________________________________________________________
10130 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
10131         Log: Fix for 20010407.008 sprintf removes utf8-ness.
10132      Branch: perl
10133            ! pp.c t/op/misc.t
10134 ____________________________________________________________________________
10135 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
10136         Log: Subject: [PATCH] *time_r fixes
10137              From: "Arthur Bergman" <arthur@contiller.se>
10138              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
10139              Date: Thu, 16 Aug 2001 14:22:27 +0200
10140      Branch: perl
10141            ! op.h
10142 ____________________________________________________________________________
10143 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
10144         Log: Upgrade to CGI.pm 2.77.
10145      Branch: perl
10146            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
10147            ! lib/CGI/t/function.t
10148 ____________________________________________________________________________
10149 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
10150         Log: Document the bytes-to-Unicode upgrading.
10151      Branch: perl
10152            ! pod/perlunicode.pod
10153 ____________________________________________________________________________
10154 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
10155         Log: Add a test for Unicode sprintf.
10156      Branch: perl
10157            ! t/op/misc.t
10158 ____________________________________________________________________________
10159 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
10160         Log: Add Unicode tests for index/rindex.
10161      Branch: perl
10162            ! t/op/index.t
10163 ____________________________________________________________________________
10164 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
10165         Log: Document a bit the art of minimizing the installation,
10166              based on the p5p discussion.
10167      Branch: perl
10168            ! INSTALL
10169 ____________________________________________________________________________
10170 [ 11684] By: nick                                  on 2001/08/15  15:03:31
10171         Log: Integrate mainline
10172      Branch: perlio
10173           +> sharedsv.c sharedsv.h
10174           !> (integrate 53 files)
10175 ____________________________________________________________________________
10176 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
10177         Log: Update Changes.
10178      Branch: perl
10179            ! Changes patchlevel.h
10180 ____________________________________________________________________________
10181 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
10182         Log: The #11673 necessitated a test tweak.
10183      Branch: perl
10184            ! t/io/utf8.t
10185 ____________________________________________________________________________
10186 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
10187         Log: Also UNICOS is in the general case unable to silently
10188              handle fp overflows.
10189      Branch: perl
10190            ! numeric.c
10191 ____________________________________________________________________________
10192 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
10193         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
10194              NV_EPSILON #defined.
10195      Branch: perl
10196            ! perl.h
10197 ____________________________________________________________________________
10198 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
10199         Log: Re-establish the fp overflow detection for VAX VMS; there
10200              is no easy way to have the IEEE fp silent overflow semantics.
10201              (in Alpha VMS we still will use IEEE fp by default-- but it
10202              is still possible to configure Perl to use G_FLOAT)
10203      Branch: perl
10204            ! numeric.c
10205 ____________________________________________________________________________
10206 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
10207         Log: Subject: [PATCH] pp_lock 
10208              From: "Arthur Bergman" <arthur@contiller.se>
10209              Date: Wed, 15 Aug 2001 11:52:16 +0200
10210              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
10211      Branch: perl
10212            ! pp.c
10213 ____________________________________________________________________________
10214 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
10215         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
10216              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10217              Date: Wed, 15 Aug 2001 11:32:11 +0100
10218              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
10219      Branch: perl
10220            ! regcomp.c t/op/re_tests
10221 ____________________________________________________________________________
10222 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
10223         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
10224              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10225              Date: Wed, 15 Aug 2001 10:33:49 +0100
10226              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
10227      Branch: perl
10228            ! regexec.c t/op/re_tests
10229 ____________________________________________________________________________
10230 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
10231         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
10232              From: Barrie Slaymaker <barries@slaysys.com>
10233              Date: Tue, 14 Aug 2001 14:32:25 -0400
10234              Message-ID: <20010814143225.A19822@jester.slaysys.com>
10235      Branch: perl
10236            ! lib/File/Spec.t lib/File/Spec/Unix.pm
10237 ____________________________________________________________________________
10238 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
10239         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
10240              From: Peter Prymmer <pvhp@forte.com>
10241              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
10242              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
10243      Branch: perl
10244            ! README.vms configure.com
10245 ____________________________________________________________________________
10246 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
10247         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
10248              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10249              Date: Tue, 14 Aug 2001 21:23:27 +0200
10250              Message-ID: <20010814212327.A1919@rafael>
10251      Branch: perl
10252            ! doio.c
10253 ____________________________________________________________________________
10254 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
10255         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
10256              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
10257              Date: Tue, 14 Aug 2001 22:30:11 +0200
10258              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
10259              
10260              Combination of nmake, quoting, and Perl expanded $( in here-doc.
10261      Branch: perl
10262            ! ext/SDBM_File/Makefile.PL
10263 ____________________________________________________________________________
10264 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
10265         Log: Todo updates.
10266      Branch: perl
10267            ! pod/perltodo.pod
10268 ____________________________________________________________________________
10269 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
10270         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
10271              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
10272              Date: Mon, 13 Aug 2001 23:15:01 +0200
10273              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
10274      Branch: perl
10275            ! sv.c
10276 ____________________________________________________________________________
10277 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
10278         Log: Subject: [PATCH] [b-]showlex.t
10279              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10280              Date: Sun, 12 Aug 2001 22:24:51 +0200
10281              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
10282              
10283              The 4nt command shell will expand the % in command line
10284              no matter what quoting is attempted, changed the % to @.
10285      Branch: perl
10286            ! ext/B/Showlex.t
10287 ____________________________________________________________________________
10288 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
10289         Log: Subject: [PATCH] magic.t
10290              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
10291              Date: Sun, 12 Aug 2001 20:49:27 +0200
10292              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
10293      Branch: perl
10294            ! t/op/magic.t
10295 ____________________________________________________________________________
10296 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
10297         Log: Add sharedsv* to the DOSish platforms; plus add
10298              some WinCE files to the list of DOSish files.
10299      Branch: perl
10300            ! NetWare/Makefile Porting/makerel win32/Makefile
10301            ! win32/makefile.mk wince/Makefile.ce
10302 ____________________________________________________________________________
10303 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
10304         Log: More DOSish files.
10305      Branch: perl
10306            ! Porting/makerel
10307 ____________________________________________________________________________
10308 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
10309         Log: Strip CRs from the WinCE files.  Now we need to
10310              figure out in which CRs are really needed: probably
10311              Makefile.ce and the README files, at least, probably
10312              also the registry.bat.
10313      Branch: perl
10314            ! wince/Makefile.ce wince/README.compile wince/README.perlce
10315            ! wince/config.h wince/include/cectype.h wince/include/errno.h
10316            ! wince/include/sys/stat.h wince/include/sys/types.h
10317            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
10318            ! wince/perldll.def wince/registry.bat wince/wince.h
10319            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
10320 ____________________________________________________________________________
10321 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
10322         Log: Add some files to DOSish and writables.
10323      Branch: perl
10324            ! Porting/makerel
10325 ____________________________________________________________________________
10326 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
10327         Log: Compile failure message tidying.
10328      Branch: perl
10329            ! t/lib/1_compile.t
10330 ____________________________________________________________________________
10331 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
10332         Log: The new sharedsv* should be exported only if usethreads.
10333      Branch: perl
10334            ! makedef.pl
10335 ____________________________________________________________________________
10336 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
10337         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
10338              From: Peter Prymmer <pvhp@forte.com>
10339              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
10340              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
10341      Branch: perl
10342            ! README.os390
10343 ____________________________________________________________________________
10344 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
10345         Log: Update Changes.
10346      Branch: perl
10347            ! Changes patchlevel.h
10348 ____________________________________________________________________________
10349 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
10350         Log: Subject: [PATHC] sharedsv.[c|h]
10351              From: "Artur Bergman" <artur@contiller.se>
10352              Date: Mon, 13 Aug 2001 14:38:41 +0200
10353              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
10354              
10355              Subject: [PATCH] embed.pl
10356              From: Arthur Bergman <arthur@contiller.se>
10357              Date: Mon, 13 Aug 2001 14:38:14 +0200
10358              Message-ID: <B79D96D6.3088%arthur@contiller.se>
10359              
10360              Subject: [PATCH] sharedsv cleanups
10361              From: "Arthur Bergman" <arthur@contiller.se>
10362              Date: Mon, 13 Aug 2001 15:14:25 +0200
10363              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
10364              
10365              Plus few tweaks: _init needs to be Adp, the prototypes
10366              should not be revealed unless using ithreads, #endif FOO
10367              must be #endif /* FOO */, adding (parentheses) around
10368              do { } while doesn't work too well.
10369      Branch: perl
10370            + sharedsv.c sharedsv.h
10371            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
10372            ! perl.h perlapi.c pod/perlapi.pod proto.h
10373 ____________________________________________________________________________
10374 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
10375         Log: Subject: Re: END {} blocks run in perl_run
10376              From: Arthur Bergman <arthur@contiller.se>
10377              Date: Mon, 13 Aug 2001 11:11:30 +0200
10378              Message-ID: <B79D6661.3068%arthur@contiller.se>
10379      Branch: perl
10380            ! perl.c
10381 ____________________________________________________________________________
10382 [ 11657] By: nick                                  on 2001/08/13  09:03:02
10383         Log: Integrate mainline
10384      Branch: perlio
10385           +> (branch 326 files)
10386            - (delete 330 files)
10387           !> (integrate 85 files)
10388 ____________________________________________________________________________
10389 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
10390         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
10391              and the Perl will be built to do that by default (adding that
10392              will break scripts having non-UTF-8 binary data, such as Latin-1.)
10393      Branch: perl
10394            ! op.c toke.c utf8.h
10395 ____________________________________________________________________________
10396 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
10397         Log: Unnecessary downgrades.
10398      Branch: perl
10399            ! doop.c
10400 ____________________________________________________________________________
10401 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
10402         Log: Failure not true anymore (probably caused by my broken setup).
10403      Branch: perl
10404            ! t/op/pat.t
10405 ____________________________________________________________________________
10406 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
10407         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
10408              stopped working).
10409      Branch: perl
10410            ! op.h pp_ctl.c regcomp.c
10411 ____________________________________________________________________________
10412 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
10413         Log: There is no IN_UTF8.
10414      Branch: perl
10415            ! utf8.h
10416 ____________________________________________________________________________
10417 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
10418         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
10419      Branch: perl
10420            ! op.c op.h pp_ctl.c regcomp.c
10421 ____________________________________________________________________________
10422 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
10423         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
10424              and a test tweak.
10425      Branch: perl
10426            ! op.c t/pod/find.t
10427 ____________________________________________________________________________
10428 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
10429         Log: Todo updates and fixes.
10430      Branch: perl
10431            ! pod/perltodo.pod
10432 ____________________________________________________________________________
10433 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
10434         Log: Mark tests (and one module) having explicit Latin-1
10435              (and one file having explicit UTF-8) with an explicit
10436              'no utf8' (and one explicit 'use utf8').
10437              
10438              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
10439      Branch: perl
10440            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
10441            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
10442            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
10443 ____________________________________________________________________________
10444 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
10445         Log: Subject: SV: END {} blocks run in perl_run
10446              From: "Arthur Bergman" <arthur@contiller.se>
10447              Date: Sun, 12 Aug 2001 00:34:28 +0200 
10448              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
10449      Branch: perl
10450            ! miniperlmain.c perl.c
10451 ____________________________________________________________________________
10452 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
10453         Log: Typos in #11645.
10454      Branch: perl
10455            ! perl.h
10456 ____________________________________________________________________________
10457 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
10458         Log: On ithreads default to use_reentrant except on naturally
10459              threadsafe platforms.
10460      Branch: perl
10461            ! perl.h
10462 ____________________________________________________________________________
10463 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
10464         Log: (Hopefully) a fix for 20010723.004: make install needs
10465              write permission in build directory.  The problem was
10466              probably caused by overeager sprinkling of the lib/re.pm
10467              dependencies (which was done to guarantee lib/re.pm being
10468              uptodate for parallel makes: now solved by funneling that
10469              through an explicit recursive make in the preplibrary target).
10470      Branch: perl
10471            ! Makefile.SH
10472 ____________________________________________________________________________
10473 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
10474         Log: Dispell the "use utf8" superstition.
10475      Branch: perl
10476            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
10477            ! pod/perlunicode.pod
10478 ____________________________________________________________________________
10479 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
10480         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
10481              From: "Abigail" <abigail@foad.org> 
10482              Date: Sat, 11 Aug 2001 23:49:49 +0200
10483              Message-ID: <20010811214950.23255.qmail@foad.org>
10484      Branch: perl
10485            ! t/op/taint.t
10486 ____________________________________________________________________________
10487 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
10488         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
10489              From: Abhijit Menon-Sen <ams@wiw.org>
10490              Date: Sat, 11 Aug 2001 06:18:19 +0530
10491              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
10492      Branch: perl
10493            ! mg.c
10494 ____________________________________________________________________________
10495 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
10496         Log: Test for change #11639.
10497      Branch: perl
10498            ! t/op/tiehandle.t
10499 ____________________________________________________________________________
10500 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
10501         Log: Subject: Re: Can't localize *FH, then tie it
10502              From: Abhijit Menon-Sen <ams@wiw.org>
10503              Date: Sun, 12 Aug 2001 16:08:06 +0530
10504              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
10505      Branch: perl
10506            ! pp_hot.c pp_sys.c
10507 ____________________________________________________________________________
10508 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
10509         Log: Drop all the unnecessary "use utf8" clauses and some of
10510              the unnecessary "use bytes" ones.
10511              
10512              TODO: scour the documentation for unnecessary "use utf8"
10513              and prominently display it in perldelta when the time comes.
10514              ("use utf8" should be necessary ONLY if one wants the script
10515              to be in UTF-8.)  Also should be checked in some non-ASCII
10516              non-Latin-1 platform, like EBCDIC.
10517      Branch: perl
10518            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
10519            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
10520 ____________________________________________________________________________
10521 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
10522         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
10523              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
10524              in Unicode handling.
10525      Branch: perl
10526            + t/op/lc.t
10527            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
10528 ____________________________________________________________________________
10529 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
10530         Log: Thinko: we want the flags for native cc, not gcc.
10531      Branch: perl
10532            ! hints/dec_osf.sh
10533 ____________________________________________________________________________
10534 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
10535         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
10536              From: Robin Houston <robin@kitsite.com>
10537              Date: Fri, 10 Aug 2001 14:42:02 +0100
10538              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
10539      Branch: perl
10540            ! pp.c
10541 ____________________________________________________________________________
10542 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
10543         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
10544              From: Abhijit Menon-Sen <ams@wiw.org>
10545              Date: Sat, 11 Aug 2001 16:31:04 +0530
10546              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
10547      Branch: perl
10548            ! op.c
10549 ____________________________________________________________________________
10550 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
10551         Log: Get rid of indread, from Abhijit Menon-Sen.
10552      Branch: perl
10553            ! pp_sys.c
10554 ____________________________________________________________________________
10555 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
10556         Log: CRLFgngngn.
10557      Branch: perl
10558            ! win32/Makefile win32/makefile.mk
10559 ____________________________________________________________________________
10560 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
10561         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
10562      Branch: perl
10563            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
10564            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
10565            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
10566            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
10567            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
10568            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
10569            ! win32/Makefile win32/makefile.mk
10570 ____________________________________________________________________________
10571 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
10572         Log: Avoid #elif (less portable than #else #if).
10573      Branch: perl
10574            ! handy.h
10575 ____________________________________________________________________________
10576 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
10577         Log: Subject: patch for perlvar.pod
10578              From: mah@everybody.org (Mark A. Hershberger)
10579              Date: 08 Aug 2001 17:03:16 -0500
10580              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
10581      Branch: perl
10582            ! pod/perlvar.pod
10583 ____________________________________________________________________________
10584 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
10585         Log: cpp commands must start (the # must be) at the column #0.
10586      Branch: perl
10587            ! op.c
10588 ____________________________________________________________________________
10589 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
10590         Log: If using gcc -B/foo/bar makedepend would give
10591              unnecessary warnings about unused -B/foo/bar.
10592      Branch: perl
10593            ! makedepend.SH
10594 ____________________________________________________________________________
10595 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
10596         Log: Update Changes.
10597      Branch: perl
10598            ! Changes patchlevel.h
10599 ____________________________________________________________________________
10600 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
10601         Log: s/z/tz/
10602      Branch: perl
10603            ! pod/perlfaq2.pod
10604 ____________________________________________________________________________
10605 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
10606         Log: Article nit.
10607      Branch: perl
10608            ! pod/perlfaq2.pod
10609 ____________________________________________________________________________
10610 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
10611         Log: Rename lib/unicode files to lib/unicore to avoid
10612              conflicts between core lib/unicode and Unicode::
10613              files in case-ignoring filesystems.
10614      Branch: perl
10615            + (add 325 files)
10616            - (delete 324 files)
10617            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
10618 ____________________________________________________________________________
10619 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
10620         Log: Upgrade to Math::BigInt 1.41.
10621      Branch: perl
10622            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
10623 ____________________________________________________________________________
10624 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
10625         Log: Subject: [PATCH] remove PL_na from typemap
10626              From: James <james@rf.net>
10627              Date: Mon, 06 Aug 2001 20:23:15 -0700
10628              Message-ID: <3B6F5F23.A31A81B1@rf.net>
10629              
10630              (had to be manually applied)
10631      Branch: perl
10632            ! lib/ExtUtils/typemap
10633 ____________________________________________________________________________
10634 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
10635         Log: The metaconfig unit changes for #11618.
10636      Branch: metaconfig/U/perl
10637            + d_fpclassl.U i_fp.U
10638 ____________________________________________________________________________
10639 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
10640         Log: Forgot this from #11618.
10641              
10642              NOTE: wince/config_H.ce needs updating.
10643      Branch: perl
10644            ! wince/config.ce
10645 ____________________________________________________________________________
10646 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
10647         Log: Introduce more floating point classifying APIs;
10648              try to define (most importantly) Perl_is{inf,nan}(x).
10649              
10650              For this first cut, assume none such APIs exist in non-UNIXoid
10651              platforms-- this is of course too unkind: Win32 rumoredly has
10652              _fpclass() and _isnan(), and VMS/VOS very probably have some
10653              of the APIs available.     The only thing Perl uses at the moment
10654              is Perl_isnan() (has been in use for a while now).
10655              
10656              NOTE: the Win32 and NetWare config_h.?c need regenerating.
10657      Branch: perl
10658            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
10659            ! Porting/config_H config_h.SH configure.com epoc/config.sh
10660            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
10661            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10662            ! vos/config.ga.h win32/config.bc win32/config.gc
10663            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10664            ! win32/config_H.vc wince/config.ce wince/config.h
10665 ____________________________________________________________________________
10666 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
10667         Log: Integrate change #11519 from perlio:
10668              
10669              Avoid testing for (non-)existance of "encoding(xxxx)"
10670              layer is called "encoding" the (xxxx) is an argument.
10671      Branch: perl
10672           !> lib/open.pm
10673 ____________________________________________________________________________
10674 [ 11616] By: nick                                  on 2001/08/09  07:50:24
10675         Log: Integrate mainline
10676      Branch: perlio
10677           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
10678           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
10679           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
10680           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
10681            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
10682            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
10683           !> (integrate 79 files)
10684 ____________________________________________________________________________
10685 [ 11615] By: nick                                  on 2001/08/09  06:23:44
10686         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
10687              layer is called "encoding" the (xxxx) is an argument.
10688      Branch: perlio
10689            ! lib/open.pm
10690 ____________________________________________________________________________
10691 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
10692         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
10693              From: Paul Johnson <paul@pjcj.net>
10694              Date: Wed, 8 Aug 2001 23:54:17 +0200
10695              Message-ID: <20010808235417.O1006@pjcj.net>
10696      Branch: perl
10697            ! ext/B/B/Concise.pm
10698 ____________________________________________________________________________
10699 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
10700         Log: Make VMS use IEEE math by default; reorder Tru64 hints
10701              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
10702              exception semantics) is always set if using (the new) cc.
10703      Branch: perl
10704            ! configure.com hints/dec_osf.sh
10705 ____________________________________________________________________________
10706 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
10707         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
10708              From: Abhijit Menon-Sen <ams@wiw.org>
10709              Date: Tue, 7 Aug 2001 17:16:05 +0530
10710              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
10711      Branch: perl
10712            ! pp_sys.c
10713 ____________________________________________________________________________
10714 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
10715         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
10716              From: "Craig A. Berry" <craigberry@mac.com>
10717              Date: Tue, 07 Aug 2001 22:27:47 -0500
10718              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
10719      Branch: perl
10720            ! t/run/exit.t
10721 ____________________________________________________________________________
10722 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
10723         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
10724              From: "Craig A. Berry" <craigberry@mac.com>
10725              Date: Tue, 07 Aug 2001 20:01:53 -0500
10726              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
10727      Branch: perl
10728            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
10729 ____________________________________________________________________________
10730 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
10731         Log: Update the magazine information.
10732      Branch: perl
10733            ! pod/perlfaq2.pod
10734 ____________________________________________________________________________
10735 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
10736         Log: Ignore SIGFPE everywhere.
10737      Branch: perl
10738            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
10739 ____________________________________________________________________________
10740 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
10741         Log: With permission, change the licensing of the docs by
10742              TomC (and Gnat) to comply with the rest of Perl.
10743      Branch: perl
10744            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10745            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10746            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10747            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
10748            ! pod/perltootc.pod
10749 ____________________________________________________________________________
10750 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
10751         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
10752              From: Andy Dougherty <doughera@lafayette.edu>
10753              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
10754              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
10755      Branch: perl
10756            ! hints/openbsd.sh
10757 ____________________________________________________________________________
10758 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
10759         Log: Subject: [PATCH] Makefile.SH test_prep dependency
10760              From: Andy Dougherty <doughera@lafayette.edu>
10761              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
10762              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
10763      Branch: perl
10764            ! Makefile.SH
10765 ____________________________________________________________________________
10766 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
10767         Log: Don't autogenerate the headers et alia,
10768              make regen_headers explicitly.
10769      Branch: perl
10770            ! Makefile.SH
10771 ____________________________________________________________________________
10772 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
10773         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
10774              From: Gurusamy Sarathy <gsar@ActiveState.com> 
10775              Date: Tue, 07 Aug 2001 08:33:26 -0700
10776              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
10777              
10778              Unnecessary dependency.
10779      Branch: perl
10780            ! embed.pl
10781 ____________________________________________________________________________
10782 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
10783         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
10784              From: Abhijit Menon-Sen <ams@wiw.org>
10785              Date: Tue, 7 Aug 2001 09:10:54 +0530
10786              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
10787      Branch: perl
10788            ! pp_hot.c
10789 ____________________________________________________________________________
10790 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
10791         Log: Subject: [PATCH perl@11597] B && BEGIN handling
10792              From: "James A. Duncan" <jduncan@fotango.com>
10793              Date: Mon, 6 Aug 2001 17:29:11 +0100
10794              Message-ID: <20010806172911.A2071@fotango.com>
10795              
10796              (the intrpvar.h addition moved to the end for bincompat)
10797      Branch: perl
10798            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
10799 ____________________________________________________________________________
10800 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
10801         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
10802      Branch: perl
10803           !> README.win32
10804 ____________________________________________________________________________
10805 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
10806         Log: fix URLs for fcrypt.c
10807      Branch: maint-5.6/perl
10808            ! README.win32
10809 ____________________________________________________________________________
10810 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
10811         Log: Yet another way to say Infinity: HP-UX calls its "++".
10812      Branch: perl
10813            ! lib/Math/BigInt/t/bigintpm.t
10814 ____________________________________________________________________________
10815 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
10816         Log: Update Changes.
10817      Branch: perl
10818            ! Changes patchlevel.h
10819 ____________________________________________________________________________
10820 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
10821         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
10822      Branch: perl
10823            ! pod/perlfaq5.pod
10824 ____________________________________________________________________________
10825 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
10826         Log: The #11593 wasn't right.
10827      Branch: perl
10828            ! lib/Math/BigInt/t/bigintpm.t
10829 ____________________________________________________________________________
10830 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
10831         Log: Subject: [PATCH: perl@11564] introducing perlivp
10832              From: Prymmer/Kahn <pvhp@best.com>
10833              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
10834              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
10835              
10836              Subject: Re: [PATCH: perl@11564] introducing perlivp
10837              From: Prymmer/Kahn <pvhp@best.com>
10838              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
10839              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
10840      Branch: perl
10841            + utils/perlivp.PL
10842            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
10843            ! win32/Makefile win32/makefile.mk
10844 ____________________________________________________________________________
10845 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
10846         Log: libcs are confused what to call Infinity.
10847      Branch: perl
10848            ! lib/Math/BigInt/t/bigintpm.t
10849 ____________________________________________________________________________
10850 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
10851         Log: Avoid SIGFPE in Tru64.
10852      Branch: perl
10853            ! numeric.c
10854 ____________________________________________________________________________
10855 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
10856         Log: Upgrade to Math::BigInt 1.40.
10857              
10858              NOTE: this patch necessitates doing something about
10859              infinity handling since the new bigintpm.t tests use
10860              infinity, which causes SIGFPEs at least in Tru64.
10861      Branch: perl
10862            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10863            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
10864            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
10865            ! lib/Math/BigInt/t/mbimbf.t
10866 ____________________________________________________________________________
10867 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
10868         Log: remove hardcoded cmd shell in testsuite
10869      Branch: perl
10870            ! t/op/glob.t t/op/magic.t t/op/stat.t
10871 ____________________________________________________________________________
10872 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
10873         Log: 4-arg select() was busted on windows because change#8178 didn't
10874              make it into mainline
10875      Branch: perl
10876            ! perl.h win32/include/sys/socket.h
10877 ____________________________________________________________________________
10878 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
10879         Log: Rename the Getopt::Long tests to be as they are
10880              in the Getopt::Long official distribution.
10881      Branch: perl
10882            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
10883            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
10884            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
10885            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
10886            ! MANIFEST
10887 ____________________________________________________________________________
10888 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
10889         Log: Upgrade to Getopt::Long 2.26.
10890      Branch: perl
10891            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
10892            ! MANIFEST lib/Getopt/Long.pm
10893 ____________________________________________________________________________
10894 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
10895         Log: Retract #10874 (the hack should be unnecessary by now)
10896      Branch: perl
10897            ! lib/Test/Harness.pm
10898 ____________________________________________________________________________
10899 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
10900         Log: avoid temp file littering in tests
10901      Branch: perl
10902            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
10903 ____________________________________________________________________________
10904 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
10905         Log: Subject: warning in sv.c: double format, NV arg
10906              From: "Philip Newton" <Philip.Newton@gmx.net>
10907              Date: Sun, 5 Aug 2001 19:41:07 +0200
10908              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
10909      Branch: perl
10910            ! sv.c
10911 ____________________________________________________________________________
10912 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
10913         Log: fix POSIX.t#13 for windos
10914      Branch: perl
10915            ! ext/POSIX/POSIX.t
10916 ____________________________________________________________________________
10917 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
10918         Log: Add a test for PerlIO::Via.
10919      Branch: perl
10920            + ext/PerlIO/t/via.t
10921            ! MANIFEST ext/PerlIO/Via/Via.pm
10922 ____________________________________________________________________________
10923 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
10924         Log: flock() and link() are not available on Windows 9x
10925      Branch: perl
10926            ! win32/config_sh.PL
10927 ____________________________________________________________________________
10928 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
10929         Log: Some Tru64 C compilers have C++ components that confuse
10930              the ccversion parsing.
10931      Branch: perl
10932            ! hints/dec_osf.sh
10933 ____________________________________________________________________________
10934 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
10935         Log: (Reintroduce #11125)
10936              
10937              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
10938              From: Alan Burlison <Alan.Burlison@sun.com> 
10939              Date: Tue, 03 Jul 2001 15:20:13 +0100   
10940              Message-ID: <3B41D49D.A923D4F9@sun.com> 
10941      Branch: perl
10942            ! lib/ExtUtils/MM_Unix.pm
10943 ____________________________________________________________________________
10944 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
10945         Log: Little pointer juggling for HP-UX cc to avoid
10946              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
10947              followed by
10948              "error 1549: Modifiable lvalue required for assignment operator."
10949      Branch: perl
10950            ! hv.c
10951 ____________________________________________________________________________
10952 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
10953         Log: Continuation of #11575: SANY_SEEN completely deprecated,
10954              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
10955              plus a fix for the bug.
10956      Branch: perl
10957            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
10958 ____________________________________________________________________________
10959 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
10960         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
10961              From: Doug MacEachern <dougm@covalent.net>
10962              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
10963              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
10964      Branch: perl
10965            ! sv.c
10966 ____________________________________________________________________________
10967 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
10968         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
10969              the new CANY is the \C.  The problem reported and the
10970              test case supplied in
10971              
10972              Subject: UTF-8 bugs in string length & single line regex matches
10973              From: "Daniel P. Berrange" <dan@berrange.com>
10974              Date: Fri, 3 Aug 2001 11:39:33 +0100
10975              Message-ID: <20010803113932.A19318@berrange.com>
10976      Branch: perl
10977            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
10978            ! t/op/pat.t
10979 ____________________________________________________________________________
10980 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
10981         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
10982              From: Doug MacEachern <dougm@covalent.net>
10983              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
10984              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
10985      Branch: perl
10986            ! perl.c regexec.c
10987 ____________________________________________________________________________
10988 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
10989         Log: The #11572 didn't up the test count.
10990      Branch: perl
10991            ! t/op/length.t
10992 ____________________________________________________________________________
10993 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
10994         Log: Subject: UTF-8 bugs in string length & single line regex matches
10995              From: "Daniel P. Berrange" <dan@berrange.com>
10996              Date: Fri, 3 Aug 2001 11:39:33 +0100         
10997              Message-ID: <20010803113932.A19318@berrange.com>
10998              
10999              (the mg_length() fix)
11000      Branch: perl
11001            ! mg.c t/op/length.t
11002 ____________________________________________________________________________
11003 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
11004         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
11005              From: Abhijit Menon-Sen <ams@wiw.org>
11006              Date: Sat, 4 Aug 2001 16:56:35 +0530
11007              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
11008      Branch: perl
11009            ! hv.c
11010 ____________________________________________________________________________
11011 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
11012         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
11013              From: Abhijit Menon-Sen <ams@wiw.org>
11014              Date: Sat, 4 Aug 2001 16:16:03 +0530
11015              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
11016      Branch: perl
11017            ! hv.c
11018 ____________________________________________________________________________
11019 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
11020         Log: Subject: Re: [patch] refcount re ops
11021              From: Abhijit Menon-Sen <ams@wiw.org>
11022              Date: Sat, 4 Aug 2001 08:54:55 +0530
11023              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
11024      Branch: perl
11025            ! sv.c
11026 ____________________________________________________________________________
11027 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
11028         Log: Subject: [patch] refcount re ops
11029              From: Doug MacEachern <dougm@covalent.net>
11030              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
11031              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
11032      Branch: perl
11033            ! regcomp.c sv.c
11034 ____________________________________________________________________________
11035 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
11036         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
11037              From: Doug MacEachern <dougm@covalent.net>
11038              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
11039              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
11040      Branch: perl
11041            ! perl.c regexec.c
11042 ____________________________________________________________________________
11043 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
11044         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
11045              From: "Craig A. Berry" <craigberry@mac.com> 
11046              Date: Fri, 03 Aug 2001 16:16:16 -0500
11047              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
11048      Branch: perl
11049            ! t/op/misc.t
11050 ____________________________________________________________________________
11051 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
11052         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
11053              From: John Kristian <jmk2001@engineer.com>
11054              Date: Fri, 03 Aug 2001 00:59:08 -0700
11055              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
11056      Branch: perl
11057            ! win32/win32.c
11058 ____________________________________________________________________________
11059 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
11060         Log: Update Changes.
11061      Branch: perl
11062            ! Changes patchlevel.h
11063 ____________________________________________________________________________
11064 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
11065         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
11066              From: "Craig A. Berry" <craigberry@mac.com>
11067              Date: Thu, 02 Aug 2001 23:15:24 -0500
11068              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
11069      Branch: perl
11070            ! ext/B/Stash.t
11071 ____________________________________________________________________________
11072 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
11073         Log: Subject: [patch] plug PL_cshname leak
11074              From: Doug MacEachern <dougm@covalent.net>
11075              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
11076              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
11077      Branch: perl
11078            ! sv.c
11079 ____________________________________________________________________________
11080 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
11081         Log: Subject: [patch] plug PL_sh_path leak
11082              From: Doug MacEachern <dougm@covalent.net>
11083              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
11084              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
11085      Branch: perl
11086            ! sv.c
11087 ____________________________________________________________________________
11088 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
11089         Log: Subject: [patch] plug PL_regex_padav leaks
11090              From: Doug MacEachern <dougm@covalent.net>
11091              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
11092              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
11093      Branch: perl
11094            ! op.c op.h perl.c
11095 ____________________________________________________________________________
11096 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
11097         Log: Subject: [patch] plug PL_origargv leak
11098              From: Doug MacEachern <dougm@covalent.net>
11099              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
11100              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
11101      Branch: perl
11102            ! perl.c
11103 ____________________________________________________________________________
11104 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
11105         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
11106              From: Abhijit Menon-Sen <ams@wiw.org>
11107              Date: Fri, 3 Aug 2001 06:38:11 +0530
11108              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
11109      Branch: perl
11110            ! hv.c
11111 ____________________________________________________________________________
11112 [ 11557] By: nick                                  on 2001/08/03  08:17:38
11113         Log: Integrate mainline
11114      Branch: perlio
11115           +> (branch 47 files)
11116            - lib/Switch/test.pl
11117           !> (integrate 49 files)
11118 ____________________________________________________________________________
11119 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
11120         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
11121              From: "Craig A. Berry" <craigberry@mac.com>
11122              Date: Thu, 02 Aug 2001 12:56:19 -0500
11123              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
11124      Branch: perl
11125            ! ext/B/Showlex.t
11126 ____________________________________________________________________________
11127 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
11128         Log: Be more careful about non-existent files.
11129      Branch: perl
11130            ! lib/File/Copy.pm
11131 ____________________________________________________________________________
11132 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
11133         Log: Subject: [PATCH resend] deparse empty formats
11134              From: Robin Houston <robin@kitsite.com> 
11135              Date: Thu, 2 Aug 2001 14:32:36 +0100
11136              Message-ID: <20010802143236.A894@robin.kitsite.com>
11137      Branch: perl
11138            ! ext/B/B/Deparse.pm
11139 ____________________________________________________________________________
11140 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
11141         Log: Subject: [patch] ithreads + refto fix improvement
11142              From: Doug MacEachern <dougm@covalent.net>
11143              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
11144              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
11145      Branch: perl
11146            ! pp.c
11147 ____________________________________________________________________________
11148 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
11149         Log: Readability nit from Abhijit.
11150      Branch: perl
11151            ! op.c
11152 ____________________________________________________________________________
11153 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
11154         Log: setproctitle() API version nit from Anton Berezin.
11155      Branch: perl
11156            ! mg.c
11157 ____________________________________________________________________________
11158 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
11159         Log: Add PerlCE to the docs.
11160      Branch: perl
11161            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
11162            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11163 ____________________________________________________________________________
11164 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
11165         Log: Integrate the PerlCE (WinCE Perl) port;
11166              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
11167      Branch: perl
11168            + README.ce wince/FindExt.pm wince/Makefile.ce
11169            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
11170            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
11171            + wince/bin/search.pl wince/config.ce wince/config.h
11172            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
11173            + wince/dl_win32.xs wince/include/arpa/inet.h
11174            + wince/include/cectype.h wince/include/errno.h
11175            + wince/include/netdb.h wince/include/sys/socket.h
11176            + wince/include/sys/stat.h wince/include/sys/types.h
11177            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
11178            + wince/perl.rc wince/perldll.def wince/perllib.c
11179            + wince/perlmain.c wince/registry.bat wince/runperl.c
11180            + wince/splittree.pl wince/win32.h wince/win32iop.h
11181            + wince/win32thread.c wince/win32thread.h wince/wince.c
11182            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
11183            + wince/xdistclean.ksh wince/xmakediffs.ksh
11184            ! MANIFEST perl.c perl.h perlio.c
11185 ____________________________________________________________________________
11186 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
11187         Log: setproctitle() made simpler.  (This assumes the string is
11188              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
11189              should be used.  Note len, not len + 1.)  BSD-fu from Anton
11190              Berezin.
11191      Branch: perl
11192            ! mg.c
11193 ____________________________________________________________________________
11194 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
11195         Log: Subject: [PATCH] -Wall cleanup: op.c
11196              From: Richard Soderberg <rs@oregonnet.com>
11197              Date: Thu, 2 Aug 2001 00:17:09 -0700
11198              Message-Id: <200108020717.AAA26895@oregonnet.com>
11199              
11200              Subject: [PATCH] -Wall cleanup: sv.c
11201              From: Richard Soderberg <rs@oregonnet.com>
11202              Date: Thu, 2 Aug 2001 00:49:21 -0700
11203              Message-Id: <200108020749.AAA27492@oregonnet.com>
11204      Branch: perl
11205            ! op.c sv.c
11206 ____________________________________________________________________________
11207 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
11208         Log: Update Changes.
11209      Branch: perl
11210            ! Changes patchlevel.h
11211 ____________________________________________________________________________
11212 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
11213         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
11214              From: Doug MacEachern <dougm@covalent.net>
11215              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
11216              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
11217      Branch: perl
11218            ! op.c
11219 ____________________________________________________________________________
11220 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
11221         Log: The #11541 didn't work under threads.
11222      Branch: perl
11223            ! op.c
11224 ____________________________________________________________________________
11225 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
11226         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
11227              From: Hugo <hv@crypt.compulink.co.uk>
11228              Date: Fri, 22 Jun 2001 01:19:08 +0100 
11229              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
11230              
11231              (Skip tests if accept() failed)
11232      Branch: perl
11233            ! ext/IO/lib/IO/t/io_unix.t
11234 ____________________________________________________________________________
11235 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
11236         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
11237              From: "Stian Seeberg" <sseeberg@nimsoft.no>
11238              Date: Mon, 30 Jul 2001 12:28:07 +0200
11239              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
11240      Branch: perl
11241            ! perl.h
11242 ____________________________________________________________________________
11243 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
11244         Log: Subject: Pluggable optimizer
11245              From: Simon Cozens <simon@netthink.co.uk>
11246              Date: Wed, 1 Aug 2001 13:57:02 -0700
11247              Message-ID: <20010801135702.I10442@netthink.co.uk>
11248      Branch: perl
11249            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
11250 ____________________________________________________________________________
11251 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
11252         Log: Subject: [ID 20010801.039] perlre.pod message typo
11253              From: Autrijus Tang <autrijus@geb.elixus.org>
11254              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
11255              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
11256      Branch: perl
11257            ! pod/perlre.pod
11258 ____________________________________________________________________________
11259 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
11260         Log: Test for change #11536.
11261      Branch: perl
11262            ! t/op/tiehandle.t
11263 ____________________________________________________________________________
11264 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
11265         Log: More test fixups for #11537.
11266      Branch: perl
11267            ! t/lib/warnings/4lint t/lib/warnings/9enabled
11268 ____________________________________________________________________________
11269 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
11270         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
11271              From: Doug MacEachern <dougm@covalent.net>
11272              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
11273              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
11274      Branch: perl
11275            ! op.c t/TestInit.pm
11276 ____________________________________________________________________________
11277 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
11278         Log: Subject: [patch] ithreads + refto bug
11279              From: Doug MacEachern <dougm@covalent.net>
11280              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
11281              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
11282              
11283              (Test in change #11539)
11284      Branch: perl
11285            ! pp.c
11286 ____________________________________________________________________________
11287 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
11288         Log: Subject: [PATCH: perl@11523] fixups for t/harness
11289              From: Prymmer/Kahn <pvhp@best.com>
11290              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
11291              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
11292      Branch: perl
11293            ! t/harness
11294 ____________________________________________________________________________
11295 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
11296         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
11297              From: Prymmer/Kahn <pvhp@best.com>
11298              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
11299              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
11300      Branch: perl
11301            ! win32/Makefile win32/makefile.mk
11302 ____________________________________________________________________________
11303 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
11304         Log: Need to know the number of tests.
11305      Branch: perl
11306            ! t/run/exit.t
11307 ____________________________________________________________________________
11308 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
11309         Log: Subject: Re: new exit tests on VMS
11310              From: "Craig A. Berry" <craigberry@mac.com>
11311              Date: Tue, 31 Jul 2001 12:19:29 -0500
11312              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
11313      Branch: perl
11314            ! t/run/exit.t
11315 ____________________________________________________________________________
11316 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
11317         Log: Retract #11530 (the dTHX is needed under threads)
11318      Branch: perl
11319            ! perlio.c
11320 ____________________________________________________________________________
11321 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
11322         Log: (Retracted by #11531)
11323      Branch: perl
11324            ! perlio.c
11325 ____________________________________________________________________________
11326 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
11327         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
11328              From: Richard Soderberg <rs@crystalflame.net>
11329              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
11330              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
11331      Branch: perl
11332            ! unixish.h
11333 ____________________________________________________________________________
11334 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
11335         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
11336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11337              Date: Tue, 31 Jul 2001 05:39:09 -0400
11338              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
11339              
11340              (with a note about the case of UV being equal to long long)
11341      Branch: perl
11342            ! utils/h2xs.PL
11343 ____________________________________________________________________________
11344 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
11345         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
11346              From: "Craig A. Berry" <craigberry@mac.com>
11347              Date: Tue, 31 Jul 2001 14:57:43 -0500
11348              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
11349      Branch: perl
11350            ! t/io/fs.t
11351 ____________________________________________________________________________
11352 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
11353         Log: Fix for
11354              
11355              Subject: [ID 20010116.001] File::Copy truncates orig file 
11356              From: arbor@al37al08.telecel.pt
11357              Date: Tue, 16 Jan 2001 11:43:02 GMT
11358              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
11359              
11360              (copy($foo, $foo) would truncate $foo)
11361      Branch: perl
11362            ! lib/File/Copy.pm lib/File/Copy.t
11363 ____________________________________________________________________________
11364 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
11365         Log: Metaconfig unit change for #11524.
11366      Branch: metaconfig/U/perl
11367            ! Extras.U
11368 ____________________________________________________________________________
11369 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
11370         Log: Multiple modules didn't work; plus typo fixes.
11371      Branch: perl
11372            ! Configure
11373 ____________________________________________________________________________
11374 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
11375         Log: Update Changes.
11376      Branch: perl
11377            ! Changes patchlevel.h
11378 ____________________________________________________________________________
11379 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
11380         Log: Regen perlapi.
11381      Branch: perl
11382            ! pod/perlapi.pod
11383 ____________________________________________________________________________
11384 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
11385         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
11386              From: Dave Mitchell <davem@fdgroup.co.uk>
11387              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
11388              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
11389      Branch: perl
11390            ! sv.c
11391 ____________________________________________________________________________
11392 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
11393         Log: Regen toc.
11394      Branch: perl
11395            ! pod/perltoc.pod
11396 ____________________________________________________________________________
11397 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
11398         Log: Regen Porting stuff.
11399      Branch: perl
11400            ! Porting/Glossary Porting/config.sh Porting/config_H
11401 ____________________________________________________________________________
11402 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
11403         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
11404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11405              Date: Tue, 31 Jul 2001 05:34:38 -0400
11406              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
11407      Branch: perl
11408            ! utils/h2xs.PL
11409 ____________________________________________________________________________
11410 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
11411         Log: Metaconfig unit change for #11516. 
11412      Branch: metaconfig/U/perl
11413            ! gccvers.U
11414 ____________________________________________________________________________
11415 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
11416         Log: Add -Wall in cflags, not in Configure.
11417              (This way -Wall affects only the core and the core XS,
11418              not user modules' XS.  Concern from Paul Marquess,
11419              implementation idea from Andy Dougherty.)
11420      Branch: perl
11421            ! Configure cflags.SH
11422 ____________________________________________________________________________
11423 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
11424         Log: Metaconfig unit changes for #11514.
11425      Branch: metaconfig
11426            + U/modified/sysman.U
11427            ! U/installdirs/man1dir.U
11428 ____________________________________________________________________________
11429 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
11430         Log: Subject: Configure's detection of system manual
11431              From: Sean Dague <sean@dague.net> 
11432              Date: Sun, 13 May 2001 15:53:15 -0400
11433              Message-ID: <20010513155315.A15833@underhill.dague.net>
11434      Branch: perl
11435            ! Configure
11436 ____________________________________________________________________________
11437 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
11438         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
11439              From: Autrijus Tang <autrijus@autrijus.org> 
11440              Date: Thu, 21 Jun 2001 23:56:48 +0800
11441              Message-Id: <20010621235648.A57340@not.autrijus.org>
11442      Branch: perl
11443            ! pod/perlobj.pod
11444 ____________________________________________________________________________
11445 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
11446         Log: Subject: Typo in DB_File.pm
11447              From: "Philip Newton" <Philip.Newton@gmx.net>
11448              Date: Tue, 31 Jul 2001 06:19:35 +0200
11449              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
11450      Branch: perl
11451            ! ext/DB_File/DB_File.pm
11452 ____________________________________________________________________________
11453 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
11454         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
11455              From: "Stephen P. Potter" <spp@spotter.yi.org>
11456              Date: Wed, 30 May 2001 13:59:34 -0400
11457              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
11458      Branch: perl
11459            ! pod/perlre.pod
11460 ____________________________________________________________________________
11461 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
11462         Log: eval "format foo=" would loop indefinitely; reported in
11463              
11464              Subject: A load of old rubbish
11465              From: Mike Guy <mjtg@cam.ac.uk>
11466              Date: Mon, 14 May 2001 16:12:22 +0100
11467              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
11468              
11469              (The core dumps reported in there already fixed.)
11470      Branch: perl
11471            ! toke.c
11472 ____________________________________________________________________________
11473 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
11474         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
11475      Branch: perl
11476            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
11477            + lib/Switch/t/switch_case.t
11478            - lib/Switch/test.pl
11479            ! MANIFEST lib/Switch.pm
11480 ____________________________________________________________________________
11481 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
11482         Log: Subject: [PATCH @11505] DB_File-1.78
11483              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
11484              Date: Mon, 30 Jul 2001 22:54:37 +0100
11485              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
11486      Branch: perl
11487            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11488            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
11489 ____________________________________________________________________________
11490 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
11491         Log: Explain in more detail why -pipe and -fno-common are good.
11492      Branch: perl
11493            ! hints/darwin.sh
11494 ____________________________________________________________________________
11495 [ 11506] By: nick                                  on 2001/07/30  14:32:23
11496         Log: Integrate mainline
11497      Branch: perlio
11498           !> INSTALL Makefile.SH doio.c hints/darwin.sh
11499 ____________________________________________________________________________
11500 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
11501         Log: Perl hasn't been putting man pages into $prefix/lib for
11502              a long time now; pointed out by Andy Dougherty. 
11503      Branch: perl
11504            ! hints/darwin.sh
11505 ____________________________________________________________________________
11506 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
11507         Log: Document the extras Configure option.
11508      Branch: perl
11509            ! INSTALL
11510 ____________________________________________________________________________
11511 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
11512         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
11513              everywhere.
11514      Branch: perl
11515           !> doio.c
11516 ____________________________________________________________________________
11517 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
11518         Log: Doubly guard against invoking CPAN if no extras defined,
11519              pointed out by H. Merijn Brand.
11520      Branch: perl
11521            ! Makefile.SH
11522 ____________________________________________________________________________
11523 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
11524         Log: Fix O_RDONLY check to check for O_RDONLY.
11525      Branch: maint-5.6/macperl
11526            ! doio.c
11527 ____________________________________________________________________________
11528 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
11529         Log: Integrate miscellaneous changes from maint-5.6/perl.
11530      Branch: maint-5.6/macperl
11531           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
11532 ____________________________________________________________________________
11533 [ 11499] By: nick                                  on 2001/07/30  06:52:42
11534         Log: Integrate mainline
11535      Branch: perlio
11536           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
11537           +> win32/sync_ext.pl
11538            - win32/sncfnmcs.pl
11539           !> (integrate 71 files)
11540 ____________________________________________________________________________
11541 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
11542         Log: Update Changes.
11543      Branch: perl
11544            ! Changes patchlevel.h
11545 ____________________________________________________________________________
11546 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
11547         Log: Now Configure -Dextras=Foo::Bar and "make install" will
11548              fetch and install Foo::Bar.
11549      Branch: perl
11550            ! Makefile.SH
11551 ____________________________________________________________________________
11552 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
11553         Log: Metaconfig unit change for #11495.
11554      Branch: metaconfig/U/perl
11555            ! Extras.U
11556 ____________________________________________________________________________
11557 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
11558         Log: extras.make, extras.test, and extras.install make targets.
11559      Branch: perl
11560            ! Configure Makefile.SH
11561 ____________________________________________________________________________
11562 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
11563         Log: Metaconfig unit change for #11493.
11564      Branch: metaconfig/U/perl
11565            ! Extras.U
11566 ____________________________________________________________________________
11567 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
11568         Log: Better to have the list of extras in $extras than 'define'.
11569      Branch: perl
11570            ! Configure
11571 ____________________________________________________________________________
11572 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
11573         Log: The metaconfig unit change for #11490.
11574      Branch: metaconfig/U/perl
11575            + Extras.U
11576 ____________________________________________________________________________
11577 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
11578         Log: Missed from #11490 (the required dependency).
11579      Branch: perl
11580            ! Makefile.SH
11581 ____________________________________________________________________________
11582 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
11583         Log: Add the support of asking for extra modules or bundles of modules
11584              to be fetched from the CPAN and installed as a part of the Perl
11585              build process.  None of this installation is yet really done;
11586              only the list is asked, and saved away in extras.lst for
11587              the build and installation process to worry about later.
11588      Branch: perl
11589            ! Configure
11590 ____________________________________________________________________________
11591 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
11592         Log: Beginnings of better Inf and NaN support.
11593              At least toke.c and sv.c still need quite a bit of work.
11594      Branch: perl
11595            ! numeric.c perl.h
11596 ____________________________________________________________________________
11597 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
11598         Log: Top-level Makefile didn't honour OPTIMIZE.
11599      Branch: perl
11600            ! Makefile.SH
11601 ____________________________________________________________________________
11602 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
11603         Log: Update Changes.
11604      Branch: perl
11605            ! Changes patchlevel.h
11606 ____________________________________________________________________________
11607 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
11608         Log: Use Search::Dict 1.02 interface for charinfo().
11609      Branch: perl
11610            ! lib/UnicodeCD.pm
11611 ____________________________________________________________________________
11612 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
11613         Log: Now also allow transforming the read lines before comparing them.
11614              (This will help UnicodeCD.) 
11615      Branch: perl
11616            ! lib/Search/Dict.pm
11617 ____________________________________________________________________________
11618 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
11619         Log: Remove tiehandle code.
11620      Branch: perl
11621            ! lib/UnicodeCD.pm
11622 ____________________________________________________________________________
11623 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
11624         Log: Allow specifying a comparison function for Search::Dict::look().
11625      Branch: perl
11626            ! lib/Search/Dict.pm
11627 ____________________________________________________________________________
11628 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
11629         Log: Small UnicodeCD tweaks.
11630      Branch: perl
11631            ! lib/UnicodeCD.pm lib/UnicodeCD.t
11632 ____________________________________________________________________________
11633 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
11634         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
11635              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11636              Date: Tue, 24 Jul 2001 01:51:32 +0900
11637              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
11638      Branch: perl
11639            ! lib/UnicodeCD.pm lib/UnicodeCD.t
11640 ____________________________________________________________________________
11641 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
11642         Log: Subject: [PATCH] installperl
11643              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
11644              Date: Fri, 27 Jul 2001 19:05:04 -0700
11645              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
11646      Branch: perl
11647            ! installperl
11648 ____________________________________________________________________________
11649 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
11650         Log: Subject: [PATCH] Set proper compatibility versions in core
11651              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
11652              Date: Fri, 27 Jul 2001 20:01:49 -0700
11653              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
11654      Branch: perl
11655            ! Makefile.SH
11656 ____________________________________________________________________________
11657 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
11658         Log: Metaconfig unit change for #11477.
11659      Branch: metaconfig/U/perl
11660            ! dlsrc.U
11661 ____________________________________________________________________________
11662 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
11663         Log: Subject: [PATCH] Darwin: -fpic not so good
11664              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
11665              Date: Fri, 27 Jul 2001 18:57:38 -0700
11666              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
11667      Branch: perl
11668            ! Configure
11669 ____________________________________________________________________________
11670 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
11671         Log: Subject: [PATCH] Clean up Darwin hints
11672              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
11673              Date: Fri, 27 Jul 2001 19:13:15 -0700
11674              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
11675      Branch: perl
11676            ! hints/darwin.sh
11677 ____________________________________________________________________________
11678 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
11679         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
11680              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11681              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
11682              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
11683      Branch: perl
11684            ! pod/perlfunc.pod pp.c t/op/split.t
11685 ____________________________________________________________________________
11686 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
11687         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
11688              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11689              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
11690              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
11691      Branch: perl
11692            ! pod/perlvar.pod
11693 ____________________________________________________________________________
11694 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
11695         Log: Subject: [PATCH] fixes to constant.pm documentation
11696              From: Ilmari Karonen <iltzu@sci.fi>
11697              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
11698              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
11699      Branch: perl
11700            ! lib/constant.pm
11701 ____________________________________________________________________________
11702 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
11703         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
11704              From: "Philip Newton" <Philip.Newton@gmx.net>
11705              Date: Fri, 27 Jul 2001 07:51:10 +0200
11706              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
11707      Branch: perl
11708            ! pod/perlport.pod
11709 ____________________________________________________________________________
11710 [ 11471] By: nick                                  on 2001/07/26  06:23:32
11711         Log: Subject:  [PATCH] Doc fix for perlguts / threading
11712              From:  Arthur Bergman <arthur@contiller.se>
11713              Date:  Wed, 25 Jul 2001 11:28:23 +0200
11714              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
11715      Branch: perl
11716            ! pod/perlguts.pod
11717 ____________________________________________________________________________
11718 [ 11470] By: nick                                  on 2001/07/26  06:21:06
11719         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
11720              From:  Philip Newton <Philip.Newton@gmx.net>
11721              Date:  Wed, 25 Jul 2001 08:19:47 +0200
11722              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
11723      Branch: perl
11724            ! INSTALL
11725 ____________________________________________________________________________
11726 [ 11469] By: nick                                  on 2001/07/26  06:20:25
11727         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
11728              From:  Philip Newton <Philip.Newton@gmx.net>
11729              Date:  Wed, 25 Jul 2001 08:12:48 +0200
11730              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
11731      Branch: perl
11732            ! INSTALL
11733 ____________________________________________________________________________
11734 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
11735         Log: More +x.
11736      Branch: perl
11737            ! Porting/makerel
11738 ____________________________________________________________________________
11739 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
11740         Log: Update Changes.
11741      Branch: perl
11742            ! Changes patchlevel.h
11743 ____________________________________________________________________________
11744 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
11745         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
11746              From: "Philip Newton" <Philip.Newton@gmx.net>
11747              Date: Tue, 24 Jul 2001 06:45:55 +0200
11748              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
11749      Branch: perl
11750            ! os2/perlrexx.c
11751 ____________________________________________________________________________
11752 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
11753         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
11754              From: Peter Prymmer <pvhp@forte.com>
11755              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
11756              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
11757      Branch: perl
11758            ! pod/perlport.pod t/io/fs.t vms/test.com
11759 ____________________________________________________________________________
11760 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
11761         Log: Workaround on Cwd bootstrap problem.
11762      Branch: perl
11763            ! lib/ExtUtils/MakeMaker.pm
11764 ____________________________________________________________________________
11765 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
11766         Log: When in Rome, quote like the Romans do.
11767      Branch: perl
11768            ! cflags.SH
11769 ____________________________________________________________________________
11770 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
11771         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
11772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11773              Date: Mon, 23 Jul 2001 19:29:49 -0400
11774              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
11775      Branch: perl
11776            + os2/perlrexx.c
11777            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
11778            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
11779            ! t/op/write.t
11780 ____________________________________________________________________________
11781 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
11782         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
11783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11784              Date: Mon, 23 Jul 2001 18:43:42 -0400
11785              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
11786      Branch: perl
11787            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11788 ____________________________________________________________________________
11789 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
11790         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
11791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11792              Date: Mon, 23 Jul 2001 18:33:16 -0400
11793              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
11794      Branch: perl
11795            ! lib/ExtUtils/MakeMaker.pm
11796 ____________________________________________________________________________
11797 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
11798         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
11799              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11800              Date: Mon, 23 Jul 2001 18:20:35 -0400
11801              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
11802      Branch: perl
11803            ! Makefile.SH cflags.SH
11804 ____________________________________________________________________________
11805 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
11806         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
11807              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
11808              Date: Mon, 23 Jul 2001 11:32:17 -0500
11809              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
11810      Branch: perl
11811            ! lib/ExtUtils/MakeMaker.pm
11812 ____________________________________________________________________________
11813 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
11814         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
11815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11816              Date: Mon, 23 Jul 2001 18:13:20 -0400
11817              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
11818      Branch: perl
11819            ! lib/perl5db.pl
11820 ____________________________________________________________________________
11821 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
11822         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
11823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11824              Date: Mon, 23 Jul 2001 18:07:40 -0400
11825              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
11826      Branch: perl
11827            ! op.c
11828 ____________________________________________________________________________
11829 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
11830         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
11831              From: "Craig A. Berry" <craigberry@mac.com>
11832              Date: Mon, 23 Jul 2001 15:35:06 -0500
11833              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
11834      Branch: perl
11835            ! util.c
11836 ____________________________________________________________________________
11837 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
11838         Log: Subject: [PATCH perlfaq9.pod typo]
11839              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
11840              Date: Mon, 23 Jul 2001 07:49:05 -0700
11841              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
11842      Branch: perl
11843            ! pod/perlfaq9.pod
11844 ____________________________________________________________________________
11845 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
11846         Log: Subject: win32\sncfnmcs.pl corrections
11847              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11848              Date: Mon, 23 Jul 2001 12:56:54 +0200
11849              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
11850              
11851              Rename the script a little bit more sensibly.
11852      Branch: perl
11853            + win32/sync_ext.pl
11854            - win32/sncfnmcs.pl
11855            ! MANIFEST README.win32
11856 ____________________________________________________________________________
11857 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
11858         Log: Test tweak.
11859      Branch: perl
11860            ! ext/B/Deparse.t
11861 ____________________________________________________________________________
11862 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
11863         Log: Metaconfig unit tweak for #11450.
11864      Branch: metaconfig/U/perl
11865            ! Mksymlinks.U
11866 ____________________________________________________________________________
11867 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
11868         Log: Too volatile failsafe check.
11869      Branch: perl
11870            ! Configure
11871 ____________________________________________________________________________
11872 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
11873         Log: Further doc tweaks.
11874      Branch: perl
11875            ! lib/UnicodeCD.pm
11876 ____________________________________________________________________________
11877 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
11878         Log: Doc tweaks.
11879      Branch: perl
11880            ! lib/UnicodeCD.pm
11881 ____________________________________________________________________________
11882 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
11883         Log: Doc tweakery from Abhijit.
11884      Branch: perl
11885            ! Porting/repository.pod
11886 ____________________________________________________________________________
11887 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
11888         Log: An accidental empty line.
11889      Branch: perl
11890            ! MANIFEST
11891 ____________________________________________________________________________
11892 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
11893         Log: Missing MANIFESTations.
11894      Branch: perl
11895            ! MANIFEST
11896 ____________________________________________________________________________
11897 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
11898         Log: Update Changes.
11899      Branch: perl
11900            ! Changes patchlevel.h
11901 ____________________________________________________________________________
11902 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
11903         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
11904              From: Mike Guy <mjtg@cam.ac.uk>
11905              Date: Fri, 20 Jul 2001 16:12:49 +0100
11906              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
11907      Branch: perl
11908            ! Porting/pumpkin.pod
11909 ____________________________________________________________________________
11910 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
11911         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
11912              From: Peter Prymmer <pvhp@forte.com>
11913              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
11914              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
11915      Branch: perl
11916            ! pod/perlhack.pod
11917 ____________________________________________________________________________
11918 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
11919         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
11920              From: Michael G Schwern <schwern@pobox.com>
11921              Date: Fri, 20 Jul 2001 20:22:35 -0400
11922              Message-ID: <20010720202235.O4498@blackrider>
11923      Branch: perl
11924            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
11925            ! lib/Test/t/todo.t
11926 ____________________________________________________________________________
11927 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
11928         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
11929              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
11930              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
11931              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
11932      Branch: perl
11933            ! ext/POSIX/POSIX.pod
11934 ____________________________________________________________________________
11935 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
11936         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
11937              From: Mark-Jason Dominus <mjd@plover.com>
11938              Date: Fri, 20 Jul 2001 23:16:54 -0400
11939              Message-ID: <20010721031654.21877.qmail@plover.com>
11940      Branch: perl
11941            ! ext/POSIX/POSIX.pod
11942 ____________________________________________________________________________
11943 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
11944         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
11945              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11946              Date: Sun, 22 Jul 2001 14:56:09 +0200
11947              Message-ID: <20010722145609.A766@rafael>
11948      Branch: perl
11949            ! ext/B/O.pm
11950 ____________________________________________________________________________
11951 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
11952         Log: Subject: regexec.c #define cleanup
11953              From: Mark-Jason Dominus <mjd@plover.com>
11954              Date: Sat, 21 Jul 2001 18:33:25 -0400
11955              Message-ID: <20010721223325.3069.qmail@plover.com>
11956      Branch: perl
11957            ! regexec.c
11958 ____________________________________________________________________________
11959 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
11960         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
11961              From: Prymmer/Kahn <pvhp@best.com>
11962              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
11963              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
11964      Branch: perl
11965            ! t/io/fs.t
11966 ____________________________________________________________________________
11967 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
11968         Log: Typo in #11432.
11969      Branch: perl
11970            ! ext/POSIX/POSIX.t
11971 ____________________________________________________________________________
11972 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
11973         Log: Integrate (manually) change #11424 from macperl.
11974      Branch: perl
11975            ! ext/Filter/t/call.t
11976 ____________________________________________________________________________
11977 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
11978         Log: Integrate change #11408 from macperl.
11979      Branch: perl
11980           !> README.macos pod/perlport.pod
11981 ____________________________________________________________________________
11982 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
11983         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
11984      Branch: perl
11985           +> macos/MacPerlTests.cmd macos/xsubpp.patch
11986            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11987            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
11988            ! ext/POSIX/POSIX.t
11989 ____________________________________________________________________________
11990 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
11991         Log: pod/*.t tests not picked up by t/TEST either
11992      Branch: maint-5.6/perl
11993            ! t/TEST
11994 ____________________________________________________________________________
11995 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
11996         Log: better tweak for change#11429 (windows has both / and \ separated
11997              paths in @INC at that point)
11998      Branch: maint-5.6/perl
11999            ! t/pod/testp2pt.pl
12000 ____________________________________________________________________________
12001 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
12002         Log: MacOS pod test tweak needs \Escape
12003      Branch: maint-5.6/perl
12004            ! t/pod/testp2pt.pl
12005 ____________________________________________________________________________
12006 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
12007         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
12008              resulting duplicate output, but t/harness isn't)
12009      Branch: maint-5.6/perl
12010            ! t/run/runenv.t
12011 ____________________________________________________________________________
12012 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
12013         Log: t/harness wasn't picking up all the tests
12014      Branch: maint-5.6/perl
12015            ! t/harness
12016 ____________________________________________________________________________
12017 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
12018         Log: update MANIFEST for new file
12019      Branch: maint-5.6/perl
12020            ! MANIFEST
12021 ____________________________________________________________________________
12022 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
12023         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
12024              the exception of the macperl/macos/... tree
12025      Branch: maint-5.6/perl
12026           +> t/lib/filefind-taint.t
12027           !> (integrate 72 files)
12028 ____________________________________________________________________________
12029 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
12030         Log: Fix test.
12031      Branch: maint-5.6/macperl
12032            ! macos/bundled_ext/Filter/t/call.t
12033 ____________________________________________________________________________
12034 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
12035         Log: Make perl fork()-safe (in a slightly limited way) even on
12036              platforms that don't have pthread_atfork() (extension of
12037              the fix in change#11151).
12038              
12039              Note that this will not help extensions that call fork()
12040              directly in C, or that link to libraries that call fork()
12041              directly.  Such cases must be fixed to either call
12042              PerlProc_fork(), or call atfork_lock() in parent before the
12043              calling the function that forks and call atfork_unlock()
12044              in both parent and child immediately after the fork().
12045              (There are no worries if C code calls exec() in the child
12046              immediately after a fork().  Only cases where the child
12047              calls perl's API functions (including New()) after the
12048              fork() are problematic.)
12049              
12050              This change also eliminates the use of vfork() from perl,
12051              since all such uses were violating the severe restrictions
12052              on modifying the state of the process between the vfork()
12053              and the exec().
12054              
12055              This is a modified version of patches suggested by Abhijit
12056              Menon-Sen and Richard Soderberg.
12057      Branch: perl
12058            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
12059            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
12060 ____________________________________________________________________________
12061 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
12062         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
12063              Switch, and Text::Balanced.
12064      Branch: maint-5.6/macperl
12065            + macos/bundled_ext/Filter/Util/Call/Call.pm
12066            + macos/bundled_ext/Filter/Util/Call/Call.xs
12067            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
12068            + macos/bundled_ext/Filter/t/MyFilter.pm
12069            + macos/bundled_ext/Filter/t/call.t
12070            + macos/bundled_ext/Filter/t/filter-util.pl
12071            + macos/bundled_lib/blib/lib/Class/ISA.pm
12072            + macos/bundled_lib/blib/lib/Digest.pm
12073            + macos/bundled_lib/blib/lib/Filter/Simple.pm
12074            + macos/bundled_lib/blib/lib/Switch.pm
12075            + macos/bundled_lib/blib/lib/Text/Balanced.pm
12076            + macos/bundled_lib/blib/lib/Text/Balanced.pod
12077            + macos/bundled_lib/t/Class/ISA/test.pl
12078            + macos/bundled_lib/t/Digest/Digest.t
12079            + macos/bundled_lib/t/Filter/Simple/test.pl
12080            + macos/bundled_lib/t/Switch/test.pl
12081            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
12082            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
12083            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
12084            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
12085            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
12086            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
12087            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
12088            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
12089 ____________________________________________________________________________
12090 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
12091         Log: Add Filter::Util::Call to config/make files; edit utils
12092              to recognize the module (it was descended too far down).
12093              Bump version to 5.6.1a4.
12094      Branch: maint-5.6/macperl
12095            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
12096            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
12097            ! macos/macperl/Makefile.mk macos/xsubpp.patch
12098 ____________________________________________________________________________
12099 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
12100         Log: Make DB_File the default for MLDBM on MacOS.
12101      Branch: maint-5.6/macperl
12102            ! macos/bundled_lib/blib/lib/MLDBM.pm
12103 ____________________________________________________________________________
12104 [ 11419] By: nick                                  on 2001/07/20  14:51:03
12105         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
12106              From:  Simon Cozens <simon@netthink.co.uk>
12107              Date:  Fri, 20 Jul 2001 11:42:35 -0400
12108              Message-Id:  <20010720114235.A5235@netthink.co.uk>
12109      Branch: perl
12110            ! lib/UnicodeCD.pm
12111 ____________________________________________________________________________
12112 [ 11418] By: nick                                  on 2001/07/20  14:48:12
12113         Log: Subject:  [PATCH regcomp.h] adds a comment
12114              From:  Abhijit Menon-Sen <ams@wiw.org>
12115              Date:  Fri, 20 Jul 2001 21:05:37 +0530
12116              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
12117      Branch: perl
12118            ! regcomp.h
12119 ____________________________________________________________________________
12120 [ 11417] By: nick                                  on 2001/07/20  14:16:38
12121         Log: Subject:  [PATCH 5.7.2] INSTALL updates
12122              From:  Andy Dougherty <doughera@lafayette.edu>
12123              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
12124              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
12125      Branch: perl
12126            ! INSTALL
12127 ____________________________________________________________________________
12128 [ 11416] By: nick                                  on 2001/07/20  06:44:44
12129         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
12130              From:  Russ Allbery <rra@stanford.edu>
12131              Date:  19 Jul 2001 15:52:37 -0700
12132              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
12133      Branch: perl
12134            ! lib/Pod/Man.pm
12135 ____________________________________________________________________________
12136 [ 11415] By: nick                                  on 2001/07/20  06:35:11
12137         Log: Subject:  [PATCH] defer op_seq allocation
12138              From:  Abhijit Menon-Sen <ams@wiw.org>
12139              Date:  Thu, 19 Jul 2001 22:12:24 +0530
12140              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
12141      Branch: perl
12142            ! op.c
12143 ____________________________________________________________________________
12144 [ 11414] By: nick                                  on 2001/07/20  06:23:36
12145         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
12146              From:  Abhijit Menon-Sen <ams@wiw.org>
12147              Date:  Fri, 20 Jul 2001 01:18:50 +0530
12148              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
12149              (Private e-mail)
12150      Branch: perl
12151            ! ext/Time/HiRes/HiRes.xs
12152 ____________________________________________________________________________
12153 [ 11413] By: nick                                  on 2001/07/20  06:18:53
12154         Log: Integrate mainline
12155      Branch: perlio
12156           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
12157            - t/base/commonsense.t
12158           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
12159           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
12160           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
12161           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
12162           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
12163           !> win32/win32.c
12164 ____________________________________________________________________________
12165 [ 11412] By: nick                                  on 2001/07/19  06:44:27
12166         Log: Integrate win32/perlhost.h from maintenance branch.
12167              (Rest of $ENV{PATH} / system() fix.)
12168      Branch: perl
12169           !> win32/perlhost.h
12170 ____________________________________________________________________________
12171 [ 11411] By: nick                                  on 2001/07/19  06:41:34
12172         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
12173              From:  Philip Newton <Philip.Newton@gmx.net>
12174              Date:  Wed, 18 Jul 2001 21:43:57 +0200
12175              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
12176      Branch: perl
12177            ! pod/perlhack.pod
12178 ____________________________________________________________________________
12179 [ 11410] By: nick                                  on 2001/07/19  06:39:35
12180         Log: Subject:  Security hole in taint checking in open()
12181              From:  deekoo@tentacle.net
12182              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
12183              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
12184      Branch: perl
12185            ! doio.c
12186 ____________________________________________________________________________
12187 [ 11409] By: nick                                  on 2001/07/19  06:28:08
12188         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
12189              From:  Abhijit Menon-Sen <ams@wiw.org>
12190              Date:  Thu, 19 Jul 2001 04:30:43 +0530
12191              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
12192      Branch: perl
12193            ! ext/Time/HiRes/HiRes.xs
12194 ____________________________________________________________________________
12195 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
12196         Log: Update docs with latest implementation information and new URLs.
12197      Branch: maint-5.6/macperl
12198            ! README.macos pod/perlport.pod
12199 ____________________________________________________________________________
12200 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
12201         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
12202              Fix BuildRules to accept optimization variables.
12203      Branch: maint-5.6/macperl
12204            + macos/bundled_ext/Digest/MD5/Makefile.mk
12205            ! macos/BuildRules.mk macos/Makefile.mk
12206            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
12207            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
12208 ____________________________________________________________________________
12209 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
12210         Log: Integrate changes 11399,11401
12211      Branch: maint-5.6/macperl
12212           !> win32/perlhost.h win32/win32.c
12213 ____________________________________________________________________________
12214 [ 11405] By: nick                                  on 2001/07/18  06:50:33
12215         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
12216              from perl5.6*
12217      Branch: perl
12218           !> win32/perlhost.h win32/win32.c
12219 ____________________________________________________________________________
12220 [ 11404] By: nick                                  on 2001/07/18  06:43:59
12221         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
12222              From:  hv@crypt0.demon.co.uk
12223              Date:  Wed, 18 Jul 2001 05:58:46 +0100
12224              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
12225      Branch: perl
12226            ! ext/POSIX/POSIX.t
12227 ____________________________________________________________________________
12228 [ 11403] By: nick                                  on 2001/07/18  06:38:57
12229         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
12230              From:  hv@crypt0.demon.co.uk
12231              Date:  Wed, 18 Jul 2001 05:21:54 +0100
12232              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
12233      Branch: perl
12234            ! numeric.c t/op/arith.t
12235 ____________________________________________________________________________
12236 [ 11402] By: nick                                  on 2001/07/18  06:19:17
12237         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
12238              From:  mjd@plover.com
12239              Date:  17 Jul 2001 17:59:20 -0000
12240              Message-Id:  <20010717175920.8177.qmail@plover.com>
12241      Branch: perl
12242            ! pod/perlre.pod
12243 ____________________________________________________________________________
12244 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
12245         Log: thinko in change#11400 (duh)
12246      Branch: maint-5.6/perl
12247            ! win32/perlhost.h
12248 ____________________________________________________________________________
12249 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
12250         Log: change#11399 revealed another unrelated bug; this is just a temporary
12251              bandaid
12252      Branch: maint-5.6/perl
12253            ! win32/perlhost.h
12254 ____________________________________________________________________________
12255 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
12256         Log: fix bugs in handling of the virtualized environment under windows;
12257              there were bugs in propagating any changes to %ENV down to the real
12258              environment when such changes happened in the toplevel process
12259              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
12260              problem identification, and for a part of the fix)
12261      Branch: maint-5.6/perl
12262            ! win32/perlhost.h win32/win32.c
12263 ____________________________________________________________________________
12264 [ 11398] By: nick                                  on 2001/07/17  08:26:35
12265         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
12266              From: Peter Prymmer <pvhp@forte.com>
12267              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
12268              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
12269              
12270              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
12271              should not depend on existance of Config.pm
12272      Branch: perl
12273           +> t/lib/commonsense.t
12274            - t/base/commonsense.t
12275            ! MANIFEST t/README
12276 ____________________________________________________________________________
12277 [ 11397] By: nick                                  on 2001/07/17  08:09:58
12278         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
12279              From:  Michael G Schwern <schwern@pobox.com>
12280              Date:  Mon, 16 Jul 2001 18:20:31 -0400
12281              Message-Id:  <20010716182031.A1128@blackrider>
12282      Branch: perl
12283            ! pod/perlhack.pod
12284 ____________________________________________________________________________
12285 [ 11396] By: nick                                  on 2001/07/17  08:04:11
12286         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
12287              From:  Gwyn Judd <b.judd@xtra.co.nz>
12288              Date:  Tue, 17 Jul 2001 20:55:58 +1200
12289              Message-Id:  <20010717205558.A3107@thislove>
12290      Branch: perl
12291            ! pod/perlfunc.pod
12292 ____________________________________________________________________________
12293 [ 11395] By: nick                                  on 2001/07/17  08:02:22
12294         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
12295              From:  Peter Prymmer <pvhp@forte.com>
12296              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
12297              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
12298      Branch: perl
12299            ! t/op/sprintf.t
12300 ____________________________________________________________________________
12301 [ 11394] By: nick                                  on 2001/07/17  07:57:06
12302         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
12303              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
12304              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
12305              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
12306      Branch: perl
12307            ! gv.c
12308 ____________________________________________________________________________
12309 [ 11392] By: nick                                  on 2001/07/17  07:50:12
12310         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
12311              From:  Coral <coral@moonlight.crystalflame.net>
12312              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
12313              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
12314      Branch: perl
12315            ! pp_sys.c thread.h
12316 ____________________________________________________________________________
12317 [ 11391] By: nick                                  on 2001/07/17  07:34:28
12318         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
12319              From:  Jonathan Stowe <gellyfish@gellyfish.com>
12320              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
12321              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
12322      Branch: perl
12323            ! utils/h2xs.PL
12324 ____________________________________________________________________________
12325 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
12326         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
12327              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
12328              and Mac::Apps::Launch, which don't work, and Time::HiRes and
12329              Time::Piece, which don't yet work.
12330      Branch: maint-5.6/macperl
12331            + (add 154 files)
12332 ____________________________________________________________________________
12333 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
12334         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
12335              Also add hack to get around missing setenv for PERL5DB.
12336      Branch: maint-5.6/macperl
12337            ! macos/macish.c macos/macish.h
12338 ____________________________________________________________________________
12339 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
12340         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
12341      Branch: maint-5.6/macperl
12342            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
12343            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
12344 ____________________________________________________________________________
12345 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
12346         Log: Fix up some configuration and make options, add extra
12347              extensions.
12348      Branch: maint-5.6/macperl
12349            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
12350            ! macos/macperl/Makefile.mk
12351 ____________________________________________________________________________
12352 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
12353         Log: From Change 11374 in maintperl.
12354      Branch: maint-5.6/macperl
12355           !> utils/h2ph.PL
12356 ____________________________________________________________________________
12357 [ 11385] By: nick                                  on 2001/07/16  14:12:58
12358         Log: Back out change to h2xs till it passes its test.
12359      Branch: perl
12360            ! utils/h2xs.PL
12361 ____________________________________________________________________________
12362 [ 11384] By: nick                                  on 2001/07/16  14:00:10
12363         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
12364              From:  Jonathan Stowe <gellyfish@gellyfish.com>
12365              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
12366              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
12367      Branch: perl
12368            ! utils/h2xs.PL
12369 ____________________________________________________________________________
12370 [ 11383] By: nick                                  on 2001/07/16  13:53:12
12371         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
12372              From:  Robin Houston <robin@kitsite.com>
12373              Date:  Sun, 15 Jul 2001 18:22:31 +0100
12374              Message-Id:  <20010715182230.A11174@robin>
12375      Branch: perl
12376            ! hints/darwin.sh
12377 ____________________________________________________________________________
12378 [ 11382] By: nick                                  on 2001/07/16  13:52:49
12379         Log: Subject:  [PATCH perl@11372] re_dup
12380              From:  Radu Greab <radu@netsoft.ro>
12381              Date:  Sun, 15 Jul 2001 04:50:06 +0300
12382              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
12383      Branch: perl
12384            ! sv.c
12385 ____________________________________________________________________________
12386 [ 11379] By: nick                                  on 2001/07/16  13:35:39
12387         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
12388              From:  Robin Houston <robin@kitsite.com>
12389              Date:  Sat, 14 Jul 2001 14:28:50 +0100
12390              Message-Id:  <20010714142850.A10205@robin>
12391      Branch: perl
12392            ! ext/B/B/Deparse.pm
12393 ____________________________________________________________________________
12394 [ 11378] By: nick                                  on 2001/07/16  13:30:36
12395         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
12396              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
12397              Date:  Sat, 14 Jul 2001 22:17:42 +0900
12398              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
12399      Branch: perl
12400            + ext/Encode/Encode/euc-jp-0212.enc
12401            ! ext/Encode/Encode/Tcl.pm
12402 ____________________________________________________________________________
12403 [ 11377] By: nick                                  on 2001/07/16  13:17:28
12404         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
12405              From:  Andy Dougherty <doughera@lafayette.edu>
12406              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
12407              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
12408      Branch: perl
12409            ! hints/darwin.sh hints/rhapsody.sh
12410 ____________________________________________________________________________
12411 [ 11376] By: nick                                  on 2001/07/16  09:05:00
12412         Log: Integrate mainline
12413      Branch: perlio
12414           +> ext/Encode/Encode/7bit-greek.enc
12415           +> ext/Encode/Encode/7bit-latin1.enc
12416           +> ext/Encode/Encode/cns11643-1.enc
12417           +> ext/Encode/Encode/cns11643-2.enc
12418           +> ext/Encode/Encode/iso2022-cn.enc
12419           +> ext/Encode/Encode/iso2022-jp1.enc
12420           +> ext/Encode/Encode/iso2022-jp2.enc
12421           !> Changes Configure MANIFEST Makefile.SH
12422           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
12423           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
12424           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
12425           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
12426           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
12427 ____________________________________________________________________________
12428 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
12429         Log: integrate change#11374 from maint-5.6
12430              
12431              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
12432      Branch: perl
12433           !> utils/h2ph.PL
12434 ____________________________________________________________________________
12435 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
12436         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
12437      Branch: maint-5.6/perl
12438            ! utils/h2ph.PL
12439 ____________________________________________________________________________
12440 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
12441         Log: Update Changes.
12442      Branch: perl
12443            ! Changes patchlevel.h
12444 ____________________________________________________________________________
12445 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
12446         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
12447              From: Jonathan Stowe <gellyfish@gellyfish.com>
12448              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
12449              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
12450      Branch: perl
12451            ! utils/h2xs.PL
12452 ____________________________________________________________________________
12453 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
12454         Log: Subject: patch to add DEL to [:cntrl:]
12455              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12456              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
12457              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
12458      Branch: perl
12459            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
12460 ____________________________________________________________________________
12461 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
12462         Log: Metaconfig unit change for #11369; plus a dependency nit.
12463      Branch: metaconfig
12464            ! U/compline/nblock_io.U
12465      Branch: metaconfig/U/perl
12466            ! Extensions.U
12467 ____________________________________________________________________________
12468 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
12469         Log: #include <stdlib.h> so that exit() is prototyped,
12470              noticed by Hugo.
12471      Branch: perl
12472            ! Configure
12473 ____________________________________________________________________________
12474 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
12475         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
12476              From: Peter Prymmer <pvhp@forte.com>
12477              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
12478              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
12479      Branch: perl
12480            ! t/op/sprintf.t
12481 ____________________________________________________________________________
12482 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
12483         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
12484              From: Peter Prymmer <pvhp@forte.com>
12485              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
12486              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
12487      Branch: perl
12488            ! ext/Encode/Encode/Tcl.t
12489 ____________________________________________________________________________
12490 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
12491         Log: Add information about gcc 3.0 basic block profiling.
12492      Branch: perl
12493            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
12494 ____________________________________________________________________________
12495 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
12496         Log: Subject: Error in lib/PerlIO/Via.pm ?
12497              From: Mark-Jason Dominus <mjd@plover.com>
12498              Date: Fri, 13 Jul 2001 15:55:41 -0400
12499              Message-ID: <20010713195541.26751.qmail@plover.com>
12500      Branch: perl
12501            ! ext/PerlIO/Via/Via.pm
12502 ____________________________________________________________________________
12503 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
12504         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
12505              section from the Compiler section.
12506      Branch: perl
12507            ! myconfig.SH
12508 ____________________________________________________________________________
12509 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
12510         Log: Handle glibc style of constant definitions using enum
12511              with intervening #defines; from Brendan O'Dea.
12512      Branch: perl
12513            ! utils/h2ph.PL
12514 ____________________________________________________________________________
12515 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
12516         Log: Add LC_MESSAGES to the locale_h export tag (it already is
12517              in the Makefile.PL and thusly eligible for an XS constant)
12518              (see also maintperl #10543)
12519      Branch: perl
12520            ! ext/POSIX/POSIX.pm
12521 ____________________________________________________________________________
12522 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
12523         Log: Subject: Re: [patch] re_dup
12524              From: Abhijit Menon-Sen <ams@wiw.org>
12525              Date: Fri, 13 Jul 2001 21:41:09 +0530
12526              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
12527      Branch: perl
12528            ! sv.c
12529 ____________________________________________________________________________
12530 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
12531         Log: Subject: [patch] re_dup
12532              From: Doug MacEachern <dougm@covalent.net>
12533              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
12534              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
12535      Branch: perl
12536            ! sv.c
12537 ____________________________________________________________________________
12538 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
12539         Log: Update Changes.
12540      Branch: perl
12541            ! Changes patchlevel.h
12542 ____________________________________________________________________________
12543 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
12544         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
12545              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
12546              Date: Sat, 14 Jul 2001 00:06:30 +0900
12547              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
12548      Branch: perl
12549            + ext/Encode/Encode/7bit-greek.enc
12550            + ext/Encode/Encode/7bit-latin1.enc
12551            + ext/Encode/Encode/cns11643-1.enc
12552            + ext/Encode/Encode/cns11643-2.enc
12553            + ext/Encode/Encode/iso2022-cn.enc
12554            + ext/Encode/Encode/iso2022-jp1.enc
12555            + ext/Encode/Encode/iso2022-jp2.enc
12556            ! MANIFEST ext/Encode/Encode/Tcl.pm
12557            ! ext/Encode/Encode/iso2022-kr.enc
12558 ____________________________________________________________________________
12559 [ 11357] By: nick                                  on 2001/07/13  14:24:06
12560         Log: Blind integrate mainline (as of 5.7.2?)
12561      Branch: perlio
12562           !> AUTHORS Changes Porting/config.sh Porting/config_H
12563           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
12564           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
12565           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12566           !> win32/makefile.mk
12567 ____________________________________________________________________________
12568 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
12569         Log: Snip away the devel patchlevel.
12570      Branch: perl
12571            ! patchlevel.h
12572 ____________________________________________________________________________
12573 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
12574         Log: Bump the version to 5.7.2.
12575      Branch: perl
12576            ! Porting/config.sh Porting/config_H patchlevel.h
12577            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
12578            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12579            ! win32/makefile.mk
12580 ____________________________________________________________________________
12581 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
12582         Log: Update Changes.
12583      Branch: perl
12584            ! Changes
12585 ____________________________________________________________________________
12586 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
12587         Log: Reword.
12588      Branch: perl
12589            ! AUTHORS
12590 ____________________________________________________________________________
12591 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
12592         Log: AUTHORS update.
12593      Branch: perl
12594            ! AUTHORS
12595 ____________________________________________________________________________
12596 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
12597         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
12598              unless ithreads.
12599      Branch: perl
12600            ! makedef.pl
12601 ____________________________________________________________________________
12602 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
12603         Log: Integrate perlio.
12604      Branch: perl
12605           !> win32/distclean.bat
12606 ____________________________________________________________________________
12607 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
12608         Log: Test the encoding transform only iff we have PerlIO,
12609              noticed by H. Merijn Brand.
12610      Branch: perl
12611            ! ext/PerlIO/t/encoding.t
12612 ____________________________________________________________________________
12613 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
12614         Log: README.netware tweaks from Ananth Kesari.
12615      Branch: perl
12616            ! README.netware
12617 ____________________________________________________________________________
12618 [ 11346] By: nick                                  on 2001/07/13  09:18:51
12619         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
12620              to avoid /unicode vs /Unicode issues.
12621      Branch: perlio
12622            ! win32/distclean.bat
12623 ____________________________________________________________________________
12624 [ 11345] By: nick                                  on 2001/07/13  06:24:18
12625         Log: Integrate mainline
12626      Branch: perlio
12627           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
12628            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
12629           !> (integrate 63 files)
12630 ____________________________________________________________________________
12631 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
12632         Log: Add d_bincompat5005 information to perl -V.
12633      Branch: perl
12634            ! myconfig.SH
12635 ____________________________________________________________________________
12636 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
12637         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
12638              From: Abhijit Menon-Sen <ams@wiw.org>
12639              Date: Fri, 13 Jul 2001 07:12:36 +0530
12640              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
12641      Branch: perl
12642            ! sv.c
12643 ____________________________________________________________________________
12644 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
12645         Log: Remove unicode::distinct, as per Inaba Hiroto.
12646      Branch: perl
12647            - lib/unicode/distinct.pm
12648            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
12649            ! t/lib/1_compile.t
12650 ____________________________________________________________________________
12651 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
12652         Log: Paging for Dr Octothorpe.
12653      Branch: perl
12654            ! pod/perlfaq4.pod
12655 ____________________________________________________________________________
12656 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
12657         Log: cut-n-paste error noticed by mjd.
12658      Branch: perl
12659            ! pod/perlfaq4.pod
12660 ____________________________________________________________________________
12661 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
12662         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
12663              From: Peter Prymmer <pvhp@forte.com>
12664              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
12665              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
12666      Branch: perl
12667            ! pod/perlfaq4.pod
12668 ____________________________________________________________________________
12669 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
12670         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
12671              From: Randall Gellens <randy@qualcomm.com>
12672              Date: Thu, 12 Jul 2001 16:56:23 -0700
12673              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
12674      Branch: perl
12675            ! Porting/repository.pod
12676 ____________________________________________________________________________
12677 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
12678         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
12679      Branch: perl
12680            ! thread.h
12681 ____________________________________________________________________________
12682 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
12683         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
12684              From: coral <coral@moonlight.crystalflame.net>
12685              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
12686              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
12687      Branch: perl
12688            ! thread.h
12689 ____________________________________________________________________________
12690 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
12691         Log: Metaconfig unit change for #11134.
12692      Branch: metaconfig
12693            + U/threads/d_pthread_atfork.U
12694 ____________________________________________________________________________
12695 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
12696         Log: Add HAS_PTHREAD_ATFORK.
12697      Branch: perl
12698            ! Configure NetWare/config.wc NetWare/config_H.wc
12699            ! Porting/Glossary Porting/config.sh Porting/config_H
12700            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
12701            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
12702            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12703            ! win32/config.gc win32/config.vc win32/config_H.bc
12704            ! win32/config_H.gc win32/config_H.vc
12705 ____________________________________________________________________________
12706 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
12707         Log: Subject: [PATCH] File::Copy fails on tied handles
12708              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
12709              Date: Thu, 12 Jul 2001 15:18:51 -0700
12710              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
12711      Branch: perl
12712            ! lib/File/Copy.pm
12713 ____________________________________________________________________________
12714 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
12715         Log: Subject: [PATCH] Langinfo.t
12716              From: Nicholas Clark <nick@ccl4.org>
12717              Date: Thu, 12 Jul 2001 23:55:38 +0100
12718              Message-ID: <20010712235538.M5827@plum.flirble.org>
12719      Branch: perl
12720            ! ext/I18N/Langinfo/Langinfo.t
12721 ____________________________________________________________________________
12722 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
12723         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
12724              From: Peter Prymmer <pvhp@forte.com>
12725              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
12726              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
12727      Branch: perl
12728            ! pod/perl572delta.pod
12729 ____________________________________________________________________________
12730 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
12731         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
12732              From: Abhijit Menon-Sen <ams@wiw.org>
12733              Date: Fri, 13 Jul 2001 05:21:16 +0530
12734              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
12735      Branch: perl
12736            ! sv.c
12737 ____________________________________________________________________________
12738 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
12739         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
12740              From: Abhijit Menon-Sen <ams@wiw.org>
12741              Date: Fri, 13 Jul 2001 03:04:25 +0530
12742              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
12743      Branch: perl
12744            ! av.c
12745 ____________________________________________________________________________
12746 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
12747         Log: s/^M$//g
12748      Branch: perl
12749            ! win32/Makefile win32/makefile.mk
12750 ____________________________________________________________________________
12751 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
12752         Log: Update Changes.
12753      Branch: perl
12754            ! Changes patchlevel.h
12755 ____________________________________________________________________________
12756 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
12757         Log: Typo spotted by Philip Newton.
12758      Branch: perl
12759            ! pod/perl572delta.pod
12760 ____________________________________________________________________________
12761 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
12762         Log: Subject: [PATCH] fixes perl_clone of perl_clone
12763              From: Artur Bergman <artur@contiller.se>
12764              Date: Thu, 12 Jul 2001 20:57:09 +0200
12765              Message-ID: <B773BFA4.236B%artur@contiller.se>
12766      Branch: perl
12767            ! sv.c
12768 ____________________________________________________________________________
12769 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
12770         Log: Add README.uts from Hal Morris.
12771      Branch: perl
12772            + README.uts
12773            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
12774            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
12775 ____________________________________________________________________________
12776 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
12777         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
12778              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12779              Date: Thu, 12 Jul 2001 20:32:37 +0200
12780              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
12781      Branch: perl
12782            ! hints/aix.sh
12783 ____________________________________________________________________________
12784 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
12785         Log: Subject: Patch: document reg_data.what member
12786              From: Mark-Jason Dominus <mjd@plover.com>
12787              Message-ID: <20010712182532.14821.qmail@plover.com>
12788              Date: Thu, 12 Jul 2001 14:25:32 -0400
12789      Branch: perl
12790            ! regcomp.c regcomp.h
12791 ____________________________________________________________________________
12792 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
12793         Log: Subject: [PATCH] Perl_re_dup()
12794              From: Abhijit Menon-Sen <ams@wiw.org>
12795              Date: Thu, 12 Jul 2001 23:54:32 +0530
12796              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
12797      Branch: perl
12798            ! embed.h embed.pl perlapi.c proto.h sv.c
12799 ____________________________________________________________________________
12800 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
12801         Log: Regen Configure, modlib, toc.
12802      Branch: perl
12803            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12804            ! pod/perlmodlib.pod pod/perltoc.pod
12805 ____________________________________________________________________________
12806 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
12807         Log: The problem seems to be in PerlIO::Layer::->find() not
12808              accepting the ":encoding(blurflur)" arguments.
12809      Branch: perl
12810            ! lib/PerlIO.pm lib/open.pm
12811 ____________________________________________________________________________
12812 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
12813         Log: AIX doc update.
12814      Branch: perl
12815            ! README.aix pod/perl572delta.pod
12816 ____________________________________________________________________________
12817 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
12818         Log: Subject: AIX README update
12819              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12820              Date: Thu, 12 Jul 2001 19:28:30 +0200
12821              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
12822      Branch: perl
12823            ! README.aix
12824 ____________________________________________________________________________
12825 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
12826         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
12827              From: Norton Allen <allen@huarp.harvard.edu>
12828              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
12829              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
12830      Branch: perl
12831            ! ext/IO/lib/IO/t/io_unix.t
12832 ____________________________________________________________________________
12833 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
12834         Log: Subject: [PATCH README.qnx hints/qnx.sh]
12835              From: Norton Allen <allen@huarp.harvard.edu>
12836              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
12837              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
12838      Branch: perl
12839            ! README.qnx hints/qnx.sh
12840 ____________________________________________________________________________
12841 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
12842         Log: Subject: [patch] faster PM_GETRE
12843              From: Doug MacEachern <dougm@covalent.net>
12844              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
12845              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
12846      Branch: perl
12847            ! op.h
12848 ____________________________________________________________________________
12849 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
12850         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
12851              From: Doug MacEachern <dougm@covalent.net>
12852              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
12853              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
12854      Branch: perl
12855            ! op.c
12856 ____________________________________________________________________________
12857 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
12858         Log: Tell where the nice Estonian database is.
12859      Branch: perl
12860            ! lib/open.pm
12861 ____________________________________________________________________________
12862 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
12863         Log: Retract #11309 since #11310 is a better fix.
12864      Branch: perl
12865            ! t/lib/1_compile.t
12866 ____________________________________________________________________________
12867 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
12868         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
12869              change#11300 needs to return the status of failed win32_spawnvp())
12870              
12871              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
12872              splitting correctly; remove unused variables; 'require' at run time
12873              rather than 'use' at compile time for I18N::Langinfo, since it
12874              isn't everyware
12875      Branch: perl
12876            ! lib/open.pm win32/win32.c
12877 ____________________________________________________________________________
12878 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
12879         Log: Temporary workaround.
12880      Branch: perl
12881            ! t/lib/1_compile.t
12882 ____________________________________________________________________________
12883 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
12884         Log: UCD typo in #11306 and add also more known-to-be-tested
12885              modules to the skip list.
12886      Branch: perl
12887            ! t/lib/1_compile.t
12888 ____________________________________________________________________________
12889 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
12890         Log: Rename Unicode::UCD to UnicodeCD to avoid
12891              messups with case-insensitive filesystems.
12892      Branch: perl
12893            + lib/UnicodeCD.pm lib/UnicodeCD.t
12894            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
12895            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
12896 ____________________________________________________________________________
12897 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
12898         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
12899              From: daniel@biz.bitpusher.com
12900              Date: Wed, 11 Jul 2001 23:25:47 -0700
12901              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
12902      Branch: perl
12903            ! lib/Tie/Array.pm t/op/splice.t
12904 ____________________________________________________________________________
12905 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
12906         Log: Subject: [PATCH] More accurate line numbers in messages
12907              From: Paul Johnson <paul@pjcj.net>
12908              Date: Thu, 12 Jul 2001 04:14:11 +0200
12909              Message-ID: <20010712041411.A3467@pjcj.net>
12910              
12911              (With prototyping and multiplicity tweaks.)
12912      Branch: perl
12913            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
12914 ____________________________________________________________________________
12915 [ 11304] By: nick                                  on 2001/07/12  12:53:40
12916         Log: Integrate mainline
12917      Branch: perlio
12918           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
12919           !> regexec.c thread.h
12920 ____________________________________________________________________________
12921 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
12922         Log: Cut-and-pasto in #11298.
12923      Branch: perl
12924            ! ext/ByteLoader/bytecode.h
12925 ____________________________________________________________________________
12926 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
12927         Log: Update the AIX known problems section.
12928      Branch: perl
12929            ! pod/perl572delta.pod
12930 ____________________________________________________________________________
12931 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
12932         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
12933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12934              Date: Thu, 12 Jul 2001 12:16:16 +0200
12935              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
12936      Branch: perl
12937            ! hints/aix.sh
12938 ____________________________________________________________________________
12939 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
12940         Log: Integrate perlio.
12941      Branch: perl
12942           !> makedef.pl win32/win32.c
12943 ____________________________________________________________________________
12944 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
12945         Log: Subject: [PATCH] fix for PMOP threadness failures
12946              From: Artur Bergman <artur@contiller.se>
12947              Date: Thu, 12 Jul 2001 09:48:06 +0200
12948              Message-ID: <B77322D6.22DD%artur@contiller.se>
12949      Branch: perl
12950            ! regexec.c
12951 ____________________________________________________________________________
12952 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
12953         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
12954              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12955              Date: Thu, 12 Jul 2001 09:09:48 +0200
12956              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
12957              
12958              More parentheses to keep bcc happy.
12959      Branch: perl
12960            ! ext/ByteLoader/bytecode.h
12961 ____________________________________________________________________________
12962 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
12963         Log: Subject: Re: [patch] pthread_atfork bandaid
12964              From: Doug MacEachern <dougm@covalent.net>
12965              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
12966              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
12967      Branch: perl
12968            ! thread.h
12969 ____________________________________________________________________________
12970 [ 11296] By: nick                                  on 2001/07/12  11:55:48
12971         Log: Exclude reentrant_buffer from .def file
12972      Branch: perlio
12973            ! makedef.pl
12974 ____________________________________________________________________________
12975 [ 11295] By: nick                                  on 2001/07/12  11:11:44
12976         Log: Honour void-ness of my_exit()
12977      Branch: perlio
12978            ! win32/win32.c
12979 ____________________________________________________________________________
12980 [ 11294] By: nick                                  on 2001/07/12  07:51:04
12981         Log: Integrate mainline
12982      Branch: perlio
12983           +> uts/sprintf_wrap.c
12984           !> (integrate 35 files)
12985 ____________________________________________________________________________
12986 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
12987         Log: Retract #11289.
12988      Branch: perl
12989            ! embed.h embed.pl perl.c proto.h thread.h
12990 ____________________________________________________________________________
12991 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
12992         Log: Now the :locale pseudolayer *almost* works...
12993      Branch: perl
12994            ! lib/open.pm
12995 ____________________________________________________________________________
12996 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
12997         Log: Locale encoding tweaks.
12998      Branch: perl
12999            ! lib/open.pm
13000 ____________________________________________________________________________
13001 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
13002         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
13003              From: Mark-Jason Dominus <mjd@plover.com>
13004              Date: Thu, 12 Jul 2001 00:59:31 -0400
13005              Message-ID: <20010712045931.8543.qmail@plover.com>
13006              
13007              Remove the chmod/umask leading zero warning.
13008      Branch: perl
13009            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
13010            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
13011 ____________________________________________________________________________
13012 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
13013         Log: (Retracted by #11289.)
13014      Branch: perl
13015            ! embed.h embed.pl perl.c proto.h thread.h
13016 ____________________________________________________________________________
13017 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
13018         Log: Needed by #11283.
13019      Branch: perl
13020            ! intrpvar.h
13021 ____________________________________________________________________________
13022 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
13023         Log: Metaconfig unit change for #11286.
13024      Branch: metaconfig/U/perl
13025            ! patchlevel.U
13026 ____________________________________________________________________________
13027 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
13028         Log: Subject: Re: [PATCH Configure] perl -V broken
13029              From: Andy Dougherty <doughera@lafayette.edu>
13030              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
13031              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
13032      Branch: perl
13033            ! Configure myconfig.SH
13034 ____________________________________________________________________________
13035 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
13036         Log: Retract #11166 (and #11237).
13037      Branch: perl
13038            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
13039            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
13040            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
13041 ____________________________________________________________________________
13042 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
13043         Log: UTS tweaks for Hal Morris.
13044      Branch: perl
13045            + uts/sprintf_wrap.c
13046            ! MANIFEST hints/uts.sh perl.h
13047 ____________________________________________________________________________
13048 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
13049         Log: Subject: [PATCH] Use reentrant API glibc
13050              From: Artur Bergman <artur@contiller.se>
13051              Date: Thu, 12 Jul 2001 00:58:21 +0200
13052              Message-ID: <B772A6AD.2288%artur@contiller.se>
13053      Branch: perl
13054            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
13055            ! sv.c
13056 ____________________________________________________________________________
13057 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
13058         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
13059              From: barries <barries@slaysys.com>
13060              Date: Wed, 11 Jul 2001 15:11:46 -0400
13061              Message-ID: <20010711151146.G24560@jester.slaysys.com>
13062      Branch: perl
13063            ! pp_sys.c t/lib/warnings/doio win32/win32.c
13064 ____________________________________________________________________________
13065 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
13066         Log: Subject: [patch] pthread_atfork bandaid
13067              From: Doug MacEachern <dougm@covalent.net>
13068              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
13069              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
13070      Branch: perl
13071            ! miniperlmain.c perl.c
13072 ____________________________________________________________________________
13073 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
13074         Log: Subject: [patch] perl_clone leaks
13075              From: Doug MacEachern <dougm@covalent.net>
13076              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
13077              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
13078      Branch: perl
13079            ! sv.c
13080 ____________________________________________________________________________
13081 [ 11279] By: nick                                  on 2001/07/11  15:49:38
13082         Log: Integrate mainline
13083      Branch: perlio
13084           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
13085           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
13086           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
13087           +> lib/Term/ANSIColor/README
13088           !> (integrate 54 files)
13089 ____________________________________________________________________________
13090 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
13091         Log: Update Changes.
13092      Branch: perl
13093            ! Changes patchlevel.h
13094 ____________________________________________________________________________
13095 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
13096         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
13097              From: Peter Prymmer <pvhp@forte.com>
13098              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
13099              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
13100              
13101              Backport of embed.pl to 5.003.
13102      Branch: perl
13103            ! embed.pl
13104 ____________________________________________________________________________
13105 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
13106         Log: Subject: Re: POSIX test #14 on UTS 
13107              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13108              Date: Wed, 11 Jul 2001 03:02:14 +0100
13109              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
13110      Branch: perl
13111            ! ext/POSIX/POSIX.t
13112 ____________________________________________________________________________
13113 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
13114         Log: Make the I32 an IV to preserve structure alignment and size.
13115      Branch: perl
13116            ! op.h
13117 ____________________________________________________________________________
13118 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
13119         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
13120              From: "Artur Bergman" <artur@contiller.se>
13121              Date: Wed, 11 Jul 2001 14:23:37 +0200
13122              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
13123              
13124              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
13125      Branch: perl
13126            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
13127            ! pod/perlapi.pod sv.c
13128 ____________________________________________________________________________
13129 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
13130         Log: Tweak until Pod::Parser gets updated.
13131      Branch: perl
13132            ! t/pod/special_seqs.xr
13133 ____________________________________________________________________________
13134 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
13135         Log: File::Spec usage tweak.
13136      Branch: perl
13137            ! lib/ExtUtils.t
13138 ____________________________________________________________________________
13139 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
13140         Log: Integrate #11263 from macperl; macos and macosx updates.
13141      Branch: perl
13142           !> pod/perlport.pod
13143 ____________________________________________________________________________
13144 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
13145         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
13146              From: Peter Prymmer <pvhp@forte.com>
13147              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
13148              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
13149      Branch: perl
13150            + ext/Time/HiRes/hints/dynixptx.pl
13151            ! MANIFEST hints/dynixptx.sh
13152 ____________________________________________________________________________
13153 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
13154         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
13155              From: Nicholas Clark <nick@ccl4.org>
13156              Date: Tue, 10 Jul 2001 23:17:43 +0100
13157              Message-ID: <20010710231742.B59620@plum.flirble.org>
13158      Branch: perl
13159            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
13160 ____________________________________________________________________________
13161 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
13162         Log: Subject: [DOC PATCH] Pluggable runops
13163              From: Paul Johnson <paul@pjcj.net>
13164              Date: Tue, 10 Jul 2001 21:53:28 +0200
13165              Message-ID: <20010710215328.B26577@pjcj.net>
13166      Branch: perl
13167            ! pod/perlguts.pod
13168 ____________________________________________________________________________
13169 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
13170         Log: Subject: [PATCH] Authors
13171              From: Artur Bergman <artur@contiller.se>
13172              Date: Tue, 10 Jul 2001 20:39:12 +0200
13173              Message-ID: <B771186F.21CD%artur@contiller.se>
13174      Branch: perl
13175            ! AUTHORS
13176 ____________________________________________________________________________
13177 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
13178         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
13179              From: Doug MacEachern <dougm@covalent.net>
13180              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
13181              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
13182      Branch: perl
13183            ! pp_ctl.c
13184 ____________________________________________________________________________
13185 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
13186         Log: Subject: doc patch; times() in scalar context
13187              From: mjd@plover.com
13188              Date: 10 Jul 2001 18:01:17 -0000
13189              Message-ID: <20010710180117.12477.qmail@plover.com>
13190      Branch: perl
13191            ! pod/perlfunc.pod
13192 ____________________________________________________________________________
13193 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
13194         Log: Subject: [PATCH] Small fix to pp_gmtime
13195              From: Artur Bergman <artur@contiller.se>
13196              Date: Tue, 10 Jul 2001 19:54:52 +0200
13197              Message-ID: <B7710E0B.21C5%artur@contiller.se>
13198      Branch: perl
13199            ! pp_sys.c
13200 ____________________________________________________________________________
13201 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
13202         Log: Integrate changes from mainline perl, add notes about
13203              Mac OS X and Mac OS.
13204      Branch: maint-5.6/macperl
13205            ! pod/perlport.pod
13206 ____________________________________________________________________________
13207 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
13208         Log: A proof of the dangers of package; ?
13209      Branch: perl
13210            ! t/lib/warnings/op
13211 ____________________________________________________________________________
13212 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
13213         Log: Regen toc and modlib.
13214      Branch: perl
13215            ! pod/perlmodlib.pod pod/perltoc.pod
13216 ____________________________________________________________________________
13217 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
13218         Log: Add compexcl(), casefold(), and casespec() interfaces;
13219              and make all interfaces to return hash references instead
13220              of hashes. 
13221      Branch: perl
13222            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
13223 ____________________________________________________________________________
13224 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
13225         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
13226              From: "Philip Newton" <Philip.Newton@gmx.net>
13227              Date: Tue, 10 Jul 2001 09:55:59 +0200
13228              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
13229              
13230              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
13231              From: "Philip Newton" <Philip.Newton@gmx.net>
13232              Date: Tue, 10 Jul 2001 09:56:37 +0200
13233              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
13234      Branch: perl
13235            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13236            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
13237 ____________________________________________________________________________
13238 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
13239         Log: Subject: [patch] undef &xsub for 1,2
13240              From: Doug MacEachern <dougm@covalent.net>
13241              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
13242              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
13243              
13244              (This version of the patch with a comment from Gisle.)
13245      Branch: perl
13246            ! op.c
13247 ____________________________________________________________________________
13248 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
13249         Log: Mention package; deprecation and the Win32 problems.
13250      Branch: perl
13251            ! pod/perl572delta.pod
13252 ____________________________________________________________________________
13253 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
13254         Log: Subject: [PATCH] deprecate package with no arguments
13255              From: Robin Houston <robin@kitsite.com>
13256              Date: Tue, 10 Jul 2001 13:33:40 +0100
13257              Message-ID: <20010710133340.A13452@robin.kitsite.com>
13258      Branch: perl
13259            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
13260 ____________________________________________________________________________
13261 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
13262         Log: Upgrade to podlators 1.10.
13263      Branch: perl
13264            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
13265            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
13266            ! pod/pod2man.PL pod/pod2text.PL
13267 ____________________________________________________________________________
13268 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
13269         Log: Upgrade to Term::ANSIColor 1.04.
13270      Branch: perl
13271            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
13272            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
13273 ____________________________________________________________________________
13274 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
13275         Log: Integrate perlio (the right fix for the ":layer(args)")
13276      Branch: perl
13277           !> perlio.c
13278 ____________________________________________________________________________
13279 [ 11252] By: nick                                  on 2001/07/10  06:58:14
13280         Log: Fix open(...,"...:layer(xxx)",...)
13281              - use memEQ not strEQ as there is '(' not '\0'
13282      Branch: perlio
13283            ! perlio.c
13284 ____________________________________________________________________________
13285 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
13286         Log: Telling the number of tests helps.
13287      Branch: perl
13288            ! ext/PerlIO/t/encoding.t
13289 ____________________________________________________________________________
13290 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
13291         Log: Require I18N::Langinfo, not use.
13292      Branch: perl
13293            ! lib/open.pm
13294 ____________________________________________________________________________
13295 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
13296         Log: Add a test for for PerlIO ":encoding(...)" layer.
13297      Branch: perl
13298            + ext/PerlIO/t/encoding.t
13299            ! MANIFEST ext/Encode/Encode.pm
13300 ____________________________________________________________________________
13301 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
13302         Log: PerlIO ":encoding(foobar)" temporary fix.
13303              Not really correct, I think, since the change means
13304              that prefixes match.
13305      Branch: perl
13306            ! perlio.c
13307 ____________________________________________________________________________
13308 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
13309         Log: Update to Math::BigInt 1.36.  The biggest news is
13310              the separation of the backend; now the pure Perl
13311              implementation is in Math::BigInt::Calc, but one
13312              can plugin, say, Math::BigInt::BitVect, and get
13313              considerable speedup.
13314      Branch: perl
13315            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
13316            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13317            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
13318            ! lib/Math/BigInt/t/mbimbf.t
13319 ____________________________________________________________________________
13320 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
13321         Log: Subject: Re: compatibility question
13322              From: Peter Prymmer <pvhp@forte.com>
13323              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
13324              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
13325      Branch: perl
13326            ! lib/ExtUtils/MM_VMS.pm
13327 ____________________________________________________________________________
13328 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
13329         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
13330              From: Norton Allen <allen@huarp.harvard.edu>
13331              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
13332              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
13333      Branch: perl
13334            ! ext/File/Glob/t/basic.t
13335 ____________________________________________________________________________
13336 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
13337         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
13338              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13339              Date: Tue, 10 Jul 2001 00:29:55 +0900
13340              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
13341      Branch: perl
13342            + ext/Encode/Encode/HZ.enc
13343            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
13344            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
13345            ! ext/Encode/Encode/iso2022-jp.enc
13346            ! ext/Encode/Encode/iso2022-kr.enc
13347 ____________________________________________________________________________
13348 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
13349         Log: Add in all them there macos/ files.
13350      Branch: maint-5.6/macperl
13351            + (add 577 files)
13352 ____________________________________________________________________________
13353 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
13354         Log: Add the new modules to the list of having those own tests.
13355      Branch: perl
13356            ! t/lib/1_compile.t
13357 ____________________________________________________________________________
13358 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
13359         Log: Add INOUT to control both ways at the same time.
13360      Branch: perl
13361            ! lib/open.pm
13362 ____________________________________________________________________________
13363 [ 11240] By: nick                                  on 2001/07/09  16:33:50
13364         Log: Integrate mainline
13365      Branch: perlio
13366           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
13367           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
13368           !> (integrate 41 files)
13369 ____________________________________________________________________________
13370 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
13371         Log: More encoding mapping magic.
13372      Branch: perl
13373            ! lib/open.pm
13374 ____________________________________________________________________________
13375 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
13376         Log: Update Changes.
13377      Branch: perl
13378            ! Changes patchlevel.h
13379 ____________________________________________________________________________
13380 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
13381         Log: (Retracted by #11285).
13382              
13383              Subject: [PATCH] OPpCONST_OCTAL fixes
13384              From: Abhijit Menon-Sen <ams@wiw.org>
13385              Date: Mon, 9 Jul 2001 07:38:45 +0530
13386              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
13387      Branch: perl
13388            ! op.c
13389 ____________________________________________________________________________
13390 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
13391         Log: Add a pseudolayer ":locale" to the open pragma which
13392              will get the encoding from the locale.  Yet undocumented
13393              because I can't get the PerlIO :encoding(foobar) to work.
13394      Branch: perl
13395            ! ext/Encode/Encode.pm lib/open.pm
13396 ____________________________________________________________________________
13397 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
13398         Log: Add more encoding mappings.
13399      Branch: perl
13400            ! ext/Encode/Encode.pm
13401 ____________________________________________________________________________
13402 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
13403         Log: Document that using :encoding layer requires using Encode.
13404      Branch: perl
13405            ! ext/Encode/Encode.pm lib/PerlIO.pm
13406 ____________________________________________________________________________
13407 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
13408         Log: Netware tweak from Ananth Kesari.
13409      Branch: perl
13410            ! NetWare/netware.h
13411 ____________________________________________________________________________
13412 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
13413         Log: t/harness doesn't know about run/*.t
13414      Branch: perl
13415            ! t/harness
13416 ____________________________________________________________________________
13417 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
13418         Log: run/exit.t busted on windows
13419      Branch: perl
13420            ! t/run/exit.t
13421 ____________________________________________________________________________
13422 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
13423         Log: fix a couple of UCD.t tests that fail due to bad case
13424      Branch: perl
13425            ! lib/Unicode/UCD.t
13426 ____________________________________________________________________________
13427 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
13428         Log: test skip logic was broken
13429      Branch: perl
13430            ! ext/I18N/Langinfo/Langinfo.t
13431 ____________________________________________________________________________
13432 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
13433         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
13434              failure of ExtUtils.t#27 when built in debug mode)
13435      Branch: perl
13436            ! lib/ExtUtils/MM_Win32.pm
13437 ____________________________________________________________________________
13438 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
13439         Log: I18N::Langinfo is not available on windows
13440      Branch: perl
13441            ! win32/FindExt.pm
13442 ____________________________________________________________________________
13443 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
13444         Log: save a dTHX
13445      Branch: perl
13446            ! ext/POSIX/POSIX.xs
13447 ____________________________________________________________________________
13448 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
13449         Log: Update Changes.
13450      Branch: perl
13451            ! Changes patchlevel.h
13452 ____________________________________________________________________________
13453 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
13454         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
13455              as pointed out by Sarathy.
13456      Branch: perl
13457            ! ext/I18N/Langinfo/Langinfo.xs
13458 ____________________________________________________________________________
13459 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
13460         Log: Retract #11212.
13461      Branch: perl
13462            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
13463 ____________________________________________________________________________
13464 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
13465         Log: Bump up the VERSION of Cwd.xs.
13466      Branch: perl
13467            ! ext/Cwd/Makefile.PL
13468 ____________________________________________________________________________
13469 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
13470         Log: Retract #11220, the problem wasn't the missing leading zero.
13471              Here's the problem:
13472              $ ./perl -we 'chmod(oct("755"), ".")'
13473              Non-octal literal mode (493) specified at -e line 1.
13474              (Did you mean 0493 instead?)
13475      Branch: perl
13476            ! lib/ExtUtils/MM_Unix.pm
13477 ____________________________________________________________________________
13478 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
13479         Log: (Retracted by #11221)
13480              Change the PERM_RW and PERM_RWX to 0644 and 0755
13481              (add the leading zero).
13482      Branch: perl
13483            ! lib/ExtUtils/MM_Unix.pm
13484 ____________________________________________________________________________
13485 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
13486         Log: Integrate changes #11193, 11205, 11209 from macperl.
13487              
13488              Fix up AutoLoader to fudge for Mac paths in import().
13489              
13490              Allow symbols in try_symbol() to begin with "_".
13491              
13492              Small portability fix for Mac OS.
13493      Branch: perl
13494           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
13495 ____________________________________________________________________________
13496 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
13497         Log: Metaconfig unit change for #11217.
13498      Branch: metaconfig/U/perl
13499            ! Extensions.U
13500 ____________________________________________________________________________
13501 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
13502         Log: Detypo, problem noticed by Gerrit P. Haase.
13503      Branch: perl
13504            ! Configure config_h.SH
13505 ____________________________________________________________________________
13506 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
13507         Log: Cwd cleanups.
13508      Branch: perl
13509            ! ext/Cwd/Cwd.xs
13510 ____________________________________________________________________________
13511 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
13512         Log: Slight tweaks on #11213.
13513      Branch: perl
13514            ! toke.c
13515 ____________________________________________________________________________
13516 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
13517         Log: A missing dTHX noticed by Gerrit P. Haase.
13518      Branch: perl
13519            ! ext/POSIX/POSIX.xs
13520 ____________________________________________________________________________
13521 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
13522         Log: Subject: [PATCH toke.c] Simplify yytoke()
13523              From: Simon Cozens <simon@netthink.co.uk>
13524              Date: Sun, 8 Jul 2001 13:24:34 +0100
13525              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
13526              
13527              Split out pending_ident().
13528      Branch: perl
13529            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
13530 ____________________________________________________________________________
13531 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
13532         Log: (Retracted by #11223.)
13533              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
13534              Date: Wed, 05 Nov 1997 17:22:34 -0600
13535              From: Graham Barr <gbarr@ti.com>
13536              Message-Id: <3460FFBA.6DA51F46@ti.com>
13537      Branch: perl
13538            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
13539 ____________________________________________________________________________
13540 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
13541         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
13542      Branch: perl
13543            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
13544            ! pod/perllocale.pod
13545 ____________________________________________________________________________
13546 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
13547         Log: Really do the test under the C locale.
13548      Branch: perl
13549            ! ext/I18N/Langinfo/Langinfo.t
13550 ____________________________________________________________________________
13551 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
13552         Log: Small portability fix for Mac OS.
13553      Branch: maint-5.6/macperl
13554            ! lib/Cwd.pm
13555 ____________________________________________________________________________
13556 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
13557         Log: Metaconfig unit change for #11207.
13558      Branch: metaconfig/U/perl
13559            ! Extensions.U
13560 ____________________________________________________________________________
13561 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
13562         Log: Add I18N::Langinfo, which is basically a wrapper around
13563              nl_langinfo(), which is an additional way to query locale
13564              specific information.
13565      Branch: perl
13566            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
13567            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
13568            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
13569 ____________________________________________________________________________
13570 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
13571         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
13572              used in File::Find tests; replace with if.t.
13573      Branch: maint-5.6/macperl
13574            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
13575            ! t/pragma/warn/op
13576 ____________________________________________________________________________
13577 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
13578         Log: Allow symbols in try_symbol() to begin with "_".
13579      Branch: maint-5.6/macperl
13580            ! makedef.pl
13581 ____________________________________________________________________________
13582 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
13583         Log: Sync up the File::Find changes from the rewrite by
13584              Thomas Wegner, et al.
13585      Branch: maint-5.6/macperl
13586            + t/lib/filefind-taint.t
13587            ! lib/File/Find.pm t/lib/filefind.t
13588 ____________________________________________________________________________
13589 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
13590         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
13591              From: Thomas Wegner <wegner_thomas@yahoo.com>
13592              Date: Thu, 5 Jul 2001 20:31:25 +0200
13593              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
13594      Branch: maint-5.6/macperl
13595            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
13596 ____________________________________________________________________________
13597 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
13598         Log: Some more test portability fixes.
13599      Branch: maint-5.6/macperl
13600            ! t/lib/filecopy.t t/pragma/warn/pp_sys
13601 ____________________________________________________________________________
13602 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
13603         Log: The #11200 removed wrong (non-existent) target.  Duh.
13604      Branch: perl
13605            ! Makefile.SH
13606 ____________________________________________________________________________
13607 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
13608         Log: Zap the lib/re.pm before creating it.
13609      Branch: perl
13610            ! Makefile.SH
13611 ____________________________________________________________________________
13612 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
13613         Log: Another test.  Please ignore.
13614      Branch: maint-5.6/macperl
13615            ! README.macos
13616 ____________________________________________________________________________
13617 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
13618         Log: Portability fixes for a lot of tests, especially IO-related
13619              tests, and warnings, and the harness script.
13620      Branch: maint-5.6/macperl
13621            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
13622            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
13623            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
13624            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
13625            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
13626            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
13627            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
13628            ! t/pragma/warnings.t
13629 ____________________________________________________________________________
13630 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
13631         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
13632              From: Nicholas Clark <nick@ccl4.org>
13633              Date: Sat, 7 Jul 2001 21:00:17 +0100
13634              Message-ID: <20010707210017.H59620@plum.flirble.org>
13635      Branch: perl
13636            ! lib/h2xs.t
13637 ____________________________________________________________________________
13638 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
13639         Log: The UNICOS/mk SysV IPC problem has been fixed.
13640      Branch: perl
13641            ! pod/perl572delta.pod
13642 ____________________________________________________________________________
13643 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
13644         Log: Slight update tweaks on perlunicode.pod.
13645      Branch: perl
13646            ! pod/perlunicode.pod
13647 ____________________________________________________________________________
13648 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
13649         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
13650              From: Mark-Jason Dominus <mjd@plover.com>
13651              Date: Sat, 07 Jul 2001 13:04:04 -0400
13652              Message-ID: <20010707170404.32694.qmail@plover.com>
13653      Branch: perl
13654            ! ext/DB_File/DB_File.pm
13655 ____________________________________________________________________________
13656 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
13657         Log: Fix up AutoLoader to fudge for Mac paths in import().
13658      Branch: maint-5.6/macperl
13659            ! lib/AutoLoader.pm
13660 ____________________________________________________________________________
13661 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
13662         Log: Try to force the lib/re.pm to be there before entering
13663              the extensions builds, should help for parallel makes.
13664      Branch: perl
13665            ! Makefile.SH
13666 ____________________________________________________________________________
13667 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
13668         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
13669              From: Norton Allen <allen@huarp.harvard.edu>
13670              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
13671              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
13672      Branch: perl
13673            ! ext/POSIX/POSIX.xs
13674 ____________________________________________________________________________
13675 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
13676         Log: Subject: [PATCH] Re: op/arith.t
13677              From: Nicholas Clark <nick@ccl4.org>
13678              Date: Sat, 7 Jul 2001 13:04:54 +0100
13679              Message-ID: <20010707130454.D59620@plum.flirble.org>
13680      Branch: perl
13681            ! numeric.c toke.c
13682 ____________________________________________________________________________
13683 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
13684         Log: Subject: [PATCH] h2xs
13685              From: Nicholas Clark <nick@ccl4.org>
13686              Date: Fri, 6 Jul 2001 23:25:14 +0100
13687              Message-ID: <20010706232514.X59620@plum.flirble.org>
13688      Branch: perl
13689            ! utils/h2xs.PL
13690 ____________________________________________________________________________
13691 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
13692         Log: Subject: Re: bleedperl perl_alloc..free leakage
13693              From: Radu Greab <radu@netsoft.ro>
13694              Date: Fri, 6 Jul 2001 19:48:54 +0300
13695              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
13696              
13697              Leak-be-gone.
13698      Branch: perl
13699            ! op.c
13700 ____________________________________________________________________________
13701 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
13702         Log: Test again.  Please ignore.
13703      Branch: maint-5.6/macperl
13704            ! README.macos
13705 ____________________________________________________________________________
13706 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
13707         Log: Test.  Please ignore.
13708      Branch: maint-5.6/macperl
13709            ! README.macos
13710 ____________________________________________________________________________
13711 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
13712         Log: Include changes already sent in separately as patches,
13713              before branch was created.
13714      Branch: maint-5.6/macperl
13715            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
13716            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
13717            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
13718            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
13719            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
13720            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
13721            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
13722            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
13723            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
13724            ! t/pragma/strict.t
13725 ____________________________________________________________________________
13726 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
13727         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
13728              From: Norton Allen <allen@huarp.harvard.edu>
13729              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
13730              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
13731      Branch: perl
13732            ! utf8.h
13733 ____________________________________________________________________________
13734 [ 11183] By: nick                                  on 2001/07/06  16:27:40
13735         Log: Integrate mainline
13736      Branch: perlio
13737           +> (branch 42 files)
13738            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
13739            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
13740            - win32/bin/mdelete.bat
13741           !> (integrate 215 files)
13742 ____________________________________________________________________________
13743 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
13744         Log: The #11166 needed also these updated.
13745      Branch: perl
13746            ! lib/warnings.pm warnings.h
13747 ____________________________________________________________________________
13748 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
13749         Log: Update Changes.
13750      Branch: perl
13751            ! Changes patchlevel.h
13752 ____________________________________________________________________________
13753 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
13754         Log: Regen toc.
13755      Branch: perl
13756            ! pod/perltoc.pod
13757 ____________________________________________________________________________
13758 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
13759         Log: Nit from Abhijit.
13760      Branch: perl
13761            ! lib/CPAN.pm
13762 ____________________________________________________________________________
13763 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
13764         Log: Retract #11172.
13765      Branch: perl
13766            ! t/op/method.t
13767 ____________________________________________________________________________
13768 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
13769         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
13770              From: Norton Allen <allen@huarp.harvard.edu>
13771              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
13772              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
13773      Branch: perl
13774            ! lib/Cwd.pm
13775 ____________________________________________________________________________
13776 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
13777         Log: (Accidentally empty check-in.)
13778      Branch: perl
13779            ! utf8.h
13780 ____________________________________________________________________________
13781 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
13782         Log: Retract #11165 since Sarathy pointed out it'll not
13783              work properly under threads, the problem should be
13784              solved using "the savestack, either via SSNEW() or
13785              using a newSVpv()+SAVEFREESV() combo."
13786      Branch: perl
13787            ! ext/POSIX/POSIX.xs
13788 ____________________________________________________________________________
13789 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
13790         Log: Retract #11125 since NI-S pointed out it'll not work in
13791              cases where the extension has their own handcrafted INC
13792              et alia.
13793      Branch: perl
13794            ! lib/ExtUtils/MM_Unix.pm
13795 ____________________________________________________________________________
13796 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
13797         Log: Subject: RE: [PATCH] -I and MakeMaker again
13798              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
13799              Date: Fri, 6 Jul 2001 09:18:29 +0200
13800              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
13801      Branch: perl
13802            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
13803            ! lib/ExtUtils/MM_Win32.pm
13804 ____________________________________________________________________________
13805 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
13806         Log: (Retracted by #11178)
13807              Subject: [PATCH t/op/method.t] SUPER:: strangeness
13808              From: Piers Cawley <pdcawley@iterative-software.com>
13809              Date: 06 Jul 2001 10:49:01 +0100
13810              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
13811      Branch: perl
13812            ! t/op/method.t
13813 ____________________________________________________________________________
13814 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
13815         Log: VOS README update from Paul Green.
13816      Branch: perl
13817            ! README.vos
13818 ____________________________________________________________________________
13819 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
13820         Log: Subject: [PATCH README.qnx hints/qnx.sh]
13821              From: Norton Allen <allen@huarp.harvard.edu>
13822              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
13823              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
13824      Branch: perl
13825            ! README.qnx hints/qnx.sh
13826 ____________________________________________________________________________
13827 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
13828         Log: Subject: [PATCH] Doc patch for Tie::Hash
13829              From: Artur Bergman <artur@contiller.se>
13830              Date: Thu, 05 Jul 2001 22:51:18 +0200
13831              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
13832      Branch: perl
13833            ! lib/Tie/Hash.pm
13834 ____________________________________________________________________________
13835 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
13836         Log: Subject: [PATCH] perlfaq4.pod
13837              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
13838              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
13839              Date: Thu, 5 Jul 2001 18:44:10 +0100 
13840      Branch: perl
13841            ! pod/perlfaq4.pod
13842 ____________________________________________________________________________
13843 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
13844         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
13845              From: Robin Houston <robin@kitsite.com>
13846              Date: Thu, 5 Jul 2001 18:33:21 +0100
13847              Message-ID: <20010705183321.A27345@robin.kitsite.com>
13848      Branch: perl
13849            ! ext/B/B/Deparse.pm
13850 ____________________________________________________________________________
13851 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
13852         Log: (Retracted by #11285.)
13853              
13854              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
13855              From: Abhijit Menon-Sen <ams@wiw.org>
13856              Date: Fri, 6 Jul 2001 01:26:32 +0530
13857              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
13858      Branch: perl
13859            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
13860            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
13861            ! warnings.pl
13862 ____________________________________________________________________________
13863 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
13864         Log: (Retracted by #11175)
13865              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
13866              From: Norton Allen <allen@huarp.harvard.edu>
13867              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
13868              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
13869      Branch: perl
13870            ! ext/POSIX/POSIX.xs
13871 ____________________________________________________________________________
13872 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
13873         Log: Unterminated C< (noticed by Richard Hatch), and few other
13874              small Unicode doc tweaks.
13875      Branch: perl
13876            ! pod/perlretut.pod
13877 ____________________________________________________________________________
13878 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
13879         Log: More flexible argument understanding; add charblocks() and
13880              charscripts(); make charblock() and charscript() two-way;
13881              add charinrange(); separate the $Unicode::UCD::VERSION and
13882              the version of the Unicode by adding UnicodeVersion().
13883      Branch: perl
13884            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
13885 ____________________________________________________________________________
13886 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
13887         Log: Update Unicode::UCD on \p{In...}.
13888      Branch: perl
13889            ! lib/Unicode/UCD.pm
13890 ____________________________________________________________________________
13891 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
13892         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
13893              From: Norton Allen <allen@huarp.harvard.edu>
13894              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
13895              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
13896      Branch: perl
13897            ! lib/ExtUtils/MM_Unix.pm
13898 ____________________________________________________________________________
13899 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
13900         Log: POSIX-BC tweaks from Thomas Dorner.
13901      Branch: perl
13902            ! hints/posix-bc.sh perlio.h
13903 ____________________________________________________________________________
13904 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
13905         Log: Module updates for the delta.
13906      Branch: perl
13907            ! pod/perl572delta.pod
13908 ____________________________________________________________________________
13909 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
13910         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
13911              From: Norton Allen <allen@huarp.harvard.edu>
13912              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
13913              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
13914      Branch: perl
13915            ! ext/IO/lib/IO/t/io_sock.t
13916 ____________________________________________________________________________
13917 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
13918         Log: Subject: [PATCH perldiag.pod] Quick fixes
13919              From: Simon Cozens <simon@netthink.co.uk>
13920              Date: Wed, 4 Jul 2001 20:22:12 +0100
13921              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
13922      Branch: perl
13923            ! pod/perldiag.pod
13924 ____________________________________________________________________________
13925 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
13926         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
13927              From: Radu Greab <radu@netsoft.ro>
13928              Date: Wed, 4 Jul 2001 22:13:31 +0300
13929              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
13930      Branch: perl
13931            ! op.c sv.c t/op/pos.t
13932 ____________________________________________________________________________
13933 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
13934         Log: Subject: [PATCH] -I and MakeMaker again
13935              From: Michael G Schwern <schwern@pobox.com>
13936              Date: Wed, 4 Jul 2001 15:03:07 -0400
13937              Message-ID: <20010704150307.I20340@blackrider>
13938              
13939              (and retract #11145)
13940      Branch: perl
13941            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
13942            ! lib/ExtUtils/MakeMaker.pm
13943 ____________________________________________________________________________
13944 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
13945         Log: Subject: Re: PERFORCE change 11142 for review
13946              From: "Philip Newton" <Philip.Newton@gmx.net>
13947              Date: Wed, 4 Jul 2001 20:46:26 +0200
13948              Message-Id: <200107041841.VAA25380@taas.iki.fi>
13949      Branch: perl
13950            ! lib/ExtUtils/MakeMaker.pm
13951 ____________________________________________________________________________
13952 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
13953         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
13954              From: Jonathan Stowe <gellyfish@gellyfish.com>
13955              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
13956              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
13957      Branch: perl
13958            ! utils/pl2pm.PL
13959 ____________________________________________________________________________
13960 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
13961         Log: fix the binary compatibility issue when building with/without
13962              usemymalloc by exporting Perl_malloc() et al as simple wrappers
13963              around the system functions (this allows most extensions built
13964              using one mode to coexist with perls built in the other mode)
13965              
13966              XXX the Perl_mfree() wrapper might need to do return(free()) on
13967              platforms where Free_t isn't "void"
13968      Branch: perl
13969            ! embed.h embed.pl makedef.pl proto.h util.c
13970 ____________________________________________________________________________
13971 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
13972         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
13973              since it doesn't ensure threads other than the one calling fork()
13974              aren't holding any locks; the fix is to use pthread_atfork() to
13975              hold global locks
13976              
13977              building perl with -Dusemymalloc exacerbates the problem since
13978              Perl_malloc() holds a mutex, and perl's exec() calls New()
13979              
13980              XXX the code in win32thread.h may be needed on platforms that have
13981              no pthread_atfork()
13982      Branch: perl
13983            ! perl.c thread.h win32/win32thread.h
13984 ____________________________________________________________________________
13985 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
13986         Log: Integrate #11009 from maintperl.
13987      Branch: maint-5.6/macperl
13988           !> lib/ExtUtils/Manifest.pm
13989 ____________________________________________________________________________
13990 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
13991         Log: Flexing my Perforce muscles.
13992      Branch: maint-5.6/macperl
13993            ! README.macos
13994 ____________________________________________________________________________
13995 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
13996         Log: Update Changes.
13997      Branch: perl
13998            ! Changes patchlevel.h
13999 ____________________________________________________________________________
14000 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
14001         Log: Metaconfig unit change for #11146.
14002      Branch: metaconfig/U/perl
14003            ! d_fcntl_can_lock.U
14004 ____________________________________________________________________________
14005 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
14006         Log: Somehow the #ifdefs of the added code (in #11093) made
14007              HP-UX to fail the fcntl locking test, without the ifdefs
14008              the test seems to be working again.  Reason unknown:
14009              HP-UX cc doesn't complain either way.
14010      Branch: perl
14011            ! Configure
14012 ____________________________________________________________________________
14013 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
14014         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
14015      Branch: perl
14016            ! lib/ExtUtils/MM_Unix.pm
14017 ____________________________________________________________________________
14018 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
14019         Log: gcc -Wall nit.
14020      Branch: perl
14021            ! pp_hot.c
14022 ____________________________________________________________________________
14023 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
14024         Log: When removing tests updating the test count is a good idea, too.
14025      Branch: perl
14026            ! lib/Net/t/require.t
14027 ____________________________________________________________________________
14028 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
14029         Log: Document #11134 and add the new symbols to the list of
14030              of MakeMaker known ones.
14031      Branch: perl
14032            ! lib/ExtUtils/MakeMaker.pm
14033 ____________________________________________________________________________
14034 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
14035         Log: Microperl update.
14036      Branch: perl
14037            ! uconfig.h
14038 ____________________________________________________________________________
14039 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
14040         Log: Update the libnet tests as per #11138.
14041      Branch: perl
14042            - lib/Net/t/ph.t
14043            ! MANIFEST lib/Net/t/require.t
14044 ____________________________________________________________________________
14045 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
14046         Log: Regen toc and modlib.
14047      Branch: perl
14048            ! pod/perlmodlib.pod pod/perltoc.pod
14049 ____________________________________________________________________________
14050 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
14051         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
14052              Graham's request.
14053      Branch: perl
14054            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
14055            ! MANIFEST
14056 ____________________________________________________________________________
14057 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
14058         Log: Add the OS/390 harness results to the delta.
14059      Branch: perl
14060            ! pod/perl572delta.pod
14061 ____________________________________________________________________________
14062 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
14063         Log: Avoid the two study tests in OS/390 until the bug has been solved.
14064      Branch: perl
14065            ! t/op/study.t
14066 ____________________________________________________________________________
14067 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
14068         Log: DOS/DJGPP tweaks from Laszlo Molnar.
14069      Branch: perl
14070            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
14071 ____________________________________________________________________________
14072 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
14073         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
14074              From: Michael G Schwern <schwern@pobox.com>
14075              Date: Wed, 4 Jul 2001 00:01:16 -0400
14076              Message-ID: <20010704000116.C591@blackrider>
14077      Branch: perl
14078            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
14079 ____________________________________________________________________________
14080 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
14081         Log: The #11132 missed singleton characters (not part
14082              of a unilo..unihi range) in Unicode scripts.
14083      Branch: perl
14084            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
14085            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
14086            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
14087            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
14088            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
14089            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
14090            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
14091            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
14092            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
14093            ! lib/unicode/mktables.PL t/op/pat.t
14094 ____________________________________________________________________________
14095 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
14096         Log: Support preferentially the Unicode 'scripts' definition
14097              in the \p{In...} notation since according to Unicode the
14098              scripts concept is more natural for matching than using
14099              the somewhat artificial block names.  The block names are
14100              still available, though, and if there's a name conflict,
14101              the scripts one wins and the blocks one has to do with
14102              'Block' appended to its name.  For more information see
14103              
14104              http://www.unicode.org/unicode/reports/tr24/
14105      Branch: perl
14106            + lib/unicode/In/100.pl lib/unicode/In/101.pl
14107            + lib/unicode/In/102.pl lib/unicode/In/103.pl
14108            + lib/unicode/In/104.pl lib/unicode/In/105.pl
14109            + lib/unicode/In/106.pl lib/unicode/In/107.pl
14110            + lib/unicode/In/108.pl lib/unicode/In/109.pl
14111            + lib/unicode/In/110.pl lib/unicode/In/111.pl
14112            + lib/unicode/In/112.pl lib/unicode/In/113.pl
14113            + lib/unicode/In/114.pl lib/unicode/In/115.pl
14114            + lib/unicode/In/116.pl lib/unicode/In/117.pl
14115            + lib/unicode/In/118.pl lib/unicode/In/119.pl
14116            + lib/unicode/In/120.pl lib/unicode/In/121.pl
14117            + lib/unicode/In/122.pl lib/unicode/In/123.pl
14118            + lib/unicode/In/124.pl lib/unicode/In/125.pl
14119            + lib/unicode/In/126.pl lib/unicode/In/127.pl
14120            + lib/unicode/In/128.pl lib/unicode/In/129.pl
14121            + lib/unicode/In/130.pl lib/unicode/In/131.pl
14122            + lib/unicode/In/132.pl lib/unicode/In/133.pl
14123            + lib/unicode/In/134.pl lib/unicode/In/135.pl
14124            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
14125            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
14126            ! (edit 106 files)
14127 ____________________________________________________________________________
14128 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
14129         Log: Better document the difference between a block and a script.
14130      Branch: perl
14131            ! lib/Unicode/UCD.pm
14132 ____________________________________________________________________________
14133 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
14134         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
14135              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14136              Date: Tue, 3 Jul 2001 15:04:23 -0500
14137              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
14138      Branch: perl
14139            ! lib/CPAN.pm
14140 ____________________________________________________________________________
14141 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
14142         Log: Add tests for charscript().
14143      Branch: perl
14144            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
14145 ____________________________________________________________________________
14146 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
14147         Log: Add charscript() to get the UTR#24 script names of characters.
14148      Branch: perl
14149            ! lib/Unicode/UCD.pm
14150 ____________________________________________________________________________
14151 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
14152         Log: Todo updates.
14153      Branch: perl
14154            ! pod/perltodo.pod
14155 ____________________________________________________________________________
14156 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
14157         Log: Unicode::UCD updates.
14158      Branch: perl
14159            ! lib/Unicode/UCD.pm
14160 ____________________________________________________________________________
14161 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
14162         Log: (Retracted by #11174)
14163              Subject: MakeMaker should pass through DEFINE and INC to subdirs
14164              From: Alan Burlison <Alan.Burlison@sun.com>
14165              Date: Tue, 03 Jul 2001 15:20:13 +0100
14166              Message-ID: <3B41D49D.A923D4F9@sun.com>
14167      Branch: perl
14168            ! lib/ExtUtils/MM_Unix.pm
14169 ____________________________________________________________________________
14170 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
14171         Log: Subject: Patch needed for UTS
14172              From: hom00@utsglobal.com (Hal Morris)
14173              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
14174              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
14175              
14176              Replace #11113 with a better version.
14177      Branch: perl
14178            ! perl.h
14179 ____________________________________________________________________________
14180 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
14181         Log: Subject: Re: POINTERRIGOR
14182              From: Andy Dougherty <doughera@lafayette.edu>
14183              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
14184              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
14185      Branch: perl
14186            ! util.c
14187 ____________________________________________________________________________
14188 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
14189         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
14190              From: "Philip Newton" <pnewton@gmx.de>
14191              Date: Tue, 3 Jul 2001 17:03:34 +0200
14192              Message-ID: <3B41FAE6.29564.660E117@localhost>
14193      Branch: perl
14194            ! pp_hot.c
14195 ____________________________________________________________________________
14196 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
14197         Log: Typos.
14198      Branch: perl
14199            ! INSTALL
14200 ____________________________________________________________________________
14201 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
14202         Log: Subject: [PATCH 5.6.1] debugger fixes
14203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14204              Date: Tue, 3 Jul 2001 03:38:18 -0400
14205              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
14206              
14207              The $^S is working again.
14208      Branch: perl
14209            ! lib/perl5db.pl
14210 ____________________________________________________________________________
14211 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
14212         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
14213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14214              Date: Tue, 3 Jul 2001 03:34:06 -0400
14215              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
14216      Branch: perl
14217            ! os2/OS2/Process/Process.pm
14218 ____________________________________________________________________________
14219 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
14220         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
14221              From: "Philip Newton" <Philip.Newton@gmx.net>
14222              Date: Tue, 3 Jul 2001 09:11:27 +0200
14223              Message-Id: <200107030706.KAA04596@taas.iki.fi>
14224      Branch: perl
14225            ! lib/FindBin.pm
14226 ____________________________________________________________________________
14227 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
14228         Log: Delta delta.
14229      Branch: perl
14230            ! pod/perl572delta.pod
14231 ____________________________________________________________________________
14232 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
14233         Log: Metaconfig unit change for 11115.
14234      Branch: metaconfig
14235            ! U/modified/libc.U
14236 ____________________________________________________________________________
14237 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
14238         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
14239              (from Richard Hatch) (this was the cause of pipes() and
14240              times() myeteriously not being found)
14241      Branch: perl
14242            ! Configure
14243 ____________________________________________________________________________
14244 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
14245         Log: Retract #10142, the real culprit found by Richard Hatch,
14246              coming soon to Configure near you.
14247      Branch: perl
14248            ! hints/aix.sh
14249 ____________________________________________________________________________
14250 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
14251         Log: (Replaced by #11124) UTS workaround from Hal Morris.
14252      Branch: perl
14253            ! perl.h
14254 ____________________________________________________________________________
14255 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
14256         Log: Subject: [PATCH] grok not grocking correctly
14257              From: Nicholas Clark <nick@ccl4.org>
14258              Date: Tue, 3 Jul 2001 00:19:08 +0100
14259              Message-ID: <20010703001908.H59620@plum.flirble.org>
14260      Branch: perl
14261            ! numeric.c
14262 ____________________________________________________________________________
14263 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
14264         Log: Subject: [PATCH Deparse.t] test just-posted patches
14265              From: Robin Houston <robin@kitsite.com>
14266              Date: Mon, 2 Jul 2001 23:46:15 +0100
14267              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
14268      Branch: perl
14269            ! ext/B/Deparse.t
14270 ____________________________________________________________________________
14271 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
14272         Log: Subject: [PATCH toke.c] autosplit into @F
14273              From: Robin Houston <robin@kitsite.com>
14274              Date: Mon, 2 Jul 2001 23:18:20 +0100
14275              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
14276      Branch: perl
14277            ! perl.c toke.c
14278 ____________________________________________________________________________
14279 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
14280         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
14281              From: Robin Houston <robin@kitsite.com>
14282              Date: Mon, 2 Jul 2001 23:00:48 +0100
14283              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
14284      Branch: perl
14285            ! ext/B/B/Deparse.pm
14286 ____________________________________________________________________________
14287 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
14288         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
14289              From: "Philip Newton" <Philip.Newton@gmx.net>
14290              Date: Mon, 2 Jul 2001 22:06:22 +0200
14291              (no Message-Id)
14292      Branch: perl
14293            ! ext/NDBM_File/hints/linux.pl
14294 ____________________________________________________________________________
14295 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
14296         Log: Subject: Re: Fixed pack problem - sort of
14297              From: Nicholas Clark <nick@ccl4.org>
14298              Date: Mon, 2 Jul 2001 20:59:20 +0100
14299              Message-ID: <20010702205919.F59620@plum.flirble.org>
14300      Branch: perl
14301            ! pp_pack.c t/op/pack.t
14302 ____________________________________________________________________________
14303 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
14304         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
14305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14306              Date: Mon, 2 Jul 2001 15:45:41 -0400
14307              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
14308      Branch: perl
14309            ! os2/os2.c
14310 ____________________________________________________________________________
14311 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
14312         Log: (Mistaken retraction)
14313      Branch: perl
14314            ! utils/pl2pm.PL
14315 ____________________________________________________________________________
14316 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
14317         Log: Detypo in #11103.
14318      Branch: perl
14319            ! utils/pl2pm.PL
14320 ____________________________________________________________________________
14321 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
14322         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
14323              From: Jonathan Stowe <gellyfish@gellyfish.com>
14324              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
14325              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
14326      Branch: perl
14327            ! utils/pl2pm.PL
14328 ____________________________________________________________________________
14329 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
14330         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
14331              From: "Craig A. Berry" <craigberry@mac.com>
14332              Date: Mon, 02 Jul 2001 14:11:23 -0500
14333              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
14334      Branch: perl
14335            ! lib/Unicode/UCD.pm
14336 ____________________________________________________________________________
14337 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
14338         Log: Subject: [PATCH] Re: op/numconvert.t failures
14339              From: Nicholas Clark <nick@ccl4.org>
14340              Date: Mon, 2 Jul 2001 20:10:48 +0100
14341              Message-ID: <20010702201048.E59620@plum.flirble.org>
14342      Branch: perl
14343            ! t/op/numconvert.t
14344 ____________________________________________________________________________
14345 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
14346         Log: Update Changes.
14347      Branch: perl
14348            ! Changes patchlevel.h
14349 ____________________________________________________________________________
14350 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
14351         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
14352              The real fix must be more involved.  The line of code all the leaky
14353              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
14354              line of Perl_newPMOP().
14355      Branch: perl
14356            ! op.h
14357 ____________________________________________________________________________
14358 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
14359         Log: Based on
14360              
14361              Subject: Re: sizeof(struct sembuf)
14362              From: Nicholas Clark <nick@ccl4.org>
14363              Date: Sun, 1 Jul 2001 22:26:48 +0100
14364              Message-ID: <20010701222648.W59620@plum.flirble.org>
14365              
14366              but do semop() always the slow way.
14367      Branch: perl
14368            ! doio.c
14369 ____________________________________________________________________________
14370 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
14371         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
14372              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14373              Date: Tue, 03 Jul 2001 00:56:30 +0900
14374              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
14375      Branch: perl
14376            ! ext/Encode/Encode/Tcl.t
14377 ____________________________________________________________________________
14378 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
14379         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
14380              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14381              Date: Tue, 03 Jul 2001 00:55:46 +0900
14382              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
14383      Branch: perl
14384            ! ext/Encode/Encode/Tcl.pm
14385 ____________________________________________________________________________
14386 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
14387         Log: Regen api and toc.
14388      Branch: perl
14389            ! pod/perlapi.pod pod/perltoc.pod
14390 ____________________________________________________________________________
14391 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
14392         Log: Metaconfig unit change for #11093.
14393      Branch: metaconfig/U/perl
14394            ! d_fcntl_can_lock.U
14395 ____________________________________________________________________________
14396 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
14397         Log: The fcntl locking test may hang if NFS locking messed up;
14398              break out with alarm(10).
14399      Branch: perl
14400            ! Configure
14401 ____________________________________________________________________________
14402 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
14403         Log: Move the mdelete.bat from win32/bin to win32.
14404      Branch: perl
14405            ! MANIFEST
14406 ____________________________________________________________________________
14407 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
14408         Log: Typo in #11083.
14409      Branch: perl
14410            ! ext/Time/Piece/Piece.t
14411 ____________________________________________________________________________
14412 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
14413         Log: Netware tweaks from Guruprasad.
14414      Branch: perl
14415            - NetWare/perlsdio.h
14416            ! MANIFEST NetWare/Makefile NetWare/interface.c
14417            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
14418            ! perlsdio.h
14419 ____________________________________________________________________________
14420 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
14421         Log: Subject: Re: [PATH] shared -> unique;
14422              From: Abhijit Menon-Sen <ams@wiw.org>
14423              Date: Wed, 27 Jun 2001 03:51:27 +0530
14424              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
14425      Branch: perl
14426            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
14427 ____________________________________________________________________________
14428 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
14429         Log: Subject: Re: AIX / gcc-3.0
14430              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14431              Date: Mon, 02 Jul 2001 15:20:21 +0200
14432              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
14433      Branch: perl
14434            ! hints/aix.sh
14435 ____________________________________________________________________________
14436 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
14437         Log: Subject: Re: Bug report: split splits on wrong pattern
14438              From: Abhijit Menon-Sen <ams@wiw.org>
14439              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
14440              Date: Mon, 2 Jul 2001 16:31:33 +0530
14441      Branch: perl
14442            ! pp_ctl.c
14443 ____________________________________________________________________________
14444 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
14445         Log: Subject: [PATCH 5.6.1] test harness
14446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14447              Date: Mon, 2 Jul 2001 06:29:21 -0400
14448              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
14449      Branch: perl
14450            ! lib/Test/Harness.pm
14451 ____________________________________________________________________________
14452 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
14453         Log: Subject: [PATCH 5.6.1] debugger goof
14454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14455              Date: Mon, 2 Jul 2001 06:27:22 -0400
14456              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
14457      Branch: perl
14458            ! lib/perl5db.pl
14459 ____________________________________________________________________________
14460 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
14461         Log: Subject: [PATCH 5.6.1] OS/2 cwd
14462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14463              Date: Mon, 2 Jul 2001 06:21:17 -0400
14464              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
14465      Branch: perl
14466            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
14467 ____________________________________________________________________________
14468 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
14469         Log: Make #11082 more OS/2-specific.
14470      Branch: perl
14471            ! ext/Time/Piece/Piece.t
14472 ____________________________________________________________________________
14473 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
14474         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
14475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14476              Date: Mon, 2 Jul 2001 06:06:34 -0400
14477              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
14478      Branch: perl
14479            ! ext/Time/Piece/Piece.t
14480 ____________________________________________________________________________
14481 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
14482         Log: Subject: [PATCH B::Deparse] version number & changes
14483              From: Robin Houston <robin@kitsite.com>  
14484              Date: Sun, 1 Jul 2001 17:17:29 +0100
14485              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
14486      Branch: perl
14487            ! ext/B/B/Deparse.pm
14488 ____________________________________________________________________________
14489 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
14490         Log: Subject: a small fix.
14491              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14492              Date: Mon, 2 Jul 2001 12:17:53 +0200
14493              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
14494      Branch: perl
14495            ! ext/Thread/Thread.xs
14496 ____________________________________________________________________________
14497 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
14498         Log: Subject: RE: perl@10907
14499              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14500              Date: Mon, 2 Jul 2001 12:06:16 +0200
14501              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
14502              
14503              Borland C vs PerlIO.
14504      Branch: perl
14505            ! win32/config.bc win32/config_H.bc
14506 ____________________________________________________________________________
14507 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
14508         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
14509              From: "H.M. Brand" <merijn@l1.procura.nl>
14510              Date: Mon, 02 Jul 2001 11:18:57 +0200
14511              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
14512      Branch: perl
14513            ! t/op/write.t
14514 ____________________________________________________________________________
14515 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
14516         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
14517              From: Michael G Schwern <schwern@pobox.com>
14518              Date: Mon, 2 Jul 2001 00:26:24 -0400
14519              Message-ID: <20010702002624.A18302@blackrider>
14520      Branch: perl
14521            - ext/util/mkbootstrap
14522 ____________________________________________________________________________
14523 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
14524         Log: Subject: [PATCH op.h] v minor comment tweak
14525              From: Robin Houston <robin@puffinry.freeserve.co.uk>
14526              Date: Mon, 2 Jul 2001 00:42:01 +0100
14527              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
14528      Branch: perl
14529            ! op.h
14530 ____________________________________________________________________________
14531 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
14532         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
14533      Branch: perl
14534            ! pod/perlfunc.pod
14535 ____________________________________________________________________________
14536 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
14537         Log: Subject: Re: sizeof(struct sembuf)
14538              From: Nicholas Clark <nick@ccl4.org>
14539              Date: Sun, 1 Jul 2001 19:23:16 +0100
14540              Message-ID: <20010701192316.V59620@plum.flirble.org>
14541              
14542              s/signaling/signalling/
14543      Branch: perl
14544            ! pod/perlfunc.pod
14545 ____________________________________________________________________________
14546 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
14547         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
14548              From: "Philip Newton" <Philip.Newton@gmx.net>
14549              Date: Sun, 1 Jul 2001 09:37:56 +0200
14550              Message-Id: <200107010733.KAA03920@taas.iki.fi>
14551      Branch: perl
14552            ! pod/perlvar.pod
14553 ____________________________________________________________________________
14554 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
14555         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
14556              From: "Philip Newton" <Philip.Newton@gmx.net>
14557              Date: Sun, 1 Jul 2001 09:37:56 +0200
14558              Message-Id: <200107010733.KAA03925@taas.iki.fi>
14559      Branch: perl
14560            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
14561 ____________________________________________________________________________
14562 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
14563         Log: Metaconfig unit change for #11070.
14564      Branch: metaconfig
14565            ! U/compline/randfunc.U
14566 ____________________________________________________________________________
14567 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
14568         Log: Subject: [PATCH perlsnap] its --> it's --> its
14569              From: "Philip Newton" <Philip.Newton@gmx.net>
14570              Date: Sun, 1 Jul 2001 09:37:56 +0200
14571              Message-Id: <200107010733.KAA03914@taas.iki.fi>
14572      Branch: perl
14573            ! Porting/config_H
14574 ____________________________________________________________________________
14575 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
14576         Log: Sync with Sarathy; integrate with perlio.
14577      Branch: perl
14578           !> gv.c
14579 ____________________________________________________________________________
14580 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
14581         Log: regenerate win32/config_H.?c files
14582      Branch: perl
14583            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14584 ____________________________________________________________________________
14585 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
14586         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
14587              naming discipline
14588              
14589              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
14590              because of this)
14591              
14592              fix a warning about "fd" being used without being set in Cwd.xs
14593      Branch: perl
14594            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
14595            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
14596            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
14597            ! win32/config.vc
14598 ____________________________________________________________________________
14599 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
14600         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
14601              within macro arguments") and warnings ("unary minus applied to
14602              unsigned type", among others)
14603      Branch: perl
14604            ! gv.c hv.c op.c pp.c sv.c toke.c
14605 ____________________________________________________________________________
14606 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
14607         Log: win32 fixes: more spurious CRs
14608      Branch: perl
14609            ! win32/mdelete.bat
14610 ____________________________________________________________________________
14611 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
14612         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
14613              from win32/bin (or it gets deleted by distclean); don't delete
14614              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
14615              NT (should be made Win9x specific, and added to makefile.mk)
14616      Branch: perl
14617           +> win32/mdelete.bat
14618            - win32/bin/mdelete.bat
14619            ! win32/Makefile win32/makefile.mk
14620 ____________________________________________________________________________
14621 [ 11063] By: nick                                  on 2001/07/01  18:54:09
14622         Log: Quick for for #ifdef mess
14623      Branch: perlio
14624            ! gv.c
14625 ____________________________________________________________________________
14626 [ 11062] By: nick                                  on 2001/07/01  18:47:42
14627         Log: Raw integrate - does not build #if mess in gv.c
14628      Branch: perlio
14629           !> (integrate 29 files)
14630 ____________________________________________________________________________
14631 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
14632         Log: Make 'compile' target a little less broken.
14633              Still very broken, though: -Wall warnings from
14634              the generated code, boot_Foo prototypes missing,
14635              can't autoload Fcntl::SEEK_CUR et alia, ...
14636      Branch: perl
14637            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
14638            ! utils/perlcc.PL x2p/Makefile.SH
14639 ____________________________________________________________________________
14640 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
14641         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
14642      Branch: perl
14643            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14644            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
14645 ____________________________________________________________________________
14646 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
14647         Log: Update Changes.
14648      Branch: perl
14649            ! Changes patchlevel.h
14650 ____________________________________________________________________________
14651 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
14652         Log: Still one typo, regen toc.
14653      Branch: perl
14654            ! lib/Unicode/UCD.pm pod/perltoc.pod
14655 ____________________________________________________________________________
14656 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
14657         Log: Detypos and regen toc.
14658      Branch: perl
14659            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
14660 ____________________________________________________________________________
14661 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
14662         Log: VERSION tweak.
14663      Branch: perl
14664            ! ext/List/Util/lib/List/Util.pm
14665 ____________________________________________________________________________
14666 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
14667         Log: Attempt at plugging the leak under ithreads detected by Doug.
14668      Branch: perl
14669            ! op.h
14670 ____________________________________________________________________________
14671 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
14672         Log: gcc -Wall lint after #11051.
14673      Branch: perl
14674            ! pp_sys.c
14675 ____________________________________________________________________________
14676 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
14677         Log: Integrate perlio.
14678      Branch: perl
14679           !> lib/File/Find/taint.t
14680 ____________________________________________________________________________
14681 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
14682         Log: Don't use the v-strings for module VERSIONs.
14683      Branch: perl
14684            ! lib/Unicode/UCD.pm
14685 ____________________________________________________________________________
14686 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
14687         Log: Code cleanup based on turning off the -woffs in IRIX.
14688              Not all of the gripes cleaned up (hairy code in hv.c and
14689              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
14690              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
14691              to the IRIX hints)
14692      Branch: perl
14693            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
14694            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
14695            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
14696            ! regcomp.c sv.c
14697 ____________________________________________________________________________
14698 [ 11050] By: nick                                  on 2001/06/30  20:46:46
14699         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
14700      Branch: perlio
14701            ! lib/File/Find/taint.t
14702 ____________________________________________________________________________
14703 [ 11049] By: nick                                  on 2001/06/30  18:13:33
14704         Log: Integrate mainline
14705      Branch: perlio
14706           +> NetWare/nwstdio.h NetWare/perlsdio.h
14707           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
14708           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
14709           +> lib/Unicode/UCD.t t/run/exit.t
14710           !> (integrate 60 files)
14711 ____________________________________________________________________________
14712 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
14713         Log: Delta delta.
14714      Branch: perl
14715            ! pod/perl572delta.pod
14716 ____________________________________________________________________________
14717 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
14718         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
14719              by CPAN.pm, use rather _00.
14720      Branch: perl
14721            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
14722            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
14723            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
14724            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
14725            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
14726            ! lib/ExtUtils/Embed.pm lib/Test.pm
14727 ____________________________________________________________________________
14728 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
14729         Log: Add a simple Unicode character database interface, Unicode::UCD.
14730      Branch: perl
14731            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
14732            ! MANIFEST
14733 ____________________________________________________________________________
14734 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
14735         Log: Subject: [PATCH] op/numconver.t
14736              From: Nicholas Clark <nick@ccl4.org>
14737              Date: Sat, 30 Jun 2001 15:40:10 +0100
14738              Message-ID: <20010630154010.I59620@plum.flirble.org>
14739      Branch: perl
14740            ! t/op/numconvert.t
14741 ____________________________________________________________________________
14742 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
14743         Log: The $^N is now taken (by #11038).
14744      Branch: perl
14745            ! t/base/lex.t
14746 ____________________________________________________________________________
14747 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
14748         Log: The #11040 had slipped to a wrong function...
14749      Branch: perl
14750            ! sv.c
14751 ____________________________________________________________________________
14752 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
14753         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
14754              the Configure library symbol probe mysteriously finds all
14755              symbols but those of pipe() and times().
14756      Branch: perl
14757            ! hints/aix.sh
14758 ____________________________________________________________________________
14759 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
14760         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
14761              From: Nicholas Clark <nick@ccl4.org>
14762              Date: Fri, 29 Jun 2001 23:49:07 +0100
14763              Message-ID: <20010629234907.D59620@plum.flirble.org>
14764      Branch: perl
14765            ! lib/ExtUtils.t
14766 ____________________________________________________________________________
14767 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
14768         Log: Subject: [PATCH] weakref fix 2, not yet there
14769              From: Artur Bergman <artur@contiller.se>
14770              Date: Sat, 30 Jun 2001 01:18:16 +0200
14771              Message-ID: <B762D957.1CC9%artur@contiller.se>
14772      Branch: perl
14773            ! sv.c
14774 ____________________________________________________________________________
14775 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
14776         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
14777              From: Michael G Schwern <schwern@pobox.com>
14778              Date: Fri, 29 Jun 2001 19:39:11 -0400
14779              Message-ID: <20010629193910.D25304@blackrider>
14780      Branch: perl
14781            + t/run/exit.t
14782            ! MANIFEST
14783 ____________________________________________________________________________
14784 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
14785         Log: Add support for $^N, the most-recently closed group.
14786      Branch: perl
14787            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
14788            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
14789            ! thrdvar.h
14790 ____________________________________________________________________________
14791 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
14792         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
14793              From: lvirden@cas.org
14794              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
14795              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
14796              
14797              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
14798              From: lvirden@cas.org
14799              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
14800              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
14801      Branch: perl
14802            ! README.solaris
14803 ____________________________________________________________________________
14804 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
14805         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
14806              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14807              Date: Sat, 30 Jun 2001 07:33:37 +0900
14808              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
14809              
14810              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
14811              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14812              Date: Sat, 30 Jun 2001 21:38:14 +0900
14813              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
14814      Branch: perl
14815            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
14816            + ext/Encode/Encode/7bit-kr.enc
14817            ! MANIFEST ext/Encode/Encode/Tcl.pm
14818 ____________________________________________________________________________
14819 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
14820         Log: NetWare tweaks from Guruprasad.
14821      Branch: perl
14822            + NetWare/nwstdio.h NetWare/perlsdio.h
14823            ! MANIFEST NetWare/Makefile NetWare/config.wc
14824            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
14825            ! NetWare/t/Readme.txt
14826 ____________________________________________________________________________
14827 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
14828         Log: More module $VERSION bump-ups.
14829      Branch: perl
14830            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
14831            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
14832            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
14833 ____________________________________________________________________________
14834 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
14835         Log: Doc update due to #11032.
14836      Branch: perl
14837            ! pod/perl572delta.pod
14838 ____________________________________________________________________________
14839 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
14840         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
14841              From: Peter Prymmer <pvhp@forte.com>
14842              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
14843              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
14844      Branch: perl
14845            ! ext/Time/HiRes/HiRes.xs
14846 ____________________________________________________________________________
14847 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
14848         Log: -lpthreads missing in AIX.
14849      Branch: perl
14850            ! hints/aix.sh
14851 ____________________________________________________________________________
14852 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
14853         Log: Subject: [PATCH] CLONE && weakrefs
14854              From: Artur Bergman <artur@contiller.se>
14855              Date: Fri, 29 Jun 2001 17:02:00 +0200
14856              Message-ID: <B7626508.1CA0%artur@contiller.se>
14857      Branch: perl
14858            ! sv.c
14859 ____________________________________________________________________________
14860 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
14861         Log: Subject: Re: Bug report: split splits on wrong pattern
14862              From: Radu Greab <radu@netsoft.ro>
14863              Date: Wed, 27 Jun 2001 21:50:52 +0300
14864              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
14865      Branch: perl
14866            ! pp_ctl.c t/op/split.t
14867 ____________________________________________________________________________
14868 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
14869         Log: Metaconfig unit change for #11027.
14870      Branch: metaconfig/U/perl
14871            ! d_modfl.U
14872 ____________________________________________________________________________
14873 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
14874         Log: I thought this Configure glitch for AIX was just recently fixed?
14875      Branch: perl
14876            ! Configure
14877 ____________________________________________________________________________
14878 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
14879         Log: Update Changes.
14880      Branch: perl
14881            ! Changes patchlevel.h
14882 ____________________________________________________________________________
14883 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
14884         Log: Subject: Re: perl@10967, File::Find, and Cwd
14885              From: Mike Guy <mjtg@cam.ac.uk>
14886              Date: Fri, 29 Jun 2001 14:56:49 +0100
14887              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
14888      Branch: perl
14889            ! lib/File/Find/taint.t
14890 ____________________________________________________________________________
14891 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
14892         Log: Update the sv_pvprintify() spec.
14893      Branch: perl
14894            ! pod/perltodo.pod
14895 ____________________________________________________________________________
14896 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
14897         Log: Known test failures update.
14898      Branch: perl
14899            ! pod/perl572delta.pod
14900 ____________________________________________________________________________
14901 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
14902         Log: Based on
14903              
14904              Subject: [PATCH @11016] More );) fixes
14905              From: Richard Soderberg <rs@crystalflame.net>
14906              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
14907              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
14908      Branch: perl
14909            ! ext/Thread/Thread.xs ext/Thread/typemap
14910 ____________________________________________________________________________
14911 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
14912         Log: Subject: [PATCH @11016] Fixes compile errors in four files
14913              From: Richard Soderberg <rs@crystalflame.net>
14914              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
14915              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
14916      Branch: perl
14917            ! mg.c pp.c pp_hot.c util.c
14918 ____________________________________________________________________________
14919 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
14920         Log: AIX hints tweaking continues, from Merijn Brand.
14921      Branch: perl
14922            ! hints/aix.sh
14923 ____________________________________________________________________________
14924 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
14925         Log: HP-UX needs gccversion sooner, from Merijn Brand.
14926      Branch: perl
14927            ! hints/hpux.sh
14928 ____________________________________________________________________________
14929 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
14930         Log: Subject: [PATCH 5.6.1] OS/2 docs
14931              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14932              Date: Fri, 29 Jun 2001 02:34:12 -0400
14933              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
14934      Branch: perl
14935            ! README.os2 os2/Changes
14936 ____________________________________________________________________________
14937 [ 11017] By: nick                                  on 2001/06/29  10:20:30
14938         Log: Integrate mainline
14939      Branch: perlio
14940           +> (branch 37 files)
14941            - ext/ODBM_File/sdbm.t
14942           !> (integrate 211 files)
14943 ____________________________________________________________________________
14944 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
14945         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
14946              the modules found using a script written by Larry Schatzer Jr.
14947      Branch: perl
14948            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
14949            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
14950            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
14951            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
14952            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
14953            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
14954            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
14955            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
14956            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
14957            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
14958            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
14959            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
14960            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
14961            ! lib/constant.pm lib/fields.pm lib/strict.pm
14962 ____________________________________________________________________________
14963 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
14964         Log: The latest JPL from the anoncvs.
14965      Branch: perl
14966            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14967 ____________________________________________________________________________
14968 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
14969         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
14970      Branch: perl
14971            ! t/op/pat.t
14972 ____________________________________________________________________________
14973 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
14974         Log: Worrying about insecure directories now is a bit too late.
14975      Branch: perl
14976            ! lib/File/Find/taint.t
14977 ____________________________________________________________________________
14978 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
14979         Log: Cannot DIE() in a void function,
14980              from Richard Hatch <rhatch@austin.ibm.com>.
14981      Branch: perl
14982            ! ext/IPC/SysV/SysV.xs
14983 ____________________________________________________________________________
14984 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
14985         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
14986              From: Peter Prymmer <pvhp@forte.com>
14987              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
14988              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
14989              
14990              (unfinished: time/hires tests 3, 5, 14 failing, but better
14991              than wholesale failure)
14992      Branch: perl
14993            ! ext/Time/HiRes/HiRes.xs
14994 ____________________________________________________________________________
14995 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
14996         Log: Subject: [PATCH 5.6.1] OS/2 improvements
14997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14998              Date: Thu, 28 Jun 2001 16:03:14 -0400
14999              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
15000      Branch: perl
15001            + os2/os2_base.t
15002            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
15003            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
15004            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
15005            ! os2/os2ish.h
15006 ____________________________________________________________________________
15007 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
15008         Log: Subject: Incrementing Extutils::Manifest's $VERSION
15009              From: Michael G Schwern <schwern@pobox.com>
15010              Date: Thu, 28 Jun 2001 13:13:49 -0400
15011              Message-ID: <20010628131349.A14738@blackrider>
15012      Branch: maint-5.6/perl
15013            ! lib/ExtUtils/Manifest.pm
15014 ____________________________________________________________________________
15015 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
15016         Log: AIX tweak from Merijn Brand.
15017      Branch: perl
15018            ! hints/aix.sh
15019 ____________________________________________________________________________
15020 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
15021         Log: Create the macperl branch.
15022      Branch: maint-5.6/macperl
15023           +> (branch 1728 files)
15024 ____________________________________________________________________________
15025 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
15026         Log: Update Changes.
15027      Branch: perl
15028            ! Changes patchlevel.h
15029 ____________________________________________________________________________
15030 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
15031         Log: More Perforce lore.
15032      Branch: perl
15033            ! Porting/repository.pod
15034 ____________________________________________________________________________
15035 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
15036         Log: Metaconfig unit changes for #11003.
15037      Branch: metaconfig/U/perl
15038            + d_nl_langinfo.U i_langinfo.U
15039 ____________________________________________________________________________
15040 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
15041         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
15042              Expected not to exist in non-UNIX excepting in VMS, where
15043              according to a quick web survey they just might.
15044      Branch: perl
15045            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
15046            ! Porting/config_H config_h.SH configure.com epoc/config.sh
15047            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
15048            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15049            ! win32/config.bc win32/config.gc win32/config.vc
15050 ____________________________________________________________________________
15051 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
15052         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
15053              in AIX is one is doing a 64-bit build.
15054      Branch: perl
15055            ! hints/aix.sh
15056 ____________________________________________________________________________
15057 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
15058         Log: Metaconfig unit changes for #11000.
15059      Branch: metaconfig/U/perl
15060            ! use64bits.U uselfs.U
15061 ____________________________________________________________________________
15062 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
15063         Log: Move use64bitint and use64bitall before uselargefiles.
15064      Branch: perl
15065            ! Configure
15066 ____________________________________________________________________________
15067 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
15068         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
15069              From: Robert Spier <rspier@pobox.com>
15070              Message-ID: <15162.41164.618712.841415@rls.cx>
15071              Date: Wed, 27 Jun 2001 23:13:16 -0400
15072      Branch: perl
15073            ! doio.c
15074 ____________________________________________________________________________
15075 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
15076         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
15077              From: Peter Prymmer <pvhp@forte.com>
15078              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
15079              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
15080      Branch: perl
15081            ! numeric.c
15082 ____________________________________________________________________________
15083 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
15084         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
15085              From: Peter Prymmer <pvhp@forte.com>
15086              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
15087              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
15088      Branch: perl
15089            ! configure.com ext/Digest/MD5/Makefile.PL
15090 ____________________________________________________________________________
15091 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
15092         Log: Update Changes.
15093      Branch: perl
15094            ! Changes patchlevel.h
15095 ____________________________________________________________________________
15096 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
15097         Log: Tiny EPOC updates.
15098      Branch: perl
15099            ! epoc/config.sh
15100 ____________________________________________________________________________
15101 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
15102         Log: The Test::More and Test::Simple tests required help
15103              thanks to our schizophrenic test scheme.
15104      Branch: perl
15105            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15106            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15107            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
15108            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
15109            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
15110 ____________________________________________________________________________
15111 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
15112         Log: Upgrade to Test::Simple 0.09.
15113      Branch: perl
15114            + lib/Test/Simple/Changes
15115            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
15116            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
15117            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
15118            ! lib/Test/Simple/t/plan_is_noplan.t
15119 ____________________________________________________________________________
15120 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
15121         Log: Upgrade to Test::More 0.07.
15122      Branch: perl
15123            + lib/Test/More/Changes
15124            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
15125            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
15126            ! lib/Test/More/t/skipall.t
15127 ____________________________________________________________________________
15128 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
15129         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
15130              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15131              Date: Wed, 27 Jun 2001 18:40:04 +0200
15132              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
15133      Branch: perl
15134            ! hints/hpux.sh
15135 ____________________________________________________________________________
15136 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
15137         Log: Subject: [PATCH README.qnx hints/qnx.sh]
15138              From: Norton Allen <allen@huarp.harvard.edu>
15139              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
15140              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
15141      Branch: perl
15142            ! README.qnx hints/qnx.sh
15143 ____________________________________________________________________________
15144 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
15145         Log: Subject: [PATCH] two little documentation nits
15146              From: Abhijit Menon-Sen <ams@wiw.org>
15147              Date: Wed, 27 Jun 2001 20:07:50 +0530
15148              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
15149      Branch: perl
15150            ! sv.c sv.h
15151 ____________________________________________________________________________
15152 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
15153         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
15154              From: Norton Allen <allen@huarp.harvard.edu>
15155              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
15156              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
15157      Branch: perl
15158            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
15159 ____________________________________________________________________________
15160 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
15161         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
15162              From: Michael G Schwern <schwern@pobox.com>
15163              Date: Wed, 27 Jun 2001 02:34:58 -0400
15164              Message-ID: <20010627023458.K23874@blackrider>
15165      Branch: perl
15166            ! vms/test.com
15167 ____________________________________________________________________________
15168 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
15169         Log: Add perl_clone_host() for Netware.
15170      Branch: perl
15171            ! NetWare/nw5.c
15172 ____________________________________________________________________________
15173 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
15174         Log: GCC 3.0 hints for HP-UX.
15175      Branch: perl
15176            ! hints/hpux.sh
15177 ____________________________________________________________________________
15178 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
15179         Log: In some Linux distributions the libndbm is broken
15180              (no null key support), therefore link with libgdbm
15181              (if available), since it has a working ndbm emulation,
15182              from Jonathan Stowe.
15183      Branch: perl
15184            + ext/NDBM_File/hints/linux.pl
15185            ! MANIFEST
15186 ____________________________________________________________________________
15187 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
15188         Log: Subject: [PATCH perl@10930] find.t hack for VMS
15189              From: "Craig A. Berry" <craigberry@mac.com>
15190              Date: Tue, 26 Jun 2001 23:40:25 -0500
15191              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
15192      Branch: perl
15193            ! lib/File/Find/find.t
15194 ____________________________________________________________________________
15195 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
15196         Log: AUTHORS updates.
15197      Branch: perl
15198            ! AUTHORS
15199 ____________________________________________________________________________
15200 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
15201         Log: Metaconfig unit change like #10980.
15202      Branch: metaconfig
15203            ! U/compline/d_stdstdio.U
15204 ____________________________________________________________________________
15205 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
15206         Log: "lose the it's", from Abhijit Menon-Sen.
15207              ("It's" not searched, pods not searched.)
15208      Branch: perl
15209            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
15210            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
15211            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
15212            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
15213            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15214            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
15215 ____________________________________________________________________________
15216 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
15217         Log: "lose the looses", from Abhijit Menon-Sen.
15218      Branch: perl
15219            ! ext/B/B/Assembler.pm gv.c
15220 ____________________________________________________________________________
15221 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
15222         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
15223      Branch: perl
15224            ! hints/os390.sh
15225 ____________________________________________________________________________
15226 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
15227         Log: DEC C 5.3 on the VAX simply doesn't seem to like
15228              compiling the MD5 extension, disable it there for now,
15229              from Peter Prymmer.
15230      Branch: perl
15231            ! configure.com
15232 ____________________________________________________________________________
15233 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
15234         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
15235              From: Jonathan Stowe <gellyfish@gellyfish.com>
15236              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
15237              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
15238      Branch: perl
15239            ! pod/perlfaq3.pod
15240 ____________________________________________________________________________
15241 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
15242         Log: Subject: [PATCH 5.6.1] perlxs misprints
15243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15244              Date: Tue, 26 Jun 2001 17:20:00 -0400
15245              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
15246      Branch: perl
15247            ! pod/perlxs.pod
15248 ____________________________________________________________________________
15249 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
15250         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
15251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15252              Date: Tue, 26 Jun 2001 17:27:07 -0400
15253              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
15254      Branch: perl
15255            ! lib/ExtUtils/MM_Unix.pm
15256 ____________________________________________________________________________
15257 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
15258         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
15259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15260              Date: Tue, 26 Jun 2001 17:23:24 -0400
15261              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
15262      Branch: perl
15263            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
15264 ____________________________________________________________________________
15265 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
15266         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
15267              by Olaf Flebbe.
15268      Branch: perl
15269            ! perl.h
15270 ____________________________________________________________________________
15271 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
15272         Log: Detypo.
15273      Branch: perl
15274            ! lib/Memoize/t/tie_sdbm.t
15275 ____________________________________________________________________________
15276 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
15277         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
15278      Branch: perl
15279            ! win32/perllib.c
15280 ____________________________________________________________________________
15281 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
15282         Log: Subject: [patch] perl_clone+CvFILE
15283              From: Doug MacEachern <dougm@covalent.net>
15284              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
15285              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
15286      Branch: perl
15287            ! sv.c
15288 ____________________________________________________________________________
15289 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
15290         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
15291              From: Mark-Jason Dominus <mjd@plover.com>
15292              Date: Tue, 26 Jun 2001 12:33:01 -0400
15293              Message-ID: <20010626163301.31298.qmail@plover.com>
15294      Branch: perl
15295            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
15296 ____________________________________________________________________________
15297 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
15298         Log: Update Changes.
15299      Branch: perl
15300            ! Changes patchlevel.h
15301 ____________________________________________________________________________
15302 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
15303         Log: Also catfile() needs now to explicitly exported.
15304      Branch: perl
15305            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
15306 ____________________________________________________________________________
15307 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
15308         Log: Regen toc.
15309      Branch: perl
15310            ! pod/perltoc.pod
15311 ____________________________________________________________________________
15312 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
15313         Log: Nonexistent pod command.
15314      Branch: perl
15315            ! pod/perl572delta.pod
15316 ____________________________________________________________________________
15317 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
15318         Log: Be more portable in the quest for tmpdir.
15319      Branch: perl
15320            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
15321 ____________________________________________________________________________
15322 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
15323         Log: Be more portable in finding out the home directory,
15324              and use File::Spec to do the concat.
15325              (Come to think of it, couldn't File::Spec provide
15326              for a ->homedir method?)
15327      Branch: perl
15328            ! lib/Net/Config.pm
15329 ____________________________________________________________________________
15330 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
15331         Log: Doc patch for #10959.
15332      Branch: perl
15333            ! pod/perlfunc.pod
15334 ____________________________________________________________________________
15335 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
15336         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
15337              From: "Philip Newton" <pnewton@gmx.de>
15338              Date: Tue, 26 Jun 2001 16:26:47 +0200
15339              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
15340      Branch: perl
15341            ! pod/perldata.pod
15342 ____________________________________________________________________________
15343 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
15344         Log: Subject: [PATH] shared -> unique;
15345              From: "Artur Bergman" <artur@contiller.se>
15346              Date: Tue, 26 Jun 2001 16:18:40 +0200
15347              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
15348              
15349              Because "shared" isn't: it's read-only.
15350      Branch: perl
15351            ! toke.c xsutils.c
15352 ____________________________________________________________________________
15353 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
15354         Log: Escape multiline croak messages.
15355      Branch: perl
15356            ! t/op/ver.t
15357 ____________________________________________________________________________
15358 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
15359         Log: No more pragma/*.t for minitest.
15360      Branch: perl
15361            ! Makefile.SH
15362 ____________________________________________________________________________
15363 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
15364         Log: AUTHORS updates.
15365      Branch: perl
15366            ! AUTHORS
15367 ____________________________________________________________________________
15368 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
15369         Log: delta updates.
15370      Branch: perl
15371            ! pod/perl572delta.pod
15372 ____________________________________________________________________________
15373 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
15374         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
15375              From: Artur Bergman <artur@contiller.se> 
15376              Date: Tue, 26 Jun 2001 15:32:53 +0200
15377              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
15378      Branch: perl
15379            ! makedef.pl sv.c sv.h win32/perllib.c
15380 ____________________________________________________________________________
15381 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
15382         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
15383              From: Jonathan Stowe <gellyfish@gellyfish.com>
15384              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
15385              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
15386              
15387              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
15388      Branch: perl
15389            + ext/Time/HiRes/hints/sco.pl
15390            ! MANIFEST
15391 ____________________________________________________________________________
15392 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
15393         Log: Subject: [PATCH 5.6.1] static build
15394              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15395              Date: Tue, 26 Jun 2001 04:22:25 -0400
15396              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
15397      Branch: perl
15398            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
15399            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
15400 ____________________________________________________________________________
15401 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
15402         Log: DJGPP patches from Laszlo Molnar.
15403      Branch: perl
15404            ! djgpp/djgpp.c perl.c util.c
15405 ____________________________________________________________________________
15406 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
15407         Log: Netware patches from Ananth Kesari.
15408      Branch: perl
15409            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
15410            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
15411            ! NetWare/nwtinfo.h
15412 ____________________________________________________________________________
15413 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
15414         Log: Detypo.
15415      Branch: perl
15416            ! ext/Errno/Errno_pm.PL
15417 ____________________________________________________________________________
15418 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
15419         Log: There seems to be two ways of spelling the $^O in *STEP.
15420      Branch: perl
15421            ! ext/Errno/Errno_pm.PL
15422 ____________________________________________________________________________
15423 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
15424         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
15425              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
15426      Branch: perl
15427            ! ext/Errno/Errno_pm.PL
15428 ____________________________________________________________________________
15429 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
15430         Log: Known bugs update.
15431      Branch: perl
15432            ! pod/perl572delta.pod
15433 ____________________________________________________________________________
15434 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
15435         Log: The default installation of Cygwin has 500 as root's uid.
15436      Branch: perl
15437            ! lib/User/pwent.t
15438 ____________________________________________________________________________
15439 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
15440         Log: Be even more relaxed (re-allow having only one entry).
15441      Branch: perl
15442            ! t/op/grent.t t/op/pwent.t
15443 ____________________________________________________________________________
15444 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
15445         Log: Test failure updates.
15446      Branch: perl
15447            ! pod/perl572delta.pod
15448 ____________________________________________________________________________
15449 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
15450         Log: MPE/iX test tweaks from Mark Bixby.
15451      Branch: perl
15452            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
15453            ! t/io/fs.t t/op/stat.t
15454 ____________________________________________________________________________
15455 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
15456         Log: Microperl findings.
15457      Branch: perl
15458            ! perl.h pp_sys.c
15459 ____________________________________________________________________________
15460 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
15461         Log: Touch uconfig.h.
15462      Branch: perl
15463            ! uconfig.h
15464 ____________________________________________________________________________
15465 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
15466         Log: Subject: [PATCH] Proposed fix for Pod::Man
15467              From: Rob Napier <rnapier@employees.org>
15468              Date: Mon, 25 Jun 2001 15:49:24 -0400
15469              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
15470              
15471              Cater for Solaris nroff brokenness (shortchanges daisywheel
15472              printers, but hey, we also no more support PDPs.)
15473      Branch: perl
15474            ! lib/Pod/Man.pm
15475 ____________________________________________________________________________
15476 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
15477         Log: Typo in #10937.
15478      Branch: perl
15479            ! ext/POSIX/sigaction.t
15480 ____________________________________________________________________________
15481 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
15482         Log: SIGCONT not trappable in VMS.
15483      Branch: perl
15484            ! ext/POSIX/sigaction.t
15485 ____________________________________________________________________________
15486 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
15487         Log: Subject: [DRAFT] Encode-Tcl.t
15488              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15489              Date: Tue, 26 Jun 2001 03:38:08 +0900
15490              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
15491      Branch: perl
15492            + ext/Encode/Encode/Tcl.t
15493            ! MANIFEST ext/Encode/Encode/Tcl.pm
15494 ____________________________________________________________________________
15495 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
15496         Log: Because of #10932 retract also the perlfunc hunk of #10910.
15497      Branch: perl
15498            ! pod/perlfunc.pod
15499 ____________________________________________________________________________
15500 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
15501         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
15502              by Ilya Zakharevich in
15503              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
15504      Branch: perl
15505            ! XSUB.h
15506 ____________________________________________________________________________
15507 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
15508         Log: Typo in #10889.
15509      Branch: perl
15510            ! hints/uts.sh
15511 ____________________________________________________________________________
15512 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
15513         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
15514              From: Abhijit Menon-Sen <ams@wiw.org>
15515              Date: Mon, 25 Jun 2001 23:45:45 +0530
15516              Message-ID: <20010625234545.A5022@lustre.linux.in>
15517      Branch: perl
15518            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
15519 ____________________________________________________________________________
15520 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
15521         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
15522              From: Michael G Schwern <schwern@pobox.com>
15523              Date: Mon, 25 Jun 2001 14:35:51 -0400
15524              Message-ID: <20010625143551.H13819@blackrider>
15525      Branch: perl
15526            ! lib/Test.pm
15527 ____________________________________________________________________________
15528 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
15529         Log: Update Changes.
15530      Branch: perl
15531            ! Changes patchlevel.h
15532 ____________________________________________________________________________
15533 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
15534         Log: Regen toc and modlib.
15535      Branch: perl
15536            ! pod/perlmodlib.pod pod/perltoc.pod
15537 ____________________________________________________________________________
15538 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
15539         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
15540              for the benefit of C++ compilers, as suggested by Guruprasad.
15541      Branch: perl
15542            ! embed.pl proto.h
15543 ____________________________________________________________________________
15544 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
15545         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
15546              From: Jonathan Stowe <gellyfish@gellyfish.com>
15547              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
15548              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
15549      Branch: perl
15550            ! pod/perlfaq5.pod
15551 ____________________________________________________________________________
15552 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
15553         Log: Missed from #10925.
15554      Branch: perl
15555            ! gv.c
15556 ____________________________________________________________________________
15557 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
15558         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
15559              From: Robin Houston <robin@kitsite.com>
15560              Date: Sat, 19 May 2001 16:19:34 +0100
15561              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
15562      Branch: perl
15563            ! cv.h gv.h op.c
15564 ____________________________________________________________________________
15565 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
15566         Log: Netware README tweak.
15567      Branch: perl
15568            ! README.netware
15569 ____________________________________________________________________________
15570 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
15571         Log: Subject: [PATCH] Re: overload.t fails
15572              From: Abhijit Menon-Sen <ams@wiw.org>
15573              Date: Mon, 25 Jun 2001 14:52:20 +0530
15574              Message-ID: <20010625145220.A24114@lustre.linux.in>
15575      Branch: perl
15576            ! lib/overload.t
15577 ____________________________________________________________________________
15578 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
15579         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
15580              From: Mike Guy <mjtg@cam.ac.uk>
15581              Date: Mon, 25 Jun 2001 11:43:23 +0100
15582              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
15583      Branch: perl
15584            ! lib/Carp.pm
15585 ____________________________________________________________________________
15586 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
15587         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
15588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15589              Date: Sun, 24 Jun 2001 05:17:05 -0400
15590              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
15591      Branch: perl
15592            ! os2/os2ish.h
15593 ____________________________________________________________________________
15594 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
15595         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
15596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15597              Date: Mon, 25 Jun 2001 05:52:27 -0400
15598              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
15599      Branch: perl
15600            ! hints/os2.sh
15601 ____________________________________________________________________________
15602 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
15603         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
15604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15605              Date: Mon, 25 Jun 2001 05:23:35 -0400
15606              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
15607      Branch: perl
15608            ! os2/os2.c
15609 ____________________________________________________________________________
15610 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
15611         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
15612              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15613              Date: Mon, 25 Jun 2001 05:04:32 -0400
15614              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
15615      Branch: perl
15616            ! os2/OS2/REXX/DLL/DLL.pm
15617 ____________________________________________________________________________
15618 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
15619         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
15620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15621              Date: Mon, 25 Jun 2001 05:02:36 -0400
15622              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
15623      Branch: perl
15624            ! mg.c os2/dl_os2.c os2/os2.c
15625 ____________________________________________________________________________
15626 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
15627         Log: Subject: Re: [PATCH 5.6.1] misprints
15628              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15629              Date: Mon, 25 Jun 2001 04:50:50 -0400
15630              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
15631      Branch: perl
15632            ! os2/os2.c pp_sys.c
15633 ____________________________________________________________________________
15634 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
15635         Log: Add Test::More and Test::Simple to the delta.
15636      Branch: perl
15637            ! pod/perl572delta.pod
15638 ____________________________________________________________________________
15639 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
15640         Log: Add Test::More, from Michael G Schwern.
15641      Branch: perl
15642            + lib/Test/More.pm lib/Test/More/t/More.t
15643            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15644            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15645            + t/lib/Test/More/Catch.pm
15646            ! MANIFEST
15647 ____________________________________________________________________________
15648 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
15649         Log: Add Test::Simple from Michael G Schwern.
15650      Branch: perl
15651            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
15652            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
15653            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
15654            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
15655            + t/lib/Test/Simple/Catch.pm
15656            + t/lib/Test/Simple/sample_tests/death.plx
15657            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
15658            + t/lib/Test/Simple/sample_tests/extras.plx
15659            + t/lib/Test/Simple/sample_tests/five_fail.plx
15660            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
15661            + t/lib/Test/Simple/sample_tests/one_fail.plx
15662            + t/lib/Test/Simple/sample_tests/require.plx
15663            + t/lib/Test/Simple/sample_tests/success.plx
15664            + t/lib/Test/Simple/sample_tests/too_few.plx
15665            + t/lib/Test/Simple/sample_tests/two_fail.plx
15666            ! MANIFEST
15667 ____________________________________________________________________________
15668 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
15669         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
15670              From: "Craig A. Berry" <craigberry@mac.com>
15671              Date: Sun, 24 Jun 2001 23:41:36 -0500
15672              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
15673      Branch: perl
15674            ! pp_sys.c
15675 ____________________________________________________________________________
15676 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
15677         Log: Upgrade to Attribute::Handlers 0.70.
15678      Branch: perl
15679            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
15680            ! MANIFEST lib/Attribute/Handlers.pm
15681 ____________________________________________________________________________
15682 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
15683         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
15684              From: Abhijit Menon-Sen <ams@wiw.org>
15685              Date: Sat, 23 Jun 2001 05:17:44 +0530
15686              Message-ID: <20010623051744.A18583@lustre.linux.in>
15687              
15688              (Can't think of a good place to put tests.)
15689      Branch: perl
15690            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
15691 ____________________________________________________________________________
15692 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
15693         Log: Subject: [PATCH] t/op/pat.t typo fix
15694              From: Richard Soderberg <rs@crystalflame.net>
15695              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
15696              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
15697      Branch: perl
15698            ! t/op/pat.t
15699 ____________________________________________________________________________
15700 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
15701         Log: Move the pack warnings to their own file, as pointed
15702              out by Spider.
15703      Branch: perl
15704            + t/lib/warnings/pp_pack
15705            ! MANIFEST t/lib/warnings/pp
15706 ____________________________________________________________________________
15707 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
15708         Log: Update Changes.
15709      Branch: perl
15710            ! Changes patchlevel.h
15711 ____________________________________________________________________________
15712 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
15713         Log: Partially fix a problem noticed by IRIX compiler:
15714              the initialization of parse_start was bypassed by
15715              several gotos.  Now initialized to zero, which may
15716              not be the best choice.
15717      Branch: perl
15718            ! regcomp.c
15719 ____________________________________________________________________________
15720 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
15721         Log: Relax the group and password tests back to moaning only
15722              if no matches at all are found.  (Even with a small sample
15723              I could find many sites where there are, umm, anomalies in
15724              the said databases.)       
15725      Branch: perl
15726            ! t/op/grent.t t/op/pwent.t
15727 ____________________________________________________________________________
15728 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
15729         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
15730      Branch: perl
15731            ! pp_ctl.c
15732 ____________________________________________________________________________
15733 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
15734         Log: De-cut-and-pasto in #10902.
15735      Branch: perl
15736            ! pp_ctl.c
15737 ____________________________________________________________________________
15738 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
15739         Log: The #10771 didn't take?
15740      Branch: perl
15741            ! pp_ctl.c
15742 ____________________________________________________________________________
15743 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
15744         Log: Undo the filetests part of #10900, under multiplicity
15745              weird errors take place.
15746      Branch: perl
15747            ! pp_sys.c
15748 ____________________________________________________________________________
15749 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
15750         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
15751      Branch: perl
15752            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
15753 ____________________________________________________________________________
15754 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
15755         Log: (Replaced by #10922)
15756              
15757              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
15758              From: Tony Bowden <tony@kasei.com>
15759              Date: Sun, 24 Jun 2001 17:32:40 +0100
15760              Message-ID: <20010624173240.A16293@blackstar.co.uk>
15761              
15762              Document (well, mention) shortmess() and longmess()
15763              to rob people of their fun of reinventing the weel.
15764      Branch: perl
15765            ! lib/Carp.pm
15766 ____________________________________________________________________________
15767 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
15768         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
15769              From: Brian Jepson <bjepson@oreilly.com>
15770              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
15771              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
15772      Branch: perl
15773            ! pp_sys.c
15774 ____________________________________________________________________________
15775 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
15776         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
15777              From: Robin Barker <rmb1@cise.npl.co.uk> 
15778              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
15779              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
15780      Branch: perl
15781            ! lib/CPAN.pm
15782 ____________________________________________________________________________
15783 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
15784         Log: Memoize patch from mjd.
15785      Branch: perl
15786            ! lib/Memoize/t/tie_storable.t
15787 ____________________________________________________________________________
15788 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
15789         Log: Spec the sv_pvprintify() a bit more.
15790      Branch: perl
15791            ! pod/perltodo.pod
15792 ____________________________________________________________________________
15793 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
15794         Log: Upgrade to Memoize 0.65.
15795      Branch: perl
15796            + lib/Memoize/t/array_confusion.t
15797            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
15798            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
15799            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
15800            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
15801            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
15802            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
15803            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
15804            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
15805            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
15806            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
15807            ! lib/Memoize/t/tie_storable.t
15808 ____________________________________________________________________________
15809 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
15810         Log: Metaconfig unit change for #10892.
15811      Branch: metaconfig
15812            ! U/modified/Options.U
15813 ____________________________________________________________________________
15814 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
15815         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
15816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15817              Date: Sun, 24 Jun 2001 05:24:40 -0400
15818              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
15819      Branch: perl
15820            ! Configure hints/os2.sh
15821 ____________________________________________________________________________
15822 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
15823         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
15824              From: Mike Guy <mjtg@cam.ac.uk>
15825              Date: Sun, 24 Jun 2001 15:28:39 +0100
15826              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
15827              
15828              Fix an ancient (5.002) bug.
15829      Branch: perl
15830            ! lib/Carp/Heavy.pm
15831 ____________________________________________________________________________
15832 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
15833         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
15834              variables.
15835      Branch: perl
15836            ! pp_sys.c
15837 ____________________________________________________________________________
15838 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
15839         Log: Make UTS as per #10888.
15840      Branch: perl
15841            ! hints/uts.sh
15842 ____________________________________________________________________________
15843 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
15844         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
15845      Branch: perl
15846            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
15847            ! mpeix/mpeixish.h perl.h unixish.h
15848 ____________________________________________________________________________
15849 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
15850         Log: AUTHORS update.
15851      Branch: perl
15852            ! AUTHORS
15853 ____________________________________________________________________________
15854 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
15855         Log: Subject: Encode::Tcl for multibyte doesnot work
15856              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15857              Date: Sun, 24 Jun 2001 22:48:21 +0900
15858              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
15859      Branch: perl
15860            ! ext/Encode/Encode/Tcl.pm
15861 ____________________________________________________________________________
15862 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
15863         Log: Subject: [PATCH] Remove tautology in error messages
15864              From: Mike Guy <mjtg@cam.ac.uk>
15865              Date: Sun, 24 Jun 2001 13:31:00 +0100
15866              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
15867      Branch: perl
15868            ! pp_sys.c
15869 ____________________________________________________________________________
15870 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
15871         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
15872      Branch: perl
15873            ! hints/darwin.sh
15874 ____________________________________________________________________________
15875 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
15876         Log: Subject: Re: [PATCH 5.6.1] test suite
15877              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15878              Date: Sun, 24 Jun 2001 05:47:05 -0400
15879              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
15880              
15881              Test suite fixes.
15882      Branch: perl
15883            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
15884 ____________________________________________________________________________
15885 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
15886         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
15887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15888              Date: Sun, 24 Jun 2001 05:37:19 -0400
15889              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
15890      Branch: perl
15891            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
15892 ____________________________________________________________________________
15893 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
15894         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
15895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15896              Date: Sun, 24 Jun 2001 05:34:50 -0400
15897              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
15898              
15899              Pacify compiler warnings.
15900      Branch: perl
15901            ! pp_sys.c
15902 ____________________________________________________________________________
15903 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
15904         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
15905              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15906              Date: Sun, 24 Jun 2001 05:21:18 -0400
15907              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
15908              
15909              Enable compression of executables during link time.
15910      Branch: perl
15911            ! hints/os2.sh
15912 ____________________________________________________________________________
15913 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
15914         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
15915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15916              Date: Sun, 24 Jun 2001 05:15:11 -0400
15917              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
15918              
15919              Add ordinals to the export list for Perl DLL.
15920              (Breaks intra-version DLL compatibility.)
15921      Branch: perl
15922            ! makedef.pl
15923 ____________________________________________________________________________
15924 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
15925         Log: Allow (displaying and) re-editing the Subject in perlbug.
15926              Also abstract the Subject quality control into a function.
15927      Branch: perl
15928            ! utils/perlbug.PL
15929 ____________________________________________________________________________
15930 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
15931         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
15932      Branch: perl
15933            ! utils/perlbug.PL
15934 ____________________________________________________________________________
15935 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
15936         Log: Regen toc and modlib.
15937      Branch: perl
15938            ! pod/perlmodlib.pod pod/perltoc.pod
15939 ____________________________________________________________________________
15940 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
15941         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
15942              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
15943              attribute semantics as much as possible, or 'ntsec' which uses
15944              native NTFS semantics.)  (See also #10877.)
15945      Branch: perl
15946            ! perl.c
15947 ____________________________________________________________________________
15948 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
15949         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
15950      Branch: perl
15951            ! lib/Test/Harness.pm
15952 ____________________________________________________________________________
15953 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
15954         Log: Just zap the -uPerlio.
15955      Branch: perl
15956            ! ext/B/Stash.t
15957 ____________________________________________________________________________
15958 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
15959         Log: Do not test PerlIO if PerlIO not used.
15960      Branch: perl
15961            ! ext/PerlIO/PerlIO.t
15962 ____________________________________________________________________________
15963 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
15964         Log: Regen perlapi.
15965      Branch: perl
15966            ! pod/perlapi.pod
15967 ____________________________________________________________________________
15968 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
15969         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
15970              From: Nicholas Clark <nick@ccl4.org>
15971              Date: Sat, 23 Jun 2001 22:55:47 +0100
15972              Message-ID: <20010623225547.Z98663@plum.flirble.org>
15973      Branch: perl
15974            ! numeric.c
15975 ____________________________________________________________________________
15976 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
15977         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
15978              From: Prymmer/Kahn <pvhp@best.com>
15979              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
15980              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
15981      Branch: perl
15982            ! lib/h2xs.t
15983 ____________________________________________________________________________
15984 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
15985         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
15986              cygwin does not taint cwd, just like win32.
15987      Branch: perl
15988            ! lib/File/Find/taint.t t/op/taint.t
15989 ____________________________________________________________________________
15990 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
15991         Log: Retract #10865, the patch should be unnecessary.
15992              (But seemingly helpful in Cygwin?  Strange.)
15993      Branch: perl
15994            ! lib/Memoize/t/tie_ndbm.t
15995 ____________________________________________________________________________
15996 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
15997         Log: Misplaced test file; plus Cygwin filesystem semantics.
15998      Branch: perl
15999            + ext/SDBM_File/sdbm.t
16000            - ext/ODBM_File/sdbm.t
16001            ! MANIFEST
16002 ____________________________________________________________________________
16003 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
16004         Log: (Retracted by #10867.)
16005      Branch: perl
16006            ! lib/Memoize/t/tie_ndbm.t
16007 ____________________________________________________________________________
16008 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
16009         Log: Metaconfig unit change for #10863.
16010      Branch: metaconfig/U/perl
16011            ! Extensions.U
16012 ____________________________________________________________________________
16013 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
16014         Log: In Cygwin do not build NDBM_File and ODBM_File unless
16015              -lndbm and -ldbm are available.
16016      Branch: perl
16017            ! Configure config_h.SH
16018 ____________________________________________________________________________
16019 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
16020         Log: More Cygwin filesystem semantics.
16021      Branch: perl
16022            ! t/io/fs.t t/op/stat.t
16023 ____________________________________________________________________________
16024 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
16025         Log: More DOSish permission semantics for Cygwin.
16026      Branch: perl
16027            ! lib/AnyDBM_File.t
16028 ____________________________________________________________________________
16029 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
16030         Log: Cygwin too has different permission semantics.
16031      Branch: perl
16032            ! ext/GDBM_File/gdbm.t
16033 ____________________________________________________________________________
16034 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
16035         Log: The group (and assumedly passwd) databases can have
16036              only one entry (this is the case in cygwin).
16037      Branch: perl
16038            ! t/op/grent.t t/op/pwent.t
16039 ____________________________________________________________________________
16040 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
16041         Log: Also in Cygwin use Socket to figure out domainname
16042              (if any) (avoids trying to call external 'domainname',
16043              which doesn't at the moment exist in Cygwin)
16044      Branch: perl
16045            ! lib/Net/Domain.pm
16046 ____________________________________________________________________________
16047 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
16048         Log: Remove also the lib$Foo.def, not just $Foo.def.
16049      Branch: perl
16050            ! lib/ExtUtils/MM_Unix.pm
16051 ____________________________________________________________________________
16052 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
16053         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
16054      Branch: perl
16055            ! unixish.h
16056 ____________________________________________________________________________
16057 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
16058         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
16059              to match the whole isprint(), only the space character.
16060      Branch: perl
16061            ! handy.h pod/perlre.pod t/op/pat.t
16062 ____________________________________________________________________________
16063 [ 10854] By: nick                                  on 2001/06/23  08:09:33
16064         Log: Integrate mainline
16065      Branch: perlio
16066           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
16067           !> lib/ExtUtils.t lib/File/Find/taint.t
16068           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
16069           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
16070           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
16071 ____________________________________________________________________________
16072 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
16073         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
16074              with its floats    in os390 and s390 (UTS).
16075      Branch: perl
16076            ! lib/Math/BigInt/t/bigintpm.t
16077 ____________________________________________________________________________
16078 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
16079         Log: Add also UTS (s390) to the non-IEEE float platforms.
16080      Branch: perl
16081            ! t/op/sprintf.t
16082 ____________________________________________________________________________
16083 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
16084         Log: Subject: RFC: what are applicable standards for exponent sizes?
16085              From: Peter Prymmer <pvhp@forte.com>
16086              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
16087              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
16088      Branch: perl
16089            ! t/op/sprintf.t
16090 ____________________________________________________________________________
16091 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
16092         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
16093              From: Peter Prymmer <pvhp@forte.com>
16094              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
16095              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
16096      Branch: perl
16097            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
16098 ____________________________________________________________________________
16099 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
16100         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
16101              From: Peter Prymmer <pvhp@forte.com>
16102              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
16103              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
16104      Branch: perl
16105            ! lib/ExtUtils.t
16106 ____________________________________________________________________________
16107 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
16108         Log: Retract #10845.
16109      Branch: perl
16110            ! lib/File/Find/taint.t
16111 ____________________________________________________________________________
16112 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
16113         Log: Yet another error message.
16114      Branch: perl
16115            ! t/op/mkdir.t
16116 ____________________________________________________________________________
16117 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
16118         Log: The croak message for nonexistent socket functions may vary.
16119      Branch: perl
16120            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
16121 ____________________________________________________________________________
16122 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
16123         Log: (Retracted by #10848.)
16124      Branch: perl
16125            ! lib/File/Find/taint.t
16126 ____________________________________________________________________________
16127 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
16128         Log: Integrate perlio.
16129      Branch: perl
16130           !> lib/File/Find/taint.t t/op/write.t
16131 ____________________________________________________________________________
16132 [ 10843] By: nick                                  on 2001/06/22  21:24:51
16133         Log: Back out debug in taint.t
16134      Branch: perlio
16135            ! lib/File/Find/taint.t
16136 ____________________________________________________________________________
16137 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
16138         Log: setitimer() does not exist in Unicos, despite of what
16139              Configure thinks, from Mark P. Lutz.
16140      Branch: perl
16141            ! hints/unicos.sh
16142 ____________________________________________________________________________
16143 [ 10841] By: nick                                  on 2001/06/22  21:19:36
16144         Log: Skip cwd test on Win32 ???
16145      Branch: perlio
16146            ! lib/File/Find/taint.t
16147 ____________________________________________________________________________
16148 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
16149         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
16150              and Tru64 gcc -Wall happy.
16151      Branch: perl
16152            ! mg.c
16153 ____________________________________________________________________________
16154 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
16155         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
16156      Branch: perl
16157            ! ext/IPC/SysV/Semaphore.pm
16158 ____________________________________________________________________________
16159 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
16160         Log: Metaconfig unit change for #10837.
16161      Branch: metaconfig/U/perl
16162            ! Cross.U
16163 ____________________________________________________________________________
16164 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
16165         Log: Cleanup of the cross-compilation unit.
16166      Branch: perl
16167            ! Configure
16168 ____________________________________________________________________________
16169 [ 10836] By: nick                                  on 2001/06/22  20:45:12
16170         Log: Skip |- based op/write.t on Win32 as well as VMS
16171      Branch: perlio
16172            ! t/op/write.t
16173 ____________________________________________________________________________
16174 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
16175         Log: Integrate perlio.
16176      Branch: perl
16177           !> util.c
16178 ____________________________________________________________________________
16179 [ 10834] By: nick                                  on 2001/06/22  20:41:54
16180         Log: Integrate mainline
16181      Branch: perlio
16182           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16183           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
16184           !> vos/config.ga.h
16185 ____________________________________________________________________________
16186 [ 10833] By: nick                                  on 2001/06/22  20:22:58
16187         Log: Patcho fix.
16188      Branch: perlio
16189            ! util.c
16190 ____________________________________________________________________________
16191 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
16192         Log: Metaconfig unit changes for #10831.
16193      Branch: metaconfig
16194            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
16195 ____________________________________________________________________________
16196 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
16197         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
16198              From: Andy Dougherty <doughera@lafayette.edu>
16199              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
16200              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
16201      Branch: perl
16202            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16203            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
16204 ____________________________________________________________________________
16205 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
16206         Log: MPE/iX prototype nits from Mark Bixby.
16207      Branch: perl
16208            ! pp_sys.c
16209 ____________________________________________________________________________
16210 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
16211         Log: Detypo.
16212      Branch: perl
16213            ! util.c
16214 ____________________________________________________________________________
16215 [ 10828] By: nick                                  on 2001/06/22  15:33:37
16216         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
16217      Branch: perlio
16218           +> lib/h2xs.t
16219           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
16220           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
16221           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
16222           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
16223           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
16224           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
16225           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
16226           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
16227           !> vms/vmsish.h
16228 ____________________________________________________________________________
16229 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
16230         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
16231              Date: Fri, 22 Jun 2001 10:08:35 -0500
16232              From: "Craig A. Berry" <craigberry@mac.com>
16233              Message-Id: <a05101001b75908704194@[192.168.56.145]>
16234      Branch: perl
16235            ! vms/vms.c vms/vmsish.h
16236 ____________________________________________________________________________
16237 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
16238         Log: NetWare scripts tweak from Ananth Kesari.
16239      Branch: perl
16240            ! NetWare/t/NWScripts.pl
16241 ____________________________________________________________________________
16242 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
16243         Log: Update Changes.
16244      Branch: perl
16245            ! Changes patchlevel.h
16246 ____________________________________________________________________________
16247 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
16248         Log: Add .i and .s targets.
16249      Branch: perl
16250            ! Makefile.SH
16251 ____________________________________________________________________________
16252 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
16253         Log: Upgrade to Locale::Maketext 1.03.
16254      Branch: perl
16255            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
16256            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
16257 ____________________________________________________________________________
16258 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
16259         Log: Upgrade to I18N::LangTags 0.26.
16260      Branch: perl
16261            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
16262            ! lib/I18N/LangTags/test.pl
16263 ____________________________________________________________________________
16264 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
16265         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
16266              Philip Newton.
16267      Branch: perl
16268            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
16269            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16270 ____________________________________________________________________________
16271 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
16272         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
16273              From: Prymmer/Kahn <pvhp@best.com>
16274              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
16275              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
16276      Branch: perl
16277            + lib/h2xs.t
16278            ! MANIFEST utils/h2xs.PL
16279 ____________________________________________________________________________
16280 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
16281         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
16282              From: Prymmer/Kahn <pvhp@best.com>
16283              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
16284              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
16285      Branch: perl
16286            ! lib/ExtUtils.t
16287 ____________________________________________________________________________
16288 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
16289         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
16290              From: Prymmer/Kahn <pvhp@best.com>
16291              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
16292              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
16293      Branch: perl
16294            ! t/pod/plainer.t
16295 ____________________________________________________________________________
16296 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
16297         Log: AUTHORS update.
16298      Branch: perl
16299            ! AUTHORS
16300 ____________________________________________________________________________
16301 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
16302         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
16303              From: "Craig A. Berry" <craigberry@mac.com>
16304              Date: Thu, 21 Jun 2001 18:20:38 -0500
16305              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
16306      Branch: perl
16307            ! ext/POSIX/POSIX.xs
16308 ____________________________________________________________________________
16309 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
16310         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
16311              From: "Craig A. Berry" <craigberry@mac.com>
16312              Date: Thu, 21 Jun 2001 09:58:52 -0500
16313              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
16314      Branch: perl
16315            ! ext/B/Deparse.t t/op/write.t
16316 ____________________________________________________________________________
16317 [ 10814] By: nick                                  on 2001/06/22  08:13:09
16318         Log: Integrate mainline.
16319      Branch: perlio
16320           !> (integrate 46 files)
16321 ____________________________________________________________________________
16322 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
16323         Log: Change the prefixes only if $prefix is unset,
16324              as originally patched by Marcel Grunauer.
16325      Branch: perl
16326            ! hints/darwin.sh hints/rhapsody.sh
16327 ____________________________________________________________________________
16328 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
16329         Log: Subject: Re: Patch for hints/darwin.sh
16330              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
16331              Date: Thu, 21 Jun 2001 11:23:46 -0700
16332              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
16333      Branch: perl
16334            ! hints/darwin.sh hints/rhapsody.sh
16335 ____________________________________________________________________________
16336 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
16337         Log: Add .PHONY targets for non-file targets,
16338              from Wilfredo Sánchez.  Should help saying
16339              "make install" on case-insensitive filesystems.
16340      Branch: perl
16341            ! Makefile.SH
16342 ____________________________________________________________________________
16343 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
16344         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
16345              From: Doug MacEachern <dougm@covalent.net>
16346              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
16347              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
16348              
16349              plus reword the getcwd() comment, plus use getcwd() buffer
16350              size minus one.
16351      Branch: perl
16352            ! util.c
16353 ____________________________________________________________________________
16354 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
16355         Log: More gprofing from Doug MacEachern.
16356      Branch: perl
16357            ! Makefile.SH
16358 ____________________________________________________________________________
16359 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
16360         Log: Metaconfig unit change for #10807.
16361      Branch: metaconfig/U/perl
16362            ! d_sfio.U
16363 ____________________________________________________________________________
16364 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
16365         Log: Tell that you are removing the unneeded -lsfio.
16366      Branch: perl
16367            ! Configure
16368 ____________________________________________________________________________
16369 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
16370         Log: More MPE/iX tweaks from Mark Bixby.
16371      Branch: perl
16372            ! perl.c t/op/magic.t
16373 ____________________________________________________________________________
16374 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
16375         Log: The fchdir() proto is supposed to live in <unistd.h>.
16376      Branch: perl
16377            ! ext/Cwd/Cwd.xs
16378 ____________________________________________________________________________
16379 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
16380         Log: This town is too small for the Cwd extension and me,
16381              it would seem...
16382      Branch: perl
16383            ! ext/Cwd/Cwd.xs
16384 ____________________________________________________________________________
16385 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
16386         Log: Metaconfig unit change for #10802.
16387      Branch: metaconfig/U/perl
16388            ! d_modfl.U
16389 ____________________________________________________________________________
16390 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
16391         Log: More d'ohs.
16392      Branch: perl
16393            ! Configure
16394 ____________________________________________________________________________
16395 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
16396         Log: Off-by-one.  I'm so classic.
16397      Branch: perl
16398            ! util.c
16399 ____________________________________________________________________________
16400 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
16401         Log: Update Changes.
16402      Branch: perl
16403            ! Changes patchlevel.h
16404 ____________________________________________________________________________
16405 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
16406         Log: Subject: Documentation patch for Net::FTP
16407              From: Marcel Grunauer <marcel@codewerk.com>
16408              Date: Wed, 20 Jun 2001 23:03:26 +0200
16409              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
16410      Branch: perl
16411            ! lib/Net/FTP.pm
16412 ____________________________________________________________________________
16413 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
16414         Log: Retract the #10417 mg.c and embed.pl parts because of
16415              strange SEGVs in 64bit x86 FreeBSD observed by
16416              Nicholas Clark.
16417      Branch: perl
16418            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
16419 ____________________________________________________________________________
16420 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
16421         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
16422      Branch: perl
16423            ! Configure NetWare/config.wc NetWare/config_H.wc
16424            ! Porting/Glossary Porting/config.sh Porting/config_H
16425            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
16426            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16427            ! vos/config.ga.h win32/config.bc win32/config.gc
16428            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16429            ! win32/config_H.vc
16430 ____________________________________________________________________________
16431 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
16432         Log: Cwd tweak from Doug MacEachern.
16433      Branch: perl
16434            ! ext/Cwd/Cwd.xs
16435 ____________________________________________________________________________
16436 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
16437         Log: Protect the fchdir() and lstat() with ifdefs.
16438              fchdir() needs a Configure probe.
16439      Branch: perl
16440            ! ext/Cwd/Cwd.xs
16441 ____________________________________________________________________________
16442 [ 10794] By: nick                                  on 2001/06/21  17:11:35
16443         Log: Integrate mainline
16444      Branch: perlio
16445           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
16446           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
16447           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
16448           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
16449           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
16450           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
16451           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
16452           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
16453            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
16454            - lib/File/Glob/case.t lib/File/Glob/global.t
16455            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
16456            - lib/File/Temp/posix.t lib/File/Temp/security.t
16457            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
16458            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
16459            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
16460            - lib/Text/Wrap/wrap.t
16461           !> (integrate 41 files)
16462 ____________________________________________________________________________
16463 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
16464         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
16465              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
16466              Date: Thu, 21 Jun 2001 13:04:54 -0500
16467              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
16468      Branch: perl
16469            ! ext/Cwd/Cwd.xs
16470 ____________________________________________________________________________
16471 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
16472         Log: Subject: [PATCH pod] overlong =item
16473              From: Robin Barker <rmb1@cise.npl.co.uk>
16474              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
16475              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
16476      Branch: perl
16477            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
16478            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16479 ____________________________________________________________________________
16480 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
16481         Log: Subject: [PATCH perlio.c] format 
16482              From: Robin Barker <rmb1@cise.npl.co.uk>
16483              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
16484              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
16485      Branch: perl
16486            ! perlio.c
16487 ____________________________________________________________________________
16488 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
16489         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
16490              From: Radu Greab <radu@netsoft.ro>
16491              Date: Thu, 21 Jun 2001 19:06:02 +0300
16492              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
16493      Branch: perl
16494            ! pod/perlapi.pod sv.c
16495 ____________________________________________________________________________
16496 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
16497         Log: The metaconfig unit changes for #10788.
16498      Branch: metaconfig/U/perl
16499            ! Cross.U fflushall.U
16500 ____________________________________________________________________________
16501 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
16502         Log: Cross-configuration changes: make $from to rm the files
16503              before copying them over (this means that he rm can be
16504              removed from the fflushall test), create $targetmkdir      
16505              (not documented in install since it is supposed to internal
16506              use only), make $run to copy over the executable only if
16507              a stamp file .xok doesn't already exist (to avoid unnecessary
16508              copying of the executable)
16509      Branch: perl
16510            ! Configure Makefile.SH
16511 ____________________________________________________________________________
16512 [ 10787] By: nick                                  on 2001/06/21  14:16:18
16513         Log: Integrate mainline
16514      Branch: perlio
16515           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
16516           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
16517           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
16518            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
16519           !> (integrate 34 files)
16520 ____________________________________________________________________________
16521 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
16522         Log: Re-add the files as text.
16523      Branch: perl
16524            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
16525 ____________________________________________________________________________
16526 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
16527         Log: Delete the binary files.
16528      Branch: perl
16529            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
16530 ____________________________________________________________________________
16531 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
16532         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
16533              From: Andy Dougherty <doughera@lafayette.edu>
16534              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
16535              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
16536      Branch: perl
16537            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
16538            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
16539            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
16540            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
16541 ____________________________________________________________________________
16542 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
16543         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
16544              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
16545              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
16546              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
16547              
16548              Setting umask to something friendlier.
16549      Branch: perl
16550            ! installman installperl
16551 ____________________________________________________________________________
16552 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
16553         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
16554              Resort MANIFEST with sort -f, looks much better.
16555      Branch: perl
16556            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
16557            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
16558            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
16559            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
16560            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
16561            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
16562            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
16563            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
16564            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
16565            - lib/File/Glob/case.t lib/File/Glob/global.t
16566            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
16567            - lib/File/Temp/posix.t lib/File/Temp/security.t
16568            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
16569            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
16570            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
16571            - lib/Text/Wrap/wrap.t
16572            ! MANIFEST
16573 ____________________________________________________________________________
16574 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
16575         Log: Upgrade to I18N::LangTags 0.25.
16576      Branch: perl
16577            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
16578            ! lib/I18N/LangTags/List.pm
16579 ____________________________________________________________________________
16580 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
16581         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
16582              From: Richard Soderberg <rs@crystalflame.net>
16583              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
16584              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
16585      Branch: perl
16586            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
16587            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
16588 ____________________________________________________________________________
16589 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
16590         Log: Test obsoleted by change #10777.
16591      Branch: perl
16592            ! t/op/sub_lval.t
16593 ____________________________________________________________________________
16594 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
16595         Log: Case of confused test numbering.
16596      Branch: perl
16597            ! t/op/pat.t
16598 ____________________________________________________________________________
16599 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
16600         Log: Subject: Re: Opinion on undef lvalue
16601              From: Abhijit Menon-Sen <ams@wiw.org>
16602              Date: Sun, 17 Jun 2001 13:04:46 +0530
16603              Message-ID: <20010617130446.B27925@lustre.linux.in>
16604              
16605              Allow lvalue subs to return undef in array context.
16606      Branch: perl
16607            ! pp_hot.c
16608 ____________________________________________________________________________
16609 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
16610         Log: Just a guess that using the same hack for cygwin as
16611              for win32 might help.
16612      Branch: perl
16613            ! lib/File/Find/find.t
16614 ____________________________________________________________________________
16615 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
16616         Log: NetWare tweaks from Guruprasad.
16617      Branch: perl
16618            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
16619            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
16620            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
16621            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
16622 ____________________________________________________________________________
16623 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
16624         Log: Subject: Re: perl@10722: Bogus warnings on REs 
16625              From: Hugo <hv@crypt.compulink.co.uk>
16626              Date: Thu, 21 Jun 2001 09:51:17 +0100
16627              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
16628              
16629              Unroll to avoid a UTS compiler bug.
16630      Branch: perl
16631            ! regcomp.c
16632 ____________________________________________________________________________
16633 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
16634         Log: Subject: Re: [PATCH] Make /o work under i?threads
16635              From: Artur Bergman <artur@contiller.se>
16636              Date: Thu, 21 Jun 2001 14:38:03 +0200
16637              Message-ID: <B757B74A.184D%artur@contiller.se>
16638      Branch: perl
16639            ! t/op/pat.t
16640 ____________________________________________________________________________
16641 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
16642         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
16643              From: Artur Bergman <artur@contiller.se> 
16644              Date: Thu, 21 Jun 2001 14:27:33 +0200
16645              Message-ID: <B757B4D4.1849%artur@contiller.se>
16646              
16647              Plus extra parentheses.
16648      Branch: perl
16649            ! op.h
16650 ____________________________________________________________________________
16651 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
16652         Log: Subject: [PATCH] Make /o work under i?threads
16653              From: Richard Soderberg <rs@crystalflame.net>
16654              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
16655              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
16656      Branch: perl
16657            ! pp_ctl.c
16658 ____________________________________________________________________________
16659 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
16660         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
16661              From: Artur Bergman <artur@contiller.se>
16662              Date: Thu, 21 Jun 2001 14:04:54 +0200
16663              Message-ID: <B757AF86.1842%artur@contiller.se>
16664      Branch: perl
16665            ! op.h
16666 ____________________________________________________________________________
16667 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
16668         Log: Subject: Re: perl@10765: sv.c not OK on win32
16669              From: Artur Bergman <artur@contiller.se>
16670              Date: Thu, 21 Jun 2001 10:31:06 +0200
16671              Message-ID: <B7577D69.182C%artur@contiller.se>
16672      Branch: perl
16673            ! sv.c
16674 ____________________________________________________________________________
16675 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
16676         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
16677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16678              Date: Thu, 21 Jun 2001 06:23:56 -0400
16679              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
16680              
16681              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
16682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16683              Date: Thu, 21 Jun 2001 06:32:21 -0400
16684              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
16685      Branch: perl
16686            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
16687 ____________________________________________________________________________
16688 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
16689         Log: Subject: [PATCH] make syslog test more verbose
16690              From: Robert Spier <rspier@pobox.com>
16691              Date: Thu, 21 Jun 2001 00:54:32 -0400
16692              Message-ID: <15153.32264.295807.333073@rls.cx>
16693      Branch: perl
16694            ! ext/Sys/Syslog/syslog.t
16695 ____________________________________________________________________________
16696 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
16697         Log: Subject: op/study.t refinements
16698              From: Hugo <hv@crypt.compulink.co.uk>
16699              Date: Thu, 21 Jun 2001 00:29:07 +0100
16700              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
16701      Branch: perl
16702            ! t/op/study.t
16703 ____________________________________________________________________________
16704 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
16705         Log: Update Changes.
16706      Branch: perl
16707            ! Changes patchlevel.h
16708 ____________________________________________________________________________
16709 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
16710         Log: Subject: Re: [PATCH] djgpp updates
16711              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
16712              Date: Wed, 20 Jun 2001 10:05:15 +0200
16713              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
16714      Branch: perl
16715            ! djgpp/config.over
16716 ____________________________________________________________________________
16717 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
16718         Log: Fix for ID 20010619.002 "When building hash, hash keys that
16719              are function calls are not being called", from Abhijit.
16720      Branch: perl
16721            ! t/base/lex.t toke.c
16722 ____________________________________________________________________________
16723 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
16724         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
16725      Branch: perl
16726            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
16727            + lib/Locale/Maketext/test.pl
16728            - lib/Locale/Maketext.t
16729            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
16730            ! lib/Locale/Maketext/TPJ13.pod
16731 ____________________________________________________________________________
16732 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
16733         Log: Metaconfig unit change for #10760.
16734      Branch: metaconfig
16735            ! U/modified/Cppsym.U
16736 ____________________________________________________________________________
16737 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
16738         Log: Do not remove the ccsym* Cppsym* files since
16739              they are useful for metaconfig units coming after us.
16740              (This is the Configure nit mentioned in #10752.)
16741      Branch: perl
16742            ! Configure
16743 ____________________________________________________________________________
16744 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
16745         Log: Update to I18N::LangTags 0.24, from Sean Burke.
16746      Branch: perl
16747            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
16748            + lib/I18N/LangTags/README
16749            - lib/I18N/LangTags/List.pod
16750            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
16751 ____________________________________________________________________________
16752 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
16753         Log: Regen headers.
16754      Branch: perl
16755            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
16756            ! pod/perlapi.pod proto.h
16757 ____________________________________________________________________________
16758 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
16759         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
16760              From: Artur Bergman <artur@contiller.se>
16761              Date: Wed, 20 Jun 2001 11:31:32 +0200
16762              Message-ID: <B7563A14.17D8%artur@contiller.se>
16763      Branch: perl
16764            ! embed.pl hv.c intrpvar.h sv.c sv.h
16765 ____________________________________________________________________________
16766 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
16767         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
16768              From: Tim Sweetman <tim@aldigital.co.uk> 
16769              Date: Wed, 13 Jun 2001 14:25:17 +0100 
16770              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
16771      Branch: perl
16772            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
16773 ____________________________________________________________________________
16774 [ 10755] By: nick                                  on 2001/06/20  16:12:37
16775         Log: Integrate mainline
16776      Branch: perlio
16777           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
16778           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
16779           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
16780           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
16781           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
16782           !> t/op/study.t util.c
16783 ____________________________________________________________________________
16784 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
16785         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
16786              but not Makefile)
16787      Branch: maint-5.6/perl
16788            ! win32/Makefile
16789 ____________________________________________________________________________
16790 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
16791         Log: Security tweak on readlink().
16792      Branch: perl
16793            ! pp_sys.c
16794 ____________________________________________________________________________
16795 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
16796         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
16797      Branch: perl
16798            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
16799            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
16800            ! mpeix/relink t/op/pwent.t
16801 ____________________________________________________________________________
16802 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
16803         Log: Reinstate #10725 (with probe for alarm()).
16804      Branch: perl
16805            ! t/op/study.t
16806 ____________________________________________________________________________
16807 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
16808         Log: Replace our implementation of realpath() with OpenBSD's
16809              (src/lib/libc/stdlib/realpath.c 1.4).
16810      Branch: perl
16811            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
16812            ! pod/perldiag.pod proto.h util.c
16813 ____________________________________________________________________________
16814 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
16815         Log: Integrate perlio.
16816      Branch: perl
16817           !> perlio.c
16818 ____________________________________________________________________________
16819 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
16820         Log: No point in going into memory-saving contortions
16821              with getcwd() since there's a danger of buffer overflow.
16822              Also make the POSIX extension to use sv_getcwd().
16823              Finally, a missed proto.h fragment.
16824      Branch: perl
16825            ! ext/POSIX/POSIX.xs proto.h util.c
16826 ____________________________________________________________________________
16827 [ 10747] By: nick                                  on 2001/06/20  12:38:26
16828         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
16829      Branch: perlio
16830            ! perlio.c
16831 ____________________________________________________________________________
16832 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
16833         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
16834              From: Graham Barr <gbarr@pobox.com>
16835              Date: Wed, 20 Jun 2001 11:05:49 +0100
16836              Message-ID: <20010620110549.I19188@pobox.com>
16837              
16838              reported in        
16839              
16840              Subject: Bug in IO::Socket::INET module (repeat)
16841              From: "Harmon S. Nine" <hnine@netarx.com>
16842              Date: Tue, 19 Jun 2001 09:41:35 -0400
16843              Message-ID: <3B2F568F.8080605@netarx.com>
16844              
16845              The bug was that the IO::Socket::INET constructor
16846              did not allow a 'LocalPort' of 0.
16847      Branch: perl
16848            ! ext/IO/lib/IO/Socket/INET.pm
16849 ____________________________________________________________________________
16850 [ 10745] By: nick                                  on 2001/06/20  08:56:39
16851         Log: Integrate mainline.
16852      Branch: perlio
16853           !> (integrate 37 files)
16854 ____________________________________________________________________________
16855 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
16856         Log: After some reading I don't think we can blindly
16857              use systems' realpath().  Too many security problems,
16858              too many buggy implementations.
16859              
16860              TODO: the realpath() emulation code in util.c doesn't
16861              seem fully operational?  (readlink(), for example?)
16862      Branch: perl
16863            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
16864            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
16865            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
16866            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
16867            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
16868            ! win32/config_H.gc win32/config_H.vc
16869 ____________________________________________________________________________
16870 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
16871         Log: Metaconfig unit change for #10738.
16872      Branch: metaconfig
16873            ! U/compline/d_gconvert.U
16874 ____________________________________________________________________________
16875 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
16876         Log: Integrate change #10739 from maintperl:
16877              
16878              C<eval "/x$\r\n/x"> fails to compile correctly 
16879      Branch: perl
16880           !> t/op/pat.t toke.c
16881 ____________________________________________________________________________
16882 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
16883         Log: Retract #10725 (Hugo asked NOT to apply the patch)
16884      Branch: perl
16885            ! t/op/study.t
16886 ____________________________________________________________________________
16887 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
16888         Log: The test.third results were funnily named because of the
16889              new test scheme.
16890      Branch: perl
16891            ! t/TEST
16892 ____________________________________________________________________________
16893 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
16894         Log: C<eval "/x$\r\n/x"> fails to compile correctly
16895      Branch: maint-5.6/perl
16896            ! t/op/pat.t toke.c
16897 ____________________________________________________________________________
16898 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
16899         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
16900              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16901              Date: Tue, 19 Jun 2001 19:15:40 -0400
16902              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
16903              
16904              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
16905              because "1e+129" being expected but "1.e+129" being returned.
16906              The culprit (at least in Tru64) is the use of gcvt().
16907      Branch: perl
16908            ! Configure
16909 ____________________________________________________________________________
16910 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
16911         Log: Subject: [PATCH perl@10722] test hunting on VMS
16912              From: "Craig A. Berry" <craigberry@mac.com>
16913              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
16914              Date: Tue, 19 Jun 2001 18:59:01 -0500
16915      Branch: perl
16916            ! vms/test.com
16917 ____________________________________________________________________________
16918 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
16919         Log: Subject: [PATCH] s/typos//
16920              From: Abhijit Menon-Sen <ams@wiw.org>
16921              Date: Wed, 20 Jun 2001 02:15:02 +0530
16922              Message-ID: <20010620021502.A14541@lustre.linux.in>
16923              
16924              Without the op.h s/bearword/bareword/ hunk, see
16925              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
16926      Branch: perl
16927            ! util.c
16928 ____________________________________________________________________________
16929 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
16930         Log: Metaconfig unit change for #10732 and #10733.
16931      Branch: metaconfig/U/perl
16932            ! fflushall.U
16933 ____________________________________________________________________________
16934 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
16935         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
16936              From: "Craig A. Berry" <craigberry@mac.com>
16937              Date: Tue, 19 Jun 2001 17:19:48 -0500
16938              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
16939      Branch: perl
16940            ! configure.com vms/descrip_mms.template
16941 ____________________________________________________________________________
16942 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
16943         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
16944              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16945              Date: Tue, 19 Jun 2001 16:48:07 -0400
16946              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
16947              
16948              Further fixes to fflush(NULL) detection.
16949      Branch: perl
16950            ! Configure
16951 ____________________________________________________________________________
16952 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
16953         Log: AIX test -s hangs with non-existent files?
16954              (A genuine logic bug in Configure, but AIX also broken?)
16955      Branch: perl
16956            ! Configure
16957 ____________________________________________________________________________
16958 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
16959         Log: AUTHORS updates.
16960      Branch: perl
16961            ! AUTHORS
16962 ____________________________________________________________________________
16963 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
16964         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
16965              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16966              Date: Tue, 19 Jun 2001 15:33:25 -0400
16967              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
16968      Branch: perl
16969            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
16970            ! t/lib/warnings/pp
16971 ____________________________________________________________________________
16972 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
16973         Log: Integrate perlio.
16974      Branch: perl
16975           !> lib/File/Find/find.t win32/distclean.bat
16976 ____________________________________________________________________________
16977 [ 10728] By: nick                                  on 2001/06/19  18:24:53
16978         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
16979      Branch: perlio
16980            ! lib/File/Find/find.t win32/distclean.bat
16981 ____________________________________________________________________________
16982 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
16983         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
16984              also add information how to find out whether one has PerlIO.
16985      Branch: perl
16986            ! pod/perlfunc.pod
16987 ____________________________________________________________________________
16988 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
16989         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
16990              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16991              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
16992              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
16993      Branch: perl
16994            ! pod/perlfunc.pod
16995 ____________________________________________________________________________
16996 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
16997         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
16998              From: Hugo <hv@crypt.compulink.co.uk>
16999              Date: Tue, 19 Jun 2001 12:37:30 +0100
17000              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
17001      Branch: perl
17002            ! t/op/study.t
17003 ____________________________________________________________________________
17004 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
17005         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
17006              From: Hugo <hv@crypt.compulink.co.uk>
17007              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
17008              Date: Tue, 19 Jun 2001 13:15:17 +0100
17009      Branch: perl
17010            ! util.c
17011 ____________________________________________________________________________
17012 [ 10723] By: nick                                  on 2001/06/19  14:46:15
17013         Log: Integrate mainline
17014      Branch: perlio
17015           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
17016           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
17017           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
17018           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
17019           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
17020           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
17021            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
17022            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
17023            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
17024            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
17025            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
17026            - ext/Thread/unsync4.t
17027           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
17028           !> djgpp/config.over djgpp/fixpmain
17029           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
17030           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
17031           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
17032 ____________________________________________________________________________
17033 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
17034         Log: Update Changes.
17035      Branch: perl
17036            ! Changes patchlevel.h
17037 ____________________________________________________________________________
17038 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
17039         Log: The existence shall be MANIFESted.
17040      Branch: perl
17041            ! MANIFEST
17042 ____________________________________________________________________________
17043 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
17044         Log: The old libnet.cfg is first searched from the current directory,
17045              only then from the module path.
17046      Branch: perl
17047            ! utils/libnetcfg.PL
17048 ____________________________________________________________________________
17049 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
17050         Log: NetWare tweaks from Guruprasad.
17051      Branch: perl
17052            ! NetWare/Makefile NetWare/config.wc
17053 ____________________________________________________________________________
17054 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
17055         Log: Subject: [PATCH] djgpp updates
17056              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
17057              Date: Tue, 19 Jun 2001 10:59:06 +0200
17058              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
17059      Branch: perl
17060            ! djgpp/config.over djgpp/fixpmain
17061 ____________________________________________________________________________
17062 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
17063         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
17064              From: Prymmer/Kahn <pvhp@best.com>
17065              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
17066              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
17067      Branch: perl
17068            ! win32/Makefile
17069 ____________________________________________________________________________
17070 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
17071         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
17072              to happen right after the inclusion of <inttypes.h>,
17073              from Edward Moy.
17074      Branch: perl
17075            ! handy.h perl.h
17076 ____________________________________________________________________________
17077 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
17078         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
17079              From: Doug MacEachern <dougm@covalent.net>
17080              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
17081              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
17082      Branch: perl
17083            ! ext/DynaLoader/DynaLoader_pm.PL
17084 ____________________________________________________________________________
17085 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
17086         Log: Revert #10656 for perfomance reasons but leave in the
17087              use of Hv*() macros -- in comments, so that grepping the
17088              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
17089              suggested by Sarathy, also by Abhijit.)
17090      Branch: perl
17091            ! hv.c
17092 ____________________________________________________________________________
17093 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
17094         Log: Subject: [patch] .s MakeMaker suffix
17095              From: Doug MacEachern <dougm@covalent.net>
17096              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
17097              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
17098      Branch: perl
17099            ! lib/ExtUtils/MM_Unix.pm
17100 ____________________________________________________________________________
17101 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
17102         Log: One test lost in the big shuffle restored.
17103      Branch: perl
17104            + ext/IPC/SysV/ipcsysv.t
17105            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
17106 ____________________________________________________________________________
17107 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
17108         Log: Rename the old non-standard threads tests so that
17109              they won't be invoked.
17110      Branch: perl
17111            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
17112            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
17113            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
17114            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
17115            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
17116            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
17117            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
17118            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
17119            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
17120            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
17121            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
17122            - ext/Thread/unsync4.t
17123            ! MANIFEST
17124 ____________________________________________________________________________
17125 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
17126         Log: Integrate perlio.
17127      Branch: perl
17128           !> win32/config_sh.PL
17129 ____________________________________________________________________________
17130 [ 10709] By: nick                                  on 2001/06/19  08:18:18
17131         Log: Integrate mainline
17132      Branch: perlio
17133           +> (branch 40 files)
17134            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
17135            - lib/strict/subs lib/strict/vars lib/warnings/1global
17136            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
17137            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
17138            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
17139            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
17140            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
17141            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
17142            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
17143            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
17144            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
17145            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
17146            - lib/warnings/utf8 lib/warnings/util
17147           !> (integrate 57 files)
17148 ____________________________________________________________________________
17149 [ 10708] By: nick                                  on 2001/06/19  07:57:10
17150         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
17151      Branch: perlio
17152            ! win32/config_sh.PL
17153 ____________________________________________________________________________
17154 [ 10707] By: nick                                  on 2001/06/19  07:05:07
17155         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
17156      Branch: perl
17157            ! perly.c perly.y perly_c.diff vms/perly_c.vms
17158 ____________________________________________________________________________
17159 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
17160         Log: More perl572delta tweaks.
17161      Branch: perl
17162            ! pod/perl572delta.pod
17163 ____________________________________________________________________________
17164 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
17165         Log: Update perl572delta.
17166      Branch: perl
17167            ! pod/perl572delta.pod
17168 ____________________________________________________________________________
17169 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
17170         Log: VOS updates from Paul Green.
17171      Branch: perl
17172            ! vos/Changes vos/build.cm vos/perl.bind
17173 ____________________________________________________________________________
17174 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
17175         Log: Update the vos/config.*.* files.
17176      Branch: perl
17177            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17178            ! vos/config.ga.h
17179 ____________________________________________________________________________
17180 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
17181         Log: Add a makefile for more painless adding of symbols to the
17182              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
17183              takes care of the adding)
17184      Branch: perl
17185            + vos/Makefile
17186 ____________________________________________________________________________
17187 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
17188         Log: Make libnetcfg by default display the libnet configuration,
17189              -c to change, add -i for old config, document all options,
17190              regen toc.
17191      Branch: perl
17192            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
17193 ____________________________________________________________________________
17194 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
17195         Log: gcc -Wall sweep.
17196      Branch: perl
17197            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
17198 ____________________________________________________________________________
17199 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
17200         Log: So there.
17201      Branch: perl
17202            ! universal.c
17203 ____________________________________________________________________________
17204 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
17205         Log: Document the need for sv_printify().
17206              
17207              Document that 'use utf8' has been considered.
17208              
17209              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
17210      Branch: perl
17211            ! pod/perltodo.pod universal.c
17212 ____________________________________________________________________________
17213 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
17214         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
17215              From: Nicholas Clark <nick@ccl4.org>
17216              Date: Mon, 18 Jun 2001 23:29:23 +0100
17217              Message-ID: <20010618232923.I98663@plum.flirble.org>
17218      Branch: perl
17219            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
17220            ! ext/Sys/Syslog/Makefile.PL
17221 ____________________________________________________________________________
17222 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
17223         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
17224              From: Scott.L.Miller@Compaq.com
17225              Date: Mon, 18 Jun 2001 10:12:27 -0500
17226              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
17227      Branch: perl
17228            ! lib/perl5db.pl pod/perldebug.pod
17229 ____________________________________________________________________________
17230 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
17231         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
17232              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
17233              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
17234              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
17235      Branch: perl
17236            ! lib/Carp/Heavy.pm
17237 ____________________________________________________________________________
17238 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
17239         Log: Subject: [PATCH] Documentation changes for CLONE
17240              From: Artur Bergman <artur@contiller.se>
17241              Date: Mon, 18 Jun 2001 22:06:37 +0200
17242              Message-ID: <B7542BEC.1719%artur@contiller.se>
17243      Branch: perl
17244            ! pod/perlmod.pod pod/perlsub.pod
17245 ____________________________________________________________________________
17246 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
17247         Log: Subject: Re: configure.com
17248              From: "Craig A. Berry" <craigberry@mac.com>
17249              Date: Mon, 18 Jun 2001 16:04:38 -0500
17250              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
17251      Branch: perl
17252            ! configure.com
17253 ____________________________________________________________________________
17254 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
17255         Log: Subject: PL_nullstash + perl_clone()
17256              From: Doug MacEachern <dougm@covalent.net>
17257              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
17258              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
17259      Branch: perl
17260            ! sv.c
17261 ____________________________________________________________________________
17262 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
17263         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
17264              From: davem@fdgroup.co.uk
17265              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
17266              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
17267      Branch: perl
17268            ! embed.pl pod/perlapi.pod
17269 ____________________________________________________________________________
17270 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
17271         Log: More cross-compilation defaults gleaned from -Dcc
17272              if it is CPU-OS-gcc.
17273      Branch: metaconfig
17274            ! U/modified/libc.U
17275      Branch: metaconfig/U/perl
17276            ! Cross.U
17277      Branch: perl
17278            ! Configure INSTALL
17279 ____________________________________________________________________________
17280 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
17281         Log: Update Changes.
17282      Branch: perl
17283            ! Changes patchlevel.h
17284 ____________________________________________________________________________
17285 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
17286         Log: Subject: [PATCH 5.7.1] sv.c documentation
17287              From: davem@fdgroup.co.uk
17288              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
17289              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
17290      Branch: perl
17291            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
17292            ! sv.c sv.h
17293 ____________________________________________________________________________
17294 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
17295         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
17296              From: "Jon Gunnip" <jongunnip@hotmail.com>
17297              Date: Sun, 17 Jun 2001 18:24:29 -0400
17298              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
17299      Branch: perl
17300            ! pod/perlvar.pod
17301 ____________________________________________________________________________
17302 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
17303         Log: Move the locale/strict/warnings helper files back
17304              under the t/lib; this way the amount of non-installabled
17305              stuff under lib/ stays smaller.
17306      Branch: perl
17307            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
17308            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
17309            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
17310            + t/lib/warnings/5nolint t/lib/warnings/6default
17311            + t/lib/warnings/7fatal t/lib/warnings/8signal
17312            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
17313            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
17314            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
17315            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
17316            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
17317            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
17318            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
17319            + t/lib/warnings/taint t/lib/warnings/toke
17320            + t/lib/warnings/universal t/lib/warnings/utf8
17321            + t/lib/warnings/util
17322            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
17323            - lib/strict/subs lib/strict/vars lib/warnings/1global
17324            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
17325            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
17326            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
17327            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
17328            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
17329            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
17330            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
17331            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
17332            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
17333            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
17334            - lib/warnings/utf8 lib/warnings/util
17335            ! MANIFEST installperl lib/locale.t lib/strict.t
17336 ____________________________________________________________________________
17337 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
17338         Log: Split off the pack/unpack code, from Nicholas Clark.
17339      Branch: perl
17340            + pp_pack.c
17341            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
17342            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
17343            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
17344 ____________________________________________________________________________
17345 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
17346         Log: Guard the SysV IPC tests against being invoked in
17347              SysV-IPC-less places.
17348      Branch: perl
17349            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
17350 ____________________________________________________________________________
17351 [ 10683] By: nick                                  on 2001/06/18  12:24:42
17352         Log: Integrate mainline (new test scheme now ok on Linux).
17353      Branch: perlio
17354           +> lib/warnings.t
17355           !> dump.c sv.c
17356 ____________________________________________________________________________
17357 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
17358         Log: Add the locale.c and numeric.c to the microperl sources.
17359      Branch: perl
17360            ! Makefile.micro win32/Makefile
17361 ____________________________________________________________________________
17362 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
17363         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
17364              From: Abhijit Menon-Sen <ams@wiw.org>
17365              Date: Mon, 18 Jun 2001 14:23:44 +0530
17366              Message-ID: <20010618142344.A13136@lustre.linux.in>
17367      Branch: perl
17368            ! dump.c
17369 ____________________________________________________________________________
17370 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
17371         Log: Subject: Re: [PATCH] more anonymous stash cleanups
17372              From: Abhijit Menon-Sen <ams@wiw.org>
17373              Date: Mon, 18 Jun 2001 15:50:32 +0530
17374              Message-ID: <20010618155032.A13223@lustre.linux.in>
17375              
17376              Plus the comment left in as suggested by NI-S.
17377      Branch: perl
17378            ! sv.c
17379 ____________________________________________________________________________
17380 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
17381         Log: One missed file.
17382      Branch: perl
17383            + lib/warnings.t
17384 ____________________________________________________________________________
17385 [ 10678] By: nick                                  on 2001/06/18  08:05:29
17386         Log: Integrate mainline (part2 - the deletes)
17387      Branch: perlio
17388            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
17389            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
17390            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
17391            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
17392            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
17393            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
17394            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
17395            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
17396            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
17397            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
17398            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
17399 ____________________________________________________________________________
17400 [ 10677] By: nick                                  on 2001/06/18  08:04:44
17401         Log: Integrate mainline (part1)
17402      Branch: perlio
17403           +> (branch 376 files)
17404            - (delete 219 files)
17405           !> (integrate 151 files)
17406 ____________________________________________________________________________
17407 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
17408         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
17409              No doubt I made some mistakes like missed some files or
17410              misnamed some files.  The naming rules were more or less:
17411              (1) if the module is from CPAN, follows its ways, be it
17412              t/*.t or test.pl.
17413              (2) otherwise if there are multiple tests for a module
17414              put them in a t/
17415              (3) otherwise if there's only one test put it in Module.t
17416              (4) helper files go to module/ (locale, strict, warnings)
17417              (5) use longer filenames now that we can (but e.g. the
17418              compat-0.6.t and the Text::Balanced test files still
17419              were renamed to be more civil against the 8.3 people)
17420              installperl was updated appropriately not to install the
17421              *.t files or the help files from under lib.
17422              
17423              TODO: some helper files still remain under t/ that could
17424              follow their 'masters'.  UPDATE: On second thoughts, why
17425              should they.  They can continue to live under t/lib, and
17426              in fact the locale/strict/warnings helpers that were moved
17427              could be moved back.  This way the amount of non-installable
17428              stuff under lib/ stays smaller.
17429      Branch: perl
17430            + (add 253 files)
17431            - (delete 254 files)
17432            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
17433 ____________________________________________________________________________
17434 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
17435         Log: The warning no more comes from util.c, it comes from numeric.c.
17436      Branch: perl
17437            ! README.tru64
17438 ____________________________________________________________________________
17439 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
17440         Log: Subject: Re: anyone good at casting spells?
17441              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17442              Date: Sun, 17 Jun 2001 21:21:04 -0400
17443              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
17444      Branch: perl
17445            ! ext/POSIX/POSIX.xs hv.h
17446 ____________________________________________________________________________
17447 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
17448         Log: Protect the (original) thread tests against testing if no 5.005
17449              threads have been configured.
17450      Branch: perl
17451            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
17452            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
17453            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
17454            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
17455            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
17456            ! ext/Thread/unsync4.t
17457 ____________________________________________________________________________
17458 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
17459         Log: Try the new test scanning scheme on Text::Abbrev.
17460      Branch: perl
17461            + lib/Text/Abbrev.t
17462            - lib/Text/Abbrev/t/abbrev.t
17463            ! MANIFEST
17464 ____________________________________________________________________________
17465 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
17466         Log: Change the scan policy of the *.t and test.pl files,
17467              now the *.t do not need to live in a t/ directory.
17468      Branch: perl
17469            ! t/TEST t/harness
17470 ____________________________________________________________________________
17471 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
17472         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
17473              From: Ilmari Karonen <iltzu@sci.fi>
17474              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
17475              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
17476      Branch: perl
17477            ! pod/perlfaq7.pod
17478 ____________________________________________________________________________
17479 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
17480         Log: Quench the warnings from Tru64; the HP-UX is still
17481              broken because it really, REALLY, doesn't like the
17482              HvARRAY() being lvalue:
17483              
17484              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
17485              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
17486      Branch: perl
17487            ! hv.c
17488 ____________________________________________________________________________
17489 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
17490         Log: Integrate change #10667 from maintperl:
17491              
17492              change#10449 broke the special-case that makes lexicals inside the
17493              eval"" within DB::DB() visible
17494      Branch: perl
17495           !> op.c
17496 ____________________________________________________________________________
17497 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
17498         Log: change#10449 broke the special-case that makes lexicals inside the
17499              eval"" within DB::DB() visible
17500      Branch: maint-5.6/perl
17501            ! op.c
17502 ____________________________________________________________________________
17503 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
17504         Log: Still spurious output; indent the code a bit.
17505              
17506              TODO1: separate the utility functions like MkDir
17507              into a helper script?
17508              
17509              TODO2: I see a lot of repetition in the filepath()
17510              and dirpath() calls.
17511      Branch: perl
17512            ! t/lib/filefind.t t/lib/findtaint.t
17513 ____________________________________________________________________________
17514 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
17515         Log: Regen modlib, toc.
17516      Branch: perl
17517            ! pod/perlmodlib.pod pod/perltoc.pod
17518 ____________________________________________________________________________
17519 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
17520         Log: Add libnetcfg to perlutil.
17521      Branch: perl
17522            ! pod/perlutil.pod
17523 ____________________________________________________________________________
17524 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
17525         Log: Initial integration of libnet-1.0703.
17526              The Configure script renamed as libnetcfg, will be
17527              installed along other utilities.
17528      Branch: perl
17529            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
17530            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
17531            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
17532            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
17533            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
17534            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
17535            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
17536            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
17537            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
17538            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
17539            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
17540            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
17541            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
17542            + utils/libnetcfg.PL
17543            ! MANIFEST utils.lst utils/Makefile
17544 ____________________________________________________________________________
17545 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
17546         Log: Less potentially test-harness-confusing output.
17547      Branch: perl
17548            ! lib/Memoize/t/expire_module_t.t
17549 ____________________________________________________________________________
17550 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
17551         Log: The final print annoys make test.
17552      Branch: perl
17553            ! t/lib/filefind.t t/lib/findtaint.t
17554 ____________________________________________________________________________
17555 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
17556         Log: Add an option for handling dangling symbolic links.
17557      Branch: perl
17558            ! lib/File/Find.pm t/lib/filefind.t
17559 ____________________________________________________________________________
17560 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
17561         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
17562              From: Thomas Wegner <wegner_thomas@yahoo.com>
17563              Date: Sun, 17 Jun 2001 14:43:11 +0200
17564              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
17565      Branch: perl
17566            + t/lib/findtaint.t
17567            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
17568 ____________________________________________________________________________
17569 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
17570         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
17571              From: Jonathan Stowe <gellyfish@gellyfish.com>
17572              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
17573              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
17574      Branch: perl
17575            ! lib/ExtUtils/MM_Unix.pm
17576 ____________________________________________________________________________
17577 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
17578         Log: Subject: [PATCH] more anonymous stash cleanups
17579              From: Abhijit Menon-Sen <ams@wiw.org>
17580              Date: Sun, 17 Jun 2001 11:44:06 +0530
17581              Message-ID: <20010617114406.A25203@lustre.linux.in>
17582      Branch: perl
17583            ! op.c
17584 ____________________________________________________________________________
17585 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
17586         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
17587              From: Abhijit Menon-Sen <ams@wiw.org>
17588              Date: Sun, 17 Jun 2001 08:02:59 +0530
17589              Message-ID: <20010617080259.A28776@lustre.linux.in>
17590              
17591              Subject: [PATCH #2/7] xhv_eiter
17592              From: Abhijit Menon-Sen <ams@wiw.org>
17593              Date: Sun, 17 Jun 2001 08:13:18 +0530
17594              Message-ID: <20010617081318.B28776@lustre.linux.in>
17595              
17596              Subject: [PATCH #3/7] xhv_fill
17597              From: Abhijit Menon-Sen <ams@wiw.org>
17598              Date: Sun, 17 Jun 2001 08:25:16 +0530
17599              Message-ID: <20010617082516.C28776@lustre.linux.in>
17600              
17601              Subject: [PATCH #4/7] xhv_keys
17602              From: Abhijit Menon-Sen <ams@wiw.org>
17603              Date: Sun, 17 Jun 2001 08:36:17 +0530
17604              Message-ID: <20010617083617.D28776@lustre.linux.in>
17605              
17606              Subject: [PATCH #5/7] xhv_max
17607              From: Abhijit Menon-Sen <ams@wiw.org>
17608              Date: Sun, 17 Jun 2001 08:39:48 +0530
17609              Message-ID: <20010617083948.E28776@lustre.linux.in>
17610              
17611              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
17612              From: Abhijit Menon-Sen <ams@wiw.org>
17613              Date: Sun, 17 Jun 2001 08:51:11 +0530
17614              Message-ID: <20010617085111.F28776@lustre.linux.in>
17615      Branch: perl
17616            ! hv.c
17617 ____________________________________________________________________________
17618 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
17619         Log: Update Changes.
17620      Branch: perl
17621            ! Changes patchlevel.h
17622 ____________________________________________________________________________
17623 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
17624         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
17625              From: Abhijit Menon-Sen <ams@wiw.org>
17626              Date: Sat, 16 Jun 2001 07:41:19 +0530
17627              Message-ID: <20010616074119.A24720@lustre.linux.in>
17628      Branch: perl
17629            ! hv.c perl.c vms/vmsish.h win32/win32.h
17630 ____________________________________________________________________________
17631 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
17632         Log: Document tests failing when threaded, since we now have more.
17633      Branch: perl
17634            ! pod/perl572delta.pod
17635 ____________________________________________________________________________
17636 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
17637         Log: -Wall cleanup.
17638      Branch: perl
17639            ! ext/Thread/Thread.xs
17640 ____________________________________________________________________________
17641 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
17642         Log: pthread_attr_setstacksize() isn't absolutely necessary
17643              to call, only iff THREAD_CREATE_NEEDS_STACK.
17644      Branch: perl
17645            ! ext/Thread/Thread.xs
17646 ____________________________________________________________________________
17647 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
17648         Log: -Wall strays.
17649      Branch: perl
17650            ! perl.c util.c
17651 ____________________________________________________________________________
17652 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
17653         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
17654              (and INT64_MIN) brokenness.
17655      Branch: perl
17656            ! hints/darwin.sh perl.h
17657 ____________________________________________________________________________
17658 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
17659         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
17660              From: Nicholas Clark <nick@ccl4.org>
17661              Date: Sun, 17 Jun 2001 00:16:05 +0100
17662              Message-ID: <20010617001605.V98663@plum.flirble.org>
17663      Branch: perl
17664            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
17665            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
17666            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
17667 ____________________________________________________________________________
17668 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
17669         Log: Add perlnetware to docs; regen toc; supply skeleton
17670              docs for some Memoize submodules.
17671      Branch: perl
17672            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
17673            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
17674            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
17675            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
17676            ! win32/Makefile win32/makefile.mk
17677 ____________________________________________________________________________
17678 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
17679         Log: pod cleanup.
17680      Branch: perl
17681            ! README.netware
17682 ____________________________________________________________________________
17683 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
17684         Log: Integrate Memoize 0.64.  Few tweaks were required in
17685              the test scripts.  Note that the speed and expire*
17686              tests take several dozen seconds to run.
17687      Branch: perl
17688            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
17689            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
17690            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
17691            + lib/Memoize/README lib/Memoize/SDBM_File.pm
17692            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
17693            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
17694            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
17695            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
17696            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
17697            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
17698            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
17699            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
17700            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
17701            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
17702            ! MANIFEST t/lib/1_compile.t
17703 ____________________________________________________________________________
17704 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
17705         Log: Document the cross-compilation options.
17706      Branch: perl
17707            ! Cross/README INSTALL
17708 ____________________________________________________________________________
17709 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
17710         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
17711      Branch: perl
17712            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
17713            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
17714            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
17715            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
17716            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
17717            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
17718            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
17719            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
17720            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
17721            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
17722            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
17723            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
17724            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
17725            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
17726            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
17727            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
17728            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
17729            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
17730            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
17731            + lib/ExtUtils/MM_NW5.pm
17732            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
17733            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
17734            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
17735            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
17736            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
17737            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
17738            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
17739            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
17740            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
17741            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
17742            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
17743            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
17744            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
17745            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
17746            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
17747            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
17748            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
17749            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
17750            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
17751            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
17752            ! util.h x2p/a2py.c
17753 ____________________________________________________________________________
17754 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
17755         Log: Resort MANIFEST.
17756      Branch: perl
17757            ! MANIFEST
17758 ____________________________________________________________________________
17759 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
17760         Log: Integrate perlio.
17761      Branch: perl
17762           +> win32/win32io.c
17763           !> MANIFEST perlio.c perliol.h win32/makefile.mk
17764 ____________________________________________________________________________
17765 [ 10640] By: nick                                  on 2001/06/16  18:38:31
17766         Log: Disable :win32 layer as default till I get it working
17767      Branch: perlio
17768            ! MANIFEST perlio.c
17769 ____________________________________________________________________________
17770 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
17771         Log: Try the new scheme by moving the Text::Abbrev test
17772              to a new place under lib.
17773      Branch: perl
17774            + lib/Text/Abbrev/t/abbrev.t
17775            - t/lib/abbrev.t
17776            ! MANIFEST
17777 ____________________________________________________________________________
17778 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
17779         Log: Make the code even more dynamical so that testname
17780              suffix length can change.
17781      Branch: perl
17782            ! lib/Test/Harness.pm t/TEST
17783 ____________________________________________________________________________
17784 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
17785         Log: Allow for deeper t/ and also a single test.pl.
17786      Branch: perl
17787            ! t/TEST t/harness
17788 ____________________________________________________________________________
17789 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
17790         Log: #define fix from Nicholas Clark.
17791      Branch: perl
17792            ! ext/POSIX/POSIX.xs
17793 ____________________________________________________________________________
17794 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
17795         Log: Initialization is nice.
17796      Branch: perl
17797            ! lib/Test/Harness.pm
17798 ____________________________________________________________________________
17799 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
17800         Log: Make t/TEST and t/harness to test also the t/ tests
17801              under the main lib/ and ext/ directories.  Fix Test::Harness
17802              to dynamically change the width of its "foo/bar....ok" output.
17803      Branch: perl
17804            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
17805 ____________________________________________________________________________
17806 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
17807         Log: Subject: [PATCH] Re: perl@10611 
17808              From: Nicholas Clark <nick@ccl4.org>
17809              Date: Sat, 16 Jun 2001 16:52:47 +0100
17810              Message-ID: <20010616165247.O98663@plum.flirble.org>
17811              
17812              The .xs parts, too.
17813      Branch: perl
17814            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
17815            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
17816 ____________________________________________________________________________
17817 [ 10632] By: nick                                  on 2001/06/16  16:44:35
17818         Log: Work-in-progress win32 layer semi-functional, checking 
17819              for UNIX breakage.
17820      Branch: perlio
17821            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
17822 ____________________________________________________________________________
17823 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
17824         Log: Subject: [PATCH] Re: perl@10611 
17825              From: Nicholas Clark <nick@ccl4.org>
17826              Date: Sat, 16 Jun 2001 16:52:47 +0100
17827              Message-ID: <20010616165247.O98663@plum.flirble.org>
17828      Branch: perl
17829            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
17830            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
17831            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
17832            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
17833            ! lib/ExtUtils/Constant.pm
17834 ____________________________________________________________________________
17835 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
17836         Log: Metaconfig unit change for #10629.
17837      Branch: metaconfig
17838            ! U/modified/Finish.U
17839 ____________________________________________________________________________
17840 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
17841         Log: The extraction changed directories.
17842      Branch: perl
17843            ! Configure
17844 ____________________________________________________________________________
17845 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
17846         Log: Math::BigInt 1.35 from Tels.
17847      Branch: perl
17848            + t/lib/mbimbf.t
17849            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17850            ! t/lib/bigfltpm.t t/lib/bigintpm.t
17851 ____________________________________________________________________________
17852 [ 10627] By: nick                                  on 2001/06/16  14:54:52
17853         Log: Work in progress UNIX-side edit of win32 PerLIO layer
17854      Branch: perlio
17855            + win32/win32io.c
17856            ! perlio.c win32/makefile.mk
17857 ____________________________________________________________________________
17858 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
17859         Log: Subject: [PATCH 5.6.1] os2/diff-configure
17860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17861              Date: Fri, 15 Jun 2001 01:19:36 -0400
17862              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
17863              
17864              Empty all of it because I think #10624 made even the
17865              last patch hunk unnecessary.
17866      Branch: perl
17867            ! os2/diff.configure
17868 ____________________________________________________________________________
17869 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
17870         Log: Metaconfig unit change for 10624.
17871      Branch: metaconfig
17872            ! U/modified/libc.U
17873      Branch: perl
17874            ! config_h.SH
17875 ____________________________________________________________________________
17876 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
17877         Log: Move the initialization of libnames to the beginning so
17878              that can one 'seed' it (as OS/2 does.)
17879      Branch: perl
17880            ! Configure
17881 ____________________________________________________________________________
17882 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
17883         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
17884              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17885              Date: Fri, 15 Jun 2001 19:10:57 -0400
17886              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
17887      Branch: perl
17888            ! os2/OS2/REXX/DLL/DLL.pm
17889 ____________________________________________________________________________
17890 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
17891         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
17892              From: "Craig A. Berry" <craigberry@mac.com>
17893              Date: Fri, 15 Jun 2001 17:00:03 -0500
17894              Message-Id: <a05101007b750342599be@[172.16.52.1]>
17895      Branch: perl
17896            ! vms/descrip_mms.template
17897 ____________________________________________________________________________
17898 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
17899         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
17900              From: "Craig A. Berry" <craigberry@mac.com>
17901              Date: Fri, 15 Jun 2001 18:39:42 -0500
17902              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
17903      Branch: perl
17904            ! lib/File/Spec/VMS.pm t/lib/extutils.t
17905 ____________________________________________________________________________
17906 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
17907         Log: Integrate perlio.
17908      Branch: perl
17909           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
17910           !> t/io/utf8.t t/lib/io_scalar.t
17911 ____________________________________________________________________________
17912 [ 10619] By: nick                                  on 2001/06/15  21:05:19
17913         Log: Generated files
17914      Branch: perlio
17915            ! embed.h proto.h
17916 ____________________________________________________________________________
17917 [ 10618] By: nick                                  on 2001/06/15  20:27:42
17918         Log: Fix open.pm to work via XS-implemented method calls rather
17919              than *open::layers variables which caused all the HV/AV hassle.
17920      Branch: perlio
17921            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
17922            ! t/lib/io_scalar.t
17923 ____________________________________________________________________________
17924 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
17925         Log: Integrate perlio.
17926      Branch: perl
17927           !> lib/ExtUtils/Constant.pm
17928 ____________________________________________________________________________
17929 [ 10616] By: nick                                  on 2001/06/15  18:46:47
17930         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
17931      Branch: perlio
17932            ! lib/ExtUtils/Constant.pm
17933 ____________________________________________________________________________
17934 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
17935         Log: Integrate perlio.
17936      Branch: perl
17937           !> ext/Socket/Socket.xs
17938 ____________________________________________________________________________
17939 [ 10614] By: nick                                  on 2001/06/15  18:33:37
17940         Log: MULTIPLICITY fix for Socket.xs
17941      Branch: perlio
17942            ! ext/Socket/Socket.xs
17943 ____________________________________________________________________________
17944 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
17945         Log: Subject: Re: perl@10611
17946              From: Doug MacEachern <dougm@covalent.net>
17947              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
17948              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
17949      Branch: perl
17950            ! ext/Socket/Socket.xs
17951 ____________________________________________________________________________
17952 [ 10612] By: nick                                  on 2001/06/15  16:14:38
17953         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
17954      Branch: perlio
17955           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
17956           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
17957           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
17958           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
17959           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
17960           !> utils/h2ph.PL
17961 ____________________________________________________________________________
17962 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
17963         Log: Update Changes.
17964      Branch: perl
17965            ! Changes patchlevel.h
17966 ____________________________________________________________________________
17967 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
17968         Log: Upping the test count.
17969      Branch: perl
17970            ! t/lib/filefind.t
17971 ____________________________________________________________________________
17972 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
17973         Log: Integrate perlio.
17974      Branch: perl
17975           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17976 ____________________________________________________________________________
17977 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
17978         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
17979              From: andreas.koenig@anima.de (Andreas J. Koenig)
17980              Date: 15 Jun 2001 13:30:39 +0200
17981              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
17982              
17983              Record the grim history.
17984      Branch: perl
17985            ! lib/File/Find.pm
17986 ____________________________________________________________________________
17987 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
17988         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
17989              From: Brian McCauley <nobull@mail.com>
17990              Date: 15 Jun 2001 07:51:26 +0100
17991              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
17992      Branch: perl
17993            ! lib/File/Find.pm t/lib/filefind.t
17994 ____________________________________________________________________________
17995 [ 10606] By: nick                                  on 2001/06/15  14:00:08
17996         Log: regen_config_h for Win32.
17997      Branch: perlio
17998            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17999 ____________________________________________________________________________
18000 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
18001         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
18002              From: Peter Prymmer <pvhp@forte.com>
18003              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
18004              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
18005      Branch: perl
18006            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
18007 ____________________________________________________________________________
18008 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
18009         Log: Some filesystems require writability for rename/unlink.
18010      Branch: perl
18011            ! opcode.pl
18012 ____________________________________________________________________________
18013 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
18014         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
18015              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18016              Date: Fri, 15 Jun 2001 12:08:53 +0200
18017              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
18018      Branch: perl
18019            ! perlio.c
18020 ____________________________________________________________________________
18021 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
18022         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
18023              From: Mike Guy <mjtg@cam.ac.uk>
18024              Date: Fri, 15 Jun 2001 14:11:49 +0100
18025              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
18026      Branch: perl
18027            ! opcode.pl
18028 ____________________________________________________________________________
18029 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
18030         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
18031              From: Nicholas Clark <nick@ccl4.org>
18032              Date: Thu, 14 Jun 2001 23:52:56 +0100
18033              Message-ID: <20010614235256.G98663@plum.flirble.org>
18034      Branch: perl
18035            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
18036            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18037 ____________________________________________________________________________
18038 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
18039         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
18040              From: Russ Allbery <rra@stanford.edu>
18041              Date: 14 Jun 2001 13:24:43 -0700
18042              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
18043      Branch: perl
18044            ! ext/GDBM_File/GDBM_File.pm
18045 ____________________________________________________________________________
18046 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
18047         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
18048              From: Nicholas Clark <nick@ccl4.org>
18049              Date: Thu, 14 Jun 2001 20:37:47 +0100
18050              Message-ID: <20010614203747.F98663@plum.flirble.org>
18051      Branch: perl
18052            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18053            ! t/lib/gdbm.t
18054 ____________________________________________________________________________
18055 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
18056         Log: Integrate perlio.
18057      Branch: perl
18058           !> makedef.pl sv.c
18059 ____________________________________________________________________________
18060 [ 10597] By: nick                                  on 2001/06/15  11:08:13
18061         Log: Check that HVs with HvNAME() != NULL are really stashes before
18062              treating them as such. Also be more defensive on the GvCV.
18063              Win32 fork and dprof now working again. 
18064      Branch: perlio
18065            ! sv.c
18066 ____________________________________________________________________________
18067 [ 10596] By: nick                                  on 2001/06/15  10:11:20
18068         Log: Integrate mainline.
18069      Branch: perlio
18070           +> Cross/README
18071           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
18072           !> Porting/config_H config_h.SH configure.com epoc/config.sh
18073           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
18074           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18075           !> vos/config.ga.h win32/config.bc win32/config.gc
18076           !> win32/config.vc win32/config_H.bc win32/config_H.gc
18077           !> win32/config_H.vc
18078 ____________________________________________________________________________
18079 [ 10595] By: nick                                  on 2001/06/15  09:37:17
18080         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
18081              - Win32 (VC++) now builds but fails:
18082              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
18083              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
18084              write.t    - open(...,"|-") not implemented on Win32 
18085      Branch: perlio
18086            ! makedef.pl
18087 ____________________________________________________________________________
18088 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
18089         Log: Integrate perlio.
18090      Branch: perl
18091           !> perlio.c win32/makefile.mk
18092 ____________________________________________________________________________
18093 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
18094         Log: Metaconfig unit changes for #10592.
18095      Branch: metaconfig
18096            + U/modified/i_varhdr.U U/modified/startsh.U
18097            - U/a_dvisory/crosscompile.U U/target/Target.U
18098            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
18099            ! U/compline/bitpbyte.U U/compline/byteorder.U
18100            ! U/compline/ccflags.U U/compline/charsize.U
18101            ! U/compline/d_casti32.U U/compline/d_castneg.U
18102            ! U/compline/d_closedir.U U/compline/d_fd_set.U
18103            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
18104            ! U/compline/d_keepsig.U U/compline/d_open3.U
18105            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
18106            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
18107            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
18108            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
18109            ! U/compline/doublesize.U U/compline/floatsize.U
18110            ! U/compline/nblock_io.U U/compline/orderlib.U
18111            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
18112            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
18113            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
18114            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
18115            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
18116            ! U/modified/spitshell.U U/threads/archname.U
18117            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
18118            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
18119            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
18120            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
18121            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
18122      Branch: metaconfig/U/perl
18123            + Cross.U
18124            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
18125            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
18126            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
18127            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
18128            ! stdio_streams.U uselfs.U
18129 ____________________________________________________________________________
18130 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
18131         Log: The first steps towards cross-compilation.
18132              
18133              Abstract execution of compiled test executables with $run,
18134              and abstract transfer of files with $to and $from.
18135              
18136              Under cross-compilation the $run, $to, and $from will point
18137              to appropriate wrapper scripts, by default ssh and scp,
18138              but also rsh, rcp, and cp are supported.  If not
18139              cross-compiling, they will be set to '', ':', and ':',
18140              respectively.
18141              
18142              With these patches I was able to get Configure for
18143              iPAQ ARM Linux on an Intel Linux about 95% right
18144              (only a few tests failed to execute or they produced
18145              incorrect results), and I was able to compile
18146              a functional miniperl.
18147              
18148              The symbol crosscompile renamed to be usecrosscompile,
18149              the corresponding C symbol from CROSSCOMPILE to
18150              USE_CROSS_COMPILE.
18151      Branch: perl
18152            ! Configure Cross/README Makefile.SH Porting/Glossary
18153            ! Porting/config.sh Porting/config_H config_h.SH configure.com
18154            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
18155            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
18156            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18157            ! win32/config.gc win32/config.vc win32/config_H.bc
18158            ! win32/config_H.gc win32/config_H.vc
18159 ____________________________________________________________________________
18160 [ 10591] By: nick                                  on 2001/06/14  20:00:12
18161         Log: Steps along the road toward Win32 building again.
18162      Branch: perlio
18163            ! perlio.c win32/makefile.mk
18164 ____________________________________________________________________________
18165 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
18166         Log: Integrate perlio.
18167      Branch: perl
18168           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18169 ____________________________________________________________________________
18170 [ 10589] By: nick                                  on 2001/06/14  13:54:07
18171         Log: Routine regen_config_h for Win32
18172      Branch: perlio
18173            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18174 ____________________________________________________________________________
18175 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
18176         Log: Integrate perlio.
18177      Branch: perl
18178           +> perlyline.pl
18179           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
18180 ____________________________________________________________________________
18181 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
18182         Log: A placeholder.
18183      Branch: perl
18184            + Cross/README
18185 ____________________________________________________________________________
18186 [ 10586] By: nick                                  on 2001/06/14  08:25:07
18187         Log: Add new step to run_byacc which:
18188              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
18189              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
18190      Branch: perlio
18191            + perlyline.pl
18192            ! MANIFEST Makefile.SH perly.c
18193 ____________________________________________________________________________
18194 [ 10585] By: nick                                  on 2001/06/14  08:22:29
18195         Log: Integrate mainline
18196      Branch: perlio
18197           +> locale.c numeric.c
18198           !> Changes cygwin/Makefile.SHs embed.h embed.pl
18199           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
18200           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
18201           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
18202           !> x2p/Makefile.SH
18203 ____________________________________________________________________________
18204 [ 10584] By: nick                                  on 2001/06/14  08:05:53
18205         Log: Hack to remove insecure directories from PATH so test will run.
18206      Branch: perlio
18207            ! t/lib/filefind.t
18208 ____________________________________________________________________________
18209 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
18210         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
18211      Branch: perl
18212            - t/lib/mbimbf.t
18213            ! MANIFEST
18214 ____________________________________________________________________________
18215 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
18216         Log: Detypo.
18217      Branch: perl
18218            ! x2p/Makefile.SH
18219 ____________________________________________________________________________
18220 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
18221         Log: de-$CONFIG continues.
18222      Branch: perl
18223            ! cygwin/Makefile.SHs x2p/Makefile.SH
18224 ____________________________________________________________________________
18225 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
18226         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
18227              From: Nicholas Clark <nick@ccl4.org>
18228              Date: Wed, 13 Jun 2001 21:20:13 +0100
18229              Message-ID: <20010613212013.D98663@plum.flirble.org>
18230      Branch: perl
18231            ! opcode.pl
18232 ____________________________________________________________________________
18233 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
18234         Log: Subject: splitting util.c
18235              From: Hugo <hv@crypt.compulink.co.uk>
18236              Date: Thu, 14 Jun 2001 00:41:08 +0100
18237              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
18238      Branch: perl
18239            + locale.c numeric.c
18240            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
18241            ! pod/perlapi.pod proto.h util.c
18242 ____________________________________________________________________________
18243 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
18244         Log: Upgrade to Math::BigInt 1.34 from Tels.
18245      Branch: perl
18246            + t/lib/mbimbf.t
18247            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18248            ! t/lib/bigfltpm.t t/lib/bigintpm.t
18249 ____________________________________________________________________________
18250 [ 10577] By: nick                                  on 2001/06/13  19:02:48
18251         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
18252      Branch: perlio
18253           !> (integrate 125 files)
18254 ____________________________________________________________________________
18255 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
18256         Log: Update Changes.
18257      Branch: perl
18258            ! Changes patchlevel.h
18259 ____________________________________________________________________________
18260 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
18261         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
18262              From: "Craig A. Berry" <craigberry@mac.com>
18263              Date: Wed, 13 Jun 2001 13:24:28 -0500
18264              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
18265      Branch: perl
18266            ! ext/re/Makefile.PL
18267 ____________________________________________________________________________
18268 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
18269         Log: Mc.u.c. for #10573.
18270      Branch: metaconfig
18271            ! U/threads/usethreads.U
18272 ____________________________________________________________________________
18273 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
18274         Log: It would be also be good if I could type.
18275      Branch: perl
18276            ! Configure
18277 ____________________________________________________________________________
18278 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
18279         Log: Metaconfig unit change for #10571.
18280      Branch: metaconfig
18281            ! U/threads/usethreads.U
18282 ____________________________________________________________________________
18283 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
18284         Log: A non-empty default is a good thing.
18285      Branch: perl
18286            ! Configure
18287 ____________________________________________________________________________
18288 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
18289         Log: Metaconfig unit change for #10569.
18290      Branch: metaconfig
18291            ! U/threads/usethreads.U
18292 ____________________________________________________________________________
18293 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
18294         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
18295              extremely experimental, not even prompted for.
18296      Branch: perl
18297            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18298            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
18299            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
18300            ! win32/config.bc win32/config.gc win32/config.vc
18301 ____________________________________________________________________________
18302 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
18303         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
18304      Branch: perl
18305            ! pod/perlfaq6.pod
18306 ____________________________________________________________________________
18307 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
18308         Log: Integrate perlio; conflicts, accept Nick's versions.
18309      Branch: perl
18310           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18311           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
18312 ____________________________________________________________________________
18313 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
18314         Log: Subject: Re: ext/ + -Wall
18315              From: Doug MacEachern <dougm@covalent.net>
18316              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
18317              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
18318      Branch: perl
18319            ! XSUB.h lib/ExtUtils/xsubpp perl.h
18320 ____________________________________________________________________________
18321 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
18322         Log: Similar logic as DB_File.xs, using the modern macros and
18323              defines them to older ones for older Perls where PERL_VERSION
18324              is not defined, from Doug MacEachern.
18325      Branch: perl
18326            ! ext/Storable/Storable.xs
18327 ____________________________________________________________________________
18328 [ 10564] By: nick                                  on 2001/06/13  15:22:01
18329         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
18330              and using that instead (name lookups are sequential search for now).
18331      Branch: perlio
18332            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18333            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
18334 ____________________________________________________________________________
18335 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
18336         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
18337              From: "Richard Soderberg" <rs@crystalflame.net>
18338              Date: Sat, 26 May 2001 06:44:20 -0700
18339              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
18340      Branch: perl
18341            ! sv.c t/op/glob.t
18342 ____________________________________________________________________________
18343 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
18344         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
18345              From: "Craig A. Berry" <craigberry@mac.com>
18346              Date: Tue, 12 Jun 2001 23:55:26 -0500
18347              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
18348      Branch: perl
18349            ! ext/re/Makefile.PL ext/re/re.xs
18350 ____________________________________________________________________________
18351 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
18352         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
18353              suggested by NI-S.
18354      Branch: perl
18355            ! XSUB.h malloc.c perl.h
18356 ____________________________________________________________________________
18357 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
18358         Log: Regen toc.
18359      Branch: perl
18360            ! pod/perltoc.pod
18361 ____________________________________________________________________________
18362 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
18363         Log: Subject: [patch] perl.gprof control
18364              From: Doug MacEachern <dougm@covalent.net>
18365              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
18366              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
18367      Branch: perl
18368            ! miniperlmain.c perl.h
18369 ____________________________________________________________________________
18370 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
18371         Log: Subject: Re: ext/ + -Wall
18372              From: Doug MacEachern <dougm@covalent.net>
18373              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
18374              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
18375              
18376              Document ax and break up dXSARGS.
18377      Branch: perl
18378            ! XSUB.h pod/perlapi.pod
18379 ____________________________________________________________________________
18380 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
18381         Log: More AIX tweakage from Merijn.
18382      Branch: perl
18383            ! hints/aix.sh
18384 ____________________________________________________________________________
18385 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
18386         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
18387              From: "Craig A. Berry" <craigberry@mac.com>
18388              Date: Tue, 12 Jun 2001 22:57:45 -0500
18389              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
18390      Branch: perl
18391            ! vms/descrip_mms.template
18392 ____________________________________________________________________________
18393 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
18394         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
18395              From: "Craig A. Berry" <craigberry@mac.com>
18396              Date: Tue, 12 Jun 2001 22:21:39 -0500
18397              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
18398      Branch: perl
18399            ! configure.com util.c
18400 ____________________________________________________________________________
18401 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
18402         Log: New AIX dynaloading code from Jens-Uwe Mager.
18403              Does break binary compatibility.
18404      Branch: perl
18405            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
18406 ____________________________________________________________________________
18407 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
18408         Log: VMS DEC C compiler found nits by Peter Prymmer.
18409      Branch: perl
18410            ! util.c
18411 ____________________________________________________________________________
18412 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
18413         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
18414              From: Peter Prymmer <pvhp@forte.com>
18415              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
18416              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
18417      Branch: perl
18418            ! t/lib/filecomp.t
18419 ____________________________________________________________________________
18420 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
18421         Log: I wonder how many $CONFIGs still lurk in the shadows.
18422      Branch: perl
18423            ! pod/Makefile.SH x2p/cflags.SH
18424 ____________________________________________________________________________
18425 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
18426         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
18427      Branch: perl
18428            ! pod/checkpods.PL
18429 ____________________________________________________________________________
18430 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
18431         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
18432      Branch: perl
18433            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
18434 ____________________________________________________________________________
18435 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
18436         Log: Subject: [patch] rid local_patches warnings
18437              From: Doug MacEachern <dougm@covalent.net>
18438              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
18439              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
18440      Branch: perl
18441            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
18442 ____________________________________________________________________________
18443 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
18444         Log: Subject: Re: ext/ + -Wall
18445              From: Doug MacEachern <dougm@covalent.net>
18446              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
18447              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
18448      Branch: perl
18449            ! ext/attrs/attrs.xs
18450 ____________________________________________________________________________
18451 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
18452         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
18453              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18454              Date: Tue, 12 Jun 2001 14:36:20 -0400
18455              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
18456      Branch: perl
18457            ! pod/perlretut.pod
18458 ____________________________________________________________________________
18459 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
18460         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
18461              From: Mike Guy <mjtg@cam.ac.uk>
18462              Date: Tue, 12 Jun 2001 19:10:31 +0100
18463              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
18464              
18465              Subject: Re: [ID 20010612.001] out of memory during regex compilation
18466              From: Mike Guy <mjtg@cam.ac.uk>
18467              Date: Tue, 12 Jun 2001 19:21:01 +0100
18468              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
18469      Branch: perl
18470            ! pod/perlop.pod
18471 ____________________________________________________________________________
18472 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
18473         Log: AIX tweaks from Merijn H. Brand.
18474      Branch: perl
18475            ! hints/aix.sh
18476 ____________________________________________________________________________
18477 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
18478         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
18479              From: "Brendan O'Dea" <bod@compusol.com.au>
18480              Date: Wed, 13 Jun 2001 05:16:47 +1000
18481              Message-ID: <20010613051647.A8945@compusol.com.au>
18482      Branch: maint-5.6/perl
18483            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18484 ____________________________________________________________________________
18485 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
18486         Log: Subject: Small bcopy cleanup
18487              From: Andy Dougherty <doughera@lafayette.edu>
18488              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
18489              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
18490      Branch: perl
18491            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
18492 ____________________________________________________________________________
18493 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
18494         Log: Subject: [PATCH] Re: ext/ + -Wall
18495              From: Nicholas Clark <nick@ccl4.org>
18496              Date: Wed, 13 Jun 2001 00:04:30 +0100
18497              Message-ID: <20010613000430.M5901@plum.flirble.org>
18498      Branch: perl
18499            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18500 ____________________________________________________________________________
18501 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
18502         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
18503              From: Nicholas Clark <nick@ccl4.org>
18504              Date: Tue, 12 Jun 2001 23:53:07 +0100
18505              Message-ID: <20010612235307.L5901@plum.flirble.org>
18506      Branch: perl
18507            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18508 ____________________________________________________________________________
18509 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
18510         Log: MPE/iX tweaks from Mark Bixby.
18511      Branch: perl
18512            ! hints/mpeix.sh mpeix/mpeixish.h util.c
18513 ____________________________________________________________________________
18514 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
18515         Log: Update Changes.
18516      Branch: perl
18517            ! Changes patchlevel.h
18518 ____________________________________________________________________________
18519 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
18520         Log: One less -Wall whine (found under DEBUGGING).
18521      Branch: perl
18522            ! x2p/Makefile.SH x2p/a2p.c
18523 ____________________________________________________________________________
18524 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
18525         Log: s/case-independent/case-insensitive/g
18526      Branch: perl
18527            ! pod/perldebug.pod
18528 ____________________________________________________________________________
18529 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
18530         Log: As suggested in    
18531              
18532              Subject: Re: ext/ + -Wall
18533              From: Gurusamy Sarathy <gsar@ActiveState.com>
18534              Date: Mon, 11 Jun 2001 23:34:31 -0700
18535              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
18536      Branch: perl
18537            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
18538            ! perl.h
18539 ____________________________________________________________________________
18540 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
18541         Log: Subject: ext/ + -Wall
18542              From: Doug MacEachern <dougm@covalent.net>
18543              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
18544              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
18545      Branch: perl
18546            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
18547            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
18548            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
18549            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
18550            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
18551            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
18552            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
18553            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
18554            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
18555            ! lib/ExtUtils/xsubpp
18556 ____________________________________________________________________________
18557 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
18558         Log: Subject: [PATCH] anonymous stashes
18559              From: Abhijit Menon-Sen <ams@wiw.org>
18560              Date: Tue, 12 Jun 2001 12:47:04 +0530
18561              Message-ID: <20010612124704.A29029@lustre.linux.in>
18562      Branch: perl
18563            ! dump.c gv.c sv.c xsutils.c
18564 ____________________________________________________________________________
18565 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
18566         Log: One more test for $^S.
18567      Branch: perl
18568            ! t/op/magic.t
18569 ____________________________________________________________________________
18570 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
18571         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
18572              From: Abhijit Menon-Sen <ams@wiw.org>
18573              Date: Tue, 12 Jun 2001 17:35:55 +0530
18574              Message-ID: <20010612173555.A32426@lustre.linux.in>
18575      Branch: perl
18576            ! mg.c t/op/magic.t
18577 ____________________________________________________________________________
18578 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
18579         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
18580              From: Mike Guy <mjtg@cam.ac.uk>
18581              Date: Tue, 12 Jun 2001 13:14:15 +0100
18582              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
18583      Branch: perl
18584            ! pod/perlop.pod
18585 ____________________________________________________________________________
18586 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
18587         Log: AUTHORS updates.
18588      Branch: perl
18589            ! AUTHORS
18590 ____________________________________________________________________________
18591 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
18592         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
18593              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
18594              Content-Transfer-Encoding: 7bit
18595              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
18596      Branch: perl
18597            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
18598 ____________________________________________________________________________
18599 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
18600         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
18601              From: "Philip Newton" <Philip.Newton@gmx.net>
18602              Date: Mon, 11 Jun 2001 07:08:03 +0200
18603              Message-Id: <200106120802.LAA08992@taas.iki.fi>
18604      Branch: perl
18605            ! t/base/term.t
18606 ____________________________________________________________________________
18607 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
18608         Log: Cleanup the a2p.c for -Wall.
18609      Branch: perl
18610            ! x2p/Makefile.SH x2p/a2p.c
18611 ____________________________________________________________________________
18612 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
18613         Log: File::Find update for MacOS from Chris Nandor.
18614      Branch: perl
18615            ! lib/File/Find.pm t/lib/filefind.t
18616 ____________________________________________________________________________
18617 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
18618         Log: gcc -Wall nits picked out by a non-UNIX system
18619              (courtesy of Mark Bixby)
18620      Branch: perl
18621            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
18622            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
18623            ! pp_sys.c util.c
18624 ____________________________________________________________________________
18625 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
18626         Log: Metaconfig unit change for #10522.  (The d_modfl changes
18627              placate metalint.)
18628      Branch: metaconfig/U/perl
18629            ! d_modfl.U d_u32align.U
18630 ____________________________________________________________________________
18631 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
18632         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
18633              be "./try 2>&1 >/dev/null".
18634      Branch: perl
18635            ! Configure
18636 ____________________________________________________________________________
18637 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
18638         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
18639              From: "Craig A. Berry" <craigberry@mac.com>
18640              Date: Mon, 11 Jun 2001 14:00:32 -0500
18641              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
18642      Branch: perl
18643            ! configure.com
18644 ____________________________________________________________________________
18645 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
18646         Log: Move the full \p\P lists to perlunicode.
18647      Branch: perl
18648            ! pod/perlretut.pod pod/perlunicode.pod
18649 ____________________________________________________________________________
18650 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
18651         Log: VOS build tweak for 5.6.1 from Paul Green.
18652      Branch: maint-5.6/perl
18653            ! vos/build.cm
18654 ____________________________________________________________________________
18655 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
18656         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
18657              From: "Craig A. Berry" <craigberry@mac.com>
18658              Date: Fri, 8 Jun 2001 18:08:18 -0500
18659              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
18660      Branch: perl
18661            ! vms/vms.c
18662 ____________________________________________________________________________
18663 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
18664         Log: Update Changes.
18665      Branch: perl
18666            ! Changes patchlevel.h
18667 ____________________________________________________________________________
18668 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
18669         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
18670      Branch: perl
18671            ! vos/config.alpha.h vos/config.ga.h
18672 ____________________________________________________________________________
18673 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
18674         Log: VOS updates from Paul Green for @10476.
18675      Branch: perl
18676            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
18677            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18678            ! vos/config.ga.h vos/configure_perl.cm
18679 ____________________________________________________________________________
18680 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
18681         Log: Subject: [PATCH] Not many people know this ...
18682              From: Mike Guy <mjtg@cam.ac.uk>
18683              Date: Mon, 11 Jun 2001 14:55:15 +0100
18684              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
18685      Branch: perl
18686            ! pod/perldebug.pod
18687 ____________________________________________________________________________
18688 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
18689         Log: Add final commas to lists as suggested by Philip Newton.
18690      Branch: perl
18691            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18692 ____________________________________________________________________________
18693 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
18694         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
18695              Date: Sun, 10 Jun 2001 23:35:38 -0400
18696              From: Chris Nandor <pudge@pobox.com>
18697              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
18698      Branch: perl
18699            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
18700            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
18701            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
18702            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
18703            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
18704            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
18705            ! t/op/write.t t/pragma/strict.t
18706 ____________________________________________________________________________
18707 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
18708         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
18709              From: Chris Nandor <pudge@pobox.com>
18710              Date: Mon, 11 Jun 2001 08:24:28 -0400
18711              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
18712      Branch: perl
18713            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
18714            ! t/lib/io_dir.t
18715 ____________________________________________________________________________
18716 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
18717         Log: One more run_byacc (a hand-tweaked version had slipped in).
18718      Branch: perl
18719            ! perly.c vms/perly_c.vms
18720 ____________________________________________________________________________
18721 [ 10509] By: nick                                  on 2001/06/11  07:49:15
18722         Log: Integrate mainline
18723      Branch: perlio
18724           !> Makefile.SH embed.h embed.pl global.sym
18725           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
18726           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
18727           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
18728           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
18729 ____________________________________________________________________________
18730 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
18731         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
18732              From: Mike Guy <mjtg@cam.ac.uk>
18733              Reply-To: mjtg@cam.ac.uk
18734              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
18735      Branch: perl
18736            ! lib/ExtUtils/Manifest.pm
18737 ____________________________________________________________________________
18738 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
18739         Log: Subject: [PATCH] ExtUtils::Constant
18740              From: Nicholas Clark <nick@ccl4.org>
18741              Date: Sun, 10 Jun 2001 23:25:41 +0100
18742              Message-ID: <20010610232540.C76396@plum.flirble.org>
18743      Branch: perl
18744            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18745 ____________________________________________________________________________
18746 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
18747         Log: Integrate perlio.
18748      Branch: perl
18749           !> iperlsys.h
18750 ____________________________________________________________________________
18751 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
18752         Log: Move the grok_number and its lieutenant grok_numeric_radix
18753              from sv.c statics to util.c and public.
18754      Branch: perl
18755            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
18756            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
18757 ____________________________________________________________________________
18758 [ 10504] By: nick                                  on 2001/06/10  17:47:06
18759         Log: Fix (valid) -Wall warnings in perlio.c
18760      Branch: perlio
18761            ! iperlsys.h
18762 ____________________________________________________________________________
18763 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
18764         Log: Update perly_c.diff, update perly.fixer to edit away
18765              some of the -Wall noise.
18766      Branch: perl
18767            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
18768 ____________________________________________________________________________
18769 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
18770         Log: Check the version of byacc.
18771      Branch: perl
18772            ! Makefile.SH
18773 ____________________________________________________________________________
18774 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
18775         Log: Subject: [PATCH] perly.y overhaul
18776              From: Simon Cozens <simon@netthink.co.uk>
18777              Date: Sun, 10 Jun 2001 16:56:54 +0100
18778              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
18779              
18780              Plus make run_byacc.
18781      Branch: perl
18782            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
18783 ____________________________________________________________________________
18784 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
18785         Log: Integrate perlio.
18786      Branch: perl
18787           !> perlio.c perlsfio.h
18788 ____________________________________________________________________________
18789 [ 10499] By: nick                                  on 2001/06/10  15:01:08
18790         Log: Integrate mainline
18791      Branch: perlio
18792           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
18793           !> t/pragma/locale.t util.c
18794 ____________________________________________________________________________
18795 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
18796         Log: Put some meat on the perl572delta bones.  The list of
18797              selected bug fixes needs more work, as does still the
18798              whole document.
18799      Branch: perl
18800            ! pod/perl572delta.pod
18801 ____________________________________________________________________________
18802 [ 10497] By: nick                                  on 2001/06/10  12:27:51
18803         Log: Paper over a crack or two with USE_SFIO
18804      Branch: perlio
18805            ! perlio.c perlsfio.h
18806 ____________________________________________________________________________
18807 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
18808         Log: Update Changes.
18809      Branch: perl
18810            ! Changes patchlevel.h
18811 ____________________________________________________________________________
18812 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
18813         Log: Subject: Re: pragma/locale.t #107
18814              From: Hugo <hv@crypt.compulink.co.uk>
18815              Date: Sun, 10 Jun 2001 11:23:30 +0100
18816              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
18817              
18818              Encapsulate the scan of the decimal radix separator.
18819      Branch: perl
18820            ! embed.h embed.pl proto.h sv.c
18821 ____________________________________________________________________________
18822 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
18823         Log: Try to grok numbers both with the locale specific separator
18824              and with the usual "." (if different from the lss); add a test
18825              to locale.t to do also a little bit of math in addition to just
18826              equalness testing; remove extraneous logic as suggested in
18827              
18828              Subject: Re: pragma/locale.t #107
18829              From: Nicholas Clark <nick@ccl4.org>
18830              Date: Sat, 9 Jun 2001 22:37:36 +0100
18831              Message-ID: <20010609223735.Y76396@plum.flirble.org>
18832      Branch: perl
18833            ! sv.c t/pragma/locale.t
18834 ____________________________________________________________________________
18835 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
18836         Log: Metaconfig unit change for #10492.
18837      Branch: metaconfig/U/perl
18838            ! Extensions.U
18839 ____________________________________________________________________________
18840 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
18841         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
18842              From: Artur Bergman <artur@contiller.se> 
18843              Date: Sat, 09 Jun 2001 21:03:51 +0200
18844              Message-ID: <B7483FB6.1398%artur@contiller.se>
18845      Branch: perl
18846            ! Configure
18847 ____________________________________________________________________________
18848 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
18849         Log: Integrate perlio.
18850      Branch: perl
18851           !> perlsfio.h
18852 ____________________________________________________________________________
18853 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
18854         Log: Do locale specific separator if only in locale.
18855      Branch: perl
18856            ! util.c
18857 ____________________________________________________________________________
18858 [ 10489] By: nick                                  on 2001/06/09  19:13:25
18859         Log: Make XS/Typemap compile (but fail) with sfio
18860      Branch: perlio
18861            ! perlsfio.h
18862 ____________________________________________________________________________
18863 [ 10488] By: nick                                  on 2001/06/09  19:12:51
18864         Log: Re-integrate mainline
18865      Branch: perlio
18866           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
18867           !> proto.h sv.c util.c
18868 ____________________________________________________________________________
18869 [ 10487] By: nick                                  on 2001/06/09  16:26:29
18870         Log: Integrate mainline
18871      Branch: perlio
18872           !> (integrate 31 files)
18873 ____________________________________________________________________________
18874 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
18875         Log: Subject: [PATCH] New attempt to clone callack
18876              From: Artur Bergman <artur@contiller.se> 
18877              Date: Thu, 07 Jun 2001 11:52:16 +0200
18878              Message-ID: <B7451B6F.12B7%artur@contiller.se>
18879      Branch: perl
18880            ! embedvar.h intrpvar.h perlapi.h sv.c
18881 ____________________________________________________________________________
18882 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
18883         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
18884      Branch: perl
18885            ! embed.h embed.pl perl.h proto.h sv.c util.c
18886 ____________________________________________________________________________
18887 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
18888         Log: Subject: Re: pragma/locale.t #107
18889              From: Nicholas Clark <nick@ccl4.org>
18890              Date: Sat, 9 Jun 2001 16:26:10 +0100
18891              Message-ID: <20010609162609.V76396@plum.flirble.org>
18892              
18893              A missing NVification.
18894      Branch: perl
18895            ! sv.c
18896 ____________________________________________________________________________
18897 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
18898         Log: Redo the #10482, there already was a test script for formats.
18899      Branch: perl
18900            - t/io/format.t
18901            ! MANIFEST t/op/write.t
18902 ____________________________________________________________________________
18903 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
18904         Log: Twisted format testing, from Merijn.
18905      Branch: perl
18906            + t/io/format.t
18907            ! MANIFEST
18908 ____________________________________________________________________________
18909 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
18910         Log: More \p{In...} testing, combined with \N{...}.
18911      Branch: perl
18912            ! lib/utf8_heavy.pl t/op/pat.t
18913 ____________________________________________________________________________
18914 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
18915         Log: Metaconfig changes for #10479.
18916      Branch: metaconfig
18917            ! U/Glossary.patch
18918      Branch: metaconfig/U/perl
18919            ! d_modfl.U
18920 ____________________________________________________________________________
18921 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
18922         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
18923      Branch: perl
18924            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18925            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
18926            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
18927            ! win32/config.bc win32/config.gc win32/config.vc
18928 ____________________________________________________________________________
18929 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
18930         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
18931              From: "Craig A. Berry" <craigberry@mac.com>
18932              Date: Thu, 7 Jun 2001 14:27:20 -0500
18933              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
18934      Branch: perl
18935            ! vms/perlvms.pod
18936 ____________________________________________________________________________
18937 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
18938         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
18939              From: Gisle Aas <gisle@ActiveState.com>
18940              Date: 07 Jun 2001 17:04:29 -0700
18941              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
18942      Branch: perl
18943            ! ext/re/re.xs
18944 ____________________________________________________________________________
18945 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
18946         Log: Update Changes.
18947      Branch: perl
18948            ! Changes patchlevel.h
18949 ____________________________________________________________________________
18950 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
18951         Log: Regen Glossary et alia.
18952      Branch: perl
18953            ! Porting/Glossary Porting/config.sh Porting/config_H
18954 ____________________________________________________________________________
18955 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
18956         Log: Metaconfig unit changes for #10473.
18957      Branch: metaconfig/U/perl
18958            ! d_modfl.U
18959 ____________________________________________________________________________
18960 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
18961         Log: Harumph, also AIX will spill its guts (i.e. dump core)
18962              if an executable contains modfl() but it hasn't been
18963              compiled right (in the case of AIX, with cc -qlongdouble).
18964      Branch: perl
18965            ! Configure
18966 ____________________________________________________________________________
18967 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
18968         Log: integrate change#10471 from mainline
18969              
18970              in change#10451, check that CvOUTSIDE is a CV before looking in
18971              (it can apparently be SVt_NULL during global destruction)
18972      Branch: maint-5.6/perl
18973           !> op.c
18974 ____________________________________________________________________________
18975 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
18976         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
18977              (it can apparently be SVt_NULL during global destruction)
18978      Branch: perl
18979            ! op.c
18980 ____________________________________________________________________________
18981 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
18982         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
18983              From: Robin Barker <rmb1@cise.npl.co.uk>
18984              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
18985              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
18986      Branch: perl
18987            ! lib/diagnostics.pm pod/perldiag.pod
18988 ____________________________________________________________________________
18989 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
18990         Log: Subject: [PATCH perl@10439] long =item
18991              From: Robin Barker <rmb1@cise.npl.co.uk>
18992              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
18993              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
18994      Branch: perl
18995            ! README.amiga lib/Attribute/Handlers.pm
18996            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
18997 ____________________________________________________________________________
18998 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
18999         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
19000              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
19001              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
19002              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
19003      Branch: perl
19004            ! pod/perlguts.pod
19005 ____________________________________________________________________________
19006 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
19007         Log: Integrate perlio.
19008      Branch: perl
19009           !> sv.c
19010 ____________________________________________________________________________
19011 [ 10466] By: nick                                  on 2001/06/07  10:25:40
19012         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
19013              whitespace tweaks.
19014              Still coredumps in pragma/overload.t - what a nice hard fail that is...
19015      Branch: perlio
19016            ! sv.c
19017 ____________________________________________________________________________
19018 [ 10465] By: nick                                  on 2001/06/07  08:41:58
19019         Log: Raw integrate of mainline for S_grok_number debug
19020              (sv.c has MULTIPLICITY issues as well as whatever else ...)
19021      Branch: perlio
19022            - plan9/perlplan9.doc plan9/perlplan9.pod
19023           !> (integrate 46 files)
19024 ____________________________________________________________________________
19025 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
19026         Log: The proper prototyping for #10463.
19027      Branch: perl
19028            ! embed.h embed.pl proto.h sv.c
19029 ____________________________________________________________________________
19030 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
19031         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
19032              From: Nicholas Clark <nick@ccl4.org>
19033              Date: Thu, 7 Jun 2001 00:29:59 +0100
19034              Message-ID: <20010607002959.Z76396@plum.flirble.org>
19035      Branch: perl
19036            ! sv.c
19037 ____________________________________________________________________________
19038 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
19039         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
19040              From: "Craig A. Berry" <craigberry@mac.com>
19041              Date: Wed, 06 Jun 2001 17:54:30 -0500
19042              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
19043      Branch: perl
19044            ! vms/perlvms.pod
19045 ____________________________________________________________________________
19046 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
19047         Log: Podify the remaining README.platform files;
19048              merge README.plan9 and plan9/perlplan9.pod;
19049              delete plan9/perlplan9.* (the perlplan.doc needs to
19050              be regenerated in Plan 9); make the =head1 and =head2
19051              in the README.platform to be a little more verbose
19052              (skipped README.os2 not to anger Ilya) so that they
19053              look better in the toc; regen toc.
19054      Branch: perl
19055            - plan9/perlplan9.doc plan9/perlplan9.pod
19056            ! MANIFEST README.aix README.amiga README.apollo README.beos
19057            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
19058            ! README.hpux README.hurd README.machten README.macos
19059            ! README.micro README.mint README.mpeix README.os390
19060            ! README.plan9 README.qnx README.solaris README.threads
19061            ! README.tru64 README.vmesa README.vms README.vos README.win32
19062            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
19063            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
19064 ____________________________________________________________________________
19065 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
19066         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
19067              From: Mike Guy <mjtg@cam.ac.uk>
19068              Reply-To: mjtg@cam.ac.uk
19069              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
19070      Branch: perl
19071            ! pod/perlguts.pod
19072 ____________________________________________________________________________
19073 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
19074         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
19075              From: Mike Guy <mjtg@cam.ac.uk>
19076              Reply-To: mjtg@cam.ac.uk
19077              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
19078      Branch: perl
19079            ! pod/perlsec.pod
19080 ____________________________________________________________________________
19081 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
19082         Log: Disable long doubles from pre-5.0 Tru64s.
19083      Branch: perl
19084            ! README.tru64 hints/dec_osf.sh
19085 ____________________________________________________________________________
19086 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
19087         Log: The #10455 exposed that modfl() is fundamentally busted
19088              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
19089              testing it.
19090      Branch: perl
19091            ! hints/dec_osf.sh
19092 ____________________________________________________________________________
19093 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
19094         Log: Metaconfig unit change for #10455.
19095      Branch: metaconfig/U/perl
19096            ! d_modfl.U
19097 ____________________________________________________________________________
19098 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
19099         Log: Configure check for geborken modfl(), inspired by
19100              
19101              Subject: Re: [20010118.017] op/int.t failure 
19102              From: Hugo <hv@crypt.compulink.co.uk>
19103              Date: Tue, 05 Jun 2001 13:43:27 +0100
19104              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
19105      Branch: perl
19106            ! Configure
19107 ____________________________________________________________________________
19108 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
19109         Log: Integrate changes #10450 and #10451 from maintperl:
19110              
19111              optimize change#10448 slightly (don't repeat search in eval""s lexical
19112              scope, since that has already been searched)
19113              
19114              change#9108 needs subtler treatment for case of closures created
19115              within eval""
19116      Branch: perl
19117           !> op.c t/op/misc.t
19118 ____________________________________________________________________________
19119 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
19120         Log: MakeMaker magic to compile (when no dynamic loading)
19121              List/Util.xsc as (ListUtil.c and) ListUtil.o since
19122              POSIX-BC (BS2000) linker has an evil limitation of
19123              being unable to include in the same executable several
19124              object files with the same name - case-insensitively -
19125              because otherwise we conflict with util.c.
19126              Strictly speaking currently required only in POSIX-BC
19127              but probably will do no harm elsewhere where static
19128              linking is required.
19129      Branch: perl
19130            ! ext/List/Util/Makefile.PL
19131 ____________________________________________________________________________
19132 [ 10452] By: nick                                  on 2001/06/06  08:59:51
19133         Log: Integrate mainline.
19134      Branch: perlio
19135           +> lib/Attribute/Handlers/demo/Demo.pm
19136           +> lib/Attribute/Handlers/demo/Descriptions.pm
19137           +> lib/Attribute/Handlers/demo/MyClass.pm
19138           +> lib/Attribute/Handlers/demo/demo.pl
19139           +> lib/Attribute/Handlers/demo/demo2.pl
19140           +> lib/Attribute/Handlers/demo/demo3.pl
19141           +> lib/Attribute/Handlers/demo/demo4.pl
19142           +> lib/Attribute/Handlers/demo/demo_call.pl
19143           +> lib/Attribute/Handlers/demo/demo_chain.pl
19144           +> lib/Attribute/Handlers/demo/demo_cycle.pl
19145           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
19146           +> lib/Attribute/Handlers/demo/demo_phases.pl
19147           +> lib/Attribute/Handlers/demo/demo_range.pl
19148           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
19149           +> uts/strtol_wrap.c
19150           !> (integrate 91 files)
19151 ____________________________________________________________________________
19152 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
19153         Log: change#9108 needs subtler treatment for case of closures created
19154              within eval""
19155      Branch: maint-5.6/perl
19156            ! op.c t/op/misc.t
19157 ____________________________________________________________________________
19158 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
19159         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
19160              scope, since that has already been searched)
19161      Branch: maint-5.6/perl
19162            ! op.c
19163 ____________________________________________________________________________
19164 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
19165         Log: Integrate change #10448 from maintperl; lexicals
19166              outside an eval"" weren't resolved correctly inside a subroutine
19167              definition inside the eval"" if they were not already referenced
19168              in the toplevel of the eval""-ed code
19169      Branch: perl
19170           !> cop.h op.c pp_ctl.c t/op/misc.t
19171 ____________________________________________________________________________
19172 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
19173         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
19174              outside an eval"" weren't resolved correctly inside a subroutine
19175              definition inside the eval"" if they were not already referenced
19176              in the toplevel of the eval""-ed code
19177      Branch: maint-5.6/perl
19178            ! cop.h op.c pp_ctl.c t/op/misc.t
19179 ____________________________________________________________________________
19180 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
19181         Log: Subject: [PATCH] perl570delta.pod
19182              From: Peter Scott <Peter@PSDT.com> 
19183              Date: Tue, 05 Jun 2001 18:51:02 -0700
19184              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
19185      Branch: perl
19186            ! pod/perl570delta.pod
19187 ____________________________________________________________________________
19188 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
19189         Log: The fudge factor is no more needed.  I hope.
19190      Branch: perl
19191            ! t/lib/posix.t
19192 ____________________________________________________________________________
19193 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
19194         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
19195              From: Hugo <hv@crypt.compulink.co.uk>
19196              Date: Tue, 05 Jun 2001 12:58:19 +0100
19197              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
19198      Branch: perl
19199            ! util.c
19200 ____________________________________________________________________________
19201 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
19202         Log: Make up prototypes only for those who have the functions
19203              but not the prototypes.
19204      Branch: perl
19205            ! perl.h
19206 ____________________________________________________________________________
19207 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
19208         Log: Subject: Re: Not OK: perl@10439 on win32 
19209              From: Prymmer/Kahn <pvhp@best.com> 
19210              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
19211              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
19212      Branch: perl
19213            ! perl.h util.c
19214 ____________________________________________________________________________
19215 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
19216         Log: The metaconfig units changes for #10441.
19217      Branch: metaconfig
19218            ! U/modified/Extract.U U/modified/Extractall.U
19219            ! U/modified/Finish.U
19220 ____________________________________________________________________________
19221 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
19222         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
19223      Branch: perl
19224            ! Configure
19225 ____________________________________________________________________________
19226 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
19227         Log: Unnecessary fuzziness undone, noted by Mike Guy.
19228      Branch: perl
19229            ! t/op/tr.t
19230 ____________________________________________________________________________
19231 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
19232         Log: Update Changes.
19233      Branch: perl
19234            ! Changes patchlevel.h
19235 ____________________________________________________________________________
19236 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
19237         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
19238              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
19239              leakage patch.
19240      Branch: perl
19241            ! t/op/misc.t
19242 ____________________________________________________________________________
19243 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
19244         Log: Test case for #10433/#10424.
19245      Branch: perl
19246            ! t/op/misc.t
19247 ____________________________________________________________________________
19248 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
19249         Log: Subject: One fix for strtoul not setting errno
19250              From: hom00@utsglobal.com (Hal Morris)
19251              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
19252              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
19253      Branch: perl
19254            + uts/strtol_wrap.c
19255            ! MANIFEST hints/uts.sh
19256 ____________________________________________________________________________
19257 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
19258         Log: Metaconfig units changes for #10434.
19259      Branch: metaconfig
19260            ! U/modified/Cppsym.U
19261      Branch: metaconfig/U/perl
19262            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
19263            + d_syscallproto.U d_usleepproto.U
19264            ! longdblfio.U quadfio.U
19265 ____________________________________________________________________________
19266 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
19267         Log: Configure tweaks; add prototype probes, make the cpp symbols
19268              probe to cast, not whine; test for %Ld and %Lf before %lld and
19269              %llf because the L is the ANSI way.
19270      Branch: perl
19271            ! Configure config_h.SH configure.com epoc/config.sh
19272            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
19273            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
19274            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
19275 ____________________________________________________________________________
19276 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
19277         Log: Sigh.  This is what #10424 was supposed to check in.
19278      Branch: perl
19279            ! op.c sv.c sv.h
19280 ____________________________________________________________________________
19281 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
19282         Log: More verbose failure.
19283      Branch: perl
19284            ! t/op/ver.t
19285 ____________________________________________________________________________
19286 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
19287         Log: The .pm changes to go with #10428.
19288      Branch: perl
19289            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
19290            ! ext/Sys/Syslog/Syslog.pm
19291 ____________________________________________________________________________
19292 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
19293         Log: On second thoughts show to utf8 skippage message only
19294              on failures, it's too confusing otherwise,
19295      Branch: perl
19296            ! t/pragma/locale.t
19297 ____________________________________________________________________________
19298 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
19299         Log: Do not import anything from Encode.
19300      Branch: perl
19301            ! ext/MIME/Base64/QuotedPrint.pm
19302 ____________________________________________________________________________
19303 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
19304         Log: The #10402 didn't take.  Weird.
19305      Branch: perl
19306            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
19307            ! ext/Sys/Syslog/Syslog.xs
19308 ____________________________________________________________________________
19309 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
19310         Log: Eradicate traces of 'asciirange' re subpragma.
19311      Branch: perl
19312            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
19313            ! pod/perldiag.pod
19314 ____________________________________________________________________________
19315 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
19316         Log: use is a compile-time thing.
19317      Branch: perl
19318            ! ext/MIME/Base64/QuotedPrint.pm
19319 ____________________________________________________________________________
19320 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
19321         Log: Subject: [PATCH perl@10419] -Wall casting patch
19322              From: Robin Barker <rmb1@cise.npl.co.uk>
19323              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
19324              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
19325      Branch: perl
19326            ! ext/Devel/DProf/DProf.xs mg.c
19327 ____________________________________________________________________________
19328 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
19329         Log: Subject: [PATCH #2] introducing SVpad_TYPED
19330              From: Abhijit Menon-Sen <ams@wiw.org>
19331              Date: Mon, 4 Jun 2001 12:26:02 +0530
19332              Message-ID: <20010604122602.A5775@lustre.linux.in>
19333      Branch: perl
19334            ! op.c sv.c sv.h
19335 ____________________________________________________________________________
19336 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
19337         Log: testsuite for change#10192 (from Gisle Aas)
19338      Branch: perl
19339            + t/op/override.t
19340            ! MANIFEST
19341 ____________________________________________________________________________
19342 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
19343         Log: integrate changes#10414-10416 from mainline
19344              
19345              Potential buffer overrun if the radix separator is more than
19346              one byte.  Also, under locales, prefer the locale-specific
19347              separator over the old boring ".".
19348              
19349              "10.", that is, decimal numbers can have no decimal part at all.
19350              
19351              The non-locale places need love, too.
19352      Branch: maint-5.6/perl
19353           !> perl.h sv.c
19354 ____________________________________________________________________________
19355 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
19356         Log: Missed from #10420.
19357      Branch: perl
19358            ! epoc/config.sh
19359 ____________________________________________________________________________
19360 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
19361         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
19362              often this prototype goes with HAS_SETRESUID_PROTO.
19363      Branch: perl
19364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19365            ! config_h.SH configure.com perl.h uconfig.h
19366 ____________________________________________________________________________
19367 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
19368         Log: Update Changes.
19369      Branch: perl
19370            ! Changes patchlevel.h
19371 ____________________________________________________________________________
19372 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
19373         Log: -Wall "subscript has type `char'" cleanup.
19374      Branch: perl
19375            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
19376 ____________________________________________________________________________
19377 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
19378         Log: Various "cast to pointer from integer of different size"
19379              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
19380              wide but I32 (int) only 32 bits wide).
19381              
19382              WARNING: the classnum and tagnum changes in Storable.xs
19383              may not be wise, they may be breaking binary compatibility
19384              (in 64-bit platforms), asked Raphael Manfredi about the changes.
19385      Branch: perl
19386            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
19387            ! mg.c proto.h
19388 ____________________________________________________________________________
19389 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
19390         Log: The non-locale places need love, too.
19391      Branch: perl
19392            ! perl.h
19393 ____________________________________________________________________________
19394 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
19395         Log: "10.", that is, decimal numbers can have no decimal part at all.
19396      Branch: perl
19397            ! perl.h
19398 ____________________________________________________________________________
19399 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
19400         Log: Potential buffer overrun if the radix separator is more than
19401              one byte.  Also, under locales, prefer the locale-specific
19402              separator over the old boring ".".
19403      Branch: perl
19404            ! perl.h sv.c
19405 ____________________________________________________________________________
19406 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
19407         Log: Integrate change #10412 from maintperl; locale is now
19408              per-cop, not per-op; plus retweak the locale.t to always
19409              list the skipped utf8 locales.
19410      Branch: perl
19411            ! t/pragma/locale.t
19412           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
19413           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
19414 ____________________________________________________________________________
19415 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
19416         Log: rationalize locale handling to fix the bugs uncovered by change#10394
19417              
19418              the major issue was that the runtime was looking at PL_hints rather
19419              than op_private to notice whether locale was enabled
19420              
19421              the secondary issue was that many locale-sensitive numeric ops didn't
19422              have HINT_LOCALE propagated into their op_private
19423              
19424              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
19425              instead of per-op, just like HINT_BYTE and the hints for lexical
19426              warnings (this makes the hint available to every op via PL_curcop)
19427              
19428              pragma/locale.t may need to be reworked with these fixes in mind
19429              (it currently passes its tests)
19430      Branch: maint-5.6/perl
19431            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
19432            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
19433 ____________________________________________________________________________
19434 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
19435         Log: More verbose debugging.
19436      Branch: perl
19437            ! t/pragma/locale.t
19438 ____________________________________________________________________________
19439 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
19440         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
19441              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19442              Date: Sat, 2 Jun 2001 22:53:33 +0100
19443              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
19444      Branch: perl
19445            ! regcomp.c t/pragma/warn/regcomp
19446 ____________________________________________________________________________
19447 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
19448         Log: Mention that lexicalizing $a or $b is a bad idea if one
19449              wants to use sort().
19450      Branch: perl
19451            ! pod/perlvar.pod
19452 ____________________________________________________________________________
19453 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
19454         Log: Tweak the test to be happy if the accuracy is 'good enough'.
19455      Branch: perl
19456            ! t/lib/posix.t
19457 ____________________________________________________________________________
19458 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
19459         Log: Upgrade to Attribute::Handlers 0.70.
19460              
19461              NOTE: this unearthed the "too late for CHECK block" bug,
19462              that's why the 1_compile.t change.
19463      Branch: perl
19464            + lib/Attribute/Handlers/demo/Demo.pm
19465            + lib/Attribute/Handlers/demo/Descriptions.pm
19466            + lib/Attribute/Handlers/demo/MyClass.pm
19467            + lib/Attribute/Handlers/demo/demo.pl
19468            + lib/Attribute/Handlers/demo/demo2.pl
19469            + lib/Attribute/Handlers/demo/demo3.pl
19470            + lib/Attribute/Handlers/demo/demo4.pl
19471            + lib/Attribute/Handlers/demo/demo_call.pl
19472            + lib/Attribute/Handlers/demo/demo_chain.pl
19473            + lib/Attribute/Handlers/demo/demo_cycle.pl
19474            + lib/Attribute/Handlers/demo/demo_hashdir.pl
19475            + lib/Attribute/Handlers/demo/demo_phases.pl
19476            + lib/Attribute/Handlers/demo/demo_range.pl
19477            + lib/Attribute/Handlers/demo/demo_rawdata.pl
19478            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
19479            ! t/lib/attrhand.t
19480 ____________________________________________________________________________
19481 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
19482         Log: One less -Wall whine.
19483      Branch: perl
19484            ! regcomp.c
19485 ____________________________________________________________________________
19486 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
19487         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
19488      Branch: perl
19489           !> t/op/eval.t
19490 ____________________________________________________________________________
19491 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
19492         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
19493              aren't "normally" visible inside eval""s contained in subs unless
19494              a cloned reference to them already exists)
19495              
19496              strangely enough, t/harness didn't show this up as a failure
19497              (harness needs fixing?)
19498      Branch: maint-5.6/perl
19499            ! t/op/eval.t
19500 ____________________________________________________________________________
19501 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
19502         Log: Update to Text::Balanced 1.85.
19503      Branch: perl
19504            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
19505 ____________________________________________________________________________
19506 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
19507         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
19508              From: Nicholas Clark <nick@ccl4.org>
19509              Date: Sun, 3 Jun 2001 17:54:36 +0100
19510              Message-ID: <20010603175436.E76396@plum.flirble.org> 
19511      Branch: perl
19512            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
19513            ! ext/Sys/Syslog/Syslog.xs
19514 ____________________________________________________________________________
19515 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
19516         Log: Unused variables.
19517      Branch: perl
19518            ! util.c
19519 ____________________________________________________________________________
19520 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
19521         Log: Subject: [PATCH] APIfy op_clear 
19522              From: Simon Cozens <simon@netthink.co.uk>
19523              Date: Sun, 3 Jun 2001 13:51:46 +0100
19524              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
19525              
19526              (despite the subject line, op_null is APIfied by the patch)
19527      Branch: perl
19528            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
19529 ____________________________________________________________________________
19530 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
19531         Log: Subject: [PATCH] t/lib/extutils.t
19532              From: Nicholas Clark <nick@ccl4.org>
19533              Date: Sat, 2 Jun 2001 23:57:05 +0100
19534              Message-ID: <20010602235705.Q12698@plum.flirble.org>
19535      Branch: perl
19536            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19537 ____________________________________________________________________________
19538 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
19539         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
19540              From: Prymmer/Kahn <pvhp@best.com>
19541              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
19542              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
19543      Branch: perl
19544            ! win32/Makefile win32/makefile.mk
19545 ____________________________________________________________________________
19546 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
19547         Log: Subject: Re: 'decimal digits' macro? 
19548              From: Hugo <hv@crypt.compulink.co.uk>
19549              Date: Sun, 03 Jun 2001 04:26:36 +0100
19550              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
19551      Branch: perl
19552            ! handy.h t/lib/posix.t t/op/tr.t
19553 ____________________________________________________________________________
19554 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
19555         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
19556              From: Hugo <hv@crypt.compulink.co.uk>
19557              Date: Sun, 03 Jun 2001 14:56:30 +0100
19558              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
19559      Branch: perl
19560            ! util.c
19561 ____________________________________________________________________________
19562 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
19563         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
19564      Branch: perl
19565           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
19566           !> vms/perly_c.vms
19567 ____________________________________________________________________________
19568 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
19569         Log: fix leakage of lexicals at file scope into subroutines that were
19570              declared before them; this appears to be a longstanding bug that
19571              meant that lexicals at file scope were never "deintroduced", meaning
19572              their scope range was never properly closed, and their visibility
19573              extended to all subsequent eval""s or requires
19574              
19575              added a test case
19576              
19577              seems to also fix a case of bogus duplicate warnings
19578      Branch: maint-5.6/perl
19579            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
19580            ! vms/perly_c.vms
19581 ____________________________________________________________________________
19582 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
19583         Log: More VMS tweaks from Craig A. Berry.
19584      Branch: perl
19585            ! configure.com t/lib/extutils.t
19586 ____________________________________________________________________________
19587 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
19588         Log: -Wall cleanup continues.
19589      Branch: perl
19590            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
19591            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
19592            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
19593            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
19594            ! run.c toke.c util.c
19595 ____________________________________________________________________________
19596 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
19597         Log: The metaconfig unit change for #10390.
19598      Branch: metaconfig/U/perl
19599            ! gccvers.U
19600 ____________________________________________________________________________
19601 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
19602         Log: Drop the -ansi from the default gcc flags.
19603              
19604              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
19605              that struct cannot be compared with a flat integer, such as STRLEN.
19606              The -ansi will also cause a lot of noise in Solaris because of:
19607              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
19608      Branch: perl
19609            ! Configure
19610 ____________________________________________________________________________
19611 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
19612         Log: Integrate perlio.
19613      Branch: perl
19614           !> pod/perlapi.pod util.c
19615 ____________________________________________________________________________
19616 [ 10388] By: nick                                  on 2001/06/02  08:01:12
19617         Log: Integrate mainline
19618      Branch: perlio
19619           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
19620           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
19621           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
19622           !> t/lib/1_compile.t t/lib/mimeqp.t
19623 ____________________________________________________________________________
19624 [ 10387] By: nick                                  on 2001/06/02  07:39:17
19625         Log: Tweak util.c's atof2 for MULTIPLICITY
19626      Branch: perlio
19627            ! util.c
19628 ____________________________________________________________________________
19629 [ 10386] By: nick                                  on 2001/06/02  07:38:33
19630         Log: Integrate mainline
19631      Branch: perlio
19632           !> (integrate 41 files)
19633 ____________________________________________________________________________
19634 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
19635         Log: Add Attribute::Handlers 0.61 from Damian Conway.
19636      Branch: perl
19637            + lib/Attribute/Handlers.pm t/lib/attrhand.t
19638            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
19639 ____________________________________________________________________________
19640 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
19641         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
19642              From: Peter Prymmer <pvhp@forte.com>
19643              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
19644              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
19645      Branch: perl
19646            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
19647 ____________________________________________________________________________
19648 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
19649         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
19650              From: Jeff Pinyan <jeffp@crusoe.net>
19651              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
19652              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
19653      Branch: perl
19654            ! lib/File/Find.pm
19655 ____________________________________________________________________________
19656 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
19657         Log: Subject: [PATCH perl@10381] configure.com tweaks
19658              From: "Craig A. Berry" <craigberry@mac.com>
19659              Date: Fri, 1 Jun 2001 13:55:43 -0500
19660              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
19661      Branch: perl
19662            ! configure.com
19663 ____________________________________________________________________________
19664 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
19665         Log: Update Changes.
19666      Branch: perl
19667            ! Changes patchlevel.h
19668 ____________________________________________________________________________
19669 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
19670         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
19671              From: Mike Guy <mjtg@cam.ac.uk>
19672              Date: Fri, 01 Jun 2001 18:17:02 +0100
19673              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
19674      Branch: perl
19675            ! lib/perl5db.pl
19676 ____________________________________________________________________________
19677 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
19678         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
19679              From: Hugo <hv@crypt.compulink.co.uk>
19680              Date: Thu, 31 May 2001 20:49:48 +0100
19681              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
19682      Branch: perl
19683            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
19684            ! util.c
19685 ____________________________________________________________________________
19686 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
19687         Log: Zero() is not available in x2p (or, rather, some of its
19688              implementations like memzero() might not be available.)
19689      Branch: perl
19690            ! x2p/hash.c
19691 ____________________________________________________________________________
19692 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
19693         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
19694              From: Michael G Schwern <schwern@pobox.com>
19695              Date: Fri, 1 Jun 2001 12:00:29 +0100
19696              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
19697              
19698              (But use Zero() instead of memset.)
19699      Branch: perl
19700            ! x2p/hash.c
19701 ____________________________________________________________________________
19702 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
19703         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
19704              From: Jeff Pinyan <jeffp@crusoe.net>
19705              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
19706              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
19707      Branch: perl
19708            ! pod/perldiag.pod regcomp.c t/op/pat.t
19709 ____________________________________________________________________________
19710 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
19711         Log: Retract #10324 and #10333; not needed.
19712      Branch: perl
19713            ! hints/irix_6.sh hints/linux.sh
19714 ____________________________________________________________________________
19715 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
19716         Log: The #10370 wasn't quite right.
19717      Branch: perl
19718            ! ext/XS/Typemap/Typemap.xs
19719 ____________________________________________________________________________
19720 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
19721         Log: The metaconfig units changes for #10372.
19722      Branch: metaconfig/U/perl
19723            + d_realpath.U d_sresgproto.U d_sresuproto.U
19724            ! gccvers.U i_db.U
19725 ____________________________________________________________________________
19726 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
19727         Log: Configure tweaks; record the Berkeley DB version,
19728              probe for realpath(), for setresuid() and setresgid()
19729              prototypes; use realpath() (try to be paranoid enough),
19730              use the setres[ug]id prototypes because glibc has the functions
19731              but not their prototypes; add -Wall -ansi to gcc ccflags;
19732              regen toc.
19733      Branch: perl
19734            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19735            ! config_h.SH configure.com epoc/config.sh
19736            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
19737            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
19738            ! vos/config.ga.def win32/config.bc win32/config.gc
19739            ! win32/config.vc
19740 ____________________________________________________________________________
19741 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
19742         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
19743              From: Michael G Schwern <schwern@pobox.com>
19744              Date: Fri, 1 Jun 2001 11:28:14 +0100
19745              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
19746      Branch: perl
19747            ! lib/attributes.pm xsutils.c
19748 ____________________________________________________________________________
19749 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
19750         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
19751              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19752              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
19753              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
19754      Branch: perl
19755            ! ext/XS/Typemap/Typemap.xs
19756 ____________________________________________________________________________
19757 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
19758         Log: Subject: [patch] Cwd.xs optimizations/abstraction
19759              From: Doug MacEachern <dougm@covalent.net>
19760              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
19761              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
19762      Branch: perl
19763            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
19764            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
19765 ____________________________________________________________________________
19766 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
19767         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!])
19768              From: Nicholas Clark <nick@ccl4.org>
19769              Date: Thu, 31 May 2001 23:56:40 +0100
19770              Message-ID: <20010531235640.F12698@plum.flirble.org>
19771              
19772              Make the test work also under only static extensions
19773              (sh Configure -Uusedl fakes this nicely)
19774      Branch: perl
19775            ! t/lib/extutils.t
19776 ____________________________________________________________________________
19777 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
19778         Log: Subject: [PATCH hv.c] Eliminating trigraph
19779              From: Michael G Schwern <schwern@pobox.com>
19780              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
19781              Date: Fri, 1 Jun 2001 11:49:56 +0100
19782      Branch: perl
19783            ! hv.c
19784 ____________________________________________________________________________
19785 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
19786         Log: Subject: Re: [PATCH] Tests for File::Compare 
19787              From: "Philip Newton" <Philip.Newton@gmx.net>
19788              Date: Thu, 31 May 2001 19:44:05 +0200
19789              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
19790              
19791              Unnecessary "quotation marks".
19792      Branch: perl
19793            ! t/lib/filecomp.t
19794 ____________________________________________________________________________
19795 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
19796         Log: Integrate perlio.
19797      Branch: perl
19798           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
19799 ____________________________________________________________________________
19800 [ 10364] By: nick                                  on 2001/06/01  10:13:31
19801         Log: Cleanup dll.base and dll.exp created by GCC builds.
19802      Branch: perlio
19803            ! lib/ExtUtils/MM_Win32.pm
19804 ____________________________________________________________________________
19805 [ 10363] By: nick                                  on 2001/06/01  10:02:17
19806         Log: Make filecomp test work on CRLF platforms by adding binmode.
19807      Branch: perlio
19808            ! t/lib/filecomp.t
19809 ____________________________________________________________________________
19810 [ 10362] By: nick                                  on 2001/06/01  08:37:17
19811         Log: Integrate mainline
19812      Branch: perlio
19813           !> Changes Configure patchlevel.h perlio.c
19814 ____________________________________________________________________________
19815 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
19816         Log: panic:claustrophobia.
19817      Branch: perl
19818            ! perlio.c
19819 ____________________________________________________________________________
19820 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
19821         Log: Update Changes.
19822      Branch: perl
19823            ! Changes patchlevel.h
19824 ____________________________________________________________________________
19825 [ 10359] By: nick                                  on 2001/05/31  12:35:50
19826         Log: Integrate mainline.
19827      Branch: perlio
19828           +> t/lib/filecomp.t
19829           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
19830           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
19831 ____________________________________________________________________________
19832 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
19833         Log: Integrate perlio.
19834      Branch: perl
19835           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
19836           !> win32/config_H.vc
19837 ____________________________________________________________________________
19838 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
19839         Log: Metaconfig unit change for #10356.
19840      Branch: metaconfig
19841            ! U/installdirs/inc_version_list.U
19842 ____________________________________________________________________________
19843 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
19844         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
19845              (idea from Sarathy; implementation from Andy)
19846      Branch: perl
19847            ! Configure
19848 ____________________________________________________________________________
19849 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
19850         Log: More AUTHORS.
19851      Branch: perl
19852            ! AUTHORS
19853 ____________________________________________________________________________
19854 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
19855         Log: Subject: Re: [PATCH] Tests for File::Compare
19856              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
19857              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
19858              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
19859      Branch: perl
19860            + t/lib/filecomp.t
19861            ! MANIFEST t/lib/1_compile.t
19862 ____________________________________________________________________________
19863 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
19864         Log: Subject: [PATCH] DEBUG_* macro cleanups
19865              From: Abhijit Menon-Sen <ams@wiw.org>
19866              Date: Thu, 31 May 2001 12:16:22 +0530
19867              Message-ID: <20010531121622.B4829@lustre.linux.in>
19868              
19869              Subject: Re: [PATCH] DEBUG_* macro cleanups
19870              From: Abhijit Menon-Sen <ams@wiw.org>
19871              Date: Thu, 31 May 2001 13:57:01 +0530
19872              Message-ID: <20010531135701.A21775@lustre.linux.in>
19873              
19874              (The DEBUG_ definitions in perl.h changed to use the
19875              STMT_START and STMT_END.)
19876      Branch: perl
19877            ! perl.h pp_ctl.c sv.c toke.c
19878 ____________________________________________________________________________
19879 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
19880         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
19881              From: Abhijit Menon-Sen <ams@wiw.org>
19882              Date: Thu, 31 May 2001 08:27:55 +0530
19883              Message-ID: <20010531082755.A10018@lustre.linux.in>
19884      Branch: perl
19885            ! ext/Storable/Storable.xs gv.c perl.c
19886 ____________________________________________________________________________
19887 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
19888         Log: Subject: [PATCH] AUTHORS
19889              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19890              Date: Thu, 31 May 2001 01:27:59 -0500
19891              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
19892              
19893              Subject: Re: [PATCH] AUTHORS
19894              From: "Philip Newton" <Philip.Newton@gmx.net>
19895              Date: Thu, 31 May 2001 10:08:06 +0200
19896              (Message-Id missing?)
19897      Branch: perl
19898            ! AUTHORS
19899 ____________________________________________________________________________
19900 [ 10350] By: nick                                  on 2001/05/31  11:40:43
19901         Log: win32 - dmake regen_config_h
19902      Branch: perlio
19903            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19904 ____________________________________________________________________________
19905 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
19906         Log: Subject: Re: [PATCH util.c] More warning cleanups.
19907              From: "Philip Newton" <Philip.Newton@gmx.net>
19908              Date: Thu, 31 May 2001 07:41:36 +0200
19909              Message-Id: <200105310538.IAA25458@taku.hut.fi>
19910              
19911              Undo C++-ism that snekt in.
19912      Branch: perl
19913            ! util.c
19914 ____________________________________________________________________________
19915 [ 10348] By: nick                                  on 2001/05/31  11:36:46
19916         Log: Tolerate Win32 numerics
19917      Branch: perlio
19918            ! t/pragma/warn/toke
19919 ____________________________________________________________________________
19920 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
19921         Log: Integrate perlio.
19922      Branch: perl
19923           !> perlio.c win32/win32.h
19924 ____________________________________________________________________________
19925 [ 10346] By: nick                                  on 2001/05/31  10:54:55
19926         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
19927              perlio.c change 10255.
19928      Branch: perlio
19929            ! perlio.c
19930 ____________________________________________________________________________
19931 [ 10345] By: nick                                  on 2001/05/31  10:01:57
19932         Log: Conditionaly put back some "unused" dTHX which are used
19933              with PERL_IMPLICIT_SYS
19934      Branch: perlio
19935            ! perlio.c
19936 ____________________________________________________________________________
19937 [ 10344] By: nick                                  on 2001/05/31  10:00:59
19938         Log: Fix Win32 for new spelling IN_BYTES 
19939      Branch: perlio
19940            ! win32/win32.h
19941 ____________________________________________________________________________
19942 [ 10343] By: nick                                  on 2001/05/31  08:01:32
19943         Log: perlio.c -Wall cleaner under MULTIPLICITY
19944              - still minor noise with linux stdio
19945      Branch: perlio
19946            ! perlio.c
19947 ____________________________________________________________________________
19948 [ 10342] By: nick                                  on 2001/05/31  07:52:23
19949         Log: Integrate mainline.
19950      Branch: perlio
19951           !> (integrate 42 files)
19952 ____________________________________________________________________________
19953 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
19954         Log: AUTHORS updates.
19955      Branch: perl
19956            ! AUTHORS
19957 ____________________________________________________________________________
19958 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
19959         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
19960              From: Peter Prymmer <pvhp@forte.com>
19961              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
19962              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
19963      Branch: perl
19964            ! t/lib/md5-file.t
19965 ____________________________________________________________________________
19966 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
19967         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
19968              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
19969              to match the pragma name; various robustness cleanups.
19970      Branch: perl
19971            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
19972            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
19973 ____________________________________________________________________________
19974 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
19975         Log: More -Wall sweeping.
19976      Branch: perl
19977            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
19978            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
19979            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
19980            ! regcomp.c sv.c toke.c utf8.c
19981 ____________________________________________________________________________
19982 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
19983         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
19984              From: Nicholas Clark <nick@ccl4.org>
19985              Date: Wed, 30 May 2001 22:34:41 +0100
19986              Message-ID: <20010530223441.Y86445@plum.flirble.org>
19987      Branch: perl
19988            ! t/op/cmp.t
19989 ____________________________________________________________________________
19990 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
19991         Log: It's is not, it isn't ain't, and it's it's, not its,
19992              if you mean it is. If you don't, it's its. Then too,
19993              it's hers. It isn't her's. It isn't our's either.
19994              It's ours, and likewise yours and theirs.
19995              -- Oxford University Press, Edpress News
19996      Branch: perl
19997            ! lib/autouse.pm
19998 ____________________________________________________________________________
19999 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
20000         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
20001      Branch: perl
20002            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
20003            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
20004            ! x2p/str.c x2p/walk.c xsutils.c
20005 ____________________________________________________________________________
20006 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
20007         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
20008              From: Michael G Schwern <schwern@pobox.com>
20009              Date: Wed, 30 May 2001 17:10:38 +0100
20010              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
20011              
20012              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
20013              From: Abhijit Menon-Sen <ams@wiw.org>
20014              Date: Wed, 30 May 2001 23:16:13 +0530
20015              Message-ID: <20010530231613.A31933@lustre.linux.in>
20016      Branch: perl
20017            ! perl.c t/run/runenv.t
20018 ____________________________________________________________________________
20019 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
20020         Log: (Retracted by #10375.)
20021              
20022              IRIX hints patch from Merijn Broeren.
20023              
20024              TODO: (this and the earlier Linux hints patch) should be solved
20025              at Configure level.  Merijn: -ldb should not be used on any platform
20026              for perl, just when linking DBFile itself. Trying to be helpful here
20027              is counterproductive.
20028      Branch: perl
20029            ! hints/irix_6.sh
20030 ____________________________________________________________________________
20031 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
20032         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
20033              From: Nicholas Clark <nick@ccl4.org>
20034              Date: Wed, 30 May 2001 23:20:58 +0100
20035              Message-ID: <20010530232058.B86445@plum.flirble.org>
20036      Branch: perl
20037            ! doop.c
20038 ____________________________________________________________________________
20039 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
20040         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
20041              From: Michael G Schwern <schwern@pobox.com> 
20042              Date: Wed, 30 May 2001 15:24:20 +0100
20043              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
20044      Branch: perl
20045            ! t/pragma/autouse.t
20046 ____________________________________________________________________________
20047 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
20048         Log: The regex trick wasn't a good idea.
20049      Branch: perl
20050            ! pod/perlfaq4.pod
20051 ____________________________________________________________________________
20052 [ 10329] By: nick                                  on 2001/05/30  18:34:35
20053         Log: Integrate mainline
20054      Branch: perlio
20055           !> (integrate 40 files)
20056 ____________________________________________________________________________
20057 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
20058         Log: Update Changes.
20059      Branch: perl
20060            ! Changes patchlevel.h
20061 ____________________________________________________________________________
20062 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
20063         Log: The metaconfig unit change for #10325.
20064      Branch: metaconfig
20065            + U/modified/afs.U
20066 ____________________________________________________________________________
20067 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
20068         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
20069              is now wrong.
20070      Branch: perl
20071            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
20072 ____________________________________________________________________________
20073 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
20074         Log: Introduce $Config{afsroot}.
20075      Branch: perl
20076            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20077            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
20078            ! win32/config.gc win32/config.vc
20079 ____________________________________________________________________________
20080 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
20081         Log: (Retracted by #10375.)
20082              
20083              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
20084      Branch: perl
20085            ! hints/linux.sh
20086 ____________________________________________________________________________
20087 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
20088         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
20089              (Also Configure tweaks needed; coming up soon.)
20090      Branch: perl
20091            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
20092 ____________________________________________________________________________
20093 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
20094         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
20095              From: Michael G Schwern <schwern@pobox.com>
20096              Date: Sun, 27 May 2001 10:29:43 +0100
20097              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
20098      Branch: perl
20099            ! lib/perl5db.pl
20100 ____________________________________________________________________________
20101 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
20102         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
20103              and Abhijit Menon-Sen.
20104      Branch: perl
20105            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
20106            ! perl.c pp_sys.c regcomp.c
20107 ____________________________________________________________________________
20108 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
20109         Log: Fix the BOOT section to call myU2time properly.
20110      Branch: perl
20111            ! ext/Time/HiRes/HiRes.xs
20112 ____________________________________________________________________________
20113 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
20114         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
20115              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
20116              Date: Wed, 30 May 2001 09:44:29 -0400
20117              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
20118              
20119              Detypo; plus add one more trick.
20120      Branch: perl
20121            ! pod/perlfaq4.pod
20122 ____________________________________________________________________________
20123 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
20124         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)
20125              From: Michael G Schwern <schwern@pobox.com>
20126              Date: Wed, 30 May 2001 14:39:06 +0100
20127              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
20128      Branch: perl
20129            ! lib/autouse.pm t/pragma/autouse.t
20130 ____________________________________________________________________________
20131 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
20132         Log: Subject: Re: AIX and gcc (moving targets)
20133              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20134              Date: Wed, 30 May 2001 15:25:08 +0200
20135              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
20136      Branch: perl
20137            ! ext/Time/HiRes/HiRes.xs
20138 ____________________________________________________________________________
20139 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
20140         Log: Subject: [PATCH t/TEST] sorting tests
20141              From: Michael G Schwern <schwern@pobox.com>
20142              Date: Wed, 30 May 2001 10:24:02 +0100
20143              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
20144      Branch: perl
20145            ! t/TEST
20146 ____________________________________________________________________________
20147 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
20148         Log: Subject: [ID 20010529.002] typos in man page perlre
20149              From: bart@cg681574-a.adubn1.nj.home.com 
20150              Date: Tue, 29 May 2001 13:58:59 -0500
20151              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
20152      Branch: perl
20153            ! pod/perlre.pod
20154 ____________________________________________________________________________
20155 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
20156         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
20157              From: "Craig A. Berry" <craigberry@mac.com>
20158              Date: Tue, 29 May 2001 23:23:45 -0500
20159              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
20160      Branch: perl
20161            ! t/lib/extutils.t t/pragma/autouse.t
20162 ____________________________________________________________________________
20163 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
20164         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)
20165              From: David Dyck <dcd@tc.fluke.com>
20166              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
20167              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
20168      Branch: perl
20169            ! t/lib/filefind.t
20170 ____________________________________________________________________________
20171 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
20172         Log: AIX hints update for gcc from Merijn H. Brand.
20173      Branch: perl
20174            ! hints/aix.sh
20175 ____________________________________________________________________________
20176 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
20177         Log: Retract #10295 and #10296: a more generic solution
20178              is needed (there's something funny with gcc on AIX).
20179      Branch: perl
20180            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
20181 ____________________________________________________________________________
20182 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
20183         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
20184              From: Hugo <hv@crypt.compulink.co.uk>
20185              Date: Wed, 30 May 2001 11:59:19 +0100
20186              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
20187              
20188              localizing $@ has unfortunate semantics - if you die past
20189              a local $@, the die message is lost.
20190      Branch: perl
20191            ! lib/utf8_heavy.pl
20192 ____________________________________________________________________________
20193 [ 10309] By: nick                                  on 2001/05/30  08:23:02
20194         Log: Integrate mainline (autouse works again.)
20195      Branch: perlio
20196           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
20197           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
20198           !> pod/perlvar.pod t/op/cmp.t
20199 ____________________________________________________________________________
20200 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
20201         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
20202              From: David Dyck <dcd@tc.fluke.com>
20203              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
20204              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
20205      Branch: perl
20206            ! lib/File/Find.pm
20207 ____________________________________________________________________________
20208 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
20209         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
20210              From: Nicholas Clark <nick@ccl4.org>
20211              Date: Tue, 29 May 2001 23:16:09 +0100
20212              Message-ID: <20010529231609.U86445@plum.flirble.org>
20213              
20214              Make the test output slightly clearer by distinguishing
20215              between '' and undef.
20216      Branch: perl
20217            ! t/op/cmp.t
20218 ____________________________________________________________________________
20219 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
20220         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
20221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20222              Date: Tue, 29 May 2001 19:15:19 -0400
20223              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
20224      Branch: perl
20225            ! hints/os2.sh
20226 ____________________________________________________________________________
20227 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
20228         Log: Subject: perlvar.pod addition
20229              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
20230              Date: Fri, 25 May 2001 20:23:12 +0200
20231              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
20232              
20233              Subject: Re: perlvar.pod addition
20234              From: "Abigail" <abigail@foad.org> 
20235              Date: Fri, 25 May 2001 22:00:39 +0200
20236              Message-ID: <20010525200039.28029.qmail@foad.org>
20237              
20238              Mention $a and $b in perlvar.
20239      Branch: perl
20240            ! pod/perlvar.pod
20241 ____________________________________________________________________________
20242 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
20243         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
20244              From: Jeff Pinyan <jeffp@crusoe.net>
20245              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
20246              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
20247      Branch: perl
20248            ! pod/perlvar.pod
20249 ____________________________________________________________________________
20250 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
20251         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
20252              From: Jeff Pinyan <jeffp@crusoe.net>
20253              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
20254              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
20255      Branch: perl
20256            ! pod/perlfaq6.pod
20257 ____________________________________________________________________________
20258 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
20259         Log: Mention Time::localtime and Time::gmtime.
20260      Branch: perl
20261            ! ext/Time/Piece/Piece.pm
20262 ____________________________________________________________________________
20263 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
20264         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
20265              From: Michael G Schwern <schwern@pobox.com>
20266              Date: Tue, 29 May 2001 18:51:32 +0100
20267              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
20268      Branch: perl
20269            ! pod/perlfaq4.pod
20270 ____________________________________________________________________________
20271 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
20272         Log: Retract #10243.
20273      Branch: perl
20274            ! lib/autouse.pm
20275 ____________________________________________________________________________
20276 [ 10299] By: nick                                  on 2001/05/29  18:41:19
20277         Log: Post weekend integrate mainline (fails one test pragma/autouse).
20278      Branch: perlio
20279           +> (branch 29 files)
20280           !> (integrate 91 files)
20281 ____________________________________________________________________________
20282 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
20283         Log: Update Changes.
20284      Branch: perl
20285            ! Changes patchlevel.h
20286 ____________________________________________________________________________
20287 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
20288         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
20289              before Perl_load_module/Perl_call_method and restore the value
20290              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
20291      Branch: perl
20292            ! utf8.c
20293 ____________________________________________________________________________
20294 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
20295         Log: Subject: Re: AIX and gcc (moving targets)
20296              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20297              Date: Tue, 29 May 2001 17:59:40 +0200
20298              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
20299      Branch: perl
20300            ! ext/Storable/Makefile.PL
20301 ____________________________________________________________________________
20302 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
20303         Log: Subject: Re: AIX and gcc (moving targets)
20304              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20305              Date: Tue, 29 May 2001 12:32:57 +0200
20306              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
20307      Branch: perl
20308            ! ext/POSIX/Makefile.PL
20309 ____________________________________________________________________________
20310 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
20311         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
20312              From: Michael G Schwern <schwern@pobox.com>
20313              Date: Tue, 29 May 2001 09:53:29 +0100
20314              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
20315              
20316              (#10280 retracted)
20317      Branch: perl
20318            ! lib/Test/Harness.pm t/lib/test-harness.t
20319 ____________________________________________________________________________
20320 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
20321         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
20322              From: Michael G Schwern <schwern@pobox.com>
20323              Date: Tue, 29 May 2001 09:19:52 +0100
20324              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
20325      Branch: perl
20326            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
20327            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
20328            + t/lib/Test/todo.t
20329            ! MANIFEST lib/Test.pm t/TEST
20330 ____________________________________________________________________________
20331 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
20332         Log: From: Michael G Schwern <schwern@pobox.com>
20333              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
20334              Date: Tue, 29 May 2001 08:26:09 +0100
20335              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
20336      Branch: perl
20337            ! t/TEST
20338 ____________________________________________________________________________
20339 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
20340         Log: Add tests for Time::gmtime and Time::localtime.
20341      Branch: perl
20342            + t/lib/time-gmtime.t t/lib/time-localtime.t
20343            ! MANIFEST t/lib/1_compile.t
20344 ____________________________________________________________________________
20345 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
20346         Log: Add test for File::stat.
20347      Branch: perl
20348            + t/lib/filestat.t
20349            ! MANIFEST t/lib/1_compile.t
20350 ____________________________________________________________________________
20351 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
20352         Log: Add test for Net::servent.
20353      Branch: perl
20354            + t/lib/net-sent.t
20355            ! MANIFEST t/lib/1_compile.t
20356 ____________________________________________________________________________
20357 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
20358         Log: Add test for Net::protoent.
20359      Branch: perl
20360            + t/lib/net-pent.t
20361            ! MANIFEST t/lib/1_compile.t
20362 ____________________________________________________________________________
20363 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
20364         Log: Add test for Net::netent.
20365      Branch: perl
20366            + t/lib/net-nent.t
20367            ! MANIFEST t/lib/1_compile.t
20368 ____________________________________________________________________________
20369 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
20370         Log: Add test for User::grent.  Portability doubtful.
20371      Branch: perl
20372            + t/lib/user-grent.t
20373            ! MANIFEST t/lib/1_compile.t
20374 ____________________________________________________________________________
20375 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
20376         Log: Add test for User::pwent.
20377              Probably will fall down somewhere for portability reasons.
20378      Branch: perl
20379            + t/lib/user-pwent.t
20380            ! MANIFEST t/lib/1_compile.t
20381 ____________________________________________________________________________
20382 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
20383         Log: Metaconfig units changes for #10283.
20384      Branch: metaconfig
20385            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
20386            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
20387            ! U/installdirs/sitescript.U U/modified/Signal.U
20388 ____________________________________________________________________________
20389 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
20390         Log: Subject: [PATCH 5.6.1] signal names in Configure
20391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20392              Date: Tue, 29 May 2001 03:52:25 -0400
20393              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
20394              
20395              Subject: [PATCH 5.6.1] older perl in Configure
20396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20397              Date: Tue, 29 May 2001 03:55:40 -0400
20398              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
20399              
20400              Subject: [PATCH 5.6.1] goofs in Configure
20401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20402              Date: Tue, 29 May 2001 04:13:07 -0400
20403              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
20404              
20405              Configure portability tweaks.
20406      Branch: perl
20407            ! Configure
20408 ____________________________________________________________________________
20409 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
20410         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
20411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20412              Date: Tue, 29 May 2001 04:07:06 -0400
20413              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
20414      Branch: perl
20415            ! os2/os2.c
20416 ____________________________________________________________________________
20417 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
20418         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
20419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20420              Date: Tue, 29 May 2001 04:01:38 -0400
20421              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
20422      Branch: perl
20423            ! hints/os2.sh os2/Makefile.SHs
20424 ____________________________________________________________________________
20425 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
20426         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
20427              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20428              Date: Tue, 29 May 2001 03:50:18 -0400
20429              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
20430      Branch: perl
20431            ! lib/Test/Harness.pm
20432 ____________________________________________________________________________
20433 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
20434         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
20435      Branch: perl
20436            ! lib/utf8_heavy.pl
20437 ____________________________________________________________________________
20438 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
20439         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
20440              From: Hugo <hv@crypt.compulink.co.uk>
20441              Date: Tue, 29 May 2001 03:03:45 +0100
20442              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
20443              
20444              Explanation why the $@ always gets the UTF8 flag when under use utf8--
20445              because we told it to have the flag when under use utf8.
20446      Branch: perl
20447            ! pp_ctl.c
20448 ____________________________________________________________________________
20449 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
20450         Log: At least a partial fix for 20010528.004.
20451      Branch: perl
20452            ! lib/utf8_heavy.pl
20453 ____________________________________________________________________________
20454 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
20455         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
20456              From: Nicholas Clark <nick@ccl4.org> 
20457              Date: Mon, 28 May 2001 23:39:38 +0100
20458              Message-ID: <20010528233938.M86445@plum.flirble.org>
20459              
20460              More portable non-zero UV.
20461      Branch: perl
20462            ! t/lib/extutils.t
20463 ____________________________________________________________________________
20464 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
20465         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
20466              From: Nicholas Clark <nick@ccl4.org>
20467              Date: Mon, 28 May 2001 22:46:09 +0100
20468              Message-ID: <20010528224608.L86445@plum.flirble.org>
20469              
20470              Test also "make clean".
20471      Branch: perl
20472            ! t/lib/extutils.t
20473 ____________________________________________________________________________
20474 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
20475         Log: Subject: Re: Would -Wno-unused -Wall be better?
20476              From: Michael G Schwern <schwern@pobox.com>
20477              Date: Tue, 29 May 2001 00:55:54 +0100
20478              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
20479      Branch: perl
20480            ! pp.h
20481 ____________________________________________________________________________
20482 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
20483         Log: Add a test for 20010528.007, fixed in #10272.
20484      Branch: perl
20485            ! t/op/misc.t toke.c
20486 ____________________________________________________________________________
20487 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
20488         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
20489              From: Hugo <hv@crypt.compulink.co.uk>
20490              Date: Tue, 29 May 2001 00:23:23 +0100
20491              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
20492      Branch: perl
20493            ! toke.c
20494 ____________________________________________________________________________
20495 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
20496         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
20497              From: Michael G Schwern <schwern@pobox.com>
20498              Date: Tue, 29 May 2001 00:42:59 +0100
20499              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
20500      Branch: perl
20501            ! t/pragma/autouse.t
20502 ____________________________________________________________________________
20503 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
20504         Log: Some shells seemingly arrange the signal handlers differently
20505              (bug id 20010521.004).
20506      Branch: perl
20507            ! t/lib/sigaction.t
20508 ____________________________________________________________________________
20509 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
20510         Log: Regen perlmodlib.
20511      Branch: perl
20512            ! pod/perlmodlib.pod
20513 ____________________________________________________________________________
20514 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
20515         Log: Update Changes.
20516      Branch: perl
20517            ! Changes patchlevel.h
20518 ____________________________________________________________________________
20519 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
20520         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
20521              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
20522              Date: Mon, 28 May 2001 14:56:35 -0500
20523              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
20524      Branch: perl
20525            ! pod/perlnewmod.pod
20526 ____________________________________________________________________________
20527 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
20528         Log: Regen toc.
20529      Branch: perl
20530            ! pod/perltoc.pod
20531 ____________________________________________________________________________
20532 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
20533         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
20534              From: "Richard Soderberg" <rs@crystalflame.net>
20535              Date: Mon, 28 May 2001 12:31:23 -0700
20536              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
20537      Branch: perl
20538            ! t/op/splice.t
20539 ____________________________________________________________________________
20540 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
20541         Log: The #10260 was too bold: locales and utf8 still do not mix.
20542      Branch: perl
20543            ! t/pragma/locale.t
20544 ____________________________________________________________________________
20545 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
20546         Log: Subject: [PATCH] Pod nitpicks
20547              From: "Richard Soderberg" <rs@crystalflame.net>
20548              Date: Mon, 28 May 2001 10:08:58 -0700
20549              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
20550      Branch: perl
20551            ! pod/perl571delta.pod pod/perlapi.pod sv.h
20552 ____________________________________________________________________________
20553 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
20554         Log: Upgrade to I18N::LangTags 0.22.
20555      Branch: perl
20556            + lib/I18N/LangTags/List.pod
20557            ! MANIFEST lib/I18N/LangTags.pm
20558 ____________________________________________________________________________
20559 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
20560         Log: A slightly more serious bug found by -Mutf8; op/misc and
20561              lib/complex dumped core.
20562      Branch: perl
20563            ! regexec.c
20564 ____________________________________________________________________________
20565 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
20566         Log: Various buglets shaken out by -Mutf8.
20567      Branch: perl
20568            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
20569            ! t/pragma/locale.t
20570 ____________________________________________________________________________
20571 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
20572         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
20573      Branch: perl
20574            ! t/lib/carp.t
20575 ____________________________________________________________________________
20576 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
20577         Log: Subject: [PATCH] todo patch
20578              From: Artur Bergman <artur@contiller.se> 
20579              Date: Mon, 28 May 2001 17:03:51 +0200
20580              Message-ID: <B7383577.F34%artur@contiller.se>
20581      Branch: perl
20582            ! pod/perltodo.pod
20583 ____________________________________________________________________________
20584 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
20585         Log: Subject: typo in perlguts.pod
20586              From: "John P. Linderman" <jpl@research.att.com>
20587              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
20588              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
20589      Branch: perl
20590            ! pod/perlguts.pod
20591 ____________________________________________________________________________
20592 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
20593         Log: Subject: AIX and gcc (moving targets)
20594              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20595              Date: Mon, 28 May 2001 12:54:04 +0200
20596              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
20597      Branch: perl
20598            ! hints/aix.sh
20599 ____________________________________________________________________________
20600 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
20601         Log: Subject: Re: perlio + multiple perl_alloc..destruct
20602              From: Doug MacEachern <dougm@covalent.net>
20603              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
20604              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
20605      Branch: perl
20606            ! perlio.c
20607 ____________________________________________________________________________
20608 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
20609         Log: The #10251 wasn't quite up-to-the-code.
20610      Branch: perl
20611            ! t/op/misc.t
20612 ____________________________________________________________________________
20613 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
20614         Log: Test case for bug 20010526.004, fixed in #10252.
20615      Branch: perl
20616            ! t/op/taint.t
20617 ____________________________________________________________________________
20618 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
20619         Log: Subject: Re: [ID 20010526.004] Taint looses value
20620              From: Hugo <hv@crypt.compulink.co.uk>
20621              Date: Sun, 27 May 2001 20:39:32 +0100
20622              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
20623      Branch: perl
20624            ! sv.c
20625 ____________________________________________________________________________
20626 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
20627         Log: Test case for 20010422.005, fixed by #10250.
20628      Branch: perl
20629            ! t/op/misc.t
20630 ____________________________________________________________________________
20631 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
20632         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
20633              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20634              Date: Mon, 28 May 2001 06:39:12 -0400
20635              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
20636      Branch: perl
20637            ! toke.c
20638 ____________________________________________________________________________
20639 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
20640         Log: Linerewrapping.
20641      Branch: perl
20642            ! lib/open.pm
20643 ____________________________________________________________________________
20644 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
20645         Log: Updates on the modules list.
20646      Branch: perl
20647            ! t/lib/1_compile.t
20648 ____________________________________________________________________________
20649 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
20650         Log: Add a test for PerlIO.
20651              
20652              (I probably got the crlf/raw thing wrong for clrfy platforms...)
20653      Branch: perl
20654            + t/lib/perlio.t
20655            ! MANIFEST lib/PerlIO.pm
20656 ____________________________________________________________________________
20657 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
20658         Log: Add a test for carp et alia.
20659      Branch: perl
20660            + t/lib/carp.t
20661            ! MANIFEST
20662 ____________________________________________________________________________
20663 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
20664         Log: Adding the new test would be swell.
20665      Branch: perl
20666            + t/pragma/autouse.t
20667 ____________________________________________________________________________
20668 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
20669         Log: Add a test for the autouse pragma.
20670      Branch: perl
20671            ! MANIFEST
20672 ____________________________________________________________________________
20673 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
20674         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
20675              From: dLux <dlux@spam.sch.bme.hu>
20676              Date: Sun, 27 May 2001 16:14:26 +0200
20677              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
20678      Branch: perl
20679            ! lib/autouse.pm
20680 ____________________________________________________________________________
20681 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
20682         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
20683              From: "Richard Soderberg" <rs@crystalflame.net>
20684              Date: Mon, 28 May 2001 03:56:36 -0700
20685              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
20686      Branch: perl
20687            ! utils/dprofpp.PL
20688 ____________________________________________________________________________
20689 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
20690         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
20691              From: "Stephen P. Potter" <spp@spotter.yi.org>
20692              Date: Tue, 22 May 2001 11:40:25 -0400
20693              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
20694              
20695              Subject: Re: [ID 20010522.003] Time::Local module bug
20696              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
20697              Date: Tue, 22 May 2001 11:50:19 -0400
20698              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
20699      Branch: perl
20700            ! lib/Time/Local.pm
20701 ____________________________________________________________________________
20702 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
20703         Log: The PERL_DL_NONLAZY can have whitespace in front.
20704      Branch: perl
20705            ! t/lib/extutils.t
20706 ____________________________________________________________________________
20707 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
20708         Log: Document strftime() and strptime().
20709      Branch: perl
20710            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
20711 ____________________________________________________________________________
20712 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
20713         Log: Make Time::Piece::strptime() to be a function, not a method.
20714      Branch: perl
20715            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
20716 ____________________________________________________________________________
20717 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
20718         Log: Tweak the test to be more portable.
20719      Branch: perl
20720            ! t/lib/extutils.t
20721 ____________________________________________________________________________
20722 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
20723         Log: Subject: PATCH: Re: Re: Attributes that tie
20724              From: Leon Brocard <acme@astray.com>
20725              Date: Sun, 27 May 2001 12:37:29 +0100
20726              Message-ID: <20010527123729.A22663@ns0.astray.com>
20727              
20728              Document that variable attributes are not currently usable
20729              for tieing.  (An ugly limitation that should be fixed.)
20730      Branch: perl
20731            ! lib/attributes.pm
20732 ____________________________________________________________________________
20733 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
20734         Log: Microperl tweaks.
20735      Branch: perl
20736            ! Makefile.micro uconfig.h uconfig.sh
20737 ____________________________________________________________________________
20738 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
20739         Log: Add make target for microperl (kind of silly, but convenient).
20740      Branch: perl
20741            ! Makefile.SH
20742 ____________________________________________________________________________
20743 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
20744         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
20745              for microperl.)
20746      Branch: perl
20747            ! doio.c
20748 ____________________________________________________________________________
20749 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
20750         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
20751              From: rspier@pobox.com (Robert Spier)
20752              Date: Sat, 26 May 2001 20:05:23 -0400
20753              Message-ID: <15120.17603.148648.12430@rls.cx>
20754              
20755              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
20756              From: rspier@pobox.com (Robert Spier)
20757              Date: Sun, 27 May 2001 00:23:12 -0400
20758              Message-ID: <15120.33072.511966.767230@rls.cx>
20759      Branch: perl
20760            ! doio.c pod/perlfunc.pod
20761 ____________________________________________________________________________
20762 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
20763         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
20764      Branch: perl
20765            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20766 ____________________________________________________________________________
20767 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
20768         Log: Add README.tru64.
20769      Branch: perl
20770            + README.tru64
20771 ____________________________________________________________________________
20772 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
20773         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
20774      Branch: perl
20775            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
20776            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
20777            ! MANIFEST
20778 ____________________________________________________________________________
20779 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
20780         Log: Integrate I18N::LangTags from Sean Burke.
20781              
20782              TODO: the language list from RFC 3066 needs to be integrated
20783              and made available somehow.  The list is included in the
20784              I18N-LangTags 0.21 distribution, but it is undocumented
20785              and unconnected to the module.
20786      Branch: perl
20787            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
20788            ! MANIFEST
20789 ____________________________________________________________________________
20790 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
20791         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
20792              envisioned by Sarathy.
20793      Branch: perl
20794            ! t/op/ver.t toke.c
20795 ____________________________________________________________________________
20796 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
20797         Log: Subject: [ID 20010525.001] Pod typo nits fixed
20798              From: lvirden@cas.org
20799              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
20800              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
20801              
20802              minus the perlsolaris decimation plus the
20803              
20804              Subject: Re: [ID 20010525.001] Pod typo nits fixed
20805              From: "Philip Newton" <Philip.Newton@gmx.net>
20806              Date: Fri, 25 May 2001 18:05:55 +0200
20807              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
20808      Branch: perl
20809            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
20810            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
20811            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
20812            ! pod/perlutil.pod pod/perlxstut.pod
20813 ____________________________________________________________________________
20814 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
20815         Log: return clauses are nice.
20816      Branch: perl
20817            ! sv.c
20818 ____________________________________________________________________________
20819 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
20820         Log: Subject: change 10199 backwards?
20821              From: Doug MacEachern <dougm@covalent.net>
20822              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
20823              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
20824      Branch: perl
20825            ! sv.c
20826 ____________________________________________________________________________
20827 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
20828         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
20829              From: Hugo <hv@crypt.compulink.co.uk>
20830              Date: Sat, 26 May 2001 17:05:12 +0100
20831              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
20832      Branch: perl
20833            + t/op/gmagic.t
20834            ! MANIFEST doop.c embed.h embed.pl global.sym
20835            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
20836            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
20837 ____________________________________________________________________________
20838 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
20839         Log: Regen headers for #10221.
20840      Branch: perl
20841            ! global.sym objXSUB.h perlapi.c
20842 ____________________________________________________________________________
20843 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
20844         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
20845              From: Juha Laiho <juha.laiho@Elma.Net>
20846              Date: Thu, 3 May 2001 09:51:30 +0300
20847              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
20848      Branch: perl
20849            ! embed.pl
20850 ____________________________________________________________________________
20851 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
20852         Log: Subject: Re: [PATCH] Re: stability of sort()?
20853              From: "John P. Linderman" <jpl@research.att.com>
20854              Date: Sat, 26 May 2001 13:27:19 -0400
20855              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
20856      Branch: perl
20857            ! pod/perlfunc.pod
20858 ____________________________________________________________________________
20859 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
20860         Log: Integrate perlio.
20861      Branch: perl
20862           !> pod/perlguts.pod
20863 ____________________________________________________________________________
20864 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
20865         Log: Subject: [PATCH perl@10210] PerlIO for VMS
20866              From: "Craig A. Berry" <craigberry@mac.com>
20867              Date: Sat, 26 May 2001 09:34:11 -0500
20868              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
20869      Branch: perl
20870            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
20871            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
20872            ! vms/vmsish.h
20873 ____________________________________________________________________________
20874 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
20875         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
20876              From: David Dyck <dcd@tc.fluke.com>
20877              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
20878              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
20879      Branch: perl
20880            ! lib/perl5db.pl
20881 ____________________________________________________________________________
20882 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
20883         Log: Subject: utf8 regexp tests
20884              From: Hugo <hv@crypt.compulink.co.uk>
20885              Date: Fri, 25 May 2001 22:35:01 +0100
20886              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
20887      Branch: perl
20888            ! t/op/regexp.t
20889 ____________________________________________________________________________
20890 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
20891         Log: Subject: [PATCH] Re: stability of sort()?
20892              From: Nicholas Clark <nick@ccl4.org>
20893              Date: Fri, 25 May 2001 22:40:19 +0100
20894              Message-ID: <20010525224019.B86445@plum.flirble.org>
20895      Branch: perl
20896            ! pod/perlfunc.pod
20897 ____________________________________________________________________________
20898 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
20899         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
20900              From: John Peacock <jpeacock@rowman.com>
20901              Date: Thu, 24 May 2001 22:14:01 -0400
20902              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
20903      Branch: perl
20904            ! mg.c scope.c sv.c
20905 ____________________________________________________________________________
20906 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
20907         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
20908              From: Nicholas Clark <nick@ccl4.org>
20909              Date: Sun, 20 May 2001 19:24:13 +0100
20910              Message-ID: <20010520192413.G83222@plum.flirble.org>
20911      Branch: perl
20912            + lib/ExtUtils/Constant.pm t/lib/extutils.t
20913            ! MANIFEST utils/h2xs.PL
20914 ____________________________________________________________________________
20915 [ 10212] By: nick                                  on 2001/05/26  09:49:28
20916         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
20917              add a few more notes there on use of mortals on the stack.
20918      Branch: perlio
20919            ! pod/perlguts.pod
20920 ____________________________________________________________________________
20921 [ 10211] By: nick                                  on 2001/05/26  09:05:36
20922         Log: Integrate mainline
20923      Branch: perlio
20924           +> t/lib/fcntl.t t/pragma/vars.t
20925           !> (integrate 49 files)
20926 ____________________________________________________________________________
20927 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
20928         Log: Update Changes.
20929      Branch: perl
20930            ! Changes patchlevel.h
20931 ____________________________________________________________________________
20932 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
20933         Log: Based on
20934              
20935              Subject: [PATCH pp.c] Wrapping pack("C",256)
20936              From: Simon Cozens <simon@netthink.co.uk>
20937              Date: Sat, 12 May 2001 17:58:41 +0100
20938              Message-ID: <20010512175841.A6132@netthink.co.uk>
20939      Branch: perl
20940            ! pod/perldiag.pod pp.c t/pragma/warn/pp
20941 ____________________________________________________________________________
20942 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
20943         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
20944              From: "Brendan O'Dea" <bod@compusol.com.au>
20945              Date: Fri, 25 May 2001 11:18:29 +1000
20946              Message-ID: <20010525111829.A28411@compusol.com.au>
20947              
20948              (Slightly modified.)
20949      Branch: perl
20950            ! lib/Term/Cap.pm
20951 ____________________________________________________________________________
20952 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
20953         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
20954              From: Hugo <hv@crypt.compulink.co.uk>
20955              Date: Fri, 25 May 2001 02:13:25 +0100
20956              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
20957      Branch: perl
20958            ! t/op/misc.t
20959 ____________________________________________________________________________
20960 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
20961         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
20962              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
20963              Date: Fri, 25 May 2001 10:25:36 +0900
20964              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
20965      Branch: perl
20966            ! regcomp.c regexec.c
20967 ____________________________________________________________________________
20968 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
20969         Log: Subject: [PATCH #2] stash autovivification and method call error messages
20970              From: Ilmari Karonen <iltzu@sci.fi>
20971              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
20972              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
20973      Branch: perl
20974            ! gv.c pp_hot.c t/op/method.t
20975 ____________________________________________________________________________
20976 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
20977         Log: Add make target and documentation for gprof profiling.
20978      Branch: perl
20979            ! Makefile.SH pod/perlhack.pod
20980 ____________________________________________________________________________
20981 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
20982         Log: Subject: Don't think about UTF8 
20983              From: Mike Guy <mjtg@cam.ac.uk> 
20984              Date: Tue, 22 May 2001 14:35:39 +0100
20985              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
20986      Branch: perl
20987            ! sv.h
20988 ____________________________________________________________________________
20989 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
20990         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
20991              From: Geraint A Edwards <gedge@serf.org> 
20992              Date: Thu, 24 May 2001 22:51:24 +0100
20993              Message-Id: <20010524225124.A34981@cymru.serf.org>
20994      Branch: perl
20995            ! x2p/find2perl.PL
20996 ____________________________________________________________________________
20997 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
20998         Log: DB_File has its own attribute story.
20999      Branch: perl
21000            ! ext/DB_File/DB_File.xs
21001 ____________________________________________________________________________
21002 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
21003         Log: Subject: Re: Making perl with -Wall
21004              From: Andy Dougherty <doughera@lafayette.edu>
21005              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
21006              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
21007      Branch: perl
21008            ! perl.h
21009 ____________________________________________________________________________
21010 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
21011         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
21012              From: "Richard Soderberg" <rs@crystalflame.net>
21013              Date: Thu, 24 May 2001 08:58:16 -0700
21014              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
21015      Branch: perl
21016            ! sv.c
21017 ____________________________________________________________________________
21018 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
21019         Log: IV/UV casting fixes from Nicholas Clark.
21020      Branch: perl
21021            ! perl.h pp_sys.c util.c
21022 ____________________________________________________________________________
21023 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
21024         Log: Subject: Re: Making perl with -Wall
21025              From: Michael G Schwern <schwern@pobox.com>
21026              Date: Thu, 24 May 2001 15:40:28 +0100
21027              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
21028      Branch: perl
21029            ! malloc.c perl.h
21030 ____________________________________________________________________________
21031 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
21032         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
21033              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21034              Date: Tue, 22 May 2001 11:49:37 +0200
21035              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
21036      Branch: metaconfig
21037            ! U/modified/Oldsym.U
21038      Branch: metaconfig/U/perl
21039            ! patchlevel.U
21040      Branch: perl
21041            ! Configure config_h.SH myconfig.SH
21042 ____________________________________________________________________________
21043 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
21044         Log: Under versiononly install also the scripts with the version suffix.
21045              (e.g. .../bin/h2xs5.7.1)
21046      Branch: perl
21047            ! installperl
21048 ____________________________________________________________________________
21049 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
21050         Log: Subject: [PATCH] Stop segfault in mg.c:636
21051              From: "Richard Soderberg" <rs@crystalflame.net>
21052              Date: Thu, 24 May 2001 05:51:52 -0700
21053              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
21054      Branch: perl
21055            ! mg.c
21056 ____________________________________________________________________________
21057 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
21058         Log: Iteration continues; hopefully convergently.
21059      Branch: perl
21060            ! t/lib/b-stash.t
21061 ____________________________________________________________________________
21062 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
21063         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
21064              From: Gisle Aas <gisle@ActiveState.com>
21065              Date: 23 May 2001 16:13:10 -0700
21066              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
21067      Branch: perl
21068            ! op.c toke.c
21069 ____________________________________________________________________________
21070 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
21071         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
21072              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21073              Date: Thu, 24 May 2001 05:05:22 -0500
21074              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
21075      Branch: perl
21076            ! lib/dumpvar.pl lib/perl5db.pl
21077 ____________________________________________________________________________
21078 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
21079         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
21080              From: David Dyck <dcd@tc.fluke.com>
21081              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
21082              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
21083      Branch: perl
21084            ! lib/perl5db.pl
21085 ____________________________________________________________________________
21086 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
21087         Log: Tiny pod nits on READMEs, mostly whitespace issues.
21088      Branch: perl
21089            ! README.amiga README.dos README.macos README.mpeix README.vmesa
21090            ! README.win32
21091 ____________________________________________________________________________
21092 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
21093         Log: The DG/UX part of the 20010521.005.
21094      Branch: perl
21095            ! README.dgux
21096 ____________________________________________________________________________
21097 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
21098         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
21099              From: Hugo <hv@crypt.compulink.co.uk>
21100              Date: Mon, 21 May 2001 16:32:02 +0100
21101              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
21102      Branch: perl
21103            ! regcomp.c t/op/misc.t
21104 ____________________________________________________________________________
21105 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
21106         Log: Subject: [PATCH] Extra UNIVERSAL tests
21107              From: Mike Guy <mjtg@cam.ac.uk>
21108              Date: Wed, 23 May 2001 12:29:20 +0100
21109              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
21110      Branch: perl
21111            ! t/op/universal.t
21112 ____________________________________________________________________________
21113 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
21114         Log: Subject: [PATCH] Remove EQ keyword
21115              From: Mike Guy <mjtg@cam.ac.uk>
21116              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
21117              Date: Wed, 23 May 2001 11:17:29 +0100
21118      Branch: perl
21119            ! keywords.h keywords.pl
21120 ____________________________________________________________________________
21121 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
21122         Log: Subject: [PATCH] lib/perl5db.pl
21123              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21124              Date: Wed, 23 May 2001 02:18:03 -0500
21125              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
21126      Branch: perl
21127            ! lib/perl5db.pl
21128 ____________________________________________________________________________
21129 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
21130         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
21131              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21132              Date: Tue, 22 May 2001 23:34:41 -0500
21133              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
21134      Branch: perl
21135            ! lib/Term/Cap.pm
21136 ____________________________________________________________________________
21137 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
21138         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
21139              From: davem@fdgroup.co.uk
21140              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
21141              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
21142      Branch: perl
21143            ! emacs/e2ctags.pl
21144 ____________________________________________________________________________
21145 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
21146         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
21147              From: Michael G Schwern <schwern@pobox.com>
21148              Date: Tue, 22 May 2001 14:15:09 +0100
21149              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
21150      Branch: perl
21151            ! lib/vars.pm
21152 ____________________________________________________________________________
21153 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
21154         Log: Subject: [PATCH lib/vars.pm] Odd code nit
21155              From: Michael G Schwern <schwern@pobox.com>
21156              Date: Tue, 22 May 2001 14:14:28 +0100
21157              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
21158      Branch: perl
21159            ! lib/vars.pm
21160 ____________________________________________________________________________
21161 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
21162         Log: Use the new use vars feature.
21163      Branch: perl
21164            ! t/lib/b-stash.t
21165 ____________________________________________________________________________
21166 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
21167         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
21168              From: Mike Guy <mjtg@cam.ac.uk>
21169              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21170              Date: Tue, 22 May 2001 13:11:39 +0100
21171      Branch: perl
21172            + t/pragma/vars.t
21173            ! MANIFEST lib/vars.pm t/lib/1_compile.t
21174 ____________________________________________________________________________
21175 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
21176         Log: -qlongdouble considered harmful by Merijn.
21177      Branch: perl
21178            ! hints/aix.sh
21179 ____________________________________________________________________________
21180 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
21181         Log: Update Changes.
21182      Branch: perl
21183            ! Changes patchlevel.h
21184 ____________________________________________________________________________
21185 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
21186         Log: Add a test of its very own for Fcntl.  Hopefully portable.
21187      Branch: perl
21188            + t/lib/fcntl.t
21189            ! MANIFEST
21190 ____________________________________________________________________________
21191 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
21192         Log: Must be trickier for 'minitest' not to die.
21193      Branch: perl
21194            ! t/op/taint.t
21195 ____________________________________________________________________________
21196 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
21197         Log: Can't declare other people's variables.
21198      Branch: perl
21199            ! t/lib/b-stash.t
21200 ____________________________________________________________________________
21201 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
21202         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
21203      Branch: perl
21204            ! doio.c t/op/taint.t
21205 ____________________________________________________________________________
21206 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
21207         Log: The OS/2 variable needs to be declared.
21208      Branch: perl
21209            ! t/lib/b-stash.t
21210 ____________________________________________________________________________
21211 [ 10170] By: nick                                  on 2001/05/20  16:48:29
21212         Log: Integrate mainline
21213      Branch: perlio
21214           !> (integrate 41 files)
21215 ____________________________________________________________________________
21216 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
21217         Log: Small perlsec updates: clarify the taintedness of filename
21218              globbing; suggest using Scalar::Util::tainted().
21219      Branch: perl
21220            ! pod/perlsec.pod
21221 ____________________________________________________________________________
21222 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
21223         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
21224              From: Dave Mitchell <davem@fdgroup.co.uk>
21225              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
21226              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
21227      Branch: perl
21228            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
21229            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
21230            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
21231            ! xsutils.c
21232 ____________________________________________________________________________
21233 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
21234         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
21235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21236              Date: Sat, 19 May 2001 04:08:46 -0400
21237              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
21238      Branch: perl
21239            ! lib/ExtUtils/Mksymlists.pm makedef.pl
21240 ____________________________________________________________________________
21241 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
21242         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
21243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21244              Date: Sat, 19 May 2001 04:30:45 -0400
21245              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
21246      Branch: perl
21247            ! os2/os2.c
21248 ____________________________________________________________________________
21249 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
21250         Log: Subject: [PATCH 5.6.1] build bugs OS/2
21251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21252              Date: Sat, 19 May 2001 04:35:28 -0400
21253              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
21254      Branch: perl
21255            ! os2/Makefile.SHs os2/os2.c
21256 ____________________________________________________________________________
21257 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
21258         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
21259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21260              Date: Sat, 19 May 2001 04:04:23 -0400
21261              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
21262              
21263              (In bleadperl patched b-stash.t instead of b.t)
21264      Branch: perl
21265            ! t/lib/b-stash.t t/lib/bigfltpm.t
21266 ____________________________________________________________________________
21267 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
21268         Log: Subject: [PATCH 5.6.1] perl5db
21269              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21270              Date: Sat, 19 May 2001 03:49:09 -0400
21271              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
21272      Branch: perl
21273            ! lib/perl5db.pl
21274 ____________________________________________________________________________
21275 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
21276         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
21277              From: Gisle Aas <gisle@ActiveState.com>
21278              Date: 18 May 2001 14:24:51 -0700
21279              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
21280      Branch: perl
21281            ! pp_ctl.c
21282 ____________________________________________________________________________
21283 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
21284         Log: Subject: [PATCH] Chomp should not always stringify
21285              From: Gisle Aas <gisle@ActiveState.com>
21286              Date: 18 May 2001 07:55:25 -0700
21287              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
21288      Branch: perl
21289            ! doop.c t/op/chop.t
21290 ____________________________________________________________________________
21291 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
21292         Log: Integrate perlio.
21293      Branch: perl
21294           !> pod/perlfunc.pod
21295 ____________________________________________________________________________
21296 [ 10159] By: nick                                  on 2001/05/20  09:39:46
21297         Log: Document some more of open's features.
21298      Branch: perlio
21299            ! pod/perlfunc.pod
21300 ____________________________________________________________________________
21301 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
21302         Log: back out change#10153 (it has compatibility issues such as the
21303              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
21304              benefit for 5.6.x doesn't seem worth the risk)
21305      Branch: maint-5.6/perl
21306            ! toke.c
21307 ____________________________________________________________________________
21308 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
21309         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
21310      Branch: perl
21311            ! x2p/s2p.PL
21312 ____________________________________________________________________________
21313 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
21314         Log: Update Changes.
21315      Branch: perl
21316            ! Changes patchlevel.h
21317 ____________________________________________________________________________
21318 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
21319         Log: Integrate change #10144 from maintperl.
21320              
21321              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
21322      Branch: perl
21323           !> win32/config.bc win32/config.gc win32/config.vc
21324           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21325 ____________________________________________________________________________
21326 [ 10154] By: nick                                  on 2001/05/18  07:23:03
21327         Log: Integrate mainline.
21328      Branch: perlio
21329           +> README.dgux t/lib/i18n-collate.t utils.lst
21330           !> (integrate 49 files)
21331 ____________________________________________________________________________
21332 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
21333         Log: Integrate change #7224 from mainline into maintperl.
21334              
21335              Allow @+ and @- to be doublequoted, from Simon Cozens. 
21336              (Approved by Larry, see Tom's comment in 20000830.005.)
21337      Branch: maint-5.6/perl
21338           !> toke.c
21339 ____________________________________________________________________________
21340 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
21341         Log: Subject: [PATCH bleadperl] small lookbehind fix
21342              From: Hugo <hv@crypt.compulink.co.uk>
21343              Date: Fri, 18 May 2001 00:07:19 +0100
21344              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
21345      Branch: perl
21346            ! regexec.c
21347 ____________________________________________________________________________
21348 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
21349         Log: Detypos.
21350      Branch: perl
21351            ! installman utils.lst
21352 ____________________________________________________________________________
21353 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
21354         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
21355              in 20001222.001.
21356      Branch: perl
21357            ! t/lib/glob-basic.t
21358 ____________________________________________________________________________
21359 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
21360         Log: Subject: [PATCH] Test for bug 20010515.004
21361              From: Benjamin Sugars <bsugars@canoe.ca>
21362              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
21363              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
21364      Branch: perl
21365            ! t/op/misc.t
21366 ____________________________________________________________________________
21367 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
21368         Log: Integrate #10145 from maintperl.
21369              
21370              fix for ID 20010515.004 (needs test)
21371      Branch: perl
21372           !> pp_hot.c
21373 ____________________________________________________________________________
21374 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
21375         Log: Thinko noticed by Doug MacEachern.
21376      Branch: perl
21377            ! thread.h
21378 ____________________________________________________________________________
21379 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
21380         Log: Subject: Re: [PATCH] HERE mark in regex
21381              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21382              Date: Thu, 17 May 2001 12:20:33 -0400
21383              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
21384      Branch: perl
21385            ! t/op/re_tests
21386 ____________________________________________________________________________
21387 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
21388         Log: fix for ID 20010515.004 (needs test)
21389      Branch: maint-5.6/perl
21390            ! pp_hot.c
21391 ____________________________________________________________________________
21392 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
21393         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
21394      Branch: maint-5.6/perl
21395            ! win32/config.bc win32/config.gc win32/config.vc
21396            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21397 ____________________________________________________________________________
21398 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
21399         Log: Macrofy the getspecific (and use it also in util.c)
21400      Branch: perl
21401            ! thread.h util.c
21402 ____________________________________________________________________________
21403 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
21404         Log: Use the unchecked thread-specific key fetch also in Tru64.
21405      Branch: perl
21406            ! thread.h
21407 ____________________________________________________________________________
21408 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
21409         Log: Subject: [PATCH 5.6.1]Quick thread speedup
21410              From: Dan Sugalski <dan@sidhe.org> 
21411              Date: Wed, 16 May 2001 18:05:19 -0400
21412              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
21413      Branch: perl
21414            ! thread.h util.c
21415 ____________________________________________________________________________
21416 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
21417         Log: I think this is quite enough testing for a deprecated feature.
21418      Branch: perl
21419            + t/lib/i18n-collate.t
21420            ! MANIFEST t/lib/1_compile.t
21421 ____________________________________________________________________________
21422 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
21423         Log: More HP-UX lore from Jeff Okamoto.
21424      Branch: perl
21425            ! README.hpux
21426 ____________________________________________________________________________
21427 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
21428         Log: Sort utils.lst for easier maintenance.
21429      Branch: perl
21430            ! utils.lst
21431 ____________________________________________________________________________
21432 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
21433         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
21434              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21435              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
21436              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
21437              
21438              Add pod2latex to utils.lst.
21439      Branch: perl
21440            ! MANIFEST utils.lst
21441 ____________________________________________________________________________
21442 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
21443         Log: Subject: Re: [PATCH] HERE mark in regex
21444              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21445              Date: Wed, 16 May 2001 13:04:43 -0400
21446              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
21447      Branch: perl
21448            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
21449            ! t/op/regmesg.t t/pragma/warn/regcomp
21450 ____________________________________________________________________________
21451 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
21452         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
21453              From: Simon Cozens <simon@netthink.co.uk>
21454              Date: Wed, 16 May 2001 18:02:08 +0100
21455              Message-ID: <20010516180208.A6458@netthink.co.uk>
21456      Branch: perl
21457            ! installman utils.lst
21458 ____________________________________________________________________________
21459 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
21460         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
21461              From: "Philip Newton" <pnewton@gmx.de>
21462              Date: Tue, 15 May 2001 15:09:30 +0200
21463              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
21464              
21465              Test case for #10128.
21466      Branch: perl
21467            ! t/pragma/warn/pp_hot
21468 ____________________________________________________________________________
21469 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
21470         Log: Update Changes.
21471      Branch: perl
21472            ! Changes patchlevel.h
21473 ____________________________________________________________________________
21474 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
21475         Log: Deprecate pseudo-hashes.
21476      Branch: perl
21477            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
21478 ____________________________________________________________________________
21479 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
21480         Log: HP-UX hints update from Merijn.
21481      Branch: perl
21482            ! hints/hpux.sh
21483 ____________________________________________________________________________
21484 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
21485         Log: README.hpux update from Merijn.
21486      Branch: perl
21487            ! README.hpux
21488 ____________________________________________________________________________
21489 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
21490         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
21491              From: Simon Cozens <simon@netthink.co.uk>
21492              Date: Wed, 16 May 2001 15:57:55 +0100
21493              Message-ID: <20010516155755.A4728@netthink.co.uk>
21494      Branch: perl
21495            + utils.lst
21496            ! MANIFEST installman installperl
21497 ____________________________________________________________________________
21498 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
21499         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
21500              From: "Philip Newton" <pnewton@gmx.de>
21501              Date: Tue, 15 May 2001 16:31:05 +0200
21502              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
21503              
21504              Fix PERL_Y2KWARN test to check before rather than after appending.
21505      Branch: perl
21506            ! pp_hot.c
21507 ____________________________________________________________________________
21508 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
21509         Log: Regen Porting stuff.
21510      Branch: perl
21511            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21512            ! config_h.SH
21513 ____________________________________________________________________________
21514 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
21515         Log: Metaconfig unit change for #10125.
21516      Branch: metaconfig
21517            ! U/modified/Oldconfig.U
21518 ____________________________________________________________________________
21519 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
21520         Log: Use OSVERS.
21521      Branch: perl
21522            ! Configure config_h.SH perl.c
21523 ____________________________________________________________________________
21524 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
21525         Log: Regen toc.
21526      Branch: perl
21527            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21528 ____________________________________________________________________________
21529 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
21530         Log: Adding the README.dgux to the MANIFEST would be a good idea.
21531      Branch: perl
21532            ! MANIFEST
21533 ____________________________________________________________________________
21534 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
21535         Log: Move the stack desire definition to thread.h.
21536      Branch: perl
21537            ! ext/Thread/Thread.xs thread.h
21538 ____________________________________________________________________________
21539 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
21540         Log: DG-UX threading patches, including a README.dgux,
21541              from Takis Psarogiannakopoulos.
21542      Branch: perl
21543            + README.dgux
21544            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
21545 ____________________________________________________________________________
21546 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
21547         Log: Subject: [PATCH B::Deparse] More on /x regexes
21548              From: Robin Houston <robin@kitsite.com>
21549              Date: Tue, 15 May 2001 19:09:35 +0100
21550              Message-ID: <20010515190935.A27268@penderel>
21551      Branch: perl
21552            ! ext/B/B/Deparse.pm
21553 ____________________________________________________________________________
21554 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
21555         Log: Document that the core time() may be rounding rather
21556              than truncating, would have saved at least my confusion.
21557      Branch: perl
21558            ! ext/Time/HiRes/HiRes.pm
21559 ____________________________________________________________________________
21560 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
21561         Log: Subject: perl-current/t/time-hires.t
21562              From: John Peacock <jpeacock@rowman.com>
21563              Date: Fri, 11 May 2001 14:09:41 -0400
21564              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
21565      Branch: perl
21566            ! t/lib/time-hires.t
21567 ____________________________________________________________________________
21568 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
21569         Log: Subject: [PATCH dump.c] Op private flags
21570              From: Simon Cozens <simon@netthink.co.uk>
21571              Date: Sun, 13 May 2001 20:20:36 +0100
21572              Message-ID: <20010513202036.A21896@netthink.co.uk>
21573      Branch: perl
21574            ! dump.c
21575 ____________________________________________________________________________
21576 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
21577         Log: Upgrade to Switch 2.03.
21578      Branch: perl
21579            ! lib/Switch.pm
21580 ____________________________________________________________________________
21581 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
21582         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
21583              to PERL_CONFIG_SH and use it consistently.
21584      Branch: maint-5.6/perl
21585           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
21586           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
21587           !> myconfig.SH writemain.SH
21588 ____________________________________________________________________________
21589 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
21590         Log: Metaconfig units changes for #10113.
21591      Branch: metaconfig
21592            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
21593 ____________________________________________________________________________
21594 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
21595         Log: The problem described in 20010514.031 still wasn't
21596              fully cured, there were remnants of $CONFIG when
21597              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
21598              to avoid future conflicts.
21599      Branch: perl
21600            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
21601            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
21602            ! myconfig.SH writemain.SH
21603 ____________________________________________________________________________
21604 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
21605         Log: Half of #10107 got lost.
21606      Branch: perl
21607            ! ext/B/B/Deparse.pm
21608 ____________________________________________________________________________
21609 [ 10111] By: nick                                  on 2001/05/15  08:39:14
21610         Log: Integrate mainline.
21611      Branch: perlio
21612           +> ext/POSIX/hints/uts.pl
21613            - Todo Todo-5.6 t/camel-III/vstring.t
21614           !> (integrate 48 files)
21615 ____________________________________________________________________________
21616 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
21617         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
21618              From: Robin Houston <robin@kitsite.com>
21619              Date: Mon, 14 May 2001 22:27:08 +0100
21620              Message-ID: <20010514222708.A22963@penderel>
21621      Branch: perl
21622            ! t/TestInit.pm
21623 ____________________________________________________________________________
21624 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
21625         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
21626              From: Robin Houston <robin@kitsite.com>
21627              Date: Mon, 14 May 2001 22:16:43 +0100
21628              Message-ID: <20010514221643.A22437@penderel>
21629      Branch: perl
21630            ! ext/B/B/Deparse.pm
21631 ____________________________________________________________________________
21632 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
21633         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
21634              From: Robin Houston <robin@kitsite.com>
21635              Date: Mon, 14 May 2001 22:03:44 +0100
21636              Message-ID: <20010514220344.A20643@penderel>
21637      Branch: perl
21638            ! ext/B/B/Deparse.pm
21639 ____________________________________________________________________________
21640 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
21641         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
21642              From: Robin Houston <robin@kitsite.com>
21643              Date: Mon, 14 May 2001 22:10:07 +0100
21644              Message-ID: <20010514221007.A21118@penderel>
21645      Branch: perl
21646            ! ext/B/B/Deparse.pm
21647 ____________________________________________________________________________
21648 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
21649         Log: Fix for 20010514.037; substr() didn't invalidate the locale
21650              collation magic.
21651      Branch: perl
21652            ! pp.c
21653 ____________________________________________________________________________
21654 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
21655         Log: Update Changes.
21656      Branch: perl
21657            ! Changes patchlevel.h
21658 ____________________________________________________________________________
21659 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
21660         Log: Retract #10094.
21661      Branch: perl
21662            ! lib/Pod/Text.pm
21663 ____________________________________________________________________________
21664 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
21665         Log: Integrate change #10100 from maintperl.
21666              
21667              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
21668              bug ID 20010514.027)
21669      Branch: perl
21670           !> mg.c pp_ctl.c
21671 ____________________________________________________________________________
21672 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
21673         Log: Document the deprecatedness of suidperl.
21674      Branch: perl
21675            ! INSTALL pod/perlfaq1.pod
21676 ____________________________________________________________________________
21677 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
21678         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
21679              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21680              Date: Mon, 14 May 2001 09:38:59 -0400
21681              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
21682      Branch: perl
21683            ! lib/ExtUtils/MM_Unix.pm
21684 ____________________________________________________________________________
21685 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
21686         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
21687              bug ID 20010514.027)
21688              
21689              TODO: this needs a testsuite addition
21690      Branch: maint-5.6/perl
21691            ! mg.c pp_ctl.c
21692 ____________________________________________________________________________
21693 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
21694         Log: More DWIMminess for Class::Struct: calling the array or hash
21695              accessors only with one argument, an array or a hash reference,
21696              sets the underlying array or hash.  This mirrors nicely also
21697              the usage in the constructor.
21698              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
21699      Branch: perl
21700            ! lib/Class/Struct.pm t/lib/class-struct.t
21701 ____________________________________________________________________________
21702 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
21703         Log: Reference cmp'ing should go through the whole stringification
21704              process shebang, as pointed out by Sarathy in #10091.
21705      Branch: perl
21706            ! pp.c
21707 ____________________________________________________________________________
21708 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
21709         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
21710              From: Simon Cozens <simon@netthink.co.uk>
21711              Date: Sat, 12 May 2001 16:36:27 +0100
21712              Message-ID: <20010512163627.A5522@netthink.co.uk>
21713              
21714              with some additions salvaged from Todo and Todo-5.6 before
21715              retiring them.
21716      Branch: perl
21717            - Todo Todo-5.6
21718            ! MANIFEST pod/perltodo.pod
21719 ____________________________________________________________________________
21720 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
21721         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
21722              From: "Golubev I. N." <gin@mo.msk.ru>
21723              Date: Mon, 07 May 2001 14:33:34 (GMT)
21724              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
21725      Branch: perl
21726            ! perl.h
21727 ____________________________________________________________________________
21728 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
21729         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
21730              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
21731              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
21732              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
21733      Branch: perl
21734            ! lib/ExtUtils/MM_Unix.pm
21735 ____________________________________________________________________________
21736 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
21737         Log: (Retracted by #10104.)
21738              
21739              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
21740              From: barries <barries@slaysys.com>
21741              Date: Sat, 12 May 2001 01:28:10 -0400
21742              Message-ID: <20010512012810.B26358@jester.slaysys.com>
21743      Branch: perl
21744            ! lib/Pod/Text.pm
21745 ____________________________________________________________________________
21746 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
21747         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
21748              From: Mike Guy <mjtg@cam.ac.uk>
21749              Date: Sat, 12 May 2001 19:24:33 +0100
21750              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
21751      Branch: perl
21752            ! lib/AutoSplit.pm
21753 ____________________________________________________________________________
21754 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
21755         Log: Yet another HP-UX hints tweak from Merijn.
21756      Branch: perl
21757            ! hints/hpux.sh
21758 ____________________________________________________________________________
21759 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
21760         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
21761              isn't defined (changes#9366,9368,9370 from mainline without the
21762              pp_scmp() change)
21763      Branch: maint-5.6/perl
21764            ! pp.c pp.h pp_hot.c
21765 ____________________________________________________________________________
21766 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
21767         Log: The sorting seems to happen now automatically.
21768      Branch: perl
21769            ! t/lib/glob-basic.t
21770 ____________________________________________________________________________
21771 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
21772         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
21773              From: Benjamin Sugars <bsugars@canoe.ca>
21774              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
21775              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
21776      Branch: perl
21777            ! pod/perlfunc.pod
21778 ____________________________________________________________________________
21779 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
21780         Log: Subject: Re: undef(&foo) does not work for XS functions
21781              From: Doug MacEachern <dougm@covalent.net>
21782              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
21783              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
21784      Branch: perl
21785            ! op.c
21786 ____________________________________________________________________________
21787 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
21788         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
21789              From: Peter Prymmer <pvhp@forte.com>
21790              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
21791              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
21792      Branch: perl
21793            ! t/op/append.t
21794 ____________________________________________________________________________
21795 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
21796         Log: Update Changes.
21797      Branch: perl
21798            ! Changes patchlevel.h
21799 ____________________________________________________________________________
21800 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
21801         Log: Remove the 'asciir' re subpragma.  Should instead implement
21802              the 'physical vs logical' range scheme:
21803              
21804              \xAA-\xCC is a native physical range, you want that range of
21805              codepoints in your native encoding.  In EBCDIC the codepoints
21806              in the gaps (between i-j and r-s) should be included.
21807              
21808              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
21809              codepoints in Unicode.
21810              
21811              a-z is a logical range, you want that range of 'logical' codepoints
21812              in your native encoding.  In EBCDIC the codepoints in the gaps
21813              (between i-j and r-s) should not be included.
21814              
21815              Mixed cases (a-\xAA, etc) should either be errors, or maybe
21816              the 'logical' endpoints should be converted to native/Unicode
21817              codepoints, and the range handled as a physical range.
21818              
21819              'Logical endpoints' are to be recognized only in the A-Z, a-z,
21820              and 0-9 ranges.  Probably a warning should be given for mixed
21821              cases like A-z or a-9 (since such expressions are encoding
21822              dependent), with a recommendation to use physical ranges.
21823      Branch: perl
21824            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
21825            ! t/op/regexp.t
21826 ____________________________________________________________________________
21827 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
21828         Log: Make the test to cleanup the test directory tree
21829              both before and after the testing so that we always
21830              have a clean slate to work with.
21831      Branch: perl
21832            ! t/lib/filefind.t
21833 ____________________________________________________________________________
21834 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
21835         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
21836              From: Jon Eveland <jweveland@yahoo.com>
21837              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
21838              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
21839      Branch: perl
21840            ! pod/perlfunc.pod
21841 ____________________________________________________________________________
21842 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
21843         Log: Merge the camel-III/vstring.t with op/ver.t.
21844      Branch: perl
21845            - t/camel-III/vstring.t
21846            ! MANIFEST t/TEST t/harness t/op/ver.t
21847 ____________________________________________________________________________
21848 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
21849         Log: Add test.deparse make target.
21850      Branch: perl
21851            ! Makefile.SH
21852 ____________________________________________________________________________
21853 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
21854         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
21855              From: Robin Houston <robin@kitsite.com>
21856              Date: Fri, 11 May 2001 12:02:22 +0100
21857              Message-ID: <20010511120222.A11529@penderel>
21858      Branch: perl
21859            ! ext/B/B/Deparse.pm t/op/method.t
21860 ____________________________________________________________________________
21861 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
21862         Log: A nicely working combination for UTS from Hal Morris.
21863      Branch: perl
21864            + ext/POSIX/hints/uts.pl
21865            ! MANIFEST hints/uts.sh
21866 ____________________________________________________________________________
21867 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
21868         Log: i_ieeefp=undef for UTS.
21869      Branch: perl
21870            ! hints/uts.sh
21871 ____________________________________________________________________________
21872 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
21873         Log: Subject: RE: rand(0) is rand(1)
21874              From: Larry Shatzer <lshatzer@islanddata.com>
21875              Date: Thu, 10 May 2001 11:09:27 -0700
21876              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
21877      Branch: perl
21878            ! pod/perlfunc.pod
21879 ____________________________________________________________________________
21880 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
21881         Log: Subject: [patch] make op_{clear,null} public
21882              From: Doug MacEachern <dougm@covalent.net>
21883              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
21884              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
21885      Branch: perl
21886            ! embed.h embed.pl op.c proto.h
21887 ____________________________________________________________________________
21888 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
21889         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
21890              From: Robin Houston <robin@kitsite.com>
21891              Date: Thu, 10 May 2001 18:54:59 +0100
21892              Message-ID: <20010510185459.A5995@penderel>
21893      Branch: perl
21894            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
21895 ____________________________________________________________________________
21896 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
21897         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
21898              From: Robin Houston <robin@kitsite.com>
21899              Date: Thu, 10 May 2001 12:56:39 +0100
21900              Message-ID: <20010510125639.A2119@penderel>
21901      Branch: perl
21902            ! ext/B/B/Deparse.pm
21903 ____________________________________________________________________________
21904 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
21905         Log: Retract #10070, not ready yet.
21906      Branch: perl
21907            ! ext/B/B/Deparse.pm
21908 ____________________________________________________________________________
21909 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
21910         Log: The metaconfig unit change for #10071.
21911      Branch: metaconfig
21912            ! U/modified/mallocsrc.U
21913 ____________________________________________________________________________
21914 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
21915         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
21916      Branch: perl
21917            ! Configure
21918 ____________________________________________________________________________
21919 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
21920         Log: (Retracted by #10073)
21921              
21922              Subject: Re: [PATCH t/TEST] B::Deparse tester 
21923              From: Hugo <hv@crypt.compulink.co.uk>
21924              Date: Thu, 10 May 2001 05:48:09 +0100
21925              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
21926      Branch: perl
21927            ! ext/B/B/Deparse.pm
21928 ____________________________________________________________________________
21929 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
21930         Log: Add a for(func()) test.
21931      Branch: perl
21932            ! t/cmd/for.t
21933 ____________________________________________________________________________
21934 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
21935         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
21936              From: Robin Houston <robin@kitsite.com>
21937              Date: Thu, 10 May 2001 13:50:08 +0100
21938              Message-ID: <20010510135008.A2454@penderel>
21939      Branch: perl
21940            ! ext/B/B/Deparse.pm
21941 ____________________________________________________________________________
21942 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
21943         Log: A thinko in #10065.
21944      Branch: perl
21945            ! hv.c
21946 ____________________________________________________________________________
21947 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
21948         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
21949              From: Robin Houston <robin@kitsite.com>
21950              Date: Thu, 10 May 2001 02:10:34 +0100
21951              Message-ID: <20010510021034.A19421@penderel>
21952      Branch: perl
21953            ! ext/B/B.xs ext/B/B/Deparse.pm
21954 ____________________________________________________________________________
21955 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
21956         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
21957              From: Doug MacEachern <dougm@covalent.net>
21958              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
21959              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
21960      Branch: perl
21961            ! hv.c
21962 ____________________________________________________________________________
21963 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
21964         Log: One more workaround for the UTS compiler from Hal Morris.
21965      Branch: perl
21966            ! perl.h
21967 ____________________________________________________________________________
21968 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
21969         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
21970              From: Robin Houston <robin@kitsite.com>
21971              Date: Thu, 10 May 2001 01:02:08 +0100
21972              Message-ID: <20010510010208.A18200@penderel>
21973      Branch: perl
21974            ! ext/B/B/Debug.pm
21975 ____________________________________________________________________________
21976 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
21977         Log: Subject: [PATCH] Simplify deb_curcv() a bit
21978              From: Benjamin Sugars <bsugars@canoe.ca>
21979              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
21980              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
21981      Branch: perl
21982            ! run.c
21983 ____________________________________________________________________________
21984 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
21985         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
21986              From: Benjamin Sugars <bsugars@canoe.ca>
21987              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
21988              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
21989      Branch: perl
21990            ! t/lib/io_scalar.t
21991 ____________________________________________________________________________
21992 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
21993         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
21994              From: Peter Prymmer <pvhp@forte.com>
21995              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
21996              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
21997      Branch: perl
21998            ! t/lib/md5-file.t
21999 ____________________________________________________________________________
22000 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
22001         Log: Subject: [PATCH t/TEST] B::Deparse tester
22002              From: Robin Houston <robin@kitsite.com>
22003              Date: Wed, 9 May 2001 19:17:50 +0100
22004              Message-ID: <20010509191750.A16940@penderel>
22005      Branch: perl
22006            ! ext/B/O.pm t/TEST
22007 ____________________________________________________________________________
22008 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
22009         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
22010              From: Jeff Pinyan <jeffp@crusoe.net>
22011              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
22012              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
22013      Branch: perl
22014            ! lib/Pod/Html.pm
22015 ____________________________________________________________________________
22016 [ 10057] By: nick                                  on 2001/05/09  18:37:56
22017         Log: Integrate mainline.
22018      Branch: perlio
22019           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
22020           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
22021 ____________________________________________________________________________
22022 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
22023         Log: Update Changes.
22024      Branch: perl
22025            ! Changes patchlevel.h
22026 ____________________________________________________________________________
22027 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
22028         Log: Integrate perlio.
22029      Branch: perl
22030           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22031 ____________________________________________________________________________
22032 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
22033         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
22034              From: Benjamin Sugars <bsugars@canoe.ca>
22035              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
22036              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
22037      Branch: perl
22038            ! perlio.c
22039 ____________________________________________________________________________
22040 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
22041         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
22042              From: Benjamin Sugars <bsugars@canoe.ca>
22043              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
22044              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
22045      Branch: perl
22046            ! ext/PerlIO/Scalar/Scalar.xs
22047 ____________________________________________________________________________
22048 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
22049         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
22050              From: Jeff Pinyan <jeffp@crusoe.net>
22051              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
22052              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
22053      Branch: perl
22054            ! lib/Pod/Html.pm
22055 ____________________________________________________________________________
22056 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
22057         Log: EPOC tweak from Olaf Flebbe.
22058      Branch: perl
22059            ! epoc/epocish.h
22060 ____________________________________________________________________________
22061 [ 10050] By: nick                                  on 2001/05/09  14:37:57
22062         Log: win32, regen_config_h
22063      Branch: perlio
22064            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22065 ____________________________________________________________________________
22066 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
22067         Log: Integrate perlio.
22068      Branch: perl
22069           !> pp_sys.c
22070 ____________________________________________________________________________
22071 [ 10048] By: nick                                  on 2001/05/09  11:59:50
22072         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
22073              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
22074      Branch: perlio
22075            ! pp_sys.c
22076 ____________________________________________________________________________
22077 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
22078         Log: Integrate perlio.
22079      Branch: perl
22080           !> run.c
22081 ____________________________________________________________________________
22082 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
22083         Log: Subject: Re: Less warnings during configure
22084              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22085              Date: Wed, 09 May 2001 13:12:49 +0200
22086              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
22087      Branch: perl
22088            ! hints/hpux.sh
22089 ____________________________________________________________________________
22090 [ 10045] By: nick                                  on 2001/05/09  09:56:59
22091         Log: MULTIPLICITY/DEBUGGING build fix.
22092      Branch: perlio
22093            ! run.c
22094 ____________________________________________________________________________
22095 [ 10044] By: nick                                  on 2001/05/09  09:46:37
22096         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
22097      Branch: perlio
22098           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
22099            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
22100           !> (integrate 65 files)
22101 ____________________________________________________________________________
22102 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
22103         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
22104              From: Robin Houston <robin@kitsite.com>
22105              Date: Tue, 8 May 2001 19:38:00 +0100
22106              Message-ID: <20010508193800.A4389@penderel>
22107              
22108              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
22109              From: Robin Houston <robin@kitsite.com>
22110              Date: Tue, 8 May 2001 20:03:57 +0100
22111              Message-ID: <20010508200357.A4614@penderel>
22112              
22113              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
22114              From: Robin Houston <robin@kitsite.com>
22115              Date: Wed, 9 May 2001 00:12:05 +0100
22116              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
22117      Branch: perl
22118            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
22119 ____________________________________________________________________________
22120 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
22121         Log: Retract #10031.
22122      Branch: perl
22123            ! pod/perlfunc.pod
22124 ____________________________________________________________________________
22125 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
22126         Log: The metaconfig unit changes for #10040.
22127      Branch: metaconfig/U/perl
22128            ! Checkcc.U d_dlsymun.U dlsrc.U
22129 ____________________________________________________________________________
22130 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
22131         Log: The Configure half of
22132              
22133              Subject: Less warnings during configure
22134              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22135              Date: Tue, 08 May 2001 08:44:02 +0200
22136              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
22137      Branch: perl
22138            ! Configure
22139 ____________________________________________________________________________
22140 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
22141         Log: Subject: Less warnings during configure
22142              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22143              Date: Tue, 08 May 2001 08:44:02 +0200
22144              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
22145      Branch: perl
22146            ! hints/hpux.sh
22147 ____________________________________________________________________________
22148 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
22149         Log: Don't forget to whine about \d__\d.
22150      Branch: perl
22151            ! t/pragma/warn/toke toke.c
22152 ____________________________________________________________________________
22153 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
22154         Log: Allow underscores also in the exponent part.
22155      Branch: perl
22156            ! t/pragma/warn/toke toke.c
22157 ____________________________________________________________________________
22158 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
22159         Log: CodeMagicCD doesn't look like an *I*DE.
22160      Branch: perl
22161            ! pod/perlfaq3.pod
22162 ____________________________________________________________________________
22163 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
22164         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
22165              to be consistently down).
22166      Branch: perl
22167            ! pod/perlfaq3.pod
22168 ____________________________________________________________________________
22169 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
22170         Log: Upgrade to Text::Balanced 1.84.
22171      Branch: perl
22172            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
22173 ____________________________________________________________________________
22174 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
22175         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
22176              From: Benjamin Sugars <bsugars@canoe.ca>
22177              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
22178              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
22179      Branch: perl
22180            ! run.c
22181 ____________________________________________________________________________
22182 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
22183         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
22184              From: Peter Prymmer <pvhp@forte.com>
22185              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
22186              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
22187      Branch: perl
22188            ! t/pod/plainer.t
22189 ____________________________________________________________________________
22190 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
22191         Log: (Retracted by #10042)
22192              
22193              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
22194              From: "Philip Newton" <pnewton@gmx.de>
22195              Date: Tue, 8 May 2001 09:18:10 +0200
22196              Message-ID: <3AF7B9D2.28861.603732@localhost>
22197      Branch: perl
22198            ! pod/perlfunc.pod
22199 ____________________________________________________________________________
22200 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
22201         Log: Subject: [PATCH B::Deparse] Document known bugs
22202              From: Robin Houston <robin@kitsite.com>
22203              Date: Tue, 8 May 2001 01:53:34 +0100
22204              Message-ID: <20010508015334.A32394@penderel>
22205      Branch: perl
22206            ! ext/B/B/Deparse.pm
22207 ____________________________________________________________________________
22208 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
22209         Log: Subject: Re: Perl book, magazine and website updates.
22210              From: "Philip Newton" <pnewton@gmx.de>
22211              Date: Mon, 7 May 2001 17:03:58 +0200
22212              Message-ID: <3AF6D57E.5387.1E29930@localhost>
22213      Branch: perl
22214            ! pod/perlfaq2.pod
22215 ____________________________________________________________________________
22216 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
22217         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
22218              From: Peter Prymmer <pvhp@forte.com>
22219              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
22220              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
22221      Branch: perl
22222            ! t/io/fflush.t
22223 ____________________________________________________________________________
22224 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
22225         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
22226              From: Robin Houston <robin@kitsite.com>
22227              Date: Tue, 8 May 2001 01:14:55 +0100
22228              Message-ID: <20010508011455.A32162@penderel>
22229      Branch: perl
22230            ! ext/B/B/Deparse.pm
22231 ____________________________________________________________________________
22232 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
22233         Log: Typo in #10025.
22234      Branch: perl
22235            ! hints/uts.sh
22236 ____________________________________________________________________________
22237 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
22238         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
22239      Branch: perl
22240            ! hints/uts.sh
22241 ____________________________________________________________________________
22242 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
22243         Log: Subject: Re: [ID 20010506.045] question about hash syntax
22244              From: Peter Scott <Peter@PSDT.com>
22245              Date: Sun, 06 May 2001 13:10:40 -0700
22246              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
22247      Branch: perl
22248            ! pod/perl56delta.pod
22249 ____________________________________________________________________________
22250 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
22251         Log: Configure should figure out the list of dynamic extensions
22252              just fine in UTS-- and in fact it does, as reported by Hal Morris.
22253      Branch: perl
22254            ! hints/uts.sh
22255 ____________________________________________________________________________
22256 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
22257         Log: Update Changes.
22258      Branch: perl
22259            ! Changes patchlevel.h
22260 ____________________________________________________________________________
22261 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
22262         Log: Subject: [PATCH regcomp.c] Insecure regexes
22263              From: Robin Houston <robin@kitsite.com>
22264              Date: Mon, 7 May 2001 21:56:12 +0100
22265              Message-ID: <20010507215612.A31114@penderel>
22266      Branch: perl
22267            ! regcomp.c
22268 ____________________________________________________________________________
22269 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
22270         Log: Drop the foobar.perl.com references for now until Simon
22271              gets them sorted out.
22272      Branch: perl
22273            ! pod/perlfaq2.pod
22274 ____________________________________________________________________________
22275 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
22276         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
22277              From: Prymmer/Kahn <pvhp@best.com>
22278              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
22279              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
22280      Branch: perl
22281            ! lib/Devel/SelfStubber.pm
22282 ____________________________________________________________________________
22283 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
22284         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
22285              From: Prymmer/Kahn <pvhp@best.com>
22286              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
22287              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
22288      Branch: perl
22289            ! win32/Makefile
22290 ____________________________________________________________________________
22291 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
22292         Log: s/WebTechnique's/WebTechniques/
22293      Branch: perl
22294            ! pod/perlfaq2.pod
22295 ____________________________________________________________________________
22296 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
22297         Log: Llama 3 updates from Randal.
22298      Branch: perl
22299            ! pod/perlfaq2.pod
22300 ____________________________________________________________________________
22301 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
22302         Log: Subject: [PATCH] Help -Dt show correct pad variables
22303              From: Benjamin Sugars <ben.sugars@home.com>
22304              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
22305              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
22306      Branch: perl
22307            ! embed.h embed.pl proto.h run.c
22308 ____________________________________________________________________________
22309 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
22310         Log: Subject: [PATCH] Document C<our $foo : shared>
22311              From: Benjamin Sugars <ben.sugars@home.com>
22312              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
22313              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
22314      Branch: perl
22315            ! pod/perlfunc.pod
22316 ____________________________________________________________________________
22317 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
22318         Log: Subject: [PATCH B::Deparse] undefined folded constants
22319              From: Robin Houston <robin@kitsite.com>
22320              Date: Sun, 6 May 2001 17:19:09 +0100
22321              Message-ID: <20010506171909.A7046@penderel>
22322      Branch: perl
22323            ! ext/B/B/Deparse.pm
22324 ____________________________________________________________________________
22325 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
22326         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
22327              From: Robin Houston <robin@kitsite.com>
22328              Message-ID: <20010506164654.A6848@penderel>
22329              Date: Sun, 6 May 2001 16:46:54 +0100
22330      Branch: perl
22331            ! ext/B/B/Deparse.pm
22332 ____________________________________________________________________________
22333 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
22334         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
22335              From: Robin Houston <robin@kitsite.com>
22336              Date: Sun, 6 May 2001 14:47:02 +0100
22337              Message-ID: <20010506144702.A6308@penderel>
22338      Branch: perl
22339            ! t/op/my_stash.t
22340 ____________________________________________________________________________
22341 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
22342         Log: Subject: Perl book, magazine and website updates.
22343              From: Simon Cozens <simon@netthink.co.uk>
22344              Date: Sun, 6 May 2001 16:55:36 +0100
22345              Message-ID: <20010506165536.A1795@netthink.co.uk>
22346      Branch: perl
22347            ! pod/perlbook.pod pod/perlfaq2.pod
22348 ____________________________________________________________________________
22349 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
22350         Log: Tweaks on the Tru64 prof options.
22351      Branch: perl
22352            ! pod/perlhack.pod
22353 ____________________________________________________________________________
22354 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
22355         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
22356              From: Robin Houston <robin@kitsite.com>
22357              Date: Sun, 6 May 2001 14:40:51 +0100
22358              Message-ID: <20010506144051.A6279@penderel>
22359      Branch: perl
22360            ! t/pod/testp2pt.pl
22361 ____________________________________________________________________________
22362 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
22363         Log: Subject: [PATCH B::Deparse] scoping
22364              From: Robin Houston <robin@kitsite.com>
22365              Date: Sun, 6 May 2001 14:36:56 +0100
22366              Message-ID: <20010506143656.A4006@penderel>
22367      Branch: perl
22368            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
22369 ____________________________________________________________________________
22370 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
22371         Log: Document the undefinedness of bitshifting out of range.
22372      Branch: perl
22373            ! pod/perlop.pod
22374 ____________________________________________________________________________
22375 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
22376         Log: Retract #10003 and update the IDE descriptions a bit.
22377      Branch: perl
22378            ! pod/perlfaq3.pod
22379 ____________________________________________________________________________
22380 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
22381         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
22382              From: Prymmer/Kahn <pvhp@best.com>
22383              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
22384              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
22385      Branch: perl
22386            ! win32/Makefile win32/buildext.pl win32/config.bc
22387            ! win32/config.gc win32/config.vc
22388 ____________________________________________________________________________
22389 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
22390         Log: (Retracted by #10005.)
22391      Branch: perl
22392            ! pod/perlfaq3.pod
22393 ____________________________________________________________________________
22394 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
22395         Log: It's "psed", not "sed".
22396      Branch: perl
22397            ! x2p/s2p.PL
22398 ____________________________________________________________________________
22399 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
22400         Log: Update Changes.
22401      Branch: perl
22402            ! Changes patchlevel.h
22403 ____________________________________________________________________________
22404 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
22405         Log: Subject: Re: bleadperl make install fails due to "psed"
22406              From: andreas.koenig@anima.de (Andreas J. Koenig)
22407              Date: 05 May 2001 18:23:28 +0200
22408              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
22409      Branch: perl
22410            ! x2p/Makefile.SH x2p/s2p.PL
22411 ____________________________________________________________________________
22412 [  9999] By: jhi                                   on 2001/05/05  18:28:09
22413         Log: AUTHORS updates.
22414      Branch: perl
22415            ! AUTHORS
22416 ____________________________________________________________________________
22417 [  9998] By: jhi                                   on 2001/05/05  18:16:00
22418         Log: Updates on the pods related to the modules included since 5.6.
22419              
22420              TODO: perltodo really could use major updating.
22421      Branch: perl
22422            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
22423            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
22424            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
22425            ! pod/perlsyn.pod pod/perltodo.pod
22426 ____________________________________________________________________________
22427 [  9997] By: jhi                                   on 2001/05/05  17:35:17
22428         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
22429              from Kurt Skauen.
22430      Branch: perl
22431            + hints/atheos.sh
22432            ! MANIFEST
22433 ____________________________________________________________________________
22434 [  9996] By: jhi                                   on 2001/05/05  17:25:00
22435         Log: Add preemptive #undefs for some of the shorter and more prone
22436              to collision regcomp.h #defines.  (Background: the MASK collided
22437              with a system header #define in Rhapsody.)
22438      Branch: perl
22439            ! regcomp.h
22440 ____________________________________________________________________________
22441 [  9995] By: jhi                                   on 2001/05/05  13:24:21
22442         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
22443              From: Nicholas Clark <nick@ccl4.org>
22444              Date: Sat, 5 May 2001 14:46:39 +0100
22445              Message-ID: <20010505144639.O53513@plum.flirble.org>
22446              
22447              Add a test for the constants (if any) being processed correctly.
22448      Branch: perl
22449            ! utils/h2xs.PL
22450 ____________________________________________________________________________
22451 [  9994] By: jhi                                   on 2001/05/05  02:11:03
22452         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
22453              From: Peter Prymmer <pvhp@forte.com>
22454              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
22455              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
22456      Branch: perl
22457            ! t/lib/b-stash.t
22458 ____________________________________________________________________________
22459 [  9993] By: jhi                                   on 2001/05/05  02:03:49
22460         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
22461              From: Peter Prymmer <pvhp@forte.com>
22462              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
22463              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
22464      Branch: perl
22465            ! perlio.c vms/vmsish.h
22466 ____________________________________________________________________________
22467 [  9992] By: jhi                                   on 2001/05/04  17:21:12
22468         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
22469              From: Robin Barker <rmb1@cise.npl.co.uk>
22470              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
22471              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
22472      Branch: perl
22473            + t/pod/plainer.t
22474            ! MANIFEST
22475 ____________________________________________________________________________
22476 [  9991] By: jhi                                   on 2001/05/04  16:47:45
22477         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
22478              From: Robin Barker <rmb1@cise.npl.co.uk>
22479              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
22480              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
22481      Branch: perl
22482            ! regcomp.c
22483 ____________________________________________________________________________
22484 [  9990] By: jhi                                   on 2001/05/04  14:37:20
22485         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
22486              From: Prymmer/Kahn <pvhp@best.com>
22487              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
22488              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
22489      Branch: perl
22490            ! t/lib/b-stash.t
22491 ____________________________________________________________________________
22492 [  9989] By: jhi                                   on 2001/05/04  14:03:58
22493         Log: Introduce perl572delta, update Todo, add the missing
22494              mention about signal safety since 5.7.1 (though this
22495              requires verification and more details.)
22496      Branch: perl
22497            + pod/perl572delta.pod
22498            ! MANIFEST Todo pod/perl571delta.pod
22499 ____________________________________________________________________________
22500 [  9988] By: jhi                                   on 2001/05/04  12:41:51
22501         Log: Subject: [PATCH perl@9944] long =item
22502              From: Robin Barker <rmb1@cise.npl.co.uk>
22503              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
22504              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
22505      Branch: perl
22506            ! ext/Time/HiRes/HiRes.pm
22507 ____________________________________________________________________________
22508 [  9987] By: jhi                                   on 2001/05/04  12:39:19
22509         Log: The #9901 had removed one line essential for EBCDIC.
22510      Branch: perl
22511            ! regcomp.c
22512 ____________________________________________________________________________
22513 [  9986] By: jhi                                   on 2001/05/04  12:30:23
22514         Log: Subject: cygwin/Makefile.SHs INSTALL patch
22515              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
22516              Date: Mon, 08 Jan 2001 04:59:21 +0200
22517              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
22518      Branch: perl
22519            ! cygwin/Makefile.SHs
22520 ____________________________________________________________________________
22521 [  9985] By: jhi                                   on 2001/05/04  03:51:39
22522         Log: Encode/IO doc tweaks.
22523      Branch: perl
22524            ! ext/Encode/Encode.pm
22525 ____________________________________________________________________________
22526 [  9984] By: jhi                                   on 2001/05/04  03:29:34
22527         Log: Remove GDBM_File from the dynamic extensions for UTS,
22528              GDBM is not a standard feature.
22529      Branch: perl
22530            ! hints/uts.sh
22531 ____________________________________________________________________________
22532 [  9983] By: jhi                                   on 2001/05/04  03:22:59
22533         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
22534      Branch: perl
22535            ! pod/perlretut.pod
22536 ____________________________________________________________________________
22537 [  9982] By: jhi                                   on 2001/05/03  23:21:03
22538         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
22539              From: Benjamin Sugars <bsugars@canoe.ca>
22540              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
22541              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
22542      Branch: perl
22543            ! dump.c
22544 ____________________________________________________________________________
22545 [  9981] By: jhi                                   on 2001/05/03  23:20:05
22546         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
22547              From: Benjamin Sugars <bsugars@canoe.ca>
22548              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
22549              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
22550      Branch: perl
22551            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22552 ____________________________________________________________________________
22553 [  9980] By: jhi                                   on 2001/05/03  23:15:29
22554         Log: Integrate perlio.
22555      Branch: perl
22556           !> ext/Encode/Encode.pm
22557 ____________________________________________________________________________
22558 [  9979] By: jhi                                   on 2001/05/03  16:54:59
22559         Log: Install psed man page.
22560      Branch: perl
22561            ! installman
22562 ____________________________________________________________________________
22563 [  9978] By: jhi                                   on 2001/05/03  16:45:58
22564         Log: Remove unused files; noted by Sarathy.
22565      Branch: perl
22566            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
22567            ! MANIFEST
22568 ____________________________________________________________________________
22569 [  9977] By: jhi                                   on 2001/05/03  16:42:30
22570         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
22571              From: Andy Dougherty <doughera@lafayette.edu>
22572              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
22573              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
22574      Branch: perl
22575            ! INSTALL
22576 ____________________________________________________________________________
22577 [  9976] By: nick                                  on 2001/05/03  16:40:42
22578         Log: Allow $answer = encode($object,$text); like it says in docs.
22579      Branch: perlio
22580            ! ext/Encode/Encode.pm
22581 ____________________________________________________________________________
22582 [  9975] By: nick                                  on 2001/05/03  16:22:30
22583         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
22584              to be in scope (fair enough), and also a package variable (our) for eval to see it.
22585      Branch: perlio
22586            ! ext/Encode/Encode.pm
22587 ____________________________________________________________________________
22588 [  9974] By: nick                                  on 2001/05/03  15:48:17
22589         Log: Integrate mainline.
22590      Branch: perlio
22591           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
22592           +> t/lib/filter-simple.t t/lib/next.t
22593           !> (integrate 70 files)
22594 ____________________________________________________________________________
22595 [  9973] By: jhi                                   on 2001/05/03  13:09:09
22596         Log: Update Changes.
22597      Branch: perl
22598            ! Changes patchlevel.h
22599 ____________________________________________________________________________
22600 [  9972] By: jhi                                   on 2001/05/03  12:58:33
22601         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
22602              From: Prymmer/Kahn <pvhp@best.com>
22603              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
22604              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
22605      Branch: perl
22606            ! t/io/fflush.t
22607 ____________________________________________________________________________
22608 [  9971] By: jhi                                   on 2001/05/03  12:57:26
22609         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
22610              From: Prymmer/Kahn <pvhp@best.com>
22611              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
22612              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
22613      Branch: perl
22614            ! win32/FindExt.pm
22615 ____________________________________________________________________________
22616 [  9970] By: jhi                                   on 2001/05/03  02:42:46
22617         Log: Can't croak sans thread context, from Doug MacEachern.
22618      Branch: perl
22619            ! toke.c
22620 ____________________________________________________________________________
22621 [  9969] By: jhi                                   on 2001/05/03  01:23:48
22622         Log: Subject: Random input test and Perl
22623              From: Ilya Zakharevich <ilya@math.berkeley.edu>
22624              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
22625              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
22626      Branch: perl
22627            ! toke.c
22628 ____________________________________________________________________________
22629 [  9968] By: jhi                                   on 2001/05/02  22:17:21
22630         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
22631              From: Peter Prymmer <pvhp@forte.com>
22632              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
22633              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
22634      Branch: perl
22635            ! pod/perlfunc.pod pod/perlport.pod
22636 ____________________________________________________________________________
22637 [  9967] By: jhi                                   on 2001/05/02  20:12:45
22638         Log: Workaround for UTS compiler casting bug from Hal Morris.
22639      Branch: perl
22640            ! perl.h
22641 ____________________________________________________________________________
22642 [  9966] By: jhi                                   on 2001/05/02  18:31:37
22643         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
22644              From: Dan Sugalski <dan@sidhe.org>
22645              Date: Wed, 02 May 2001 15:23:22 -0400
22646              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
22647      Branch: perl
22648            ! perl.c vms/vms.c
22649 ____________________________________________________________________________
22650 [  9965] By: jhi                                   on 2001/05/02  18:21:29
22651         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
22652      Branch: perl
22653            ! pod/perlfunc.pod
22654 ____________________________________________________________________________
22655 [  9964] By: jhi                                   on 2001/05/02  18:15:01
22656         Log: Document large files in INSTALL, document also the %x
22657              limitation if not use64bitint, closes bug 20010326.007.
22658      Branch: perl
22659            ! INSTALL
22660 ____________________________________________________________________________
22661 [  9963] By: jhi                                   on 2001/05/02  17:24:47
22662         Log: perlmodlib tweaks; regen pods.
22663      Branch: perl
22664            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
22665            ! pod/perltoc.pod
22666 ____________________________________________________________________________
22667 [  9962] By: jhi                                   on 2001/05/02  17:14:00
22668         Log: Fix for a segfault, from Marc Lehmann.
22669      Branch: perl
22670            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
22671 ____________________________________________________________________________
22672 [  9961] By: jhi                                   on 2001/05/02  15:55:53
22673         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
22674              From: "Philip Newton" <pnewton@gmx.de>
22675              Date: Wed, 2 May 2001 18:39:03 +0200
22676              Message-ID: <3AF05447.15525.173B588@localhost>
22677      Branch: perl
22678            ! pod/perlop.pod
22679 ____________________________________________________________________________
22680 [  9960] By: jhi                                   on 2001/05/02  15:35:37
22681         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
22682              From: Dan Sugalski <dan@sidhe.org>
22683              Date: Wed, 02 May 2001 11:37:27 -0400
22684              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
22685      Branch: perl
22686            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
22687            ! thread.h vms/vms.c vms/vmsish.h
22688 ____________________________________________________________________________
22689 [  9959] By: jhi                                   on 2001/05/02  15:21:08
22690         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
22691              From: Benjamin Sugars <bsugars@canoe.ca>
22692              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
22693              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
22694      Branch: perl
22695            ! ext/PerlIO/Scalar/Scalar.xs
22696 ____________________________________________________________________________
22697 [  9958] By: jhi                                   on 2001/05/02  15:15:53
22698         Log: Bug in #9915, spotted by Mike Guy.
22699      Branch: perl
22700            ! installperl
22701 ____________________________________________________________________________
22702 [  9957] By: jhi                                   on 2001/05/02  13:26:01
22703         Log: Add a test for not griping about references as array
22704              indices if the reference has magic in it (overloaded
22705              methods).
22706      Branch: perl
22707            ! pod/perldiag.pod t/pragma/warn/pp_hot
22708 ____________________________________________________________________________
22709 [  9956] By: jhi                                   on 2001/05/02  13:07:01
22710         Log: Retracted a bit too much in #9952.
22711      Branch: perl
22712            ! t/pragma/sub_lval.t
22713 ____________________________________________________________________________
22714 [  9955] By: jhi                                   on 2001/05/02  13:05:38
22715         Log: Test for #9952.
22716      Branch: perl
22717            ! t/op/tie.t
22718 ____________________________________________________________________________
22719 [  9954] By: jhi                                   on 2001/05/02  11:48:18
22720         Log: Additional note on the encoding example: one cannot
22721              convert string constants in-place.
22722      Branch: perl
22723            ! ext/Encode/Encode.pm
22724 ____________________________________________________________________________
22725 [  9953] By: jhi                                   on 2001/05/02  11:43:51
22726         Log: Note that if you have recent enough Perl you already
22727              have Filter::Util::Call.
22728      Branch: perl
22729            ! lib/Filter/Simple.pm
22730 ____________________________________________________________________________
22731 [  9952] By: jhi                                   on 2001/05/02  11:31:53
22732         Log: Retract changes #8254 and #8255, causes coredump in
22733              'tie FH, "main"', reported by Abigail, culprit found by
22734              Benjamin Sugars.  Mirrors maintperl change #9950.
22735      Branch: perl
22736            ! op.c t/pragma/sub_lval.t
22737 ____________________________________________________________________________
22738 [  9951] By: jhi                                   on 2001/05/02  11:14:29
22739         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
22740      Branch: perl
22741            + t/lib/MyFilter.pm
22742 ____________________________________________________________________________
22743 [  9950] By: gsar                                  on 2001/05/02  03:17:11
22744         Log: revert integration of changes#8254,8255 in change#8620 (causes
22745              a coredump in C<tie FH, 'foo'>; the idea itself may need better
22746              rationalization)
22747      Branch: maint-5.6/perl
22748            ! op.c t/pragma/sub_lval.t
22749 ____________________________________________________________________________
22750 [  9949] By: gsar                                  on 2001/05/02  02:56:32
22751         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
22752              
22753              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
22754              
22755              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
22756      Branch: maint-5.6/perl
22757           !> hints/svr5.sh
22758 ____________________________________________________________________________
22759 [  9948] By: gsar                                  on 2001/05/02  02:49:15
22760         Log: pod/find.t breaks on VMS (from Craig Berry)
22761      Branch: maint-5.6/perl
22762            ! t/pod/find.t
22763 ____________________________________________________________________________
22764 [  9947] By: jhi                                   on 2001/05/02  02:43:09
22765         Log: Add an encoding conversion example.
22766      Branch: perl
22767            ! ext/Encode/Encode.pm
22768 ____________________________________________________________________________
22769 [  9946] By: jhi                                   on 2001/05/02  01:34:22
22770         Log: Another coat of paint but still nowhere finished.
22771              Need to decide on the semantics of strptime(): should
22772              strptime() be a function instead of a method?  To do
22773              the week/monthname-strptiming the i18n/l10n bullet needs
22774              to be bitten with gusto.
22775      Branch: perl
22776            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
22777 ____________________________________________________________________________
22778 [  9945] By: jhi                                   on 2001/05/01  23:40:52
22779         Log: Update Changes.
22780      Branch: perl
22781            ! Changes patchlevel.h
22782 ____________________________________________________________________________
22783 [  9944] By: jhi                                   on 2001/05/01  23:33:37
22784         Log: Add known-to-be-tested modules to the list-to-be-skipped.
22785      Branch: perl
22786            ! t/lib/1_compile.t
22787 ____________________________________________________________________________
22788 [  9943] By: jhi                                   on 2001/05/01  23:24:40
22789         Log: Subject: BorlandC++ fix
22790              From: "Vadim Konovalov" <watman@inbox.ru>
22791              Date: Mon, 30 Apr 2001 20:12:26 -0700
22792              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
22793      Branch: perl
22794            ! win32/makefile.mk
22795 ____________________________________________________________________________
22796 [  9942] By: jhi                                   on 2001/05/01  23:18:02
22797         Log: Update to Filter::Simple 0.60, create a test for it.
22798      Branch: perl
22799            + t/lib/filter-simple.t
22800            ! MANIFEST lib/Filter/Simple.pm
22801 ____________________________________________________________________________
22802 [  9941] By: jhi                                   on 2001/05/01  19:47:24
22803         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
22804              From: Hugo <hv@crypt.compulink.co.uk>
22805              Date: Tue, 01 May 2001 20:12:20 +0100
22806              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
22807      Branch: perl
22808            ! pp_hot.c t/op/re_tests
22809 ____________________________________________________________________________
22810 [  9940] By: jhi                                   on 2001/05/01  19:42:16
22811         Log: Integrate perlio.
22812      Branch: perl
22813           !> lib/base.pm t/lib/fields.t
22814 ____________________________________________________________________________
22815 [  9939] By: jhi                                   on 2001/05/01  19:39:51
22816         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
22817              From: Benjamin Sugars <bsugars@canoe.ca>
22818              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
22819              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
22820      Branch: perl
22821            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22822 ____________________________________________________________________________
22823 [  9938] By: jhi                                   on 2001/05/01  19:34:09
22824         Log: Add NEXT, a pseudo-class for method redispatching.
22825              <Damian>NEXT.pm probably offers more bang-for-buck
22826              than anything else I've ever written.</Damian>
22827      Branch: perl
22828            + lib/NEXT.pm t/lib/next.t
22829            ! MANIFEST
22830 ____________________________________________________________________________
22831 [  9937] By: jhi                                   on 2001/05/01  19:21:41
22832         Log: Update to Switch 2.02.
22833      Branch: perl
22834            ! lib/Switch.pm t/lib/switch.t
22835 ____________________________________________________________________________
22836 [  9936] By: nick                                  on 2001/05/01  19:09:21
22837         Log: Fix for base.pm clobbering $VERSION
22838      Branch: perlio
22839            ! lib/base.pm
22840 ____________________________________________________________________________
22841 [  9935] By: nick                                  on 2001/05/01  18:54:38
22842         Log: Test for base.pm clobbering $VERSION.
22843      Branch: perlio
22844            ! t/lib/fields.t
22845 ____________________________________________________________________________
22846 [  9934] By: jhi                                   on 2001/05/01  18:39:10
22847         Log: Add information about Scalar::Util::blessed.
22848      Branch: perl
22849            ! pod/perlobj.pod
22850 ____________________________________________________________________________
22851 [  9933] By: jhi                                   on 2001/05/01  18:33:51
22852         Log: Subject: Extra UNIVERSAL documentation
22853              From: Mike Guy <mjtg@cam.ac.uk>
22854              Date: Tue, 01 May 2001 20:12:11 +0100
22855              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
22856      Branch: perl
22857            ! pod/perlobj.pod
22858 ____________________________________________________________________________
22859 [  9932] By: jhi                                   on 2001/05/01  18:26:54
22860         Log: Subject: Autoflush in tests as appropriate
22861              From: Mike Guy <mjtg@cam.ac.uk>
22862              Date: Tue, 01 May 2001 20:05:31 +0100
22863              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
22864      Branch: perl
22865            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
22866            ! t/op/taint.t
22867 ____________________________________________________________________________
22868 [  9931] By: jhi                                   on 2001/05/01  18:02:29
22869         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
22870              From: Benjamin Sugars <bsugars@canoe.ca>
22871              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
22872              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
22873      Branch: perl
22874            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22875 ____________________________________________________________________________
22876 [  9930] By: jhi                                   on 2001/05/01  15:12:26
22877         Log: Subject: Re: Finally got a round tuit
22878              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22879              Date: Tue, 01 May 2001 14:14:10 +0200
22880              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
22881              
22882              The -DP part, slightly modified.
22883      Branch: perl
22884            ! perl.c
22885 ____________________________________________________________________________
22886 [  9929] By: jhi                                   on 2001/05/01  14:17:15
22887         Log: Subject: Re: Finally got a round tuit
22888              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22889              Date: Tue, 01 May 2001 16:34:06 +0200
22890              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
22891              
22892              cpp and optimization tweaks for HP-UX.
22893      Branch: perl
22894            ! hints/hpux.sh
22895 ____________________________________________________________________________
22896 [  9928] By: jhi                                   on 2001/05/01  13:24:20
22897         Log: Tune the scan_num() comments to reality.
22898      Branch: perl
22899            ! toke.c
22900 ____________________________________________________________________________
22901 [  9927] By: jhi                                   on 2001/05/01  13:14:01
22902         Log: Subject: [PATCH B::Deparse] optimised sort
22903              From: Robin Houston <robin@kitsite.com>
22904              Date: Tue, 1 May 2001 14:07:12 +0100
22905              Message-ID: <20010501140712.A4266@penderel>
22906      Branch: perl
22907            ! ext/B/B/Deparse.pm
22908 ____________________________________________________________________________
22909 [  9926] By: jhi                                   on 2001/05/01  13:10:53
22910         Log: Subject: [PATCH t/lib/b-deparse.t] 
22911              From: Robin Houston <robin@kitsite.com>
22912              Date: Tue, 1 May 2001 13:37:42 +0100
22913              Message-ID: <20010501133742.A4082@penderel>
22914      Branch: perl
22915            ! t/lib/b-deparse.t
22916 ____________________________________________________________________________
22917 [  9925] By: jhi                                   on 2001/05/01  13:10:13
22918         Log: Subject: [PATCH B::Deparse] for(;;), sort
22919              From: Robin Houston <robin@kitsite.com>
22920              Date: Tue, 1 May 2001 13:35:00 +0100
22921              Message-ID: <20010501133500.A4061@penderel>
22922      Branch: perl
22923            ! ext/B/B/Deparse.pm
22924 ____________________________________________________________________________
22925 [  9924] By: jhi                                   on 2001/05/01  13:09:22
22926         Log: Subject: [PATCH B::Deparse] do, warn, use
22927              From: Robin Houston <robin@kitsite.com>
22928              Date: Tue, 1 May 2001 13:31:03 +0100
22929              Message-ID: <20010501133103.A4041@penderel>
22930      Branch: perl
22931            ! ext/B/B/Deparse.pm
22932 ____________________________________________________________________________
22933 [  9923] By: jhi                                   on 2001/05/01  11:45:36
22934         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
22935              From: Benjamin Sugars <ben.sugars@home.com>
22936              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
22937              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
22938      Branch: perl
22939            + t/io/fflush.t
22940            ! MANIFEST
22941 ____________________________________________________________________________
22942 [  9922] By: jhi                                   on 2001/05/01  11:35:42
22943         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
22944              From: Peter Prymmer <pvhp@forte.com>
22945              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
22946              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
22947      Branch: perl
22948            ! t/lib/selfstubber.t
22949 ____________________________________________________________________________
22950 [  9921] By: jhi                                   on 2001/04/30  16:34:33
22951         Log: Subject: [PATCH B::Concise] suppress warning
22952              From: Robin Houston <robin@kitsite.com>
22953              Date: Mon, 30 Apr 2001 16:09:49 +0100
22954              Message-ID: <20010430160949.A25086@penderel>
22955      Branch: perl
22956            ! ext/B/B/Concise.pm
22957 ____________________________________________________________________________
22958 [  9920] By: jhi                                   on 2001/04/30  13:56:04
22959         Log: Strip the *markers* from #9919.
22960      Branch: perl
22961            ! pod/perlfaq.pod pod/perlfaq5.pod
22962 ____________________________________________________________________________
22963 [  9919] By: jhi                                   on 2001/04/30  13:54:04
22964         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
22965              From: Gwyn Judd <b.judd@xtra.co.nz>
22966              Date: Sun, 29 Apr 2001 01:47:49 +1200
22967              Message-ID: <20010429014749.A4418@thislove>
22968      Branch: perl
22969            ! pod/perlfaq.pod pod/perlfaq5.pod
22970 ____________________________________________________________________________
22971 [  9918] By: jhi                                   on 2001/04/30  13:13:54
22972         Log: More_tweakage.
22973      Branch: perl
22974            ! pod/perldata.pod pod/perldiag.pod
22975 ____________________________________________________________________________
22976 [  9917] By: jhi                                   on 2001/04/30  13:01:27
22977         Log: Update Changes.
22978      Branch: perl
22979            ! Changes patchlevel.h
22980 ____________________________________________________________________________
22981 [  9916] By: jhi                                   on 2001/04/30  12:57:03
22982         Log: T_w_e_a_k_a_g_e.
22983      Branch: perl
22984            ! pod/perldata.pod pod/perldiag.pod
22985 ____________________________________________________________________________
22986 [  9915] By: jhi                                   on 2001/04/30  12:39:29
22987         Log: Install s2p also as psed.
22988              
22989              TODO: psed documentation?
22990      Branch: perl
22991            ! installperl
22992 ____________________________________________________________________________
22993 [  9914] By: jhi                                   on 2001/04/30  12:29:21
22994         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
22995              From: Jens Hamisch <jens@Strawberry.COM>
22996              Date: Fri, 27 Apr 2001 17:00:36 +0200
22997              Message-ID: <20010427170036.K1372@Strawberry.COM>
22998              
22999              SOCKS5_VERSION_NAME is the right symbol to detect
23000              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
23001              function called socks5_init() is available, and even that is
23002              not universal, most SOCKS5 installations use SOCKSinit()).
23003      Branch: perl
23004            ! perlio.c
23005 ____________________________________________________________________________
23006 [  9913] By: jhi                                   on 2001/04/30  12:22:15
23007         Log: Allow a zero timeout on IO::Socket accept and connect--
23008              though one really shouldn't do that.  Based on
23009              
23010              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
23011              From: "John Holdsworth" <coldwave@bigfoot.com>
23012              Date: Sun, 4 Feb 2001 12:48:18 +0100
23013              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
23014      Branch: perl
23015            ! ext/IO/lib/IO/Socket.pm
23016 ____________________________________________________________________________
23017 [  9912] By: jhi                                   on 2001/04/30  11:27:27
23018         Log: Save the spot of regprev (see #9911) for binary compatibility;
23019              regen API.
23020      Branch: perl
23021            ! embedvar.h perlapi.h thrdvar.h
23022 ____________________________________________________________________________
23023 [  9911] By: jhi                                   on 2001/04/30  11:22:03
23024         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
23025              From: Hugo <hv@crypt.compulink.co.uk>
23026              Date: Sun, 29 Apr 2001 17:09:30 +0100
23027              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
23028      Branch: perl
23029            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
23030 ____________________________________________________________________________
23031 [  9910] By: jhi                                   on 2001/04/30  11:15:12
23032         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
23033              a dummy for PL_numeric_radix); no pressing reason to break
23034              binary compatibility; regen API.
23035      Branch: perl
23036            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
23037            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
23038 ____________________________________________________________________________
23039 [  9909] By: jhi                                   on 2001/04/30  10:56:08
23040         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
23041              From: Walt Mankowski <waltman@netaxs.com>
23042              Date: Sun, 29 Apr 2001 21:53:48 -0400
23043              Message-ID: <20010429215348.A3971@netaxs.com>
23044      Branch: perl
23045            ! pod/perlfunc.pod
23046 ____________________________________________________________________________
23047 [  9908] By: jhi                                   on 2001/04/30  10:49:40
23048         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
23049      Branch: perl
23050            ! t/lib/selfstubber.t
23051 ____________________________________________________________________________
23052 [  9907] By: nick                                  on 2001/04/30  09:26:50
23053         Log: Integrate mainline.
23054      Branch: perlio
23055           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
23056 ____________________________________________________________________________
23057 [  9906] By: jhi                                   on 2001/04/29  23:24:20
23058         Log: Abigail spotted a thinko in #9905.
23059      Branch: perl
23060            ! pod/perldiag.pod
23061 ____________________________________________________________________________
23062 [  9905] By: jhi                                   on 2001/04/29  15:55:39
23063         Log: Changed the underscore/undebar syntax in numeric constants;
23064              now any grouping will do, as long as the underscores are not
23065              consecutive (so "zero-grouping" is out), and they do not begin
23066              or end the integer or fractional parts.
23067      Branch: perl
23068            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
23069 ____________________________________________________________________________
23070 [  9904] By: nick                                  on 2001/04/29  15:43:22
23071         Log: Integrate mainline.
23072      Branch: perlio
23073           +> (branch 98 files)
23074            - lib/unicode/Block.pl
23075            - lib/unicode/In/AlphabeticPresentationForms.pl
23076            - lib/unicode/In/Arabic.pl
23077            - lib/unicode/In/ArabicPresentationForms-A.pl
23078            - lib/unicode/In/ArabicPresentationForms-B.pl
23079            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
23080            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
23081            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
23082            - lib/unicode/In/BopomofoExtended.pl
23083            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
23084            - lib/unicode/In/CJKCompatibility.pl
23085            - lib/unicode/In/CJKCompatibilityForms.pl
23086            - lib/unicode/In/CJKCompatibilityIdeographs.pl
23087            - lib/unicode/In/CJKRadicalsSupplement.pl
23088            - lib/unicode/In/CJKSymbolsandPunctuation.pl
23089            - lib/unicode/In/CJKUnifiedIdeographs.pl
23090            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
23091            - lib/unicode/In/Cherokee.pl
23092            - lib/unicode/In/CombiningDiacriticalMarks.pl
23093            - lib/unicode/In/CombiningHalfMarks.pl
23094            - lib/unicode/In/CombiningMarksforSymbols.pl
23095            - lib/unicode/In/ControlPictures.pl
23096            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
23097            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
23098            - lib/unicode/In/EnclosedAlphanumerics.pl
23099            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
23100            - lib/unicode/In/Ethiopic.pl
23101            - lib/unicode/In/GeneralPunctuation.pl
23102            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
23103            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
23104            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
23105            - lib/unicode/In/HalfwidthandFullwidthForms.pl
23106            - lib/unicode/In/HangulCompatibilityJamo.pl
23107            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
23108            - lib/unicode/In/Hebrew.pl
23109            - lib/unicode/In/HighPrivateUseSurrogates.pl
23110            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
23111            - lib/unicode/In/IPAExtensions.pl
23112            - lib/unicode/In/IdeographicDescriptionCharacters.pl
23113            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
23114            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
23115            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
23116            - lib/unicode/In/Latin-1Supplement.pl
23117            - lib/unicode/In/LatinExtended-A.pl
23118            - lib/unicode/In/LatinExtended-B.pl
23119            - lib/unicode/In/LatinExtendedAdditional.pl
23120            - lib/unicode/In/LetterlikeSymbols.pl
23121            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
23122            - lib/unicode/In/MathematicalOperators.pl
23123            - lib/unicode/In/MiscellaneousSymbols.pl
23124            - lib/unicode/In/MiscellaneousTechnical.pl
23125            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
23126            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
23127            - lib/unicode/In/OpticalCharacterRecognition.pl
23128            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
23129            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
23130            - lib/unicode/In/SmallFormVariants.pl
23131            - lib/unicode/In/SpacingModifierLetters.pl
23132            - lib/unicode/In/Specials.pl
23133            - lib/unicode/In/SuperscriptsandSubscripts.pl
23134            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
23135            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
23136            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
23137            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
23138            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
23139           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
23140           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
23141           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
23142           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
23143           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
23144           !> utf8.c win32/Makefile
23145 ____________________________________________________________________________
23146 [  9903] By: jhi                                   on 2001/04/29  14:30:53
23147         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
23148              From: Prymmer/Kahn <pvhp@best.com>
23149              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
23150              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
23151      Branch: perl
23152            ! win32/Makefile
23153 ____________________________________________________________________________
23154 [  9902] By: jhi                                   on 2001/04/29  02:52:44
23155         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
23156              From: "Abigail" <abigail@foad.org>
23157              Date: Sun, 29 Apr 2001 03:14:25 +0200
23158              Message-ID: <20010429011425.24503.qmail@foad.org>
23159      Branch: perl
23160            ! ext/IO/lib/IO/Seekable.pm
23161 ____________________________________________________________________________
23162 [  9901] By: jhi                                   on 2001/04/29  02:04:46
23163         Log: In character classes one couldn't have 0x80..0xff characters
23164              at the left hand side if there were 0x100.. characters in the
23165              character class.
23166      Branch: perl
23167            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
23168            ! t/op/pat.t utf8.c
23169 ____________________________________________________________________________
23170 [  9900] By: jhi                                   on 2001/04/28  22:55:04
23171         Log: Forgot the latest mktables.PL from #9899.
23172      Branch: perl
23173            ! lib/unicode/mktables.PL
23174 ____________________________________________________________________________
23175 [  9899] By: jhi                                   on 2001/04/28  22:53:28
23176         Log: Explain the \p{} and \P{} error message better and
23177              have prettier prettyprint in In.pl.
23178      Branch: perl
23179            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
23180            ! pod/perldiag.pod
23181 ____________________________________________________________________________
23182 [  9898] By: jhi                                   on 2001/04/28  21:03:34
23183         Log: Add one possible explanation for the "Invalid [] range" error.
23184      Branch: perl
23185            ! pod/perldiag.pod
23186 ____________________________________________________________________________
23187 [  9897] By: jhi                                   on 2001/04/28  17:18:26
23188         Log: Add a level of indirection to the implementation of \p{InFoo}
23189              so that we don't have to have long filenames.  (Nothing changes
23190              in the user interface.)   The indirection is defined in
23191              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
23192              Also rename some the character classes by removing '-' from
23193              the classnames, and finally renamed Block.pl as Blocks.pl.
23194      Branch: perl
23195            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
23196            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
23197            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
23198            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
23199            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
23200            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
23201            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
23202            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
23203            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
23204            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
23205            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
23206            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
23207            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
23208            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
23209            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
23210            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
23211            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
23212            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
23213            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
23214            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
23215            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
23216            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
23217            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
23218            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
23219            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
23220            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
23221            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
23222            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
23223            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
23224            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
23225            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
23226            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
23227            + lib/unicode/In/94.pl lib/unicode/In/95.pl
23228            - lib/unicode/Block.pl
23229            - lib/unicode/In/AlphabeticPresentationForms.pl
23230            - lib/unicode/In/Arabic.pl
23231            - lib/unicode/In/ArabicPresentationForms-A.pl
23232            - lib/unicode/In/ArabicPresentationForms-B.pl
23233            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
23234            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
23235            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
23236            - lib/unicode/In/BopomofoExtended.pl
23237            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
23238            - lib/unicode/In/CJKCompatibility.pl
23239            - lib/unicode/In/CJKCompatibilityForms.pl
23240            - lib/unicode/In/CJKCompatibilityIdeographs.pl
23241            - lib/unicode/In/CJKRadicalsSupplement.pl
23242            - lib/unicode/In/CJKSymbolsandPunctuation.pl
23243            - lib/unicode/In/CJKUnifiedIdeographs.pl
23244            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
23245            - lib/unicode/In/Cherokee.pl
23246            - lib/unicode/In/CombiningDiacriticalMarks.pl
23247            - lib/unicode/In/CombiningHalfMarks.pl
23248            - lib/unicode/In/CombiningMarksforSymbols.pl
23249            - lib/unicode/In/ControlPictures.pl
23250            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
23251            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
23252            - lib/unicode/In/EnclosedAlphanumerics.pl
23253            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
23254            - lib/unicode/In/Ethiopic.pl
23255            - lib/unicode/In/GeneralPunctuation.pl
23256            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
23257            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
23258            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
23259            - lib/unicode/In/HalfwidthandFullwidthForms.pl
23260            - lib/unicode/In/HangulCompatibilityJamo.pl
23261            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
23262            - lib/unicode/In/Hebrew.pl
23263            - lib/unicode/In/HighPrivateUseSurrogates.pl
23264            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
23265            - lib/unicode/In/IPAExtensions.pl
23266            - lib/unicode/In/IdeographicDescriptionCharacters.pl
23267            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
23268            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
23269            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
23270            - lib/unicode/In/Latin-1Supplement.pl
23271            - lib/unicode/In/LatinExtended-A.pl
23272            - lib/unicode/In/LatinExtended-B.pl
23273            - lib/unicode/In/LatinExtendedAdditional.pl
23274            - lib/unicode/In/LetterlikeSymbols.pl
23275            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
23276            - lib/unicode/In/MathematicalOperators.pl
23277            - lib/unicode/In/MiscellaneousSymbols.pl
23278            - lib/unicode/In/MiscellaneousTechnical.pl
23279            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
23280            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
23281            - lib/unicode/In/OpticalCharacterRecognition.pl
23282            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
23283            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
23284            - lib/unicode/In/SmallFormVariants.pl
23285            - lib/unicode/In/SpacingModifierLetters.pl
23286            - lib/unicode/In/Specials.pl
23287            - lib/unicode/In/SuperscriptsandSubscripts.pl
23288            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
23289            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
23290            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
23291            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
23292            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
23293            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
23294            ! pod/perlunicode.pod
23295 ____________________________________________________________________________
23296 [  9896] By: jhi                                   on 2001/04/28  14:33:17
23297         Log: Update the information on shared library path on HP-UX.
23298      Branch: perl
23299            ! INSTALL
23300 ____________________________________________________________________________
23301 [  9895] By: jhi                                   on 2001/04/28  14:32:30
23302         Log: Because #9894 seems to do the trick, this workaround can be removed.
23303      Branch: perl
23304            ! t/lib/selfstubber.t
23305 ____________________________________________________________________________
23306 [  9894] By: jhi                                   on 2001/04/28  14:26:13
23307         Log: For PerlIO flush the children's file handles (on fork/exec/system).
23308      Branch: perl
23309            ! perl.h
23310 ____________________________________________________________________________
23311 [  9893] By: jhi                                   on 2001/04/28  14:23:15
23312         Log: Test tweak for #9891.
23313      Branch: perl
23314            ! t/lib/b-deparse.t
23315 ____________________________________________________________________________
23316 [  9892] By: jhi                                   on 2001/04/28  14:10:13
23317         Log: New HP-UX hints from Merijn.
23318      Branch: perl
23319            ! hints/hpux.sh
23320 ____________________________________________________________________________
23321 [  9891] By: jhi                                   on 2001/04/28  14:07:27
23322         Log: Subject: [PATCH B::Deparse] non-block scopes
23323              From: Robin Houston <robin@kitsite.com>
23324              Date: Fri, 27 Apr 2001 19:15:14 +0100
23325              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
23326      Branch: perl
23327            ! ext/B/B/Deparse.pm
23328 ____________________________________________________________________________
23329 [  9890] By: nick                                  on 2001/04/27  19:41:25
23330         Log: Integrate mainline
23331      Branch: perlio
23332           +> t/lib/selfstubber.t
23333           !> (integrate 50 files)
23334 ____________________________________________________________________________
23335 [  9889] By: jhi                                   on 2001/04/27  18:23:46
23336         Log: Subject: Re: selfstubber test fail on bleadperl
23337              From: Mike Guy <mjtg@cam.ac.uk>
23338              Date: Fri, 27 Apr 2001 19:31:18 +0100
23339              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
23340      Branch: perl
23341            ! t/lib/selfstubber.t
23342 ____________________________________________________________________________
23343 [  9888] By: jhi                                   on 2001/04/27  16:20:54
23344         Log: Test tweak for #9886.
23345      Branch: perl
23346            ! t/lib/b-deparse.t
23347 ____________________________________________________________________________
23348 [  9887] By: jhi                                   on 2001/04/27  16:16:33
23349         Log: Buffering issue at least in Solaris (even with perlio).
23350      Branch: perl
23351            ! t/lib/selfstubber.t
23352 ____________________________________________________________________________
23353 [  9886] By: jhi                                   on 2001/04/27  14:59:23
23354         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
23355              From: Robin Houston <robin@kitsite.com>
23356              Date: Fri, 27 Apr 2001 16:53:20 +0100
23357              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
23358      Branch: perl
23359            ! ext/B/B/Deparse.pm
23360 ____________________________________________________________________________
23361 [  9885] By: jhi                                   on 2001/04/27  14:23:51
23362         Log: Update Changes.
23363      Branch: perl
23364            ! Changes patchlevel.h
23365 ____________________________________________________________________________
23366 [  9884] By: jhi                                   on 2001/04/27  14:14:12
23367         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
23368              From: "Philip Newton" <pnewton@gmx.de>
23369              Date: Fri, 27 Apr 2001 16:40:13 +0200
23370              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
23371      Branch: perl
23372            ! pod/perldata.pod
23373 ____________________________________________________________________________
23374 [  9883] By: jhi                                   on 2001/04/27  13:28:19
23375         Log: Add LOG_PERROR; prettify the "removed".
23376      Branch: perl
23377            ! ext/Sys/Syslog/Syslog.xs
23378 ____________________________________________________________________________
23379 [  9882] By: jhi                                   on 2001/04/27  13:13:18
23380         Log: h2xs tweaks: use NV instead of double, "quote" the removed
23381              prefixes for clarity (especially when nothing is removed),
23382              slight pod reformats.
23383      Branch: perl
23384            ! utils/h2xs.PL
23385 ____________________________________________________________________________
23386 [  9881] By: jhi                                   on 2001/04/27  12:58:48
23387         Log: Don't bother creating existing directories.
23388      Branch: perl
23389            ! utils/h2xs.PL
23390 ____________________________________________________________________________
23391 [  9880] By: jhi                                   on 2001/04/27  12:45:39
23392         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
23393              From: Mike Schilli <m@perlmeister.com>
23394              Date: Wed, 25 Apr 2001 01:29:21 -0700
23395              Message-id: <3AE68AE1.6A981723@perlmeister.com>
23396      Branch: perl
23397            ! utils/h2xs.PL
23398 ____________________________________________________________________________
23399 [  9879] By: jhi                                   on 2001/04/27  12:40:55
23400         Log: break is not yet Perl.  Added the template license also to README.
23401      Branch: perl
23402            ! utils/h2xs.PL
23403 ____________________________________________________________________________
23404 [  9878] By: jhi                                   on 2001/04/27  03:08:20
23405         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
23406              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23407              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
23408              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
23409      Branch: perl
23410            ! t/lib/xs-typemap.t
23411 ____________________________________________________________________________
23412 [  9877] By: jhi                                   on 2001/04/26  23:54:40
23413         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
23414              From: "Abigail" <abigail@foad.org>
23415              Date: Fri, 27 Apr 2001 01:44:28 +0200
23416              Message-ID: <20010426234428.19786.qmail@foad.org>
23417      Branch: perl
23418            ! utils/h2xs.PL
23419 ____________________________________________________________________________
23420 [  9876] By: jhi                                   on 2001/04/26  23:52:06
23421         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
23422              From: Peter Prymmer <pvhp@forte.com>
23423              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
23424              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
23425      Branch: perl
23426            ! t/lib/selfstubber.t
23427 ____________________________________________________________________________
23428 [  9875] By: jhi                                   on 2001/04/26  23:48:10
23429         Log: Deparse nits.
23430      Branch: perl
23431            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
23432 ____________________________________________________________________________
23433 [  9874] By: jhi                                   on 2001/04/26  22:46:05
23434         Log: Document ANYOF_CLASS.
23435      Branch: perl
23436            ! regcomp.h
23437 ____________________________________________________________________________
23438 [  9873] By: jhi                                   on 2001/04/26  22:35:03
23439         Log: Subject: Re: [PATCH @9846] dumping ANYOF
23440              From: Hugo <hv@crypt.compulink.co.uk>
23441              Date: Thu, 26 Apr 2001 23:33:38 +0100
23442              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
23443      Branch: perl
23444            ! regcomp.c regcomp.h
23445 ____________________________________________________________________________
23446 [  9872] By: jhi                                   on 2001/04/26  22:34:31
23447         Log: Subject: [PATCH] more for Devel::SelfStubber
23448              From: Nicholas Clark <nick@ccl4.org>
23449              Date: Fri, 27 Apr 2001 00:13:52 +0100
23450              Message-ID: <20010427001351.K88186@plum.flirble.org>
23451      Branch: perl
23452            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
23453 ____________________________________________________________________________
23454 [  9871] By: jhi                                   on 2001/04/26  21:59:17
23455         Log: Subject: [PATCH B::Deparse] formats must be flush left
23456              From: Robin Houston <robin@kitsite.com>
23457              Date: Thu, 26 Apr 2001 23:54:29 +0100
23458              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
23459      Branch: perl
23460            ! ext/B/B/Deparse.pm
23461 ____________________________________________________________________________
23462 [  9870] By: jhi                                   on 2001/04/26  21:57:37
23463         Log: If some of the constants are prefixes of others,
23464              the prefixes may never get recognized.  (See 20010426.006.)
23465      Branch: perl
23466            ! utils/h2xs.PL
23467 ____________________________________________________________________________
23468 [  9869] By: jhi                                   on 2001/04/26  21:50:42
23469         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
23470              From: Chris Bongaarts <cab@tc.umn.edu>
23471              Date: Thu, 26 Apr 2001 17:10:31 -0500
23472              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
23473      Branch: perl
23474            ! ext/Sys/Syslog/Syslog.xs
23475 ____________________________________________________________________________
23476 [  9868] By: jhi                                   on 2001/04/26  21:35:12
23477         Log: Further cuts and more docs from Graham Barr.
23478      Branch: perl
23479            ! ext/List/Util/lib/List/Util.pm
23480            ! ext/List/Util/lib/Scalar/Util.pm
23481 ____________________________________________________________________________
23482 [  9867] By: jhi                                   on 2001/04/26  21:18:57
23483         Log: Subject: [PATCH 5.7.1] DB_File-1.77
23484              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
23485              Date: Thu, 26 Apr 2001 22:37:53 +0100
23486              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
23487      Branch: perl
23488            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23489            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
23490 ____________________________________________________________________________
23491 [  9866] By: jhi                                   on 2001/04/26  21:12:31
23492         Log: Subject: [PATCH B::Deparse] fix easy bugs
23493              From: Robin Houston <robin@kitsite.com>
23494              Date: Thu, 26 Apr 2001 23:03:33 +0100
23495              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
23496      Branch: perl
23497            ! ext/B/B/Deparse.pm
23498 ____________________________________________________________________________
23499 [  9865] By: jhi                                   on 2001/04/26  20:26:13
23500         Log: Update Changes.
23501      Branch: perl
23502            ! Changes patchlevel.h
23503 ____________________________________________________________________________
23504 [  9864] By: jhi                                   on 2001/04/26  19:27:48
23505         Log: Dethinko from Robin Houston.
23506      Branch: perl
23507            ! ext/B/B/Deparse.pm
23508 ____________________________________________________________________________
23509 [  9863] By: jhi                                   on 2001/04/26  19:10:35
23510         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
23511              From: Robin Houston <robin@kitsite.com>
23512              Date: Thu, 26 Apr 2001 21:08:32 +0100
23513              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
23514      Branch: perl
23515            ! ext/B/B/Deparse.pm
23516 ____________________________________________________________________________
23517 [  9862] By: jhi                                   on 2001/04/26  19:04:23
23518         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
23519              From: Robin Houston <robin@kitsite.com>
23520              Date: Thu, 26 Apr 2001 20:52:50 +0100
23521              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
23522      Branch: perl
23523            ! ext/B/B/Deparse.pm
23524 ____________________________________________________________________________
23525 [  9861] By: jhi                                   on 2001/04/26  18:56:14
23526         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
23527              From: Mike Guy <mjtg@cam.ac.uk>
23528              Date: Thu, 26 Apr 2001 14:22:40 +0100
23529              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
23530      Branch: perl
23531            ! pod/perlobj.pod
23532 ____________________________________________________________________________
23533 [  9860] By: jhi                                   on 2001/04/26  18:46:42
23534         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
23535              From: Robin Houston <robin@kitsite.com>
23536              Date: Thu, 26 Apr 2001 20:34:29 +0100
23537              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
23538              
23539              Hashes do not interpolate.
23540      Branch: perl
23541            ! ext/B/B/Deparse.pm
23542 ____________________________________________________________________________
23543 [  9859] By: jhi                                   on 2001/04/26  18:43:51
23544         Log: Subject: The Time::Piece conspiracy unmasked!!!
23545              From: Mike Guy <mjtg@cam.ac.uk>
23546              Date: Thu, 26 Apr 2001 19:02:50 +0100
23547              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
23548              
23549              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
23550              From: Mike Guy <mjtg@cam.ac.uk>
23551              Date: Thu, 26 Apr 2001 19:08:21 +0100
23552              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
23553              
23554              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
23555              From: Graham Barr <gbarr@pobox.com>
23556              Date: Thu, 26 Apr 2001 19:12:03 +0100
23557              Message-ID: <20010426191203.A70835@pobox.com>
23558              
23559              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
23560      Branch: perl
23561            ! ext/List/Util/lib/List/Util.pm
23562            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
23563 ____________________________________________________________________________
23564 [  9858] By: jhi                                   on 2001/04/26  18:17:42
23565         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
23566              From: Robin Houston <robin@kitsite.com>
23567              Date: Thu, 26 Apr 2001 16:09:35 +0100
23568              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
23569      Branch: perl
23570            ! t/comp/proto.t
23571 ____________________________________________________________________________
23572 [  9857] By: jhi                                   on 2001/04/26  18:04:59
23573         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
23574              From: barries <barries@slaysys.com>
23575              Date: Thu, 26 Apr 2001 12:01:10 -0400
23576              Message-ID: <20010426120110.E29698@jester.slaysys.com>
23577      Branch: perl
23578            ! pod/perldiag.pod
23579 ____________________________________________________________________________
23580 [  9856] By: jhi                                   on 2001/04/26  18:03:33
23581         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
23582              Date: Thu, 26 Apr 2001 17:13:41 +0100
23583              From: Robin Houston <robin@kitsite.com>
23584              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
23585              
23586              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
23587              From: Robin Houston <robin@kitsite.com>
23588              Date: Thu, 26 Apr 2001 18:44:29 +0100
23589              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
23590      Branch: perl
23591            ! ext/B/B/Deparse.pm
23592 ____________________________________________________________________________
23593 [  9855] By: jhi                                   on 2001/04/26  17:56:04
23594         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
23595              From: Robin Houston <robin@kitsite.com>
23596              Date: Thu, 26 Apr 2001 17:04:08 +0100
23597              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
23598      Branch: perl
23599            ! ext/B/B/Deparse.pm
23600 ____________________________________________________________________________
23601 [  9854] By: jhi                                   on 2001/04/26  17:47:26
23602         Log: Subject: Re: Short test case for undef %stash:: crash
23603              From: Benjamin Sugars <bsugars@canoe.ca> 
23604              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
23605              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
23606              Changed and moved the perldiag entry.
23607      Branch: perl
23608            ! gv.c pod/perldiag.pod
23609 ____________________________________________________________________________
23610 [  9853] By: jhi                                   on 2001/04/26  14:35:16
23611         Log: Beginnings of strptime().  Do not touch the wet paint.
23612      Branch: perl
23613            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
23614 ____________________________________________________________________________
23615 [  9852] By: jhi                                   on 2001/04/26  13:17:21
23616         Log: Retract #9851, core dumps from pod2man.
23617      Branch: perl
23618            ! regcomp.c
23619 ____________________________________________________________________________
23620 [  9851] By: jhi                                   on 2001/04/26  11:54:41
23621         Log: (Retracted by #9852.)
23622              
23623              Subject: [PATCH @9846] dumping ANYOF
23624              From: Hugo <hv@crypt.compulink.co.uk>
23625              Date: Thu, 26 Apr 2001 05:32:38 +0100
23626              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
23627      Branch: perl
23628            ! regcomp.c
23629 ____________________________________________________________________________
23630 [  9850] By: jhi                                   on 2001/04/26  02:34:44
23631         Log: If ccflags was empty the _previous_ $* containing all the
23632              environment variables and Configure variables was used,
23633              which lead, among other bad things, into $ccflags being your
23634              uname -a output, which lead into test compile with cc failing,
23635              which lead into gcc being selected, which didn't work that well
23636              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
23637              with large files, et cetera.
23638      Branch: perl
23639            ! hints/hpux.sh
23640 ____________________________________________________________________________
23641 [  9849] By: jhi                                   on 2001/04/26  01:44:57
23642         Log: Make selfstubber test more portable.
23643      Branch: perl
23644            ! t/lib/selfstubber.t
23645 ____________________________________________________________________________
23646 [  9848] By: jhi                                   on 2001/04/26  00:50:26
23647         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
23648              From: Benjamin Sugars <ben.sugars@home.com>
23649              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
23650              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
23651      Branch: perl
23652            ! ext/Cwd/Cwd.xs
23653 ____________________________________________________________________________
23654 [  9847] By: jhi                                   on 2001/04/26  00:46:58
23655         Log: Subject: [PATCH: perl@9841] VMS updates
23656              From: Peter Prymmer <pvhp@forte.com>
23657              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
23658              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
23659      Branch: perl
23660            ! README.vms configure.com vms/descrip_mms.template
23661            ! vms/ext/filespec.t
23662 ____________________________________________________________________________
23663 [  9846] By: jhi                                   on 2001/04/26  00:11:56
23664         Log: re 'debug' was broken by #9084.
23665      Branch: perl
23666            ! ext/re/re.xs
23667 ____________________________________________________________________________
23668 [  9845] By: jhi                                   on 2001/04/25  22:33:17
23669         Log: Subject: [PATCH] test for Devel::SelfStubber
23670              From: Nicholas Clark <nick@ccl4.org>
23671              Date: Thu, 26 Apr 2001 00:00:54 +0100
23672              Message-ID: <20010426000054.D89026@plum.flirble.org>
23673      Branch: perl
23674            + t/lib/selfstubber.t
23675            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
23676 ____________________________________________________________________________
23677 [  9844] By: jhi                                   on 2001/04/25  22:29:32
23678         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
23679              From: Paul Johnson <paul@pjcj.net>
23680              Date: Thu, 26 Apr 2001 00:46:08 +0200
23681              Message-ID: <20010426004608.H2338@pjcj.net>
23682      Branch: perl
23683            ! ext/B/B/Concise.pm
23684 ____________________________________________________________________________
23685 [  9843] By: jhi                                   on 2001/04/25  22:28:28
23686         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
23687              From: Peter Prymmer <pvhp@forte.com>
23688              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
23689              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
23690      Branch: perl
23691            ! ext/Cwd/Cwd.xs
23692 ____________________________________________________________________________
23693 [  9842] By: jhi                                   on 2001/04/25  20:58:12
23694         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
23695              From: John Peacock <jpeacock@rowman.com>
23696              Date: Wed, 25 Apr 2001 17:30:26 -0400
23697              Message-ID: <3AE741F2.B3217464@rowman.com>
23698      Branch: perl
23699            ! lib/Math/BigInt.pm t/lib/bigintpm.t
23700 ____________________________________________________________________________
23701 [  9841] By: jhi                                   on 2001/04/25  20:07:05
23702         Log: Update Changes.
23703      Branch: perl
23704            ! Changes patchlevel.h
23705 ____________________________________________________________________________
23706 [  9840] By: jhi                                   on 2001/04/25  19:56:51
23707         Log: Yet another HP-UX hints version from Merijn.
23708      Branch: perl
23709            ! hints/hpux.sh
23710 ____________________________________________________________________________
23711 [  9839] By: jhi                                   on 2001/04/25  19:53:04
23712         Log: abs_path() didn't terminate the filename correctly,
23713              in DIRNAMLENless systems like HP-UX this would fail.
23714      Branch: perl
23715            ! ext/Cwd/Cwd.xs
23716 ____________________________________________________________________________
23717 [  9838] By: jhi                                   on 2001/04/25  16:37:26
23718         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
23719              From: Mike Guy <mjtg@cam.ac.uk>
23720              Date: Wed, 25 Apr 2001 18:31:47 +0100
23721              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
23722      Branch: perl
23723            ! op.c
23724 ____________________________________________________________________________
23725 [  9837] By: jhi                                   on 2001/04/25  16:21:53
23726         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
23727              From: Jon Eveland <jweveland@yahoo.com>
23728              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
23729              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
23730      Branch: perl
23731            ! lib/perl5db.pl
23732 ____________________________________________________________________________
23733 [  9836] By: jhi                                   on 2001/04/25  14:17:50
23734         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
23735              From: "Philip Newton" <pnewton@gmx.de>
23736              Date: Wed, 25 Apr 2001 17:05:58 +0200
23737              Message-ID: <3AE703F6.3234.1833C45@localhost>
23738      Branch: perl
23739            ! Porting/patching.pod
23740 ____________________________________________________________________________
23741 [  9835] By: jhi                                   on 2001/04/25  13:58:07
23742         Log: It would seem that both ar and full_ar need to be overridden
23743              for HP-UX to avoid the GNU ar.
23744      Branch: perl
23745            ! hints/hpux.sh
23746 ____________________________________________________________________________
23747 [  9834] By: jhi                                   on 2001/04/25  13:50:40
23748         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
23749              From: "Philip Newton" <pnewton@gmx.de>
23750              Date: Wed, 25 Apr 2001 16:09:23 +0200
23751              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
23752              
23753              Detypo.
23754      Branch: perl
23755            ! t/op/misc.t
23756 ____________________________________________________________________________
23757 [  9833] By: jhi                                   on 2001/04/25  12:36:11
23758         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
23759      Branch: perl
23760            ! hints/hpux.sh
23761 ____________________________________________________________________________
23762 [  9832] By: jhi                                   on 2001/04/25  12:33:36
23763         Log: New version of HP-UX hints from Merijn.
23764      Branch: perl
23765            ! hints/hpux.sh
23766 ____________________________________________________________________________
23767 [  9831] By: jhi                                   on 2001/04/25  03:39:45
23768         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
23769      Branch: perl
23770            ! hints/hpux.sh
23771 ____________________________________________________________________________
23772 [  9830] By: jhi                                   on 2001/04/25  02:53:25
23773         Log: The tzname[] bit is not needed by util.c -- and causes
23774              heartburn in VMS (and it missing was probably the cause of
23775              the Mac OS X trouble).  Ouch.
23776      Branch: perl
23777            ! ext/POSIX/POSIX.xs util.c
23778 ____________________________________________________________________________
23779 [  9829] By: jhi                                   on 2001/04/25  00:10:06
23780         Log: Metaconfig unit change for #9828.
23781      Branch: metaconfig
23782            ! U/compline/ccflags.U
23783 ____________________________________________________________________________
23784 [  9828] By: jhi                                   on 2001/04/25  00:04:18
23785         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
23786              (which is actually the reason for the change, we need to pass
23787              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
23788              EP/IX, OS/2, and TitanOS, based on the hints files.
23789      Branch: perl
23790            ! Configure config_h.SH
23791 ____________________________________________________________________________
23792 [  9827] By: jhi                                   on 2001/04/24  23:49:20
23793         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
23794              the $cat must have an absolute path.
23795      Branch: perl
23796            ! makedepend.SH
23797 ____________________________________________________________________________
23798 [  9826] By: jhi                                   on 2001/04/24  23:40:53
23799         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
23800      Branch: perl
23801            ! README.amiga
23802 ____________________________________________________________________________
23803 [  9825] By: jhi                                   on 2001/04/24  23:35:35
23804         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
23805              From: "Philip Newton" <pnewton@gmx.de>
23806              Date: Tue, 24 Apr 2001 18:52:49 +0200
23807              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
23808      Branch: perl
23809            ! x2p/find2perl.PL
23810 ____________________________________________________________________________
23811 [  9824] By: jhi                                   on 2001/04/24  23:33:07
23812         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
23813              Some gcc specifics dropped out due to extensive rewriting;
23814              will be put back later as needed.
23815      Branch: perl
23816            ! hints/hpux.sh
23817 ____________________________________________________________________________
23818 [  9823] By: jhi                                   on 2001/04/24  23:27:57
23819         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
23820      Branch: perl
23821            ! ext/POSIX/POSIX.xs
23822 ____________________________________________________________________________
23823 [  9822] By: jhi                                   on 2001/04/24  23:25:21
23824         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
23825              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23826              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
23827              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
23828      Branch: perl
23829            ! ext/XS/Typemap/Typemap.xs
23830 ____________________________________________________________________________
23831 [  9821] By: jhi                                   on 2001/04/24  23:24:10
23832         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
23833              From: "Abigail" <abigail@foad.org>
23834              Date: Tue, 24 Apr 2001 23:12:03 +0200
23835              Message-ID: <20010424211203.7901.qmail@foad.org>
23836      Branch: perl
23837            ! pod/perlport.pod
23838 ____________________________________________________________________________
23839 [  9820] By: jhi                                   on 2001/04/24  23:23:15
23840         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
23841              From: Matt Sergeant <matt@sergeant.org>
23842              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
23843              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
23844      Branch: perl
23845            ! pod/perlfaq4.pod
23846 ____________________________________________________________________________
23847 [  9819] By: nick                                  on 2001/04/24  18:49:43
23848         Log: Integrate mainline.
23849      Branch: perlio
23850           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
23851           !> (integrate 37 files)
23852 ____________________________________________________________________________
23853 [  9818] By: jhi                                   on 2001/04/24  14:35:23
23854         Log: Update Changes.
23855      Branch: perl
23856            ! Changes patchlevel.h
23857 ____________________________________________________________________________
23858 [  9817] By: jhi                                   on 2001/04/24  14:09:17
23859         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
23860              From: "Philip Newton" <pnewton@gmx.de>
23861              Date: Tue, 24 Apr 2001 12:58:12 +0200
23862              Message-ID: <3AE57864.8304.B77A0A@localhost> 
23863              
23864              plus add CPAN to the list of modules that have their own tests.
23865      Branch: perl
23866            ! t/lib/1_compile.t
23867 ____________________________________________________________________________
23868 [  9816] By: jhi                                   on 2001/04/24  14:07:03
23869         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
23870              From: Michael G Schwern <schwern@pobox.com>
23871              Date: Sat, 21 Apr 2001 22:35:00 +0100
23872              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
23873      Branch: perl
23874            ! t/lib/1_compile.t
23875 ____________________________________________________________________________
23876 [  9815] By: jhi                                   on 2001/04/24  13:54:32
23877         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
23878              From: Robin Houston <robin@kitsite.com>
23879              Date: Tue, 24 Apr 2001 15:51:18 +0100
23880              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
23881      Branch: perl
23882            ! ext/B/B/Deparse.pm
23883 ____________________________________________________________________________
23884 [  9814] By: jhi                                   on 2001/04/24  13:17:34
23885         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
23886              From: Bill Glicker <billg@burrelles.com>
23887              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
23888              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
23889      Branch: perl
23890            ! hints/svr5.sh
23891 ____________________________________________________________________________
23892 [  9813] By: jhi                                   on 2001/04/24  12:54:23
23893         Log: Prevent path disclosure (probing for existence of filenames)
23894              using suidperl; bug id 20010322.218.
23895      Branch: perl
23896            ! perl.c pod/perldiag.pod
23897 ____________________________________________________________________________
23898 [  9812] By: jhi                                   on 2001/04/24  12:08:36
23899         Log: Retract #9811.
23900      Branch: perl
23901            ! ext/POSIX/POSIX.xs
23902 ____________________________________________________________________________
23903 [  9811] By: jhi                                   on 2001/04/24  11:57:35
23904         Log: (Retracted by #9812.)
23905      Branch: perl
23906            ! ext/POSIX/POSIX.xs
23907 ____________________________________________________________________________
23908 [  9810] By: jhi                                   on 2001/04/24  03:32:35
23909         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
23910      Branch: perl
23911            ! util.c
23912 ____________________________________________________________________________
23913 [  9809] By: jhi                                   on 2001/04/24  03:16:13
23914         Log: The Math::BigFloat::import() was broken.
23915              (Fixes bug id 20010422.002.)
23916      Branch: perl
23917            ! lib/Math/BigFloat.pm
23918 ____________________________________________________________________________
23919 [  9808] By: jhi                                   on 2001/04/24  01:11:40
23920         Log: Additional dependencies; should help for parallel makes
23921              not to fail on missing lib/lib.pm or lib/re.pm.
23922      Branch: perl
23923            ! Makefile.SH
23924 ____________________________________________________________________________
23925 [  9807] By: jhi                                   on 2001/04/24  00:57:01
23926         Log: Update the test failure disclaimer.
23927      Branch: perl
23928            ! t/pragma/warn/pp_hot
23929 ____________________________________________________________________________
23930 [  9806] By: jhi                                   on 2001/04/24  00:54:04
23931         Log: Add make target "install-all" which is alias for "install"
23932              to cater for case-preserving filesystems like HFS+.
23933      Branch: perl
23934            ! INSTALL Makefile.SH
23935 ____________________________________________________________________________
23936 [  9805] By: jhi                                   on 2001/04/24  00:47:28
23937         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
23938              From: Peter Prymmer <pvhp@forte.com>
23939              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
23940              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
23941              
23942              (Ken William's message forwarded from macosx@perl.org)
23943      Branch: perl
23944            ! hints/darwin.sh
23945 ____________________________________________________________________________
23946 [  9804] By: jhi                                   on 2001/04/23  23:57:35
23947         Log: Cut-and-pasto.
23948      Branch: perl
23949            ! perlio.c
23950 ____________________________________________________________________________
23951 [  9803] By: jhi                                   on 2001/04/23  23:52:25
23952         Log: More PerlIO robustness.
23953      Branch: perl
23954            ! perlio.c
23955 ____________________________________________________________________________
23956 [  9802] By: jhi                                   on 2001/04/23  23:43:35
23957         Log: Make the "STD* opened only for ..." errors more consistent.
23958      Branch: perl
23959            ! doio.c
23960 ____________________________________________________________________________
23961 [  9801] By: jhi                                   on 2001/04/23  23:34:26
23962         Log: Test case for #9800.
23963      Branch: perl
23964            ! t/op/misc.t
23965 ____________________________________________________________________________
23966 [  9800] By: jhi                                   on 2001/04/23  23:14:43
23967         Log: Avoid coredump on 'close STDERR; die' by making
23968              the PerlIO calls more robust.  Also use SETERRNO()
23969              instead of errno = to be more VMS-ready.
23970      Branch: perl
23971            ! perlio.c
23972 ____________________________________________________________________________
23973 [  9799] By: jhi                                   on 2001/04/23  21:41:10
23974         Log: Subject: test for ID 20010423.002
23975              From: Robin Houston <robin@kitsite.com>
23976              Date: Mon, 23 Apr 2001 16:52:21 +0100
23977              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
23978      Branch: perl
23979            ! t/op/avhv.t
23980 ____________________________________________________________________________
23981 [  9798] By: jhi                                   on 2001/04/23  21:40:07
23982         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
23983              From: David Dyck <dcd@tc.fluke.com>
23984              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
23985              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
23986      Branch: perl
23987            ! installperl
23988 ____________________________________________________________________________
23989 [  9797] By: jhi                                   on 2001/04/23  21:37:56
23990         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
23991              From: Benjamin Sugars <bsugars@canoe.ca>
23992              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
23993              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
23994      Branch: perl
23995            ! ext/Cwd/Cwd.xs lib/Cwd.pm
23996 ____________________________________________________________________________
23997 [  9796] By: jhi                                   on 2001/04/23  21:29:24
23998         Log: Synchronize h2xs and pod2man some more on the documentation
23999              templates they propose.
24000      Branch: perl
24001            ! pod/pod2man.PL utils/h2xs.PL
24002 ____________________________________________________________________________
24003 [  9795] By: jhi                                   on 2001/04/23  17:30:40
24004         Log: Add one more naughty test for base64; make encoding logic cleaner.
24005      Branch: perl
24006            ! t/lib/mimeb64.t
24007 ____________________________________________________________________________
24008 [  9794] By: jhi                                   on 2001/04/23  13:51:32
24009         Log: Update Changes.
24010      Branch: perl
24011            ! Changes patchlevel.h
24012 ____________________________________________________________________________
24013 [  9793] By: jhi                                   on 2001/04/23  13:44:18
24014         Log: Duplicate lines.
24015      Branch: perl
24016            ! MANIFEST
24017 ____________________________________________________________________________
24018 [  9792] By: jhi                                   on 2001/04/23  13:39:13
24019         Log: Subject: Re: PATCH 5.7.1
24020              From: Mark-Jason Dominus <mjd@plover.com>
24021              Date: Mon, 23 Apr 2001 10:30:21 -0400
24022              Message-ID: <20010423143021.17335.qmail@plover.com>
24023      Branch: perl
24024            ! perl.h sv.c
24025 ____________________________________________________________________________
24026 [  9791] By: jhi                                   on 2001/04/23  13:32:40
24027         Log: Add the CPAN.pm 1.59_54 tests.
24028      Branch: perl
24029            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
24030            ! MANIFEST
24031 ____________________________________________________________________________
24032 [  9790] By: jhi                                   on 2001/04/23  13:21:55
24033         Log: Subject: Deparse nit
24034              From: Robin Houston <robin@kitsite.com>
24035              Date: Mon, 23 Apr 2001 12:38:20 +0100
24036              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
24037      Branch: perl
24038            ! ext/B/B/Deparse.pm
24039 ____________________________________________________________________________
24040 [  9789] By: jhi                                   on 2001/04/23  13:19:07
24041         Log: Subject: [PATCH] bug 20010423.002
24042              From: Robin Houston <robin@kitsite.com>
24043              Date: Mon, 23 Apr 2001 13:12:30 +0100
24044              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
24045      Branch: perl
24046            ! pp.c
24047 ____________________________________________________________________________
24048 [  9788] By: jhi                                   on 2001/04/23  13:02:49
24049         Log: Subject: PATCH [5.7.1] hv.c unused #define
24050              From: Mark-Jason Dominus <mjd@plover.com>
24051              Date: Sun, 22 Apr 2001 14:17:49 -0400
24052              Message-ID: <20010422181749.26976.qmail@plover.com>
24053      Branch: perl
24054            ! hv.c
24055 ____________________________________________________________________________
24056 [  9787] By: jhi                                   on 2001/04/23  13:02:02
24057         Log: Subject: PATCH 5.7.1
24058              From: Mark-Jason Dominus <mjd@plover.com>
24059              Date: Sun, 22 Apr 2001 15:12:57 -0400
24060              Message-ID: <20010422191258.6539.qmail@plover.com>
24061              
24062              plus Sarathy's STMT_START + STMT_END suggestion.
24063      Branch: perl
24064            ! perl.h
24065 ____________________________________________________________________________
24066 [  9786] By: jhi                                   on 2001/04/23  12:53:25
24067         Log: Fix for
24068              
24069              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
24070              From: dLux <dlux@spam.sch.bme.hu>
24071              Date: Mon, 23 Apr 2001 01:25:26 +0200
24072              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
24073              
24074              (SvGROW really does return a char *.)
24075      Branch: perl
24076            ! pod/perlapi.pod sv.h
24077 ____________________________________________________________________________
24078 [  9785] By: jhi                                   on 2001/04/23  04:34:04
24079         Log: Time::Piece work continues.  $t->day removed since
24080              I think it's too confusing.  Now has normal and
24081              abbreviated length weekday names and month names,
24082              the names change with _names(), not _list().
24083              Now has strftime() in Perl, _strftime() is
24084              the libc version (to which strftime() falls back
24085              if it doesn't know the format.  To do: the reverse
24086              of strftime, strptime(), and the localisation of both.
24087      Branch: perl
24088            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
24089            ! t/lib/time-piece.t
24090 ____________________________________________________________________________
24091 [  9784] By: jhi                                   on 2001/04/23  02:41:46
24092         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
24093              From: andreas.koenig@anima.de (Andreas J. Koenig)
24094              Date: 23 Apr 2001 05:20:55 +0200
24095              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
24096      Branch: perl
24097            ! t/pragma/overload.t
24098 ____________________________________________________________________________
24099 [  9783] By: jhi                                   on 2001/04/22  23:32:42
24100         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
24101              From: Robin Houston <robin@kitsite.com>
24102              Date: Mon, 23 Apr 2001 00:38:18 +0100
24103              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
24104      Branch: perl
24105            ! ext/B/B/Deparse.pm
24106 ____________________________________________________________________________
24107 [  9782] By: jhi                                   on 2001/04/22  20:55:43
24108         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
24109              From: Simon Cozens <simon@netthink.co.uk>
24110              Date: Sun, 22 Apr 2001 18:47:25 +0100
24111              Message-ID: <20010422184725.A14411@netthink.co.uk>
24112      Branch: perl
24113            ! sv.c t/pragma/overload.t
24114 ____________________________________________________________________________
24115 [  9781] By: jhi                                   on 2001/04/22  20:52:13
24116         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
24117              From: Robin Houston <robin@kitsite.com>
24118              Date: Sun, 22 Apr 2001 22:14:50 +0100
24119              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
24120      Branch: perl
24121            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
24122 ____________________________________________________________________________
24123 [  9780] By: nick                                  on 2001/04/22  20:40:31
24124         Log: Integrate mainline.
24125      Branch: perlio
24126           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
24127           +> t/lib/b-stash.t
24128           !> (integrate 38 files)
24129 ____________________________________________________________________________
24130 [  9779] By: jhi                                   on 2001/04/22  15:16:03
24131         Log: Subject: IO::Socket::INET patch
24132              From: andrew deryabin <djsf@technarchy.ru>
24133              Date: Sat, 21 Apr 2001 17:46:52 +0400
24134              Message-ID: <20010421174652.B1426@technarchy>
24135      Branch: perl
24136            ! ext/IO/lib/IO/Socket/INET.pm
24137 ____________________________________________________________________________
24138 [  9778] By: jhi                                   on 2001/04/22  15:14:33
24139         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
24140              From: Mark-Jason Dominus <mjd@plover.com>
24141              Date: Sat, 21 Apr 2001 21:27:49 -0400
24142              Message-ID: <20010422012749.27024.qmail@plover.com>
24143      Branch: perl
24144            ! regcomp.c
24145 ____________________________________________________________________________
24146 [  9777] By: jhi                                   on 2001/04/22  15:10:51
24147         Log: Subject: Re: Regex debugger patch 
24148              From: Mark-Jason Dominus <mjd@plover.com>
24149              Date: Sat, 21 Apr 2001 21:48:51 -0400
24150              Message-ID: <20010422014851.27165.qmail@plover.com>
24151      Branch: perl
24152            ! pod/perldebguts.pod
24153 ____________________________________________________________________________
24154 [  9776] By: jhi                                   on 2001/04/22  15:09:48
24155         Log: Subject: Re: Regex debugger patch
24156              From: Mark-Jason Dominus <mjd@plover.com>
24157              Date: Sat, 21 Apr 2001 14:24:39 -0400
24158              Message-ID: <20010421182439.16508.qmail@plover.com>
24159              
24160              Regex debugger backend.
24161      Branch: perl
24162            ! regcomp.c regexp.h
24163 ____________________________________________________________________________
24164 [  9775] By: jhi                                   on 2001/04/21  16:45:40
24165         Log: Subject: [PATCH] Typo in utf8.h
24166              From: Jesús Quiroga <jquiroga@pobox.com>
24167              Date: Sat, 21 Apr 2001 19:25:33 +0200
24168              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
24169      Branch: perl
24170            ! utf8.h
24171 ____________________________________________________________________________
24172 [  9774] By: jhi                                   on 2001/04/21  16:43:52
24173         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
24174              From: Joe Orton <jorton@redhat.com>
24175              Date: Tue, 17 Apr 2001 15:50:43 +0100
24176              Message-Id: <20010417155043.D19132@eu.c2.net>
24177      Branch: perl
24178            ! hints/svr5.sh
24179 ____________________________________________________________________________
24180 [  9773] By: jhi                                   on 2001/04/21  15:30:15
24181         Log: Subject: Patch utils/h2xs.PL
24182              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24183              Date: Sat, 21 Apr 2001 10:32:16 -0500
24184              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
24185              
24186              Add MAILING list and LICENSE templates.
24187      Branch: perl
24188            ! utils/h2xs.PL
24189 ____________________________________________________________________________
24190 [  9772] By: jhi                                   on 2001/04/21  15:28:36
24191         Log: Subject: perlfaq2.patch for 5.7.1
24192              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24193              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
24194              Date: Fri, 20 Apr 2001 16:42:19 -0500
24195              
24196              rm an extra tab, a blurb about the xx.cpan to clarify
24197              which countries actually have that and dejanews is history
24198              as well as most of that nonsensical entry.
24199      Branch: perl
24200            ! pod/perlfaq2.pod
24201 ____________________________________________________________________________
24202 [  9771] By: jhi                                   on 2001/04/21  15:27:17
24203         Log: Subject: perlfaq1.patch for 5.7.1
24204              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24205              Date: Fri, 20 Apr 2001 16:57:36 -0500
24206              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
24207              
24208              Evil URLs must die. Especially when they are broken.
24209      Branch: perl
24210            ! pod/perlfaq1.pod
24211 ____________________________________________________________________________
24212 [  9770] By: jhi                                   on 2001/04/21  15:23:38
24213         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
24214              From: Michael G Schwern <schwern@pobox.com>
24215              Date: Sat, 21 Apr 2001 16:11:12 +0100
24216              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
24217      Branch: perl
24218            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
24219            + t/lib/b-stash.t
24220            ! MANIFEST ext/B/B.pm t/lib/b.t
24221 ____________________________________________________________________________
24222 [  9769] By: jhi                                   on 2001/04/21  15:03:32
24223         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
24224              From: Michael G Schwern <schwern@pobox.com>
24225              Date: Sat, 21 Apr 2001 09:48:00 +0100
24226              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
24227      Branch: perl
24228            ! utils/h2ph.PL
24229 ____________________________________________________________________________
24230 [  9768] By: jhi                                   on 2001/04/21  14:33:49
24231         Log: PerlIO and Encode doc cleanup and tweaks.
24232      Branch: perl
24233            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
24234            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
24235 ____________________________________________________________________________
24236 [  9767] By: jhi                                   on 2001/04/21  12:40:16
24237         Log: Integrate perlio.
24238      Branch: perl
24239           !> doio.c
24240 ____________________________________________________________________________
24241 [  9766] By: nick                                  on 2001/04/20  18:28:35
24242         Log: Avoid core dump on
24243              open(STDOUT,">",\$foo);
24244      Branch: perlio
24245            ! doio.c
24246 ____________________________________________________________________________
24247 [  9765] By: jhi                                   on 2001/04/20  13:23:43
24248         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
24249              From: Robin Houston <robin@kitsite.com>
24250              Date: Fri, 20 Apr 2001 14:29:22 +0100
24251              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
24252      Branch: perl
24253            ! ext/B/B.pm ext/B/B/Deparse.pm
24254 ____________________________________________________________________________
24255 [  9764] By: jhi                                   on 2001/04/20  13:19:33
24256         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
24257              From: Peter Prymmer <pvhp@forte.com>
24258              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
24259              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
24260      Branch: perl
24261            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
24262            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
24263            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
24264            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
24265 ____________________________________________________________________________
24266 [  9763] By: jhi                                   on 2001/04/20  12:36:39
24267         Log: Subject: Re: A new PerlIO coredump
24268              From: Nick Ing-Simmons <nik@tiuk.ti.com>
24269              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
24270              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
24271      Branch: perl
24272            ! doio.c
24273 ____________________________________________________________________________
24274 [  9762] By: jhi                                   on 2001/04/19  23:02:30
24275         Log: Update Changes.
24276      Branch: perl
24277            ! Changes patchlevel.h
24278 ____________________________________________________________________________
24279 [  9761] By: jhi                                   on 2001/04/19  22:59:19
24280         Log: More cleanup cleanup.
24281      Branch: perl
24282            ! Makefile.SH win32/Makefile win32/makefile.mk
24283 ____________________________________________________________________________
24284 [  9760] By: jhi                                   on 2001/04/19  22:50:31
24285         Log: lib/Time is non-empty, let's not rmdir it.
24286      Branch: perl
24287            ! Makefile.SH
24288 ____________________________________________________________________________
24289 [  9759] By: jhi                                   on 2001/04/19  22:36:51
24290         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
24291              From: Robin Houston <robin@kitsite.com>
24292              Date: Fri, 20 Apr 2001 00:18:53 +0100
24293              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
24294      Branch: perl
24295            ! ext/B/B/Deparse.pm
24296 ____________________________________________________________________________
24297 [  9758] By: jhi                                   on 2001/04/19  22:36:00
24298         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
24299              From: Peter Prymmer <pvhp@forte.com>
24300              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
24301              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
24302      Branch: perl
24303            ! ext/Cwd/Cwd.xs
24304 ____________________________________________________________________________
24305 [  9757] By: nick                                  on 2001/04/19  18:53:54
24306         Log: Blind (untested) integrate of mainline.
24307      Branch: perlio
24308           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
24309           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
24310           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
24311           !> (integrate 53 files)
24312 ____________________________________________________________________________
24313 [  9756] By: jhi                                   on 2001/04/19  16:59:23
24314         Log: Document and test Time::Piece.
24315      Branch: perl
24316            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
24317            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
24318 ____________________________________________________________________________
24319 [  9755] By: jhi                                   on 2001/04/19  12:13:29
24320         Log: A better fix for the \x{12345678} trouble from NI-S.
24321      Branch: perl
24322            ! utf8.c
24323 ____________________________________________________________________________
24324 [  9754] By: jhi                                   on 2001/04/19  11:56:07
24325         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
24326              From: Robin Houston <robin@kitsite.com>
24327              Date: Wed, 18 Apr 2001 17:58:33 +0100
24328              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
24329      Branch: perl
24330            ! ext/B/B/Deparse.pm op.c
24331 ____________________________________________________________________________
24332 [  9753] By: jhi                                   on 2001/04/19  04:21:52
24333         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
24334              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
24335              Date: Thu, 19 Apr 2001 01:11:41 -0400
24336              Message-ID: <20010419011141.A5798@cpan.org>
24337      Branch: perl
24338            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
24339 ____________________________________________________________________________
24340 [  9752] By: jhi                                   on 2001/04/19  02:41:10
24341         Log: The new time utils need to be thread-aware, too.
24342      Branch: perl
24343            ! util.c
24344 ____________________________________________________________________________
24345 [  9751] By: jhi                                   on 2001/04/19  02:26:47
24346         Log: Compilation nit noticed by AIX compiler.
24347      Branch: perl
24348            ! perlio.c
24349 ____________________________________________________________________________
24350 [  9750] By: jhi                                   on 2001/04/19  02:20:06
24351         Log: The new time utils need to be public.
24352      Branch: perl
24353            ! embed.pl
24354 ____________________________________________________________________________
24355 [  9749] By: jhi                                   on 2001/04/19  01:42:39
24356         Log: Regen toc.
24357      Branch: perl
24358            ! pod/perltoc.pod
24359 ____________________________________________________________________________
24360 [  9748] By: jhi                                   on 2001/04/19  01:41:10
24361         Log: Add Time::Piece, a slight rewrite of Time::Object,
24362              from Matt Sergeant.
24363      Branch: perl
24364            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
24365            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
24366            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
24367            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
24368            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
24369            ! win32/makefile.mk
24370 ____________________________________________________________________________
24371 [  9747] By: jhi                                   on 2001/04/19  00:55:35
24372         Log: The new metaconfig unit from strftime.
24373      Branch: metaconfig/U/perl
24374            + d_strftime.U
24375 ____________________________________________________________________________
24376 [  9746] By: jhi                                   on 2001/04/19  00:54:54
24377         Log: Move the strftime() wrapper from POSIX.xs to util.c
24378              as my_strftime(), requires HAS_STRFTIME.
24379      Branch: perl
24380            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24381            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
24382            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
24383            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24384            ! vos/config.ga.h win32/config.bc win32/config.gc
24385            ! win32/config.vc
24386 ____________________________________________________________________________
24387 [  9745] By: jhi                                   on 2001/04/18  23:11:03
24388         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
24389              in preparation of Time::Piece.
24390      Branch: perl
24391            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
24392 ____________________________________________________________________________
24393 [  9744] By: jhi                                   on 2001/04/18  22:33:12
24394         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
24395              From: Peter Prymmer <pvhp@forte.com>
24396              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
24397              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
24398      Branch: perl
24399            ! t/lib/exporter.t
24400 ____________________________________________________________________________
24401 [  9743] By: jhi                                   on 2001/04/18  22:32:23
24402         Log: Subject: Fwd: pod2html leaves cache files lying around?
24403              From: Rajesh Vaidheeswarran <rv@gnu.org>
24404              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
24405              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
24406      Branch: perl
24407            ! lib/Pod/Html.pm
24408 ____________________________________________________________________________
24409 [  9742] By: jhi                                   on 2001/04/18  20:31:49
24410         Log: Update Changes.
24411      Branch: perl
24412            ! Changes patchlevel.h
24413 ____________________________________________________________________________
24414 [  9741] By: jhi                                   on 2001/04/18  20:23:02
24415         Log: Declare hints only if needed.
24416      Branch: perl
24417            ! ext/B/B/Deparse.pm
24418 ____________________________________________________________________________
24419 [  9740] By: jhi                                   on 2001/04/18  19:06:05
24420         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
24421              bug noticed by Robin Houston; basically the code of detecting
24422              value wraparound was acting differently under different compilers
24423              and platforms.  The workaround is to remove the overflow check
24424              for now, a real fix would be to do the overflow (portably) right.
24425      Branch: perl
24426            ! t/op/pat.t utf8.c
24427 ____________________________________________________________________________
24428 [  9739] By: jhi                                   on 2001/04/18  19:01:23
24429         Log: Subject: [PATCH B::Deparse] some pragma support
24430              From: Robin Houston <robin@kitsite.com>
24431              Date: Wed, 18 Apr 2001 19:32:12 +0100
24432              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
24433      Branch: perl
24434            ! ext/B/B/Deparse.pm
24435 ____________________________________________________________________________
24436 [  9738] By: jhi                                   on 2001/04/18  15:16:37
24437         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
24438              From: Benjamin Sugars <bsugars@canoe.ca>
24439              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
24440              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
24441      Branch: perl
24442            ! t/op/glob.t
24443 ____________________________________________________________________________
24444 [  9737] By: jhi                                   on 2001/04/18  13:24:50
24445         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
24446              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24447              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
24448              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
24449      Branch: perl
24450            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
24451            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
24452 ____________________________________________________________________________
24453 [  9736] By: jhi                                   on 2001/04/18  04:15:14
24454         Log: The #9735 also changes the subtest 12.
24455      Branch: perl
24456            ! t/lib/b.t
24457 ____________________________________________________________________________
24458 [  9735] By: jhi                                   on 2001/04/18  03:55:17
24459         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
24460              From: David Dyck <dcd@tc.fluke.com>
24461              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
24462              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
24463      Branch: perl
24464            ! ext/B/B/Deparse.pm
24465 ____________________________________________________________________________
24466 [  9734] By: jhi                                   on 2001/04/18  03:54:11
24467         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
24468              From: Gisle Aas <gisle@ActiveState.com>
24469              Date: 17 Apr 2001 19:06:45 -0700
24470              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
24471      Branch: perl
24472            ! pp_hot.c t/op/misc.t
24473 ____________________________________________________________________________
24474 [  9733] By: jhi                                   on 2001/04/17  22:25:22
24475         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
24476              From: "Abigail" <abigail@foad.org>
24477              Date: Wed, 18 Apr 2001 01:17:46 +0200
24478              Message-ID: <20010417231746.21657.qmail@foad.org>
24479      Branch: perl
24480            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
24481 ____________________________________________________________________________
24482 [  9732] By: jhi                                   on 2001/04/17  20:47:56
24483         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
24484              From: Robin Houston <robin@kitsite.com>
24485              Date: Tue, 17 Apr 2001 22:37:42 +0100
24486              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
24487      Branch: perl
24488            ! ext/B/B/Deparse.pm
24489 ____________________________________________________________________________
24490 [  9731] By: nick                                  on 2001/04/17  20:46:35
24491         Log: Re-sync for t/lib/b.t fix
24492      Branch: perlio
24493           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
24494 ____________________________________________________________________________
24495 [  9730] By: jhi                                   on 2001/04/17  20:45:29
24496         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
24497              From: Robin Houston <robin@kitsite.com>
24498              Date: Tue, 17 Apr 2001 22:29:36 +0100
24499              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
24500      Branch: perl
24501            ! ext/B/B.xs ext/B/B/Deparse.pm
24502 ____________________________________________________________________________
24503 [  9729] By: jhi                                   on 2001/04/17  20:43:11
24504         Log: Subject: Deparse - parenthesise args to undeclared subs
24505              From: Robin Houston <robin@kitsite.com>
24506              Date: Tue, 17 Apr 2001 21:31:05 +0100
24507              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
24508      Branch: perl
24509            ! ext/B/B/Deparse.pm
24510 ____________________________________________________________________________
24511 [  9728] By: jhi                                   on 2001/04/17  18:57:30
24512         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
24513              From: Benjamin Sugars <ben.sugars@home.com>
24514              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
24515              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
24516      Branch: perl
24517            ! t/lib/cwd.t
24518 ____________________________________________________________________________
24519 [  9727] By: jhi                                   on 2001/04/17  18:20:20
24520         Log: Subject: [PATCH B::Deparse] ambient pragmas
24521              From: Robin Houston <robin@kitsite.com>
24522              Date: Tue, 17 Apr 2001 20:01:59 +0100
24523              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
24524      Branch: perl
24525            ! ext/B/B/Deparse.pm t/lib/b.t
24526 ____________________________________________________________________________
24527 [  9726] By: nick                                  on 2001/04/17  16:33:51
24528         Log: Integrate mainline (t/lib/b.t fails test 2...)
24529      Branch: perlio
24530           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
24531           +> ext/List/Util/README ext/List/Util/Util.xs
24532           +> ext/List/Util/lib/List/Util.pm
24533           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
24534           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
24535           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
24536           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
24537           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
24538           !> (integrate 31 files)
24539 ____________________________________________________________________________
24540 [  9725] By: jhi                                   on 2001/04/17  12:14:24
24541         Log: Subject: multiple B::* changes
24542              From: Robin Houston <robin@kitsite.com>
24543              Date: Thu, 12 Apr 2001 20:12:27 +0100
24544              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
24545      Branch: perl
24546            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
24547 ____________________________________________________________________________
24548 [  9724] By: jhi                                   on 2001/04/17  11:59:05
24549         Log: Thread-awareness from Doug MacEachern.
24550      Branch: perl
24551            ! ext/List/Util/Util.xs
24552 ____________________________________________________________________________
24553 [  9723] By: jhi                                   on 2001/04/17  11:57:41
24554         Log: Make the test more portable.
24555      Branch: perl
24556            ! t/lib/cwd.t
24557 ____________________________________________________________________________
24558 [  9722] By: jhi                                   on 2001/04/17  11:53:50
24559         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
24560              From: Benjamin Sugars <ben.sugars@home.com>
24561              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
24562              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
24563      Branch: perl
24564            ! t/lib/cwd.t
24565 ____________________________________________________________________________
24566 [  9721] By: jhi                                   on 2001/04/17  11:52:17
24567         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
24568              From: Benjamin Sugars <bsugars@canoe.ca>
24569              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
24570              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
24571      Branch: perl
24572            ! op.c
24573 ____________________________________________________________________________
24574 [  9720] By: jhi                                   on 2001/04/17  11:35:42
24575         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
24576              From: Chris Nandor <pudge@pobox.com>
24577              Date: Tue, 17 Apr 2001 00:30:49 -0400
24578              Message-Id: <p05100207b701768712de@[10.0.1.177]>
24579      Branch: perl
24580            ! ext/File/Glob/bsd_glob.c gv.c
24581 ____________________________________________________________________________
24582 [  9719] By: jhi                                   on 2001/04/17  11:32:13
24583         Log: Subject: [PATCH] Tweten->West
24584              From: Casey West <casey@geeknest.com>
24585              Date: Mon, 16 Apr 2001 12:11:22 -0400
24586              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
24587      Branch: perl
24588            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
24589            ! pod/perltie.pod
24590 ____________________________________________________________________________
24591 [  9718] By: jhi                                   on 2001/04/16  03:22:52
24592         Log: Update Changes.
24593      Branch: perl
24594            ! Changes patchlevel.h
24595 ____________________________________________________________________________
24596 [  9717] By: jhi                                   on 2001/04/16  03:06:28
24597         Log: Regen toc.
24598      Branch: perl
24599            ! pod/perltoc.pod
24600 ____________________________________________________________________________
24601 [  9716] By: jhi                                   on 2001/04/16  02:58:42
24602         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
24603              From: Prymmer/Kahn <pvhp@best.com>
24604              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
24605              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
24606      Branch: perl
24607            ! utf8.c
24608 ____________________________________________________________________________
24609 [  9715] By: jhi                                   on 2001/04/15  23:40:35
24610         Log: Subject: Re: Net::Ping patch, adds stream protocol
24611              From: bronson@rinspin.com (Scott Bronson)
24612              Date: Tue, 10 Apr 2001 23:58:33 -0700
24613              Message-ID: <20010410235833.N29719@rinspin.com>
24614      Branch: perl
24615            ! lib/Net/Ping.pm
24616 ____________________________________________________________________________
24617 [  9714] By: jhi                                   on 2001/04/15  23:31:46
24618         Log: Printing out the ok messages helps successful testing.
24619      Branch: perl
24620            ! t/lib/time-hires.t
24621 ____________________________________________________________________________
24622 [  9713] By: jhi                                   on 2001/04/15  21:43:24
24623         Log: Update Douglas Wegscheid's email.
24624      Branch: perl
24625            ! AUTHORS
24626 ____________________________________________________________________________
24627 [  9712] By: jhi                                   on 2001/04/15  21:40:41
24628         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
24629              From: Michael G Schwern <schwern@pobox.com>
24630              Date: Sat, 14 Apr 2001 22:40:50 +0100
24631              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
24632      Branch: perl
24633            + t/lib/exporter.t
24634            ! MANIFEST lib/Exporter/Heavy.pm
24635 ____________________________________________________________________________
24636 [  9711] By: jhi                                   on 2001/04/15  21:39:21
24637         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
24638              From: Michael G Schwern <schwern@pobox.com>
24639              Date: Sat, 14 Apr 2001 22:13:59 +0100
24640              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
24641      Branch: perl
24642            ! t/op/loopctl.t
24643 ____________________________________________________________________________
24644 [  9710] By: jhi                                   on 2001/04/15  21:30:19
24645         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
24646              From: Michael G Schwern <schwern@pobox.com>
24647              Date: Sat, 14 Apr 2001 22:05:32 +0100
24648              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
24649      Branch: perl
24650            ! t/pragma/warnings.t
24651 ____________________________________________________________________________
24652 [  9709] By: jhi                                   on 2001/04/15  19:34:09
24653         Log: Integrate changes #9706,9707 from maintperl into mainline.
24654              
24655              change#7210 broke .packlist generation
24656              
24657              ExtUtils::Installed doesn't quote regex metacharacters in paths
24658              before using them in match; also make it work for dosish platforms
24659      Branch: perl
24660           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
24661 ____________________________________________________________________________
24662 [  9708] By: jhi                                   on 2001/04/15  19:31:01
24663         Log: Test also the scalar aspect of getitimer().
24664      Branch: perl
24665            ! t/lib/time-hires.t
24666 ____________________________________________________________________________
24667 [  9707] By: gsar                                  on 2001/04/15  17:24:20
24668         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
24669              before using them in match; also make it work for dosish platforms
24670      Branch: maint-5.6/perl
24671            ! lib/ExtUtils/Installed.pm
24672 ____________________________________________________________________________
24673 [  9706] By: gsar                                  on 2001/04/15  17:21:59
24674         Log: change#7210 broke .packlist generation (listed only filename
24675              rather than fully qualified path name)
24676      Branch: maint-5.6/perl
24677            ! lib/ExtUtils/Install.pm
24678 ____________________________________________________________________________
24679 [  9705] By: jhi                                   on 2001/04/15  12:36:33
24680         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
24681      Branch: perl
24682            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
24683            ! t/lib/time-hires.t
24684 ____________________________________________________________________________
24685 [  9704] By: jhi                                   on 2001/04/15  10:49:08
24686         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
24687              From: Prymmer/Kahn <pvhp@best.com>
24688              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
24689              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
24690      Branch: perl
24691            ! lib/utf8.pm pod/perlebcdic.pod
24692 ____________________________________________________________________________
24693 [  9703] By: jhi                                   on 2001/04/15  02:26:26
24694         Log: I keep forgetting to sort MANIFEST.
24695      Branch: perl
24696            ! MANIFEST
24697 ____________________________________________________________________________
24698 [  9702] By: jhi                                   on 2001/04/15  02:07:47
24699         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
24700              Now we have blessed, reftype, tainted, first, reduce, ...
24701      Branch: perl
24702            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
24703            + ext/List/Util/README ext/List/Util/Util.xs
24704            + ext/List/Util/lib/List/Util.pm
24705            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
24706            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
24707            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
24708            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
24709            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
24710            ! MANIFEST
24711 ____________________________________________________________________________
24712 [  9701] By: jhi                                   on 2001/04/14  15:05:25
24713         Log: Subject: RE: dprofpp.pl updates 
24714              From: Carl Eklof <CEklof@endeca.com>
24715              Date: Thu, 12 Apr 2001 18:45:46 -0400
24716              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
24717      Branch: perl
24718            ! utils/dprofpp.PL
24719 ____________________________________________________________________________
24720 [  9700] By: jhi                                   on 2001/04/14  14:44:55
24721         Log: Do not just blindly add CR.
24722      Branch: perl
24723            ! Porting/makerel
24724 ____________________________________________________________________________
24725 [  9699] By: jhi                                   on 2001/04/13  13:17:01
24726         Log: Update Changes.
24727      Branch: perl
24728            ! Changes patchlevel.h
24729 ____________________________________________________________________________
24730 [  9698] By: jhi                                   on 2001/04/13  12:44:48
24731         Log: Integrate perlio.
24732      Branch: perl
24733           !> ext/PerlIO/Scalar/Scalar.xs
24734 ____________________________________________________________________________
24735 [  9697] By: jhi                                   on 2001/04/13  12:29:15
24736         Log: Add more debug output to the test.
24737      Branch: perl
24738            ! t/lib/cwd.t
24739 ____________________________________________________________________________
24740 [  9696] By: nick                                  on 2001/04/13  10:14:29
24741         Log: Fix core dump on binmode($fh,'Scalar')
24742      Branch: perlio
24743            ! ext/PerlIO/Scalar/Scalar.xs
24744 ____________________________________________________________________________
24745 [  9695] By: nick                                  on 2001/04/13  09:05:42
24746         Log: Integrate mainline
24747      Branch: perlio
24748           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24749           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
24750           +> t/lib/time-hires.t
24751           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
24752           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
24753           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
24754           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
24755           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
24756           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
24757           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
24758 ____________________________________________________________________________
24759 [  9694] By: jhi                                   on 2001/04/12  22:23:35
24760         Log: Integrate change #9693 from maintperl into mainline.
24761              
24762              $VERSION and Version() on the same line provokes a warning from
24763              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
24764      Branch: perl
24765           !> lib/Devel/SelfStubber.pm
24766 ____________________________________________________________________________
24767 [  9693] By: gsar                                  on 2001/04/12  21:55:56
24768         Log: $VERSION and Version() on the same line provokes a warning from
24769              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
24770      Branch: maint-5.6/perl
24771            ! lib/Devel/SelfStubber.pm
24772 ____________________________________________________________________________
24773 [  9692] By: jhi                                   on 2001/04/12  13:54:00
24774         Log: This is at least 5.005.
24775      Branch: perl
24776            ! ext/Time/HiRes/HiRes.xs
24777 ____________________________________________________________________________
24778 [  9691] By: jhi                                   on 2001/04/12  13:37:20
24779         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
24780      Branch: perl
24781            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
24782            ! win32/Makefile win32/makefile.mk
24783 ____________________________________________________________________________
24784 [  9690] By: jhi                                   on 2001/04/12  01:34:46
24785         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
24786      Branch: perl
24787            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24788            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
24789            + t/lib/time-hires.t
24790            ! MANIFEST
24791 ____________________________________________________________________________
24792 [  9689] By: jhi                                   on 2001/04/12  00:28:39
24793         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
24794              From: Gisle Aas <gisle@ActiveState.com>
24795              Date: 11 Apr 2001 16:36:11 -0700
24796              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
24797      Branch: perl
24798            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
24799 ____________________________________________________________________________
24800 [  9688] By: jhi                                   on 2001/04/12  00:27:39
24801         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
24802              From: Gisle Aas <gisle@ActiveState.com>
24803              Date: 11 Apr 2001 11:13:24 -0700
24804              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
24805      Branch: perl
24806            ! ext/MIME/Base64/Base64.xs
24807 ____________________________________________________________________________
24808 [  9687] By: jhi                                   on 2001/04/11  19:51:47
24809         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
24810      Branch: perl
24811            ! Todo-5.6
24812 ____________________________________________________________________________
24813 [  9686] By: jhi                                   on 2001/04/11  16:54:25
24814         Log: Subject: [PATCH opcode.pl] Documentation of table format
24815              From: Simon Cozens <simon@netthink.co.uk>
24816              Date: Wed, 11 Apr 2001 12:59:31 +0100
24817              Message-ID: <20010411125931.A25681@netthink.co.uk>
24818      Branch: perl
24819            ! opcode.pl
24820 ____________________________________________________________________________
24821 [  9685] By: jhi                                   on 2001/04/11  16:53:15
24822         Log: Subject: [PATCH] prototype("CORE::recv")
24823              From: Simon Cozens <simon@netthink.co.uk>
24824              Date: Wed, 11 Apr 2001 13:24:35 +0100
24825              Message-ID: <20010411132435.A26169@netthink.co.uk>
24826      Branch: perl
24827            ! pp.c t/comp/proto.t
24828 ____________________________________________________________________________
24829 [  9684] By: jhi                                   on 2001/04/11  16:47:13
24830         Log: FAQ (and AUTHORS) update from Dan Carson: the information
24831              was several years obsolete, Term::Readkey has been updated
24832              to have the functionality.
24833      Branch: perl
24834            ! AUTHORS pod/perlfaq5.pod
24835 ____________________________________________________________________________
24836 [  9683] By: jhi                                   on 2001/04/11  12:15:46
24837         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
24838              From: Calle Dybedahl <calle@lysator.liu.se>
24839              Date: 10 Apr 2001 16:44:16 +0200
24840              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
24841      Branch: perl
24842            ! ext/MIME/Base64/Base64.xs
24843 ____________________________________________________________________________
24844 [  9682] By: jhi                                   on 2001/04/11  12:12:26
24845         Log: A more minimal fix for 20010410.006 from Hugo.
24846      Branch: perl
24847            ! regexec.c
24848 ____________________________________________________________________________
24849 [  9681] By: jhi                                   on 2001/04/11  11:34:23
24850         Log: Integrate changes #9678,9679 from maintline into mainperl.
24851              
24852              addendum to change#9676
24853              
24854              up $File::Glob::VERSION; add a note pointing out the version of
24855              the OpenBSD glob bsd_glob.c resembles
24856      Branch: perl
24857           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24858           !> ext/File/Glob/bsd_glob.h
24859 ____________________________________________________________________________
24860 [  9680] By: jhi                                   on 2001/04/11  11:30:38
24861         Log: Bad test numbering in integrate in #9677.
24862              Fixes ID 20010411.001.
24863      Branch: perl
24864            ! t/op/pat.t
24865 ____________________________________________________________________________
24866 [  9679] By: gsar                                  on 2001/04/11  03:38:40
24867         Log: up $File::Glob::VERSION; add a note pointing out the version of
24868              the OpenBSD glob bsd_glob.c resembles
24869      Branch: maint-5.6/perl
24870            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
24871            ! ext/File/Glob/bsd_glob.h
24872 ____________________________________________________________________________
24873 [  9678] By: gsar                                  on 2001/04/11  03:09:48
24874         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
24875              revision 1.8.10.1 found here:
24876              
24877              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
24878      Branch: maint-5.6/perl
24879            ! ext/File/Glob/bsd_glob.c
24880 ____________________________________________________________________________
24881 [  9677] By: jhi                                   on 2001/04/11  02:54:39
24882         Log: Integrate changes #9675,9676 from maintperl into mainline.
24883              
24884              fix for bug 20010410.006, undo change#7115
24885              
24886              port the OpenBSD glob() security patch
24887      Branch: perl
24888           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
24889           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
24890           !> t/op/pat.t
24891 ____________________________________________________________________________
24892 [  9676] By: gsar                                  on 2001/04/11  02:19:02
24893         Log: port the glob() security patch found at:
24894              
24895              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
24896              
24897              CERT advisory for the issue is here:
24898              
24899              http://www.cert.org/advisories/CA-2001-07.html
24900              
24901              Note that the security scare is only relevant for those who are
24902              foolish enough to build suidperl (which is now officially discouraged)
24903      Branch: maint-5.6/perl
24904            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
24905            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
24906 ____________________________________________________________________________
24907 [  9675] By: gsar                                  on 2001/04/10  23:52:11
24908         Log: fix for bug 20010410.006
24909              
24910              undo change#7115 (came into maint-5.6 as change#8156)
24911              
24912              add tests to keep it from coming back
24913      Branch: maint-5.6/perl
24914            ! regexec.c t/op/pat.t
24915 ____________________________________________________________________________
24916 [  9674] By: nick                                  on 2001/04/10  20:39:31
24917         Log: Integrate mainline
24918      Branch: perlio
24919           +> Porting/testall.atom
24920           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
24921           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
24922           !> t/lib/lc-uk.t t/pod/find.t
24923 ____________________________________________________________________________
24924 [  9673] By: nick                                  on 2001/04/10  18:46:14
24925         Log: Integrate against change 9670 aka perl-5.7.1
24926      Branch: perlio
24927           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
24928           !> (integrate 53 files)
24929 ____________________________________________________________________________
24930 [  9672] By: jhi                                   on 2001/04/10  13:45:01
24931         Log: Add a script for doing cumulative profile of the test suite.
24932              (Requires ATOM, that is, Tru64.)
24933      Branch: perl
24934            + Porting/testall.atom
24935            ! MANIFEST
24936 ____________________________________________________________________________
24937 [  9671] By: jhi                                   on 2001/04/10  12:38:53
24938         Log: Missing std block.
24939      Branch: perl
24940            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
24941            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
24942            ! t/pod/find.t
24943 ____________________________________________________________________________
24944 [  9670] By: jhi                                   on 2001/04/10  01:25:58
24945         Log: This is 5.7.1.
24946      Branch: perl
24947            ! patchlevel.h
24948 ____________________________________________________________________________
24949 [  9669] By: jhi                                   on 2001/04/10  01:09:14
24950         Log: Update Changes.
24951      Branch: perl
24952            ! Changes patchlevel.h
24953 ____________________________________________________________________________
24954 [  9668] By: jhi                                   on 2001/04/10  01:00:38
24955         Log: Regen toc.
24956      Branch: perl
24957            ! pod/perltoc.pod
24958 ____________________________________________________________________________
24959 [  9667] By: jhi                                   on 2001/04/10  00:52:16
24960         Log: Update perlhist.
24961      Branch: perl
24962            ! pod/perlhist.pod
24963 ____________________________________________________________________________
24964 [  9666] By: jhi                                   on 2001/04/09  23:38:59
24965         Log: Slight wording tweaks from Damian to #9658.
24966      Branch: perl
24967            ! pod/perlobj.pod
24968 ____________________________________________________________________________
24969 [  9665] By: jhi                                   on 2001/04/09  19:56:06
24970         Log: Subject: [PATCH perlutil.pod] Nit
24971              From: Simon Cozens <simon@netthink.co.uk>
24972              Date: Mon, 9 Apr 2001 20:29:44 +0100
24973              Message-ID: <20010409202944.A14796@the.earth.li>
24974      Branch: perl
24975            ! pod/perlutil.pod
24976 ____________________________________________________________________________
24977 [  9664] By: jhi                                   on 2001/04/09  19:54:42
24978         Log: Subject: Re: perl571delta.pod@9631
24979              From: Mike Guy <mjtg@cam.ac.uk>
24980              Date: Mon, 09 Apr 2001 18:09:14 +0100
24981              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
24982      Branch: perl
24983            ! pod/perl571delta.pod
24984 ____________________________________________________________________________
24985 [  9663] By: jhi                                   on 2001/04/09  13:43:35
24986         Log: Update Changes.
24987      Branch: perl
24988            ! Changes patchlevel.h
24989 ____________________________________________________________________________
24990 [  9662] By: jhi                                   on 2001/04/09  13:24:46
24991         Log: tweak tweak.
24992      Branch: perl
24993            ! AUTHORS pod/perl571delta.pod
24994 ____________________________________________________________________________
24995 [  9661] By: jhi                                   on 2001/04/09  13:15:13
24996         Log: Thinko in manual patch applying.
24997      Branch: perl
24998            ! sv.c
24999 ____________________________________________________________________________
25000 [  9660] By: jhi                                   on 2001/04/09  13:07:53
25001         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
25002              From: Robin Barker <rmb1@cise.npl.co.uk> 
25003              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
25004              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
25005              
25006              (This corrects the case where the "isn't numeric" string contains \0s
25007              and is longer than the temporary buffer, and contains \0 at the point
25008              the string would be truncated by "...".) 
25009      Branch: perl
25010            ! sv.c
25011 ____________________________________________________________________________
25012 [  9659] By: jhi                                   on 2001/04/09  12:57:41
25013         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
25014      Branch: perl
25015            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
25016            ! t/lib/cgi-function.t t/lib/cgi-html.t
25017 ____________________________________________________________________________
25018 [  9658] By: jhi                                   on 2001/04/09  12:48:47
25019         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
25020              From: Ilmari Karonen <iltzu@sci.fi>
25021              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
25022              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
25023              
25024              Rearrange and rewrite the Method Invocation section
25025              to explain the concepts in nicer order.
25026      Branch: perl
25027            ! pod/perlobj.pod
25028 ____________________________________________________________________________
25029 [  9657] By: jhi                                   on 2001/04/09  12:35:58
25030         Log: Upgrade to podlators 1.09, from Russ Allbery.
25031      Branch: perl
25032            ! lib/Pod/Man.pm lib/Pod/Text.pm
25033 ____________________________________________________________________________
25034 [  9656] By: jhi                                   on 2001/04/09  12:31:53
25035         Log: perl571delta.
25036      Branch: perl
25037            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
25038 ____________________________________________________________________________
25039 [  9655] By: jhi                                   on 2001/04/09  12:20:09
25040         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
25041              From: Prymmer/Kahn <pvhp@best.com>
25042              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
25043              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
25044      Branch: perl
25045            ! lib/utf8.pm pod/perlunicode.pod
25046 ____________________________________________________________________________
25047 [  9654] By: gsar                                  on 2001/04/09  03:38:33
25048         Log: here lies 5.6.1
25049      Branch: maint-5.6/perl
25050            ! Changes
25051 ____________________________________________________________________________
25052 [  9653] By: jhi                                   on 2001/04/09  03:25:24
25053         Log: Update perlhist.
25054      Branch: perl
25055            ! pod/perlhist.pod
25056 ____________________________________________________________________________
25057 [  9652] By: jhi                                   on 2001/04/09  03:18:49
25058         Log: perl571delta tweaking continues.
25059      Branch: perl
25060            ! pod/perl571delta.pod
25061 ____________________________________________________________________________
25062 [  9651] By: gsar                                  on 2001/04/09  03:11:19
25063         Log: update Changes, patchlevel.h &c.
25064      Branch: maint-5.6/perl
25065            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
25066            ! pod/perltoc.pod
25067 ____________________________________________________________________________
25068 [  9650] By: jhi                                   on 2001/04/09  02:40:24
25069         Log: Integrate the perlfork half of #9513 from maintperl into mainline
25070              (the perlunicode half is obsolete)
25071      Branch: perl
25072            ! pod/perlfork.pod
25073 ____________________________________________________________________________
25074 [  9649] By: gsar                                  on 2001/04/09  02:35:43
25075         Log: tweak perldelta as suggested by Jarkko
25076      Branch: maint-5.6/perl
25077            ! pod/perldelta.pod
25078 ____________________________________________________________________________
25079 [  9648] By: jhi                                   on 2001/04/09  02:13:04
25080         Log: Integrate change #9646 from maintperl into mainline.
25081              
25082              add note about ithreads and Thread.pm
25083      Branch: perl
25084           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
25085 ____________________________________________________________________________
25086 [  9647] By: jhi                                   on 2001/04/09  02:10:18
25087         Log: Bad assumption that shortsize == 2.
25088      Branch: perl
25089            ! t/lib/xs-typemap.t
25090 ____________________________________________________________________________
25091 [  9646] By: gsar                                  on 2001/04/09  00:48:04
25092         Log: add note about ithreads and Thread.pm (too many people are
25093              confused by the fact that Thread.pm is built and installed
25094              under non-5005threads but doesn't work)
25095      Branch: maint-5.6/perl
25096            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
25097 ____________________________________________________________________________
25098 [  9645] By: gsar                                  on 2001/04/09  00:19:03
25099         Log: update perldelta.pod for changes in 5.6.1
25100      Branch: maint-5.6/perl
25101            ! Changes pod/perldelta.pod
25102 ____________________________________________________________________________
25103 [  9644] By: jhi                                   on 2001/04/08  20:37:00
25104         Log: Integrate change #9639 from maintperl into mainline:
25105              on windows, many of the README.* pods were being copied to
25106              the wrong location
25107      Branch: perl
25108           !> win32/Makefile win32/makefile.mk
25109 ____________________________________________________________________________
25110 [  9643] By: jhi                                   on 2001/04/08  20:07:11
25111         Log: Integrate change #9624 from maintperl into mainline:
25112              the pod tests were not okay.  (t/pod/find.t changes ignored)
25113      Branch: perl
25114           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
25115           !> t/pod/include.t t/pod/included.t t/pod/lref.t
25116           !> t/pod/multiline_items.t t/pod/nested_items.t
25117           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
25118           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
25119 ____________________________________________________________________________
25120 [  9642] By: jhi                                   on 2001/04/08  19:57:17
25121         Log: Integrate change #9638 from maintperl into mainline:
25122              update to latest JPL from the anoncvs repository
25123      Branch: perl
25124           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
25125           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
25126           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
25127 ____________________________________________________________________________
25128 [  9641] By: jhi                                   on 2001/04/08  19:53:30
25129         Log: perl571delta updates.
25130      Branch: perl
25131            ! lib/Filter/Simple.pm pod/perl571delta.pod
25132 ____________________________________________________________________________
25133 [  9640] By: gsar                                  on 2001/04/08  19:20:46
25134         Log: integrate change#9634 from mainline
25135              
25136              Fix the perlmodlib generation (didn't understand separate .pod
25137              files; didn't understand -- as the name-thing separator).
25138              Update the CPAN mirrors list.
25139      Branch: maint-5.6/perl
25140            ! pod/perlmodlib.pod
25141           !> pod/perlmodlib.PL
25142 ____________________________________________________________________________
25143 [  9639] By: gsar                                  on 2001/04/08  18:57:31
25144         Log: on windows, many of the README.* pods were being copied to the wrong
25145              location
25146      Branch: maint-5.6/perl
25147            ! win32/Makefile win32/makefile.mk
25148 ____________________________________________________________________________
25149 [  9638] By: gsar                                  on 2001/04/08  18:38:25
25150         Log: update to latest JPL from the anoncvs repository
25151      Branch: maint-5.6/perl
25152            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
25153            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
25154            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
25155 ____________________________________________________________________________
25156 [  9637] By: jhi                                   on 2001/04/08  17:53:53
25157         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
25158      Branch: perl
25159            ! pod/perl571delta.pod
25160 ____________________________________________________________________________
25161 [  9636] By: jhi                                   on 2001/04/08  17:18:32
25162         Log: Regen toc.
25163      Branch: perl
25164            ! pod/perltoc.pod
25165 ____________________________________________________________________________
25166 [  9635] By: jhi                                   on 2001/04/08  17:16:33
25167         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
25168              From: "Craig A. Berry" <craigberry@mac.com>
25169              Date: Sun, 08 Apr 2001 12:30:16 -0500
25170              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
25171      Branch: perl
25172            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
25173 ____________________________________________________________________________
25174 [  9634] By: jhi                                   on 2001/04/08  17:09:19
25175         Log: Fix the perlmodlib generation (didn't understand separate .pod
25176              files; didn't understand -- as the name-thing separator).
25177              
25178              Update the CPAN mirrors list.
25179      Branch: perl
25180            ! pod/perlmodlib.PL pod/perlmodlib.pod
25181 ____________________________________________________________________________
25182 [  9633] By: jhi                                   on 2001/04/08  16:49:17
25183         Log: Sort MANIFEST.
25184      Branch: perl
25185            ! MANIFEST
25186 ____________________________________________________________________________
25187 [  9632] By: gsar                                  on 2001/04/08  16:36:06
25188         Log: add $Tie::RefHash::VERSION
25189      Branch: maint-5.6/perl
25190            ! lib/Tie/RefHash.pm
25191 ____________________________________________________________________________
25192 [  9631] By: jhi                                   on 2001/04/08  16:10:15
25193         Log: perl571delta updates based on p5p feedback; still needs
25194              lots of examples.
25195      Branch: perl
25196            ! pod/perl571delta.pod
25197 ____________________________________________________________________________
25198 [  9630] By: jhi                                   on 2001/04/08  15:59:13
25199         Log: Update the list of supported platforms to talk about 5.7.1
25200              (and 5.6.1)
25201      Branch: perl
25202            ! pod/perlport.pod
25203 ____________________________________________________________________________
25204 [  9629] By: jhi                                   on 2001/04/08  15:55:41
25205         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
25206              from maintperl into mainline: perlport updates.
25207      Branch: perl
25208            ! pod/perlport.pod
25209 ____________________________________________________________________________
25210 [  9628] By: jhi                                   on 2001/04/08  15:53:17
25211         Log: perlsolaris.pod copied to wrong directory.
25212      Branch: perl
25213            ! win32/makefile.mk
25214 ____________________________________________________________________________
25215 [  9627] By: jhi                                   on 2001/04/08  14:48:18
25216         Log: Subject: Typos in perl571delta.pod
25217              From: "Stephen P. Potter" <spp@spotter.yi.org>
25218              Date: Sat, 07 Apr 2001 20:37:05 -0400
25219              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
25220      Branch: perl
25221            ! pod/perl571delta.pod
25222 ____________________________________________________________________________
25223 [  9626] By: jhi                                   on 2001/04/08  14:39:04
25224         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
25225      Branch: perl
25226            ! gv.c
25227 ____________________________________________________________________________
25228 [  9625] By: nick                                  on 2001/04/08  10:14:23
25229         Log: Integrate mainline
25230      Branch: perlio
25231           +> pod/perl570delta.pod pod/perl571delta.pod
25232           !> (integrate 27 files)
25233 ____________________________________________________________________________
25234 [  9624] By: gsar                                  on 2001/04/08  06:08:17
25235         Log: test in t/pod/* were busted
25236              
25237              these tests are still not enabled in t/{harness,TEST}
25238      Branch: maint-5.6/perl
25239            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
25240            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
25241            ! t/pod/multiline_items.t t/pod/nested_items.t
25242            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
25243            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
25244 ____________________________________________________________________________
25245 [  9623] By: gsar                                  on 2001/04/08  03:37:01
25246         Log: integrate change#9470 from mainline
25247              
25248              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
25249      Branch: maint-5.6/perl
25250           !> ext/Socket/Socket.xs
25251 ____________________________________________________________________________
25252 [  9622] By: jhi                                   on 2001/04/07  22:40:47
25253         Log: Update Changes.
25254      Branch: perl
25255            ! Changes patchlevel.h
25256 ____________________________________________________________________________
25257 [  9621] By: jhi                                   on 2001/04/07  22:34:16
25258         Log: Update AUTHORS.
25259      Branch: perl
25260            ! AUTHORS
25261 ____________________________________________________________________________
25262 [  9620] By: jhi                                   on 2001/04/07  22:12:47
25263         Log: Forgot to bump the number of tests in #9164.
25264      Branch: perl
25265            ! t/op/array.t
25266 ____________________________________________________________________________
25267 [  9619] By: jhi                                   on 2001/04/07  22:09:50
25268         Log: Bump patchlevel to 5.7.1.
25269      Branch: perl
25270            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25271            ! config_h.SH patchlevel.h
25272 ____________________________________________________________________________
25273 [  9618] By: jhi                                   on 2001/04/07  22:02:41
25274         Log: Populate perl571delta.
25275      Branch: perl
25276            ! pod/perl571delta.pod
25277 ____________________________________________________________________________
25278 [  9617] By: jhi                                   on 2001/04/07  22:01:23
25279         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
25280              to forget it later; do not change patchlevel.h yet or regenerate
25281              Configure yet.
25282      Branch: perl
25283            ! epoc/config.sh win32/Makefile win32/config_H.bc
25284            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
25285 ____________________________________________________________________________
25286 [  9616] By: jhi                                   on 2001/04/07  17:46:33
25287         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
25288      Branch: perl
25289            ! pod/perl571delta.pod
25290 ____________________________________________________________________________
25291 [  9615] By: jhi                                   on 2001/04/07  17:33:21
25292         Log: Change the toc configuration.
25293      Branch: perl
25294            ! pod/buildtoc.PL pod/perl.pod
25295 ____________________________________________________________________________
25296 [  9614] By: jhi                                   on 2001/04/07  17:29:47
25297         Log: Subject: PATCH: $[
25298              From: Robin Houston <robin@kitsite.com>
25299              Date: Fri, 6 Apr 2001 18:10:14 +0100
25300              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
25301      Branch: perl
25302            ! op.c t/op/array.t
25303 ____________________________________________________________________________
25304 [  9613] By: jhi                                   on 2001/04/07  17:28:26
25305         Log: Subject: [PATCH perl@9424] isn't numeric warning
25306              From: Robin Barker <rmb1@cise.npl.co.uk>
25307              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
25308              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
25309      Branch: perl
25310            ! sv.c t/pragma/warn/sv
25311 ____________________________________________________________________________
25312 [  9612] By: jhi                                   on 2001/04/07  17:26:45
25313         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
25314              From: Mike Guy <mjtg@cam.ac.uk>
25315              Date: Fri, 06 Apr 2001 12:47:06 +0100
25316              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
25317      Branch: perl
25318            ! dump.c t/lib/peek.t
25319 ____________________________________________________________________________
25320 [  9611] By: jhi                                   on 2001/04/07  17:21:35
25321         Log: Create perl571delta and seed it off with the perldelta changes
25322              since 5.7.0; remove those changes from perldelta and rename it
25323              as perl570delta; recreate perldelta but leave it almost empty.
25324      Branch: perl
25325            + pod/perl570delta.pod pod/perl571delta.pod
25326            ! MANIFEST pod/perldelta.pod
25327 ____________________________________________________________________________
25328 [  9610] By: jhi                                   on 2001/04/07  16:56:32
25329         Log: Denit.
25330      Branch: perl
25331            ! pod/perldelta.pod
25332 ____________________________________________________________________________
25333 [  9609] By: jhi                                   on 2001/04/07  16:38:32
25334         Log: Retract #9523: needs more thought.
25335      Branch: perl
25336            ! Makefile.SH
25337 ____________________________________________________________________________
25338 [  9608] By: jhi                                   on 2001/04/07  14:59:20
25339         Log: atmark() code cleanaup.
25340      Branch: perl
25341            ! ext/IO/IO.xs
25342 ____________________________________________________________________________
25343 [  9607] By: jhi                                   on 2001/04/07  14:48:14
25344         Log: Integrate change #9605 from maintperl into mainline.
25345              
25346              can't optimize away scope entry if tr/// is present
25347      Branch: perl
25348           !> op.c t/op/tr.t
25349 ____________________________________________________________________________
25350 [  9606] By: jhi                                   on 2001/04/07  14:43:59
25351         Log: Integrate perlio.
25352      Branch: perl
25353           +> win32/FindExt.pm
25354           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
25355           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
25356 ____________________________________________________________________________
25357 [  9605] By: gsar                                  on 2001/04/07  11:52:40
25358         Log: can't optimize away scope entry if tr/// is present
25359      Branch: maint-5.6/perl
25360            ! op.c t/op/tr.t
25361 ____________________________________________________________________________
25362 [  9604] By: nick                                  on 2001/04/07  11:39:45
25363         Log: Split out extension finding code from buildext.pl into FindExt.pm
25364              Use it to get Config.pm's idea of available extensions in line
25365              with what is built.
25366      Branch: perlio
25367            + win32/FindExt.pm
25368            ! MANIFEST win32/buildext.pl win32/config_sh.PL
25369            ! win32/makefile.mk
25370 ____________________________________________________________________________
25371 [  9603] By: nick                                  on 2001/04/07  09:11:38
25372         Log: Cleanup correction for failed :Via() layer, also set an error code.
25373      Branch: perlio
25374            ! ext/PerlIO/Via/Via.xs
25375 ____________________________________________________________________________
25376 [  9602] By: nick                                  on 2001/04/07  08:38:04
25377         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
25378              style. So don't use binmode() on the handles so that Win32 etc. see
25379              same sequence and produce same digests.
25380      Branch: perlio
25381            ! t/lib/md5-file.t
25382 ____________________________________________________________________________
25383 [  9601] By: nick                                  on 2001/04/07  08:36:26
25384         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
25385              Else it complains and so crlf layer (say) does not get pushed.
25386      Branch: perlio
25387            ! perlio.c
25388 ____________________________________________________________________________
25389 [  9600] By: jhi                                   on 2001/04/06  23:00:09
25390         Log: Integrate change #9599 from perlio into mainline.
25391      Branch: perl
25392           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
25393           !> win32/config_H.vc
25394 ____________________________________________________________________________
25395 [  9599] By: nick                                  on 2001/04/06  21:42:43
25396         Log: Quote $VERSION in Encode.pm.
25397              regen_config_h as requested.
25398      Branch: perlio
25399            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
25400            ! win32/config_H.vc
25401 ____________________________________________________________________________
25402 [  9598] By: nick                                  on 2001/04/06  20:34:59
25403         Log: Integrate mainline
25404      Branch: perlio
25405           +> README.macos
25406           !> (integrate 39 files)
25407 ____________________________________________________________________________
25408 [  9597] By: gsar                                  on 2001/04/06  18:06:35
25409         Log: integrate change#9464 from mainline (addendum to change#8313)
25410              
25411              Subject: [PATCH @9452] Better peep()ing for foreach() loops
25412      Branch: maint-5.6/perl
25413           !> op.c
25414 ____________________________________________________________________________
25415 [  9596] By: jhi                                   on 2001/04/06  17:26:03
25416         Log: The d_casti32=undef is good for you even when not use64bitall.
25417      Branch: perl
25418            ! hints/hpux.sh
25419 ____________________________________________________________________________
25420 [  9595] By: gsar                                  on 2001/04/06  14:57:17
25421         Log: add a low-impact fix to accomodate darwin-ism
25422      Branch: maint-5.6/perl
25423            ! ext/Errno/Errno_pm.PL
25424 ____________________________________________________________________________
25425 [  9594] By: jhi                                   on 2001/04/06  14:55:14
25426         Log: Integrate changes #9528,9593 from mainline into maintperl;
25427              tweaking the editor/IDE/shell list.
25428      Branch: maint-5.6/perl
25429           !> pod/perlfaq3.pod
25430 ____________________________________________________________________________
25431 [  9593] By: jhi                                   on 2001/04/06  14:51:39
25432         Log: Make the editor/IDE/shell list a little bit airier.
25433      Branch: perl
25434            ! pod/perlfaq3.pod
25435 ____________________________________________________________________________
25436 [  9592] By: gsar                                  on 2001/04/06  14:45:18
25437         Log: integrate change#9477 from mainline (base.pm doc tweak)
25438              
25439              missing doc entry for fmod()
25440      Branch: maint-5.6/perl
25441            ! lib/Math/BigFloat.pm
25442           !> lib/base.pm
25443 ____________________________________________________________________________
25444 [  9591] By: jhi                                   on 2001/04/06  13:55:48
25445         Log: Regen toc.
25446      Branch: perl
25447            ! pod/perltoc.pod
25448 ____________________________________________________________________________
25449 [  9590] By: jhi                                   on 2001/04/06  13:54:52
25450         Log: Math::BigFloat patches from John Peacock.  The equivalent
25451              of #9586 from maintperl but reworked by John to work with
25452              the bleadperl.
25453      Branch: perl
25454            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
25455 ____________________________________________________________________________
25456 [  9589] By: jhi                                   on 2001/04/06  13:42:23
25457         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
25458      Branch: perl
25459            ! ext/Digest/MD5/Makefile.PL
25460 ____________________________________________________________________________
25461 [  9588] By: jhi                                   on 2001/04/06  13:31:45
25462         Log: Integrate changes #9584,9587 from maintperl into mainline.
25463              
25464              keep eval"" CVs alive until the end of the statement in which
25465              they're called
25466              
25467              add README.macos (from Chris Nandor)
25468              
25469              tyop in change#9555
25470      Branch: perl
25471           +> README.macos
25472           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
25473           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
25474           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
25475           !> win32/makefile.mk
25476 ____________________________________________________________________________
25477 [  9587] By: gsar                                  on 2001/04/06  07:31:30
25478         Log: add README.macos (from Chris Nandor)
25479              
25480              tyop in change#9555
25481      Branch: maint-5.6/perl
25482            + README.macos
25483            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
25484            ! win32/Makefile win32/makefile.mk
25485 ____________________________________________________________________________
25486 [  9586] By: gsar                                  on 2001/04/06  07:08:54
25487         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
25488      Branch: maint-5.6/perl
25489            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
25490 ____________________________________________________________________________
25491 [  9585] By: gsar                                  on 2001/04/06  06:58:44
25492         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
25493              from mainline
25494              
25495              Subject: [PATCH] Base64 update to perlfaq9.pod
25496              
25497              Subject: [PATCH AUTHORS] Housekeeping
25498              
25499              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
25500              Mac OS X (Darwin) has extra pwent fields.
25501              
25502              Subject: [PATCH B::*] print control-character vars readably
25503              Needs EBCDICification.
25504              
25505              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
25506              
25507              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
25508              
25509              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
25510              
25511              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
25512              
25513              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
25514              
25515              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
25516              
25517              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
25518              
25519              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
25520              
25521              FreeBSD hints tweak from Anton Berezin.
25522              
25523              Subject: [PATCH foolperl & bleadperl] README.vms update
25524              
25525              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
25526      Branch: maint-5.6/perl
25527           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
25528           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
25529           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
25530 ____________________________________________________________________________
25531 [  9584] By: gsar                                  on 2001/04/06  04:09:00
25532         Log: keep eval"" CVs alive until the end of the statement in which
25533              they're called; this avoids a coredump ensuing from search for
25534              lexicals in code such as:
25535              
25536              sub bug {
25537              my $s = @_;
25538              eval q[sub { eval 'sub { &$s }' }];
25539              }
25540              bug("x")->()->();
25541              
25542              this code still doesn't work as intended (as it has remained
25543              since time immemorial), but it doesn't provoke a coredump anymore
25544      Branch: maint-5.6/perl
25545            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25546            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
25547 ____________________________________________________________________________
25548 [  9583] By: jhi                                   on 2001/04/05  23:52:51
25549         Log: Update Changes.
25550      Branch: perl
25551            ! Changes patchlevel.h
25552 ____________________________________________________________________________
25553 [  9582] By: jhi                                   on 2001/04/05  23:11:23
25554         Log: Slight doc tweak.
25555      Branch: perl
25556            ! pod/perlunicode.pod
25557 ____________________________________________________________________________
25558 [  9581] By: jhi                                   on 2001/04/05  23:04:11
25559         Log: Integrate perlio.
25560      Branch: perl
25561           !> pod/perlunicode.pod
25562 ____________________________________________________________________________
25563 [  9580] By: jhi                                   on 2001/04/05  23:03:29
25564         Log: Test for #9579.
25565      Branch: perl
25566            ! t/op/do.t
25567 ____________________________________________________________________________
25568 [  9579] By: jhi                                   on 2001/04/05  22:54:17
25569         Log: Subject: [PATCH] Propagate calling context for do '...'
25570              From: Gisle Aas <gisle@ActiveState.com>
25571              Date: 04 Apr 2001 20:17:29 -0700
25572              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
25573      Branch: perl
25574            ! pod/perlfunc.pod pp_ctl.c
25575 ____________________________________________________________________________
25576 [  9578] By: jhi                                   on 2001/04/05  22:52:51
25577         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
25578              From: Peter Prymmer <pvhp@forte.com>
25579              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
25580              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
25581      Branch: perl
25582            ! README.vms
25583 ____________________________________________________________________________
25584 [  9577] By: jhi                                   on 2001/04/05  22:48:22
25585         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
25586              From: "Craig A. Berry" <craigberry@mac.com>
25587              Date: Thu, 5 Apr 2001 13:43:28 -0500
25588              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
25589      Branch: perl
25590            ! README.vms
25591 ____________________________________________________________________________
25592 [  9576] By: jhi                                   on 2001/04/05  22:31:38
25593         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
25594              From: Michael G Schwern <schwern@pobox.com>
25595              Date: Thu, 5 Apr 2001 21:53:21 +0100
25596              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
25597      Branch: perl
25598            ! lib/base.pm t/lib/fields.t
25599 ____________________________________________________________________________
25600 [  9575] By: jhi                                   on 2001/04/05  22:26:10
25601         Log: FreeBSD hints tweak from Anton Berezin.
25602      Branch: perl
25603            ! hints/freebsd.sh
25604 ____________________________________________________________________________
25605 [  9574] By: jhi                                   on 2001/04/05  22:24:03
25606         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
25607              From: David Dyck <dcd@tc.fluke.com>
25608              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
25609              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
25610      Branch: perl
25611            ! t/op/oct.t
25612 ____________________________________________________________________________
25613 [  9573] By: jhi                                   on 2001/04/05  22:23:06
25614         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
25615              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
25616              From: David Dyck <dcd@tc.fluke.com>
25617              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
25618      Branch: perl
25619            ! pp.c
25620 ____________________________________________________________________________
25621 [  9572] By: jhi                                   on 2001/04/05  22:14:47
25622         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
25623              From: Robin Houston <robin@kitsite.com>
25624              Date: Thu, 5 Apr 2001 20:56:48 +0100
25625              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
25626      Branch: perl
25627            ! ext/B/B/Deparse.pm
25628 ____________________________________________________________________________
25629 [  9571] By: jhi                                   on 2001/04/05  22:12:53
25630         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
25631              From: Robin Houston <robin@kitsite.com>
25632              Date: Thu, 5 Apr 2001 19:55:51 +0100
25633              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
25634      Branch: perl
25635            ! ext/B/B/Deparse.pm
25636 ____________________________________________________________________________
25637 [  9570] By: jhi                                   on 2001/04/05  22:11:06
25638         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
25639              From: Robin Houston <robin@kitsite.com>
25640              Date: Thu, 5 Apr 2001 20:16:29 +0100
25641              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
25642      Branch: perl
25643            ! ext/B/B/Deparse.pm
25644 ____________________________________________________________________________
25645 [  9569] By: nick                                  on 2001/04/05  21:32:26
25646         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
25647      Branch: perlio
25648            ! pod/perlunicode.pod
25649 ____________________________________________________________________________
25650 [  9568] By: nick                                  on 2001/04/05  19:38:09
25651         Log: Integrate mainline
25652      Branch: perlio
25653           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
25654           !> (integrate 35 files)
25655 ____________________________________________________________________________
25656 [  9567] By: jhi                                   on 2001/04/05  18:31:45
25657         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
25658              From: Robin Houston <robin@kitsite.com>
25659              Date: Thu, 5 Apr 2001 18:03:23 +0100
25660              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
25661      Branch: perl
25662            ! ext/B/B/Deparse.pm
25663 ____________________________________________________________________________
25664 [  9566] By: jhi                                   on 2001/04/05  18:29:35
25665         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
25666              From: Robin Houston <robin@kitsite.com>
25667              Date: Thu, 5 Apr 2001 16:45:18 +0100
25668              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
25669      Branch: perl
25670            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
25671 ____________________________________________________________________________
25672 [  9565] By: jhi                                   on 2001/04/05  18:24:23
25673         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
25674              From: Robin Houston <robin@kitsite.com>
25675              Date: Thu, 5 Apr 2001 14:50:09 +0100
25676              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
25677      Branch: perl
25678            ! ext/B/B/Deparse.pm
25679 ____________________________________________________________________________
25680 [  9564] By: jhi                                   on 2001/04/05  18:23:03
25681         Log: Subject: [PATCH B::*] print control-character vars readably
25682              From: Robin Houston <robin@kitsite.com>
25683              Date: Thu, 5 Apr 2001 14:27:38 +0100
25684              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
25685              
25686              Needs EBCDICification.
25687      Branch: perl
25688            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
25689            ! ext/B/B/Terse.pm
25690 ____________________________________________________________________________
25691 [  9563] By: jhi                                   on 2001/04/05  18:20:32
25692         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
25693              Date: Thu, 5 Apr 2001 13:21:42 -0400
25694              From: Paul Schinder <schinder@pobox.com>
25695              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
25696              
25697              Mac OS X (Darwin) has extra pwent fields.
25698      Branch: perl
25699            ! t/op/pwent.t
25700 ____________________________________________________________________________
25701 [  9562] By: jhi                                   on 2001/04/05  17:57:51
25702         Log: Regen toc.
25703      Branch: perl
25704            ! pod/perltoc.pod
25705 ____________________________________________________________________________
25706 [  9561] By: jhi                                   on 2001/04/05  17:47:33
25707         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
25708      Branch: metaconfig
25709            ! U/Glossary.patch
25710      Branch: metaconfig/U/perl
25711            + d_u32align.U
25712            ! d_cmsghdr_s.U d_msghdr_s.U
25713 ____________________________________________________________________________
25714 [  9560] By: jhi                                   on 2001/04/05  17:47:01
25715         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
25716              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
25717              Introduce probes for struct msghdr, struct cmsghdr,
25718              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
25719              ualarm, usleep, for possible later extension work.
25720      Branch: perl
25721            + t/lib/md5-align.t
25722            ! Configure MANIFEST Porting/Glossary Porting/config.sh
25723            ! Porting/config_H config_h.SH configure.com epoc/config.sh
25724            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
25725            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25726            ! vos/config.ga.h win32/config.bc win32/config.gc
25727            ! win32/config.vc
25728 ____________________________________________________________________________
25729 [  9559] By: jhi                                   on 2001/04/05  13:03:04
25730         Log: Be traditional in your cpp (for the Errno extension).
25731      Branch: perl
25732            ! hints/darwin.sh
25733 ____________________________________________________________________________
25734 [  9558] By: jhi                                   on 2001/04/05  13:00:05
25735         Log: Add $Config{cppflags} to the gcc incantation.
25736      Branch: perl
25737            ! ext/Errno/Errno_pm.PL
25738 ____________________________________________________________________________
25739 [  9557] By: jhi                                   on 2001/04/05  04:22:39
25740         Log: Introduce Sean Burke's Class::ISA 0.32.
25741      Branch: perl
25742            + lib/Class/ISA.pm t/lib/class-isa.t
25743            ! MANIFEST
25744 ____________________________________________________________________________
25745 [  9556] By: jhi                                   on 2001/04/05  04:09:50
25746         Log: Subject: [PATCH AUTHORS] Housekeeping
25747              From: Paul Johnson <paul@pjcj.net> 
25748              Date: Wed, 4 Apr 2001 22:45:47 +0200
25749              Message-ID: <20010404224547.D9548@pjcj.net>
25750      Branch: perl
25751            ! AUTHORS
25752 ____________________________________________________________________________
25753 [  9555] By: jhi                                   on 2001/04/05  04:06:33
25754         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
25755              From: Gisle Aas <gisle@ActiveState.com>
25756              Date: 04 Apr 2001 14:23:04 -0700
25757              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
25758      Branch: perl
25759            ! pod/perlfaq9.pod
25760 ____________________________________________________________________________
25761 [  9554] By: jhi                                   on 2001/04/05  04:05:49
25762         Log: Downgrade also the "Wide character" diagnostic.
25763      Branch: perl
25764            ! pod/perldiag.pod
25765 ____________________________________________________________________________
25766 [  9553] By: jhi                                   on 2001/04/05  04:00:33
25767         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
25768              maintperl into mainline.
25769              
25770              "double" should be "NV"; standard typemap is missing entry
25771              for NV
25772              
25773              s/djSP/dSP/
25774              
25775              Downgrade "Wide character in print" to a warning.
25776              
25777              B::Deparse fix for ${^FOO} and documentation for PVX() method
25778              (from Robin Houston)
25779              
25780              tr/// doesn't null-terminate the result in some situations
25781              (from Gisle Aas)
25782      Branch: perl
25783           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
25784           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
25785           !> t/io/utf8.t t/op/tr.t
25786 ____________________________________________________________________________
25787 [  9552] By: jhi                                   on 2001/04/05  03:52:50
25788         Log: Retract changes #9542 and #9538 (from maintperl, integrated
25789              at #9540), shouldn't be needed because of the perlio changes.
25790      Branch: perl
25791            ! util.c
25792 ____________________________________________________________________________
25793 [  9551] By: gsar                                  on 2001/04/05  00:18:34
25794         Log: tr/// doesn't null-terminate the result in some situations
25795              (from Gisle Aas)
25796      Branch: maint-5.6/perl
25797            ! doop.c t/op/tr.t
25798 ____________________________________________________________________________
25799 [  9550] By: gsar                                  on 2001/04/04  20:04:17
25800         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
25801              (from Robin Houston)
25802      Branch: maint-5.6/perl
25803            ! ext/B/B.pm ext/B/B/Deparse.pm
25804 ____________________________________________________________________________
25805 [  9549] By: nick                                  on 2001/04/04  18:56:15
25806         Log: Downgrade "Wide character in print" to a warning.
25807      Branch: perlio
25808            ! doio.c t/io/utf8.t
25809 ____________________________________________________________________________
25810 [  9548] By: gsar                                  on 2001/04/04  18:51:49
25811         Log: integrate changes#9460,9462,9482,9521,9522
25812              
25813              Subject: PATCH: B::Debug should show LOOP-specific fields
25814              
25815              Subject: B::Deparse precedence bug. (Patch included.)
25816              
25817              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
25818              
25819              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
25820              
25821              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
25822      Branch: maint-5.6/perl
25823           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
25824           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
25825 ____________________________________________________________________________
25826 [  9547] By: gsar                                  on 2001/04/04  18:49:16
25827         Log: s/djSP/dSP/
25828      Branch: maint-5.6/perl
25829            ! ext/Thread/Thread.xs
25830 ____________________________________________________________________________
25831 [  9546] By: nick                                  on 2001/04/04  18:44:00
25832         Log: Integrate mainline.
25833      Branch: perlio
25834           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
25835           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
25836 ____________________________________________________________________________
25837 [  9545] By: gsar                                  on 2001/04/04  18:38:52
25838         Log: integrate change#8837 from mainline
25839              
25840              Subject: [patch] -Wall cleanup round 2
25841      Branch: maint-5.6/perl
25842           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
25843           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
25844           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
25845           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
25846           !> ext/SDBM_File/SDBM_File.xs
25847 ____________________________________________________________________________
25848 [  9544] By: gsar                                  on 2001/04/04  17:49:57
25849         Log: "double" should be "NV"; standard typemap is missing entry
25850              for NV
25851      Branch: maint-5.6/perl
25852            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
25853 ____________________________________________________________________________
25854 [  9543] By: jhi                                   on 2001/04/04  14:13:18
25855         Log: Thou shalt not (just) match for English error messages.
25856      Branch: perl
25857            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
25858            ! os2/OS2/Process/Process.pm
25859 ____________________________________________________________________________
25860 [  9542] By: jhi                                   on 2001/04/04  13:20:39
25861         Log: Make the stdio tricks of fflush_all() to exist only if
25862              stdio is being used.
25863      Branch: perl
25864            ! util.c
25865 ____________________________________________________________________________
25866 [  9541] By: jhi                                   on 2001/04/04  04:20:24
25867         Log: Subject: Re: [PATCH] Lighten up glob
25868              From: Benjamin Sugars <bsugars@canoe.ca>
25869              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
25870              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
25871      Branch: perl
25872            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
25873            ! util.c
25874 ____________________________________________________________________________
25875 [  9540] By: jhi                                   on 2001/04/04  04:03:57
25876         Log: Integrate changes #9538,9539 from maintperl into mainline.
25877              
25878              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
25879              for use with _fwalk() (fix for change#7705)
25880              
25881              another tweak needed for SunOS 4.1.x build (from Mike Guy)
25882              (cp -f is not portable)
25883      Branch: perl
25884           !> Makefile.SH util.c
25885 ____________________________________________________________________________
25886 [  9539] By: gsar                                  on 2001/04/04  03:01:14
25887         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
25888      Branch: maint-5.6/perl
25889            ! Makefile.SH
25890 ____________________________________________________________________________
25891 [  9538] By: gsar                                  on 2001/04/04  01:00:38
25892         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
25893              for use with _fwalk() (fix for change#7705)
25894      Branch: maint-5.6/perl
25895            ! util.c
25896 ____________________________________________________________________________
25897 [  9537] By: nick                                  on 2001/04/03  19:24:55
25898         Log: Integrate mainline
25899      Branch: perlio
25900           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
25901           +> lib/unicode/PropList.html
25902            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
25903           !> (integrate 69 files)
25904 ____________________________________________________________________________
25905 [  9536] By: jhi                                   on 2001/04/03  18:02:31
25906         Log: Integrate change #9533 from maintperl into mainline.
25907              
25908              better fix for change#9517 to accomodate UNC paths like
25909              \\server\share\foo, and paths with trailing backslash
25910              like c:\this\
25911      Branch: perl
25912           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
25913 ____________________________________________________________________________
25914 [  9535] By: jhi                                   on 2001/04/03  17:58:07
25915         Log: Change the push/unshift warning to be of class syntax, not misc.
25916      Branch: perl
25917            ! op.c pod/perldiag.pod t/pragma/warn/op
25918 ____________________________________________________________________________
25919 [  9534] By: jhi                                   on 2001/04/03  15:03:46
25920         Log: Change the push/unshift warning (#9532) to talk about "no values"
25921              instead of "no arguments".
25922      Branch: perl
25923            ! op.c pod/perldiag.pod t/pragma/warn/op
25924 ____________________________________________________________________________
25925 [  9533] By: gsar                                  on 2001/04/03  14:30:07
25926         Log: better fix for change#9517 to accomodate UNC paths like
25927              \\server\share\foo, and paths with trailing backslash
25928              like c:\this\
25929      Branch: maint-5.6/perl
25930            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
25931 ____________________________________________________________________________
25932 [  9532] By: jhi                                   on 2001/04/03  13:11:46
25933         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
25934              From: Robin Houston <robin@kitsite.com>
25935              Date: Mon, 2 Apr 2001 15:03:29 +0100
25936              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
25937      Branch: perl
25938            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
25939 ____________________________________________________________________________
25940 [  9531] By: jhi                                   on 2001/04/03  13:06:34
25941         Log: Integrate change #9530 from maintperl into mainline.
25942              
25943              accomodate VMS "mailbox overflow" quirk in testsuite (from
25944              Craig Berry)
25945      Branch: perl
25946           !> t/lib/socket.t
25947 ____________________________________________________________________________
25948 [  9530] By: gsar                                  on 2001/04/03  04:56:41
25949         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
25950              Craig Berry)
25951      Branch: maint-5.6/perl
25952            ! t/lib/socket.t
25953 ____________________________________________________________________________
25954 [  9529] By: jhi                                   on 2001/04/03  02:34:34
25955         Log: Update Changes.
25956      Branch: perl
25957            ! Changes patchlevel.h
25958 ____________________________________________________________________________
25959 [  9528] By: jhi                                   on 2001/04/03  01:27:57
25960         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
25961              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
25962              To: perl5-porters@perl.org
25963              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
25964      Branch: perl
25965            ! pod/perlfaq3.pod
25966 ____________________________________________________________________________
25967 [  9527] By: jhi                                   on 2001/04/03  01:22:09
25968         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
25969              From: Peter Prymmer <pvhp@forte.com>
25970              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
25971              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
25972      Branch: perl
25973            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
25974 ____________________________________________________________________________
25975 [  9526] By: jhi                                   on 2001/04/03  01:18:25
25976         Log: The metaconfig unit changes for #9525.
25977      Branch: metaconfig
25978            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
25979      Branch: metaconfig/U/perl
25980            ! use64bits.U
25981 ____________________________________________________________________________
25982 [  9525] By: jhi                                   on 2001/04/03  01:17:30
25983         Log: Configure sanity checks:
25984              * if use64bitall is attempted but pointers are only 32-bit,
25985              'downgrade' to use64bitint
25986              * if use64bitint is attempted but there's no quad type,
25987              forget about use64bitint (well, the default for it is 'n',
25988              the user can still override this)
25989              * if pointers are 64 bits, do not try to use Perl's malloc
25990      Branch: perl
25991            ! Configure
25992 ____________________________________________________________________________
25993 [  9524] By: gsar                                  on 2001/04/03  01:09:12
25994         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
25995      Branch: maint-5.6/perl
25996            ! pp_sys.c
25997 ____________________________________________________________________________
25998 [  9523] By: jhi                                   on 2001/04/03  00:02:31
25999         Log: (Retracted by #9609)
26000              
26001              Make it harder for parallel makes to enter 'test' before
26002              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
26003              should be unhappy enough, but sometimes parallel makes seem
26004              to sneak past both in Tru64 and AIX.)
26005      Branch: perl
26006            ! Makefile.SH
26007 ____________________________________________________________________________
26008 [  9522] By: jhi                                   on 2001/04/02  22:35:31
26009         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
26010              Date: Mon, 2 Apr 2001 22:54:10 +0100
26011              From: Robin Houston <robin@kitsite.com>
26012              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
26013      Branch: perl
26014            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
26015 ____________________________________________________________________________
26016 [  9521] By: jhi                                   on 2001/04/02  22:32:23
26017         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
26018              From: Robin Houston <robin@kitsite.com>
26019              Date: Mon, 2 Apr 2001 20:24:03 +0100
26020              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
26021      Branch: perl
26022            ! ext/B/B/Concise.pm
26023 ____________________________________________________________________________
26024 [  9520] By: jhi                                   on 2001/04/02  22:30:43
26025         Log: Subject: [PATCH] REALLY pedantic hv.h nit
26026              From: Simon Cozens <simon@netthink.co.uk>
26027              Date: Mon, 2 Apr 2001 15:43:06 +0100
26028              Message-ID: <20010402154306.A21711@netthink.co.uk>
26029      Branch: perl
26030            ! hv.h
26031 ____________________________________________________________________________
26032 [  9519] By: jhi                                   on 2001/04/02  22:28:04
26033         Log: Based on
26034              
26035              Subject: [foolperl] EPOC fix
26036              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26037              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
26038              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
26039      Branch: perl
26040            ! pp_sys.c
26041 ____________________________________________________________________________
26042 [  9518] By: jhi                                   on 2001/04/02  22:22:34
26043         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
26044              
26045              README.win32 tweaks; add a note about alternative location for
26046              getting a gcc-2.95.2 that will build perl properly on windows
26047              
26048              add some notes about gutsy threading matters
26049              
26050              many of the utilities interpolate literal paths within doublequotes
26051              (fails on dosish platforms where path contains backslashes)
26052      Branch: perl
26053           !> README.win32 pod/perlguts.pod utils/perldoc.PL
26054           !> x2p/find2perl.PL x2p/s2p.PL
26055 ____________________________________________________________________________
26056 [  9517] By: gsar                                  on 2001/04/02  19:52:21
26057         Log: many of the utilities interpolate literal paths within doublequotes
26058              (fails on dosish platforms where path contains backslashes)
26059      Branch: maint-5.6/perl
26060            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
26061 ____________________________________________________________________________
26062 [  9516] By: gsar                                  on 2001/04/02  05:49:37
26063         Log: a foolish release
26064      Branch: maint-5.6/perl
26065            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
26066            ! pod/perltoc.pod
26067 ____________________________________________________________________________
26068 [  9515] By: gsar                                  on 2001/04/02  05:04:29
26069         Log: add missing changelog summaries
26070      Branch: maint-5.6/perl
26071            ! Changes
26072 ____________________________________________________________________________
26073 [  9514] By: gsar                                  on 2001/04/02  04:07:13
26074         Log: add some notes about gutsy threading matters
26075      Branch: maint-5.6/perl
26076            ! pod/perlguts.pod
26077 ____________________________________________________________________________
26078 [  9513] By: gsar                                  on 2001/04/02  03:25:21
26079         Log: add more prominent caveat notices about experimental features
26080      Branch: maint-5.6/perl
26081            ! pod/perlfork.pod pod/perlunicode.pod
26082 ____________________________________________________________________________
26083 [  9512] By: gsar                                  on 2001/04/02  02:54:33
26084         Log: integrate changes#9479,9509 from mainline
26085              
26086              [PATCH] File::Glob stuff for Mac OS
26087              
26088              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
26089      Branch: maint-5.6/perl
26090           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26091           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
26092           !> t/lib/glob-taint.t
26093 ____________________________________________________________________________
26094 [  9511] By: gsar                                  on 2001/04/02  02:38:24
26095         Log: README.win32 tweaks; add a note about alternative location for
26096              getting a gcc-2.95.2 that will build perl properly on windows
26097      Branch: maint-5.6/perl
26098            ! README.win32
26099 ____________________________________________________________________________
26100 [  9510] By: jhi                                   on 2001/04/01  20:45:10
26101         Log: An ambiguosity warning.
26102      Branch: perl
26103            ! t/lib/trig.t
26104 ____________________________________________________________________________
26105 [  9509] By: jhi                                   on 2001/04/01  19:53:47
26106         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
26107              From: Jonathan Stowe <gellyfish@gellyfish.com>
26108              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
26109              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
26110      Branch: perl
26111            ! ext/File/Glob/bsd_glob.c
26112 ____________________________________________________________________________
26113 [  9508] By: jhi                                   on 2001/04/01  19:35:03
26114         Log: Update Changes.
26115      Branch: perl
26116            ! Changes patchlevel.h
26117 ____________________________________________________________________________
26118 [  9507] By: jhi                                   on 2001/04/01  19:24:01
26119         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
26120              from mainline to maintperl: pod tweaks.
26121      Branch: maint-5.6/perl
26122           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
26123           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
26124           !> pod/perlvar.pod
26125 ____________________________________________________________________________
26126 [  9506] By: jhi                                   on 2001/04/01  19:11:53
26127         Log: Commit Sarathy to April release of 5.6.1 :-)
26128      Branch: perl
26129            ! pod/perlfaq1.pod
26130 ____________________________________________________________________________
26131 [  9505] By: jhi                                   on 2001/04/01  19:03:15
26132         Log: Subject: PATCH 5.6.0 (perldebug.pod)
26133              From: Mark-Jason Dominus <mjd@plover.com>
26134              Date: Sun, 01 Apr 2001 14:25:11 -0400
26135              Message-ID: <20010401182511.9247.qmail@plover.com>
26136      Branch: perl
26137            ! pod/perldebug.pod
26138 ____________________________________________________________________________
26139 [  9504] By: jhi                                   on 2001/04/01  18:43:09
26140         Log: Add great_circle_direction().
26141      Branch: perl
26142            ! lib/Math/Trig.pm t/lib/trig.t
26143 ____________________________________________________________________________
26144 [  9503] By: jhi                                   on 2001/04/01  17:29:12
26145         Log: Unicode ReadMe update for Unicode 3.1.
26146      Branch: perl
26147            ! lib/unicode/ReadMe.txt
26148 ____________________________________________________________________________
26149 [  9502] By: jhi                                   on 2001/04/01  17:18:40
26150         Log: Integrate change #9501 from maintperl into mainline.
26151              
26152              fix the perlembed notes on multiple interpreters
26153              
26154              fix ExtUtils::Embed to work passably on Windows
26155      Branch: perl
26156           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
26157 ____________________________________________________________________________
26158 [  9501] By: gsar                                  on 2001/04/01  07:21:57
26159         Log: fix the perlembed notes on multiple interpreters
26160              
26161              fix ExtUtils::Embed to work passably on Windows
26162      Branch: maint-5.6/perl
26163            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
26164 ____________________________________________________________________________
26165 [  9500] By: jhi                                   on 2001/04/01  05:58:23
26166         Log: Test for #9499.
26167      Branch: perl
26168            ! t/op/tr.t
26169 ____________________________________________________________________________
26170 [  9499] By: jhi                                   on 2001/04/01  05:55:46
26171         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
26172      Branch: perl
26173            ! embed.h embed.pl op.c proto.h
26174 ____________________________________________________________________________
26175 [  9498] By: jhi                                   on 2001/04/01  05:44:34
26176         Log: Protect the workaround hunk more.
26177      Branch: perl
26178            ! toke.c
26179 ____________________________________________________________________________
26180 [  9497] By: jhi                                   on 2001/04/01  00:24:25
26181         Log: Integrate changes #9493,9494,9495,9496 from maintperl
26182              into mainline.
26183              
26184              fix a broken workaround for Borland compiler in change#4739
26185              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
26186              
26187              nits spotted by Borland compiler
26188              
26189              avoid redefinition warnings under Borland 5.02
26190              
26191              various nits identified by the Borland 5.5 compiler; remove suppression
26192              of a few warnings
26193      Branch: perl
26194           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
26195           !> win32/win32.h
26196 ____________________________________________________________________________
26197 [  9496] By: gsar                                  on 2001/03/31  23:22:28
26198         Log: various nits identified by the Borland 5.5 compiler; remove suppression
26199              of a few warnings
26200      Branch: maint-5.6/perl
26201            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
26202 ____________________________________________________________________________
26203 [  9495] By: gsar                                  on 2001/03/31  21:03:08
26204         Log: avoid redefinition warnings under Borland 5.02
26205      Branch: maint-5.6/perl
26206            ! win32/makefile.mk
26207 ____________________________________________________________________________
26208 [  9494] By: gsar                                  on 2001/03/31  20:18:59
26209         Log: nits spotted by Borland compiler
26210      Branch: maint-5.6/perl
26211            ! utf8.h win32/win32.h
26212 ____________________________________________________________________________
26213 [  9493] By: gsar                                  on 2001/03/31  20:18:05
26214         Log: fix a broken workaround for Borland compiler in change#4739
26215              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
26216      Branch: maint-5.6/perl
26217            ! toke.c
26218 ____________________________________________________________________________
26219 [  9492] By: jhi                                   on 2001/03/31  18:36:24
26220         Log: Integrate change #9491 from maintperl into mainline.
26221              
26222              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
26223              directory is relative (need to fetch the full path name *before*
26224              the chdir!)
26225      Branch: perl
26226           !> lib/Cwd.pm
26227 ____________________________________________________________________________
26228 [  9491] By: gsar                                  on 2001/03/31  17:01:56
26229         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
26230              directory is relative (need to fetch the full path name *before*
26231              the chdir!)
26232              
26233              this is a followup patch for change#6749
26234      Branch: maint-5.6/perl
26235            ! lib/Cwd.pm
26236 ____________________________________________________________________________
26237 [  9490] By: jhi                                   on 2001/03/31  15:50:18
26238         Log: Subject: Re: [PATCH] av.h cosmetics
26239              From: Simon Cozens <simon@netthink.co.uk>
26240              Date: Sat, 31 Mar 2001 13:09:59 +0100
26241              Message-ID: <20010331130959.A22000@netthink.co.uk>
26242              
26243              Document AvALLOC.
26244      Branch: perl
26245            ! pod/perlguts.pod
26246 ____________________________________________________________________________
26247 [  9489] By: jhi                                   on 2001/03/31  15:48:44
26248         Log: Subject: [PATCH] Re: Math::Big* v1.21
26249              From: Tels <perl_dummy@bloodgate.com>
26250              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
26251              Message-Id: <200103311125.GAA377738@www08.hway.net>
26252      Branch: perl
26253            ! pod/perlop.pod
26254 ____________________________________________________________________________
26255 [  9488] By: jhi                                   on 2001/03/31  03:39:51
26256         Log: Debug output tweak.
26257      Branch: perl
26258            ! t/lib/cwd.t
26259 ____________________________________________________________________________
26260 [  9487] By: jhi                                   on 2001/03/31  03:33:02
26261         Log: OverVMSification.
26262      Branch: perl
26263            ! t/lib/cwd.t
26264 ____________________________________________________________________________
26265 [  9486] By: jhi                                   on 2001/03/31  03:01:40
26266         Log: Missed MANIFESTations in #9483.
26267      Branch: perl
26268            ! MANIFEST
26269 ____________________________________________________________________________
26270 [  9485] By: jhi                                   on 2001/03/31  02:58:17
26271         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
26272              From: Peter Prymmer <pvhp@forte.com>
26273              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
26274              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
26275      Branch: perl
26276            ! regexec.c t/lib/cwd.t
26277 ____________________________________________________________________________
26278 [  9484] By: jhi                                   on 2001/03/31  01:04:41
26279         Log: Obsolete file (see #3938)
26280      Branch: perl
26281            - lib/unicode/README.Ethiopic
26282            ! MANIFEST
26283 ____________________________________________________________________________
26284 [  9483] By: jhi                                   on 2001/03/31  00:52:42
26285         Log: Update to Unicode 3.1.
26286              (Rename Names.txt to NamesList.txt.)
26287      Branch: perl
26288            + lib/unicode/NamesList.txt lib/unicode/PropList.html
26289            - lib/unicode/Names.txt
26290            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
26291            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
26292            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
26293            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
26294            ! lib/unicode/UCD.html lib/unicode/Unicode.html
26295            ! lib/unicode/rename lib/unicode/version
26296 ____________________________________________________________________________
26297 [  9482] By: jhi                                   on 2001/03/30  23:33:44
26298         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
26299              From: Robin Houston <robin@kitsite.com>
26300              Date: Fri, 30 Mar 2001 20:07:22 +0100
26301              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
26302      Branch: perl
26303            ! ext/B/B/Deparse.pm
26304 ____________________________________________________________________________
26305 [  9481] By: jhi                                   on 2001/03/30  23:20:25
26306         Log: Subject: Re: [PATCH] CwdXS, Take 2
26307              From: Benjamin Sugars <bsugars@canoe.ca>
26308              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
26309              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
26310      Branch: perl
26311            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
26312            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
26313 ____________________________________________________________________________
26314 [  9480] By: jhi                                   on 2001/03/30  22:52:38
26315         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
26316              From: David Dyck <dcd@tc.fluke.com>
26317              Date: Fri, 30 Mar 2001 14:44:13 -0800
26318              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
26319              
26320              The t/rantests flags file creation was accidentally
26321              removed by #9217.
26322      Branch: perl
26323            ! Makefile.SH
26324 ____________________________________________________________________________
26325 [  9479] By: jhi                                   on 2001/03/30  22:45:45
26326         Log: Subject: [PATCH] File::Glob stuff for Mac OS
26327              From: Chris Nandor <pudge@pobox.com>
26328              Date: Fri, 30 Mar 2001 16:51:00 -0500
26329              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
26330      Branch: perl
26331            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26332            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
26333            ! t/lib/glob-taint.t
26334 ____________________________________________________________________________
26335 [  9478] By: jhi                                   on 2001/03/30  22:43:12
26336         Log: Subject: fix for win32/buildext.pl
26337              From: "Vadim Konovalov" <watman@inbox.ru>
26338              Date: Sat, 31 Mar 2001 00:50:36 +0400
26339              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
26340      Branch: perl
26341            ! win32/buildext.pl
26342 ____________________________________________________________________________
26343 [  9477] By: jhi                                   on 2001/03/30  22:41:16
26344         Log: Subject: small base.pm doc patch
26345              From: Leon Brocard <acme@astray.com>
26346              Date: Fri, 30 Mar 2001 21:49:57 +0100
26347              Message-ID: <20010330214957.B8733@ns0.astray.com>
26348      Branch: perl
26349            ! lib/base.pm
26350 ____________________________________________________________________________
26351 [  9476] By: jhi                                   on 2001/03/30  18:16:57
26352         Log: Subject: [PATCH] av.h cosmetics
26353              From: Simon Cozens <simon@netthink.co.uk>
26354              Date: Fri, 30 Mar 2001 18:12:28 +0100
26355              Message-ID: <20010330181228.A9319@netthink.co.uk>
26356      Branch: perl
26357            ! av.h
26358 ____________________________________________________________________________
26359 [  9475] By: jhi                                   on 2001/03/30  18:15:50
26360         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
26361              From: "Philip Newton" <pnewton@gmx.de>
26362              Date: Fri, 30 Mar 2001 19:06:57 +0200
26363              Message-ID: <3AC4D951.14815.1AC7068@localhost>
26364      Branch: perl
26365            ! pod/perlhack.pod
26366 ____________________________________________________________________________
26367 [  9474] By: jhi                                   on 2001/03/30  18:14:02
26368         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
26369              From: Benjamin Sugars <bsugars@canoe.ca>
26370              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
26371              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
26372      Branch: perl
26373            ! t/lib/glob-basic.t
26374 ____________________________________________________________________________
26375 [  9473] By: jhi                                   on 2001/03/30  16:09:24
26376         Log: Update Changes.
26377      Branch: perl
26378            ! Changes patchlevel.h
26379 ____________________________________________________________________________
26380 [  9472] By: jhi                                   on 2001/03/30  15:16:08
26381         Log: Integrate perlio.
26382      Branch: perl
26383           !> t/lib/cwd.t t/lib/glob-basic.t
26384 ____________________________________________________________________________
26385 [  9471] By: nick                                  on 2001/03/30  14:47:10
26386         Log: Should be (^O eq 'MSWin32') not 'Win32'
26387              Fail #12 seems real - chdir is in wrong dir.
26388      Branch: perlio
26389            ! t/lib/cwd.t
26390 ____________________________________________________________________________
26391 [  9470] By: jhi                                   on 2001/03/30  14:41:11
26392         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
26393              From: Radu Greab <radu@netsoft.ro>
26394              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
26395              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
26396              
26397              Replace #9352.
26398      Branch: perl
26399            ! ext/Socket/Socket.xs pp_sys.c
26400 ____________________________________________________________________________
26401 [  9469] By: jhi                                   on 2001/03/30  14:37:51
26402         Log: Subject: PATCH pod/perldiag.pod
26403              From: Robin Houston <robin@kitsite.com>
26404              Date: Fri, 30 Mar 2001 14:10:36 +0100
26405              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
26406      Branch: perl
26407            ! pod/perldiag.pod t/lib/glob-basic.t
26408 ____________________________________________________________________________
26409 [  9468] By: jhi                                   on 2001/03/30  14:36:36
26410         Log: Subject: Better diagnostic in io/fs.t
26411              From: andreas.koenig@anima.de (Andreas J. Koenig)
26412              Date: 30 Mar 2001 10:11:43 +0200
26413              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
26414      Branch: perl
26415            ! t/io/fs.t
26416 ____________________________________________________________________________
26417 [  9467] By: nick                                  on 2001/03/30  14:25:43
26418         Log: Skip order test of glob if case-ignoring system cannot 
26419              create a.test and A.test
26420      Branch: perlio
26421            ! t/lib/glob-basic.t
26422 ____________________________________________________________________________
26423 [  9466] By: nick                                  on 2001/03/30  13:03:12
26424         Log: Integrate mainline.
26425      Branch: perlio
26426            - ext/re/hints/aix.pl
26427           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
26428           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
26429           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
26430           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
26431 ____________________________________________________________________________
26432 [  9465] By: jhi                                   on 2001/03/30  03:53:37
26433         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
26434              the tests sometimes hang, sometimes not.)
26435      Branch: perl
26436            ! t/lib/io_multihomed.t t/lib/io_sock.t
26437 ____________________________________________________________________________
26438 [  9464] By: jhi                                   on 2001/03/30  02:56:04
26439         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
26440              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26441              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
26442              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
26443      Branch: perl
26444            ! op.c
26445 ____________________________________________________________________________
26446 [  9463] By: jhi                                   on 2001/03/30  02:34:48
26447         Log: Test for #9462.
26448      Branch: perl
26449            ! t/lib/b.t
26450 ____________________________________________________________________________
26451 [  9462] By: jhi                                   on 2001/03/30  02:29:37
26452         Log: Subject: B::Deparse precedence bug. (Patch included.)
26453              From: Jeremy Madea <jmadea@inktomi.com>
26454              Date: Thu, 29 Mar 2001 12:05:02 -0800
26455              Message-ID: <20010329120502.A24881@dr.inktomi.com>
26456      Branch: perl
26457            ! ext/B/B/Deparse.pm
26458 ____________________________________________________________________________
26459 [  9461] By: jhi                                   on 2001/03/30  02:18:41
26460         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
26461              From: Peter Prymmer <pvhp@forte.com>
26462              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
26463              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
26464      Branch: perl
26465            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
26466            ! t/lib/md5-file.t
26467 ____________________________________________________________________________
26468 [  9460] By: jhi                                   on 2001/03/30  02:17:07
26469         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
26470              From: Robin Houston <robin@kitsite.com>
26471              Date: Thu, 29 Mar 2001 20:47:56 +0100
26472              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
26473      Branch: perl
26474            ! ext/B/B/Debug.pm
26475 ____________________________________________________________________________
26476 [  9459] By: jhi                                   on 2001/03/30  02:16:05
26477         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
26478              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
26479              Date: Wed, 28 Mar 2001 18:02:20 -0600
26480              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
26481      Branch: perl
26482            ! lib/ExtUtils/MM_VMS.pm
26483 ____________________________________________________________________________
26484 [  9458] By: jhi                                   on 2001/03/30  02:07:58
26485         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
26486              From: "Joshua E. Rodd" <jrodd@pbs.org>
26487              Date: Wed, 28 Mar 2001 17:29:12 -0500
26488              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
26489      Branch: perl
26490            ! pod/perlop.pod
26491 ____________________________________________________________________________
26492 [  9457] By: jhi                                   on 2001/03/30  02:04:33
26493         Log: Subject: ext/re/aix.pl can go
26494              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26495              Date: Thu, 29 Mar 2001 12:03:28 +0200
26496              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
26497      Branch: perl
26498            - ext/re/hints/aix.pl
26499            ! MANIFEST
26500 ____________________________________________________________________________
26501 [  9456] By: jhi                                   on 2001/03/30  02:03:32
26502         Log: Integrate perlio.
26503      Branch: perl
26504           !> ext/Encode/Encode.xs installperl
26505 ____________________________________________________________________________
26506 [  9455] By: nick                                  on 2001/03/29  21:11:46
26507         Log: DLL name has changed so installperl needs to know
26508              (Why isn't it working it out or passed it?)
26509      Branch: perlio
26510            ! installperl
26511 ____________________________________________________________________________
26512 [  9454] By: nick                                  on 2001/03/29  20:56:12
26513         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
26514              and we don't get undef warnings.
26515      Branch: perlio
26516            ! ext/Encode/Encode.xs
26517 ____________________________________________________________________________
26518 [  9453] By: nick                                  on 2001/03/29  17:58:48
26519         Log: Integrate mainline
26520      Branch: perlio
26521           !> Changes patchlevel.h
26522 ____________________________________________________________________________
26523 [  9452] By: jhi                                   on 2001/03/29  16:44:55
26524         Log: Update Changes.
26525      Branch: perl
26526            ! Changes patchlevel.h
26527 ____________________________________________________________________________
26528 [  9451] By: nick                                  on 2001/03/29  16:31:38
26529         Log: Integrate mainline
26530      Branch: perlio
26531           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
26532           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
26533           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
26534           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
26535           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
26536 ____________________________________________________________________________
26537 [  9450] By: jhi                                   on 2001/03/29  16:29:17
26538         Log: Integrate perlio.
26539      Branch: perl
26540           !> win32/buildext.pl
26541 ____________________________________________________________________________
26542 [  9449] By: jhi                                   on 2001/03/29  15:50:01
26543         Log: Update Changes.
26544      Branch: perl
26545            ! Changes patchlevel.h
26546 ____________________________________________________________________________
26547 [  9448] By: nick                                  on 2001/03/29  15:47:15
26548         Log: Make sure buildext.pl finds Errno.pm
26549      Branch: perlio
26550            ! win32/buildext.pl
26551 ____________________________________________________________________________
26552 [  9447] By: jhi                                   on 2001/03/29  15:39:34
26553         Log: Integrate perlio.
26554      Branch: perl
26555           !> win32/makefile.mk
26556 ____________________________________________________________________________
26557 [  9446] By: nick                                  on 2001/03/29  15:30:03
26558         Log: Integrate win32/makefile.mk with mainline.
26559      Branch: perlio
26560           !> win32/makefile.mk
26561 ____________________________________________________________________________
26562 [  9445] By: nick                                  on 2001/03/29  15:27:32
26563         Log: Fix breakage ... 
26564      Branch: perlio
26565            ! win32/makefile.mk
26566 ____________________________________________________________________________
26567 [  9444] By: jhi                                   on 2001/03/29  15:03:08
26568         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
26569              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
26570              Date: Thu, 29 Mar 2001 10:32:59 +0400
26571              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
26572      Branch: perl
26573            ! win32/makefile.mk
26574 ____________________________________________________________________________
26575 [  9443] By: jhi                                   on 2001/03/29  15:02:12
26576         Log: Integrate perlio.
26577      Branch: perl
26578           +> win32/buildext.pl
26579           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
26580           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
26581 ____________________________________________________________________________
26582 [  9442] By: nick                                  on 2001/03/29  14:59:11
26583         Log: Work in progress - determine win32 extensions to build via script.
26584      Branch: perlio
26585            + win32/buildext.pl
26586            ! MANIFEST win32/makefile.mk
26587 ____________________________________________________________________________
26588 [  9441] By: jhi                                   on 2001/03/29  14:51:47
26589         Log: Reintroduce the use of external pwd.
26590      Branch: perl
26591            ! t/lib/cwd.t
26592 ____________________________________________________________________________
26593 [  9440] By: jhi                                   on 2001/03/29  14:42:58
26594         Log: use warnings instead of -w.
26595      Branch: perl
26596            ! utils/h2xs.PL
26597 ____________________________________________________________________________
26598 [  9439] By: jhi                                   on 2001/03/29  14:41:52
26599         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
26600              From: Jonathan Stowe <gellyfish@gellyfish.com>
26601              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
26602              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
26603      Branch: perl
26604            ! utils/h2xs.PL
26605 ____________________________________________________________________________
26606 [  9438] By: jhi                                   on 2001/03/29  14:39:38
26607         Log: Subject: [PATCH perl@9424] minor pod nits
26608              From: Robin Barker <rmb1@cise.npl.co.uk>
26609              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
26610              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
26611      Branch: perl
26612            ! pod/perlhack.pod pod/perliol.pod
26613 ____________________________________________________________________________
26614 [  9437] By: jhi                                   on 2001/03/29  14:29:16
26615         Log: Subject: [PATCH perl@9424] typemap cast warning
26616              From: Robin Barker <rmb1@cise.npl.co.uk>
26617              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
26618              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
26619      Branch: perl
26620            ! lib/ExtUtils/typemap
26621 ____________________________________________________________________________
26622 [  9436] By: jhi                                   on 2001/03/29  14:26:03
26623         Log: Subject: [PATCH perl@9424] printf warning
26624              From: Robin Barker <rmb1@cise.npl.co.uk>
26625              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
26626              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
26627      Branch: perl
26628            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
26629            ! ext/Storable/Storable.xs toke.c
26630 ____________________________________________________________________________
26631 [  9435] By: nick                                  on 2001/03/29  14:23:31
26632         Log: Win32 has name conflict with ERROR
26633      Branch: perlio
26634            ! ext/PerlIO/Via/Via.xs
26635 ____________________________________________________________________________
26636 [  9434] By: jhi                                   on 2001/03/29  14:17:48
26637         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
26638              From: Peter Prymmer <pvhp@forte.com>
26639              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
26640              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
26641      Branch: perl
26642            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
26643 ____________________________________________________________________________
26644 [  9433] By: jhi                                   on 2001/03/29  13:52:44
26645         Log: test-prep target was missing.
26646      Branch: perl
26647            ! Makefile.SH
26648 ____________________________________________________________________________
26649 [  9432] By: nick                                  on 2001/03/29  12:40:03
26650         Log: Make as-shipped compiler default to MSVC6 
26651      Branch: perlio
26652            ! win32/makefile.mk
26653 ____________________________________________________________________________
26654 [  9431] By: nick                                  on 2001/03/29  12:12:16
26655         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
26656              akin to PerlIO::Scalar.
26657      Branch: perlio
26658            ! perlio.c perlio.h
26659 ____________________________________________________________________________
26660 [  9430] By: nick                                  on 2001/03/29  10:56:35
26661         Log: Integrate mainline.
26662      Branch: perlio
26663           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
26664           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
26665           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
26666           !> win32/makefile.mk win32/win32sck.c
26667 ____________________________________________________________________________
26668 [  9429] By: nick                                  on 2001/03/29  09:03:43
26669         Log: Noticed that two tests were skipped as perlio:: package
26670              isn't there any more. Changed the skip condition.
26671              Avoid core-dump if sv_utf8_upgrade() called on something
26672              that does not become SvPOK after SvPV() (e.g. a ref).
26673      Branch: perlio
26674            ! sv.c t/io/utf8.t t/lib/io_scalar.t
26675 ____________________________________________________________________________
26676 [  9428] By: jhi                                   on 2001/03/29  01:31:47
26677         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
26678              From: Benjamin Sugars <bsugars@canoe.ca> 
26679              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
26680              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
26681      Branch: perl
26682            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
26683            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
26684            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
26685 ____________________________________________________________________________
26686 [  9427] By: jhi                                   on 2001/03/29  00:49:30
26687         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
26688              From: "Vadim Konovalov" <watman@inbox.ru>
26689              Date: Thu, 29 Mar 2001 01:50:12 +0400
26690              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
26691      Branch: perl
26692            ! win32/makefile.mk win32/win32sck.c
26693 ____________________________________________________________________________
26694 [  9426] By: gsar                                  on 2001/03/29  00:28:04
26695         Log: dmake can only handle == and != in comparisons; support building
26696              with Borland's VCL libraries (from Vadim Konovalov)
26697      Branch: maint-5.6/perl
26698            ! win32/makefile.mk
26699 ____________________________________________________________________________
26700 [  9425] By: nick                                  on 2001/03/28  19:29:56
26701         Log: Integrate (@snapshot)
26702      Branch: perlio
26703           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
26704 ____________________________________________________________________________
26705 [  9424] By: jhi                                   on 2001/03/28  19:03:16
26706         Log: Update Changes.
26707      Branch: perl
26708            ! Changes patchlevel.h
26709 ____________________________________________________________________________
26710 [  9423] By: jhi                                   on 2001/03/28  18:52:09
26711         Log: Rmdir lib/XS on cleanup.
26712      Branch: perl
26713            ! Makefile.SH
26714 ____________________________________________________________________________
26715 [  9422] By: jhi                                   on 2001/03/28  18:49:34
26716         Log: Integrate perlio.
26717      Branch: perl
26718           !> t/op/utf8decode.t
26719 ____________________________________________________________________________
26720 [  9421] By: nick                                  on 2001/03/28  18:46:44
26721         Log: Loose duplicate chunk.
26722      Branch: perlio
26723            ! t/op/utf8decode.t
26724 ____________________________________________________________________________
26725 [  9420] By: nick                                  on 2001/03/28  18:44:11
26726         Log: Integrate mainline.
26727      Branch: perlio
26728           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
26729           !> vms/vmsish.h
26730 ____________________________________________________________________________
26731 [  9419] By: jhi                                   on 2001/03/28  18:42:05
26732         Log: Can't trust external pwds
26733              (either shell builtins or external programs)
26734      Branch: perl
26735            ! t/lib/cwd.t
26736 ____________________________________________________________________________
26737 [  9418] By: jhi                                   on 2001/03/28  18:34:05
26738         Log: Integrate perlio.
26739      Branch: perl
26740            - lib/perlio.pm
26741           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
26742           !> t/op/utf8decode.t
26743 ____________________________________________________________________________
26744 [  9417] By: nick                                  on 2001/03/28  18:24:02
26745         Log: PerlIO.pm / perlio.pm conflict.
26746              Update some pods.
26747              Make t/op/utf8decode.t a text file.
26748      Branch: perlio
26749            - lib/perlio.pm
26750            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
26751            ! t/op/utf8decode.t
26752 ____________________________________________________________________________
26753 [  9416] By: jhi                                   on 2001/03/28  18:06:07
26754         Log: Integrate change #9409 from mainline to maintperl.
26755              
26756              Yet another tweak on AIX dynaloading.
26757      Branch: maint-5.6/perl
26758           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26759 ____________________________________________________________________________
26760 [  9415] By: gsar                                  on 2001/03/28  17:13:01
26761         Log: integrate changes#9377,9385,9401 from mainline
26762              
26763              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
26764              
26765              If directory entries compare equal case-insensitively,
26766              retry case-sensitively.
26767              
26768              Subject: [PATCH] B::Terse and warnings
26769      Branch: maint-5.6/perl
26770           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
26771           !> t/pragma/warn/perl
26772 ____________________________________________________________________________
26773 [  9414] By: jhi                                   on 2001/03/28  17:11:12
26774         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
26775              From: "Craig A. Berry" <craigberry@mac.com>
26776              Date: Wed, 28 Mar 2001 10:55:20 -0600
26777              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
26778      Branch: perl
26779            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
26780 ____________________________________________________________________________
26781 [  9413] By: jhi                                   on 2001/03/28  17:03:12
26782         Log: Dup hunk.
26783      Branch: perl
26784            ! t/op/utf8decode.t
26785 ____________________________________________________________________________
26786 [  9412] By: jhi                                   on 2001/03/28  17:02:36
26787         Log: Forced integrate from perlio.
26788      Branch: perl
26789           !> t/op/utf8decode.t
26790 ____________________________________________________________________________
26791 [  9411] By: nick                                  on 2001/03/28  16:50:03
26792         Log: Integrate mainline.
26793      Branch: perlio
26794           +> t/lib/cwd.t
26795           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26796           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
26797           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
26798           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
26799           !> t/pragma/warn/perl
26800 ____________________________________________________________________________
26801 [  9410] By: jhi                                   on 2001/03/28  16:44:23
26802         Log: Subject: Re: [PATCH] 9403 cannot be tested
26803              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26804              Date: Wed, 28 Mar 2001 18:33:56 +0200
26805              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
26806      Branch: perl
26807            ! makedef.pl
26808 ____________________________________________________________________________
26809 [  9409] By: jhi                                   on 2001/03/28  16:12:45
26810         Log: Yet another tweak on AIX dynaloading.
26811      Branch: perl
26812            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
26813 ____________________________________________________________________________
26814 [  9408] By: jhi                                   on 2001/03/28  15:52:55
26815         Log: Subject: [PATCH] 9403 cannot be tested
26816              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
26817              Date: Wed, 28 Mar 2001 17:23:00 +0200
26818              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
26819              
26820              A missing symbol.
26821      Branch: perl
26822            ! makedef.pl
26823 ____________________________________________________________________________
26824 [  9407] By: jhi                                   on 2001/03/28  15:47:43
26825         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
26826      Branch: perl
26827            ! t/op/utf8decode.t
26828           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
26829           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
26830 ____________________________________________________________________________
26831 [  9406] By: jhi                                   on 2001/03/28  15:37:08
26832         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
26833              From: Benjamin Sugars <bsugars@canoe.ca> 
26834              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
26835              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
26836      Branch: perl
26837            + t/lib/cwd.t
26838            ! MANIFEST
26839 ____________________________________________________________________________
26840 [  9405] By: jhi                                   on 2001/03/28  15:13:18
26841         Log: pp_ne() needs a CORRECT boolean.
26842      Branch: perl
26843            ! pp.c
26844 ____________________________________________________________________________
26845 [  9404] By: jhi                                   on 2001/03/28  15:09:23
26846         Log: pp_ne() needs a boolean, not an integer.
26847      Branch: perl
26848            ! pp.c
26849 ____________________________________________________________________________
26850 [  9403] By: jhi                                   on 2001/03/28  14:47:43
26851         Log: (Retracted by #9404.)
26852      Branch: perl
26853            ! pp.c
26854 ____________________________________________________________________________
26855 [  9402] By: jhi                                   on 2001/03/28  14:43:59
26856         Log: Subject: Re: [PATCH] Typemap testing
26857              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
26858              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
26859              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
26860      Branch: perl
26861            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
26862            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
26863 ____________________________________________________________________________
26864 [  9401] By: jhi                                   on 2001/03/28  14:42:14
26865         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
26866              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
26867              Date: Sun, 25 Mar 2001 21:59:15 +0100
26868              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
26869              
26870              A variable will be checked for the "use once" warnings if:
26871              
26872              1. It is in the scope of a use warnings 'once'
26873              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
26874              
26875              Otherwise it won't be checked at all.
26876              
26877              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
26878              
26879              The enclosed patch partially fixes this issue. What I didn't
26880              get to work was the case where the "used once" warning is enabled
26881              in any file other than the main file.
26882      Branch: perl
26883            ! gv.c t/pragma/warn/perl
26884 ____________________________________________________________________________
26885 [  9400] By: nick                                  on 2001/03/28  14:38:24
26886         Log: More EBCDIC tweaks:
26887              - one more swash issue &~(0xA0-1) did not do the right thing,
26888              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
26889              - add "use re 'asciirange'" to make [!-~] etc. work
26890              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
26891              - Choose a key for t/op/each.t test which gets encoded.
26892              - Skip utf8decode if this is UTF-EBCDIC.
26893      Branch: perlio
26894            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
26895            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
26896 ____________________________________________________________________________
26897 [  9399] By: jhi                                   on 2001/03/28  14:21:00
26898         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
26899              Andreas Schwab.
26900      Branch: perl
26901            ! pp.c
26902 ____________________________________________________________________________
26903 [  9398] By: jhi                                   on 2001/03/28  00:55:56
26904         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
26905              From: David Dyck <dcd@tc.fluke.com>
26906              Date: Tue, 27 Mar 2001 15:16:24 -0800
26907              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
26908      Branch: perl
26909            ! ext/IO/lib/IO/Socket.pm
26910 ____________________________________________________________________________
26911 [  9397] By: jhi                                   on 2001/03/27  21:52:49
26912         Log: Integrate perlio.
26913      Branch: perl
26914           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
26915           +> ext/PerlIO/Via/Via.xs
26916           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
26917 ____________________________________________________________________________
26918 [  9396] By: nick                                  on 2001/03/27  21:45:13
26919         Log: Integrate mainline.
26920      Branch: perlio
26921           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
26922           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
26923 ____________________________________________________________________________
26924 [  9395] By: nick                                  on 2001/03/27  21:18:58
26925         Log: Outline docs for PerlIO and PerlIO::Scalar
26926      Branch: perlio
26927            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
26928 ____________________________________________________________________________
26929 [  9394] By: nick                                  on 2001/03/27  20:50:13
26930         Log: PerlIO::Via layer (alpha-ish).
26931      Branch: perlio
26932            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
26933            + ext/PerlIO/Via/Via.xs
26934            ! MANIFEST
26935 ____________________________________________________________________________
26936 [  9393] By: jhi                                   on 2001/03/27  20:49:55
26937         Log: Retract #9329 now that 9390 should take care of the matter.
26938      Branch: perl
26939            ! utils/h2xs.PL
26940 ____________________________________________________________________________
26941 [  9390] By: jhi                                   on 2001/03/27  20:47:50
26942         Log: Subject: Autoloading Errno.pm when %! is encountered
26943              From: Robin Houston <robin@kitsite.com>
26944              Date: Tue, 27 Mar 2001 20:57:11 +0100
26945              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
26946      Branch: perl
26947            ! embed.h embed.pl gv.c proto.h t/op/magic.t
26948 ____________________________________________________________________________
26949 [  9389] By: jhi                                   on 2001/03/27  20:24:31
26950         Log: Integrate perlio.
26951      Branch: perl
26952           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
26953           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
26954           !> utf8.c
26955 ____________________________________________________________________________
26956 [  9388] By: jhi                                   on 2001/03/27  20:21:38
26957         Log: Better have a three-element array if one is going to assign
26958              to the third element of that array. (from Tim Jenness)
26959      Branch: perl
26960            ! ext/XS/Typemap/Typemap.xs
26961 ____________________________________________________________________________
26962 [  9387] By: nick                                  on 2001/03/27  20:15:43
26963         Log: Integrate mainline.
26964      Branch: perlio
26965           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
26966           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
26967           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
26968           +> t/lib/xs-typemap.t
26969           !> (integrate 34 files)
26970 ____________________________________________________________________________
26971 [  9386] By: jhi                                   on 2001/03/27  20:04:18
26972         Log: Subject: Re: perl@9359 breaks HTML::Parser
26973              From: Gisle Aas <gisle@ActiveState.com>
26974              Date: 27 Mar 2001 11:30:24 -0800
26975              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
26976              
26977              Clarify the UTF-8 issues of the API docs.
26978              (Slightly reworded and expanded.)
26979      Branch: perl
26980            ! pod/perlapi.pod sv.c sv.h
26981 ____________________________________________________________________________
26982 [  9385] By: jhi                                   on 2001/03/27  19:44:25
26983         Log: If directory entries compare equal case-insensitively,
26984              retry case-sensitively.
26985      Branch: perl
26986            ! ext/File/Glob/bsd_glob.c
26987 ____________________________________________________________________________
26988 [  9384] By: nick                                  on 2001/03/27  19:38:50
26989         Log: Various EBCDIC fixes:
26990              - major revelation that swash code is encoding aware,
26991              (or thought it was) - now it is ;-)
26992              - With that out of the way fix a slab of tr/// cases.
26993              - Fix Encode 'Unicode' to be true Unicode so tests pass.
26994              - As anticipated Base64.xs needed tweaks.
26995              - Until tr/// works right avoid old_encode64 in MIME tests.
26996      Branch: perlio
26997            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
26998            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
26999 ____________________________________________________________________________
27000 [  9383] By: jhi                                   on 2001/03/27  18:34:41
27001         Log: Add the std test suite BEGIN block.
27002      Branch: perl
27003            ! t/lib/xs-typemap.t
27004 ____________________________________________________________________________
27005 [  9382] By: jhi                                   on 2001/03/27  15:16:07
27006         Log: Add debugging output to the test.
27007      Branch: perl
27008            ! t/lib/glob-basic.t
27009 ____________________________________________________________________________
27010 [  9381] By: jhi                                   on 2001/03/27  15:08:10
27011         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
27012      Branch: perl
27013            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
27014            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
27015            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
27016            + t/lib/xs-typemap.t
27017            ! MANIFEST
27018 ____________________________________________________________________________
27019 [  9380] By: jhi                                   on 2001/03/27  14:48:34
27020         Log: Subject: [PATCH] Typemap testing
27021              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
27022              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
27023              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
27024              
27025              (The first part of the patch.)
27026      Branch: perl
27027            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
27028 ____________________________________________________________________________
27029 [  9379] By: jhi                                   on 2001/03/27  14:44:56
27030         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
27031              From: Benjamin Sugars <bsugars@canoe.ca> 
27032              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
27033              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
27034      Branch: perl
27035            ! t/lib/glob-basic.t
27036 ____________________________________________________________________________
27037 [  9378] By: jhi                                   on 2001/03/27  14:42:30
27038         Log: Subject: [PATCH] perlvar nit
27039              From: Simon Cozens <simon@netthink.co.uk>
27040              Date: Tue, 27 Mar 2001 01:12:01 +0100
27041              Message-ID: <20010327011201.A19179@netthink.co.uk>
27042      Branch: perl
27043            ! pod/perlvar.pod
27044 ____________________________________________________________________________
27045 [  9377] By: jhi                                   on 2001/03/27  14:36:26
27046         Log: Subject: [PATCH] B::Terse and warnings
27047              From: Benjamin Sugars <ben.sugars@home.com>
27048              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
27049              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
27050      Branch: perl
27051            ! ext/B/B.pm ext/B/B/Terse.pm
27052 ____________________________________________________________________________
27053 [  9376] By: jhi                                   on 2001/03/27  14:31:31
27054         Log: Document sockatmark() some.
27055      Branch: perl
27056            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
27057            ! pod/perltoc.pod
27058 ____________________________________________________________________________
27059 [  9375] By: jhi                                   on 2001/03/27  14:00:24
27060         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
27061              noted by Gisle and fixed by NI-S.
27062      Branch: perl
27063            ! sv.c
27064 ____________________________________________________________________________
27065 [  9374] By: jhi                                   on 2001/03/27  05:50:01
27066         Log: Regen toc.
27067      Branch: perl
27068            ! pod/perltoc.pod
27069 ____________________________________________________________________________
27070 [  9373] By: jhi                                   on 2001/03/27  05:43:51
27071         Log: Pixie documenting.
27072      Branch: perl
27073            ! Makefile.SH pod/perlhack.pod
27074 ____________________________________________________________________________
27075 [  9372] By: jhi                                   on 2001/03/27  05:29:34
27076         Log: Metaconfig unit changes for #9371.
27077      Branch: metaconfig
27078            ! U/modified/myhostname.U
27079      Branch: metaconfig/U/perl
27080            + d_sockatmark.U
27081            ! gccvers.U
27082 ____________________________________________________________________________
27083 [  9371] By: jhi                                   on 2001/03/27  05:29:07
27084         Log: Add sockatmark() probing.
27085      Branch: perl
27086            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27087            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
27088            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27089            ! vos/config.ga.h win32/config.bc win32/config.gc
27090            ! win32/config.vc
27091 ____________________________________________________________________________
27092 [  9370] By: jhi                                   on 2001/03/26  22:01:18
27093         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
27094              Really need to benchmark this.
27095      Branch: perl
27096            ! pp.c
27097 ____________________________________________________________________________
27098 [  9369] By: nick                                  on 2001/03/26  21:59:30
27099         Log: Integrate mainline.
27100      Branch: perlio
27101            ! ext/MIME/Base64/QuotedPrint.pm
27102           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
27103           !> patchlevel.h pod/perlhack.pod pp_sys.c
27104 ____________________________________________________________________________
27105 [  9368] By: jhi                                   on 2001/03/26  21:47:03
27106         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
27107              
27108              TODO1: perlbench.
27109              TODO2: le, lt, ge, gt?  Yech.
27110      Branch: perl
27111            ! pp.c
27112 ____________________________________________________________________________
27113 [  9367] By: jhi                                   on 2001/03/26  21:34:57
27114         Log: Too much cut-and-paste in #9363.
27115      Branch: perl
27116            ! pp_sys.c
27117 ____________________________________________________________________________
27118 [  9366] By: jhi                                   on 2001/03/26  21:20:53
27119         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
27120              From: Andreas Schwab <schwab@suse.de>
27121              Date: 26 Mar 2001 17:29:04 +0200
27122              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
27123              
27124              (The patch for 5.6.0 or so, this is a guess for bleadperl)
27125      Branch: perl
27126            ! pp_hot.c
27127 ____________________________________________________________________________
27128 [  9365] By: jhi                                   on 2001/03/26  21:07:54
27129         Log: Integrate perlio.
27130      Branch: perl
27131           !> perlio.c
27132 ____________________________________________________________________________
27133 [  9364] By: nick                                  on 2001/03/26  20:30:48
27134         Log: REFCNT botch in layer name cache hash.
27135      Branch: perlio
27136            ! perlio.c
27137 ____________________________________________________________________________
27138 [  9363] By: jhi                                   on 2001/03/26  18:44:32
27139         Log: Subject: [PATCH] socket() leaks file descriptors
27140              From: Benjamin Sugars <bsugars@canoe.ca>
27141              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
27142              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
27143              
27144              Also sockpair() fixed similarly.
27145      Branch: perl
27146            ! pp_sys.c
27147 ____________________________________________________________________________
27148 [  9362] By: jhi                                   on 2001/03/26  18:37:52
27149         Log: Integrate perlio.
27150      Branch: perl
27151           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
27152 ____________________________________________________________________________
27153 [  9361] By: nick                                  on 2001/03/26  17:32:06
27154         Log: Implement flush of linebuffered streams on read of a tty.
27155      Branch: perlio
27156            ! perlio.c perliol.h
27157 ____________________________________________________________________________
27158 [  9360] By: nick                                  on 2001/03/26  17:12:32
27159         Log: Memory tweaks and notes for OEMVS.
27160      Branch: perlio
27161            ! README.os390 miniperlmain.c t/op/pat.t
27162 ____________________________________________________________________________
27163 [  9359] By: jhi                                   on 2001/03/26  02:12:54
27164         Log: Update Changes.
27165      Branch: perl
27166            ! Changes patchlevel.h
27167 ____________________________________________________________________________
27168 [  9358] By: jhi                                   on 2001/03/26  02:05:32
27169         Log: Document the most common pixie options.
27170      Branch: perl
27171            ! pod/perlhack.pod
27172 ____________________________________________________________________________
27173 [  9357] By: jhi                                   on 2001/03/26  01:25:28
27174         Log: For perl.pixie check *before* compiling that optimize is -g,
27175              as for perl.third.
27176      Branch: perl
27177            ! Makefile.SH
27178 ____________________________________________________________________________
27179 [  9356] By: jhi                                   on 2001/03/26  01:13:41
27180         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
27181      Branch: perl
27182            ! Makefile.SH
27183 ____________________________________________________________________________
27184 [  9355] By: jhi                                   on 2001/03/26  01:11:19
27185         Log: Remove t/perl.third.
27186      Branch: perl
27187            ! Makefile.SH
27188 ____________________________________________________________________________
27189 [  9354] By: jhi                                   on 2001/03/26  00:23:38
27190         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
27191              IO::Sockatmark().
27192      Branch: perl
27193            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
27194 ____________________________________________________________________________
27195 [  9353] By: jhi                                   on 2001/03/25  22:25:04
27196         Log: Integrate perlio.
27197      Branch: perl
27198           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
27199           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
27200           !> pp_hot.c win32/makefile.mk
27201 ____________________________________________________________________________
27202 [  9352] By: jhi                                   on 2001/03/25  22:21:41
27203         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
27204              From: Radu Greab <radu@netsoft.ro>
27205              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
27206              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
27207      Branch: perl
27208            ! pp_sys.c
27209 ____________________________________________________________________________
27210 [  9351] By: nick                                  on 2001/03/25  22:15:02
27211         Log: Fix readline in list mode to tell rest of world that it has
27212              things on the stack. Otherwise if perl code gets invoked
27213              underneath it it scribbles over results-so-far.
27214              (Why TIEHANDLE has not tripped on this is a mystery.)
27215      Branch: perlio
27216            ! pp_hot.c
27217 ____________________________________________________________________________
27218 [  9350] By: nick                                  on 2001/03/25  22:10:13
27219         Log: win32/makefile.mk typos
27220      Branch: perlio
27221            ! win32/makefile.mk
27222 ____________________________________________________________________________
27223 [  9349] By: nick                                  on 2001/03/25  21:31:14
27224         Log: Integrate now-non-binary file.
27225      Branch: perlio
27226           !> t/lib/mimeqp.t
27227 ____________________________________________________________________________
27228 [  9348] By: nick                                  on 2001/03/25  21:27:24
27229         Log: Make it text
27230      Branch: perlio
27231            ! t/lib/mimeqp.t
27232 ____________________________________________________________________________
27233 [  9347] By: nick                                  on 2001/03/25  21:25:37
27234         Log: Integrate mainline.
27235      Branch: perlio
27236           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
27237           !> lib/Term/ReadLine.pm t/lib/md5-file.t
27238 ____________________________________________________________________________
27239 [  9346] By: nick                                  on 2001/03/25  20:58:15
27240         Log: Add destruct time hook to PerlIO (for work-in-process implementing
27241              layers in perl code. In such cases layers need to be popped before
27242              we loose the ability to run perl code.)
27243              Also back-out "PerlIO::object" hook - it isn't going to work like that...
27244      Branch: perlio
27245            ! perl.c perlio.c perlio.h perliol.h
27246 ____________________________________________________________________________
27247 [  9345] By: nick                                  on 2001/03/25  20:49:11
27248         Log: Avoid at leasy one of undefined warnings in Encode.
27249      Branch: perlio
27250            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
27251 ____________________________________________________________________________
27252 [  9344] By: jhi                                   on 2001/03/25  20:37:43
27253         Log: A workaround for using Term::ReadLine in emacs minibuffer
27254              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
27255              additional tweaks from Ilya Zakharevich.
27256      Branch: perl
27257            ! lib/Term/ReadLine.pm
27258 ____________________________________________________________________________
27259 [  9343] By: nick                                  on 2001/03/25  20:21:14
27260         Log: Missing return value.
27261      Branch: perlio
27262            ! ext/PerlIO/Scalar/Scalar.xs
27263 ____________________________________________________________________________
27264 [  9342] By: jhi                                   on 2001/03/25  16:21:00
27265         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
27266              to equal the CPAN versions since no code changes have been made.
27267      Branch: perl
27268            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
27269            ! t/lib/md5-file.t
27270 ____________________________________________________________________________
27271 [  9341] By: jhi                                   on 2001/03/25  16:01:48
27272         Log: Escape 8-bit characters.
27273      Branch: perl
27274            ! t/lib/mimeqp.t
27275 ____________________________________________________________________________
27276 [  9340] By: gsar                                  on 2001/03/25  15:50:53
27277         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
27278              chars)
27279      Branch: perl
27280            + t/lib/mimeqp.t
27281 ____________________________________________________________________________
27282 [  9339] By: gsar                                  on 2001/03/25  15:48:50
27283         Log: delete mimeqp.t for later with text mode set
27284      Branch: perl
27285            - t/lib/mimeqp.t
27286 ____________________________________________________________________________
27287 [  9338] By: nick                                  on 2001/03/25  09:01:57
27288         Log: Integrate mainline.
27289      Branch: perlio
27290           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27291           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
27292           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
27293           +> t/lib/mimeb64u.t t/lib/mimeqp.t
27294           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
27295           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
27296           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
27297 ____________________________________________________________________________
27298 [  9337] By: jhi                                   on 2001/03/25  04:23:24
27299         Log: Add MIME::Base64 here and there.  Again, a lot of
27300              optimism is in the air.
27301      Branch: perl
27302            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
27303            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
27304 ____________________________________________________________________________
27305 [  9336] By: jhi                                   on 2001/03/25  04:12:43
27306         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
27307              this by ear as I do not do Win32 programming.)
27308      Branch: perl
27309            ! win32/Makefile win32/makefile.mk
27310 ____________________________________________________________________________
27311 [  9335] By: jhi                                   on 2001/03/25  04:03:50
27312         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
27313      Branch: perl
27314            ! t/lib/md5-file.t
27315 ____________________________________________________________________________
27316 [  9334] By: jhi                                   on 2001/03/25  03:58:53
27317         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
27318      Branch: perl
27319            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27320            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
27321            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
27322            + t/lib/mimeb64u.t t/lib/mimeqp.t
27323            ! MANIFEST
27324 ____________________________________________________________________________
27325 [  9333] By: jhi                                   on 2001/03/24  20:14:37
27326         Log: Integrate perlio.
27327      Branch: perl
27328           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
27329 ____________________________________________________________________________
27330 [  9332] By: nick                                  on 2001/03/24  19:40:34
27331         Log: Fix un-init variable leading to spurious "Out of Memory!"
27332      Branch: perlio
27333            ! doio.c
27334 ____________________________________________________________________________
27335 [  9331] By: nick                                  on 2001/03/24  19:09:59
27336         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
27337              and update layers internals doc.
27338      Branch: perlio
27339            ! pod/perlfunc.pod pod/perliol.pod
27340 ____________________________________________________________________________
27341 [  9330] By: jhi                                   on 2001/03/24  18:42:11
27342         Log: The length might be uninitialized garbage if the *svp is the undef.
27343      Branch: perl
27344            ! doio.c
27345 ____________________________________________________________________________
27346 [  9329] By: jhi                                   on 2001/03/24  18:26:57
27347         Log: (Retracted by #9393)
27348
27349              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
27350              From: Simon Cozens <simon@netthink.co.uk>
27351              Date: Sat, 24 Mar 2001 17:13:17 +0000
27352              Message-ID: <20010324171317.A13406@netthink.co.uk>
27353      Branch: perl
27354            ! utils/h2xs.PL
27355 ____________________________________________________________________________
27356 [  9328] By: nick                                  on 2001/03/24  17:22:02
27357         Log: Integrate mainline.
27358      Branch: perlio
27359           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
27360           !> lib/unicode/version
27361 ____________________________________________________________________________
27362 [  9327] By: nick                                  on 2001/03/24  17:16:02
27363         Log: Integrate mainline.
27364      Branch: perlio
27365           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27366           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
27367           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
27368           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
27369           +> t/lib/md5-file.t
27370           !> MANIFEST Makefile.SH configure.com djgpp/config.over
27371           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
27372           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
27373           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
27374           !> win32/makefile.mk
27375 ____________________________________________________________________________
27376 [  9326] By: jhi                                   on 2001/03/24  17:00:42
27377         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
27378      Branch: perl
27379            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
27380            ! lib/unicode/version
27381 ____________________________________________________________________________
27382 [  9325] By: jhi                                   on 2001/03/24  16:22:33
27383         Log: Subject: Re: B::Deparse bug (5.6.0)
27384              From: Robin Houston <robin@kitsite.com>
27385              Date: Sat, 24 Mar 2001 14:33:09 +0000
27386              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
27387      Branch: perl
27388            ! op.c pp.c t/lib/b.t t/op/repeat.t
27389 ____________________________________________________________________________
27390 [  9324] By: jhi                                   on 2001/03/24  16:21:56
27391         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
27392              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
27393              these additions may be too optimistic.
27394      Branch: perl
27395            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
27396            ! hints/uwin.sh hints/vmesa.sh
27397 ____________________________________________________________________________
27398 [  9323] By: jhi                                   on 2001/03/24  16:06:01
27399         Log: Integrate perlio.
27400      Branch: perl
27401           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
27402           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
27403            ! Makefile.SH
27404           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
27405           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
27406           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
27407           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27408           !> win32/makefile.mk win32/perlhost.h win32/win32.c
27409           !> win32/win32iop.h
27410 ____________________________________________________________________________
27411 [  9322] By: nick                                  on 2001/03/24  14:39:12
27412         Log: Routine Win32 regen_config_h - no real changes.
27413      Branch: perlio
27414            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27415 ____________________________________________________________________________
27416 [  9321] By: nick                                  on 2001/03/24  14:31:49
27417         Log: PerlIO fixups for Win32:
27418              - provide win33_popenlist() - non-functional as yet.
27419              - avoid need for aTHX in PerlIO_debug calls - even if not 
27420              enabled args are still evaluated so Win32 has trouble during fork().
27421              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
27422              - Fixup makedef.pl for latest set of symbols.
27423      Branch: perlio
27424            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
27425            ! win32/perlhost.h win32/win32.c win32/win32iop.h
27426 ____________________________________________________________________________
27427 [  9320] By: nick                                  on 2001/03/24  14:26:58
27428         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
27429              was gibberish - broke it on WIn32 at least.
27430      Branch: perlio
27431            ! ext/POSIX/POSIX.xs
27432 ____________________________________________________________________________
27433 [  9319] By: nick                                  on 2001/03/24  11:29:41
27434         Log: Generated files.
27435      Branch: perlio
27436            ! embed.h global.sym objXSUB.h perlapi.c proto.h
27437 ____________________________________________________________________________
27438 [  9318] By: nick                                  on 2001/03/24  10:29:37
27439         Log: Implement:
27440              1.  open($fh,"+<",undef);  # add test to t/io/open.t
27441              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
27442      Branch: perlio
27443            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
27444            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
27445            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
27446            ! t/io/open.t t/io/utf8.t
27447 ____________________________________________________________________________
27448 [  9317] By: jhi                                   on 2001/03/23  23:41:25
27449         Log: AIX does seems to have optimization problems with its C compilers.
27450      Branch: perl
27451            ! hints/aix.sh
27452 ____________________________________________________________________________
27453 [  9316] By: jhi                                   on 2001/03/23  23:40:46
27454         Log: Integrate perlio.
27455      Branch: perl
27456           +> lib/PerlIO.pm
27457           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
27458           !> perliol.h
27459 ____________________________________________________________________________
27460 [  9315] By: jhi                                   on 2001/03/23  22:16:30
27461         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
27462      Branch: perl
27463            ! t/lib/md5-file.t
27464 ____________________________________________________________________________
27465 [  9314] By: nick                                  on 2001/03/23  20:49:02
27466         Log: Perlio internals re-organized.
27467              - open process creates AV of layer/arg pairs
27468              (appends layers from open() or open.pm to default list).
27469              - push arg is now an SV.
27470              - layer ->Open get passed the AV
27471              - open is no longer mandatory method.
27472              - topmost layer that has ->Open method does the open
27473              - any layers above are pushed once that returns.
27474              - vtable re-ordered so dummy layers need only provide push/pop methods.
27475      Branch: perlio
27476            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27477 ____________________________________________________________________________
27478 [  9313] By: nick                                  on 2001/03/23  16:27:41
27479         Log: Check in a stable (working) version before next round of tweaks.
27480              Changes include:
27481              - Move default layers code out of doio.c and into perlio.c
27482              - Single routine for parsing layer specification strings.
27483              - Skeleton support for demand loading of layers
27484              - Core-dump avoidance if PERLIO environment specifies loadable layer
27485              (does not _work_ as need IO to load and need load to do IO ...)
27486      Branch: perlio
27487            + lib/PerlIO.pm
27488            ! MANIFEST doio.c perlio.c
27489 ____________________________________________________________________________
27490 [  9312] By: gsar                                  on 2001/03/23  16:25:25
27491         Log: add execute bit to files with shebang lines in the repository;
27492              avoid clobbering execute bit in Porting/makerel 
27493      Branch: maint-5.6/perl
27494            ! (edit 144 files)
27495 ____________________________________________________________________________
27496 [  9311] By: jhi                                   on 2001/03/23  14:25:35
27497         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
27498      Branch: perl
27499            ! MANIFEST
27500 ____________________________________________________________________________
27501 [  9310] By: jhi                                   on 2001/03/23  13:45:04
27502         Log: Subject: [PATCH] Net::Ping
27503              From: Colin McMillen <mcmi0037@tc.umn.edu>
27504              Date: Thu, 22 Mar 2001 19:30:31 -0600
27505              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
27506      Branch: perl
27507            ! lib/Net/Ping.pm
27508 ____________________________________________________________________________
27509 [  9309] By: jhi                                   on 2001/03/23  13:39:13
27510         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
27511      Branch: perl
27512            ! t/lib/md5-aaa.t t/lib/md5-file.t
27513 ____________________________________________________________________________
27514 [  9308] By: jhi                                   on 2001/03/23  13:20:34
27515         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
27516              - bump the version to 2.14
27517              - drop the base64 tests since they require MIME::Base64
27518              - drop the rfc1321.txt
27519              - drop the hints/dec_osf.pl since it's only needed for
27520              pre-5.005_03 Perls
27521              Todo:
27522              - the U32 alignment testing is now removed; it needs to
27523              be reintroduced as as a Config variable (meaning also
27524              as a Configure test)
27525              - get the new EBCDIC md5sum for MD5.pm
27526              - test in Win32 to see how badly I botched the makefiles
27527      Branch: perl
27528            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27529            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
27530            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
27531            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
27532            + t/lib/md5-file.t
27533            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
27534            ! win32/Makefile win32/makefile.mk
27535 ____________________________________________________________________________
27536 [  9307] By: jhi                                   on 2001/03/23  12:56:14
27537         Log: Integrate change #9306 from maintperl into mainline,
27538              AIX dynaloader for AIXes without <load.h>.
27539      Branch: perl
27540           !> ext/DynaLoader/hints/aix.pl
27541 ____________________________________________________________________________
27542 [  9306] By: jhi                                   on 2001/03/23  12:51:36
27543         Log: There are AIXes without /usr/include/load.h,
27544              patch from H.Merijn Brand.
27545      Branch: maint-5.6/perl
27546            ! ext/DynaLoader/hints/aix.pl
27547 ____________________________________________________________________________
27548 [  9305] By: nick                                  on 2001/03/23  11:00:42
27549         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
27550      Branch: perlio
27551            ! ext/Encode/Encode.xs perlio.c perlio.h
27552 ____________________________________________________________________________
27553 [  9304] By: nick                                  on 2001/03/23  10:20:46
27554         Log: Render -Duseperlio functional again.
27555              - this is "quick fix" which calls PerlIO_apply_layers after opening,
27556              which is what old scheme did. New scheme needs to change that
27557              to make open(...,\$scalar) etc. work but this will do for now.
27558      Branch: perlio
27559            ! perlio.c
27560 ____________________________________________________________________________
27561 [  9303] By: nick                                  on 2001/03/23  09:53:20
27562         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
27563              -Uuseperlio now works again.
27564              -Duseperlio is still poorly. Don't merge yet...
27565      Branch: perlio
27566            ! doio.c perlio.h
27567 ____________________________________________________________________________
27568 [  9302] By: nick                                  on 2001/03/22  22:26:51
27569         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
27570              type code.
27571              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
27572              is its main caller. In particular now has access to "extra" args, and
27573              can tell when an open handle is "reopened" (or duped?).
27574              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
27575              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
27576              PerlIO_open() et. al. (i.e. other way round).
27577              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
27578              with args close to PerlIO_openn().
27579      Branch: perlio
27580            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
27581 ____________________________________________________________________________
27582 [  9301] By: jhi                                   on 2001/03/22  20:58:04
27583         Log: Integrate perlio.
27584      Branch: perl
27585           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
27586           !> t/io/open.t util.c
27587 ____________________________________________________________________________
27588 [  9300] By: nick                                  on 2001/03/22  17:36:32
27589         Log: Don't include $@ in not ok message.
27590      Branch: perlio
27591            ! t/io/open.t
27592 ____________________________________________________________________________
27593 [  9299] By: gsar                                  on 2001/03/22  16:53:45
27594         Log: back out changes#7532,7521 for now (appears to have problems
27595              on IRIX)
27596      Branch: maint-5.6/perl
27597            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
27598            ! ext/POSIX/typemap pod/perlvar.pod
27599 ____________________________________________________________________________
27600 [  9298] By: nick                                  on 2001/03/22  14:35:46
27601         Log: Give a meaning to '&' in n-arg open case:
27602              open($fh,"<&",$scalar);
27603              $scalar can be:
27604              - an integer which does "fdopen"
27605              open($fh,"<&",2); # like open($fh,"<&2")
27606              - something that will yield a file handle via sv_2io()
27607              useful for dup'ing anonymous handles.
27608              e.g.:
27609              open(my $fh,"<&",\*STDIN);
27610              open(my $dup,"<&",$fh);
27611      Branch: perlio
27612            ! doio.c t/io/open.t
27613 ____________________________________________________________________________
27614 [  9297] By: nick                                  on 2001/03/22  13:34:35
27615         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
27616      Branch: perlio
27617            ! util.c
27618 ____________________________________________________________________________
27619 [  9296] By: nick                                  on 2001/03/22  12:51:20
27620         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
27621      Branch: perlio
27622            ! perl.c
27623 ____________________________________________________________________________
27624 [  9295] By: nick                                  on 2001/03/22  11:59:44
27625         Log: If stdin, stdout or stderr get opened in unexpected read/write state
27626              then warn at time of open not at time of use.
27627      Branch: perlio
27628            ! doio.c pp_hot.c pp_sys.c
27629 ____________________________________________________________________________
27630 [  9294] By: nick                                  on 2001/03/22  10:54:35
27631         Log: Die on n-arg open(...,"",xxx,yyy,...)
27632              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
27633              - die on read/write cases so we can decide what it means later.
27634      Branch: perlio
27635            ! doio.c embed.pl iperlsys.h util.c
27636 ____________________________________________________________________________
27637 [  9293] By: nick                                  on 2001/03/22  09:02:45
27638         Log: perlio tweaks (reported by Nick Clark)
27639              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
27640              error check in Pendinf_read().
27641      Branch: perlio
27642            ! perlio.c
27643 ____________________________________________________________________________
27644 [  9292] By: gsar                                  on 2001/03/22  07:12:00
27645         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
27646              fixes)
27647      Branch: maint-5.6/perl
27648           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
27649 ____________________________________________________________________________
27650 [  9291] By: jhi                                   on 2001/03/22  06:06:44
27651         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
27652      Branch: perl
27653            ! t/op/re_tests
27654 ____________________________________________________________________________
27655 [  9290] By: jhi                                   on 2001/03/22  05:57:01
27656         Log: Move MacOS Classic higher in the list of supported platforms.
27657      Branch: maint-5.6/perl
27658            ! pod/perlport.pod
27659 ____________________________________________________________________________
27660 [  9289] By: gsar                                  on 2001/03/22  05:35:04
27661         Log: revert part of change#6438 for compatibility (av_reify()
27662              appears to be needed to implement av_splice()ish things
27663              in XS)
27664      Branch: maint-5.6/perl
27665            ! embed.pl global.sym objXSUB.h perlapi.c
27666 ____________________________________________________________________________
27667 [  9288] By: gsar                                  on 2001/03/22  03:09:19
27668         Log: update copyright year
27669      Branch: maint-5.6/perl
27670            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
27671            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
27672            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
27673            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
27674            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
27675            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
27676            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
27677            ! x2p/walk.c
27678 ____________________________________________________________________________
27679 [  9287] By: jhi                                   on 2001/03/21  20:30:54
27680         Log: Integrate perlio.
27681      Branch: perl
27682           !> ext/Data/Dumper/Dumper.xs
27683 ____________________________________________________________________________
27684 [  9286] By: gsar                                  on 2001/03/21  19:49:54
27685         Log: makefile.mk tweak
27686      Branch: maint-5.6/perl
27687            ! win32/Makefile win32/makefile.mk
27688 ____________________________________________________________________________
27689 [  9285] By: nick                                  on 2001/03/21  19:07:13
27690         Log: Multiplicity fix for Dumper.
27691      Branch: perlio
27692            ! ext/Data/Dumper/Dumper.xs
27693 ____________________________________________________________________________
27694 [  9284] By: nick                                  on 2001/03/21  19:01:07
27695         Log: Integrate mainline - (does not build xTHX issue in Dumper).
27696      Branch: perlio
27697           !> (integrate 27 files)
27698 ____________________________________________________________________________
27699 [  9283] By: jhi                                   on 2001/03/21  17:17:35
27700         Log: Integrate change #9282 from mainline into maintperl,
27701              4-arg UTF-8 substr().
27702      Branch: maint-5.6/perl
27703           !> pp.c
27704 ____________________________________________________________________________
27705 [  9282] By: jhi                                   on 2001/03/21  17:15:43
27706         Log: The #9270 would have leaked a scalar if pp_substr()
27707              returned early.
27708      Branch: perl
27709            ! pp.c
27710 ____________________________________________________________________________
27711 [  9281] By: gsar                                  on 2001/03/21  17:03:14
27712         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
27713      Branch: maint-5.6/perl
27714            ! win32/makefile.mk
27715 ____________________________________________________________________________
27716 [  9280] By: gsar                                  on 2001/03/21  17:01:20
27717         Log: some tweaks to change#9278 (fork() emulation should be enabled
27718              by setting BUILD_FLAVOR instead of changing the defaults)
27719      Branch: maint-5.6/perl
27720            ! win32/makefile.mk
27721 ____________________________________________________________________________
27722 [  9279] By: gsar                                  on 2001/03/21  16:47:19
27723         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
27724      Branch: maint-5.6/perl
27725            ! ext/File/Glob/Glob.pm
27726           !> lib/Cwd.pm
27727 ____________________________________________________________________________
27728 [  9278] By: jhi                                   on 2001/03/21  14:35:10
27729         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
27730              From: "Vadim Konovalov" <watman@inbox.ru>
27731              Date: Wed, 21 Mar 2001 01:53:51 +0300
27732              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
27733      Branch: maint-5.6/perl
27734            ! win32/makefile.mk win32/win32sck.c
27735 ____________________________________________________________________________
27736 [  9277] By: jhi                                   on 2001/03/21  13:58:28
27737         Log: Integrate change #9270 from mainline to maintperl:
27738              continued 4-arg UTF-8 substr() fixing.
27739      Branch: maint-5.6/perl
27740           !> pp.c t/op/substr.t
27741 ____________________________________________________________________________
27742 [  9276] By: jhi                                   on 2001/03/21  13:33:00
27743         Log: More pixie cleaning.
27744      Branch: perl
27745            ! Makefile.SH
27746 ____________________________________________________________________________
27747 [  9275] By: jhi                                   on 2001/03/21  03:54:17
27748         Log: Update Changes.
27749      Branch: perl
27750            ! Changes patchlevel.h
27751 ____________________________________________________________________________
27752 [  9274] By: jhi                                   on 2001/03/21  03:48:24
27753         Log: First stab at making Data::Dumper to grok Unicode.
27754              
27755              TODO: tests, EBCDICify.
27756      Branch: perl
27757            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
27758 ____________________________________________________________________________
27759 [  9273] By: jhi                                   on 2001/03/21  02:23:00
27760         Log: Fix for
27761              
27762              Subject: Memory leak in unquoted print   
27763              From: Benjamin Sugars <bsugars@canoe.ca> 
27764              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
27765              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
27766      Branch: perl
27767            ! perlio.c
27768 ____________________________________________________________________________
27769 [  9272] By: jhi                                   on 2001/03/21  01:33:17
27770         Log: Subject: Re: [PATCH] POSIX::getcwd()
27771              From: Benjamin Sugars <bsugars@canoe.ca> 
27772              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
27773              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
27774      Branch: perl
27775            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27776 ____________________________________________________________________________
27777 [  9271] By: jhi                                   on 2001/03/21  01:22:52
27778         Log: Subject: [PATCH] Cwd.pm docs
27779              From: Benjamin Sugars <bsugars@canoe.ca>
27780              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
27781              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
27782      Branch: perl
27783            ! lib/Cwd.pm
27784 ____________________________________________________________________________
27785 [  9270] By: jhi                                   on 2001/03/21  01:16:29
27786         Log: Continue 4-arg substr() UTF-8 fixage.
27787      Branch: perl
27788            ! pp.c t/op/substr.t
27789 ____________________________________________________________________________
27790 [  9269] By: jhi                                   on 2001/03/21  00:46:14
27791         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
27792              
27793              revert the leak fix in change#9142 (problem needs a more experimental
27794              fix unsuitable for 5.6.1)
27795              
27796              do alphabetical sorting by default (for csh compatibility)
27797              
27798              cut-n-paste goof in change#9264
27799              
27800              VMS piping fixes (from Charles Lane)
27801      Branch: perl
27802           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
27803           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
27804           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
27805 ____________________________________________________________________________
27806 [  9268] By: jhi                                   on 2001/03/21  00:37:04
27807         Log: Integrate perlio.
27808      Branch: perl
27809           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
27810           !> utf8.c utf8.h utfebcdic.h
27811 ____________________________________________________________________________
27812 [  9267] By: nick                                  on 2001/03/20  20:04:39
27813         Log: More EBCDIC stuff:
27814              - Loose the extra level of function on ASCII.
27815              - spotted a chr(0) issue in sv.c
27816              - re-work of UTF-X tr/// ranges to work in Unicode
27817              space. Still issues with the "0xff is illegal UTF-8" hack.
27818              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
27819              (why do it once when you can do it all over the place :-(
27820              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
27821              need utf8.pm for swashes.
27822              - Simplified and commented scan_const() in toke.c
27823              Still something wrong regexp and tr (swashes?).
27824      Branch: perlio
27825            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
27826            ! utf8.c utf8.h utfebcdic.h
27827 ____________________________________________________________________________
27828 [  9266] By: gsar                                  on 2001/03/20  19:16:43
27829         Log: VMS piping fixes (from Charles Lane)
27830      Branch: maint-5.6/perl
27831            ! vms/vms.c vms/vmspipe.com
27832 ____________________________________________________________________________
27833 [  9265] By: gsar                                  on 2001/03/20  17:53:52
27834         Log: cut-n-paste goof in change#9264
27835      Branch: maint-5.6/perl
27836            ! ext/File/Glob/Glob.xs
27837 ____________________________________________________________________________
27838 [  9264] By: gsar                                  on 2001/03/20  17:43:47
27839         Log: do alphabetical sorting by default (for csh compatibility);
27840              bsd_glob() does ASCII sort by default as usual, unless
27841              GLOB_ALPHASORT was specified
27842      Branch: maint-5.6/perl
27843            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
27844            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
27845            ! ext/File/Glob/bsd_glob.h
27846 ____________________________________________________________________________
27847 [  9263] By: gsar                                  on 2001/03/20  16:40:08
27848         Log: integrate change#9255 from mainline (unicode fix)
27849              
27850              substr($bytestr, i, n, $charstr)
27851      Branch: maint-5.6/perl
27852           !> Todo-5.6 pp.c t/op/substr.t
27853 ____________________________________________________________________________
27854 [  9262] By: gsar                                  on 2001/03/20  15:57:41
27855         Log: revert the leak fix in change#9142 (problem needs a more experimental
27856              fix unsuitable for 5.6.1)
27857      Branch: maint-5.6/perl
27858            ! scope.c
27859 ____________________________________________________________________________
27860 [  9261] By: jhi                                   on 2001/03/20  14:26:25
27861         Log: Integrate changes #9259,9260 from maintperl into mainline.
27862              
27863              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
27864              
27865              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
27866      Branch: perl
27867           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
27868 ____________________________________________________________________________
27869 [  9260] By: jhi                                   on 2001/03/20  14:05:46
27870         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
27871              From: Robin Barker <rmb1@cise.npl.co.uk>
27872              Date: Tue, 20 Mar 2001 10:12:04 GMT
27873              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
27874      Branch: maint-5.6/perl
27875            ! run.c
27876 ____________________________________________________________________________
27877 [  9259] By: jhi                                   on 2001/03/20  14:04:39
27878         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
27879              From: Chris Nandor <pudge@pobox.com>
27880              Date: Tue, 20 Mar 2001 00:40:56 -0500
27881              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
27882      Branch: maint-5.6/perl
27883            ! ext/POSIX/POSIX.xs lib/File/Path.pm
27884 ____________________________________________________________________________
27885 [  9258] By: jhi                                   on 2001/03/20  05:09:34
27886         Log: Update Changes.
27887      Branch: perl
27888            ! Changes patchlevel.h
27889 ____________________________________________________________________________
27890 [  9257] By: jhi                                   on 2001/03/20  05:04:25
27891         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
27892      Branch: perl
27893            ! t/op/tr.t
27894 ____________________________________________________________________________
27895 [  9256] By: jhi                                   on 2001/03/20  04:43:12
27896         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
27897              From: Peter Prymmer <pvhp@forte.com>
27898              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
27899              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
27900      Branch: maint-5.6/perl
27901            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
27902 ____________________________________________________________________________
27903 [  9255] By: jhi                                   on 2001/03/19  23:17:17
27904         Log: substr($bytestr, i, n, $charstr)
27905
27906              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
27907      Branch: perl
27908            ! Todo-5.6 pp.c t/op/substr.t
27909 ____________________________________________________________________________
27910 [  9254] By: jhi                                   on 2001/03/19  22:25:09
27911         Log: Rearrange the make test target prerequisites so that
27912              in a parallel make 'all' is finished before 'test'.
27913      Branch: perl
27914            ! Makefile.SH
27915 ____________________________________________________________________________
27916 [  9253] By: jhi                                   on 2001/03/19  21:48:07
27917         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
27918              From: Robin Houston <robin@kitsite.com>
27919              Date: Mon, 19 Mar 2001 15:48:41 +0000
27920              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
27921      Branch: perl
27922            ! pp_ctl.c
27923 ____________________________________________________________________________
27924 [  9252] By: jhi                                   on 2001/03/19  21:42:27
27925         Log: Integrate perlio.
27926      Branch: perl
27927           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
27928           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
27929           !> utfebcdic.h vms/perly_c.vms
27930 ____________________________________________________________________________
27931 [  9251] By: jhi                                   on 2001/03/19  21:31:28
27932         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
27933              
27934              Dynaloading in 64-bit AIX with vac.
27935      Branch: perl
27936           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27937           !> hints/aix.sh
27938 ____________________________________________________________________________
27939 [  9250] By: jhi                                   on 2001/03/19  21:18:00
27940         Log: A more robust solution for the 64bitall AIX dynaloading
27941              problem, from Jens-Uwe Mager.
27942      Branch: maint-5.6/perl
27943            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27944 ____________________________________________________________________________
27945 [  9249] By: nick                                  on 2001/03/19  20:59:37
27946         Log: Integrate mainline.
27947      Branch: perlio
27948           !> (integrate 42 files)
27949 ____________________________________________________________________________
27950 [  9248] By: nick                                  on 2001/03/19  20:22:07
27951         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
27952              (Building on OS390 uses native YACC and YYDEBUG has other
27953              side effects.)
27954      Branch: perlio
27955            ! perly.c perly.y vms/perly_c.vms
27956 ____________________________________________________________________________
27957 [  9247] By: jhi                                   on 2001/03/19  19:59:53
27958         Log: 64-bit AIX dynaloading problem (see #9244) idea
27959              from Jens-Uwe Mager.
27960      Branch: maint-5.6/perl
27961            ! ext/DynaLoader/dl_aix.xs
27962 ____________________________________________________________________________
27963 [  9246] By: nick                                  on 2001/03/19  19:27:57
27964         Log: More EBCDIC fixes.
27965      Branch: perlio
27966            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
27967            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
27968 ____________________________________________________________________________
27969 [  9245] By: jhi                                   on 2001/03/19  19:05:19
27970         Log: Integrate change #9243 from mainline into maintperl.
27971              
27972              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
27973      Branch: maint-5.6/perl
27974           !> README.vmesa
27975 ____________________________________________________________________________
27976 [  9244] By: jhi                                   on 2001/03/19  19:03:15
27977         Log: Get 64bitall AIX building, but still does not test okay:
27978              dynaloading anything fails, for example for op/defins:
27979              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
27980              (update: fixed by #9247,9250)
27981      Branch: maint-5.6/perl
27982            ! hints/aix.sh
27983 ____________________________________________________________________________
27984 [  9243] By: jhi                                   on 2001/03/19  19:00:16
27985         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
27986              From: Robin Barker <rmb1@cise.npl.co.uk>
27987              Date: Mon, 19 Mar 2001 18:01:57 GMT
27988              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
27989      Branch: perl
27990            ! README.vmesa
27991 ____________________________________________________________________________
27992 [  9242] By: jhi                                   on 2001/03/19  18:58:43
27993         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
27994              
27995              TODO: tests.
27996      Branch: perl
27997            ! doop.c op.c
27998 ____________________________________________________________________________
27999 [  9241] By: gsar                                  on 2001/03/19  17:34:46
28000         Log: VMSify tests (from Charles Lane)
28001      Branch: maint-5.6/perl
28002            ! t/lib/filehand.t t/lib/texttabs.t
28003 ____________________________________________________________________________
28004 [  9240] By: jhi                                   on 2001/03/19  14:24:26
28005         Log: Integrate change #9233 from maintperl into mainline.
28006              
28007              some refcounts were incorrect in perl_clone()
28008      Branch: perl
28009           !> sv.c
28010 ____________________________________________________________________________
28011 [  9239] By: gsar                                  on 2001/03/19  09:23:17
28012         Log: this is 5.6.1-trial3
28013      Branch: maint-5.6/perl
28014            ! Changes
28015 ____________________________________________________________________________
28016 [  9238] By: gsar                                  on 2001/03/19  08:47:04
28017         Log: some new symbols are only available under ithreads
28018      Branch: maint-5.6/perl
28019            ! makedef.pl
28020 ____________________________________________________________________________
28021 [  9237] By: gsar                                  on 2001/03/19  08:42:28
28022         Log: update patchlevel.h, Changes, &c.
28023      Branch: maint-5.6/perl
28024            ! Changes patchlevel.h pod/perlhist.pod
28025           !> AUTHORS
28026 ____________________________________________________________________________
28027 [  9236] By: gsar                                  on 2001/03/19  08:17:49
28028         Log: integrate changes#8068,8717 from mainline
28029              
28030              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
28031              
28032              [PATCH CPAN 1.59_51] warning message (not!)
28033      Branch: maint-5.6/perl
28034           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
28035           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
28036           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
28037           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
28038           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
28039 ____________________________________________________________________________
28040 [  9235] By: gsar                                  on 2001/03/19  08:07:09
28041         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
28042              
28043              [PATCH] Add missing CV flags to dump.c
28044              
28045              Re: [patch] Re: PL_ptr_table
28046              
28047              Fixup non-ithread build after 8713
28048              
28049              Generated files form 8713 etc.
28050              
28051              Correct the correction :-(
28052              
28053              Documenting coderef @INC (Re: CPAN "make this script work" feature)
28054              
28055              Subject: Re: sync sync sync: have I missed any patches?
28056              Replace djSP with dSP.
28057      Branch: maint-5.6/perl
28058           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
28059           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
28060           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
28061           !> sv.c sv.h win32/perlhost.h
28062 ____________________________________________________________________________
28063 [  9234] By: gsar                                  on 2001/03/19  07:22:05
28064         Log: revert the change#9090 integrate for now (change looks somewhat
28065              incomplete in that [ha]v_exists() need something similar; lacks
28066              tests; &c.)
28067      Branch: maint-5.6/perl
28068            ! hv.c
28069 ____________________________________________________________________________
28070 [  9233] By: gsar                                  on 2001/03/19  07:10:01
28071         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
28072              destruction when there are unreferenced scalars (SvREFCNT==0)
28073      Branch: maint-5.6/perl
28074            ! sv.c
28075 ____________________________________________________________________________
28076 [  9232] By: jhi                                   on 2001/03/19  05:11:02
28077         Log: Regen api and toc.
28078      Branch: maint-5.6/perl
28079            ! pod/perlapi.pod pod/perltoc.pod
28080 ____________________________________________________________________________
28081 [  9231] By: jhi                                   on 2001/03/19  04:06:03
28082         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
28083              add a lost line in pp.c:pp_chop(), update to new op/chop.
28084              
28085              Clarify the description differentiating for and while; inspired by
28086              
28087              Subject: [ID 20010306.004] || != named unary operator
28088              
28089              The $Is_MacOS needs to be declared.
28090      Branch: maint-5.6/perl
28091            ! pp.c t/op/chop.t
28092           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
28093 ____________________________________________________________________________
28094 [  9230] By: jhi                                   on 2001/03/19  03:48:16
28095         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
28096              9079,9083,9089,9090,9091 from mainline to maintperl.
28097              
28098              Quieten some noise in Win32 builds
28099              
28100              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
28101              
28102              The perlretut was still talking about the old \p and \P
28103              definitions.
28104              
28105              More tweakage on the Unicode character class descriptions.
28106              
28107              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
28108              
28109              Subject: 'no *POSIX' Patch speeding up make on BS2000 
28110              
28111              Subject: [PATCH] perldata.pod here-doc docs
28112              
28113              Add /sbin and /usr/sbin to the list of directories scanned
28114              for setuid programs.  Takes care of bug id 20010309.003.
28115              
28116              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
28117              
28118              In op/stat #35 better to scan all the potential directories
28119              for setuids, not just the first one.
28120      Branch: maint-5.6/perl
28121            ! Makefile.SH
28122           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
28123           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
28124           !> t/op/stat.t toke.c win32/win32.h
28125 ____________________________________________________________________________
28126 [  9229] By: jhi                                   on 2001/03/19  02:31:50
28127         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
28128              From: Chris Nandor <pudge@pobox.com>
28129              Date: Sat, 10 Mar 2001 14:22:19 -0500
28130              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
28131      Branch: maint-5.6/perl
28132            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
28133            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
28134            ! t/lib/b.t t/lib/errno.t
28135 ____________________________________________________________________________
28136 [  9228] By: jhi                                   on 2001/03/19  02:29:59
28137         Log: Integrate changes #9113,9122 from mainline into maintperl.
28138              
28139              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?)
28140      Branch: maint-5.6/perl
28141           !> Configure README.os390 hints/os390.sh
28142 ____________________________________________________________________________
28143 [  9227] By: jhi                                   on 2001/03/19  02:22:35
28144         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
28145              into maintperl.
28146              
28147              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
28148              
28149              Forgot to check-in the larger part of #9120, duh.
28150              
28151              Subject: Another patch for integer.pm POD 
28152              
28153              h2ph strictness and cleanliness from Kurt Starsinic.
28154              
28155              Borland filename case problem.
28156              
28157              h2ph strictness and cleanliness from Kurt Starsinic.
28158              
28159              Subject: [PATCH] the uncontroversial doc patches
28160      Branch: maint-5.6/perl
28161           +> win32/sncfnmcs.pl
28162           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
28163           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
28164           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
28165           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
28166           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
28167           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
28168           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
28169 ____________________________________________________________________________
28170 [  9226] By: jhi                                   on 2001/03/19  02:10:21
28171         Log: Integrate changes #9207,9214 from mainline into maintperl.
28172              
28173              podchecker relaxations: =over has an *optional* number after it,
28174              and whitespace in L<> is okay.
28175      Branch: maint-5.6/perl
28176           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
28177           !> t/pod/poderrs.xr
28178 ____________________________________________________________________________
28179 [  9225] By: jhi                                   on 2001/03/19  02:07:38
28180         Log: Integrate change #9219 from maintperl into mainline.
28181              
28182              remove duplicated tests
28183      Branch: perl
28184           !> t/op/re_tests
28185 ____________________________________________________________________________
28186 [  9224] By: jhi                                   on 2001/03/19  02:06:11
28187         Log: Integrate change #9223 from mainline to maintperl.
28188              
28189              Document -Dmksymlinks.
28190      Branch: maint-5.6/perl
28191           !> INSTALL
28192 ____________________________________________________________________________
28193 [  9223] By: jhi                                   on 2001/03/19  02:01:25
28194         Log: Document -Dmksymlinks.
28195      Branch: perl
28196            ! INSTALL
28197 ____________________________________________________________________________
28198 [  9222] By: jhi                                   on 2001/03/19  01:15:35
28199         Log: The -Dmksymlinks wasn't working for maintperl.
28200      Branch: maint-5.6/perl
28201            ! Configure
28202 ____________________________________________________________________________
28203 [  9221] By: jhi                                   on 2001/03/19  00:49:43
28204         Log: Cleanup pixie residue.
28205      Branch: perl
28206            ! Makefile.SH
28207 ____________________________________________________________________________
28208 [  9220] By: jhi                                   on 2001/03/19  00:44:47
28209         Log: Document the use of pixie/prof; create make targets for it.
28210              
28211              TODO: make t/TEST pixie-aware.
28212      Branch: perl
28213            ! Makefile.SH pod/perlhack.pod
28214 ____________________________________________________________________________
28215 [  9219] By: gsar                                  on 2001/03/19  00:16:55
28216         Log: remove duplicated tests
28217      Branch: maint-5.6/perl
28218            ! t/op/re_tests
28219 ____________________________________________________________________________
28220 [  9218] By: jhi                                   on 2001/03/18  23:59:31
28221         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
28222      Branch: perl
28223            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
28224 ____________________________________________________________________________
28225 [  9217] By: jhi                                   on 2001/03/18  23:25:20
28226         Log: Rewrite the tests section of Makefile to be less redundant
28227              and to allow for more flexible test targets, many recursive
28228              make calls introduced.
28229      Branch: perl
28230            ! Makefile.SH
28231 ____________________________________________________________________________
28232 [  9216] By: jhi                                   on 2001/03/18  22:30:04
28233         Log: Document the use of Third Degree (sparsely).
28234      Branch: perl
28235            ! pod/perlhack.pod t/TEST
28236 ____________________________________________________________________________
28237 [  9215] By: jhi                                   on 2001/03/18  22:10:30
28238         Log: Make targets for testing with Third Degree.
28239      Branch: perl
28240            ! Makefile.SH
28241 ____________________________________________________________________________
28242 [  9214] By: jhi                                   on 2001/03/18  21:08:53
28243         Log: The podchecker relaxations need to mirrored also at the tests.
28244      Branch: perl
28245            ! t/pod/poderrs.xr
28246 ____________________________________________________________________________
28247 [  9213] By: jhi                                   on 2001/03/18  20:56:21
28248         Log: Update Changes.
28249      Branch: perl
28250            ! Changes patchlevel.h
28251 ____________________________________________________________________________
28252 [  9212] By: jhi                                   on 2001/03/18  20:36:59
28253         Log: Looking for config.sh in parent directories isn't
28254              very useful for the toplevel Makefile.
28255      Branch: perl
28256            ! Makefile.SH
28257 ____________________________________________________________________________
28258 [  9211] By: jhi                                   on 2001/03/18  20:33:37
28259         Log: On "make clean" take care of Third Degree droppings.
28260      Branch: perl
28261            ! Makefile.SH
28262 ____________________________________________________________________________
28263 [  9210] By: jhi                                   on 2001/03/18  20:21:34
28264         Log: Add a hook for running the tests under the Third Degree
28265              debugging tool (set $ENV{PERL_3LOG} to non-zero)
28266              
28267              TODO: Document the use of Third Degree.
28268      Branch: perl
28269            ! t/TEST
28270 ____________________________________________________________________________
28271 [  9209] By: jhi                                   on 2001/03/18  20:19:07
28272         Log: Regen toc and api pods.
28273      Branch: perl
28274            ! pod/perlapi.pod pod/perltoc.pod
28275 ____________________________________________________________________________
28276 [  9208] By: jhi                                   on 2001/03/18  20:12:12
28277         Log: Integrate changes #8128,9132 from mainline into maintperl,
28278              Tie::SubstrHash fixes.
28279      Branch: maint-5.6/perl
28280           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
28281 ____________________________________________________________________________
28282 [  9207] By: jhi                                   on 2001/03/18  20:07:43
28283         Log: podchecker relaxations from Michael Stevens.
28284      Branch: perl
28285            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
28286 ____________________________________________________________________________
28287 [  9206] By: jhi                                   on 2001/03/18  20:04:24
28288         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
28289      Branch: perl
28290            ! lib/Locale/Constants.pm lib/Locale/Country.pm
28291            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
28292            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
28293 ____________________________________________________________________________
28294 [  9205] By: jhi                                   on 2001/03/18  19:54:45
28295         Log: Integrate changes #9161,9162 from maintperl to mainline.
28296              
28297              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
28298              results
28299      Branch: perl
28300           !> t/op/magic.t
28301 ____________________________________________________________________________
28302 [  9204] By: jhi                                   on 2001/03/18  19:37:46
28303         Log: Make perl.third checks more understandable to the builder.
28304      Branch: perl
28305            ! Makefile.SH
28306 ____________________________________________________________________________
28307 [  9203] By: jhi                                   on 2001/03/18  19:20:54
28308         Log: Re-integrate #9138 from maintperl to mainline,
28309              the squelching of the unneeded "Scalars leaked" messages.
28310      Branch: perl
28311           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
28312           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
28313           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
28314 ____________________________________________________________________________
28315 [  9202] By: jhi                                   on 2001/03/18  18:48:36
28316         Log: More robust and more paranoid perl.third target.
28317      Branch: perl
28318            ! Makefile.SH
28319 ____________________________________________________________________________
28320 [  9201] By: jhi                                   on 2001/03/18  18:39:21
28321         Log: Integrate change #9197 from maintperl to mainline.
28322              
28323              more thorough cleaning of arenas.
28324      Branch: perl
28325           !> embed.pl perl.c proto.h sv.c t/op/sort.t
28326 ____________________________________________________________________________
28327 [  9200] By: jhi                                   on 2001/03/18  18:25:17
28328         Log: Integrate perlio.
28329      Branch: perl
28330           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
28331           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
28332           !> t/lib/encode.t toke.c universal.c utf8.c
28333 ____________________________________________________________________________
28334 [  9199] By: nick                                  on 2001/03/18  15:23:51
28335         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
28336              is the sense of the test being done. Avoid some magical 127 and 128 values
28337              by using macros.
28338      Branch: perlio
28339            ! doop.c pp_ctl.c sv.c toke.c
28340 ____________________________________________________________________________
28341 [  9198] By: nick                                  on 2001/03/18  14:18:12
28342         Log: UTF-X encoding invariance for Encode:
28343              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
28344              - move the XS code for those to universal.c (so in miniperl)
28345              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
28346              - change ext/Encode/compile to use above.
28347              - Fix t/lib/encode.t for above
28348              - Teach t/lib/b.t to expect -uutf8
28349              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
28350              utf8.pm is needed.
28351      Branch: perlio
28352            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
28353            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
28354 ____________________________________________________________________________
28355 [  9197] By: gsar                                  on 2001/03/18  12:15:57
28356         Log: more thorough cleaning of arenas--keep going until no more
28357              SvREFCNT_dec()s occur (this fixes the problem that causes the
28358              pesky "Scalars leaked" warnings)
28359      Branch: maint-5.6/perl
28360            ! embed.pl perl.c proto.h sv.c t/op/sort.t
28361 ____________________________________________________________________________
28362 [  9196] By: nick                                  on 2001/03/18  10:57:29
28363         Log: Fix pragma/utf8.t # 15
28364              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
28365              are SvUTF8 as well.
28366      Branch: perlio
28367            ! toke.c
28368 ____________________________________________________________________________
28369 [  9195] By: nick                                  on 2001/03/18  09:27:06
28370         Log: Integrate mainline
28371      Branch: perlio
28372           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
28373           !> t/op/pat.t
28374 ____________________________________________________________________________
28375 [  9194] By: jhi                                   on 2001/03/18  05:29:59
28376         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
28377              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
28378      Branch: perl
28379            ! op.c op.h t/op/misc.t t/op/pat.t
28380 ____________________________________________________________________________
28381 [  9193] By: jhi                                   on 2001/03/18  05:15:06
28382         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
28383      Branch: perl
28384            ! mg.c t/op/pat.t
28385 ____________________________________________________________________________
28386 [  9192] By: jhi                                   on 2001/03/18  04:22:43
28387         Log: tr/// UTF-8 patches from Inaba Hiroto.
28388      Branch: perl
28389            ! doop.c op.c
28390 ____________________________________________________________________________
28391 [  9191] By: jhi                                   on 2001/03/18  04:21:17
28392         Log: Integrate perlio.
28393      Branch: perl
28394           !> utf8.c utfebcdic.h
28395 ____________________________________________________________________________
28396 [  9190] By: nick                                  on 2001/03/17  20:32:01
28397         Log: Correct #if EBCDIC side typos.
28398              Builds and passes many tests on OS390.
28399      Branch: perlio
28400            ! utf8.c utfebcdic.h
28401 ____________________________________________________________________________
28402 [  9189] By: jhi                                   on 2001/03/17  18:55:49
28403         Log: Add prerequisites for the perl.third target.
28404      Branch: perl
28405            ! Makefile.SH
28406 ____________________________________________________________________________
28407 [  9188] By: jhi                                   on 2001/03/17  18:46:00
28408         Log: Integrate perlio.
28409      Branch: perl
28410           +> utfebcdic.h
28411           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
28412 ____________________________________________________________________________
28413 [  9187] By: jhi                                   on 2001/03/17  18:38:47
28414         Log: Add a make rule for perl.third (the Third Degree memory debugging
28415              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
28416      Branch: perl
28417            ! Makefile.SH
28418 ____________________________________________________________________________
28419 [  9186] By: nick                                  on 2001/03/17  18:34:48
28420         Log: MANIFEST addition :-(
28421      Branch: perlio
28422            ! MANIFEST
28423 ____________________________________________________________________________
28424 [  9185] By: nick                                  on 2001/03/17  18:29:50
28425         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
28426              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
28427              a superset of ASCII are invariant under the encoding. This is EBCDIC
28428              friendly as an encoded string can be looked at as being EBCDIC by lexer
28429              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
28430              ASCII on ASCII machines.
28431              
28432              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
28433              seperate.
28434              - Add some more macros to comprehend different shift amounts and
28435              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
28436              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
28437              and conditionaly #include it.
28438              
28439              EBCDIC build as yet untested.  ASCII still fails the one test.
28440      Branch: perlio
28441            + utfebcdic.h
28442            ! utf8.c utf8.h
28443 ____________________________________________________________________________
28444 [  9184] By: nick                                  on 2001/03/17  17:44:16
28445         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
28446      Branch: perlio
28447            ! doop.c perl.h pp.c utf8.h
28448 ____________________________________________________________________________
28449 [  9183] By: jhi                                   on 2001/03/17  15:55:42
28450         Log: Integrate perlio.
28451      Branch: perl
28452            ! MANIFEST
28453           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
28454 ____________________________________________________________________________
28455 [  9182] By: nick                                  on 2001/03/17  09:16:06
28456         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
28457      Branch: perlio
28458            ! t/op/pat.t
28459 ____________________________________________________________________________
28460 [  9181] By: nick                                  on 2001/03/17  09:15:11
28461         Log: Integrate mainline.
28462      Branch: perlio
28463           +> lib/Locale/Constants.pm lib/Locale/Country.pm
28464           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
28465           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
28466           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
28467           !> (integrate 83 files)
28468 ____________________________________________________________________________
28469 [  9180] By: nick                                  on 2001/03/16  17:23:21
28470         Log: EBCDIC Fixes.
28471      Branch: perlio
28472            ! perl.h sv.c toke.c utf8.c utf8.h
28473 ____________________________________________________________________________
28474 [  9179] By: jhi                                   on 2001/03/16  14:10:12
28475         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
28476              a change needed to work around an AIX compiler bug.
28477      Branch: perl
28478            ! ext/Storable/Storable.xs
28479 ____________________________________________________________________________
28480 [  9178] By: jhi                                   on 2001/03/16  03:19:59
28481         Log: With Damian's approval synchronize damian's modules'
28482              licensing with Perl's standard module licensing.
28483      Branch: perl
28484            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
28485 ____________________________________________________________________________
28486 [  9177] By: jhi                                   on 2001/03/16  03:15:34
28487         Log: Make the Filter::Util:Call files have their own copies
28488              of the Perl standard module licensing, from Paul Marquess.
28489      Branch: perl
28490            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
28491 ____________________________________________________________________________
28492 [  9176] By: jhi                                   on 2001/03/16  02:56:04
28493         Log: Subject: [PATCH] more pod patches
28494              From: Michael Stevens <michael@etla.org>
28495              Date: Thu, 15 Mar 2001 21:25:18 +0000
28496              Message-ID: <20010315212518.A18870@firedrake.org>
28497      Branch: perl
28498            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
28499            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
28500            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
28501            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
28502            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
28503            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
28504            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
28505            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
28506            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
28507            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
28508            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
28509            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
28510            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
28511            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
28512            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
28513            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
28514            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
28515            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
28516            ! lib/Locale/Country.pm lib/Locale/Language.pm
28517            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
28518            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
28519            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
28520            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
28521            ! os2/OS2/Process/Process.pm
28522 ____________________________________________________________________________
28523 [  9175] By: jhi                                   on 2001/03/16  02:53:32
28524         Log: Subject: [PATCH] the uncontroversial doc patches
28525              From: Michael Stevens <michael@etla.org>
28526              Date: Thu, 15 Mar 2001 20:01:12 +0000
28527              Message-ID: <20010315200112.A7636@firedrake.org>
28528      Branch: perl
28529            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
28530            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
28531            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
28532            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
28533            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
28534 ____________________________________________________________________________
28535 [  9174] By: jhi                                   on 2001/03/16  02:50:49
28536         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
28537              From: Paul Lindner <lindner@inuus.com>
28538              Date: Fri, 16 Mar 2001 11:28:03 -0800
28539              Message-ID: <20010316112803.A7577@inuus.com>
28540      Branch: perl
28541            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
28542 ____________________________________________________________________________
28543 [  9173] By: nick                                  on 2001/03/15  20:21:03
28544         Log: 1st day's EBCDIC fixes:
28545              - toke.c's parsing of strings needed attention
28546              needed to conditionally e2a if string was already UTF-8
28547              - e2a/a2e tables where wrong way round.
28548              - new macros in utf8.h
28549      Branch: perlio
28550            ! perl.h toke.c utf8.h
28551 ____________________________________________________________________________
28552 [  9172] By: jhi                                   on 2001/03/15  15:17:17
28553         Log: Update Changes.
28554      Branch: perl
28555            ! Changes patchlevel.h
28556 ____________________________________________________________________________
28557 [  9171] By: jhi                                   on 2001/03/15  15:09:32
28558         Log: Subject: Re: Another Borland C++ problem.
28559              From: "Vadim Konovalov" <watman@inbox.ru>
28560              Date: Sat, 10 Mar 2001 19:26:07 +0300
28561              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
28562              
28563              Borland filename case problem.
28564      Branch: perl
28565            + win32/sncfnmcs.pl
28566            ! MANIFEST README.win32
28567 ____________________________________________________________________________
28568 [  9170] By: jhi                                   on 2001/03/15  14:54:23
28569         Log: Add Locale::Codes 1.06, from Neil Bowers.
28570      Branch: perl
28571            + lib/Locale/Constants.pm lib/Locale/Country.pm
28572            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
28573            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
28574            + t/lib/lc-language.t t/lib/lc-uk.t
28575            ! MANIFEST
28576 ____________________________________________________________________________
28577 [  9169] By: jhi                                   on 2001/03/15  14:19:01
28578         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
28579      Branch: perl
28580            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
28581            ! ext/Storable/Storable.xs
28582 ____________________________________________________________________________
28583 [  9168] By: jhi                                   on 2001/03/15  14:13:22
28584         Log: Integrate changes #9120,9167 from mainline to maintperl.
28585              
28586              Subject: [PATCH 5.6.1] OS/2 docs
28587              
28588              Subject: [PATCH 5.6.1] perldoc
28589      Branch: maint-5.6/perl
28590           !> os2/Changes utils/perldoc.PL
28591 ____________________________________________________________________________
28592 [  9167] By: jhi                                   on 2001/03/15  14:07:42
28593         Log: Subject: [PATCH 5.6.1] perldoc
28594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28595              Date: Wed, 14 Mar 2001 23:46:52 -0500
28596              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
28597      Branch: perl
28598            ! utils/perldoc.PL
28599 ____________________________________________________________________________
28600 [  9166] By: jhi                                   on 2001/03/15  13:53:15
28601         Log: sigaction test condition tweakage.
28602      Branch: perl
28603            ! t/lib/sigaction.t
28604 ____________________________________________________________________________
28605 [  9165] By: alanbur                               on 2001/03/15  03:49:17
28606         Log: Resynchronised with parent
28607      Branch: maint-5.6/pureperl
28608           +> os2/os2add.sym t/op/anonsub.t
28609           !> (integrate 72 files)
28610 ____________________________________________________________________________
28611 [  9164] By: jhi                                   on 2001/03/15  01:05:01
28612         Log: Avoid stomping off the beginning of an array in tr///.
28613      Branch: perl
28614            ! op.c
28615 ____________________________________________________________________________
28616 [  9163] By: jhi                                   on 2001/03/15  00:58:57
28617         Log: h2ph strictness and cleanliness from Kurt Starsinic.
28618      Branch: perl
28619            ! utils/h2ph.PL
28620 ____________________________________________________________________________
28621 [  9162] By: gsar                                  on 2001/03/15  00:56:53
28622         Log: avoid warnings
28623      Branch: maint-5.6/perl
28624            ! t/op/magic.t
28625 ____________________________________________________________________________
28626 [  9161] By: gsar                                  on 2001/03/15  00:52:09
28627         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
28628              results
28629      Branch: maint-5.6/perl
28630            ! t/op/magic.t
28631 ____________________________________________________________________________
28632 [  9160] By: jhi                                   on 2001/03/14  22:02:10
28633         Log: Do not use the Perl malloc in IRIX, suggested by
28634              Helmus Jarausch.
28635      Branch: perl
28636            ! hints/irix_6.sh
28637 ____________________________________________________________________________
28638 [  9159] By: nick                                  on 2001/03/14  21:45:59
28639         Log: Integrate mainline
28640      Branch: perlio
28641           +> t/op/loopctl.t
28642           !> (integrate 41 files)
28643 ____________________________________________________________________________
28644 [  9158] By: jhi                                   on 2001/03/14  21:10:09
28645         Log: The Day of the Retractions continues: the #9138
28646              (integrated in #9144) doesn't work well in mainline.
28647      Branch: perl
28648            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
28649            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
28650            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
28651 ____________________________________________________________________________
28652 [  9157] By: jhi                                   on 2001/03/14  20:58:12
28653         Log: The #9145 CANNOT be enabled: the clear_pmop code still
28654              dumps core all over in Tru64.
28655      Branch: perl
28656            ! op.c op.h t/op/pat.t
28657 ____________________________________________________________________________
28658 [  9156] By: jhi                                   on 2001/03/14  20:48:06
28659         Log: Integrate change #9154 from maintperl to mainline.
28660              
28661              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
28662              (caused Storable 1.0.10 to break on windows)
28663      Branch: perl
28664           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
28665           !> perlapi.c proto.h
28666 ____________________________________________________________________________
28667 [  9155] By: jhi                                   on 2001/03/14  20:23:53
28668         Log: Retract #9136: breaks threading (and binary compatibility).
28669      Branch: perl
28670            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
28671 ____________________________________________________________________________
28672 [  9154] By: gsar                                  on 2001/03/14  17:48:18
28673         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
28674              (caused Storable 1.0.10 to break on windows)
28675      Branch: maint-5.6/perl
28676            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
28677            ! perlapi.c proto.h
28678 ____________________________________________________________________________
28679 [  9153] By: jhi                                   on 2001/03/14  13:35:21
28680         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
28681      Branch: perl
28682            ! t/lib/sigaction.t
28683 ____________________________________________________________________________
28684 [  9152] By: gsar                                  on 2001/03/14  07:29:40
28685         Log: back out changes#9012,9010,9009 and parts of change#9016
28686              (causes ABRs under purify, and some prerequisites don't
28687              seem to be there in 5.6.x)
28688      Branch: maint-5.6/perl
28689            ! doop.c op.c t/op/tr.t toke.c
28690 ____________________________________________________________________________
28691 [  9151] By: gsar                                  on 2001/03/14  07:01:29
28692         Log: reenable change#9145 (the test was busted due to a missing
28693              C<print "ok 27\n">)
28694      Branch: perl
28695            ! op.c op.h t/op/pat.t
28696 ____________________________________________________________________________
28697 [  9150] By: jhi                                   on 2001/03/14  06:38:36
28698         Log: Retract #9145.
28699      Branch: perl
28700            ! op.c op.h t/op/pat.t
28701 ____________________________________________________________________________
28702 [  9149] By: jhi                                   on 2001/03/14  06:14:56
28703         Log: Retract #9143.
28704      Branch: perl
28705            ! op.c
28706 ____________________________________________________________________________
28707 [  9148] By: gsar                                  on 2001/03/14  06:13:02
28708         Log: Uninitialized Memory Read in regexec.c
28709      Branch: perl
28710            ! regexec.c
28711 ____________________________________________________________________________
28712 [  9147] By: jhi                                   on 2001/03/14  04:59:54
28713         Log: Subject: PATCH: make goto work in nested eval ""
28714              From: Robin Houston <robin@kitsite.com>
28715              Date: Wed, 14 Mar 2001 04:16:10 +0000
28716              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
28717      Branch: perl
28718            ! pp_ctl.c t/op/goto.t
28719 ____________________________________________________________________________
28720 [  9146] By: jhi                                   on 2001/03/14  04:42:54
28721         Log: Preserve the #ifdef PERL_CORE in perly.h.
28722      Branch: perl
28723            ! perly.fixer
28724 ____________________________________________________________________________
28725 [  9145] By: jhi                                   on 2001/03/14  03:57:41
28726         Log: (Retracted by #9150.)
28727      Branch: perl
28728            ! op.c op.h t/op/pat.t
28729 ____________________________________________________________________________
28730 [  9144] By: jhi                                   on 2001/03/14  03:50:38
28731         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
28732              
28733              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
28734              
28735              remove squelch controls for "Scalars leaked" messages in most places
28736              (these are now cured)
28737              
28738              fix another memory leak reported by purify (tie callbacks that
28739              croak can leak when wiping out magic)
28740      Branch: perl
28741           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
28742           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
28743           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
28744           !> t/pragma/warnings.t
28745 ____________________________________________________________________________
28746 [  9143] By: jhi                                   on 2001/03/14  03:37:53
28747         Log: (Retracted by #9149.)
28748      Branch: perl
28749            ! op.c
28750 ____________________________________________________________________________
28751 [  9142] By: gsar                                  on 2001/03/14  03:20:48
28752         Log: fix another memory leak reported by purify (tie callbacks that
28753              croak can leak when wiping out magic)
28754      Branch: maint-5.6/perl
28755            ! scope.c
28756 ____________________________________________________________________________
28757 [  9141] By: jhi                                   on 2001/03/14  02:55:00
28758         Log: Subject: PATCH for [ID 20010305.003]
28759              From: Robin Houston <robin@kitsite.com>
28760              Date: Wed, 14 Mar 2001 02:45:51 +0000
28761              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
28762      Branch: perl
28763            ! pp_ctl.c t/op/eval.t
28764 ____________________________________________________________________________
28765 [  9140] By: jhi                                   on 2001/03/14  02:41:54
28766         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
28767              Date: Wed, 14 Mar 2001 01:52:51 +0000
28768              From: Robin Houston <robin@kitsite.com>
28769              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
28770              
28771              Fix for 2000313.004.
28772      Branch: perl
28773            ! pp_ctl.c t/op/goto.t
28774 ____________________________________________________________________________
28775 [  9139] By: jhi                                   on 2001/03/14  02:40:50
28776         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
28777              From: Robin Houston <robin@kitsite.com>
28778              Date: Wed, 14 Mar 2001 00:43:45 +0000
28779              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
28780      Branch: perl
28781            + t/op/loopctl.t
28782            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
28783            ! vms/perly_c.vms
28784 ____________________________________________________________________________
28785 [  9138] By: gsar                                  on 2001/03/14  01:18:00
28786         Log: remove squelch controls for "Scalars leaked" messages in most places
28787              (these are now cured)
28788      Branch: maint-5.6/perl
28789            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
28790            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
28791            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
28792 ____________________________________________________________________________
28793 [  9137] By: gsar                                  on 2001/03/14  00:57:04
28794         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
28795      Branch: maint-5.6/perl
28796            ! regcomp.c
28797 ____________________________________________________________________________
28798 [  9136] By: jhi                                   on 2001/03/13  23:12:24
28799         Log: (Retracted by #9155)
28800              
28801              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
28802              From: Jens-Uwe Mager <jum@helios.de>
28803              Date: Wed, 21 Feb 2001 21:32:04 +0100
28804              Message-ID: <20010221213203.A18340@ans.helios.de>
28805      Branch: perl
28806            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
28807 ____________________________________________________________________________
28808 [  9135] By: jhi                                   on 2001/03/13  22:50:05
28809         Log: Integrate perlio.
28810      Branch: perl
28811           !> pp.c
28812 ____________________________________________________________________________
28813 [  9134] By: jhi                                   on 2001/03/13  22:49:05
28814         Log: Integrate change #9131 from maintperl into mainline.
28815              
28816              make the error text look more consistent in hints/hpux.sh
28817      Branch: perl
28818           !> hints/hpux.sh
28819 ____________________________________________________________________________
28820 [  9133] By: gsar                                  on 2001/03/13  22:46:20
28821         Log: integrate change#9067 from mainline
28822              
28823              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
28824      Branch: maint-5.6/perl
28825           !> lib/ExtUtils/MM_Unix.pm
28826 ____________________________________________________________________________
28827 [  9132] By: jhi                                   on 2001/03/13  22:41:21
28828         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
28829              From: "John P. Linderman" <jpl@research.att.com>
28830              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
28831              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
28832              
28833              A more correct prime finder.
28834      Branch: perl
28835            ! lib/Tie/SubstrHash.pm
28836 ____________________________________________________________________________
28837 [  9131] By: gsar                                  on 2001/03/13  22:30:42
28838         Log: make the error text look more consistent in hints/hpux.sh
28839      Branch: maint-5.6/perl
28840            ! hints/hpux.sh
28841 ____________________________________________________________________________
28842 [  9130] By: jhi                                   on 2001/03/13  22:23:44
28843         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
28844              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28845              Date: Tue, 13 Mar 2001 18:41:26 +0100
28846              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
28847              
28848              If the test is run non-interactively the default handler
28849              is different.
28850      Branch: perl
28851            ! t/lib/sigaction.t
28852 ____________________________________________________________________________
28853 [  9129] By: jhi                                   on 2001/03/13  22:20:21
28854         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
28855              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28856              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
28857              Date:     Tue, 13 Mar 2001 16:44:32 EST
28858      Branch: perl
28859            ! t/lib/1_compile.t
28860 ____________________________________________________________________________
28861 [  9128] By: jhi                                   on 2001/03/13  22:18:34
28862         Log: Subject: Another patch for integer.pm POD 
28863              From: "John L. Allen" <allen@grumman.com>
28864              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
28865              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
28866      Branch: perl
28867            ! lib/integer.pm
28868 ____________________________________________________________________________
28869 [  9127] By: nick                                  on 2001/03/13  21:26:30
28870         Log: Integrate mainline.
28871      Branch: perlio
28872           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
28873           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
28874           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
28875           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
28876           !> Changes Configure MANIFEST README.os2 README.os390
28877           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
28878           !> os2/Changes patchlevel.h win32/perlhost.h
28879 ____________________________________________________________________________
28880 [  9126] By: nick                                  on 2001/03/13  20:39:51
28881         Log: #ifdef'ed out code to make packed side of pack/unpack
28882              octets. (i.e. pack('U') => encode_utf8).
28883      Branch: perlio
28884            ! pp.c
28885 ____________________________________________________________________________
28886 [  9125] By: jhi                                   on 2001/03/13  15:07:16
28887         Log: Update Changes.
28888      Branch: perl
28889            ! Changes patchlevel.h
28890 ____________________________________________________________________________
28891 [  9124] By: jhi                                   on 2001/03/13  14:22:45
28892         Log: Workaround for the buggy ("internal compiler error")
28893              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
28894              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
28895              of Andreas König.
28896      Branch: perl
28897            ! ext/re/Makefile.PL hints/aix.sh
28898 ____________________________________________________________________________
28899 [  9123] By: jhi                                   on 2001/03/13  03:24:34
28900         Log: Typo in #9114.
28901      Branch: metaconfig
28902            ! U/modified/myhostname.U
28903 ____________________________________________________________________________
28904 [  9122] By: jhi                                   on 2001/03/13  03:24:06
28905         Log: Typo in #9113.
28906      Branch: perl
28907            ! Configure
28908 ____________________________________________________________________________
28909 [  9121] By: jhi                                   on 2001/03/13  01:53:05
28910         Log: Forgot to check-in the larger part of #9120, duh.
28911      Branch: perl
28912            ! README.os2
28913 ____________________________________________________________________________
28914 [  9120] By: jhi                                   on 2001/03/13  01:51:31
28915         Log: Subject: [PATCH 5.6.1] OS/2 docs
28916              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28917              Date: Mon, 12 Mar 2001 03:27:32 -0500
28918              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
28919      Branch: perl
28920            ! os2/Changes
28921 ____________________________________________________________________________
28922 [  9119] By: jhi                                   on 2001/03/13  01:49:41
28923         Log: Integrate change #9116 from maintperl into mainline.
28924              
28925              Win32::GetCwd() returns C: instead of C:\ in the root directory
28926              under ithreads
28927      Branch: perl
28928           !> win32/perlhost.h
28929 ____________________________________________________________________________
28930 [  9118] By: jhi                                   on 2001/03/13  01:13:39
28931         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
28932      Branch: perl
28933            + lib/Switch.pm t/lib/switch.t
28934            ! MANIFEST
28935 ____________________________________________________________________________
28936 [  9117] By: jhi                                   on 2001/03/13  01:03:17
28937         Log: Add Text::Balanced 1.83.
28938      Branch: perl
28939            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
28940            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
28941            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
28942            + t/lib/tb-xvari.t
28943            ! MANIFEST
28944 ____________________________________________________________________________
28945 [  9116] By: gsar                                  on 2001/03/13  00:55:53
28946         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
28947              under ithreads
28948      Branch: maint-5.6/perl
28949            ! win32/perlhost.h
28950 ____________________________________________________________________________
28951 [  9115] By: jhi                                   on 2001/03/13  00:54:09
28952         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
28953              From: "John L. Allen" <allen@grumman.com>
28954              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
28955              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
28956              
28957              use integer document clarification.
28958      Branch: perl
28959            ! lib/integer.pm
28960 ____________________________________________________________________________
28961 [  9114] By: jhi                                   on 2001/03/13  00:38:54
28962         Log: Metaconfig unit change for #9113.
28963      Branch: metaconfig
28964            ! U/modified/myhostname.U
28965 ____________________________________________________________________________
28966 [  9113] By: jhi                                   on 2001/03/13  00:38:35
28967         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?)
28968              From: Peter Prymmer <pvhp@forte.com>
28969              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
28970              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
28971      Branch: perl
28972            ! Configure README.os390 hints/os390.sh
28973 ____________________________________________________________________________
28974 [  9112] By: jhi                                   on 2001/03/13  00:29:00
28975         Log: Integrate perlio.
28976      Branch: perl
28977           !> sv.c utf8.h
28978 ____________________________________________________________________________
28979 [  9111] By: nick                                  on 2001/03/12  21:16:33
28980         Log: Integrate mainline.
28981      Branch: perlio
28982           +> t/op/anonsub.t
28983           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
28984           !> proto.h sv.c
28985 ____________________________________________________________________________
28986 [  9110] By: nick                                  on 2001/03/12  21:00:13
28987         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
28988      Branch: perlio
28989            ! sv.c utf8.h
28990 ____________________________________________________________________________
28991 [  9109] By: jhi                                   on 2001/03/12  16:04:47
28992         Log: Integrate change #9108 from maintperl to mainline.
28993              
28994              fix memory leak in C<sub X { sub {} }> arising from a refcount
28995              loop between the outer sub and the inner prototype anonsub
28996              
28997              this also enables closures returned by subroutines that
28998              subsequently get redefined to work without generating coredumps :)
28999              
29000              completely removed the free_closures() hack--it shouldn't be
29001              needed anymore
29002      Branch: perl
29003           +> t/op/anonsub.t
29004           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
29005           !> proto.h sv.c
29006 ____________________________________________________________________________
29007 [  9108] By: gsar                                  on 2001/03/12  10:21:31
29008         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
29009              loop between the outer sub and the inner prototype anonsub
29010              
29011              this also enables closures returned by subroutines that
29012              subsequently get redefined to work without generating coredumps :)
29013              
29014              completely removed the free_closures() hack--it shouldn't be
29015              needed anymore
29016      Branch: maint-5.6/perl
29017            + t/op/anonsub.t
29018            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
29019            ! proto.h sv.c
29020 ____________________________________________________________________________
29021 [  9107] By: jhi                                   on 2001/03/12  05:15:31
29022         Log: Integrate perlio.
29023      Branch: perl
29024           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
29025 ____________________________________________________________________________
29026 [  9106] By: nick                                  on 2001/03/11  20:10:12
29027         Log: regcomp.c is working in native space, not Unicode space (if different)
29028              as it is doing compare against 'W' in \W etc.
29029      Branch: perlio
29030            ! regcomp.c
29031 ____________________________________________________________________________
29032 [  9105] By: nick                                  on 2001/03/11  19:39:34
29033         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
29034              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
29035      Branch: perlio
29036            ! regcomp.c toke.c utf8.c
29037 ____________________________________________________________________________
29038 [  9104] By: nick                                  on 2001/03/11  18:15:44
29039         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
29040      Branch: perlio
29041            ! sv.c
29042 ____________________________________________________________________________
29043 [  9103] By: nick                                  on 2001/03/11  18:03:28
29044         Log: Integrate mainline (for regexp stuff).
29045      Branch: perlio
29046           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
29047           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
29048           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
29049           !> t/lib/errno.t t/op/pat.t
29050 ____________________________________________________________________________
29051 [  9102] By: nick                                  on 2001/03/11  17:44:20
29052         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
29053              - exclude layer syms in makedef.pl for sfio
29054              - also inhibit Encode from trying to build ":encode()" layer.
29055      Branch: perlio
29056            ! ext/Encode/Encode.xs makedef.pl
29057 ____________________________________________________________________________
29058 [  9101] By: jhi                                   on 2001/03/10  22:38:13
29059         Log: The $Is_MacOS needs to be declared.
29060      Branch: perl
29061            ! lib/ExtUtils/Manifest.pm
29062 ____________________________________________________________________________
29063 [  9100] By: jhi                                   on 2001/03/10  22:14:29
29064         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
29065              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
29066              pollute the symbolspace if using sfio.
29067      Branch: perl
29068            ! ext/Encode/Encode.xs
29069 ____________________________________________________________________________
29070 [  9099] By: jhi                                   on 2001/03/10  21:58:48
29071         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
29072              Date: Sat, 10 Mar 2001 14:23:55 -0500
29073              From: Chris Nandor <pudge@pobox.com>
29074              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
29075      Branch: perl
29076            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
29077            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
29078            ! t/lib/errno.t
29079 ____________________________________________________________________________
29080 [  9098] By: jhi                                   on 2001/03/10  21:38:30
29081         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
29082      Branch: perl
29083            ! regcomp.c regexec.c t/op/pat.t
29084 ____________________________________________________________________________
29085 [  9097] By: jhi                                   on 2001/03/10  14:38:07
29086         Log: Integrate perlio.
29087      Branch: perl
29088           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
29089           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
29090           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
29091 ____________________________________________________________________________
29092 [  9096] By: nick                                  on 2001/03/10  11:55:43
29093         Log: EBCDIC sanity - phase I
29094              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
29095              - use utf8n_xxxx (c.f. pvn) for forms which take length.
29096              - back out vN.N and $^V exceptions to e2a/a2e
29097              - make "locale" isxxx macros be uvchr (may be redundant?)
29098              
29099              Not clear yet that toUPPER_uni et. al. return being handled correctly.
29100              The tr// and rexexp stuff still needs an audit, assumption is they are working
29101              in Unicode space.
29102              
29103              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
29104      Branch: perlio
29105            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
29106            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
29107            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
29108 ____________________________________________________________________________
29109 [  9095] By: jhi                                   on 2001/03/09  22:10:01
29110         Log: Integrate perlio.
29111      Branch: perl
29112           !> dump.c
29113 ____________________________________________________________________________
29114 [  9094] By: nick                                  on 2001/03/09  17:36:38
29115         Log: Builds an passes all tests after integrate and this tweak.
29116      Branch: perlio
29117            ! dump.c
29118 ____________________________________________________________________________
29119 [  9093] By: nick                                  on 2001/03/09  17:16:03
29120         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
29121      Branch: perlio
29122           +> lib/unicode/Scripts.txt t/lib/sigaction.t
29123           !> (integrate 79 files)
29124 ____________________________________________________________________________
29125 [  9092] By: jhi                                   on 2001/03/09  15:28:26
29126         Log: Update Changes.
29127      Branch: perl
29128            ! Changes patchlevel.h
29129 ____________________________________________________________________________
29130 [  9091] By: jhi                                   on 2001/03/09  15:25:05
29131         Log: In op/stat #35 better to scan all the potential directories
29132              for setuids, not just the first one.
29133      Branch: perl
29134            ! t/op/stat.t
29135 ____________________________________________________________________________
29136 [  9090] By: jhi                                   on 2001/03/09  15:01:27
29137         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
29138              From: rspier@pobox.com (Robert Spier)
29139              Date: Fri, 9 Mar 2001 03:30:20 -0500
29140              Message-ID: <15016.38044.381174.160189@rls.cx>
29141              
29142              EXISTS() returning undef mistakenly triggered a FETCH().
29143      Branch: perl
29144            ! hv.c
29145 ____________________________________________________________________________
29146 [  9089] By: jhi                                   on 2001/03/09  14:59:02
29147         Log: Add /sbin and /usr/sbin to the list of directories scanned
29148              for setuid programs.  Takes care of bug id 20010309.003.
29149      Branch: perl
29150            ! t/op/stat.t
29151 ____________________________________________________________________________
29152 [  9088] By: jhi                                   on 2001/03/09  14:48:32
29153         Log: Regen perlapi, perltoc.
29154      Branch: perl
29155            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
29156 ____________________________________________________________________________
29157 [  9087] By: jhi                                   on 2001/03/09  14:38:56
29158         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
29159              From: David Mitchell <davem@fdgroup.co.uk>
29160              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
29161              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
29162      Branch: perl
29163            ! dump.c perl.c perl.h pod/perlrun.pod
29164 ____________________________________________________________________________
29165 [  9086] By: jhi                                   on 2001/03/09  01:47:16
29166         Log: A modified version of
29167              
29168              Subject: [ID 20010307.005] POSIX::sigaction has various problems
29169              From: anders@broadcom.com
29170              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
29171              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
29172              
29173              Currently the sigaction.t test #6 fails (and is fudged to look
29174              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
29175              This may well be a genuine bug in Linux sigaction() (since at
29176              least Tru64, Solaris, and HP-UX disagree with Linux).
29177              Anyone with POSIX / SUSv2 tome handy?  The problem is that
29178              the flags of the oldaction don't match with the flags in
29179              the previously installed disposition.
29180      Branch: perl
29181            + t/lib/sigaction.t
29182            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
29183 ____________________________________________________________________________
29184 [  9085] By: jhi                                   on 2001/03/09  01:30:13
29185         Log: Subject: Re: mission impossible for the day
29186              From: Alex Gough <alex@rcon.org>
29187              Date: Thu, 08 Mar 2001 17:18:19 +0000
29188              Message-ID: <3AA7BEDB.8070409@rcon.org>
29189              
29190              If references (are overloaded) and can be directly stringified,
29191              show that instead of "stringified".
29192              
29193              (The problem, infinite mutual recursion caused by overloaded bool
29194              in Switch.pm, tracked by David Mitchell)
29195      Branch: perl
29196            ! lib/Carp/Heavy.pm
29197 ____________________________________________________________________________
29198 [  9084] By: jhi                                   on 2001/03/09  01:20:39
29199         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
29200              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
29201              From: David Mitchell <davem@fdgroup.co.uk>
29202              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
29203      Branch: perl
29204            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
29205            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
29206 ____________________________________________________________________________
29207 [  9083] By: jhi                                   on 2001/03/09  01:16:51
29208         Log: Subject: [PATCH] perldata.pod here-doc docs
29209              From: Jeff Pinyan <jeffp@crusoe.net>
29210              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
29211              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
29212      Branch: perl
29213            ! pod/perldata.pod
29214 ____________________________________________________________________________
29215 [  9082] By: jhi                                   on 2001/03/09  01:01:27
29216         Log: Subject: Re: Unicode/EBCDIC
29217              From: Peter Prymmer <pvhp@forte.com>
29218              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
29219              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
29220      Branch: perl
29221            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
29222 ____________________________________________________________________________
29223 [  9081] By: jhi                                   on 2001/03/08  13:41:30
29224         Log: Subject: Ooops, wrong 'no *POSIX' Patch
29225              From: Dorner Thomas <Thomas.Dorner@start.de>
29226              Date: Thu, 8 Mar 2001 08:43:28 +0100
29227              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
29228      Branch: perl
29229            ! hints/posix-bc.sh
29230 ____________________________________________________________________________
29231 [  9080] By: jhi                                   on 2001/03/08  13:11:42
29232         Log: It's Scripts.txt, not Script.txt.
29233      Branch: perl
29234            ! MANIFEST
29235 ____________________________________________________________________________
29236 [  9079] By: jhi                                   on 2001/03/08  12:59:05
29237         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
29238              From: Dorner Thomas <Thomas.Dorner@start.de>
29239              Date: Wed, 7 Mar 2001 14:13:31 +0100
29240              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
29241      Branch: perl
29242            ! makedepend.SH
29243 ____________________________________________________________________________
29244 [  9078] By: jhi                                   on 2001/03/08  12:57:43
29245         Log: Retract #9069, wrong patch.
29246      Branch: perl
29247            ! Makefile.SH
29248 ____________________________________________________________________________
29249 [  9077] By: jhi                                   on 2001/03/08  01:06:13
29250         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
29251      Branch: perl
29252            + lib/unicode/Scripts.txt
29253            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
29254            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
29255            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
29256            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
29257            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
29258            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
29259            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
29260            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
29261            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
29262            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
29263            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
29264            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
29265            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
29266            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
29267            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
29268            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
29269            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
29270            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
29271            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
29272            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
29273            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
29274            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
29275            ! lib/unicode/version
29276 ____________________________________________________________________________
29277 [  9076] By: jhi                                   on 2001/03/07  22:59:39
29278         Log: Integrate change #7784 from mainline into maintperl.
29279              
29280              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
29281      Branch: maint-5.6/perl
29282           !> pp_ctl.c t/op/pat.t
29283 ____________________________________________________________________________
29284 [  9075] By: jhi                                   on 2001/03/07  22:05:11
29285         Log: More UTF-8 test tweaks.
29286      Branch: perl
29287            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
29288 ____________________________________________________________________________
29289 [  9074] By: nick                                  on 2001/03/07  21:39:29
29290         Log: Integrate mainline.
29291      Branch: perlio
29292           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
29293           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
29294           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
29295           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
29296           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
29297 ____________________________________________________________________________
29298 [  9073] By: jhi                                   on 2001/03/07  16:37:09
29299         Log: Update Changes.
29300      Branch: perl
29301            ! Changes patchlevel.h
29302 ____________________________________________________________________________
29303 [  9072] By: jhi                                   on 2001/03/07  16:32:30
29304         Log: Subject: [ID 20010306.004] || != named unary operator
29305              From: abela@geneanet.org
29306              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
29307              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
29308      Branch: perl
29309            ! pod/perlop.pod
29310 ____________________________________________________________________________
29311 [  9071] By: jhi                                   on 2001/03/07  15:14:11
29312         Log: Subject: downgrading to bytes for common functions
29313              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
29314              Date: Wed, 7 Mar 2001 02:36:55 -0500
29315              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
29316      Branch: perl
29317            ! pp_sys.c
29318 ____________________________________________________________________________
29319 [  9070] By: jhi                                   on 2001/03/07  15:04:58
29320         Log: Clarify the description differentiating for and while; inspired by
29321              
29322              Subject: [ID 20010306.002] for/while difference in for definition
29323              From: abela@geneanet.org
29324              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
29325              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
29326      Branch: perl
29327            ! pod/perlsyn.pod
29328 ____________________________________________________________________________
29329 [  9069] By: jhi                                   on 2001/03/07  14:55:30
29330         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
29331              From: Dorner Thomas <Thomas.Dorner@start.de>
29332              Date: Wed, 7 Mar 2001 14:13:31 +0100
29333              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
29334      Branch: perl
29335            ! Makefile.SH
29336 ____________________________________________________________________________
29337 [  9068] By: jhi                                   on 2001/03/07  14:51:17
29338         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
29339              From: Radu Greab <radu@netsoft.ro>
29340              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
29341              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
29342      Branch: perl
29343            ! pp.c t/op/chop.t
29344 ____________________________________________________________________________
29345 [  9067] By: jhi                                   on 2001/03/07  14:48:57
29346         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
29347              From: Simon Cozens <simon@netthink.co.uk>
29348              Date: Wed, 7 Mar 2001 13:59:28 +0000
29349              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
29350              
29351              In order to allow MakeMaker to build correct Makefiles,
29352              you need to change the order of the arguments in MM_Unix.pm
29353              as well. (Unless you have C89_CCMODE set, but we're trying
29354              to be POSIXly correct)
29355              
29356              Thanks to Merijn Broeren for tracking this down.
29357      Branch: perl
29358            ! lib/ExtUtils/MM_Unix.pm
29359 ____________________________________________________________________________
29360 [  9066] By: jhi                                   on 2001/03/07  14:30:02
29361         Log: Floating point too messy.
29362      Branch: perl
29363            ! t/camel-III/vstring.t
29364 ____________________________________________________________________________
29365 [  9065] By: jhi                                   on 2001/03/07  14:17:44
29366         Log: Integrate change #9064 from maintperl into mainline.
29367              
29368              fix memory leak in pack("Bb",...)
29369      Branch: perl
29370           !> perl.c
29371 ____________________________________________________________________________
29372 [  9064] By: gsar                                  on 2001/03/07  06:29:24
29373         Log: fix memory leak in pack("Bb",...)
29374      Branch: maint-5.6/perl
29375            ! perl.c
29376 ____________________________________________________________________________
29377 [  9063] By: jhi                                   on 2001/03/07  00:55:04
29378         Log: Major utf8 test reorganisation and rewrite.
29379              Hopefully no tests were lost in the shuffle.
29380              (The beginning of pragma/utf8 was lost intentionally,
29381              the tests were rather bogus and incomplete.)
29382      Branch: perl
29383            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
29384            ! t/pragma/utf8.t
29385 ____________________________________________________________________________
29386 [  9062] By: jhi                                   on 2001/03/07  00:41:16
29387         Log: More tweakage on the Unicode character class descriptions.
29388      Branch: perl
29389            ! lib/unicode/mktables.PL pod/perlretut.pod
29390 ____________________________________________________________________________
29391 [  9061] By: jhi                                   on 2001/03/06  23:12:38
29392         Log: The perlretut was still talking about the old \p and \P
29393              definitions.
29394      Branch: perl
29395            ! pod/perlretut.pod
29396 ____________________________________________________________________________
29397 [  9060] By: nick                                  on 2001/03/06  20:52:37
29398         Log: Integrate mainline (make test works again now).
29399      Branch: perlio
29400           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
29401 ____________________________________________________________________________
29402 [  9059] By: jhi                                   on 2001/03/06  15:36:14
29403         Log: 0.999... does equal 1.0, doesn't it?
29404      Branch: perl
29405            ! t/camel-III/vstring.t
29406 ____________________________________________________________________________
29407 [  9058] By: jhi                                   on 2001/03/06  15:34:00
29408         Log: Make /x{abcd}/ to work without use utf8.
29409      Branch: perl
29410            ! regcomp.c
29411 ____________________________________________________________________________
29412 [  9057] By: jhi                                   on 2001/03/06  03:02:36
29413         Log: Easier to outcomment all the three reset() tests for now.
29414      Branch: perl
29415            ! t/op/pat.t
29416 ____________________________________________________________________________
29417 [  9056] By: jhi                                   on 2001/03/06  02:30:02
29418         Log: Comment out the deadly reset; until the 20010301.005
29419              is finally fixed.
29420      Branch: perl
29421            ! t/op/pat.t
29422 ____________________________________________________________________________
29423 [  9055] By: jhi                                   on 2001/03/06  02:21:26
29424         Log: Integrate the change #9054 from mainline:
29425              retract the PMOP cleanup patch pending further investigation.
29426      Branch: maint-5.6/perl
29427           !> op.c op.h
29428 ____________________________________________________________________________
29429 [  9054] By: jhi                                   on 2001/03/06  02:19:57
29430         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
29431              with oddly familiar stack traces.
29432      Branch: perl
29433            ! op.c op.h
29434 ____________________________________________________________________________
29435 [  9053] By: jhi                                   on 2001/03/05  23:20:28
29436         Log: Integrate perlio.
29437      Branch: perl
29438           +> ext/Encode/Encode/koi8-r.ucm
29439           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
29440           !> makedef.pl
29441 ____________________________________________________________________________
29442 [  9052] By: nick                                  on 2001/03/05  23:08:17
29443         Log: skipping USE_PERLIO symbols correction.
29444      Branch: perlio
29445            ! makedef.pl
29446 ____________________________________________________________________________
29447 [  9051] By: nick                                  on 2001/03/05  22:35:07
29448         Log: More Encode alias tidying.
29449      Branch: perlio
29450            + ext/Encode/Encode/koi8-r.ucm
29451            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
29452 ____________________________________________________________________________
29453 [  9050] By: jhi                                   on 2001/03/05  21:44:29
29454         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
29455              Sarathy's fix for ID 20010301.005.
29456      Branch: maint-5.6/perl
29457           !> op.c op.h
29458 ____________________________________________________________________________
29459 [  9049] By: nick                                  on 2001/03/05  19:54:04
29460         Log: Integrate Jarkko's Encode.pm tweak.
29461      Branch: perlio
29462           !> ext/Encode/Encode.pm
29463 ____________________________________________________________________________
29464 [  9048] By: nick                                  on 2001/03/05  19:47:57
29465         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
29466      Branch: perlio
29467           +> os2/os2add.sym
29468           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
29469           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
29470           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
29471           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
29472           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
29473 ____________________________________________________________________________
29474 [  9047] By: jhi                                   on 2001/03/05  19:25:26
29475         Log: Regen perlapi.
29476      Branch: perl
29477            ! pod/perlapi.pod
29478 ____________________________________________________________________________
29479 [  9046] By: jhi                                   on 2001/03/05  19:12:14
29480         Log: Integrate perlio.
29481      Branch: perl
29482           +> t/camel-III/vstring.t
29483           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
29484 ____________________________________________________________________________
29485 [  9045] By: jhi                                   on 2001/03/05  19:10:36
29486         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
29487      Branch: perl
29488            ! ext/Encode/Encode.pm
29489 ____________________________________________________________________________
29490 [  9044] By: jhi                                   on 2001/03/05  18:49:12
29491         Log: Forgot the other half of the PMOP patch (#9033).
29492      Branch: perl
29493            ! op.h
29494 ____________________________________________________________________________
29495 [  9043] By: nick                                  on 2001/03/05  18:14:47
29496         Log: Update MANIFEST for new test.
29497      Branch: perlio
29498            ! MANIFEST
29499 ____________________________________________________________________________
29500 [  9042] By: nick                                  on 2001/03/05  18:12:41
29501         Log: Some tests for Camel 3rd edition features.
29502              Make gethostbyaddr() test in above work.
29503      Branch: perlio
29504            + t/camel-III/vstring.t
29505            ! pp.h pp_sys.c t/TEST t/harness
29506 ____________________________________________________________________________
29507 [  9041] By: jhi                                   on 2001/03/05  17:41:48
29508         Log: Add more ISO 8859 encoding aliases.
29509      Branch: perl
29510            ! ext/Encode/Encode.pm
29511 ____________________________________________________________________________
29512 [  9040] By: jhi                                   on 2001/03/05  17:30:43
29513         Log: Integrate perlio.
29514      Branch: perl
29515           !> MANIFEST sv.c
29516 ____________________________________________________________________________
29517 [  9039] By: nick                                  on 2001/03/05  17:11:36
29518         Log: Missed added file.
29519      Branch: perlio
29520            ! MANIFEST
29521 ____________________________________________________________________________
29522 [  9038] By: jhi                                   on 2001/03/05  15:58:01
29523         Log: Add tr tests for EBCDIC, from Karsten Sperling.
29524      Branch: perl
29525            ! t/op/tr.t
29526 ____________________________________________________________________________
29527 [  9037] By: nick                                  on 2001/03/05  15:56:35
29528         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
29529              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
29530              
29531              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
29532              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
29533              - uses SvPV() rather than sv_2pv() in case it isn't a string.
29534      Branch: perlio
29535            ! sv.c
29536 ____________________________________________________________________________
29537 [  9036] By: jhi                                   on 2001/03/05  15:49:15
29538         Log: Add matching tests currently failing in EBCDIC,
29539              suggested by Karsten Sperling.
29540      Branch: perl
29541            ! t/op/pat.t
29542 ____________________________________________________________________________
29543 [  9035] By: jhi                                   on 2001/03/05  15:36:55
29544         Log: The #9034 needs a MANIFESTation.
29545      Branch: perl
29546            ! MANIFEST
29547 ____________________________________________________________________________
29548 [  9034] By: jhi                                   on 2001/03/05  15:35:14
29549         Log: Integrate perlio.
29550      Branch: perl
29551           +> ext/Encode/Encode/Tcl.pm
29552           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
29553           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
29554           !> ext/Encode/Encode/iso8859-1.ucm
29555           !> ext/Encode/Encode/iso8859-10.ucm
29556           !> ext/Encode/Encode/iso8859-13.ucm
29557           !> ext/Encode/Encode/iso8859-14.ucm
29558           !> ext/Encode/Encode/iso8859-15.ucm
29559           !> ext/Encode/Encode/iso8859-16.ucm
29560           !> ext/Encode/Encode/iso8859-2.ucm
29561           !> ext/Encode/Encode/iso8859-3.ucm
29562           !> ext/Encode/Encode/iso8859-4.ucm
29563           !> ext/Encode/Encode/iso8859-5.ucm
29564           !> ext/Encode/Encode/iso8859-6.ucm
29565           !> ext/Encode/Encode/iso8859-7.ucm
29566           !> ext/Encode/Encode/iso8859-8.ucm
29567           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
29568           !> t/lib/encode.t
29569 ____________________________________________________________________________
29570 [  9033] By: jhi                                   on 2001/03/05  15:33:18
29571         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
29572              From: Gurusamy Sarathy <gsar@ActiveState.com>
29573              Date: Sun, 04 Mar 2001 22:33:15 -0800
29574              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
29575              
29576              PMOPs need to remember their own stash so that they can
29577              gracefully remove themselves from their linked list.
29578      Branch: perl
29579            ! op.c
29580 ____________________________________________________________________________
29581 [  9032] By: nick                                  on 2001/03/05  14:51:50
29582         Log: Encode implementation "completion"
29583              Implement and document define_encoding()
29584              Implement and document encoding aliases including define_alias()
29585              Make Encode::XS use define_encoding() rather than back-door.
29586              Move run-time *.enc to separate Encode::Tcl module.
29587              Make 'compile' honour <codeset_name>
29588              Change canonical names of to iso-8859-* and US-ascii.
29589      Branch: perlio
29590            + ext/Encode/Encode/Tcl.pm
29591            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29592            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
29593            ! ext/Encode/Encode/iso8859-1.ucm
29594            ! ext/Encode/Encode/iso8859-10.ucm
29595            ! ext/Encode/Encode/iso8859-13.ucm
29596            ! ext/Encode/Encode/iso8859-14.ucm
29597            ! ext/Encode/Encode/iso8859-15.ucm
29598            ! ext/Encode/Encode/iso8859-16.ucm
29599            ! ext/Encode/Encode/iso8859-2.ucm
29600            ! ext/Encode/Encode/iso8859-3.ucm
29601            ! ext/Encode/Encode/iso8859-4.ucm
29602            ! ext/Encode/Encode/iso8859-5.ucm
29603            ! ext/Encode/Encode/iso8859-6.ucm
29604            ! ext/Encode/Encode/iso8859-7.ucm
29605            ! ext/Encode/Encode/iso8859-8.ucm
29606            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
29607            ! t/lib/encode.t
29608 ____________________________________________________________________________
29609 [  9031] By: jhi                                   on 2001/03/05  13:51:17
29610         Log: Integrate change #9030 from maintperl into mainline.
29611              
29612              Subject: [PATCH 5.6.1] OS/2 cleanup
29613      Branch: perl
29614           +> os2/os2add.sym
29615           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
29616           !> makedef.pl os2/Changes os2/Makefile.SHs
29617           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
29618           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
29619           !> os2/os2.sym os2/os2ish.h
29620 ____________________________________________________________________________
29621 [  9030] By: jhi                                   on 2001/03/05  13:46:49
29622         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
29623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29624              Date: Mon, 5 Mar 2001 02:29:44 -0500
29625              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
29626      Branch: maint-5.6/perl
29627            + os2/os2add.sym
29628            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
29629            ! makedef.pl os2/Changes os2/Makefile.SHs
29630            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
29631            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
29632            ! os2/os2.sym os2/os2ish.h
29633 ____________________________________________________________________________
29634 [  9029] By: jhi                                   on 2001/03/05  13:40:35
29635         Log: Integrate change #9028 from maintperl into mainline.
29636              
29637              various nits in MM_Unix.pm found by disabling SelfLoader
29638      Branch: perl
29639           !> lib/ExtUtils/MM_Unix.pm
29640 ____________________________________________________________________________
29641 [  9028] By: gsar                                  on 2001/03/05  09:58:38
29642         Log: various nits in MM_Unix.pm found by disabling SelfLoader
29643      Branch: maint-5.6/perl
29644            ! lib/ExtUtils/MM_Unix.pm
29645 ____________________________________________________________________________
29646 [  9027] By: nick                                  on 2001/03/05  08:35:22
29647         Log: Integrate mainline
29648      Branch: perlio
29649           !> (integrate 28 files)
29650 ____________________________________________________________________________
29651 [  9026] By: jhi                                   on 2001/03/05  02:14:59
29652         Log: Integrate change #9025 from mainline to maintperl,
29653              retract \N{U+HHHH}.
29654      Branch: maint-5.6/perl
29655           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
29656           !> t/lib/charnames.t toke.c
29657 ____________________________________________________________________________
29658 [  9025] By: jhi                                   on 2001/03/05  02:13:09
29659         Log: Retracting \N{U+HHHH}.
29660      Branch: perl
29661            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
29662            ! t/lib/charnames.t toke.c
29663 ____________________________________________________________________________
29664 [  9024] By: jhi                                   on 2001/03/04  20:51:07
29665         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
29666              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
29667              Date: Fri, 02 Mar 2001 18:25:26 +0100
29668              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
29669              
29670              Casting problem.
29671      Branch: perl
29672            ! ext/Storable/Storable.xs
29673 ____________________________________________________________________________
29674 [  9023] By: jhi                                   on 2001/03/04  19:46:45
29675         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
29676              From: nick@talking.bollo.cx
29677              Date: Sat, 03 Mar 2001 21:41:33 +0000
29678              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
29679              
29680              Revert the workaround.
29681      Branch: perl
29682            ! perlio.c
29683 ____________________________________________________________________________
29684 [  9022] By: jhi                                   on 2001/03/04  19:36:28
29685         Log: Update Changes.
29686      Branch: perl
29687            ! Changes patchlevel.h
29688 ____________________________________________________________________________
29689 [  9021] By: jhi                                   on 2001/03/04  18:41:00
29690         Log: makedef.pl updates suggested by Chris Nandor; double-checking
29691              the changes in AIX, OS/2 Win32 would be nice.
29692      Branch: perl
29693            ! makedef.pl
29694 ____________________________________________________________________________
29695 [  9020] By: jhi                                   on 2001/03/04  18:23:58
29696         Log: Integrate change #9012 from maintperl into mainline,
29697              quench a compiler warning.
29698      Branch: perl
29699           !> toke.c
29700 ____________________________________________________________________________
29701 [  9019] By: jhi                                   on 2001/03/04  18:18:43
29702         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
29703              
29704              \N{U+HHHH} fix.
29705              
29706              pattern in G_ARRAY context
29707      Branch: maint-5.6/perl
29708           !> pp_hot.c t/op/pat.t toke.c
29709 ____________________________________________________________________________
29710 [  9018] By: jhi                                   on 2001/03/04  18:07:48
29711         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
29712              From: Jeff Pinyan <jeffp@crusoe.net>
29713              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
29714              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
29715      Branch: perl
29716            ! pp_hot.c t/op/pat.t
29717 ____________________________________________________________________________
29718 [  9017] By: jhi                                   on 2001/03/04  18:06:21
29719         Log: I thought I tested the #9014.
29720      Branch: perl
29721            ! toke.c
29722 ____________________________________________________________________________
29723 [  9016] By: jhi                                   on 2001/03/04  17:41:22
29724         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
29725              
29726              Tweak the get*ent() OS/2 prototypes.
29727              
29728              Add the \N{U+HHHH} syntax.
29729              
29730              More tr/// UTF-8 fixes from Inaba Hiroto.
29731      Branch: maint-5.6/perl
29732           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
29733           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
29734 ____________________________________________________________________________
29735 [  9015] By: jhi                                   on 2001/03/04  17:36:04
29736         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
29737      Branch: perl
29738            ! doop.c t/op/tr.t
29739 ____________________________________________________________________________
29740 [  9014] By: jhi                                   on 2001/03/04  17:24:49
29741         Log: Add the \N{U+HHHH} syntax.
29742      Branch: perl
29743            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
29744            ! t/lib/charnames.t toke.c
29745 ____________________________________________________________________________
29746 [  9013] By: jhi                                   on 2001/03/04  17:20:45
29747         Log: Tweak the get*ent() OS/2 prototypes.
29748      Branch: perl
29749            ! os2/os2.c
29750 ____________________________________________________________________________
29751 [  9012] By: gsar                                  on 2001/03/04  06:26:14
29752         Log: avoid warning (nit in change#9009)
29753      Branch: maint-5.6/perl
29754            ! toke.c
29755 ____________________________________________________________________________
29756 [  9011] By: gsar                                  on 2001/03/04  06:15:24
29757         Log: lib/charnames.t fails in 5.6.x because of older Unicode
29758              data
29759              
29760              TODO: need to revisit this after updating lib/unicode/...
29761      Branch: maint-5.6/perl
29762            ! t/lib/charnames.t
29763 ____________________________________________________________________________
29764 [  9010] By: gsar                                  on 2001/03/04  06:08:36
29765         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
29766      Branch: maint-5.6/perl
29767            ! toke.c
29768 ____________________________________________________________________________
29769 [  9009] By: jhi                                   on 2001/03/03  19:27:20
29770         Log: Integrate change #9008 from mainline to maintperl,
29771              UTF-8 tr/// fixes from Inaba Hiroto.
29772      Branch: maint-5.6/perl
29773           !> doop.c op.c t/op/tr.t toke.c
29774 ____________________________________________________________________________
29775 [  9008] By: jhi                                   on 2001/03/03  19:19:42
29776         Log: UTF8 tr/// fixes from Inaba Hiroto.
29777      Branch: perl
29778            ! doop.c op.c t/op/tr.t toke.c
29779 ____________________________________________________________________________
29780 [  9007] By: jhi                                   on 2001/03/03  19:00:30
29781         Log: Integrate change #9006 from maintperl to mainline,
29782              more robust quest for the infinite.
29783      Branch: perl
29784           !> lib/Math/Complex.pm
29785 ____________________________________________________________________________
29786 [  9006] By: jhi                                   on 2001/03/03  18:58:06
29787         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
29788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29789              Date: Sat, 3 Mar 2001 12:51:50 -0500
29790              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
29791              
29792              Be more robust in our quest for the infinite.
29793      Branch: maint-5.6/perl
29794            ! lib/Math/Complex.pm
29795 ____________________________________________________________________________
29796 [  9005] By: jhi                                   on 2001/03/03  17:55:50
29797         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
29798      Branch: maint-5.6/perl
29799            ! doio.c
29800 ____________________________________________________________________________
29801 [  9004] By: jhi                                   on 2001/03/03  17:40:14
29802         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
29803              so that picky compilers like IRIX won't get huffy about
29804              "statements without effect" (like 1;).
29805      Branch: perl
29806            ! toke.c
29807 ____________________________________________________________________________
29808 [  9003] By: jhi                                   on 2001/03/03  17:15:52
29809         Log: Integrate change #9002 from mainline to maintperl.
29810              
29811              Subject: [perl-5.6.x, perl-current] accept for EPOC
29812      Branch: maint-5.6/perl
29813           !> pp_sys.c
29814 ____________________________________________________________________________
29815 [  9002] By: jhi                                   on 2001/03/03  17:14:30
29816         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
29817              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29818              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
29819              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
29820      Branch: perl
29821            ! pp_sys.c
29822 ____________________________________________________________________________
29823 [  9001] By: jhi                                   on 2001/03/03  17:13:13
29824         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
29825              From: "Craig A. Berry" <craigberry@mac.com>
29826              Date: Fri, 02 Mar 2001 17:44:40 -0600
29827              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
29828      Branch: perl
29829            ! t/pod/find.t
29830 ____________________________________________________________________________
29831 [  9000] By: jhi                                   on 2001/03/03  17:11:55
29832         Log: Integrate changes #8997,8999 from maintperl.
29833              
29834              Subject: [PATCH 5.6.1] compiling on OS/2
29835              (Better error message from hints/os2.sh)
29836              
29837              Subject: [PATCH 5.6.1] syslog.t
29838      Branch: perl
29839           !> hints/os2.sh t/lib/syslog.t
29840 ____________________________________________________________________________
29841 [  8999] By: jhi                                   on 2001/03/03  17:09:28
29842         Log: Subject: [PATCH 5.6.1] syslog.t
29843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29844              Date: Sat, 3 Mar 2001 02:11:17 -0500
29845              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
29846      Branch: maint-5.6/perl
29847            ! t/lib/syslog.t
29848 ____________________________________________________________________________
29849 [  8998] By: jhi                                   on 2001/03/03  17:07:50
29850         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
29851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29852              Date: Sat, 3 Mar 2001 01:53:52 -0500
29853              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
29854      Branch: maint-5.6/perl
29855            ! opcode.pl os2/os2.c
29856 ____________________________________________________________________________
29857 [  8997] By: jhi                                   on 2001/03/03  17:03:30
29858         Log: Subject: [PATCH 5.6.1] compiling on OS/2
29859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29860              Date: Sat, 3 Mar 2001 01:59:59 -0500
29861              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
29862      Branch: maint-5.6/perl
29863            ! hints/os2.sh
29864 ____________________________________________________________________________
29865 [  8996] By: jhi                                   on 2001/03/03  00:55:58
29866         Log: Regen files for mainline.
29867      Branch: perl
29868            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29869            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
29870 ____________________________________________________________________________
29871 [  8995] By: jhi                                   on 2001/03/03  00:35:22
29872         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
29873              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
29874              to maintperl.
29875              
29876              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
29877              
29878              Add Configure option -Dmksymlinks which will create a symlink
29879              forest if the current/build differs from the source directory.
29880              (8218,8220,8221,8317,8318,8971)
29881              
29882              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
29883              (Document APPLLIB_EXP in INSTALL.)
29884              
29885              If running byacc write-enable also perly.h.
29886              
29887              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
29888              
29889              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
29890              
29891              Sanity check for conflicting thread flavours.
29892              
29893              Fix the sys/fcntl.h problem reported by Peter Prymmer.
29894              
29895              Add few CPUs/architectures to the Cppsym scan,
29896              add -perlio to archname if so selected (modified 8890)
29897              
29898              Be more helpful for devel builders, suggested by John L. Allen.
29899              (admittedly pointless change for maintperl, but the usedevel
29900              code is there already)
29901      Branch: maint-5.6/perl
29902           !> Configure INSTALL Makefile.SH Porting/Glossary
29903           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
29904           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
29905           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
29906           !> win32/config.bc win32/config.gc win32/config.vc
29907 ____________________________________________________________________________
29908 [  8994] By: jhi                                   on 2001/03/02  23:31:41
29909         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
29910      Branch: metaconfig/U/perl
29911            ! gccvers.U
29912 ____________________________________________________________________________
29913 [  8993] By: jhi                                   on 2001/03/02  23:22:12
29914         Log: Regenerate various files for maint.
29915      Branch: maint-5.6/perl
29916            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
29917            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
29918 ____________________________________________________________________________
29919 [  8992] By: alanbur                               on 2001/03/02  22:48:34
29920         Log: Resync wuth parent
29921      Branch: maint-5.6/pureperl
29922           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
29923           !> (integrate 60 files)
29924 ____________________________________________________________________________
29925 [  8991] By: jhi                                   on 2001/03/02  21:00:08
29926         Log: Retract the #8742 part of #8986, backward compat.
29927      Branch: maint-5.6/perl
29928            ! embed.pl
29929 ____________________________________________________________________________
29930 [  8990] By: jhi                                   on 2001/03/02  20:40:07
29931         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
29932      Branch: maint-5.6/perl
29933            ! hv.c
29934 ____________________________________________________________________________
29935 [  8989] By: jhi                                   on 2001/03/02  19:59:56
29936         Log: Update Changes.
29937      Branch: perl
29938            ! Changes patchlevel.h
29939 ____________________________________________________________________________
29940 [  8988] By: jhi                                   on 2001/03/02  19:57:08
29941         Log: Integrate perlio.
29942      Branch: perl
29943           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
29944           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
29945           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
29946           !> ext/Encode/Encode/iso8859-10.ucm
29947           !> ext/Encode/Encode/iso8859-13.ucm
29948           !> ext/Encode/Encode/iso8859-14.ucm
29949           !> ext/Encode/Encode/iso8859-15.ucm
29950           !> ext/Encode/Encode/iso8859-16.ucm
29951           !> ext/Encode/Encode/iso8859-2.ucm
29952           !> ext/Encode/Encode/iso8859-3.ucm
29953           !> ext/Encode/Encode/iso8859-4.ucm
29954           !> ext/Encode/Encode/iso8859-5.ucm
29955           !> ext/Encode/Encode/iso8859-6.ucm
29956           !> ext/Encode/Encode/iso8859-7.ucm
29957           !> ext/Encode/Encode/iso8859-8.ucm
29958           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
29959           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
29960 ____________________________________________________________________________
29961 [  8987] By: jhi                                   on 2001/03/02  19:43:40
29962         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
29963              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
29964              8950,8952,8955 from mainline to maintperl.
29965              
29966              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
29967              
29968              Put to rest the 20010205.001, the email address checking (not) regex.
29969              
29970              fork() not everywhere, cleanup temp files.
29971              
29972              The #8843 wasn't quite right: %Config needs to imported.
29973              
29974              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
29975              (#8849: the glob-basic hunk needed massaging as it depended
29976              on Schwern's large-scale (unintegrated) patches)
29977              
29978              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
29979              
29980              Upgrade to CGI.pm 2.752, from Lincoln Stein.
29981              (Note: there were some conflicts due to EBCDIC and EPOC
29982              patches, in general I preferred the repository code.)
29983              (When 2.753 comes out, we need to synchronize.)
29984              
29985              Subject: [PATCH] fix for charnames above FFFF
29986              
29987              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
29988              
29989              If no sfio, no -lsfio.
29990              
29991              Run run/*.t also in minitest.
29992              
29993              Subject:  [PATCH perl 5.7.0] malloc message address offset
29994              
29995              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
29996              
29997              Subject: fix for parameter -Dm (for perl@8867)
29998              
29999              Subject: [PATCH: perl@8892] was Re: hashing order difference?
30000              (make the test more portable)
30001              
30002              Subject: Re: [PATCH] fix for charnames above FFFF
30003              
30004              Subject: Re: I'm losing the war...
30005              (hv_store() not working correctly in ENV_IS_CASELESS case.)
30006              
30007              Subject: Modified README.bs2000 
30008              
30009              Subject: [PATCH: perl@8935] -Dt padsv($var)
30010              
30011              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
30012              
30013              Subject: PATCH: extra tests to check on negative float to unsigned cast
30014              
30015              Subject: [PATCH] XPUSH[insp] was Re: progress
30016              
30017              Subject: Re: Compile with perlcc..
30018      Branch: maint-5.6/perl
30019           !> (integrate 36 files)
30020 ____________________________________________________________________________
30021 [  8986] By: jhi                                   on 2001/03/02  18:51:25
30022         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
30023              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
30024              to maintperl.
30025              
30026              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
30027              
30028              Subject: [DOC PATCH] overload.pm nits
30029              
30030              Add header for LIB$ prototypes (C. Berry)
30031              
30032              Convert fwrite()s to sockets to write()s, since some socket stacks
30033              don't take kindly to stdio.
30034              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
30035              (for often optional LNMs)
30036              Correct a few typos
30037              (C. Bailey)
30038              
30039              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
30040              
30041              De-cut-and-pasto.
30042              
30043              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
30044              
30045              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
30046              
30047              Upgrade to CPAN 1.59_54, from Andreas König.
30048              
30049              Bogus shebang.
30050              
30051              Subject: [PATCH] Document makepatch in Porting/patching
30052              
30053              UTF-8 documentation.
30054              
30055              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
30056              
30057              Sort the MANIFEST.
30058              
30059              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
30060              
30061              Subject: [PATCH @8807] toke.c cleanup: scan_str()
30062              
30063              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
30064              
30065              Add run/*.t to testables.
30066              
30067              TODO: integrate #8784.
30068      Branch: maint-5.6/perl
30069           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
30070           !> (integrate 28 files)
30071 ____________________________________________________________________________
30072 [  8985] By: nick                                  on 2001/03/02  18:15:45
30073         Log: Integrate mainline
30074      Branch: perlio
30075           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
30076           !> vms/vms.c
30077 ____________________________________________________________________________
30078 [  8984] By: jhi                                   on 2001/03/02  16:00:17
30079         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
30080              
30081              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
30082              5.004_05, and mention the suidperl August 2000 security problem.
30083              (#8978,#8981)
30084              
30085              Subject: [ID 20010301.004] Technically speaking in perldata
30086              
30087              Subject: [PATCH] File::Copy for bleadperl, maintperl
30088              
30089              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
30090              
30091              (The #8982, fix for 20010221.005 and 20010221.008,
30092              would be nice too but it didn't integrate cleanly.)
30093      Branch: maint-5.6/perl
30094           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
30095 ____________________________________________________________________________
30096 [  8983] By: jhi                                   on 2001/03/02  15:51:16
30097         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
30098              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30099              Date:     Thu, 1 Mar 2001 15:54:09 EST
30100              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
30101      Branch: perl
30102            ! vms/vms.c
30103 ____________________________________________________________________________
30104 [  8982] By: jhi                                   on 2001/03/02  15:43:31
30105         Log: Subject: Re: sync sync sync: have I missed any patches?
30106              From: Radu Greab <radu@netsoft.ro> 
30107              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
30108              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
30109              
30110              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
30111              was checking argv[0] regardless of whether a different pathname
30112              will actually be executed."  Test case not supplied because 
30113              drafting that, ironically enough, revealed another bug
30114              (or a feature).
30115      Branch: perl
30116            ! doio.c
30117 ____________________________________________________________________________
30118 [  8981] By: jhi                                   on 2001/03/02  15:28:03
30119         Log: Misdate in #8978.
30120      Branch: perl
30121            ! pod/perlfaq1.pod
30122 ____________________________________________________________________________
30123 [  8980] By: jhi                                   on 2001/03/02  15:24:20
30124         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
30125              From: Chris Nandor <pudge@pobox.com>
30126              Date: Wed, 28 Feb 2001 22:10:15 -0500
30127              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
30128      Branch: perl
30129            ! lib/File/Copy.pm
30130 ____________________________________________________________________________
30131 [  8979] By: jhi                                   on 2001/03/02  15:17:16
30132         Log: Subject: [ID 20010301.004] Technically speaking in perldata
30133              From: abela@geneanet.org
30134              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
30135              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
30136      Branch: perl
30137            ! pod/perldata.pod
30138 ____________________________________________________________________________
30139 [  8978] By: jhi                                   on 2001/03/02  15:15:27
30140         Log: Subject: [ID 20010301.003] ref to 5.004
30141              From: abela@geneanet.org
30142              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
30143              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
30144              
30145              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
30146              and mention the suidperl August 2000 security problem.
30147      Branch: perl
30148            ! pod/perlfaq1.pod
30149 ____________________________________________________________________________
30150 [  8977] By: alanbur                               on 2001/03/02  14:17:45
30151         Log: Resynchronised with parent
30152      Branch: maint-5.6/pureperl
30153           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
30154           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
30155           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
30156           !> vms/descrip_mms.template win32/win32.c win32/win32.h
30157           !> win32/win32iop.h
30158 ____________________________________________________________________________
30159 [  8976] By: nick                                  on 2001/03/01  23:25:30
30160         Log: Integrate mainline.
30161      Branch: perlio
30162            - t/op/qu.t
30163           !> (integrate 55 files)
30164 ____________________________________________________________________________
30165 [  8975] By: jhi                                   on 2001/03/01  16:51:34
30166         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
30167      Branch: perl
30168           !> toke.c
30169 ____________________________________________________________________________
30170 [  8974] By: gsar                                  on 2001/03/01  16:28:21
30171         Log: fix for bugid 20010226.008
30172              
30173              the problem was that some of the pointers (PL_last_lop and
30174              PL_last_uni specifically) into the lex buffers weren't correctly
30175              being invalidated when the buffer changed; this would leave the
30176              pointers pointing at an arbitrary location in the buffer if
30177              the buffer didn't need to be reallocated, or point into freed
30178              memory if the buffer had to be realloced
30179              
30180              TODO item for bugdb maintainers: check other seemingly random
30181              parser-related bugs--they might be cured by this
30182      Branch: maint-5.6/perl
30183            ! toke.c
30184 ____________________________________________________________________________
30185 [  8973] By: jhi                                   on 2001/03/01  02:23:25
30186         Log: Retract #8970 because of a completely mysterious core dump:
30187              adding the tests 241..244 causes op/pat dump core at test #25.
30188              The test needs a lot of whittling down before the bug can be solved.
30189      Branch: perl
30190            ! t/op/pat.t
30191 ____________________________________________________________________________
30192 [  8972] By: jhi                                   on 2001/03/01  01:58:38
30193         Log: Regen perlapi.
30194      Branch: perl
30195            ! pod/perlapi.pod
30196 ____________________________________________________________________________
30197 [  8971] By: jhi                                   on 2001/03/01  01:34:09
30198         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))
30199              From: Nicholas Clark <nick@ccl4.org>
30200              Date: Wed, 28 Feb 2001 23:28:49 +0000
30201              Message-ID: <20010228232849.A55187@plum.flirble.org>
30202              
30203              Allow a completely write protected source code tree
30204              when using the Configure -Dmksymlinks.
30205      Branch: perl
30206            ! embed.pl warnings.pl
30207 ____________________________________________________________________________
30208 [  8970] By: jhi                                   on 2001/03/01  01:32:04
30209         Log: Add back the EBCDIC character range tests (for matching).
30210      Branch: perl
30211            ! t/op/pat.t
30212 ____________________________________________________________________________
30213 [  8969] By: nick                                  on 2001/02/28  18:18:01
30214         Log: Add charname comments to .ucm files writen by 'compile',
30215              also order charmaps in those files by source encoding.
30216              regenerate distrubuted .ucm files
30217      Branch: perlio
30218            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
30219            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
30220            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
30221            ! ext/Encode/Encode/iso8859-10.ucm
30222            ! ext/Encode/Encode/iso8859-13.ucm
30223            ! ext/Encode/Encode/iso8859-14.ucm
30224            ! ext/Encode/Encode/iso8859-15.ucm
30225            ! ext/Encode/Encode/iso8859-16.ucm
30226            ! ext/Encode/Encode/iso8859-2.ucm
30227            ! ext/Encode/Encode/iso8859-3.ucm
30228            ! ext/Encode/Encode/iso8859-4.ucm
30229            ! ext/Encode/Encode/iso8859-5.ucm
30230            ! ext/Encode/Encode/iso8859-6.ucm
30231            ! ext/Encode/Encode/iso8859-7.ucm
30232            ! ext/Encode/Encode/iso8859-8.ucm
30233            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
30234            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
30235 ____________________________________________________________________________
30236 [  8968] By: jhi                                   on 2001/02/28  16:26:37
30237         Log: Expand usemorebits early if d_casti32 needs to be undefined.
30238      Branch: perl
30239            ! hints/hpux.sh hints/irix_6.sh
30240 ____________________________________________________________________________
30241 [  8967] By: jhi                                   on 2001/02/28  16:22:26
30242         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
30243              retract toke.c/qu parts of #8583, retract #8485, retract
30244              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
30245              op/length.t, and MANIFEST, and delete t/op/qu.t.
30246      Branch: perl
30247            - t/op/qu.t
30248            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
30249            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
30250            ! t/op/length.t toke.c
30251 ____________________________________________________________________________
30252 [  8966] By: jhi                                   on 2001/02/28  15:00:27
30253         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
30254              by not changing from pre-Unicode days into being Unicode-aware.
30255              Sniff.
30256      Branch: perl
30257            ! pp.c t/op/pack.t t/op/qu.t
30258 ____________________________________________________________________________
30259 [  8965] By: jhi                                   on 2001/02/28  14:37:55
30260         Log: Subject: Re: Errors in core PODs
30261              From: Michael Stevens <michael@etla.org> 
30262              Date: Fri, 23 Feb 2001 15:47:56 +0000
30263              Message-ID: <20010223154756.A7723@firedrake.org> 
30264      Branch: perl
30265            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
30266            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
30267            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
30268            ! x2p/a2p.pod
30269 ____________________________________________________________________________
30270 [  8964] By: jhi                                   on 2001/02/28  14:35:35
30271         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
30272              (The #8961 was too bold.)
30273      Branch: perl
30274            ! hints/hpux.sh hints/irix_6.sh
30275 ____________________________________________________________________________
30276 [  8963] By: jhi                                   on 2001/02/28  14:33:39
30277         Log: Subject: Re: sync sync sync: have I missed any patches?
30278              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30279              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
30280              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
30281              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
30282              
30283              Replace djSP with dSP.
30284      Branch: perl
30285            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
30286            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
30287            ! win32/perlhost.h
30288 ____________________________________________________________________________
30289 [  8962] By: jhi                                   on 2001/02/27  23:21:14
30290         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
30291      Branch: perl
30292            ! lib/Filter/Simple.pm
30293 ____________________________________________________________________________
30294 [  8961] By: jhi                                   on 2001/02/27  22:55:26
30295         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
30296              and this would be it.
30297      Branch: perl
30298            ! hints/hpux.sh hints/irix_6.sh
30299 ____________________________________________________________________________
30300 [  8960] By: jhi                                   on 2001/02/27  22:51:33
30301         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
30302              From: "Craig A. Berry" <craigberry@mac.com>
30303              Date: Tue, 27 Feb 2001 16:11:44 -0600
30304              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
30305      Branch: maint-5.6/perl
30306            ! configure.com vms/descrip_mms.template
30307 ____________________________________________________________________________
30308 [  8959] By: jhi                                   on 2001/02/27  22:47:23
30309         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
30310              From: "Craig A. Berry" <craigberry@mac.com>
30311              Date: Tue, 27 Feb 2001 16:11:44 -0600
30312              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
30313      Branch: perl
30314            ! configure.com vms/descrip_mms.template
30315 ____________________________________________________________________________
30316 [  8958] By: jhi                                   on 2001/02/27  15:16:42
30317         Log: Update Changes.
30318      Branch: perl
30319            ! Changes patchlevel.h
30320 ____________________________________________________________________________
30321 [  8957] By: jhi                                   on 2001/02/27  06:15:07
30322         Log: Subject: [5.6.x] EPOC additions
30323              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30324              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
30325              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
30326      Branch: maint-5.6/perl
30327            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
30328 ____________________________________________________________________________
30329 [  8956] By: jhi                                   on 2001/02/27  06:12:11
30330         Log: Subject: [perl-current] EPOC 
30331              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30332              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
30333              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
30334      Branch: perl
30335            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
30336            ! epoc/epocish.c epoc/epocish.h pp_sys.c
30337 ____________________________________________________________________________
30338 [  8955] By: jhi                                   on 2001/02/27  05:59:50
30339         Log: Subject: Re: Compile with perlcc..
30340              From: Edward Peschko <edwardp@excitehome.net>
30341              Date: Mon, 26 Feb 2001 18:51:58 -0800
30342              Message-ID: <20010226185158.A9871@excitehome.net>
30343              
30344              plus add a simple usage message if no arguments given.
30345      Branch: perl
30346            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
30347            ! utils/Makefile utils/perlcc.PL win32/pod.mak
30348 ____________________________________________________________________________
30349 [  8954] By: nick                                  on 2001/02/26  21:02:59
30350         Log: Integrate mainline
30351      Branch: perlio
30352           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
30353           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
30354           !> t/op/sprintf.t
30355 ____________________________________________________________________________
30356 [  8953] By: jhi                                   on 2001/02/26  14:43:54
30357         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
30358              From: Nicholas Clark <nick@ccl4.org>
30359              Date: Mon, 26 Feb 2001 00:42:07 +0000
30360              Message-ID: <20010226004207.F23333@plum.flirble.org>
30361      Branch: perl
30362            ! pp_ctl.c
30363 ____________________________________________________________________________
30364 [  8952] By: jhi                                   on 2001/02/26  14:42:13
30365         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
30366              From: Simon Cozens <simon@netthink.co.uk>
30367              Date: Mon, 26 Feb 2001 12:23:48 +0000
30368              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
30369      Branch: perl
30370            ! pod/perlguts.pod
30371 ____________________________________________________________________________
30372 [  8951] By: jhi                                   on 2001/02/26  14:39:15
30373         Log: Subject: [PATCH] perlio - unknown layer
30374              From: Nicholas Clark <nick@ccl4.org>
30375              Date: Mon, 26 Feb 2001 00:27:19 +0000
30376              Message-ID: <20010226002719.E23333@plum.flirble.org>
30377      Branch: perl
30378            ! perlio.c
30379 ____________________________________________________________________________
30380 [  8950] By: jhi                                   on 2001/02/26  14:38:04
30381         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
30382              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
30383              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
30384              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
30385      Branch: perl
30386            ! t/op/bop.t
30387 ____________________________________________________________________________
30388 [  8949] By: jhi                                   on 2001/02/26  14:37:07
30389         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
30390              From: Peter Prymmer <pvhp@forte.com>
30391              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
30392              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
30393      Branch: perl
30394            ! lib/Test.pm
30395 ____________________________________________________________________________
30396 [  8948] By: jhi                                   on 2001/02/26  14:35:53
30397         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
30398              From: Radu Greab <radu@netsoft.ro>
30399              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
30400              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
30401      Branch: perl
30402            ! pod/perlop.pod
30403 ____________________________________________________________________________
30404 [  8947] By: jhi                                   on 2001/02/26  14:34:46
30405         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
30406              From: David Mitchell <davem@fdgroup.co.uk>
30407              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
30408              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
30409      Branch: perl
30410            ! run.c
30411 ____________________________________________________________________________
30412 [  8946] By: jhi                                   on 2001/02/26  14:32:37
30413         Log: Subject: Modified README.bs2000 
30414              From: Dorner Thomas <Thomas.Dorner@start.de>
30415              Date: Mon, 26 Feb 2001 09:22:17 +0100
30416              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
30417      Branch: perl
30418            ! README.bs2000
30419 ____________________________________________________________________________
30420 [  8945] By: jhi                                   on 2001/02/26  14:19:53
30421         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
30422              to maintperl, listing the known failures on the tests 129 and 130.
30423      Branch: maint-5.6/perl
30424           !> t/op/sprintf.t
30425 ____________________________________________________________________________
30426 [  8944] By: jhi                                   on 2001/02/26  14:14:15
30427         Log: Add more known sprintf failures.
30428      Branch: perl
30429            ! t/op/sprintf.t
30430 ____________________________________________________________________________
30431 [  8943] By: jhi                                   on 2001/02/26  13:56:22
30432         Log: perlglob.exe needs to be found in Win32, patch from
30433              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
30434              which needs external glob at mini-perl time."
30435      Branch: perl
30436            ! ext/Encode/compile
30437 ____________________________________________________________________________
30438 [  8942] By: jhi                                   on 2001/02/26  13:52:19
30439         Log: A missing dTHX from Vadim Konovalov.
30440      Branch: perl
30441            ! perlio.c
30442 ____________________________________________________________________________
30443 [  8941] By: jhi                                   on 2001/02/26  13:37:05
30444         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
30445      Branch: perl
30446            ! op.c
30447 ____________________________________________________________________________
30448 [  8940] By: jhi                                   on 2001/02/26  13:35:40
30449         Log: Integrate perlio.
30450      Branch: perl
30451           !> ext/Encode/Encode.pm
30452 ____________________________________________________________________________
30453 [  8939] By: nick                                  on 2001/02/25  23:47:09
30454         Log: Integrate mainline.
30455      Branch: perlio
30456           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
30457           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
30458 ____________________________________________________________________________
30459 [  8938] By: nick                                  on 2001/02/25  19:36:28
30460         Log: Encode implementations docs.
30461      Branch: perlio
30462            ! ext/Encode/Encode.pm
30463 ____________________________________________________________________________
30464 [  8937] By: jhi                                   on 2001/02/25  19:26:16
30465         Log: Script wasn't aligned with reality.
30466      Branch: perl
30467            ! t/pod/find.t
30468 ____________________________________________________________________________
30469 [  8936] By: jhi                                   on 2001/02/25  18:54:55
30470         Log: Update Changes.
30471      Branch: perl
30472            ! Changes patchlevel.h
30473 ____________________________________________________________________________
30474 [  8935] By: jhi                                   on 2001/02/25  18:46:36
30475         Log: Retract #8929,8930,8932,8933 for now.
30476      Branch: perl
30477            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
30478 ____________________________________________________________________________
30479 [  8934] By: jhi                                   on 2001/02/25  17:34:35
30480         Log: Integrate perlio.
30481      Branch: perl
30482           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
30483           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
30484           !> t/lib/encode.t
30485 ____________________________________________________________________________
30486 [  8933] By: jhi                                   on 2001/02/25  17:33:12
30487         Log: (Retracted by #8395.)
30488              
30489              Slight tweaks in scan_const(), not fixes yet, it seems like
30490              lots of work remains to be done...
30491      Branch: perl
30492            ! toke.c
30493 ____________________________________________________________________________
30494 [  8932] By: jhi                                   on 2001/02/25  17:27:11
30495         Log: (Retracted by #8395.)
30496              
30497              Missing from #8930.
30498      Branch: perl
30499            ! perl.h
30500 ____________________________________________________________________________
30501 [  8931] By: jhi                                   on 2001/02/25  17:26:19
30502         Log: A comment tweak.
30503      Branch: perl
30504            ! utf8.c
30505 ____________________________________________________________________________
30506 [  8930] By: jhi                                   on 2001/02/25  17:25:47
30507         Log: (Retracted by #8395.)
30508              
30509              Attempt to fix the EBCDIC character range problwm with //.
30510      Branch: perl
30511            ! regcomp.c
30512 ____________________________________________________________________________
30513 [  8929] By: jhi                                   on 2001/02/25  17:23:45
30514         Log: (Retracted by #8395.)
30515              
30516              Expand the EBCDIC character range tests, and add few nasty
30517              tr tests from Karsten Sperling.
30518      Branch: perl
30519            ! t/op/pat.t t/op/tr.t
30520 ____________________________________________________________________________
30521 [  8928] By: jhi                                   on 2001/02/25  17:18:49
30522         Log: Missing check-in.
30523      Branch: perl
30524            ! lib/Pod/Find.pm
30525 ____________________________________________________________________________
30526 [  8927] By: nick                                  on 2001/02/25  11:30:22
30527         Log: Change method names in Encode implementation classes to something
30528              less confusing (preparing to "go public").
30529      Branch: perlio
30530            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
30531 ____________________________________________________________________________
30532 [  8926] By: nick                                  on 2001/02/25  10:53:24
30533         Log: GCC __atribute__ / printf fix
30534      Branch: perlio
30535            ! perl.h
30536 ____________________________________________________________________________
30537 [  8925] By: nick                                  on 2001/02/25  10:52:25
30538         Log: Checked in the wrong one ...
30539      Branch: perlio
30540            ! ext/Encode/Encode.pm
30541 ____________________________________________________________________________
30542 [  8924] By: nick                                  on 2001/02/24  18:46:51
30543         Log: Integrate mainline - to see what Jarkko has in ...
30544      Branch: perlio
30545           +> t/pod/testpods/lib/Pod/Stuff.pm
30546           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
30547 ____________________________________________________________________________
30548 [  8923] By: nick                                  on 2001/02/24  17:05:23
30549         Log: Encode API documentation nd tidy up.
30550              Minor additions to test.
30551              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
30552              Adds STRLEN to standard typemap.
30553      Branch: perlio
30554            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
30555            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
30556 ____________________________________________________________________________
30557 [  8922] By: jhi                                   on 2001/02/24  16:38:12
30558         Log: Add a test for the "character range should match in EBCDIC
30559              if specified using explicit numerics" bug found by Karsten
30560              Sperling.
30561      Branch: perl
30562            ! t/op/pat.t
30563 ____________________________________________________________________________
30564 [  8921] By: jhi                                   on 2001/02/24  16:30:16
30565         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
30566              From: schwern@pobox.com
30567              Date: Fri, 23 Feb 2001 03:21:37 -0500
30568              Message-ID: <20010223032137.A26022@magnonel.guild.net>
30569              
30570              plus Charles Lane's fixes, plus tweaks.
30571      Branch: perl
30572            + t/pod/testpods/lib/Pod/Stuff.pm
30573            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
30574 ____________________________________________________________________________
30575 [  8920] By: nick                                  on 2001/02/24  10:30:11
30576         Log: Integrate mainline
30577      Branch: perlio
30578           !> (integrate 33 files)
30579 ____________________________________________________________________________
30580 [  8919] By: jhi                                   on 2001/02/24  00:23:35
30581         Log: Subject: Re: I'm losing the war...
30582              From: "Vadim Konovalov" <watman@inbox.ru>
30583              Date: Sat, 24 Feb 2001 00:10:14 +0300
30584              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
30585              
30586              hv_store() not working correctly in ENV_IS_CASELESS case.
30587      Branch: perl
30588            ! hv.c
30589 ____________________________________________________________________________
30590 [  8918] By: jhi                                   on 2001/02/24  00:20:09
30591         Log: Subject: Re: [PATCH] fix for charnames above FFFF
30592              From: andreas.koenig@anima.de (Andreas J. Koenig)
30593              Date: 23 Feb 2001 02:39:03 +0100
30594              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
30595              
30596              A further efficiency tweak.
30597      Branch: perl
30598            ! lib/charnames.pm
30599 ____________________________________________________________________________
30600 [  8917] By: jhi                                   on 2001/02/23  20:27:51
30601         Log: Integrate change #8916 from mainline,
30602              do away with USE_WIN32_RTL_ENV.
30603      Branch: maint-5.6/perl
30604           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
30605 ____________________________________________________________________________
30606 [  8916] By: jhi                                   on 2001/02/23  20:02:25
30607         Log: Abolish USE_WIN32_RTL_ENV.
30608      Branch: perl
30609            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
30610 ____________________________________________________________________________
30611 [  8915] By: jhi                                   on 2001/02/23  19:36:00
30612         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
30613              later protected by some #define.
30614      Branch: perl
30615            ! gv.c
30616 ____________________________________________________________________________
30617 [  8914] By: jhi                                   on 2001/02/23  19:31:38
30618         Log: Retract #8902 for now, requested by Charles Lane, the correct
30619              fix will be something else.
30620      Branch: perl
30621            ! op.c
30622 ____________________________________________________________________________
30623 [  8913] By: jhi                                   on 2001/02/23  19:11:36
30624         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
30625              From: Peter Prymmer <pvhp@forte.com>
30626              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
30627              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
30628      Branch: perl
30629            ! t/op/lex_assign.t
30630 ____________________________________________________________________________
30631 [  8912] By: jhi                                   on 2001/02/23  18:38:20
30632         Log: Subject: [patch] perlio + useithreads
30633              From: Doug MacEachern <dougm@covalent.net>
30634              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
30635              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
30636              
30637              Gets things running but not complete.
30638      Branch: perl
30639            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
30640 ____________________________________________________________________________
30641 [  8911] By: jhi                                   on 2001/02/23  04:20:02
30642         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
30643              
30644              Duplicated environment freeing, File::Temp 0.12,
30645              op/append portability (EBCDIC) tweak.
30646      Branch: maint-5.6/perl
30647           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30648           !> t/op/append.t
30649 ____________________________________________________________________________
30650 [  8910] By: jhi                                   on 2001/02/23  02:07:33
30651         Log: Integrate change #8909 from mainline, a better Borland
30652              putenv() workaround.
30653      Branch: maint-5.6/perl
30654           !> perl.c
30655 ____________________________________________________________________________
30656 [  8909] By: jhi                                   on 2001/02/23  02:05:46
30657         Log: A better workaround for Borland putenv() brokenness from Sarathy.
30658      Branch: perl
30659            ! perl.c
30660 ____________________________________________________________________________
30661 [  8908] By: jhi                                   on 2001/02/23  02:04:14
30662         Log: Subject: fix for parameter -Dm (for perl@8867)
30663              From: "Vadim Konovalov" <watman@inbox.ru>
30664              Date: Thu, 22 Feb 2001 17:30:12 +0300
30665              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
30666      Branch: perl
30667            ! perl.h
30668 ____________________________________________________________________________
30669 [  8907] By: jhi                                   on 2001/02/23  01:58:20
30670         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
30671              From: Peter Prymmer <pvhp@forte.com>
30672              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
30673              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
30674      Branch: perl
30675            ! t/op/append.t
30676 ____________________________________________________________________________
30677 [  8906] By: jhi                                   on 2001/02/23  01:48:34
30678         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
30679      Branch: perl
30680            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30681 ____________________________________________________________________________
30682 [  8905] By: jhi                                   on 2001/02/23  01:43:30
30683         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
30684              From: Peter Prymmer <pvhp@forte.com>
30685              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
30686              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
30687      Branch: perl
30688            ! t/lib/st-06compat.t
30689 ____________________________________________________________________________
30690 [  8904] By: jhi                                   on 2001/02/23  01:42:39
30691         Log: Metaconfig unit change for #8903.
30692      Branch: metaconfig/U/perl
30693            ! Devel.U
30694 ____________________________________________________________________________
30695 [  8903] By: jhi                                   on 2001/02/23  01:42:12
30696         Log: Be more helpful for devel builders, suggested by John L. Allen.
30697      Branch: perl
30698            ! Configure
30699 ____________________________________________________________________________
30700 [  8902] By: jhi                                   on 2001/02/23  01:37:41
30701         Log: (Retracted by #8914)
30702              (Wrongly, reinstated by #8941)             
30703
30704              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
30705              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30706              Date:     Thu, 22 Feb 2001 09:43:57 EST
30707              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
30708      Branch: perl
30709            ! op.c
30710 ____________________________________________________________________________
30711 [  8901] By: jhi                                   on 2001/02/23  01:20:32
30712         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
30713              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30714              Date:     Thu, 22 Feb 2001 08:01:35 EST
30715              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
30716      Branch: perl
30717            ! malloc.c
30718 ____________________________________________________________________________
30719 [  8900] By: jhi                                   on 2001/02/23  01:18:02
30720         Log: Integrate changes #8898,8899 from mainline, environ handling.
30721      Branch: maint-5.6/perl
30722           !> perl.c
30723 ____________________________________________________________________________
30724 [  8899] By: jhi                                   on 2001/02/23  01:16:25
30725         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
30726              putenv() is not to be relied on, they are either broken or leaky
30727              or both.)
30728      Branch: perl
30729            ! perl.c
30730 ____________________________________________________________________________
30731 [  8898] By: jhi                                   on 2001/02/22  23:36:59
30732         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
30733              and safesysfree() must be used.
30734      Branch: perl
30735            ! perl.c
30736 ____________________________________________________________________________
30737 [  8897] By: jhi                                   on 2001/02/22  23:25:45
30738         Log: With environ one must use safesysmalloc()/safesysfree().
30739      Branch: perl
30740            ! perl.c
30741 ____________________________________________________________________________
30742 [  8896] By: jhi                                   on 2001/02/22  22:13:18
30743         Log: If we have a duplicated environment free it
30744              if PERL_DESTRUCT_LEVEL.
30745      Branch: perl
30746            ! perl.c
30747 ____________________________________________________________________________
30748 [  8895] By: alanbur                               on 2001/02/22  19:31:57
30749         Log: Synchronised with parent
30750      Branch: maint-5.6/pureperl
30751           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
30752 ____________________________________________________________________________
30753 [  8894] By: gsar                                  on 2001/02/22  19:06:18
30754         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
30755              
30756              fix memory leak in method call optimization (change#3768);
30757              made C<eval "$x->foo()"> leak
30758              
30759              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
30760      Branch: maint-5.6/perl
30761           !> op.c
30762 ____________________________________________________________________________
30763 [  8893] By: jhi                                   on 2001/02/22  18:35:27
30764         Log: (Retracted by #8915.)
30765              
30766              Third Degree finding:
30767              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
30768      Branch: perl
30769            ! gv.c
30770 ____________________________________________________________________________
30771 [  8892] By: jhi                                   on 2001/02/22  14:28:32
30772         Log: Update Changes.
30773      Branch: perl
30774            ! Changes patchlevel.h
30775 ____________________________________________________________________________
30776 [  8891] By: jhi                                   on 2001/02/22  13:22:45
30777         Log: Metaconfig unit changes for #8890.
30778      Branch: metaconfig
30779            ! U/modified/Cppsym.U U/threads/archname.U
30780 ____________________________________________________________________________
30781 [  8890] By: jhi                                   on 2001/02/22  13:22:12
30782         Log: Add -stdio to the archname if no perlio selected,
30783              no -perlio added since that is now the default.
30784              
30785              Add few CPUs/architectures to the Cppsym scan.
30786      Branch: perl
30787            ! Configure config_h.SH
30788 ____________________________________________________________________________
30789 [  8889] By: jhi                                   on 2001/02/22  13:05:59
30790         Log: Metaconfig unit change for #8888.
30791      Branch: metaconfig/U/perl
30792            ! useperlio.U
30793 ____________________________________________________________________________
30794 [  8888] By: jhi                                   on 2001/02/22  13:05:28
30795         Log: *drum roll*  Make perlio the default.
30796      Branch: perl
30797            ! Configure config_h.SH
30798 ____________________________________________________________________________
30799 [  8887] By: jhi                                   on 2001/02/22  12:50:52
30800         Log: Integrate change #8665 from maintperl to mainline,
30801              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
30802      Branch: perl
30803           !> ext/POSIX/POSIX.xs
30804 ____________________________________________________________________________
30805 [  8886] By: jhi                                   on 2001/02/22  12:49:24
30806         Log: Integrate changes #8883,8884 from mainline to maintperl.
30807              
30808              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
30809              Subject: Re: File::Temp::_gettemp warning
30810      Branch: maint-5.6/perl
30811           !> embed.h embed.pl lib/File/Temp.pm
30812 ____________________________________________________________________________
30813 [  8885] By: jhi                                   on 2001/02/22  12:43:59
30814         Log: Based on
30815              
30816              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
30817              From: schwab@suse.de
30818              Date: Thu, 22 Feb 2001 13:08:09 +0100
30819              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
30820              
30821              but the fix done slightly differently because the other
30822              half was already done in #8664.
30823      Branch: maint-5.6/perl
30824            ! ext/POSIX/POSIX.xs
30825 ____________________________________________________________________________
30826 [  8884] By: jhi                                   on 2001/02/22  12:37:15
30827         Log: Subject: Re: File::Temp::_gettemp warning
30828              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30829              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
30830              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
30831              
30832              This patch to File::Temp does two things:
30833              
30834              1. Fixes the problem with CGI::Carp when determining
30835              the Fcntl constants
30836              
30837              2. Removes most of the carps and consolidates them so that all the
30838              reasons are included in a single die that is caught by the test. This
30839              means that the correct skipping behaviour is displayed by the test.
30840      Branch: perl
30841            ! lib/File/Temp.pm
30842 ____________________________________________________________________________
30843 [  8883] By: jhi                                   on 2001/02/22  12:29:19
30844         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
30845              From: Peter Prymmer <pvhp@forte.com>
30846              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
30847              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
30848      Branch: perl
30849            ! embed.h embed.pl
30850 ____________________________________________________________________________
30851 [  8882] By: jhi                                   on 2001/02/21  19:41:33
30852         Log: Integrate change #8881 from mainlin to maintperl.
30853              
30854              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
30855      Branch: maint-5.6/perl
30856           !> op.c
30857 ____________________________________________________________________________
30858 [  8881] By: jhi                                   on 2001/02/21  19:38:57
30859         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
30860              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30861              Date:     Wed, 21 Feb 2001 13:08:03 EST
30862              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
30863      Branch: perl
30864            ! op.c
30865 ____________________________________________________________________________
30866 [  8880] By: jhi                                   on 2001/02/21  19:34:34
30867         Log: Retract #8875, cannot let go of the old semantics of unpack U
30868              without rethinking utf8decode.t.
30869      Branch: perl
30870            ! pp.c t/op/pack.t
30871 ____________________________________________________________________________
30872 [  8879] By: jhi                                   on 2001/02/21  19:08:02
30873         Log: Run run/*.t also in minitest.
30874      Branch: perl
30875            ! Makefile.SH
30876 ____________________________________________________________________________
30877 [  8878] By: nick                                  on 2001/02/21  18:55:37
30878         Log: Integrate mainline
30879      Branch: perlio
30880           !> (integrate 76 files)
30881 ____________________________________________________________________________
30882 [  8877] By: jhi                                   on 2001/02/21  15:09:33
30883         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
30884      Branch: metaconfig
30885            ! U/compline/nblock_io.U
30886      Branch: perl
30887            ! Configure config_h.SH
30888 ____________________________________________________________________________
30889 [  8876] By: jhi                                   on 2001/02/21  14:54:45
30890         Log: If no sfio, no -lsfio.
30891      Branch: metaconfig/U/perl
30892            ! d_sfio.U
30893      Branch: perl
30894            ! Configure config_h.SH
30895 ____________________________________________________________________________
30896 [  8875] By: jhi                                   on 2001/02/21  14:54:00
30897         Log: Make unpack C and unpack C truly equivalent.
30898      Branch: perl
30899            ! pp.c t/op/pack.t
30900 ____________________________________________________________________________
30901 [  8874] By: jhi                                   on 2001/02/21  14:26:02
30902         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
30903              From: Peter Prymmer <pvhp@forte.com>
30904              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
30905              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
30906      Branch: perl
30907            ! pod/perlport.pod
30908 ____________________________________________________________________________
30909 [  8873] By: jhi                                   on 2001/02/21  14:24:31
30910         Log: Subject: [PATCH] fix for charnames above FFFF
30911              From: andreas.koenig@anima.de (Andreas J. Koenig)
30912              Date: 21 Feb 2001 07:05:45 +0100
30913              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
30914      Branch: perl
30915            ! lib/charnames.pm t/lib/charnames.t
30916 ____________________________________________________________________________
30917 [  8872] By: jhi                                   on 2001/02/21  14:15:25
30918         Log: Integrate change #8868 from pureperl to mainline.
30919              
30920              Fixed reference count loop caused by sv_magic.
30921      Branch: perl
30922           !> sv.c
30923 ____________________________________________________________________________
30924 [  8871] By: jhi                                   on 2001/02/21  14:07:29
30925         Log: Integrate change #8868 from pureperl to maintperl.
30926              
30927              Fixed reference count loop caused by sv_magic.
30928      Branch: maint-5.6/perl
30929           !> sv.c
30930 ____________________________________________________________________________
30931 [  8870] By: jhi                                   on 2001/02/21  14:04:41
30932         Log: Put back the #8840, it was innocent.
30933      Branch: perl
30934            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
30935            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
30936 ____________________________________________________________________________
30937 [  8869] By: jhi                                   on 2001/02/21  14:00:03
30938         Log: unpack("C", ...) was left slightly unfinished by #8865.
30939      Branch: perl
30940            ! pp.c t/op/pack.t
30941 ____________________________________________________________________________
30942 [  8868] By: alanbur                               on 2001/02/21  01:33:45
30943         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
30944              from gv_fetchpv to create single-character magic variables (e.g. $!),
30945              and it is passed a sv and the gv that contains the sv as the mg_obj
30946              value.  When sv_magic stores the mg_obj pointer it increments the gv
30947              refcount, thus causing a sv-gv pair that can't be freed.  There is
30948              already a check for sv == obj which is used to prevent such reference
30949              loops.  This change extends the check to cover the case described above.
30950      Branch: maint-5.6/pureperl
30951            ! sv.c
30952 ____________________________________________________________________________
30953 [  8867] By: jhi                                   on 2001/02/21  00:52:39
30954         Log: Update Changes.
30955      Branch: perl
30956            ! Changes patchlevel.h
30957 ____________________________________________________________________________
30958 [  8866] By: jhi                                   on 2001/02/21  00:34:20
30959         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
30960              (Note: there were some conflicts due to EBCDIC and EPOC
30961              patches, in general I preferred the repository code.)
30962              (When 2.753 comes out, we need to synchronize.)
30963      Branch: perl
30964            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
30965            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
30966            ! t/lib/cgi-html.t
30967 ____________________________________________________________________________
30968 [  8865] By: jhi                                   on 2001/02/21  00:24:22
30969         Log: Make pack("C", 0x100) to create Unicode, unless under the
30970              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
30971              will understand Unicode, unless you under know what.
30972      Branch: perl
30973            ! pp.c t/op/pack.t t/op/qu.t
30974 ____________________________________________________________________________
30975 [  8864] By: alanbur                               on 2001/02/20  22:35:34
30976         Log: Resynchronised with parent
30977      Branch: maint-5.6/pureperl
30978           !> README.win32 ext/GDBM_File/GDBM_File.pm
30979           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
30980           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
30981           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
30982           !> t/lib/sdbm.t util.c
30983 ____________________________________________________________________________
30984 [  8863] By: jhi                                   on 2001/02/20  20:55:11
30985         Log: Integrate change #8860,8861 from mainline into maintperl.
30986              
30987              "pseudo-literal j"
30988              
30989              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
30990      Branch: maint-5.6/perl
30991           !> lib/Test.pm pod/perlop.pod
30992 ____________________________________________________________________________
30993 [  8862] By: jhi                                   on 2001/02/20  20:30:07
30994         Log: Don't do casting between pointers pointing to differently sized
30995              integers.
30996      Branch: perl
30997            ! hv.c sv.c
30998 ____________________________________________________________________________
30999 [  8861] By: jhi                                   on 2001/02/20  19:53:44
31000         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
31001              From: Peter Prymmer <pvhp@forte.com>
31002              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
31003              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
31004      Branch: perl
31005            ! lib/Test.pm
31006 ____________________________________________________________________________
31007 [  8860] By: jhi                                   on 2001/02/20  19:48:02
31008         Log: "pseudo-literal j", a documentation glitch reported to Debian.
31009              The text recovered from Perl 5.005_03, and pseudo-literal replaced
31010              by "backtick string".
31011      Branch: perl
31012            ! pod/perlop.pod
31013 ____________________________________________________________________________
31014 [  8859] By: jhi                                   on 2001/02/20  19:15:46
31015         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
31016              from Chris Nandor.
31017      Branch: perl
31018            ! makedef.pl
31019 ____________________________________________________________________________
31020 [  8858] By: jhi                                   on 2001/02/20  17:36:53
31021         Log: Integrate pureperl changes #8844,8845,8850 to mainline
31022              (via maintperl #8855).
31023              
31024              Fixed %^H scoping bug
31025              
31026              Removed GV <-> CV refcount loop
31027              
31028              Removed %ENV refcount loop
31029      Branch: perl
31030           !> gv.c op.c perl.c pp.c scope.c
31031 ____________________________________________________________________________
31032 [  8857] By: jhi                                   on 2001/02/20  17:34:32
31033         Log: Integrate changes #8853,8854 from maintperl to mainline.
31034              
31035              EBDIC fixes, README.win32 Borland update.
31036      Branch: perl
31037           !> README.win32 handy.h util.c
31038 ____________________________________________________________________________
31039 [  8856] By: jhi                                   on 2001/02/20  17:33:16
31040         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
31041      Branch: maint-5.6/perl
31042           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
31043           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
31044           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
31045 ____________________________________________________________________________
31046 [  8855] By: jhi                                   on 2001/02/20  17:32:13
31047         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
31048              
31049              Fixed %^H scoping bug
31050              
31051              Removed GV <-> CV refcount loop
31052              
31053              Removed %ENV refcount loop
31054      Branch: maint-5.6/perl
31055           !> gv.c op.c perl.c pp.c scope.c
31056 ____________________________________________________________________________
31057 [  8854] By: jhi                                   on 2001/02/20  17:25:06
31058         Log: Subject: Addition to readme.win32 for Borland C++ compilers
31059              Date: Tue, 20 Feb 2001 02:15:25 +0300
31060              From: "Vadim Konovalov" <watman@inbox.ru>
31061              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
31062              
31063              Document Borland compiler misbehaviour.
31064      Branch: maint-5.6/perl
31065            ! README.win32
31066 ____________________________________________________________________________
31067 [  8853] By: jhi                                   on 2001/02/20  17:22:25
31068         Log: The assimilation of ebcdic.c didn't quite work at the first try,
31069              patches from Thomas Dorner.
31070      Branch: maint-5.6/perl
31071            ! handy.h util.c
31072 ____________________________________________________________________________
31073 [  8852] By: jhi                                   on 2001/02/20  17:20:15
31074         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
31075              From: Chris Nandor <pudge@pobox.com>
31076              Date: Tue, 20 Feb 2001 08:32:45 -0500
31077              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
31078      Branch: maint-5.6/perl
31079            ! makedef.pl mg.c
31080 ____________________________________________________________________________
31081 [  8851] By: jhi                                   on 2001/02/20  17:15:52
31082         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
31083      Branch: perl
31084            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
31085            ! t/lib/filter-util.t
31086 ____________________________________________________________________________
31087 [  8850] By: alanbur                               on 2001/02/20  17:12:40
31088         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
31089              and the magic pointer points back to the GV that contains the
31090              %ENV hash.  This creates a refcount loop that prevents members
31091              of %ENV from being freed correctly.  This change removes the
31092              refcount loop - the magic pointer was never used anyway, the
31093              only use of the magic was to check the type ('E') so that the
31094              appropriate environment manipulation code is called when %ENV
31095              is modified.
31096      Branch: maint-5.6/pureperl
31097            ! perl.c
31098 ____________________________________________________________________________
31099 [  8849] By: jhi                                   on 2001/02/20  17:12:20
31100         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
31101              From: "Craig A. Berry" <craigberry@mac.com>
31102              Date: Mon, 19 Feb 2001 23:36:12 -0600
31103              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
31104              
31105              Case-forgiving systems match TestInit.pm with TES*.
31106      Branch: perl
31107            ! t/lib/glob-basic.t
31108 ____________________________________________________________________________
31109 [  8848] By: jhi                                   on 2001/02/20  17:10:02
31110         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
31111      Branch: perl
31112            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
31113            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
31114            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
31115 ____________________________________________________________________________
31116 [  8847] By: jhi                                   on 2001/02/20  15:34:41
31117         Log: The #8843 wasn't quite right: %Config needs to imported.
31118      Branch: perl
31119            ! t/run/runenv.t
31120 ____________________________________________________________________________
31121 [  8846] By: jhi                                   on 2001/02/20  15:31:50
31122         Log: Retract the #8838 and #8840 for now because of
31123              the DB_File tie problem.
31124      Branch: perl
31125            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
31126            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
31127            ! proto.h sv.c
31128 ____________________________________________________________________________
31129 [  8845] By: alanbur                               on 2001/02/20  14:25:41
31130         Log: Removed GV <-> CV refcount loop
31131              CvGV(mycv) points to the parent GV of the CV, and was previously
31132              refcounted.  The pointer remains, but the refcounting has been removed
31133              as it causes a refcount loop between the CV and GV that means the CV
31134              can't ever be deleted.
31135      Branch: maint-5.6/pureperl
31136            ! gv.c op.c pp.c
31137 ____________________________________________________________________________
31138 [  8844] By: alanbur                               on 2001/02/20  14:23:13
31139         Log: Fixed %^H scoping bug
31140      Branch: maint-5.6/pureperl
31141            ! scope.c
31142 ____________________________________________________________________________
31143 [  8843] By: jhi                                   on 2001/02/19  13:38:08
31144         Log: fork() not everywhere, cleanup temp files.
31145      Branch: perl
31146            ! t/run/runenv.t
31147 ____________________________________________________________________________
31148 [  8842] By: alanbur                               on 2001/02/19  12:42:07
31149         Log: Resynchronised with parent
31150      Branch: maint-5.6/pureperl
31151           !> pod/perlfaq4.pod sv.c utf8.c
31152 ____________________________________________________________________________
31153 [  8841] By: jhi                                   on 2001/02/19  03:35:51
31154         Log: Update Changes.
31155      Branch: perl
31156            ! Changes patchlevel.h
31157 ____________________________________________________________________________
31158 [  8840] By: jhi                                   on 2001/02/19  00:23:41
31159         Log: Subject: [patch] add sv_setref_uv
31160              From: Doug MacEachern <dougm@covalent.net>
31161              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
31162              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
31163      Branch: perl
31164            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
31165            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
31166 ____________________________________________________________________________
31167 [  8839] By: jhi                                   on 2001/02/19  00:01:38
31168         Log: Put to rest the 20010205.001, the email address checking (not) regex.
31169      Branch: perl
31170            ! pod/perlfaq9.pod
31171 ____________________________________________________________________________
31172 [  8838] By: jhi                                   on 2001/02/18  22:17:54
31173         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
31174              From: Doug MacEachern <dougm@covalent.net>
31175              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
31176              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
31177      Branch: perl
31178            ! lib/ExtUtils/xsubpp
31179 ____________________________________________________________________________
31180 [  8837] By: jhi                                   on 2001/02/18  22:16:50
31181         Log: Subject: [patch] -Wall cleanup round 2
31182              From: Doug MacEachern <dougm@covalent.net>
31183              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
31184              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
31185      Branch: perl
31186            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
31187            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
31188            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
31189            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
31190            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
31191            ! ext/SDBM_File/SDBM_File.xs
31192 ____________________________________________________________________________
31193 [  8836] By: jhi                                   on 2001/02/18  22:11:20
31194         Log: Misapplied regex optimizations when \C is present.
31195              Fixes 20001230.002.
31196              
31197              What still remains broken is that the submatches that
31198              have \C in them get their UTF8 flag on because their
31199              parent SV has it on.  This will result in malformed
31200              UTF8 if a \C happened to match a non-ASCII byte.
31201      Branch: perl
31202            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
31203            ! t/pragma/utf8.t
31204 ____________________________________________________________________________
31205 [  8835] By: jhi                                   on 2001/02/18  20:12:02
31206         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
31207              
31208              The hash key got wrongly UTF8fied.
31209      Branch: perl
31210            ! pod/perlapi.pod toke.c utf8.c
31211 ____________________________________________________________________________
31212 [  8834] By: jhi                                   on 2001/02/18  19:44:25
31213         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
31214              don't warn on magical or overloaded things.
31215      Branch: perl
31216            ! pp_hot.c
31217 ____________________________________________________________________________
31218 [  8833] By: nick                                  on 2001/02/18  19:31:22
31219         Log: Integrate mainline
31220      Branch: perlio
31221           +> t/TestInit.pm t/run/runenv.t
31222            - t/UTEST
31223           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
31224           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
31225           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
31226           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
31227           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
31228           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
31229           !> utf8.c
31230 ____________________________________________________________________________
31231 [  8832] By: jhi                                   on 2001/02/18  19:21:18
31232         Log: Integrate perlio.
31233      Branch: perl
31234           !> perlio.c pod/perldiag.pod
31235 ____________________________________________________________________________
31236 [  8831] By: jhi                                   on 2001/02/18  19:14:20
31237         Log: Integrate change #8827 from mainline.
31238              
31239              UTF8 tweaks.
31240      Branch: maint-5.6/perl
31241           !> sv.c utf8.c
31242 ____________________________________________________________________________
31243 [  8830] By: nick                                  on 2001/02/18  19:10:34
31244         Log: Apply the spirit of patch from Nick Clark:
31245              Subject: [PATCH] Re: extensions that provide layers
31246              From: Nicholas Clark <nick@ccl4.org>
31247              Date: Mon, 12 Feb 2001 16:43:51 +0000
31248              Message-Id: <20010212164350.Q3652@plum.flirble.org>
31249      Branch: perlio
31250            ! perlio.c pod/perldiag.pod
31251 ____________________________________________________________________________
31252 [  8829] By: jhi                                   on 2001/02/18  19:03:25
31253         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
31254              From: schwern@pobox.com 
31255              Date: Sun, 18 Feb 2001 13:44:35 -0500
31256              Message-ID: <20010218134435.A17544@magnonel.guild.net>
31257              
31258              Applied, but as t/TestInit.pm.
31259      Branch: perl
31260            + t/TestInit.pm
31261            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
31262            ! t/op/subst_wamp.t
31263 ____________________________________________________________________________
31264 [  8828] By: jhi                                   on 2001/02/18  18:43:52
31265         Log: Integrate perlio.
31266      Branch: perl
31267           !> perlio.c
31268 ____________________________________________________________________________
31269 [  8827] By: jhi                                   on 2001/02/18  18:41:33
31270         Log: UTF-8 tweaks.
31271      Branch: perl
31272            ! sv.c utf8.c
31273 ____________________________________________________________________________
31274 [  8826] By: nick                                  on 2001/02/18  17:40:59
31275         Log: Fix [ID 20010217.002]
31276              open FOO, "<:raw:perlio", ...
31277              :raw now inserts default base layer below itself.
31278              Also
31279              open FOO, "<:unix", ...
31280              works as well - but leaves buffer layer on stack under the unix layer.
31281      Branch: perlio
31282            ! perlio.c
31283 ____________________________________________________________________________
31284 [  8825] By: jhi                                   on 2001/02/18  17:15:39
31285         Log: Integrate perlio.
31286      Branch: perl
31287           !> perlio.c perliol.h
31288 ____________________________________________________________________________
31289 [  8824] By: jhi                                   on 2001/02/18  17:10:53
31290         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
31291              From: schwern@pobox.com
31292              Date: Sun, 18 Feb 2001 01:48:50 -0500
31293              Message-ID: <20010218014850.C19957@magnonel.guild.net>
31294      Branch: perl
31295            ! lib/Test/Harness.pm t/TEST t/op/chop.t
31296 ____________________________________________________________________________
31297 [  8823] By: jhi                                   on 2001/02/18  17:01:06
31298         Log: Add run/*.t to testables.
31299      Branch: perl
31300            ! t/TEST
31301 ____________________________________________________________________________
31302 [  8822] By: jhi                                   on 2001/02/18  16:58:58
31303         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
31304              From: schwern@pobox.com
31305              Date: Sun, 18 Feb 2001 01:11:35 -0500
31306              Message-ID: <20010218011135.A19957@magnonel.guild.net>
31307              
31308              Revive mjd's and Simon's PERL5OPT fix.
31309      Branch: perl
31310            + t/run/runenv.t
31311            ! MANIFEST perl.c
31312 ____________________________________________________________________________
31313 [  8821] By: jhi                                   on 2001/02/18  16:53:46
31314         Log: Subject: Re: Why t/TEST and not Test::Harness?
31315              From: schwern@pobox.com
31316              Date: Sat, 17 Feb 2001 22:44:44 -0500
31317              Message-ID: <20010217224444.A6679@magnonel.guild.net>
31318              
31319              Replace UTEST with TEST -utf8.
31320      Branch: perl
31321            - t/UTEST
31322            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
31323            ! t/lib/glob-basic.t
31324 ____________________________________________________________________________
31325 [  8820] By: nick                                  on 2001/02/18  13:06:16
31326         Log: Clean up a few core dumps when layers are used in unexpected ways.
31327              (Still not "right"...)
31328      Branch: perlio
31329            ! perlio.c perliol.h
31330 ____________________________________________________________________________
31331 [  8819] By: jhi                                   on 2001/02/18  02:25:55
31332         Log: Integrate change #8818 from maintperl, a FAQ nit.
31333      Branch: perl
31334           !> pod/perlfaq4.pod
31335 ____________________________________________________________________________
31336 [  8818] By: jhi                                   on 2001/02/18  02:24:50
31337         Log: FAQ nit from Chris Fedde.
31338      Branch: maint-5.6/perl
31339            ! pod/perlfaq4.pod
31340 ____________________________________________________________________________
31341 [  8817] By: nick                                  on 2001/02/17  18:20:14
31342         Log: Integrate mainline
31343      Branch: perlio
31344           +> lib/unicode/UCD.html lib/unicode/Unicode.html
31345           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
31346           +> pod/perlclib.pod
31347            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
31348            - lib/unicode/Unicode.301
31349           !> (integrate 324 files)
31350 ____________________________________________________________________________
31351 [  8816] By: jhi                                   on 2001/02/17  16:56:58
31352         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
31353      Branch: perl
31354            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
31355            ! ext/Storable/Storable.xs t/lib/st-06compat.t
31356            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
31357 ____________________________________________________________________________
31358 [  8815] By: jhi                                   on 2001/02/17  16:40:07
31359         Log: Subject: [patch] -Wall
31360              From: Doug MacEachern <dougm@covalent.net>
31361              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
31362              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
31363      Branch: perl
31364            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
31365            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
31366 ____________________________________________________________________________
31367 [  8814] By: jhi                                   on 2001/02/16  19:27:18
31368         Log: Document qu better.
31369      Branch: perl
31370            ! pod/perlop.pod
31371 ____________________________________________________________________________
31372 [  8813] By: jhi                                   on 2001/02/15  13:54:37
31373         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
31374              From: Hugo <hv@crypt.compulink.co.uk>
31375              Date: Thu, 15 Feb 2001 13:39:49 +0000
31376              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
31377      Branch: perl
31378            ! toke.c
31379 ____________________________________________________________________________
31380 [  8812] By: alanbur                               on 2001/02/15  13:52:16
31381         Log: Resynchronised with parent
31382      Branch: maint-5.6/pureperl
31383            - ebcdic.c
31384           !> (integrate 36 files)
31385 ____________________________________________________________________________
31386 [  8811] By: jhi                                   on 2001/02/15  13:51:16
31387         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
31388              
31389              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
31390              From: Jan Dubois <JanD@ActiveState.com>
31391              Date: Wed, 31 Jan 2001 21:17:03 -0800
31392              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
31393              
31394              tweak change#8659 to keep it simple
31395              
31396              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
31397              From: Russ Allbery <rra@stanford.edu>
31398              Date: 14 Feb 2001 10:15:41 -0800
31399              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
31400              
31401              (8809 empty)
31402
31403              Upgrade to podlators 1.08, from Russ Allbery.
31404      Branch: perl
31405           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
31406           !> utils/perldoc.PL
31407 ____________________________________________________________________________
31408 [  8810] By: jhi                                   on 2001/02/15  13:35:08
31409         Log: Upgrade to podlators 1.08, from Russ Allbery.
31410      Branch: maint-5.6/perl
31411            ! lib/Pod/Man.pm lib/Pod/Text.pm
31412 ____________________________________________________________________________
31413 [  8809] By: jhi                                   on 2001/02/15  13:26:38
31414         Log: (accidentally empty check-in)
31415      Branch: maint-5.6/perl
31416            ! lib/Test/Harness.pm
31417 ____________________________________________________________________________
31418 [  8808] By: jhi                                   on 2001/02/15  13:23:47
31419         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
31420              From: Russ Allbery <rra@stanford.edu>
31421              Date: 14 Feb 2001 10:15:41 -0800
31422              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
31423              
31424              perldoc was hardcoding $Config{installscript}, which breaks
31425              when install* isn't where Perl ends up (such as with AFS).
31426              
31427              Use $Config{scriptdir} instead.
31428      Branch: maint-5.6/perl
31429            ! utils/perldoc.PL
31430 ____________________________________________________________________________
31431 [  8807] By: jhi                                   on 2001/02/14  14:37:27
31432         Log: Update Changes.
31433      Branch: perl
31434            ! Changes patchlevel.h
31435 ____________________________________________________________________________
31436 [  8806] By: jhi                                   on 2001/02/14  14:25:31
31437         Log: Integrate changes #8803,8804,8805 from mainline.
31438              
31439              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
31440              
31441              Don't skip too much of the locale error message if no environ array,
31442              from Chris Nandor.
31443              
31444              More MacOS Classic fixes from Chris Nandor.
31445      Branch: maint-5.6/perl
31446           !> doop.c lib/Cwd.pm perl.c perl.h util.c
31447 ____________________________________________________________________________
31448 [  8805] By: jhi                                   on 2001/02/14  03:29:01
31449         Log: More MacOS Classic fixes from Chris Nandor.
31450      Branch: perl
31451            ! doop.c lib/Cwd.pm
31452 ____________________________________________________________________________
31453 [  8804] By: jhi                                   on 2001/02/14  03:18:35
31454         Log: Don't skip too much of the locale error message if no environ array,
31455              from Chris Nandor.
31456      Branch: perl
31457            ! util.c
31458 ____________________________________________________________________________
31459 [  8803] By: jhi                                   on 2001/02/14  03:14:14
31460         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
31461      Branch: perl
31462            ! perl.c perl.h
31463 ____________________________________________________________________________
31464 [  8802] By: jhi                                   on 2001/02/13  18:31:33
31465         Log: AUTHORS update.
31466      Branch: perl
31467            ! AUTHORS
31468 ____________________________________________________________________________
31469 [  8801] By: jhi                                   on 2001/02/13  17:55:19
31470         Log: Integrate change #8792 from mainline.
31471              
31472              Subject: buncha MacPerl patches for bleadperl
31473              From: Chris Nandor <pudge@pobox.com>
31474              Date: Tue, 13 Feb 2001 00:02:43 -0500
31475              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
31476      Branch: maint-5.6/perl
31477           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
31478           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
31479           !> t/lib/basename.t toke.c util.h
31480 ____________________________________________________________________________
31481 [  8800] By: jhi                                   on 2001/02/13  17:46:43
31482         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
31483              to be forced to Off_t.
31484              
31485              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
31486              From: nick@ccl4.org
31487              Date: Thu, 1 Feb 2001 12:01:04 +0000
31488              Message-Id: <20010201120103.E11401@plum.flirble.org>
31489      Branch: maint-5.6/perl
31490            ! iperlsys.h perlio.c
31491 ____________________________________________________________________________
31492 [  8799] By: jhi                                   on 2001/02/13  16:52:51
31493         Log: Duplex duplex hunk hunk.
31494      Branch: maint-5.6/perl
31495            ! Makefile.SH
31496 ____________________________________________________________________________
31497 [  8797] By: jhi                                   on 2001/02/13  14:52:04
31498         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
31499              From: "Craig A. Berry" <craigberry@mac.com>
31500              Date: Mon, 12 Feb 2001 11:05:25 -0600
31501              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
31502      Branch: perl
31503            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
31504 ____________________________________________________________________________
31505 [  8796] By: jhi                                   on 2001/02/13  14:36:47
31506         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
31507              From: simon.cozens@pembroke.oxford.ac.uk 
31508              Date: Sat, 10 Feb 2001 17:57:02 +0000
31509              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
31510              
31511              Now it does include.
31512      Branch: perl
31513            ! pod/perldiag.pod
31514 ____________________________________________________________________________
31515 [  8795] By: jhi                                   on 2001/02/13  14:30:11
31516         Log: Sort the MANIFEST.
31517      Branch: perl
31518            ! MANIFEST
31519 ____________________________________________________________________________
31520 [  8794] By: jhi                                   on 2001/02/13  14:26:51
31521         Log: Integrate change #8793 from mainline, FAQ updates.
31522      Branch: maint-5.6/perl
31523           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
31524 ____________________________________________________________________________
31525 [  8793] By: jhi                                   on 2001/02/13  14:25:13
31526         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
31527      Branch: perl
31528            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
31529 ____________________________________________________________________________
31530 [  8792] By: jhi                                   on 2001/02/13  14:22:50
31531         Log: Subject: buncha MacPerl patches for bleadperl
31532              From: Chris Nandor <pudge@pobox.com>
31533              Date: Tue, 13 Feb 2001 00:02:43 -0500
31534              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
31535      Branch: perl
31536            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
31537            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
31538            ! t/lib/basename.t toke.c util.h
31539 ____________________________________________________________________________
31540 [  8791] By: jhi                                   on 2001/02/13  14:10:39
31541         Log: Integrate change #8790 from mainline.
31542              
31543              environ array wrongly assumed in Perl_init_i18nl10n(),
31544      Branch: maint-5.6/perl
31545           !> util.c
31546 ____________________________________________________________________________
31547 [  8790] By: jhi                                   on 2001/02/13  14:06:15
31548         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
31549              noticed by Chris Nandor in MacOS Classic.
31550      Branch: perl
31551            ! util.c
31552 ____________________________________________________________________________
31553 [  8789] By: jhi                                   on 2001/02/13  13:58:07
31554         Log: Integrate changes #8373,8487,8544,8783 from mainline.
31555              
31556              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
31557              hints files, the dynaloading, assimilate ebcdic into util.c.
31558      Branch: maint-5.6/perl
31559            - ebcdic.c
31560            ! MANIFEST hints/posix-bc.sh
31561           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
31562           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
31563           !> perlapi.c proto.h util.c
31564 ____________________________________________________________________________
31565 [  8788] By: alanbur                               on 2001/02/13  10:33:13
31566         Log: Integrated changes from maint-5.6
31567      Branch: maint-5.6/pureperl
31568           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
31569           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
31570           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31571           !> vos/config.ga.h vos/configure_perl.cm
31572 ____________________________________________________________________________
31573 [  8787] By: jhi                                   on 2001/02/13  05:56:36
31574         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
31575      Branch: perl
31576           !> Makefile.SH
31577 ____________________________________________________________________________
31578 [  8786] By: jhi                                   on 2001/02/13  05:54:34
31579         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
31580              From: Dorner Thomas <Thomas.Dorner@start.de>
31581              Date: Mon, 12 Feb 2001 15:06:26 +0100
31582              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
31583      Branch: maint-5.6/perl
31584            ! Makefile.SH
31585 ____________________________________________________________________________
31586 [  8785] By: jhi                                   on 2001/02/13  05:29:04
31587         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
31588      Branch: perl
31589           !> hints/openbsd.sh
31590 ____________________________________________________________________________
31591 [  8784] By: jhi                                   on 2001/02/13  02:25:24
31592         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
31593              From: Peter Prymmer <pvhp@forte.com>
31594              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
31595              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
31596      Branch: perl
31597            ! pod/perlclib.pod
31598 ____________________________________________________________________________
31599 [  8783] By: jhi                                   on 2001/02/13  02:22:36
31600         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
31601      Branch: perl
31602            - ebcdic.c
31603            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
31604            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
31605            ! util.c
31606 ____________________________________________________________________________
31607 [  8782] By: jhi                                   on 2001/02/13  02:00:07
31608         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
31609      Branch: maint-5.6/perl
31610            ! pod/perlport.pod
31611 ____________________________________________________________________________
31612 [  8781] By: jhi                                   on 2001/02/13  01:58:44
31613         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
31614      Branch: maint-5.6/perl
31615            ! hints/openbsd.sh
31616 ____________________________________________________________________________
31617 [  8780] By: jhi                                   on 2001/02/13  01:57:33
31618         Log: Synchronize the regexp tests between maintperl and mainline.
31619      Branch: maint-5.6/perl
31620           !> t/op/re_tests
31621 ____________________________________________________________________________
31622 [  8779] By: jhi                                   on 2001/02/13  01:49:35
31623         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
31624              From: Hugo <hv@crypt.compulink.co.uk>
31625              Date: Tue, 13 Feb 2001 00:11:11 +0000
31626              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
31627      Branch: perl
31628            ! regcomp.c t/op/re_tests
31629 ____________________________________________________________________________
31630 [  8778] By: jhi                                   on 2001/02/13  00:23:10
31631         Log: Comments do not nest.
31632      Branch: perl
31633            ! perl.h
31634 ____________________________________________________________________________
31635 [  8777] By: jhi                                   on 2001/02/13  00:17:54
31636         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
31637              From: Hugo <hv@crypt.compulink.co.uk>
31638              Date: Tue, 13 Feb 2001 00:11:11 +0000
31639              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
31640      Branch: maint-5.6/perl
31641            ! regcomp.c t/op/re_tests
31642 ____________________________________________________________________________
31643 [  8776] By: jhi                                   on 2001/02/12  23:25:52
31644         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
31645      Branch: maint-5.6/perl
31646            ! pod/perlport.pod
31647 ____________________________________________________________________________
31648 [  8775] By: jhi                                   on 2001/02/12  23:04:28
31649         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
31650      Branch: maint-5.6/perl
31651            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
31652            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31653            ! vos/configure_perl.cm
31654 ____________________________________________________________________________
31655 [  8774] By: jhi                                   on 2001/02/12  22:59:11
31656         Log: Subject: Re: [patch] context for 'U' magic functions
31657              From: Doug MacEachern <dougm@covalent.net>
31658              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
31659              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
31660              
31661              plus the suggestion by Nick Ing-Simmons to name the macro
31662              as PERL_MG_UFUNC to avoid namespace pollution, plus add
31663              the advice by Doug for XS writers to perl.h
31664      Branch: perl
31665            ! mg.c perl.h
31666 ____________________________________________________________________________
31667 [  8773] By: jhi                                   on 2001/02/11  20:14:12
31668         Log: Update Changes.
31669      Branch: perl
31670            ! Changes patchlevel.h
31671 ____________________________________________________________________________
31672 [  8772] By: jhi                                   on 2001/02/11  18:47:52
31673         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
31674              From: Simon Cozens <simon@cozens.net>
31675              Date: Wed, 31 Jan 2001 16:31:43 +0000
31676              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
31677      Branch: perl
31678            + pod/perlclib.pod
31679            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
31680            ! pod/perltoc.pod
31681 ____________________________________________________________________________
31682 [  8771] By: jhi                                   on 2001/02/11  18:36:48
31683         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
31684              
31685              Blocks-4d3.beta.txt
31686              CaseFolding-3d4.beta.txt
31687              CompositionExclusions-3d6.beta.txt
31688              EastAsianWidth-4d4.beta.txt
31689              LineBreak-6d3.beta.txt
31690              NamesList-3.1.0d1.beta.txt
31691              PropList-3.1.0d4.beta.txt
31692              SpecialCasing-4d1.beta.txt
31693              UnicodeData-3.1.0d6.beta.txt
31694      Branch: perl
31695            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
31696           +> lib/unicode/UCD.html lib/unicode/Unicode.html
31697            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
31698            - lib/unicode/Unicode.301
31699            ! (edit 257 files)
31700 ____________________________________________________________________________
31701 [  8770] By: jhi                                   on 2001/02/11  17:26:22
31702         Log: UTF-8 documentation.
31703      Branch: perl
31704            ! utf8.h
31705 ____________________________________________________________________________
31706 [  8769] By: jhi                                   on 2001/02/11  17:12:49
31707         Log: Retract #8762.
31708      Branch: perl
31709            ! regexec.c
31710 ____________________________________________________________________________
31711 [  8768] By: jhi                                   on 2001/02/11  16:54:45
31712         Log: Subject: [PATCH] Test::Harness
31713              From: andreas.koenig@anima.de (Andreas J. Koenig)
31714              Date: 11 Feb 2001 14:37:00 +0100
31715              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
31716      Branch: perl
31717            ! lib/Test/Harness.pm
31718 ____________________________________________________________________________
31719 [  8767] By: jhi                                   on 2001/02/11  16:53:52
31720         Log: Subject: [PATCH] Document makepatch in Porting/patching
31721              From: andreas.koenig@anima.de (Andreas J. Koenig)
31722              Date: 11 Feb 2001 16:46:28 +0100
31723              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
31724      Branch: perl
31725            ! Porting/patching.pod
31726 ____________________________________________________________________________
31727 [  8766] By: jhi                                   on 2001/02/11  06:30:23
31728         Log: Subject: Re: [patch] GvSHARED
31729              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
31730              From: Doug MacEachern <dougm@covalent.net>
31731              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
31732              
31733              Subject: Re: [patch] GvSHARED
31734              From: Doug MacEachern <dougm@covalent.net>
31735              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
31736              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
31737              
31738              Subject: [patch] attributes.pm support for `shared'
31739              From: Doug MacEachern <dougm@covalent.net>
31740              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
31741              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
31742              
31743              our() attributes were ignored, our :shared pieces missing,
31744              allow attributes.pm to turn on shared.
31745      Branch: perl
31746            ! op.c t/op/attrs.t toke.c xsutils.c
31747 ____________________________________________________________________________
31748 [  8765] By: alanbur                               on 2001/02/10  23:11:19
31749         Log: Resync with parent (hopefully sucessfully this time)
31750      Branch: maint-5.6/pureperl
31751           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
31752           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
31753           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
31754           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
31755           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
31756           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
31757           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
31758 ____________________________________________________________________________
31759 [  8764] By: jhi                                   on 2001/02/10  22:54:38
31760         Log: Make TEST and UTEST more verbose in case something goes
31761              wrong in running/compiling a script, suggested by Doug
31762              MacEachern.
31763      Branch: perl
31764            ! t/TEST t/UTEST
31765 ____________________________________________________________________________
31766 [  8763] By: jhi                                   on 2001/02/10  22:11:34
31767         Log: Bogus shebang.
31768      Branch: perl
31769            ! t/lib/texttabs.t
31770 ____________________________________________________________________________
31771 [  8762] By: jhi                                   on 2001/02/10  21:56:02
31772         Log: (Retracted by #8769)
31773      Branch: perl
31774            ! regexec.c
31775 ____________________________________________________________________________
31776 [  8761] By: jhi                                   on 2001/02/10  21:26:15
31777         Log: Subject: Re: [patch] GvSHARED 
31778              From: Doug MacEachern <dougm@covalent.net>
31779              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
31780              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
31781              
31782              our @EXPORT : shared = (...);
31783      Branch: perl
31784            ! toke.c
31785 ____________________________________________________________________________
31786 [  8760] By: jhi                                   on 2001/02/10  21:25:07
31787         Log: Subject: [patch] GvSHARED
31788              From: Doug MacEachern <dougm@covalent.net>
31789              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
31790              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
31791      Branch: perl
31792            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
31793 ____________________________________________________________________________
31794 [  8759] By: alanbur                               on 2001/02/10  21:24:27
31795         Log: Backed out mismerge.
31796      Branch: maint-5.6/pureperl
31797            ! MANIFEST README.hpux README.vmesa gv.c installhtml
31798            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
31799            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
31800            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
31801            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
31802            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
31803            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
31804 ____________________________________________________________________________
31805 [  8758] By: jhi                                   on 2001/02/10  18:01:17
31806         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
31807              
31808              Fixed UMRs and leak in Perl_pmtrans()
31809              
31810              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
31811              associated UTFied tr/// code.  Also fixed scoping leak of
31812              PL_reg_start_tmp.
31813              
31814              newATTRSUB leaks when an attempt to redefine the active sort sub is
31815              made.
31816      Branch: maint-5.6/perl
31817           !> op.c regcomp.c
31818 ____________________________________________________________________________
31819 [  8757] By: alanbur                               on 2001/02/10  17:56:46
31820         Log: Resynchronised with parent
31821      Branch: maint-5.6/pureperl
31822           +> README.bs2000
31823            - README.posix-bc
31824            ! gv.c perl.c sv.c
31825           !> MANIFEST README.hpux README.vmesa installhtml
31826           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
31827           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
31828           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
31829           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
31830           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
31831           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
31832 ____________________________________________________________________________
31833 [  8756] By: alanbur                               on 2001/02/10  17:51:15
31834         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
31835              made.
31836      Branch: maint-5.6/pureperl
31837            ! op.c
31838 ____________________________________________________________________________
31839 [  8755] By: jhi                                   on 2001/02/09  22:41:35
31840         Log: Upgrade to CPAN 1.59_54, from Andreas König.
31841      Branch: perl
31842            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31843 ____________________________________________________________________________
31844 [  8754] By: jhi                                   on 2001/02/09  22:29:20
31845         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
31846              
31847              Didn't upgrade the fill.t since it has a dependency to File::Slurp
31848              purely for debugging purposes, the actual test hasn't changed.
31849      Branch: perl
31850            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
31851            ! t/lib/textwrap.t
31852 ____________________________________________________________________________
31853 [  8753] By: jhi                                   on 2001/02/09  20:17:50
31854         Log: Integrate change #8682 from maintperl.
31855              
31856              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
31857              to work correctly.
31858      Branch: perl
31859           !> hints/irix_6.sh
31860 ____________________________________________________________________________
31861 [  8752] By: jhi                                   on 2001/02/09  20:00:46
31862         Log: Update Changes.
31863      Branch: perl
31864            ! Changes patchlevel.h
31865 ____________________________________________________________________________
31866 [  8751] By: nick                                  on 2001/02/09  19:48:37
31867         Log: Integrate mainline
31868      Branch: perlio
31869           +> README.bs2000 t/lib/cgi-esc.t
31870            - README.posix-bc
31871           !> (integrate 53 files)
31872 ____________________________________________________________________________
31873 [  8750] By: nick                                  on 2001/02/09  19:25:16
31874         Log: Subject: RE: Biannual Competition to Improve Hashing Function
31875              From: Fisher Mark <fisherm@tce.com>
31876              Date: Thu, 8 Feb 2001 10:44:00 -0500
31877              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
31878              Date: Thu, 8 Feb 2001 15:02:47 -0500
31879              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
31880      Branch: perl
31881            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
31882 ____________________________________________________________________________
31883 [  8749] By: jhi                                   on 2001/02/09  19:02:35
31884         Log: Forgotten fragment.
31885      Branch: perl
31886            ! pod/perlapi.pod
31887 ____________________________________________________________________________
31888 [  8748] By: jhi                                   on 2001/02/09  18:31:34
31889         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
31890              plus manual tweakage.
31891              
31892              Sync the perlfaq2 between mainline and maintperl.
31893      Branch: maint-5.6/perl
31894            ! pod/perlfaq2.pod
31895      Branch: perl
31896           !> pod/perlfaq2.pod
31897 ____________________________________________________________________________
31898 [  8747] By: jhi                                   on 2001/02/09  18:12:04
31899         Log: Subject: versiononly and installperl
31900              From: abigail@foad.org
31901              Date: Wed, 7 Feb 2001 22:43:12 +0100
31902              Message-ID: <20010207214312.7045.qmail@foad.org>    
31903              
31904              Add +v flag to force a normal install of the perl binary
31905              and the utilities.
31906              
31907              Subject: [PATCH] installperl
31908              From: Nicholas Clark <nick@ccl4.org>
31909              Date: Fri, 9 Feb 2001 16:28:57 +0000
31910              Message-ID: <20010209162857.B10931@plum.flirble.org>
31911              
31912              Add -A flag which also hardlinks the binary with
31913              the full architecture name.
31914      Branch: perl
31915            ! installperl
31916 ____________________________________________________________________________
31917 [  8746] By: jhi                                   on 2001/02/09  18:03:43
31918         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
31919              
31920              Subject: perlfaq2, re: perlmongers
31921              
31922              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
31923              
31924              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
31925              
31926              Subject: [ID 20010205.001] typo in perlfaq9
31927              
31928              Subject: [ID 20010208.002] unordered explanation in perlcall
31929      Branch: maint-5.6/perl
31930           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
31931           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
31932           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
31933 ____________________________________________________________________________
31934 [  8745] By: jhi                                   on 2001/02/09  17:59:09
31935         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
31936              From: abela@geneanet.org
31937              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
31938              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
31939      Branch: perl
31940            ! pod/perlcall.pod
31941 ____________________________________________________________________________
31942 [  8744] By: jhi                                   on 2001/02/09  17:48:16
31943         Log: Subject: [ID 20010205.001] typo in perlfaq9
31944              From: eserte@vran.herceg.de
31945              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
31946              Message-Id: <200102042244.XAA21926@vran.herceg.de>
31947      Branch: perl
31948            ! pod/perlfaq9.pod
31949 ____________________________________________________________________________
31950 [  8743] By: jhi                                   on 2001/02/09  17:25:12
31951         Log: Integrate change #8695 from maintperl.
31952              
31953              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
31954      Branch: perl
31955           !> thread.h
31956 ____________________________________________________________________________
31957 [  8742] By: jhi                                   on 2001/02/09  17:21:22
31958         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
31959              From: Andy Dougherty <doughera@lafayette.edu>
31960              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
31961              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
31962      Branch: perl
31963            ! embed.pl
31964 ____________________________________________________________________________
31965 [  8741] By: jhi                                   on 2001/02/09  17:05:19
31966         Log: Integrate changes #8738,8739,8740 from maintperl.
31967              
31968              Html files will be installed in a more logical and easier to
31969              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
31970              
31971              Html files will be generated with a header to make them look
31972              a little less bare.
31973              
31974              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
31975      Branch: perl
31976           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
31977 ____________________________________________________________________________
31978 [  8740] By: jhi                                   on 2001/02/09  17:03:46
31979         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
31980              From: "Brendan O'Dea" <bod@compusol.com.au>
31981              Date: Sun, 4 Feb 2001 11:17:56 +1100
31982              Message-ID: <20010204111756.A16301@compusol.com.au>
31983      Branch: maint-5.6/perl
31984            ! pod/perlfaq3.pod
31985 ____________________________________________________________________________
31986 [  8739] By: jhi                                   on 2001/02/09  17:01:59
31987         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
31988              From: "Indy Singh" <indy@nusphere.com>
31989              Date: Fri, 2 Feb 2001 15:09:59 -0500
31990              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
31991              
31992              Html files will be generated with a header to make them look
31993              a little less bare.
31994      Branch: maint-5.6/perl
31995            ! installhtml
31996 ____________________________________________________________________________
31997 [  8738] By: jhi                                   on 2001/02/09  16:58:48
31998         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
31999              From: "Indy Singh" <indy@nusphere.com>
32000              Date: Fri, 2 Feb 2001 15:08:23 -0500
32001              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
32002              
32003              Html files will be installed in a more logical and easier to
32004              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
32005      Branch: maint-5.6/perl
32006            ! win32/Makefile win32/makefile.mk
32007 ____________________________________________________________________________
32008 [  8737] By: jhi                                   on 2001/02/09  16:46:54
32009         Log: Integrate changes #8687,8736 from maintperl.
32010              
32011              HP-UX thread patches from Merijn H. Brand.
32012              
32013              Latin nit from Philip Newton.
32014      Branch: perl
32015           !> README.hpux hints/hpux.sh
32016 ____________________________________________________________________________
32017 [  8736] By: jhi                                   on 2001/02/09  16:42:31
32018         Log: Latin nit from Philip Newton.
32019      Branch: maint-5.6/perl
32020            ! README.hpux
32021 ____________________________________________________________________________
32022 [  8735] By: jhi                                   on 2001/02/09  16:24:03
32023         Log: Integrate changes #8704,8710 from pureperl.
32024              
32025              Fixed UMRs and leak in Perl_pmtrans()
32026              
32027              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
32028              associated UTFied tr/// code.  Also fixed scoping leak of
32029              PL_reg_start_tmp.
32030      Branch: perl
32031           !> op.c regcomp.c
32032 ____________________________________________________________________________
32033 [  8734] By: jhi                                   on 2001/02/09  15:40:21
32034         Log: Integrate change #8733 from maintperl.
32035              
32036              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
32037      Branch: perl
32038           !> pod/perlre.pod
32039 ____________________________________________________________________________
32040 [  8733] By: jhi                                   on 2001/02/09  15:35:47
32041         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
32042              From: Prymmer/Kahn <pvhp@best.com>
32043              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
32044              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
32045      Branch: maint-5.6/perl
32046            ! pod/perlre.pod
32047 ____________________________________________________________________________
32048 [  8732] By: jhi                                   on 2001/02/09  15:26:17
32049         Log: Rename README.posix-bc to README.bs2000 (to avoid the
32050              confusion of a "perlposix-bc.pod"), add a few missing
32051              arch pods, regen toc.
32052      Branch: maint-5.6/perl
32053           +> README.bs2000
32054            - README.posix-bc
32055            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
32056            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
32057 ____________________________________________________________________________
32058 [  8731] By: jhi                                   on 2001/02/09  15:23:39
32059         Log: De-cut-and-pasto.
32060      Branch: perl
32061            ! pod/perl.pod
32062 ____________________________________________________________________________
32063 [  8730] By: jhi                                   on 2001/02/09  15:11:13
32064         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
32065              when people think that perlposix-bc.pod tells anything about
32066              Perl and POSIX.  Regen toc.
32067      Branch: perl
32068           +> README.bs2000
32069            - README.posix-bc
32070            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
32071            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
32072 ____________________________________________________________________________
32073 [  8729] By: jhi                                   on 2001/02/09  14:52:28
32074         Log: The README.vmesa part of #8712 from maintperl.
32075      Branch: perl
32076            ! README.vmesa
32077 ____________________________________________________________________________
32078 [  8728] By: jhi                                   on 2001/02/09  14:46:06
32079         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
32080              From: Peter Prymmer <pvhp@forte.com>
32081              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
32082              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
32083      Branch: maint-5.6/perl
32084            ! README.vmesa win32/Makefile win32/makefile.mk
32085 ____________________________________________________________________________
32086 [  8727] By: jhi                                   on 2001/02/09  14:33:25
32087         Log: Integrate change #8712 from mainline.
32088              
32089              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
32090      Branch: maint-5.6/perl
32091           !> lib/Pod/Find.pm
32092 ____________________________________________________________________________
32093 [  8726] By: jhi                                   on 2001/02/09  14:30:28
32094         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
32095              From: Peter Prymmer <pvhp@forte.com>
32096              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
32097              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
32098      Branch: perl
32099            + t/lib/cgi-esc.t
32100            ! MANIFEST lib/CGI/Util.pm
32101 ____________________________________________________________________________
32102 [  8725] By: jhi                                   on 2001/02/09  04:56:47
32103         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
32104      Branch: maint-5.6/perl
32105            ! pod/perlport.pod
32106 ____________________________________________________________________________
32107 [  8724] By: jhi                                   on 2001/02/09  04:40:59
32108         Log: Integrate changes 7819,7820 from vmsperl into mainline.
32109              
32110              Add header for LIB$ prototypes (C. Berry)
32111              
32112              Convert fwrite()s to sockets to write()s, since some socket stacks
32113              don't take kindly to stdio.
32114              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
32115              (for often optional LNMs)
32116              Correct a few typos
32117              (C. Bailey)
32118      Branch: perl
32119           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
32120 ____________________________________________________________________________
32121 [  8723] By: jhi                                   on 2001/02/09  03:29:29
32122         Log: Integrate change #8722 from mainline.
32123              
32124              The Im() function wasn't returning zero for non-Math::Complex
32125              arguments.  The bug reported by John Gamble.
32126      Branch: maint-5.6/perl
32127           !> lib/Math/Complex.pm
32128 ____________________________________________________________________________
32129 [  8722] By: jhi                                   on 2001/02/09  03:28:33
32130         Log: The Im() function wasn't returning zero for non-Math::Complex
32131              arguments.  The bug reported by John Gamble.
32132      Branch: perl
32133            ! lib/Math/Complex.pm
32134 ____________________________________________________________________________
32135 [  8721] By: nick                                  on 2001/02/08  22:11:35
32136         Log: Correct the correction :-(
32137      Branch: perl
32138            ! perl.c
32139 ____________________________________________________________________________
32140 [  8720] By: bailey                                on 2001/02/08  20:59:22
32141         Log: Convert frwite()s to sockets to write()s, since some socket stacks
32142              don't take kindly to stdio.
32143              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
32144              (for often optional LNMs)
32145              Correct a few typos
32146              (C. Bailey)
32147      Branch: vmsperl
32148            ! vms/vms.c vms/vmsish.h
32149 ____________________________________________________________________________
32150 [  8719] By: bailey                                on 2001/02/08  20:51:02
32151         Log: Add header for LIB$ prototypes (C. Berry)
32152      Branch: vmsperl
32153            ! ext/Devel/DProf/DProf.xs
32154 ____________________________________________________________________________
32155 [  8718] By: bailey                                on 2001/02/08  20:49:00
32156         Log: SYN SYN
32157      Branch: vmsperl
32158           +> pod/perliol.pod t/lib/sample-tests/bailout
32159           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
32160           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
32161           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
32162           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
32163           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
32164           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
32165            - lib/unicode/Is/DCinital.pl
32166           !> (integrate 101 files)
32167 ____________________________________________________________________________
32168 [  8717] By: nick                                  on 2001/02/08  19:38:48
32169         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
32170              From: Robin Barker <rmb1@cise.npl.co.uk>
32171              Date: Thu, 8 Feb 2001 14:38:07 GMT
32172              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
32173      Branch: perl
32174            ! lib/CPAN.pm
32175 ____________________________________________________________________________
32176 [  8716] By: nick                                  on 2001/02/08  19:29:07
32177         Log: Generated files form 8713 etc.
32178      Branch: perl
32179            ! embed.h global.sym objXSUB.h perlapi.c proto.h
32180 ____________________________________________________________________________
32181 [  8715] By: nick                                  on 2001/02/08  19:26:08
32182         Log: Fixup non-ithread build after 8713
32183      Branch: perl
32184            ! perl.c
32185 ____________________________________________________________________________
32186 [  8714] By: nick                                  on 2001/02/08  19:17:45
32187         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
32188              From: nick@ccl4.org
32189              Date: Wed, 7 Feb 2001 00:27:47 +0000
32190              Message-Id: <20010207002747.B63724@plum.flirble.org>
32191      Branch: perl
32192            ! sv.c toke.c
32193 ____________________________________________________________________________
32194 [  8713] By: nick                                  on 2001/02/08  19:15:58
32195         Log: Subject: Re: [patch] Re: PL_ptr_table
32196              From: Doug Maceachern <dougm@covalent.net>
32197              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
32198              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
32199      Branch: perl
32200            ! embed.pl perl.c sv.c sv.h
32201 ____________________________________________________________________________
32202 [  8712] By: nick                                  on 2001/02/08  19:12:47
32203         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
32204              From: Peter Prymmer <pvhp@forte.com>
32205              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
32206              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
32207      Branch: perl
32208            ! lib/Pod/Find.pm
32209 ____________________________________________________________________________
32210 [  8711] By: nick                                  on 2001/02/07  21:06:11
32211         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
32212              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
32213              From: Alan Burlison <Alan.Burlison@uk.sun.com>
32214              Date: Tue, 06 Feb 2001 23:37:01 +0000
32215              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
32216      Branch: perl
32217            ! regcomp.c
32218 ____________________________________________________________________________
32219 [  8710] By: alanbur                               on 2001/02/07  00:22:04
32220         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
32221              associated UTFied tr/// code.  Also fixed scoping leak of
32222              PL_reg_start_tmp.
32223      Branch: maint-5.6/pureperl
32224            ! op.c regcomp.c
32225 ____________________________________________________________________________
32226 [  8709] By: nick                                  on 2001/02/06  21:16:49
32227         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
32228              From: Michael G Schwern <schwern@pobox.com>
32229              Date: Sun, 4 Feb 2001 19:47:14 -0500
32230              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
32231      Branch: perl
32232            ! pod/perlapi.pod pod/perlmodlib.PL
32233 ____________________________________________________________________________
32234 [  8708] By: nick                                  on 2001/02/06  20:41:20
32235         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
32236              From: Michael G Schwern <schwern@pobox.com>
32237              Date: Sun, 4 Feb 2001 21:17:49 -0500
32238              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
32239      Branch: perl
32240            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
32241            ! pod/perltootc.pod
32242 ____________________________________________________________________________
32243 [  8707] By: nick                                  on 2001/02/06  20:29:11
32244         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
32245              From: Michael G Schwern <schwern@pobox.com>
32246              Date: Tue, 6 Feb 2001 05:54:30 -0500
32247              Message-Id: <20010206055430.A951@blackrider.aocn.com>
32248      Branch: perl
32249            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
32250 ____________________________________________________________________________
32251 [  8706] By: nick                                  on 2001/02/06  20:21:40
32252         Log: Subject: RE: some win32 fixes
32253              Date: Tue, 6 Feb 2001 09:23:20 +0300
32254              From: Vadim Konovalov <vkonovalov@lucent.com>
32255              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
32256      Branch: perl
32257            ! toke.c win32/Makefile win32/config.bc win32/config.gc
32258            ! win32/config.vc win32/config_H.bc win32/makefile.mk
32259 ____________________________________________________________________________
32260 [  8705] By: alanbur                               on 2001/02/06  15:00:03
32261         Log: Synchronised with parent
32262      Branch: maint-5.6/pureperl
32263            ! regexec.c
32264           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
32265           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
32266 ____________________________________________________________________________
32267 [  8704] By: alanbur                               on 2001/02/06  14:55:24
32268         Log: Fixed UMRs and leak in Perl_pmtrans()
32269      Branch: maint-5.6/pureperl
32270            ! op.c
32271 ____________________________________________________________________________
32272 [  8703] By: gsar                                  on 2001/02/06  02:29:37
32273         Log: $(MAKE) distclean doesn't clean up properly on windows
32274      Branch: maint-5.6/perl
32275            ! win32/Makefile win32/makefile.mk
32276 ____________________________________________________________________________
32277 [  8702] By: gsar                                  on 2001/02/06  01:00:46
32278         Log: tweak change#8659 to keep it simple
32279      Branch: maint-5.6/perl
32280            ! utils/perldoc.PL
32281 ____________________________________________________________________________
32282 [  8701] By: gsar                                  on 2001/02/05  22:45:41
32283         Log: change#8693 was missing testsuite changes
32284      Branch: maint-5.6/perl
32285           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
32286 ____________________________________________________________________________
32287 [  8700] By: nick                                  on 2001/02/05  20:32:52
32288         Log: Integrate mainline
32289      Branch: perlio
32290           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
32291           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
32292           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
32293           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
32294           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
32295           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
32296           +> t/lib/test-harness.t
32297           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
32298           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
32299           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
32300           !> pod/perlutil.pod t/TEST utils/h2xs.PL
32301 ____________________________________________________________________________
32302 [  8699] By: nick                                  on 2001/02/05  19:41:07
32303         Log: Subject: perlfaq2, re: perlmongers
32304              From: David H. Adler <dha@panix.com>
32305              Date: Sun, 4 Feb 2001 23:48:23 -0500
32306              Message-Id: <20010204234823.A13429@panix.com>
32307      Branch: perl
32308            ! pod/perlfaq2.pod
32309 ____________________________________________________________________________
32310 [  8698] By: nick                                  on 2001/02/05  19:39:31
32311         Log: Missed file f#rom the testharness mess.
32312      Branch: perl
32313            + t/lib/test-harness.t
32314 ____________________________________________________________________________
32315 [  8697] By: nick                                  on 2001/02/05  19:37:21
32316         Log: Subject: [DOC PATCH] overload.pm nits
32317              From: John Tobey <jtobey@john-edwin-tobey.org>
32318              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
32319              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
32320      Branch: perl
32321            ! lib/overload.pm
32322 ____________________________________________________________________________
32323 [  8696] By: alanbur                               on 2001/02/05  11:56:00
32324         Log: Sync with parent
32325      Branch: maint-5.6/pureperl
32326           !> thread.h
32327 ____________________________________________________________________________
32328 [  8695] By: gsar                                  on 2001/02/05  03:27:34
32329         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
32330      Branch: maint-5.6/perl
32331            ! thread.h
32332 ____________________________________________________________________________
32333 [  8694] By: alanbur                               on 2001/02/05  00:07:47
32334         Log: Initial branch creation from //depot/maint-5.6/perl
32335      Branch: maint-5.6/pureperl
32336           +> (branch 1719 files)
32337 ____________________________________________________________________________
32338 [  8693] By: gsar                                  on 2001/02/04  22:38:49
32339         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
32340              changes)
32341      Branch: maint-5.6/perl
32342           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
32343           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
32344           !> ext/DB_File/version.c
32345 ____________________________________________________________________________
32346 [  8692] By: nick                                  on 2001/02/04  18:15:57
32347         Log: The missed t/TEST part of the grand testharness upgrade.
32348      Branch: perl
32349            ! t/TEST
32350 ____________________________________________________________________________
32351 [  8691] By: nick                                  on 2001/02/04  18:05:17
32352         Log: New improved test harness
32353              Subject: Re: [PATCH Test::Harness] Third time's a charm?
32354              From: Michael G Schwern <schwern@pobox.com>
32355              Date: Sun, 4 Feb 2001 08:01:20 -0500
32356              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
32357      Branch: perl
32358            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
32359            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
32360            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
32361            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
32362            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
32363            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
32364            ! MANIFEST lib/Test/Harness.pm
32365 ____________________________________________________________________________
32366 [  8690] By: nick                                  on 2001/02/04  17:57:51
32367         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
32368              From: Jonathan Stowe <gellyfish@gellyfish.com>
32369              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
32370              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
32371      Branch: perl
32372            ! utils/h2xs.PL
32373 ____________________________________________________________________________
32374 [  8689] By: nick                                  on 2001/02/04  17:55:24
32375         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
32376              From: Michael G Schwern <schwern@pobox.com>
32377              Date: Sat, 3 Feb 2001 22:46:38 -0500
32378              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
32379      Branch: perl
32380            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
32381            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
32382 ____________________________________________________________________________
32383 [  8688] By: nick                                  on 2001/02/04  17:43:55
32384         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
32385              length byfailing to spot lack of closing )
32386              From: nick@talking.bollo.cx
32387              Date: Sat, 03 Feb 2001 23:53:16 +0000
32388              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
32389      Branch: perl
32390            ! perlio.c pod/perldiag.pod
32391 ____________________________________________________________________________
32392 [  8687] By: jhi                                   on 2001/02/03  17:11:42
32393         Log: HP-UX thread patches from Merijn H. Brand.
32394      Branch: maint-5.6/perl
32395            ! README.hpux hints/hpux.sh
32396 ____________________________________________________________________________
32397 [  8686] By: jhi                                   on 2001/02/03  16:40:12
32398         Log: Metaconfig changes for #8685.
32399      Branch: metaconfig
32400            ! U/installdirs/instubperl.U
32401      Branch: metaconfig/U/perl
32402            ! Devel.U versiononly.U
32403 ____________________________________________________________________________
32404 [  8685] By: jhi                                   on 2001/02/03  16:39:49
32405         Log: For -Dusedevel builds turn off installusrbinperl and turn on
32406              versiononly, a combined idea of Richard Soderberg and Merijn
32407              H. Brand.  You can still override both of these from the command
32408              line if you need to, -Dinstallusrbinperl and -Uversiononly.
32409      Branch: perl
32410            ! Configure
32411 ____________________________________________________________________________
32412 [  8684] By: jhi                                   on 2001/02/03  16:16:34
32413         Log: Metaconfig unit fix for #8683.
32414      Branch: metaconfig
32415            ! U/compline/nblock_io.U
32416 ____________________________________________________________________________
32417 [  8683] By: jhi                                   on 2001/02/03  16:16:12
32418         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
32419              reported by Peter Prymmer for 5.6-TRIAL1.
32420      Branch: perl
32421            ! Configure
32422 ____________________________________________________________________________
32423 [  8682] By: jhi                                   on 2001/02/03  05:52:11
32424         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
32425              to work correctly.
32426      Branch: maint-5.6/perl
32427            ! hints/irix_6.sh
32428 ____________________________________________________________________________
32429 [  8681] By: jhi                                   on 2001/02/03  05:47:33
32430         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
32431      Branch: maint-5.6/perl
32432            ! pod/perlport.pod
32433 ____________________________________________________________________________
32434 [  8680] By: jhi                                   on 2001/02/02  21:39:49
32435         Log: perlport update from Peter Prymmer.
32436      Branch: maint-5.6/perl
32437            ! pod/perlport.pod
32438 ____________________________________________________________________________
32439 [  8679] By: nick                                  on 2001/02/02  20:50:48
32440         Log: Integrate mainline
32441      Branch: perlio
32442           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
32443           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
32444           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
32445 ____________________________________________________________________________
32446 [  8678] By: gsar                                  on 2001/02/02  16:02:12
32447         Log: note about bincompat, slightly modified (from Lupe Christoph)
32448      Branch: maint-5.6/perl
32449            ! README.solaris
32450 ____________________________________________________________________________
32451 [  8677] By: jhi                                   on 2001/02/02  15:46:20
32452         Log: Supported platforms updates.
32453      Branch: maint-5.6/perl
32454            ! pod/perlport.pod
32455 ____________________________________________________________________________
32456 [  8676] By: jhi                                   on 2001/02/02  03:41:26
32457         Log: A couple more perlfaq2 tweaks.
32458      Branch: maint-5.6/perl
32459            ! pod/perlfaq2.pod
32460 ____________________________________________________________________________
32461 [  8675] By: jhi                                   on 2001/02/02  03:17:44
32462         Log: Misedit in #8661.
32463      Branch: maint-5.6/perl
32464            ! Configure
32465 ____________________________________________________________________________
32466 [  8674] By: jhi                                   on 2001/02/02  03:14:38
32467         Log: Damien again.
32468      Branch: maint-5.6/perl
32469            ! pod/perlfaq2.pod
32470 ____________________________________________________________________________
32471 [  8673] By: jhi                                   on 2001/02/02  03:12:40
32472         Log: perlfaq update from Elaine Ashton.
32473      Branch: maint-5.6/perl
32474            ! pod/perlfaq2.pod
32475 ____________________________________________________________________________
32476 [  8672] By: jhi                                   on 2001/02/02  03:07:08
32477         Log: UTF-8 s/// patch from Inaba Hiroto.
32478      Branch: maint-5.6/perl
32479            ! pp_ctl.c pp_hot.c
32480 ____________________________________________________________________________
32481 [  8671] By: jhi                                   on 2001/02/01  22:34:31
32482         Log: Update Changes.
32483      Branch: perl
32484            ! Changes patchlevel.h
32485 ____________________________________________________________________________
32486 [  8670] By: jhi                                   on 2001/02/01  22:15:29
32487         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
32488              from maintperl.
32489              
32490              Upgrade to Getopt::Long 2.25, from Johan Vromans.
32491              
32492              more files need to be writable in the source distribution
32493              
32494              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
32495              
32496              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
32497              
32498              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
32499              
32500              Allow the float to be fuzzier.
32501              
32502              need to use INT2PTR instead of a straight cast or ia64 fails
32503              
32504              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
32505              
32506              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
32507      Branch: perl
32508           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
32509           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
32510           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
32511 ____________________________________________________________________________
32512 [  8669] By: jhi                                   on 2001/02/01  21:57:02
32513         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
32514              From: Robin Barker <rmb1@cise.npl.co.uk>
32515              Date: Thu, 1 Feb 2001 16:59:05 GMT
32516              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
32517      Branch: maint-5.6/perl
32518            ! pod/perlmodlib.PL
32519 ____________________________________________________________________________
32520 [  8668] By: nick                                  on 2001/02/01  19:41:40
32521         Log: Integrate mainline
32522      Branch: perlio
32523           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
32524           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
32525           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
32526 ____________________________________________________________________________
32527 [  8667] By: gsar                                  on 2001/02/01  16:59:11
32528         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
32529      Branch: maint-5.6/perl
32530            ! embed.pl embedvar.h
32531 ____________________________________________________________________________
32532 [  8666] By: gsar                                  on 2001/02/01  16:34:51
32533         Log: add missing entries to win32/config.?c
32534      Branch: maint-5.6/perl
32535            ! win32/config.bc win32/config.gc win32/config.vc
32536            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32537 ____________________________________________________________________________
32538 [  8665] By: jhi                                   on 2001/02/01  14:58:51
32539         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
32540              From: "Stephen P. Potter" <spp@spotter.yi.org>
32541              Date: Thu, 01 Feb 2001 10:45:46 -0500
32542              Message-Id: <200102011545.KAA31479@spotter.yi.org>
32543      Branch: maint-5.6/perl
32544            ! pod/perlfunc.pod
32545 ____________________________________________________________________________
32546 [  8664] By: gsar                                  on 2001/02/01  14:52:37
32547         Log: need to use INT2PTR instead of a straight cast or ia64 fails
32548              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
32549      Branch: maint-5.6/perl
32550            ! ext/POSIX/POSIX.xs
32551 ____________________________________________________________________________
32552 [  8663] By: jhi                                   on 2001/02/01  14:09:13
32553         Log: Allow the float to be fuzzier.
32554      Branch: maint-5.6/perl
32555            ! t/lib/peek.t
32556 ____________________________________________________________________________
32557 [  8662] By: jhi                                   on 2001/02/01  13:59:00
32558         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
32559              From: Robin Barker <rmb1@cise.npl.co.uk>
32560              Date: Thu, 1 Feb 2001 13:05:39 GMT
32561              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
32562      Branch: maint-5.6/perl
32563            ! pod/perlmodlib.pod
32564 ____________________________________________________________________________
32565 [  8661] By: jhi                                   on 2001/02/01  13:57:38
32566         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
32567              Date: Thu, 01 Feb 2001 14:15:41 +0100
32568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32569              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
32570              
32571              Have the $ccflags in the gcc version test (strange, this change
32572              is claimed to be have been integrated already)
32573      Branch: maint-5.6/perl
32574            ! Configure
32575 ____________________________________________________________________________
32576 [  8660] By: jhi                                   on 2001/02/01  13:44:10
32577         Log: Integrate changes #7950,7964,7962 from mainline.
32578              
32579              Find the stdchar signedness using cpp, should fix some of
32580              the Solaris compiler warnings reported by Alan Burlison.
32581      Branch: maint-5.6/perl
32582           !> Configure config_h.SH
32583 ____________________________________________________________________________
32584 [  8659] By: jhi                                   on 2001/02/01  05:35:32
32585         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
32586              From: Jan Dubois <JanD@ActiveState.com>
32587              Date: Wed, 31 Jan 2001 21:17:03 -0800
32588              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
32589      Branch: maint-5.6/perl
32590            ! utils/perldoc.PL
32591 ____________________________________________________________________________
32592 [  8658] By: jhi                                   on 2001/02/01  04:33:17
32593         Log: Integrate the README.os390 and README.posix-bc parts of mainline
32594              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
32595              installperl parts were taken care of by #8657.)
32596      Branch: maint-5.6/perl
32597           !> README.os390 README.posix-bc
32598 ____________________________________________________________________________
32599 [  8657] By: jhi                                   on 2001/02/01  04:29:21
32600         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
32601              From: Peter Prymmer <pvhp@forte.com>
32602              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
32603              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
32604      Branch: maint-5.6/perl
32605            + ext/DynaLoader/dl_dllload.xs
32606            ! MANIFEST Makefile.SH hints/os390.sh installperl
32607 ____________________________________________________________________________
32608 [  8656] By: jhi                                   on 2001/02/01  04:25:45
32609         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
32610              From: Peter Prymmer <pvhp@forte.com>
32611              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
32612              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
32613      Branch: maint-5.6/perl
32614            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
32615 ____________________________________________________________________________
32616 [  8655] By: jhi                                   on 2001/02/01  04:14:47
32617         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
32618              From: troc@netrus.net
32619              Date: Wed, 31 Jan 2001 22:31:26 -0500
32620              Message-Id: <200102010331.WAA117.85@rocco.homenet>
32621      Branch: maint-5.6/perl
32622            ! os2/os2.c
32623 ____________________________________________________________________________
32624 [  8654] By: jhi                                   on 2001/02/01  04:12:52
32625         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
32626              as reported by Alan Burlison.
32627      Branch: maint-5.6/perl
32628            ! pp.h
32629 ____________________________________________________________________________
32630 [  8653] By: jhi                                   on 2001/02/01  04:05:12
32631         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
32632              From: dsugalski@northernlight.com
32633              Date: Wed, 31 Jan 2001 18:54:11 -0500
32634              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
32635      Branch: maint-5.6/perl
32636            ! configure.com
32637 ____________________________________________________________________________
32638 [  8652] By: jhi                                   on 2001/02/01  04:03:11
32639         Log: Misplaced #endif.
32640              
32641              Subject: [perl-5-6-1-trial2] patches for EPOC
32642              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32643              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
32644              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
32645      Branch: maint-5.6/perl
32646            ! epoc/epocish.c
32647 ____________________________________________________________________________
32648 [  8651] By: jhi                                   on 2001/02/01  04:00:25
32649         Log: Integrate changes #8647,8648,8650 from mainline.
32650              
32651              Macrofy a magic UTF-8 test.
32652              
32653              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
32654              
32655              Watch out for cross compiling for EPOC (usually done on linux).
32656      Branch: maint-5.6/perl
32657           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
32658 ____________________________________________________________________________
32659 [  8650] By: jhi                                   on 2001/02/01  03:56:20
32660         Log: Watch out for cross compiling for EPOC (usually done on linux)
32661              
32662              Subject: [perl-5-6-1-trial2] patches for EPOC
32663              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32664              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
32665              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
32666      Branch: perl
32667            ! ext/Errno/Errno_pm.PL
32668 ____________________________________________________________________________
32669 [  8649] By: gsar                                  on 2001/02/01  00:46:00
32670         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
32671      Branch: maint-5.6/perl
32672            ! sv.c
32673 ____________________________________________________________________________
32674 [  8648] By: jhi                                   on 2001/01/31  23:35:36
32675         Log: All the uses of PL_numeric_radix must be protected by
32676              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
32677              
32678              Subject: [perl-5-6-1-trial2] patches for EPOC
32679              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32680              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
32681              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
32682      Branch: perl
32683            ! sv.c
32684 ____________________________________________________________________________
32685 [  8647] By: jhi                                   on 2001/01/31  22:56:16
32686         Log: Macrofy a magic UTF-8 test.
32687      Branch: perl
32688            ! utf8.c utf8.h
32689 ____________________________________________________________________________
32690 [  8646] By: gsar                                  on 2001/01/31  15:55:12
32691         Log: update Changes
32692      Branch: maint-5.6/perl
32693            ! Changes
32694 ____________________________________________________________________________
32695 [  8645] By: gsar                                  on 2001/01/31  15:10:14
32696         Log: Configure tweak suggested by Peter Prymmer
32697      Branch: maint-5.6/perl
32698            ! Configure
32699 ____________________________________________________________________________
32700 [  8644] By: gsar                                  on 2001/01/31  15:06:32
32701         Log: more files need to be writable in the source distribution
32702      Branch: maint-5.6/perl
32703            ! Porting/makerel
32704 ____________________________________________________________________________
32705 [  8643] By: jhi                                   on 2001/01/31  14:59:46
32706         Log: Integrate changes #8258,8278,8279 from mainline.
32707              
32708              Make the large file tests more robust/talkative.
32709      Branch: maint-5.6/perl
32710           !> t/lib/syslfs.t t/op/lfs.t
32711 ____________________________________________________________________________
32712 [  8642] By: gsar                                  on 2001/01/31  14:53:48
32713         Log: integrate changes#8311,8334 from mainline
32714              
32715              Add a new MakeMaker variable PM_FILTER that defines a Unix
32716              filter to be run on each .pm during the pm_to_blib() phase,
32717              a fixed version of
32718              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
32719              
32720              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
32721              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
32722              accurate reading of the "atime".  
32723      Branch: maint-5.6/perl
32724           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
32725           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
32726           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
32727 ____________________________________________________________________________
32728 [  8641] By: jhi                                   on 2001/01/31  14:46:37
32729         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
32730      Branch: maint-5.6/perl
32731            ! lib/Getopt/Long.pm
32732 ____________________________________________________________________________
32733 [  8640] By: gsar                                  on 2001/01/31  14:40:24
32734         Log: make regen_all
32735      Branch: maint-5.6/perl
32736            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
32737 ____________________________________________________________________________
32738 [  8639] By: gsar                                  on 2001/01/31  14:37:25
32739         Log: refresh windows config files
32740      Branch: maint-5.6/perl
32741            ! win32/Makefile win32/config_H.bc win32/config_H.gc
32742            ! win32/config_H.vc win32/makefile.mk
32743 ____________________________________________________________________________
32744 [  8638] By: gsar                                  on 2001/01/31  14:28:10
32745         Log: makefile tweaks for windows: introduce a bulk-switch to enable
32746              same options as ActivePerl; sync changes with makefile.mk
32747      Branch: maint-5.6/perl
32748            ! win32/Makefile win32/makefile.mk
32749 ____________________________________________________________________________
32750 [  8637] By: jhi                                   on 2001/01/31  04:41:30
32751         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
32752              From: Nicholas Clark <nick@ccl4.org>
32753              Date: Tue, 30 Jan 2001 19:51:05 +0000
32754              Message-ID: <20010130195105.R76607@plum.flirble.org> 
32755              
32756              op/inc cure.
32757      Branch: perl
32758            ! pp.c pp.h pp_hot.c t/op/arith.t
32759 ____________________________________________________________________________
32760 [  8636] By: jhi                                   on 2001/01/31  02:38:32
32761         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
32762              no perlio],8257,8380,8479,8515 from mainline.
32763              
32764              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
32765              
32766              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
32767              Subject: [PATCH perl@8133] fix-up for VMS extensions
32768              
32769              In VMS embedded perls couldn't access the statically built Socket.
32770              
32771              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
32772              
32773              Further VMS piping fixes from Charles Lane.
32774              
32775              Subject:  [PATCH] make t/op/misc.t work on VMS
32776              
32777              Add tracing for debugging extensions builds in VMS.
32778              
32779              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
32780      Branch: maint-5.6/perl
32781           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
32782           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
32783           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
32784 ____________________________________________________________________________
32785 [  8635] By: jhi                                   on 2001/01/31  01:46:41
32786         Log: Integrate change #7732 from mainline.
32787              
32788              Sparc 64-bit pack() fix from Jens Hamisch.
32789      Branch: maint-5.6/perl
32790           !> pp.c
32791 ____________________________________________________________________________
32792 [  8634] By: jhi                                   on 2001/01/31  01:41:16
32793         Log: One spot missing from #8626.
32794      Branch: maint-5.6/perl
32795            ! sv.c
32796 ____________________________________________________________________________
32797 [  8633] By: jhi                                   on 2001/01/31  00:49:17
32798         Log: Integrate change #7495 from mainline.
32799              
32800              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
32801      Branch: maint-5.6/perl
32802           !> MANIFEST ext/re/Makefile.PL
32803 ____________________________________________________________________________
32804 [  8632] By: jhi                                   on 2001/01/30  23:38:49
32805         Log: Integrate change #8396 from mainline.
32806              
32807              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
32808              better multicast support (resend)
32809      Branch: maint-5.6/perl
32810           !> ext/Socket/Socket.pm
32811 ____________________________________________________________________________
32812 [  8631] By: jhi                                   on 2001/01/30  23:28:03
32813         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
32814              
32815              More AIX lore. (7514, ext/re/hints/aix.pl)
32816              
32817              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
32818              
32819              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)
32820              
32821              Subject: [ID 20001214.002] Net::Ping patch
32822              
32823              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
32824              
32825              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
32826              
32827              Add ReuseAddr as a (preferred) alias for Reuse as we now
32828              also have ReusePort.
32829              
32830              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
32831      Branch: maint-5.6/perl
32832           +> ext/re/hints/aix.pl
32833           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
32834           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
32835 ____________________________________________________________________________
32836 [  8630] By: jhi                                   on 2001/01/30  23:03:59
32837         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
32838              
32839              read() documentation tweak for 20001121.004.
32840              
32841              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
32842      Branch: maint-5.6/perl
32843           !> pod/perlfunc.pod pod/perlre.pod
32844 ____________________________________________________________________________
32845 [  8629] By: jhi                                   on 2001/01/30  22:41:57
32846         Log: Integrate change #8098 from mainline.
32847              
32848              fastgetcwd is defined using a glob alias on a $^O dependent basis
32849              and there was no default assignment or perl subroutine.
32850      Branch: maint-5.6/perl
32851           !> lib/Cwd.pm
32852 ____________________________________________________________________________
32853 [  8628] By: jhi                                   on 2001/01/30  21:58:52
32854         Log: Integrate change #7866 from mainline.
32855              
32856              File::Temp 0.11.
32857      Branch: maint-5.6/perl
32858           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
32859 ____________________________________________________________________________
32860 [  8627] By: jhi                                   on 2001/01/30  21:39:44
32861         Log: Integrate changes #8075,8086,8228 from mainline.  
32862              
32863              Darwin is not Windows. (8075,8086)
32864              
32865              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
32866      Branch: maint-5.6/perl
32867           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
32868           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
32869           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
32870           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
32871 ____________________________________________________________________________
32872 [  8626] By: jhi                                   on 2001/01/30  21:22:11
32873         Log: Integrate with tweakery the change #8625 from mainline,
32874              the multibyte decimal separator fix ("fa_IR locale failure").
32875      Branch: maint-5.6/perl
32876            ! embedvar.h perlapi.h
32877           !> intrpvar.h perl.c perl.h sv.c util.c
32878 ____________________________________________________________________________
32879 [  8625] By: jhi                                   on 2001/01/30  20:26:33
32880         Log: Fix for the fa_IR locale failure.  The reason for the failure
32881              was that Perl was assuming the decimal separator aka the radix
32882              separator is one character.  The Farsi-Iranian locale crushed
32883              that bad assumption since there the separator is 'Momayyez',
32884              glyphwise looking somewhat like a slash, and in Unicode UTF-8
32885              encoded in two bytes, 0xd9 0xab.
32886      Branch: perl
32887            ! intrpvar.h perl.c perl.h sv.c util.c
32888 ____________________________________________________________________________
32889 [  8624] By: gsar                                  on 2001/01/30  20:17:03
32890         Log: regen_headers
32891      Branch: maint-5.6/perl
32892            ! Makefile.SH pod/perlintern.pod
32893 ____________________________________________________________________________
32894 [  8623] By: gsar                                  on 2001/01/30  19:42:34
32895         Log: backout change#7431 and its dependents (causes spurious rebuilds
32896              of autogenerated files)
32897              
32898              fix benign b.t failure
32899      Branch: maint-5.6/perl
32900            ! Makefile.SH t/lib/b.t
32901 ____________________________________________________________________________
32902 [  8622] By: jhi                                   on 2001/01/30  19:41:41
32903         Log: Microperl sync.
32904      Branch: perl
32905            ! mg.c perl.h
32906 ____________________________________________________________________________
32907 [  8621] By: gsar                                  on 2001/01/30  19:24:47
32908         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
32909              from mainline
32910              
32911              Subject: podlators 1.06 released
32912              
32913              Subject: [PATCH @8436] Eliminate op_children
32914              
32915              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
32916              
32917              (Replaced by #8448)  More op_children traces (cleanup of #8442).
32918              
32919              Subject: [PATCH #3 @8436] Re: Eliminate op_children
32920              Replace #8444 and #8445.
32921              
32922              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
32923              at the setting of the ofs_sv in new_struct_thread() as the
32924              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
32925              uninitialized fields are, uh, initialized with),
32926              SvREFCNT_inc()ing that invited a core dump.
32927              
32928              podlators 1.07, from Russ Allbery.
32929              
32930              Subject: [PATCH] regcomp.c old feature removal
32931              From: mjd@plover.com
32932              Date: 16 Jan 2001 14:43:18 -0000 
32933              Message-ID: <20010116144318.7140.qmail@plover.com> 
32934      Branch: maint-5.6/perl
32935           +> lib/Pod/Text/Overstrike.pm
32936           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
32937           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
32938           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
32939           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
32940           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
32941           !> util.c
32942 ____________________________________________________________________________
32943 [  8620] By: gsar                                  on 2001/01/30  18:48:32
32944         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
32945              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
32946              now fails one test)
32947              
32948              Subject: [PATCH] lvalue AUTOLOAD. No, really.
32949              
32950              Subject: [PATCH] Interesting syntax idea
32951              Make opens + bareword assigns do typeglob assigns.
32952              
32953              Tests for #8254.
32954              
32955              Subject: [PATCH @8269] Continue blocks and B::Deparse
32956              Make the peephole optimizer to bypass more null ops and
32957              and rewrite the deparse handling of continue blocks.
32958              
32959              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
32960              Doc tweak on #8313.
32961              
32962              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
32963              
32964              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
32965              
32966              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
32967              
32968              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
32969              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
32970              according to the platform.
32971              
32972              Subject: [PATCH @8404] Consolidated lvalue sub changes
32973              
32974              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
32975              
32976              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
32977              
32978              Subject: B::Concise -- an improved replacement for B::Terse 
32979              
32980              The B::Terse drop-in replacement wasn't quite drop-in.
32981              
32982              The LVRET macro needed an aTHX.
32983              
32984              Use the /^Perl_/-less form of is_lvalue_sub().
32985              
32986              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
32987      Branch: maint-5.6/perl
32988           +> ext/B/B/Concise.pm
32989           !> (integrate 27 files)
32990 ____________________________________________________________________________
32991 [  8619] By: nick                                  on 2001/01/30  18:40:28
32992         Log: Integrate mainline
32993      Branch: perlio
32994           !> (integrate 40 files)
32995 ____________________________________________________________________________
32996 [  8618] By: jhi                                   on 2001/01/30  18:37:18
32997         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
32998              Date: Mon, 29 Jan 2001 22:51:29 -0600
32999              From: "Craig A. Berry" <craigberry@mac.com>
33000              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
33001      Branch: perl
33002            ! vms/test.com
33003 ____________________________________________________________________________
33004 [  8617] By: jhi                                   on 2001/01/30  18:34:53
33005         Log: Subject: [PATCH] Add missing CV flags to dump.c
33006              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33007              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
33008              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
33009      Branch: perl
33010            ! dump.c
33011 ____________________________________________________________________________
33012 [  8616] By: jhi                                   on 2001/01/30  18:20:58
33013         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
33014              part isn't applicable to maintperl.
33015              
33016              UTF-8 nit from Inaba Hiroto.
33017      Branch: maint-5.6/perl
33018           !> pod/perlapi.pod utf8.c
33019 ____________________________________________________________________________
33020 [  8615] By: jhi                                   on 2001/01/30  18:18:51
33021         Log: UTF-8 nit from Inaba Hiroto.
33022      Branch: perl
33023            ! pod/perlapi.pod t/op/each.t utf8.c
33024 ____________________________________________________________________________
33025 [  8614] By: jhi                                   on 2001/01/30  18:13:38
33026         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
33027              
33028              perl's internal variables are not for public consumption,
33029              move their docs from perlapi.pod to perlintern.pod
33030              
33031              support for -Dusethreads build under HP-UX 10.20 and DCE threads
33032              library (11.0 and later have pthreads but 10.x don't)
33033              
33034              avoid uninitialized value warnings
33035              
33036              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
33037              gets weird results)
33038              
33039              perldoc nit on windows
33040              
33041              make it possible to run the tests outside the source tree
33042              (there's still a dependency on ../lib being the library
33043              location)
33044      Branch: perl
33045           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
33046           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
33047           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
33048           !> win32/bin/search.pl win32/vdir.h
33049 ____________________________________________________________________________
33050 [  8613] By: gsar                                  on 2001/01/30  16:39:59
33051         Log: make it possible to run the tests outside the source tree
33052              (there's still a dependency on ../lib being the library
33053              location)
33054      Branch: maint-5.6/perl
33055            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
33056 ____________________________________________________________________________
33057 [  8612] By: gsar                                  on 2001/01/30  16:31:12
33058         Log: perldoc nit on windows
33059      Branch: maint-5.6/perl
33060            ! utils/perldoc.PL
33061 ____________________________________________________________________________
33062 [  8611] By: gsar                                  on 2001/01/30  16:22:54
33063         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
33064              gets weird results)
33065      Branch: maint-5.6/perl
33066            ! win32/vdir.h
33067 ____________________________________________________________________________
33068 [  8610] By: gsar                                  on 2001/01/30  16:12:45
33069         Log: avoid uninitialized value warnings
33070      Branch: maint-5.6/perl
33071            ! win32/bin/search.pl
33072 ____________________________________________________________________________
33073 [  8609] By: gsar                                  on 2001/01/30  16:08:01
33074         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
33075              library (11.0 and later have pthreads but 10.x don't)
33076      Branch: maint-5.6/perl
33077            ! hints/hpux.sh thread.h
33078 ____________________________________________________________________________
33079 [  8608] By: gsar                                  on 2001/01/30  15:48:55
33080         Log: perl's internal variables are not for public consumption,
33081              move their docs from perlapi.pod to perlintern.pod
33082      Branch: maint-5.6/perl
33083            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
33084            ! thrdvar.h
33085 ____________________________________________________________________________
33086 [  8607] By: gsar                                  on 2001/01/30  15:44:27
33087         Log: mistakenly branched perl56delta.pod, revert
33088      Branch: maint-5.6/perl
33089            - pod/perl56delta.pod
33090           !> pod/perldelta.pod
33091 ____________________________________________________________________________
33092 [  8606] By: gsar                                  on 2001/01/30  14:20:24
33093         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
33094              dTHR which has been a noop for a while now, except for the
33095              compatibility definition in thread.h)
33096      Branch: maint-5.6/perl
33097           !> (integrate 45 files)
33098 ____________________________________________________________________________
33099 [  8605] By: jhi                                   on 2001/01/30  05:43:58
33100         Log: Mark the UTF-8 APIs as experimental.
33101      Branch: maint-5.6/perl
33102            ! embed.pl pod/perlapi.pod
33103 ____________________________________________________________________________
33104 [  8604] By: jhi                                   on 2001/01/30  05:38:40
33105         Log: Nits from earlier integrates.
33106      Branch: maint-5.6/perl
33107            ! lib/Carp/Heavy.pm
33108           !> sv.c
33109 ____________________________________________________________________________
33110 [  8603] By: jhi                                   on 2001/01/30  05:27:26
33111         Log: Regenerate Porting files.
33112      Branch: maint-5.6/perl
33113            ! Porting/Glossary Porting/config.sh Porting/config_H
33114 ____________________________________________________________________________
33115 [  8602] By: jhi                                   on 2001/01/30  05:14:59
33116         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
33117              8310,8339,8447,8492,8493,8505,8525: documentation changes.
33118              
33119              Subject: Re: perlfaq style changes
33120              
33121              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
33122              
33123              Subject: [PATCH] docs on NaN
33124              
33125              Subject: [patch] perlfaq7
33126              
33127              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
33128              
33129              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
33130              
33131              Subject: [PATCH] open() example in perlfunc.pod
33132              
33133              Podify README.mpeix (a new version from the web)
33134              
33135              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33136              
33137              Subject: [PATCH] format and rewording in perlfaq.pod
33138              
33139              Subject: [PATCH] API Variable documentation   
33140              
33141              Memory management calls documentation.
33142              
33143              Subject: [PATCH: perl@8482] README.vms URL updates
33144              
33145              Subject: Minor typos in perlfaq2.pod
33146              
33147              Subject: [PATCH] pod/perlvar.pod
33148      Branch: maint-5.6/perl
33149           +> pod/perl56delta.pod
33150            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33151           !> README.amiga README.epoc README.mpeix README.vms
33152           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
33153           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
33154           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
33155           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
33156           !> pod/perlvar.pod thrdvar.h
33157 ____________________________________________________________________________
33158 [  8601] By: jhi                                   on 2001/01/30  04:38:35
33159         Log: Integrate changes #8036,8096,8253 from mainline:
33160              hints changes.
33161              
33162              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
33163              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
33164              
33165              Output the (apparent) version of gcc in Tru64.
33166      Branch: maint-5.6/perl
33167           +> ext/POSIX/hints/svr4.pl
33168           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
33169           !> hints/svr4.sh t/lib/bigfltpm.t
33170 ____________________________________________________________________________
33171 [  8600] By: jhi                                   on 2001/01/30  04:04:01
33172         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
33173              locale fixes.
33174              
33175              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
33176              
33177              Debian allows /usr/bin/locale to exist without any locales. (7868)
33178              
33179              Allow the locale test needing POSIX and the taint test
33180              needing IPC::SysV to run under 'minitest' (basically,
33181              bail out if loading the extension fails). (8384)
33182              
33183              Cleanup the locale.t output  (8480)
33184      Branch: maint-5.6/perl
33185           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
33186           !> t/pragma/locale.t
33187 ____________________________________________________________________________
33188 [  8599] By: jhi                                   on 2001/01/30  03:51:04
33189         Log: Missing generated files from #8598.
33190      Branch: maint-5.6/perl
33191            ! embed.h global.sym objXSUB.h perlapi.c proto.h
33192 ____________________________________________________________________________
33193 [  8598] By: jhi                                   on 2001/01/30  03:41:54
33194         Log: Integrate change #8555 from mainline, manually integrate parts
33195              of changes 8452 and 8583.
33196              
33197              Subject: [PATCH] utf8.c documentation (8452)
33198              
33199              No point in checking the length if the pointer is bogus. (8555)
33200              
33201              Introduce bytes_from_utf8() and implement sv_eq() using it,
33202              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
33203              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
33204              was malformed. (8583)
33205      Branch: maint-5.6/perl
33206            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
33207           !> pod/perlapi.pod sv.c utf8.c
33208 ____________________________________________________________________________
33209 [  8597] By: gsar                                  on 2001/01/30  02:37:26
33210         Log: get PERL_OBJECT build going again on windows
33211      Branch: maint-5.6/perl
33212            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33213            ! pod/perlapi.pod proto.h sv.c
33214 ____________________________________________________________________________
33215 [  8596] By: jhi                                   on 2001/01/30  02:16:17
33216         Log: Signedness nit.
33217      Branch: perl
33218            ! sv.c
33219 ____________________________________________________________________________
33220 [  8595] By: jhi                                   on 2001/01/30  02:11:07
33221         Log: EBCDIC patch for Storable, from Peter Prymmer.
33222      Branch: perl
33223            ! t/lib/st-06compat.t
33224 ____________________________________________________________________________
33225 [  8594] By: jhi                                   on 2001/01/30  01:04:48
33226         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
33227              From: Peter Prymmer <pvhp@forte.com>
33228              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
33229              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
33230      Branch: perl
33231            ! t/lib/b.t
33232 ____________________________________________________________________________
33233 [  8593] By: jhi                                   on 2001/01/30  00:56:47
33234         Log: Subject: [PATCH: perl@8585] pod problems in io
33235              From: Peter Prymmer <pvhp@forte.com>
33236              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
33237              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
33238      Branch: perl
33239            ! pod/perlapio.pod pod/perliol.pod
33240 ____________________________________________________________________________
33241 [  8592] By: jhi                                   on 2001/01/30  00:48:20
33242         Log: Integrate perlio.
33243      Branch: perl
33244           !> pod/perlapio.pod pod/perliol.pod
33245 ____________________________________________________________________________
33246 [  8591] By: nick                                  on 2001/01/29  22:02:28
33247         Log: GNU 'merge' Simon's copy of perliol.pod with version
33248              patched by Craig's patch.
33249      Branch: perlio
33250            ! pod/perliol.pod
33251 ____________________________________________________________________________
33252 [  8590] By: nick                                  on 2001/01/29  21:55:10
33253         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
33254      Branch: perlio
33255            ! pod/perlapio.pod pod/perliol.pod
33256 ____________________________________________________________________________
33257 [  8589] By: jhi                                   on 2001/01/29  15:35:33
33258         Log: Integrate change #8586 from maint-5.6/perl.
33259              
33260              make the BOM detection code not call tell() until it has to
33261              (meant to fix esoteric compatibility issues where PL_rsfp
33262              is overridden)
33263      Branch: perl
33264           !> toke.c
33265 ____________________________________________________________________________
33266 [  8588] By: jhi                                   on 2001/01/29  15:29:11
33267         Log: Subject: MAking Solaris malloc() the default
33268              From: Lupe Christoph <lupe@lupe-christoph.de>
33269              Date: Mon, 29 Jan 2001 12:59:36 +0100
33270              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
33271              
33272              The README.solaris part slightly tweaked.
33273      Branch: perl
33274            ! README.solaris hints/solaris_2.sh
33275 ____________________________________________________________________________
33276 [  8587] By: jhi                                   on 2001/01/29  15:17:34
33277         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
33278              From: root@ak-75.mind.de
33279              Date: Sun, 28 Jan 2001 20:32:29 +0100
33280              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
33281      Branch: perl
33282            ! pod/perlre.pod
33283 ____________________________________________________________________________
33284 [  8586] By: gsar                                  on 2001/01/29  13:43:44
33285         Log: make the BOM detection code not call tell() until it has to
33286              (meant to fix esoteric compatibility issues where PL_rsfp
33287              is overridden)
33288      Branch: maint-5.6/perl
33289            ! toke.c
33290 ____________________________________________________________________________
33291 [  8585] By: jhi                                   on 2001/01/28  20:05:45
33292         Log: Update Changes.
33293      Branch: perl
33294            ! Changes patchlevel.h
33295 ____________________________________________________________________________
33296 [  8584] By: jhi                                   on 2001/01/28  19:30:02
33297         Log: Integrate perlio.
33298      Branch: perl
33299           +> pod/perliol.pod
33300           !> MANIFEST pod/perlapio.pod
33301 ____________________________________________________________________________
33302 [  8583] By: jhi                                   on 2001/01/28  19:28:40
33303         Log: Patch from Inaba Hiroto:
33304              - canonical UTF-8 hash keys: if a key string for a hash is
33305              UTF8-on, try downgrade the string and use it if
33306              unicode::distinct is not in effect.
33307              For the task, I added a function bytes_from_utf8() to utf8.c.
33308              It might resemble utf8_to_bytes() but it is not convenient
33309              to the task.
33310              Made a test for it and added to t/op/each.t
33311              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
33312              the mortal copy of the argument SV.
33313              And changed t/io/utf8.t test 18 which expects print() to
33314              upgrade its argument.
33315              - re-implement sv_eq with bytes_from_utf8()
33316              - some bug fixes
33317              - tr/// does not handle UTF8 range (\x{}-\x{})
33318              - \ before raw UTF8 character produced
33319              "Malformed UTF-8 character" warning.
33320              - "\x{100}\N{CENT SIGN}" is Malformed.
33321              Added tests for these 3.
33322              - and one silly bug (by me) with qu operator.
33323      Branch: perl
33324            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
33325            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
33326            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
33327 ____________________________________________________________________________
33328 [  8582] By: nick                                  on 2001/01/28  19:25:04
33329         Log: Add pod/perliol.pod to MANIFEST :-(
33330      Branch: perlio
33331            ! MANIFEST
33332 ____________________________________________________________________________
33333 [  8581] By: nick                                  on 2001/01/28  19:22:40
33334         Log: PerlIO documentation. Proofing and sub-editing requested.
33335      Branch: perlio
33336            + pod/perliol.pod
33337            ! pod/perlapio.pod
33338 ____________________________________________________________________________
33339 [  8580] By: jhi                                   on 2001/01/28  05:16:25
33340         Log: Revert the change to sv_2pv() done by #8054: Someone who
33341              did SvNV_set() on a scalar that also happened to be POK,
33342              followed by sv_2pv() won't get the right coercion anymore.
33343              [Sarathy]
33344      Branch: maint-5.6/perl
33345            ! sv.c
33346 ____________________________________________________________________________
33347 [  8579] By: jhi                                   on 2001/01/28  05:15:04
33348         Log: Remove the #8084 effect: do not allow -Q to be interpreted
33349              as -&Q(), this is too much wiggle room.
33350      Branch: maint-5.6/perl
33351            ! toke.c
33352 ____________________________________________________________________________
33353 [  8578] By: jhi                                   on 2001/01/28  05:12:45
33354         Log: Needed bits of #8439 (should have been in #8576),
33355              mainly for lval substr().
33356      Branch: maint-5.6/perl
33357            ! mg.c pp.c pp_hot.c
33358 ____________________________________________________________________________
33359 [  8577] By: jhi                                   on 2001/01/28  05:02:46
33360         Log: A missing check-in.
33361      Branch: maint-5.6/perl
33362            ! utf8.c
33363 ____________________________________________________________________________
33364 [  8576] By: jhi                                   on 2001/01/28  04:26:18
33365         Log: Integrate changes #8425,8436,8439,8517 from mainline.
33366              The 8439 was not truly integrated because it had too many
33367              dependencies on the development branch and because it introduced
33368              concepts too bold for a maintenance branch (such as the qu operator).
33369              
33370              Subject: [PATCH perl@8342] -Wformat
33371              
33372              Tighten some of the UTF-8 tests a bit.
33373              
33374              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
33375              - The substr lval was still not okay.
33376              - Now pp_stringify and sv_setsv copies source's UTF8 flag
33377              even if IN_BYTE.  pp_stringify is called from fold_constants
33378              at optimization phase and "\x{100}" was made SvUTF8_off under
33379              use bytes (the bytes pragma is for "byte semantics" and not
33380              for "do not produce UTF8 data")
33381      Branch: maint-5.6/perl
33382            ! t/lib/charnames.t t/op/substr.t toke.c
33383           !> sv.c t/pragma/utf8.t
33384 ____________________________________________________________________________
33385 [  8575] By: jhi                                   on 2001/01/28  04:01:51
33386         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
33387              
33388              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
33389              
33390              Subject: [ID 20001230.003] UTF-8 tr still hurts
33391              
33392              Test cases for #8385 (from Simon's "torture.pl")
33393              
33394              Start fixing UTF-8 lval substr() (8405)
33395      Branch: maint-5.6/perl
33396           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
33397           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
33398 ____________________________________________________________________________
33399 [  8574] By: jhi                                   on 2001/01/28  03:09:06
33400         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
33401              from mainline.
33402              
33403              UTF-8 cleanup.
33404              
33405              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
33406              
33407              "\x{FF}\xFF" was broken.
33408              
33409              Tests for #8329 and #8330.
33410              
33411              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
33412              
33413              IRIX compiler noticed that the bof initialization might be
33414              bypassed by control flow.
33415              
33416              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
33417      Branch: maint-5.6/perl
33418           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
33419           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
33420 ____________________________________________________________________________
33421 [  8573] By: jhi                                   on 2001/01/28  02:06:12
33422         Log: Retract #8552.
33423      Branch: perl
33424            ! lib/Text/Wrap.pm t/lib/textwrap.t
33425 ____________________________________________________________________________
33426 [  8572] By: jhi                                   on 2001/01/28  02:04:49
33427         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
33428              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
33429              not really integrated but instead salvaged by hand
33430              (they had too many dependencies on the development release
33431              to be cleanly integratable).
33432              
33433              Subject: more UTF8 test suites and an UTF8 patch
33434              
33435              Tweak for MULTIPLICITY/USE_PERLIO
33436              
33437              Signedness nit.
33438              
33439              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
33440              
33441              Use the UTF8_XXX macros in is_utf8_char().
33442              
33443              Rewrite pp_concat() in terms of sv_catsv().  The . operator
33444              should now be UTF-8-proof.
33445              
33446              Subject: [PATCH perl@8269] scanning two hex-constants
33447              fails on EBCDIC environment (script length.t)
33448              
33449              Add some Unicode chop() tests.
33450      Branch: maint-5.6/perl
33451            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
33452           !> sv.c t/op/chop.t utf8.h
33453 ____________________________________________________________________________
33454 [  8571] By: jhi                                   on 2001/01/28  00:35:59
33455         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
33456              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
33457              
33458              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
33459              
33460              The maxiters upper limit sanity check (guarding against
33461              non-progress) assumed bytes instead of characters in s///
33462              and split().
33463              
33464              Signedness nit.
33465              
33466              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
33467              join() should now be UTF-8-proof.
33468              
33469              More split // UTF-8 tests. (8250)
33470      Branch: maint-5.6/perl
33471           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
33472           !> util.c
33473 ____________________________________________________________________________
33474 [  8570] By: jhi                                   on 2001/01/27  22:15:46
33475         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
33476              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
33477              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
33478              8084,8204,8244,8333 from mainline.
33479              
33480              For -Q where Q might be a one-letter sub name one does no more
33481              get a warning about an unknown filetest (7941,7943,7944,8084).
33482              
33483              Subject: Re: [ID 20001130.011] expression parsing bug ?
33484              
33485              Make uv_to_utf8() to zero-terminate its output buffer.
33486              
33487              Split off t/op/length.t (7995)
33488              
33489              Split off t/op/utf8decode.t (7996)
33490              
33491              Remove an unnecessary 'use utf8' from the utf8.t (7998)
33492              
33493              Split off t/op/concat.t (8004)
33494              
33495              Split off t/op/ver.t (8005)
33496              
33497              Document utf8_length(), utf8_distance(), and utf8_hop().
33498              
33499              Document utf8_to_uv() better.
33500              
33501              Introduce macros for UTF8 decoding (8028,8033).
33502              
33503              Add test for reverse() (8030,8031).
33504              
33505              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
33506              
33507              Do not return the Unicode replacement character    on UTF-8
33508              decoding failure.
33509              
33510              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
33511              not this_utf8 i.e. the output string has one, but don't mess
33512              with source assumption. (8052,8053)
33513              
33514              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
33515              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
33516              was not expecting to be called with something that was already
33517              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
33518              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
33519              (8054)
33520              
33521              Recode the naughty binary bytes in utf8decode.t using the \xHH.
33522              
33523              Make some panic messages a bit more logical.
33524      Branch: maint-5.6/perl
33525           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
33526           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
33527           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
33528           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
33529           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
33530           !> utf8.c utf8.h
33531 ____________________________________________________________________________
33532 [  8569] By: jhi                                   on 2001/01/27  19:16:43
33533         Log: Integrate changes #7750 from perlio and #8566 from mainline.
33534      Branch: maint-5.6/perl
33535           !> regexec.c sv.c
33536 ____________________________________________________________________________
33537 [  8568] By: jhi                                   on 2001/01/27  18:06:51
33538         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
33539              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
33540              7935[-perlio.c],7936,7959,7965 from mainline.
33541              
33542              Change the "big byte" error message to "Wide character".
33543              (7355, the croak-if-wide-chars-in-print part ignored)
33544              
33545              Use UINT64_C().
33546              
33547              Introduce Perl_utf8_length().
33548              
33549              diff -se shows these as different (7753, forgotten check-ins)
33550              
33551              Subject: [PATCH] doop.c - UTF8 tr///
33552              
33553              If we use (aTHX_ ...) then put Perl_ on the front.
33554              
33555              Make utf8_length() and utf8_distance() to be less forgiving
33556              about bad UTF-8.
33557              
33558              Test line numbers are different with utf8.
33559              
33560              No need to scan till infinity, 13 is enough. (7872,7911)
33561              
33562              Subject: [PATCH] Tokeniser debugging
33563              
33564              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
33565              
33566              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
33567              
33568              Be more careful in Perl_sv_utf8_downgrade().
33569              
33570              Use DO_UTF8().
33571              
33572              Raw zero bytes in text files confuse at least GNU patch 2.1.
33573      Branch: maint-5.6/perl
33574           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
33575           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
33576           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
33577           !> t/pragma/utf8.t toke.c utf8.c utf8.h
33578 ____________________________________________________________________________
33579 [  8567] By: nick                                  on 2001/01/27  11:10:38
33580         Log: Integrate mainline
33581      Branch: perlio
33582           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
33583           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
33584           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
33585           !> toke.c
33586 ____________________________________________________________________________
33587 [  8566] By: jhi                                   on 2001/01/27  06:22:48
33588         Log: More documentation for the regexp context stack.
33589      Branch: perl
33590            ! regexec.c
33591 ____________________________________________________________________________
33592 [  8565] By: jhi                                   on 2001/01/27  05:21:57
33593         Log: Update Changes.
33594      Branch: perl
33595            ! Changes patchlevel.h
33596 ____________________________________________________________________________
33597 [  8564] By: jhi                                   on 2001/01/27  04:44:04
33598         Log: Threadedness patch for #8562 from Doug MacEachern.
33599      Branch: perl
33600            ! toke.c
33601 ____________________________________________________________________________
33602 [  8563] By: jhi                                   on 2001/01/27  04:26:24
33603         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
33604              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33605              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
33606              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
33607      Branch: perl
33608            ! op.c
33609 ____________________________________________________________________________
33610 [  8562] By: jhi                                   on 2001/01/27  04:20:30
33611         Log: Subject: Re: Announce : Tokener reporting patch
33612              From: Simon Cozens <simon@cozens.net>
33613              Date: Mon, 22 Jan 2001 02:17:22 +0000
33614              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
33615      Branch: perl
33616            ! embed.h embed.pl proto.h toke.c
33617 ____________________________________________________________________________
33618 [  8561] By: jhi                                   on 2001/01/27  04:17:24
33619         Log: Forgot from #8545.  Oops.
33620      Branch: perl
33621            ! pp.c t/pragma/overload.t
33622 ____________________________________________________________________________
33623 [  8560] By: jhi                                   on 2001/01/27  03:01:47
33624         Log: A better module compilation test, use MANIFEST as suggested
33625              by Spider.
33626      Branch: perl
33627            ! t/lib/1_compile.t
33628 ____________________________________________________________________________
33629 [  8559] By: jhi                                   on 2001/01/27  02:50:48
33630         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
33631              From: Peter Prymmer <pvhp@forte.com>
33632              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
33633              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
33634      Branch: perl
33635            ! t/lib/b.t
33636 ____________________________________________________________________________
33637 [  8558] By: jhi                                   on 2001/01/27  02:27:05
33638         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
33639              From: Peter Prymmer <pvhp@forte.com>
33640              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
33641              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
33642      Branch: perl
33643            ! t/pragma/sub_lval.t
33644 ____________________________________________________________________________
33645 [  8557] By: jhi                                   on 2001/01/27  02:26:03
33646         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
33647              From: Peter Prymmer <pvhp@forte.com>
33648              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
33649              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
33650      Branch: perl
33651            ! t/lib/st-06compat.t
33652 ____________________________________________________________________________
33653 [  8556] By: jhi                                   on 2001/01/27  02:24:33
33654         Log: Subject: [PATCH: perl@8531] minor update to README.os390
33655              From: Peter Prymmer <pvhp@forte.com>
33656              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
33657              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
33658      Branch: perl
33659            ! README.os390
33660 ____________________________________________________________________________
33661 [  8555] By: jhi                                   on 2001/01/27  00:35:47
33662         Log: No point in checking the length before we know whether the pointer
33663              is bogus or not, fixes Abigail's odbm failures in Linux.
33664      Branch: perl
33665            ! sv.c
33666 ____________________________________________________________________________
33667 [  8554] By: nick                                  on 2001/01/26  19:01:31
33668         Log: Integrate mainline
33669      Branch: perlio
33670           !> lib/Text/Wrap.pm t/lib/textwrap.t
33671 ____________________________________________________________________________
33672 [  8553] By: jhi                                   on 2001/01/26  15:19:39
33673         Log: Integrate change #7792 from perlio (multiplicity fix),
33674              fix the AV leak in regex DEBUGGING (tiny part of the
33675              polymorphic regexp patch #8143).
33676      Branch: maint-5.6/perl
33677            ! regcomp.c
33678           !> scope.h
33679 ____________________________________________________________________________
33680 [  8552] By: jhi                                   on 2001/01/26  15:03:23
33681         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
33682              From: Michael G Schwern <schwern@pobox.com>
33683              Date: Fri, 26 Jan 2001 09:28:31 -0500
33684              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
33685      Branch: perl
33686            ! lib/Text/Wrap.pm t/lib/textwrap.t
33687 ____________________________________________________________________________
33688 [  8551] By: jhi                                   on 2001/01/26  02:33:19
33689         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
33690              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
33691              
33692              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
33693              
33694              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
33695              
33696              Message nit.
33697              
33698              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
33699              
33700              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
33701              
33702              (the cleanup of unused submatches in regtry() and regcppop())
33703              
33704              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
33705              stored and restored, and thusly was trounced by the utf8 swash
33706              routines.
33707              
33708              use utf8 not required to use \x{}.
33709              
33710              Removed two more tests that make no sense in UTF-8 since the test
33711              data is not in UTF-8.
33712              
33713              Get the three different space character classes right under utf8.
33714              
33715              Implement ANYOFUTF8 regprop() dumping.
33716              
33717              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
33718              
33719              Document the regex context pushing/popping a bit better.
33720      Branch: maint-5.6/perl
33721           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
33722           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
33723           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
33724           !> t/op/regmesg.t utf8.c
33725 ____________________________________________________________________________
33726 [  8550] By: nick                                  on 2001/01/25  19:42:30
33727         Log: Integrate mainline
33728      Branch: perlio
33729           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
33730           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
33731           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
33732           !> t/lib/bigint.t t/lib/bigintpm.t
33733 ____________________________________________________________________________
33734 [  8549] By: jhi                                   on 2001/01/25  15:22:28
33735         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
33736      Branch: maint-5.6/perl
33737            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
33738 ____________________________________________________________________________
33739 [  8548] By: jhi                                   on 2001/01/25  15:02:55
33740         Log: Integrate changes #7997,8063,8492,8547 from mainline.
33741              
33742              Subject: Re: STRLEN - what?
33743              
33744              Subject: [PATCH] perlguts.pod
33745              
33746              Memory management calls documentation.
33747              
33748              Layout using tabulator is not a good idea in a pod.
33749      Branch: maint-5.6/perl
33750           !> pod/perlguts.pod
33751 ____________________________________________________________________________
33752 [  8547] By: jhi                                   on 2001/01/25  14:49:05
33753         Log: Layout using tabulator is not a good idea in a pod.
33754      Branch: perl
33755            ! pod/perlguts.pod
33756 ____________________________________________________________________________
33757 [  8546] By: jhi                                   on 2001/01/25  14:31:12
33758         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
33759              from mainline.
33760              
33761              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
33762              
33763              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
33764              
33765              More Win32 editor/IDE/shell hints.
33766              
33767              More Win32 Perling.
33768              
33769              Yet another editor edit.
33770              
33771              Edit edit edit.
33772              
33773              IDE/editor section tweaking.
33774              
33775              Few more IDE/editor nits from p5p.
33776      Branch: maint-5.6/perl
33777           !> pod/perlfaq3.pod
33778 ____________________________________________________________________________
33779 [  8545] By: jhi                                   on 2001/01/25  04:16:32
33780         Log: Subject: [PATCH 5.7.0] overload int()
33781              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33782              Date: Wed, 24 Jan 2001 19:06:57 -0500
33783              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
33784      Branch: perl
33785            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
33786            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
33787            ! t/lib/bigintpm.t
33788 ____________________________________________________________________________
33789 [  8544] By: jhi                                   on 2001/01/25  04:15:11
33790         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
33791              From: Peter Prymmer <pvhp@forte.com>
33792              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
33793              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
33794      Branch: perl
33795            ! Makefile.SH README.os390 hints/os390.sh installperl
33796 ____________________________________________________________________________
33797 [  8543] By: jhi                                   on 2001/01/25  03:52:08
33798         Log: Integrate change #8462,8469 from mainline.
33799              
33800              In VMS Perl subversion (perl -V) is undef.
33801      Branch: maint-5.6/perl
33802           !> configure.com
33803 ____________________________________________________________________________
33804 [  8542] By: jhi                                   on 2001/01/25  03:44:55
33805         Log: Integrate changes #7835,7850,8315,8316 from mainline.
33806              
33807              Solaris hints.
33808      Branch: maint-5.6/perl
33809           !> hints/solaris_2.sh
33810 ____________________________________________________________________________
33811 [  8541] By: jhi                                   on 2001/01/25  03:39:28
33812         Log: Integrate #8336 from mainline.
33813      Branch: maint-5.6/perl
33814           !> hv.c
33815 ____________________________________________________________________________
33816 [  8540] By: jhi                                   on 2001/01/25  03:23:50
33817         Log: Retract #8539.
33818      Branch: maint-5.6/perl
33819            ! pod/perlfaq3.pod
33820 ____________________________________________________________________________
33821 [  8539] By: jhi                                   on 2001/01/25  03:21:55
33822         Log: (Retracted by #5940.)
33823      Branch: maint-5.6/perl
33824            ! pod/perlfaq3.pod
33825 ____________________________________________________________________________
33826 [  8538] By: jhi                                   on 2001/01/25  03:14:07
33827         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
33828              From: Peter Prymmer <pvhp@forte.com>
33829              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
33830              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
33831              
33832              The VMS bits.
33833      Branch: maint-5.6/perl
33834            ! configure.com vms/descrip_mms.template
33835 ____________________________________________________________________________
33836 [  8537] By: jhi                                   on 2001/01/25  03:06:09
33837         Log: Integrate #7710,7824,7973 from mainline.
33838      Branch: maint-5.6/perl
33839           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
33840           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
33841           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
33842           !> vos/config.ga.def vos/config.ga.h win32/config.bc
33843           !> win32/config.gc win32/config.vc
33844 ____________________________________________________________________________
33845 [  8536] By: jhi                                   on 2001/01/24  13:50:20
33846         Log: Revert the edits made by me so far to the 5.6 branch since
33847              the TRIAL1 since I did edits when I should have been using
33848              integrates.  Bad programmer.   (Will integrate them properly later.)
33849              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
33850              The #8353 will not be reapplied at least for now since
33851              the UTF-8 hash keys need more thinking.
33852              (The patches #8347, #8354, #8454, #8473 were okay since they
33853              were original edits made specifically for the 5.6.1-TRIAL1.)
33854      Branch: maint-5.6/perl
33855            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33856            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
33857            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
33858            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
33859            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
33860            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33861            ! win32/config.bc win32/config.gc win32/config.vc
33862 ____________________________________________________________________________
33863 [  8535] By: bailey                                on 2001/01/24  06:37:02
33864         Log: SYN SYN
33865      Branch: vmsperl
33866           +> (branch 26 files)
33867           !> (integrate 130 files)
33868 ____________________________________________________________________________
33869 [  8534] By: nick                                  on 2001/01/23  19:30:57
33870         Log: Integrate mainline.
33871      Branch: perlio
33872           !> Changes Configure Porting/Glossary Porting/config.sh
33873           !> Porting/config_H embed.h embed.pl ext/Encode/compile
33874           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
33875           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
33876           !> pod/perlvar.pod proto.h t/lib/1_compile.t
33877 ____________________________________________________________________________
33878 [  8533] By: jhi                                   on 2001/01/23  16:15:46
33879         Log: Forgotten from #8501.
33880      Branch: perl
33881            ! Porting/Glossary Porting/config.sh Porting/config_H
33882 ____________________________________________________________________________
33883 [  8532] By: jhi                                   on 2001/01/23  16:13:27
33884         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
33885              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
33886              Date: Mon, 22 Jan 2001 17:51:58 +0100
33887              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
33888      Branch: perl
33889            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
33890 ____________________________________________________________________________
33891 [  8531] By: jhi                                   on 2001/01/23  15:46:01
33892         Log: Update Changes.
33893      Branch: perl
33894            ! Changes patchlevel.h
33895 ____________________________________________________________________________
33896 [  8530] By: jhi                                   on 2001/01/23  15:38:39
33897         Log: De-cut-and-pasto.
33898      Branch: perl
33899            ! t/lib/1_compile.t
33900 ____________________________________________________________________________
33901 [  8529] By: jhi                                   on 2001/01/23  15:11:04
33902         Log: Document the mkdir trailing slashes case.
33903      Branch: perl
33904            ! pod/perlfunc.pod
33905 ____________________________________________________________________________
33906 [  8528] By: jhi                                   on 2001/01/23  15:08:28
33907         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
33908              get installed:
33909              
33910              Subject: lib/lib.pm
33911              From: <abigail@foad.org>
33912              Date: Mon, 28 Aug 2000 20:35:08 -0400
33913              Message-ID: <20000829003508.21281.qmail@foad.org>
33914      Branch: perl
33915            ! installperl
33916 ____________________________________________________________________________
33917 [  8527] By: jhi                                   on 2001/01/23  14:44:04
33918         Log: Metaconfig unit change for #8526.
33919      Branch: metaconfig
33920            ! U/threads/archname.U
33921 ____________________________________________________________________________
33922 [  8526] By: jhi                                   on 2001/01/23  14:43:19
33923         Log: Attach -perlio to the archname if so selected.
33924      Branch: perl
33925            ! Configure
33926 ____________________________________________________________________________
33927 [  8525] By: jhi                                   on 2001/01/23  14:24:01
33928         Log: Subject: [PATCH] pod/perlvar.pod
33929              From: abigail@foad.org
33930              Date: Tue, 23 Jan 2001 01:41:10 +0100
33931              Message-ID: <20010123004110.22259.qmail@foad.org>
33932      Branch: perl
33933            ! pod/perlvar.pod
33934 ____________________________________________________________________________
33935 [  8524] By: jhi                                   on 2001/01/23  14:22:32
33936         Log: A bug introduced in #8217 (the undefined variable in the
33937              lib/safe1_t #3) fixed, by Charles Lane:
33938              
33939              The earlier patch made it so that stuff running in Safe
33940              compartments could do a "caller" and see "main".  That
33941              little change in name is done right before the code in
33942              the compartment is run, and apparantly the parser
33943              was picking up the stash name before it got changed.
33944              
33945              (why it was threaded vs. unthreaded Perl that was sensitive to this
33946              I still don't know...and it probably doesn't matter).
33947              
33948              I tryed removing the stash name-change and saw that threaded Perl
33949              did indeed pass the lib/safe1.t tests.
33950              
33951              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
33952              do the name change (and to connect _ in the compartment to the global
33953              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
33954              to call _safe_pkg_prep when creating a new compartment.
33955              
33956              Passes all tests with threaded perl on linux; passes all tests
33957              with unthreaded perl on VMS.
33958              
33959              At some point I'll probably want to revisit Safe and Opcode to
33960              provide more sensible handling of global variables...and to get
33961              formats working in Safe compartments, which they don't do currently.
33962      Branch: perl
33963            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
33964 ____________________________________________________________________________
33965 [  8523] By: jhi                                   on 2001/01/23  14:11:58
33966         Log: Also the lib/Thread.pm itself needs to be ignored if
33967              the Thread extension hasn't been built.
33968      Branch: perl
33969            ! t/lib/1_compile.t
33970 ____________________________________________________________________________
33971 [  8522] By: jhi                                   on 2001/01/23  13:51:28
33972         Log: print() instead of warn() so that stderr doesn't get
33973              unncessarily polluted.
33974      Branch: perl
33975            ! ext/Encode/compile
33976 ____________________________________________________________________________
33977 [  8521] By: jhi                                   on 2001/01/23  13:49:48
33978         Log: Integrate perlio.
33979      Branch: perl
33980           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
33981           !> ext/Encode/encode.h
33982 ____________________________________________________________________________
33983 [  8520] By: nick                                  on 2001/01/22  21:44:00
33984         Log: More messing with Encode:
33985              Extra fields in header to allow multiple names and to record
33986              other things "compile" knows.
33987              Re-organise compile to factor out common output routines.
33988      Branch: perlio
33989            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
33990 ____________________________________________________________________________
33991 [  8519] By: nick                                  on 2001/01/22  20:33:50
33992         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
33993      Branch: perlio
33994            ! ext/Encode/Makefile.PL ext/Encode/compile
33995 ____________________________________________________________________________
33996 [  8518] By: nick                                  on 2001/01/22  20:28:13
33997         Log: Integrate mainline
33998      Branch: perlio
33999           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
34000           !> vos/config.alpha.def vos/config.alpha.h
34001 ____________________________________________________________________________
34002 [  8517] By: jhi                                   on 2001/01/22  15:37:17
34003         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
34004              by Inaba Hiroto.
34005      Branch: perl
34006            ! sv.c
34007 ____________________________________________________________________________
34008 [  8516] By: jhi                                   on 2001/01/22  14:55:15
34009         Log: More SIG_SIZE fixes.
34010      Branch: perl
34011            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
34012 ____________________________________________________________________________
34013 [  8515] By: jhi                                   on 2001/01/22  14:50:27
34014         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
34015              From: "Craig A. Berry" <craigberry@mac.com>
34016              Date: Mon, 22 Jan 2001 00:42:24 -0600
34017              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
34018      Branch: perl
34019            ! configure.com
34020 ____________________________________________________________________________
34021 [  8514] By: jhi                                   on 2001/01/22  14:31:17
34022         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
34023              From: "Craig A. Berry" <craigberry@mac.com>
34024              Date: Sun, 21 Jan 2001 23:03:25 -0600
34025              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
34026      Branch: perl
34027            ! configure.com
34028 ____________________________________________________________________________
34029 [  8513] By: jhi                                   on 2001/01/22  14:14:00
34030         Log: Add the .ucm encoding tables to the MANIFEST.
34031      Branch: perl
34032            ! MANIFEST
34033 ____________________________________________________________________________
34034 [  8512] By: jhi                                   on 2001/01/22  13:43:33
34035         Log: Integrate perlio.
34036      Branch: perl
34037           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
34038           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
34039           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
34040           +> ext/Encode/Encode/iso8859-10.ucm
34041           +> ext/Encode/Encode/iso8859-13.ucm
34042           +> ext/Encode/Encode/iso8859-14.ucm
34043           +> ext/Encode/Encode/iso8859-15.ucm
34044           +> ext/Encode/Encode/iso8859-16.ucm
34045           +> ext/Encode/Encode/iso8859-2.ucm
34046           +> ext/Encode/Encode/iso8859-3.ucm
34047           +> ext/Encode/Encode/iso8859-4.ucm
34048           +> ext/Encode/Encode/iso8859-5.ucm
34049           +> ext/Encode/Encode/iso8859-6.ucm
34050           +> ext/Encode/Encode/iso8859-7.ucm
34051           +> ext/Encode/Encode/iso8859-8.ucm
34052           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
34053           +> ext/Encode/Encode/symbol.ucm
34054           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
34055           !> perliol.h
34056 ____________________________________________________________________________
34057 [  8511] By: nick                                  on 2001/01/21  23:44:47
34058         Log: Make "real" layers of ":utf8" and ":raw".
34059              So now PERLIO=utf8 perl ...
34060              does what Andreas wanted.
34061              Fix arg passing in open.pm (still have a Carp issue).
34062      Branch: perlio
34063            ! lib/open.pm perlio.c perliol.h
34064 ____________________________________________________________________________
34065 [  8510] By: jhi                                   on 2001/01/21  22:56:53
34066         Log: Document the regex context pushing/popping a bit better.
34067      Branch: perl
34068            ! regexec.c
34069 ____________________________________________________________________________
34070 [  8509] By: jhi                                   on 2001/01/21  22:55:44
34071         Log: Tweak the mkdir trailing slash code some more.
34072              
34073              TO DO: the same handling should probably be done for
34074              all the other filesystem functions that can have directories
34075              as their arguments.
34076      Branch: perl
34077            ! pp_sys.c
34078 ____________________________________________________________________________
34079 [  8508] By: nick                                  on 2001/01/21  21:37:43
34080         Log: Switch "compiled in" encodings to .ucm format.
34081              (Leave others as .enc till we can run-time load .ucm,
34082              or find some other way to load them.)
34083      Branch: perlio
34084            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
34085            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
34086            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
34087            + ext/Encode/Encode/iso8859-10.ucm
34088            + ext/Encode/Encode/iso8859-13.ucm
34089            + ext/Encode/Encode/iso8859-14.ucm
34090            + ext/Encode/Encode/iso8859-15.ucm
34091            + ext/Encode/Encode/iso8859-16.ucm
34092            + ext/Encode/Encode/iso8859-2.ucm
34093            + ext/Encode/Encode/iso8859-3.ucm
34094            + ext/Encode/Encode/iso8859-4.ucm
34095            + ext/Encode/Encode/iso8859-5.ucm
34096            + ext/Encode/Encode/iso8859-6.ucm
34097            + ext/Encode/Encode/iso8859-7.ucm
34098            + ext/Encode/Encode/iso8859-8.ucm
34099            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
34100            + ext/Encode/Encode/symbol.ucm
34101            ! ext/Encode/Makefile.PL ext/Encode/compile
34102 ____________________________________________________________________________
34103 [  8507] By: nick                                  on 2001/01/21  21:02:03
34104         Log: Integrate (partial) mainline.
34105      Branch: perlio
34106           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
34107           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
34108           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34109 ____________________________________________________________________________
34110 [  8506] By: jhi                                   on 2001/01/21  20:09:30
34111         Log: Update Changes.
34112      Branch: perl
34113            ! Changes patchlevel.h
34114 ____________________________________________________________________________
34115 [  8505] By: jhi                                   on 2001/01/21  19:39:59
34116         Log: Subject: Minor typos in perlfaq2.pod
34117              From: "Stephen P. Potter" <spp@spotter.yi.org>
34118              Message-Id: <200101192101.QAA11911@spotter.yi.org>
34119              Date: Fri, 19 Jan 2001 16:01:13 -0500
34120              
34121              with a nit from Philip Netwon.
34122      Branch: perl
34123            ! pod/perlfaq2.pod
34124 ____________________________________________________________________________
34125 [  8504] By: jhi                                   on 2001/01/21  19:33:05
34126         Log: Metaconfig change for #8503.
34127      Branch: metaconfig
34128            ! U/threads/usethreads.U
34129 ____________________________________________________________________________
34130 [  8503] By: jhi                                   on 2001/01/21  19:32:21
34131         Log: Sanity check for conflicting thread flavours.
34132      Branch: perl
34133            ! Configure config_h.SH
34134 ____________________________________________________________________________
34135 [  8502] By: jhi                                   on 2001/01/21  19:23:00
34136         Log: Metaconfig change for #8501.
34137      Branch: metaconfig
34138            ! U/modified/sig_name.U
34139 ____________________________________________________________________________
34140 [  8501] By: jhi                                   on 2001/01/21  19:22:26
34141         Log: The SIG_SIZE is the number of the elements *excluding*
34142              the terminating NULL.
34143      Branch: perl
34144            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
34145            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
34146            ! win32/config_H.vc
34147 ____________________________________________________________________________
34148 [  8500] By: jhi                                   on 2001/01/21  18:31:31
34149         Log: Integrate perlio.
34150      Branch: perl
34151           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
34152           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
34153           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
34154           !> pp_sys.c proto.h sv.c
34155 ____________________________________________________________________________
34156 [  8499] By: jhi                                   on 2001/01/21  17:43:57
34157         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
34158              From: Hugo <hv@crypt.compulink.co.uk>
34159              Date: Sun, 21 Jan 2001 13:34:05 +0000
34160              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
34161              
34162              In sprintf UTF8ize only if necessary.
34163      Branch: perl
34164            ! sv.c
34165 ____________________________________________________________________________
34166 [  8498] By: nick                                  on 2001/01/21  16:25:32
34167         Log: Encode cleanup.
34168              Add command line control over "compile" so that Makefile.PL
34169              needs can be combined with other uses.
34170              Use command line options in Makefile.PL.
34171              Fix multi-byte parsing in .ucm files.
34172      Branch: perlio
34173            ! ext/Encode/Makefile.PL ext/Encode/compile
34174 ____________________________________________________________________________
34175 [  8497] By: nick                                  on 2001/01/21  12:56:27
34176         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
34177      Branch: perlio
34178            ! ext/Encode/Encode.xs
34179 ____________________________________________________________________________
34180 [  8496] By: nick                                  on 2001/01/21  12:18:45
34181         Log: Fixup after integrate:
34182              missed the .sym files that are changed by regen_headers
34183              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
34184      Branch: perlio
34185            ! global.sym pp.sym sv.c
34186 ____________________________________________________________________________
34187 [  8495] By: nick                                  on 2001/01/21  11:51:07
34188         Log: Integrate mainline.
34189      Branch: perlio
34190           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
34191           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
34192           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
34193           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
34194           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
34195           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
34196           !> win32/Makefile win32/makefile.mk
34197 ____________________________________________________________________________
34198 [  8494] By: jhi                                   on 2001/01/20  23:12:11
34199         Log: Forgot the expect_number() prototype.
34200      Branch: perl
34201            ! embed.h embed.pl proto.h
34202 ____________________________________________________________________________
34203 [  8493] By: jhi                                   on 2001/01/20  22:56:39
34204         Log: Subject: [PATCH: perl@8482] README.vms URL updates
34205              From: Peter Prymmer <pvhp@forte.com>
34206              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
34207              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
34208              
34209              Plus Craig A. Berry's suggestion to use compaq.com instead
34210              of digital.com.
34211      Branch: perl
34212            ! README.vms
34213 ____________________________________________________________________________
34214 [  8492] By: jhi                                   on 2001/01/20  22:50:05
34215         Log: Memory management calls documentation.
34216      Branch: perl
34217            ! pod/perlguts.pod
34218 ____________________________________________________________________________
34219 [  8491] By: jhi                                   on 2001/01/20  22:38:33
34220         Log: Signedness nit plus few memcpy/Copy nits.
34221      Branch: perl
34222            ! sv.c
34223 ____________________________________________________________________________
34224 [  8490] By: jhi                                   on 2001/01/20  22:25:53
34225         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
34226              From: Peter Prymmer <pvhp@forte.com>
34227              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
34228              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
34229      Branch: perl
34230            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
34231 ____________________________________________________________________________
34232 [  8489] By: jhi                                   on 2001/01/20  22:24:41
34233         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
34234              From: Peter Prymmer <pvhp@forte.com>
34235              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
34236              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
34237      Branch: perl
34238            ! win32/Makefile win32/makefile.mk
34239 ____________________________________________________________________________
34240 [  8488] By: jhi                                   on 2001/01/20  22:22:27
34241         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
34242              From: Peter Prymmer <pvhp@forte.com>
34243              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
34244              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
34245      Branch: perl
34246            ! Makefile.SH
34247 ____________________________________________________________________________
34248 [  8487] By: jhi                                   on 2001/01/20  22:21:18
34249         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
34250              From: Peter Prymmer <pvhp@forte.com>
34251              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
34252              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
34253      Branch: perl
34254            + ext/DynaLoader/dl_dllload.xs
34255            ! MANIFEST Makefile.SH hints/os390.sh
34256 ____________________________________________________________________________
34257 [  8486] By: jhi                                   on 2001/01/20  22:17:53
34258         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
34259              From: Peter Prymmer <pvhp@forte.com>
34260              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
34261              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
34262      Branch: perl
34263            ! README.os390 README.posix-bc
34264 ____________________________________________________________________________
34265 [  8485] By: jhi                                   on 2001/01/20  20:15:30
34266         Log: Document and test the new qu operator.
34267      Branch: perl
34268            + t/op/qu.t
34269            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
34270            ! pod/perlretut.pod pod/perlunicode.pod
34271 ____________________________________________________________________________
34272 [  8484] By: nick                                  on 2001/01/20  19:42:30
34273         Log: Infrastructure to allow:
34274              open($fh,"|-",@array);
34275              to be implemented
34276              i.e. mark pp_open as needing a stack mark, and make pp_open
34277              process its args in that style (and pass them _all_ to tied handles OPEN).
34278              Invent do_openn() which takes SV ** at allow it to see multiple args.
34279              Note this does not _do_ anything yet.
34280      Branch: perlio
34281            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
34282            ! perlapi.c pp_proto.h pp_sys.c proto.h
34283 ____________________________________________________________________________
34284 [  8483] By: nick                                  on 2001/01/20  17:23:14
34285         Log: Integrate mainline.
34286      Branch: perlio
34287           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
34288           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
34289 ____________________________________________________________________________
34290 [  8482] By: jhi                                   on 2001/01/19  15:37:49
34291         Log: Update Changes.
34292      Branch: perl
34293            ! Changes patchlevel.h
34294 ____________________________________________________________________________
34295 [  8481] By: jhi                                   on 2001/01/19  14:41:24
34296         Log: Subject: Re: new feature: s?printf parameter reordering 
34297              From: Hugo <hv@crypt.compulink.co.uk>
34298              Date: Thu, 11 Jan 2001 17:09:03 +0000
34299              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
34300              
34301              - support reordering for all parameters: %, *v, *, .*
34302              - lay down that the reordering specification must immediately
34303              follow that parameter: %3$, *v3$, *3$, .*3$
34304              - fix vectorisation of a zero-length string
34305              - factor out the code choosing the argument to format
34306              
34307              Possibly unwanted side-effects:
34308              - the special format specifiers ' +-0' must now precede any
34309              vectorisation specifier. Tests in op/sprintf and op/ver
34310              have been changed to reflect this.
34311              - sprintf.t test #214 changed its expectations because in many
34312              cases, the next parameter has already been consumed when an
34313              invalid type letter is detected.
34314              
34315              Probably wanted side-effects:
34316              - attempts to format a non-existent parameter will warn as if C<undef>
34317              - attempt to write to non-existent parameter with '%n' will complain
34318              of "attempt to modify read-only value" instead of being silent
34319      Branch: perl
34320            ! sv.c t/op/sprintf.t t/op/ver.t
34321 ____________________________________________________________________________
34322 [  8480] By: jhi                                   on 2001/01/19  14:08:37
34323         Log: Subject: PATCH pragma/locale.t
34324              From: andreas.koenig@anima.de (Andreas J. Koenig)
34325              Date: 18 Jan 2001 09:45:37 +0100
34326              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
34327      Branch: perl
34328            ! t/pragma/locale.t
34329 ____________________________________________________________________________
34330 [  8479] By: jhi                                   on 2001/01/19  13:19:58
34331         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
34332      Branch: perl
34333            ! configure.com
34334 ____________________________________________________________________________
34335 [  8478] By: jhi                                   on 2001/01/19  02:12:35
34336         Log: Automate 1_compile.t.
34337      Branch: perl
34338            ! t/lib/1_compile.t
34339 ____________________________________________________________________________
34340 [  8477] By: jhi                                   on 2001/01/19  01:49:56
34341         Log: Integrate perlio.
34342      Branch: perl
34343           !> sv.c win32/config.bc win32/config.gc win32/config.vc
34344           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34345 ____________________________________________________________________________
34346 [  8476] By: nick                                  on 2001/01/18  21:51:52
34347         Log: Integrate mainline
34348      Branch: perlio
34349           +> t/lib/1_compile.t t/lib/compmod.pl
34350           !> MANIFEST configure.com lib/unicode/distinct.pm
34351 ____________________________________________________________________________
34352 [  8475] By: nick                                  on 2001/01/18  21:48:02
34353         Log: Win32 "safe signals" co-existance fix.
34354              Fix SIG_SIZE value.
34355              Clear PL_sig_pending when cloning (fork).
34356      Branch: perlio
34357            ! sv.c win32/config.bc win32/config.gc win32/config.vc
34358            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34359 ____________________________________________________________________________
34360 [  8474] By: jhi                                   on 2001/01/18  14:40:57
34361         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
34362      Branch: perl
34363            ! t/lib/1_compile.t
34364 ____________________________________________________________________________
34365 [  8473] By: gsar                                  on 2001/01/18  11:42:31
34366         Log: unsubmitted trial1 change
34367      Branch: maint-5.6/perl
34368            ! Changes
34369 ____________________________________________________________________________
34370 [  8472] By: jhi                                   on 2001/01/18  04:30:24
34371         Log: The first bug found by 1_compile.t.
34372      Branch: perl
34373            ! lib/unicode/distinct.pm
34374 ____________________________________________________________________________
34375 [  8471] By: jhi                                   on 2001/01/18  04:29:42
34376         Log: Add Schwern's 1_compile test.  The compile_module script renamed
34377              to be a bit shorter for the 8.3 people.
34378      Branch: perl
34379            + t/lib/1_compile.t t/lib/compmod.pl
34380            ! MANIFEST
34381 ____________________________________________________________________________
34382 [  8470] By: jhi                                   on 2001/01/18  04:16:00
34383         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)
34384              From: Peter Prymmer <pvhp@forte.com>
34385              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
34386              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
34387              Replace #8463.
34388      Branch: maint-5.6/perl
34389            ! configure.com
34390 ____________________________________________________________________________
34391 [  8469] By: jhi                                   on 2001/01/18  04:13:02
34392         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)
34393              From: Peter Prymmer <pvhp@forte.com>
34394              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
34395              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
34396              Replace #8462.
34397      Branch: perl
34398            ! configure.com
34399 ____________________________________________________________________________
34400 [  8468] By: jhi                                   on 2001/01/18  03:42:08
34401         Log: Integrate perlio.
34402      Branch: perl
34403           !> gv.c mg.c perlio.c util.c
34404 ____________________________________________________________________________
34405 [  8467] By: nick                                  on 2001/01/17  22:41:10
34406         Log: "Safe" signals - trial implementation.
34407              gv.c tweaked to zero PL_sig_pend array
34408              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
34409              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
34410              Odd thing is that it "works" with PERLIO=stdio as well (linux).
34411      Branch: perlio
34412            ! gv.c mg.c perlio.c util.c
34413 ____________________________________________________________________________
34414 [  8466] By: nick                                  on 2001/01/17  20:40:20
34415         Log: Integrate mainline.
34416      Branch: perlio
34417           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34418           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
34419           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
34420           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34421           !> vos/config.ga.h win32/config.bc win32/config.gc
34422           !> win32/config.vc
34423 ____________________________________________________________________________
34424 [  8465] By: jhi                                   on 2001/01/17  18:37:13
34425         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
34426              From: Nicholas Clark <nick@ccl4.org>
34427              Date: Wed, 17 Jan 2001 17:31:33 +0000
34428              Message-ID: <20010117173133.I2633@plum.flirble.org>
34429      Branch: perl
34430            ! t/op/int.t
34431 ____________________________________________________________________________
34432 [  8464] By: jhi                                   on 2001/01/17  14:43:17
34433         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
34434              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34435              Date: Wed, 17 Jan 2001 15:16:43 +0100
34436              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
34437              
34438              pp_int() was dropping an NV to the floor,
34439              int(279964589018079/59) either returned not an integer
34440              4745162525730.15, or one got "Attempt to free unreferenced scalar."
34441      Branch: perl
34442            ! pp.c
34443 ____________________________________________________________________________
34444 [  8463] By: jhi                                   on 2001/01/17  06:12:42
34445         Log: (Replaced by #8470)
34446              
34447              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)
34448              From: "Craig A. Berry" <craigberry@mac.com>
34449              Date: Tue, 16 Jan 2001 23:38:46 -0600
34450              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
34451      Branch: maint-5.6/perl
34452            ! configure.com
34453 ____________________________________________________________________________
34454 [  8462] By: jhi                                   on 2001/01/17  06:11:31
34455         Log: (Replaced by #8469)
34456              
34457              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)
34458              From: "Craig A. Berry" <craigberry@mac.com>
34459              Date: Tue, 16 Jan 2001 23:38:46 -0600
34460              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
34461      Branch: perl
34462            ! configure.com
34463 ____________________________________________________________________________
34464 [  8461] By: jhi                                   on 2001/01/17  05:56:12
34465         Log: Allow for one trailing slash in the directory of mkdir().
34466      Branch: perl
34467            ! pp_sys.c
34468 ____________________________________________________________________________
34469 [  8460] By: jhi                                   on 2001/01/17  03:26:01
34470         Log: Metaconfig unit changes for #8459.
34471      Branch: metaconfig
34472            ! U/modified/Loc.U U/modified/sig_name.U
34473 ____________________________________________________________________________
34474 [  8459] By: jhi                                   on 2001/01/17  03:24:48
34475         Log: Define SIG_SIZE, the number of elements in the sig_name and
34476              sig_num arrays, including the final NULL entry.
34477      Branch: perl
34478            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34479            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
34480            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
34481            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34482            ! win32/config.bc win32/config.gc win32/config.vc
34483 ____________________________________________________________________________
34484 [  8458] By: jhi                                   on 2001/01/17  01:41:33
34485         Log: Integrate perlio.
34486      Branch: perl
34487           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
34488           !> perlapi.h proto.h sv.c
34489 ____________________________________________________________________________
34490 [  8457] By: nick                                  on 2001/01/16  22:07:26
34491         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
34492              Provides all the "cost" but no benefit yet - it is to allow cost
34493              to be measured, and implementation experiments (just in mg.c?).
34494      Branch: perlio
34495            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
34496            ! perlapi.h proto.h sv.c
34497 ____________________________________________________________________________
34498 [  8456] By: nick                                  on 2001/01/16  21:07:07
34499         Log: Integrate mainline.
34500      Branch: perlio
34501           !> (integrate 51 files)
34502 ____________________________________________________________________________
34503 [  8455] By: jhi                                   on 2001/01/16  18:13:43
34504         Log: Subject: [PATCH] regcomp.c old feature removal
34505              From: mjd@plover.com
34506              Date: 16 Jan 2001 14:43:18 -0000 
34507              Message-ID: <20010116144318.7140.qmail@plover.com> 
34508      Branch: perl
34509            ! regcomp.c
34510 ____________________________________________________________________________
34511 [  8454] By: jhi                                   on 2001/01/16  16:12:39
34512         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
34513              From: "Indy Singh" <indy@nusphere.com>
34514              Date: Wed, 10 Jan 2001 20:17:49 -0500
34515              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
34516      Branch: maint-5.6/perl
34517            ! win32/Makefile
34518 ____________________________________________________________________________
34519 [  8453] By: jhi                                   on 2001/01/16  16:09:33
34520         Log: Update Changes.
34521      Branch: perl
34522            ! Changes patchlevel.h
34523 ____________________________________________________________________________
34524 [  8452] By: jhi                                   on 2001/01/16  15:42:04
34525         Log: Subject: Re: API Cleanup
34526              To: perl5-porters@perl.org
34527              Date: Tue, 16 Jan 2001 13:42:30 +0000
34528              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
34529              
34530              Subject: [PATCH] utf8.c documentation
34531              From: Simon Cozens <simon@cozens.net>
34532              Date: Tue, 16 Jan 2001 13:52:48 +0000
34533              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
34534              
34535              Subject: Re: API Cleanup
34536              From: Simon Cozens <simon@cozens.net>
34537              Date: Tue, 16 Jan 2001 14:58:55 +0000
34538              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
34539              
34540              UTF-8 doc patches.
34541      Branch: perl
34542            ! embed.pl pod/perlapi.pod utf8.c
34543 ____________________________________________________________________________
34544 [  8451] By: jhi                                   on 2001/01/16  14:41:39
34545         Log: podlators 1.07, from Russ Allbery.
34546      Branch: perl
34547            ! lib/Pod/Man.pm
34548 ____________________________________________________________________________
34549 [  8450] By: jhi                                   on 2001/01/16  14:24:19
34550         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
34551              From: "Indy Singh" <indy@nusphere.com>
34552              Date: Mon, 15 Jan 2001 20:59:40 -0500
34553              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
34554      Branch: perl
34555            ! win32/Makefile
34556 ____________________________________________________________________________
34557 [  8449] By: jhi                                   on 2001/01/16  03:42:55
34558         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
34559              at the setting of the ofs_sv in new_struct_thread() as the
34560              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
34561              that invited a core dump.
34562      Branch: perl
34563            ! util.c
34564 ____________________________________________________________________________
34565 [  8448] By: jhi                                   on 2001/01/16  01:49:07
34566         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
34567              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34568              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
34569              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
34570              
34571              Replace #8444 and #8445.
34572      Branch: perl
34573            ! ext/B/B.xs ext/B/B/Debug.pm
34574 ____________________________________________________________________________
34575 [  8447] By: jhi                                   on 2001/01/15  21:05:35
34576         Log: Subject: [PATCH] API Variable documentation   
34577              From: Simon Cozens <simon@cozens.net>
34578              Date: Mon, 15 Jan 2001 19:35:54 +0000
34579              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
34580      Branch: perl
34581            ! pod/perlapi.pod thrdvar.h
34582 ____________________________________________________________________________
34583 [  8446] By: jhi                                   on 2001/01/15  20:49:20
34584         Log: Signedness nit.
34585      Branch: perl
34586            ! pp_ctl.c
34587 ____________________________________________________________________________
34588 [  8445] By: jhi                                   on 2001/01/15  20:28:48
34589         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
34590      Branch: perl
34591            ! ext/B/B/Debug.pm
34592 ____________________________________________________________________________
34593 [  8444] By: jhi                                   on 2001/01/15  13:09:10
34594         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
34595      Branch: perl
34596            ! ext/B/B.xs
34597 ____________________________________________________________________________
34598 [  8443] By: jhi                                   on 2001/01/15  13:06:26
34599         Log: Missing from #8439.
34600      Branch: perl
34601            ! keywords.h mg.c
34602 ____________________________________________________________________________
34603 [  8442] By: jhi                                   on 2001/01/15  13:02:38
34604         Log: Subject: [PATCH @8436] Eliminate op_children
34605              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34606              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
34607              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
34608              
34609              Subject: [PATCH @8436] Re: Eliminate op_children
34610              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34611              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
34612              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
34613      Branch: perl
34614            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
34615            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
34616            ! op.c op.h
34617 ____________________________________________________________________________
34618 [  8441] By: jhi                                   on 2001/01/15  12:57:08
34619         Log: Use the /^Perl_/-less form of is_lvalue_sub().
34620      Branch: perl
34621            ! pp.h
34622 ____________________________________________________________________________
34623 [  8440] By: jhi                                   on 2001/01/15  05:13:09
34624         Log: Revert #8437 and #8438, the Linux large files story is more complex.
34625      Branch: metaconfig/U/perl
34626            ! d_fpos64_t.U d_off64_t.U
34627      Branch: perl
34628            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34629            ! config_h.SH configure.com epoc/config.sh perl.h
34630            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
34631            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34632            ! win32/config.bc win32/config.gc win32/config.vc
34633 ____________________________________________________________________________
34634 [  8439] By: jhi                                   on 2001/01/15  05:02:24
34635         Log: More UTF-8 patches from Inaba Hiroto.
34636              - The substr lval was still not okay.
34637              - Now pp_stringify and sv_setsv copies source's UTF8 flag
34638              even if IN_BYTE.  pp_stringify is called from fold_constants
34639              at optimization phase and "\x{100}" was made SvUTF8_off under
34640              use bytes (the bytes pragma is for "byte semantics" and not
34641              for "do not produce UTF8 data")
34642              - New `qu' operator to generate UTF8 string explicitly.
34643              Though I agree with the policy "0x00-0xff always produce bytes",
34644              sometimes want to such a string to be coded in UTF8.
34645              I can use pack"U0a*" but it requires more typing and has
34646              runtime overhead.
34647              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
34648              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
34649              string is not UTF8_on and has char 0x80-0xff.
34650              
34651              TODO: document and test qu.
34652      Branch: perl
34653            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
34654            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
34655            ! toke.c
34656 ____________________________________________________________________________
34657 [  8438] By: jhi                                   on 2001/01/14  05:10:23
34658         Log: Metaconfig unit changes for #8437.
34659      Branch: metaconfig/U/perl
34660            ! d_fpos64_t.U d_off64_t.U
34661 ____________________________________________________________________________
34662 [  8437] By: jhi                                   on 2001/01/14  04:55:34
34663         Log: Add <features.h> probing, seems to be needed for (some?)
34664              Linux largefileness.
34665      Branch: perl
34666            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34667            ! config_h.SH configure.com epoc/config.sh perl.h
34668            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
34669            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34670            ! win32/config.bc win32/config.gc win32/config.vc
34671 ____________________________________________________________________________
34672 [  8436] By: jhi                                   on 2001/01/13  17:47:21
34673         Log: Tighten some of the tests a bit.
34674      Branch: perl
34675            ! t/pragma/utf8.t
34676 ____________________________________________________________________________
34677 [  8435] By: jhi                                   on 2001/01/13  17:31:54
34678         Log: Integrate perlio.
34679      Branch: perl
34680           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
34681           !> win32/config_H.gc win32/config_H.vc
34682 ____________________________________________________________________________
34683 [  8434] By: nick                                  on 2001/01/13  11:36:53
34684         Log: Run dmake regen_config_h for Win32
34685      Branch: perlio
34686            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34687 ____________________________________________________________________________
34688 [  8433] By: nick                                  on 2001/01/13  11:31:55
34689         Log: VMS friendly patch to Encode compile process
34690      Branch: perlio
34691            ! ext/Encode/Makefile.PL ext/Encode/compile
34692 ____________________________________________________________________________
34693 [  8432] By: nick                                  on 2001/01/13  11:06:44
34694         Log: Integrate mainline
34695      Branch: perlio
34696           +> ext/B/B/Concise.pm
34697           !> (integrate 52 files)
34698 ____________________________________________________________________________
34699 [  8431] By: jhi                                   on 2001/01/13  05:55:55
34700         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
34701              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34702              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
34703              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
34704      Branch: perl
34705            ! ext/B/B/Concise.pm
34706 ____________________________________________________________________________
34707 [  8430] By: jhi                                   on 2001/01/13  04:24:18
34708         Log: The LVRET macro needed an aTHX.
34709      Branch: perl
34710            ! pp.h
34711 ____________________________________________________________________________
34712 [  8429] By: jhi                                   on 2001/01/13  02:12:42
34713         Log: Update Changes.
34714      Branch: perl
34715            ! Changes patchlevel.h
34716 ____________________________________________________________________________
34717 [  8428] By: jhi                                   on 2001/01/13  02:08:50
34718         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
34719              From: Peter Prymmer <pvhp@forte.com>
34720              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
34721              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
34722              
34723              Add a BEGIN guard for sloppy floating point division.
34724      Branch: perl
34725            ! lib/Math/BigInt.pm lib/bigint.pl
34726 ____________________________________________________________________________
34727 [  8427] By: jhi                                   on 2001/01/13  01:47:16
34728         Log: The B::Terse drop-in replacement wasn't quite drop-in.
34729      Branch: perl
34730            ! ext/B/B/Terse.pm
34731 ____________________________________________________________________________
34732 [  8426] By: jhi                                   on 2001/01/12  21:20:43
34733         Log: Use UVXf.
34734      Branch: perl
34735            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34736            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
34737            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
34738            ! vos/config.ga.def vos/config.ga.h win32/config.bc
34739            ! win32/config.gc win32/config.vc
34740 ____________________________________________________________________________
34741 [  8425] By: jhi                                   on 2001/01/12  20:20:14
34742         Log: Subject: [PATCH perl@8342] -Wformat
34743              From: Robin Barker <rmb1@cise.npl.co.uk>
34744              Date: Fri, 12 Jan 2001 20:03:14 GMT
34745              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
34746      Branch: perl
34747            ! ext/Encode/Encode.xs mg.c sv.c toke.c
34748 ____________________________________________________________________________
34749 [  8424] By: jhi                                   on 2001/01/12  20:01:48
34750         Log: Subject: B::Concise -- an improved replacement for B::Terse 
34751              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34752              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
34753              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
34754      Branch: perl
34755            + ext/B/B/Concise.pm
34756            ! MANIFEST ext/B/B/Terse.pm
34757 ____________________________________________________________________________
34758 [  8423] By: jhi                                   on 2001/01/12  19:24:02
34759         Log: The new metaconfig unit from the #8421.
34760      Branch: metaconfig/U/perl
34761            + d_sigprocmask.U
34762 ____________________________________________________________________________
34763 [  8422] By: jhi                                   on 2001/01/12  19:23:43
34764         Log: Forgot the microperl config from the #8421.
34765      Branch: perl
34766            ! uconfig.h uconfig.sh
34767 ____________________________________________________________________________
34768 [  8421] By: jhi                                   on 2001/01/12  19:05:27
34769         Log: Add sigprocmask() probe, regen Configure, regen toc.
34770      Branch: perl
34771            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34772            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
34773            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34774            ! vos/config.ga.h win32/config.bc win32/config.gc
34775            ! win32/config.vc
34776 ____________________________________________________________________________
34777 [  8420] By: jhi                                   on 2001/01/12  18:34:31
34778         Log: Add sockatmark() to the todo list.
34779      Branch: perl
34780            ! Todo-5.6
34781 ____________________________________________________________________________
34782 [  8419] By: jhi                                   on 2001/01/12  18:09:46
34783         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
34784      Branch: perl
34785            ! op.c
34786 ____________________________________________________________________________
34787 [  8418] By: jhi                                   on 2001/01/12  18:05:30
34788         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
34789              From: Radu Greab <radu@netsoft.ro>
34790              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
34791              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
34792      Branch: perl
34793            ! op.c t/pragma/sub_lval.t
34794 ____________________________________________________________________________
34795 [  8417] By: jhi                                   on 2001/01/12  16:09:09
34796         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
34797              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
34798              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
34799              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
34800      Branch: perl
34801            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
34802            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
34803            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
34804            ! t/pragma/sub_lval.t toke.c
34805 ____________________________________________________________________________
34806 [  8416] By: jhi                                   on 2001/01/12  15:42:06
34807         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
34808              From: "Richard Soderberg" <rs@crystalflame.net>
34809              Date: Fri, 12 Jan 2001 04:49:35 -0800
34810              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
34811              
34812              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
34813              according to the platform.
34814      Branch: perl
34815            ! op.c
34816 ____________________________________________________________________________
34817 [  8415] By: jhi                                   on 2001/01/12  15:33:41
34818         Log: One more UTF-8 fix from Inaba Hiroto.
34819      Branch: perl
34820            ! pp.c regexec.c t/pragma/utf8.t
34821 ____________________________________________________________________________
34822 [  8414] By: jhi                                   on 2001/01/12  15:30:18
34823         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
34824      Branch: perl
34825            ! regexec.c
34826 ____________________________________________________________________________
34827 [  8413] By: jhi                                   on 2001/01/12  15:22:10
34828         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
34829              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34830              Date: Thu, 11 Jan 2001 12:53:36 +0100
34831              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
34832      Branch: perl
34833            ! toke.c
34834 ____________________________________________________________________________
34835 [  8412] By: jhi                                   on 2001/01/12  15:20:25
34836         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
34837              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34838              Date: Fri, 12 Jan 2001 14:37:55 +0100
34839              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
34840      Branch: perl
34841            ! hints/posix-bc.sh
34842 ____________________________________________________________________________
34843 [  8411] By: jhi                                   on 2001/01/12  15:14:14
34844         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
34845              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34846              Date: Fri, 12 Jan 2001 10:42:21 +0100
34847              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
34848      Branch: perl
34849            ! t/op/regmesg.t
34850 ____________________________________________________________________________
34851 [  8410] By: jhi                                   on 2001/01/12  05:48:55
34852         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
34853              From: Nicholas Clark <nick@ccl4.org> 
34854              Date: Sun, 7 Jan 2001 19:47:14 +0000
34855              Message-ID: <20010107194714.B1048@plum.flirble.org>
34856      Branch: perl
34857            ! t/op/numconvert.t
34858 ____________________________________________________________________________
34859 [  8409] By: jhi                                   on 2001/01/12  05:41:28
34860         Log: Integrate perlio.
34861      Branch: perl
34862           !> mg.c scope.h
34863 ____________________________________________________________________________
34864 [  8408] By: nick                                  on 2001/01/11  22:43:28
34865         Log: Remove variables that were used in experiments.
34866      Branch: perlio
34867            ! mg.c
34868 ____________________________________________________________________________
34869 [  8407] By: nick                                  on 2001/01/11  20:57:44
34870         Log: Catch die in %SIG handler and unblock the signal before re-dying.
34871              This make Linux work _without_ sigsetjmp().
34872              Turn off sigsetjmp() to see what else it does.
34873              May need Configure probe for sigprocmask() if anything has sigaction()
34874              but not sigprocmask().
34875      Branch: perlio
34876            ! mg.c scope.h
34877 ____________________________________________________________________________
34878 [  8406] By: nick                                  on 2001/01/11  19:32:07
34879         Log: Integrate mainline
34880      Branch: perlio
34881           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
34882           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
34883           !> t/op/substr.t
34884 ____________________________________________________________________________
34885 [  8405] By: jhi                                   on 2001/01/11  17:11:01
34886         Log: Fix UTF-8 lval substr().
34887      Branch: perl
34888            ! mg.c t/op/substr.t
34889 ____________________________________________________________________________
34890 [  8404] By: jhi                                   on 2001/01/11  05:13:58
34891         Log: Update Changes.
34892      Branch: perl
34893            ! Changes patchlevel.h
34894 ____________________________________________________________________________
34895 [  8403] By: jhi                                   on 2001/01/11  04:38:24
34896         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
34897              From: Hugo <hv@crypt.compulink.co.uk>
34898              Date: Mon, 30 Oct 2000 01:33:26 +0000
34899              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
34900      Branch: perl
34901            ! regexec.c t/op/re_tests
34902 ____________________________________________________________________________
34903 [  8402] By: jhi                                   on 2001/01/11  04:26:12
34904         Log: Integrate perlio.
34905      Branch: perl
34906           !> scope.h util.c
34907 ____________________________________________________________________________
34908 [  8401] By: nick                                  on 2001/01/10  22:52:55
34909         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
34910              (So Alan and Ilya can try setting via hints.)
34911              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
34912              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
34913              doing the save everywhere seems to restart read() correctly, but just
34914              doing it once "round" the handler does not.
34915      Branch: perlio
34916            ! scope.h
34917 ____________________________________________________________________________
34918 [  8400] By: jhi                                   on 2001/01/10  21:57:54
34919         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
34920              of IRIX, HP-UX is unaffected.
34921      Branch: perl
34922            ! perl.h
34923 ____________________________________________________________________________
34924 [  8399] By: nick                                  on 2001/01/10  21:29:19
34925         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
34926      Branch: perlio
34927            ! util.c
34928 ____________________________________________________________________________
34929 [  8398] By: jhi                                   on 2001/01/10  20:55:31
34930         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
34931              also have ReusePort.
34932      Branch: perl
34933            ! ext/IO/lib/IO/Socket/INET.pm
34934 ____________________________________________________________________________
34935 [  8397] By: jhi                                   on 2001/01/10  20:50:57
34936         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
34937              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
34938              Date: Wed, 10 Jan 2001 01:38:13 -0800
34939              Message-ID: <20010110013813.B41744@yahoo-inc.com>
34940      Branch: perl
34941            ! ext/IO/lib/IO/Socket/INET.pm
34942 ____________________________________________________________________________
34943 [  8396] By: jhi                                   on 2001/01/10  20:49:30
34944         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
34945              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
34946              Date: Wed, 10 Jan 2001 01:37:32 -0800
34947              Message-ID: <20010110013732.A41744@yahoo-inc.com>
34948      Branch: perl
34949            ! ext/Socket/Socket.pm
34950 ____________________________________________________________________________
34951 [  8395] By: jhi                                   on 2001/01/10  20:41:37
34952         Log: Test for bug id 20010105.016 (fixed by #8378).
34953      Branch: perl
34954            ! t/op/split.t
34955 ____________________________________________________________________________
34956 [  8394] By: jhi                                   on 2001/01/10  20:26:32
34957         Log: Integrate perlio.
34958      Branch: perl
34959            ! util.c
34960 ____________________________________________________________________________
34961 [  8393] By: nick                                  on 2001/01/10  19:34:30
34962         Log: Back out Simon's pid hackery for now.
34963      Branch: perlio
34964            ! util.c
34965 ____________________________________________________________________________
34966 [  8392] By: nick                                  on 2001/01/10  19:23:13
34967         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
34968      Branch: perlio
34969           !> (integrate 29 files)
34970 ____________________________________________________________________________
34971 [  8391] By: jhi                                   on 2001/01/10  18:43:15
34972         Log: Subject: [PATCH] Fix my_pclose segfault
34973              From: Simon Cozens <simon@cozens.net>
34974              Date: Wed, 10 Jan 2001 18:39:35 +0000
34975              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
34976      Branch: perl
34977            ! util.c
34978 ____________________________________________________________________________
34979 [  8390] By: jhi                                   on 2001/01/10  18:42:08
34980         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
34981              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34982              Date:     Wed, 10 Jan 2001 13:23:02 EST
34983              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
34984      Branch: perl
34985            ! ext/Opcode/Opcode.xs
34986 ____________________________________________________________________________
34987 [  8389] By: jhi                                   on 2001/01/10  15:16:07
34988         Log: Turn off the integer preservation for now.
34989      Branch: perl
34990            ! perl.h
34991 ____________________________________________________________________________
34992 [  8388] By: jhi                                   on 2001/01/10  15:01:25
34993         Log: Few more IDE/editor nits from p5p.
34994      Branch: perl
34995            ! pod/perlfaq3.pod
34996 ____________________________________________________________________________
34997 [  8387] By: jhi                                   on 2001/01/10  06:53:16
34998         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
34999              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
35000              Date: Tue, 9 Jan 2001 23:16:02 +0000
35001              Message-ID: <20010109231602.A81101@plum.flirble.org>
35002      Branch: perl
35003            ! sv.c
35004 ____________________________________________________________________________
35005 [  8386] By: jhi                                   on 2001/01/10  03:17:54
35006         Log: Test cases for #8385 (from Simon's "torture.pl")
35007      Branch: perl
35008            ! t/op/tr.t
35009 ____________________________________________________________________________
35010 [  8385] By: jhi                                   on 2001/01/10  03:17:11
35011         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
35012              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
35013              Date: Wed, 10 Jan 2001 11:39:39 +0900
35014              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
35015              
35016              Some more UTF-8 tr cases fixed.
35017      Branch: perl
35018            ! doop.c
35019 ____________________________________________________________________________
35020 [  8384] By: jhi                                   on 2001/01/09  22:45:40
35021         Log: Allow the locale test needing POSIX and the taint test
35022              needing IPC::SysV to run under 'minitest' (basically,
35023              bail out if loading the extension fails)
35024      Branch: perl
35025            ! t/op/misc.t t/op/taint.t
35026 ____________________________________________________________________________
35027 [  8383] By: jhi                                   on 2001/01/09  21:36:04
35028         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
35029              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35030              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
35031              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
35032      Branch: perl
35033            ! t/io/openpid.t
35034 ____________________________________________________________________________
35035 [  8382] By: jhi                                   on 2001/01/09  21:06:08
35036         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
35037              Should finish up the bug id 20001205.022.
35038      Branch: perl
35039            ! pp.c pp_hot.c scope.c
35040 ____________________________________________________________________________
35041 [  8381] By: jhi                                   on 2001/01/09  18:27:43
35042         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
35043              From: Andy Dougherty <doughera@lafayette.edu>
35044              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
35045              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
35046              
35047              More robust yacc/bison error detection.
35048      Branch: perl
35049            ! t/comp/proto.t
35050 ____________________________________________________________________________
35051 [  8380] By: jhi                                   on 2001/01/09  15:21:38
35052         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
35053              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35054              Date:     Tue, 9 Jan 2001 07:53:55 EST
35055              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
35056      Branch: perl
35057            ! t/op/misc.t vms/test.com
35058 ____________________________________________________________________________
35059 [  8379] By: jhi                                   on 2001/01/09  15:20:38
35060         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
35061              From: jhi@cc.hut.fi
35062              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
35063              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
35064              
35065              The #8378 fixed this.
35066      Branch: perl
35067            ! t/op/tr.t
35068 ____________________________________________________________________________
35069 [  8378] By: jhi                                   on 2001/01/09  15:05:32
35070         Log: Subject: One more patch for UTF8 
35071              From: Inaba Hiroto <inaba@st.rim.or.jp>
35072              Date: Tue, 09 Jan 2001 01:04:32 +0900
35073              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
35074              
35075              UTF-8 fixes for 'x' and tr///.
35076      Branch: perl
35077            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
35078            ! regcomp.c regexec.c toke.c utf8.c
35079 ____________________________________________________________________________
35080 [  8377] By: jhi                                   on 2001/01/09  14:32:17
35081         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
35082      Branch: perl
35083            ! t/op/length.t
35084 ____________________________________________________________________________
35085 [  8376] By: jhi                                   on 2001/01/09  04:32:32
35086         Log: integrate changes #7775, #8316, #8316 from mainline
35087      Branch: maint-5.6/perl
35088            ! hints/solaris_2.sh
35089 ____________________________________________________________________________
35090 [  8375] By: jhi                                   on 2001/01/09  04:26:43
35091         Log: Update Changes.
35092      Branch: perl
35093            ! Changes patchlevel.h
35094 ____________________________________________________________________________
35095 [  8374] By: jhi                                   on 2001/01/09  04:14:32
35096         Log: IDE/editor section tweaking.
35097      Branch: perl
35098            ! pod/perlfaq3.pod
35099 ____________________________________________________________________________
35100 [  8373] By: jhi                                   on 2001/01/09  02:38:26
35101         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
35102              From: Peter Prymmer <pvhp@forte.com>
35103              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
35104              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
35105              
35106              In preparation os OS/390 dynamic loading.
35107      Branch: perl
35108            ! README.os390 hints/os390.sh
35109 ____________________________________________________________________________
35110 [  8372] By: jhi                                   on 2001/01/09  00:24:30
35111         Log: Integrate with perlio.
35112      Branch: perl
35113           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
35114 ____________________________________________________________________________
35115 [  8371] By: nick                                  on 2001/01/08  23:54:33
35116         Log: Fix "scalars leaked" bugs caused by overload magic
35117              (Highlighted by Ilya's DESTROY optimization.)
35118      Branch: perlio
35119            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
35120 ____________________________________________________________________________
35121 [  8370] By: nick                                  on 2001/01/08  20:19:41
35122         Log: Integrate mainline
35123      Branch: perlio
35124           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
35125           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
35126           !> t/op/64bitint.t
35127 ____________________________________________________________________________
35128 [  8369] By: jhi                                   on 2001/01/08  17:30:52
35129         Log: save_delete() Safefree() doesn't (anymore?) work with shared
35130              strings, one test failure in op/misc and almost all of lib/b.
35131              (Outcomments #8369.)
35132      Branch: perl
35133            ! scope.c
35134 ____________________________________________________________________________
35135 [  8368] By: jhi                                   on 2001/01/08  14:47:10
35136         Log: (Outcommented by #8369.)
35137              
35138              Subject: Re: Perl BugID 20001205.022 ---- save_delete
35139              From: Simon Cozens <simon@cozens.net>
35140              Date: Sat, 6 Jan 2001 11:48:40 +0000
35141              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
35142              
35143              The save_delete() does need the Safefree.
35144      Branch: perl
35145            ! scope.c
35146 ____________________________________________________________________________
35147 [  8367] By: bailey                                on 2001/01/08  08:53:52
35148         Log: Once again syncing after too long an absence
35149      Branch: vmsperl
35150           +> (branch 55 files)
35151            - MAINTAIN fix_pl vos/config.def vos/config.h
35152            - vos/config_h.SH_orig
35153           !> (integrate 498 files)
35154 ____________________________________________________________________________
35155 [  8366] By: jhi                                   on 2001/01/08  02:42:59
35156         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
35157              From: nick@ccl4.org
35158              Date: Sun, 7 Jan 2001 21:07:18 +0000
35159              Message-Id: <20010107210717.D1048@plum.flirble.org>
35160      Branch: perl
35161            ! sv.c t/op/64bitint.t
35162 ____________________________________________________________________________
35163 [  8365] By: jhi                                   on 2001/01/08  02:35:16
35164         Log: Subject: [PATCH] environ nit
35165              From: Simon Cozens <simon@cozens.net>
35166              Date: Sun, 7 Jan 2001 17:57:07 +0000
35167              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
35168              
35169              Use environ only if we have it.
35170      Branch: perl
35171            ! mg.c
35172 ____________________________________________________________________________
35173 [  8364] By: jhi                                   on 2001/01/08  02:24:51
35174         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
35175      Branch: perl
35176            ! ext/GDBM_File/GDBM_File.xs
35177 ____________________________________________________________________________
35178 [  8363] By: jhi                                   on 2001/01/08  02:19:24
35179         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
35180              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35181              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
35182              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
35183      Branch: perl
35184            ! dump.c op.c
35185 ____________________________________________________________________________
35186 [  8362] By: jhi                                   on 2001/01/08  02:17:43
35187         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
35188              From: Doug MacEachern <dougm@covalent.net>
35189              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
35190              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
35191              
35192              Allow AUTOLOAD to be an xsub and allow such xsubs
35193              to avoid use of $AUTOLOAD.
35194      Branch: perl
35195            ! gv.c
35196 ____________________________________________________________________________
35197 [  8361] By: jhi                                   on 2001/01/08  02:16:07
35198         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
35199              From: Radu Greab <radu@netsoft.ro>
35200              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
35201              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
35202              
35203              No need for the potentially unportable $SIG{CHLD}.
35204      Branch: perl
35205            ! t/io/pipe.t
35206 ____________________________________________________________________________
35207 [  8360] By: jhi                                   on 2001/01/08  01:58:23
35208         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
35209      Branch: perl
35210            ! lib/Getopt/Long.pm
35211 ____________________________________________________________________________
35212 [  8359] By: jhi                                   on 2001/01/08  01:55:44
35213         Log: Integrate perlio.
35214      Branch: perl
35215           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
35216           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
35217           !> utf8.c win32/Makefile
35218 ____________________________________________________________________________
35219 [  8358] By: jhi                                   on 2001/01/07  21:16:50
35220         Log: Update the EPOC cross SDK URL.
35221      Branch: perl
35222            ! README.epoc
35223 ____________________________________________________________________________
35224 [  8357] By: jhi                                   on 2001/01/07  21:16:09
35225         Log: Update the EPOC cross SDK URL.
35226      Branch: maint-5.6/perl
35227            ! README.epoc
35228 ____________________________________________________________________________
35229 [  8356] By: nick                                  on 2001/01/06  21:47:52
35230         Log: FILE * in XS code for PerlIO world:
35231              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
35232              - Add FILE * T_STDIO typemap.
35233              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
35234      Branch: perlio
35235            ! lib/ExtUtils/typemap perlio.c perlio.h
35236 ____________________________________________________________________________
35237 [  8355] By: jhi                                   on 2001/01/06  20:27:15
35238         Log: integrate change #8336 from mainline
35239              
35240              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
35241      Branch: maint-5.6/perl
35242            ! hv.c
35243 ____________________________________________________________________________
35244 [  8354] By: jhi                                   on 2001/01/06  20:24:29
35245         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35246              From: Robin Barker <rmb1@cise.npl.co.uk>
35247              Date: Fri, 22 Dec 2000 12:17:38 GMT
35248              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
35249              
35250              The patch reformats some long =item lines so they give
35251              correct output via pod2man | nroff -man
35252              
35253              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35254              From: Robin Barker <rmb1@cise.npl.co.uk>
35255              Date: Tue, 2 Jan 2001 15:35:03 GMT
35256              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
35257              
35258              Here is a _further_ patch which corrects a few more errors:
35259              * an empty C<=item> in CPAN.pm
35260              * patching the wrong file (pod/perlamiga.pod not README.amiga)
35261              * leaving empty C<=item>s which formatted incorrectly
35262              * over long C<=item>s revealed by latest patch to Pod::Man
35263      Branch: maint-5.6/perl
35264            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
35265            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
35266            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
35267            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
35268            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
35269            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
35270 ____________________________________________________________________________
35271 [  8353] By: jhi                                   on 2001/01/06  20:21:10
35272         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
35273              
35274              UTF-8 hash keys.
35275      Branch: maint-5.6/perl
35276            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
35277 ____________________________________________________________________________
35278 [  8352] By: jhi                                   on 2001/01/06  20:18:44
35279         Log: Forgotten from #8438.
35280      Branch: maint-5.6/perl
35281            ! epoc/epocish.h
35282 ____________________________________________________________________________
35283 [  8351] By: jhi                                   on 2001/01/06  20:18:12
35284         Log: Forgotten from #8347.
35285      Branch: maint-5.6/perl
35286            ! config_h.SH
35287 ____________________________________________________________________________
35288 [  8350] By: jhi                                   on 2001/01/06  20:00:19
35289         Log: Thinko in #8347.
35290      Branch: maint-5.6/perl
35291            ! regcomp.c
35292 ____________________________________________________________________________
35293 [  8349] By: jhi                                   on 2001/01/06  18:05:30
35294         Log: Copy the FAQ3 IDE section from the development branch,
35295              changes originally by Peter Prymmer.
35296      Branch: maint-5.6/perl
35297            ! pod/perlfaq3.pod
35298 ____________________________________________________________________________
35299 [  8348] By: jhi                                   on 2001/01/06  18:03:02
35300         Log: EPOC updates for TRIAL1.
35301              
35302              Subject: [5.6.1 trial1] EPOC update
35303              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35304              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
35305              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
35306              
35307              Subject: epoc patch2 for perl-5.6.1-trial1
35308              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35309              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
35310              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
35311      Branch: maint-5.6/perl
35312            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
35313            ! epoc/epocish.c
35314 ____________________________________________________________________________
35315 [  8347] By: jhi                                   on 2001/01/06  17:29:10
35316         Log: integrate changes #7710,7824,7973 from mainline,
35317              plus VMS nits from Peter Prymmer and Dan Sugalski.
35318              
35319              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
35320              library (getprotobyname and getprotobynumber are outversioned by
35321              the same calls in libc, at least for xlc version 3.
35322              
35323              Add HAS_SBRK_PROTO.
35324              
35325              Fixes for signedness warnings noticed by VMSperlers.
35326      Branch: maint-5.6/perl
35327            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35328            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
35329            ! sv.c vms/descrip_mms.template vos/config.alpha.def
35330            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35331            ! win32/config.bc win32/config.gc win32/config.vc
35332 ____________________________________________________________________________
35333 [  8346] By: nick                                  on 2001/01/06  14:36:01
35334         Log: Fixup accumulated integrate muddles (perlio == devperl again)
35335      Branch: perlio
35336            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
35337 ____________________________________________________________________________
35338 [  8345] By: nick                                  on 2001/01/06  14:24:58
35339         Log: Integrate mainline
35340      Branch: perlio
35341           !> (integrate 55 files)
35342 ____________________________________________________________________________
35343 [  8344] By: jhi                                   on 2001/01/06  02:24:02
35344         Log: Subject: [patch] PerlIO_cleanup() prototype
35345              From: Doug MacEachern <dougm@covalent.net>
35346              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
35347              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
35348      Branch: perl
35349            ! perlio.h
35350 ____________________________________________________________________________
35351 [  8343] By: jhi                                   on 2001/01/06  01:04:09
35352         Log: IRIX compiler noticed that the bof initialization might be
35353              bypassed by control flow.
35354      Branch: perl
35355            ! toke.c
35356 ____________________________________________________________________________
35357 [  8342] By: jhi                                   on 2001/01/06  00:10:48
35358         Log: Update Changes.
35359      Branch: perl
35360            ! Changes patchlevel.h
35361 ____________________________________________________________________________
35362 [  8341] By: jhi                                   on 2001/01/05  23:52:33
35363         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
35364      Branch: perl
35365            ! toke.c
35366 ____________________________________________________________________________
35367 [  8340] By: jhi                                   on 2001/01/05  22:44:08
35368         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
35369              From: Radu Greab <radu@netsoft.ro>
35370              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
35371              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
35372      Branch: perl
35373            ! t/io/pipe.t util.c
35374 ____________________________________________________________________________
35375 [  8339] By: jhi                                   on 2001/01/05  22:35:17
35376         Log: Subject: [PATCH] format and rewording in perlfaq.pod
35377              From: Robin Barker <rmb1@cise.npl.co.uk>
35378              Date: Fri, 5 Jan 2001 18:51:20 GMT
35379              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
35380      Branch: perl
35381            ! pod/perlfaq.pod
35382 ____________________________________________________________________________
35383 [  8338] By: jhi                                   on 2001/01/05  22:31:17
35384         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
35385              From: Peter Prymmer <pvhp@forte.com>
35386              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
35387              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
35388      Branch: perl
35389            ! utils/perlbug.PL
35390 ____________________________________________________________________________
35391 [  8337] By: jhi                                   on 2001/01/05  18:15:11
35392         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
35393              From: Robin Barker <rmb1@cise.npl.co.uk>
35394              Date: Tue, 2 Jan 2001 15:24:07 GMT
35395              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
35396              
35397              If you call configure as C<./Configure> or C<sh ./Configure>,
35398              $src is set to the absolute path name, not '.'.
35399              
35400              This, in turn, means -Dmksymlink tries to do its stuff because
35401              it does not think it is in the src directory.
35402              
35403              (plus a metaconfig nitfix)
35404      Branch: metaconfig
35405            ! U/compline/ccflags.U U/modified/src.U
35406      Branch: perl
35407            ! Configure config_h.SH
35408 ____________________________________________________________________________
35409 [  8336] By: jhi                                   on 2001/01/05  17:48:32
35410         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
35411              From: Alan Burlison <Alan.Burlison@uk.sun.com>
35412              Message-ID: <3A5606C4.473D2226@uk.sun.com>
35413              Date: Fri, 05 Jan 2001 17:39:16 +0000
35414      Branch: perl
35415            ! hv.c
35416 ____________________________________________________________________________
35417 [  8335] By: jhi                                   on 2001/01/05  16:05:44
35418         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
35419      Branch: perl
35420            ! lib/Getopt/Long.pm
35421 ____________________________________________________________________________
35422 [  8334] By: jhi                                   on 2001/01/05  16:00:51
35423         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
35424              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
35425              Date: Fri, 05 Jan 2001 13:46:51 +0100
35426              Message-ID: <13693.978698811@nice.ram.loc>
35427              
35428              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
35429              accurate reading of the "atime".  
35430      Branch: perl
35431            ! t/io/fs.t
35432 ____________________________________________________________________________
35433 [  8333] By: jhi                                   on 2001/01/05  15:57:37
35434         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
35435              From: Simon Cozens <simon@cozens.net>
35436              Date: Fri, 8 Dec 2000 13:33:31 +0000
35437              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
35438              
35439              A lost patch fragment.
35440      Branch: perl
35441            ! doop.c
35442 ____________________________________________________________________________
35443 [  8332] By: jhi                                   on 2001/01/05  15:40:42
35444         Log: Do away with strncpy() and a fixed length buffer.
35445      Branch: perl
35446            ! utf8.c
35447 ____________________________________________________________________________
35448 [  8331] By: jhi                                   on 2001/01/05  15:03:07
35449         Log: Tests for #8329 and #8330.
35450      Branch: perl
35451            ! t/op/bop.t
35452 ____________________________________________________________________________
35453 [  8330] By: jhi                                   on 2001/01/05  15:02:38
35454         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
35455              raw 8-bit form to the UTF-8 string.
35456      Branch: perl
35457            ! toke.c
35458 ____________________________________________________________________________
35459 [  8329] By: jhi                                   on 2001/01/05  14:55:13
35460         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
35461              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35462              Date: Fri, 5 Jan 2001 12:28:52 +0100
35463              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
35464              
35465              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
35466              no effect.  (changed the strncpy() to Copy())
35467      Branch: perl
35468            ! toke.c
35469 ____________________________________________________________________________
35470 [  8328] By: jhi                                   on 2001/01/05  06:44:27
35471         Log: UTF-8 cleanup.
35472      Branch: perl
35473            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
35474            ! regexec.c sv.c toke.c
35475 ____________________________________________________________________________
35476 [  8327] By: jhi                                   on 2001/01/05  01:11:29
35477         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')
35478              From: Radu Greab <radu@netsoft.ro>
35479              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
35480              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
35481              
35482              Cleans up Harness to not use FileHandle, which uses IO.
35483      Branch: perl
35484            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35485 ____________________________________________________________________________
35486 [  8326] By: jhi                                   on 2001/01/05  00:56:37
35487         Log: Update Changes.
35488      Branch: perl
35489            ! Changes patchlevel.h
35490 ____________________________________________________________________________
35491 [  8325] By: jhi                                   on 2001/01/05  00:53:18
35492         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
35493              From: Peter Prymmer <pvhp@forte.com>
35494              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
35495              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
35496              
35497              plus a couple more tailing whitespace removals.
35498      Branch: perl
35499            ! win32/Makefile
35500 ____________________________________________________________________________
35501 [  8324] By: jhi                                   on 2001/01/05  00:47:39
35502         Log: Add some Unicode chop() tests.
35503      Branch: perl
35504            ! t/op/chop.t
35505 ____________________________________________________________________________
35506 [  8323] By: jhi                                   on 2001/01/05  00:47:23
35507         Log: Unify UTF-8 malformedness handling.
35508      Branch: perl
35509            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
35510 ____________________________________________________________________________
35511 [  8322] By: jhi                                   on 2001/01/04  22:21:54
35512         Log: The new $issymlink was unknown to Mksymlinks.
35513      Branch: metaconfig/U/perl
35514            ! Mksymlinks.U issymlink.U
35515      Branch: perl
35516            ! Configure config_h.SH
35517 ____________________________________________________________________________
35518 [  8321] By: jhi                                   on 2001/01/04  21:51:05
35519         Log: The test didn't work under the core test framework.
35520      Branch: perl
35521            ! t/lib/st-lock.t
35522 ____________________________________________________________________________
35523 [  8320] By: jhi                                   on 2001/01/04  21:14:22
35524         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
35525      Branch: perl
35526            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
35527 ____________________________________________________________________________
35528 [  8319] By: jhi                                   on 2001/01/04  20:46:17
35529         Log: Typo in #8312 when manually appying a problematic patch fragment.
35530      Branch: perl
35531            ! ext/Storable/Storable.xs
35532 ____________________________________________________________________________
35533 [  8318] By: jhi                                   on 2001/01/04  20:43:01
35534         Log: The $sh_c didn't fly.
35535      Branch: metaconfig
35536            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
35537            ! U/modified/Loc.U U/modified/myhostname.U
35538            ! U/modified/spitshell.U
35539      Branch: metaconfig/U/perl
35540            ! issymlink.U
35541      Branch: perl
35542            ! Configure config_h.SH
35543 ____________________________________________________________________________
35544 [  8317] By: jhi                                   on 2001/01/04  19:58:01
35545         Log: AIX builtin test -h is broken, changes based on
35546              
35547              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
35548              Date: Tue, 02 Jan 2001 11:24:39 +0100
35549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35550              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
35551      Branch: metaconfig
35552            + U/modified/spitshell.U
35553            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
35554            ! U/modified/Loc.U U/modified/myhostname.U
35555      Branch: metaconfig/U/perl
35556            ! Mksymlinks.U issymlink.U
35557      Branch: perl
35558            ! Configure
35559 ____________________________________________________________________________
35560 [  8316] By: jhi                                   on 2001/01/04  19:02:22
35561         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
35562              From: Andy Dougherty <doughera@lafayette.edu>
35563              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
35564              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
35565              
35566              Beware of GNU ld.
35567      Branch: perl
35568            ! hints/solaris_2.sh
35569 ____________________________________________________________________________
35570 [  8315] By: jhi                                   on 2001/01/04  18:56:48
35571         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
35572              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
35573              Date: Wed, 3 Jan 2001 07:58:51 +0100
35574              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
35575      Branch: perl
35576            ! hints/solaris_2.sh
35577 ____________________________________________________________________________
35578 [  8314] By: jhi                                   on 2001/01/04  18:54:07
35579         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
35580              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35581              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
35582              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
35583              
35584              Doc tweak on #8313.
35585      Branch: perl
35586            ! ext/B/B/Deparse.pm
35587 ____________________________________________________________________________
35588 [  8313] By: jhi                                   on 2001/01/04  18:52:27
35589         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
35590              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
35591              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35592              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
35593              
35594              Make the peephole optimizer to bypass more null ops and
35595              and rewrite the deparse handling of continue blocks.
35596      Branch: perl
35597            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
35598 ____________________________________________________________________________
35599 [  8312] By: jhi                                   on 2001/01/04  18:47:39
35600         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
35601      Branch: perl
35602            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
35603            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
35604            ! t/lib/st-lock.t
35605 ____________________________________________________________________________
35606 [  8311] By: jhi                                   on 2001/01/04  18:36:08
35607         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
35608              filter to be run on each .pm during the pm_to_blib() phase,
35609              a fixed version of
35610              
35611              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
35612              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
35613              Date: Wed, 03 Jan 2001 22:01:30 +0100
35614              Message-ID: <5296.978555690@nice.ram.loc>
35615      Branch: perl
35616            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
35617            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
35618            ! lib/ExtUtils/MakeMaker.pm
35619 ____________________________________________________________________________
35620 [  8310] By: jhi                                   on 2001/01/04  18:32:54
35621         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35622              From: Robin Barker <rmb1@cise.npl.co.uk>
35623              Date: Tue, 2 Jan 2001 15:35:03 GMT
35624              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
35625      Branch: perl
35626            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
35627            ! pod/perlrequick.pod
35628 ____________________________________________________________________________
35629 [  8309] By: jhi                                   on 2001/01/04  18:29:07
35630         Log: Subject: Re: [patch] static-ize XS()
35631              From: Doug MacEachern <dougm@covalent.net>
35632              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
35633              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
35634              
35635              Provide prototypes for the XS functions.
35636      Branch: perl
35637            ! lib/ExtUtils/xsubpp
35638 ____________________________________________________________________________
35639 [  8308] By: jhi                                   on 2001/01/04  18:27:44
35640         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
35641              From: Doug MacEachern <dougm@covalent.net>
35642              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
35643              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
35644      Branch: perl
35645            ! lib/ExtUtils/typemap
35646 ____________________________________________________________________________
35647 [  8307] By: jhi                                   on 2001/01/04  18:25:25
35648         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
35649              From: Doug MacEachern <dougm@covalent.net>
35650              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
35651              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
35652              
35653              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
35654      Branch: perl
35655            ! lib/ExtUtils/MM_Unix.pm
35656 ____________________________________________________________________________
35657 [  8306] By: jhi                                   on 2001/01/04  18:23:00
35658         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
35659              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35660              Date: Thu, 4 Jan 2001 12:47:10 +0100 
35661              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
35662              
35663              The toke.c part only, patching embed.h and proto.h is futile.
35664      Branch: perl
35665            ! toke.c
35666 ____________________________________________________________________________
35667 [  8305] By: jhi                                   on 2001/01/04  18:05:51
35668         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
35669              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35670              Date: Thu, 4 Jan 2001 17:50:12 +0100 
35671              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
35672      Branch: perl
35673            ! toke.c
35674 ____________________________________________________________________________
35675 [  8304] By: jhi                                   on 2001/01/04  18:03:26
35676         Log: Subject: [PATCH perl@8269]
35677              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35678              Date: Thu, 4 Jan 2001 12:53:39 +0100 
35679              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
35680              
35681              If running byacc write-enable also perly.h.
35682      Branch: perl
35683            ! Makefile.SH
35684 ____________________________________________________________________________
35685 [  8303] By: jhi                                   on 2001/01/04  15:40:49
35686         Log: Rewrite pp_concat() in terms of sv_catsv().
35687      Branch: perl
35688            ! pp_hot.c
35689 ____________________________________________________________________________
35690 [  8302] By: nick                                  on 2001/01/03  22:43:22
35691         Log: Integrate mainline.
35692      Branch: perlio
35693           !> ext/Encode/Encode.xs sv.c utf8.c
35694 ____________________________________________________________________________
35695 [  8301] By: jhi                                   on 2001/01/02  23:40:26
35696         Log: Variable naming tweak.
35697      Branch: perl
35698            ! sv.c
35699 ____________________________________________________________________________
35700 [  8300] By: jhi                                   on 2001/01/02  23:40:02
35701         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
35702              in is_utf8_string().
35703      Branch: perl
35704            ! utf8.c
35705 ____________________________________________________________________________
35706 [  8299] By: jhi                                   on 2001/01/02  22:14:40
35707         Log: Integrate perlio.
35708      Branch: perl
35709           !> pp.c pp_hot.c win32/Makefile
35710 ____________________________________________________________________________
35711 [  8298] By: nick                                  on 2001/01/02  22:03:06
35712         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
35713      Branch: perlio
35714            ! pp.c pp_hot.c
35715 ____________________________________________________________________________
35716 [  8297] By: jhi                                   on 2001/01/02  04:26:28
35717         Log: Signedness nit.
35718      Branch: perl
35719            ! ext/Encode/Encode.xs
35720 ____________________________________________________________________________
35721 [  8296] By: nick                                  on 2001/01/01  23:49:36
35722         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
35723      Branch: perlio
35724            ! win32/Makefile
35725 ____________________________________________________________________________
35726 [  8295] By: jhi                                   on 2001/01/01  23:05:48
35727         Log: Integrate perlio.
35728      Branch: perl
35729           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
35730           !> t/lib/encode.t
35731 ____________________________________________________________________________
35732 [  8294] By: nick                                  on 2001/01/01  22:48:34
35733         Log: Integrate mainline
35734      Branch: perlio
35735            ! pp_hot.c t/lib/encode.t
35736           !> (integrate 65 files)
35737 ____________________________________________________________________________
35738 [  8293] By: nick                                  on 2001/01/01  21:58:50
35739         Log: More rigor in UTF-8-ness of Encode's toUnicode
35740              XS export some of the utf8 internal functions.
35741              Test some of the functions.
35742              Fix pp_concat() bug shown by said tests.
35743      Branch: perlio
35744            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
35745            ! t/lib/encode.t
35746 ____________________________________________________________________________
35747 [  8292] By: jhi                                   on 2001/01/01  18:11:44
35748         Log: Integrate perlio.
35749      Branch: perl
35750           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
35751           !> ext/Encode/encengine.c ext/Encode/encode.h
35752 ____________________________________________________________________________
35753 [  8291] By: jhi                                   on 2001/01/01  18:10:58
35754         Log: Podify README.mpeix (a new version from the web),
35755              add a dummy NAME to Carp::Heavy, regen toc.
35756      Branch: perl
35757            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
35758            ! pod/perltoc.pod
35759 ____________________________________________________________________________
35760 [  8290] By: nick                                  on 2001/01/01  17:43:47
35761         Log: Loose the "Loading..." warning.
35762              Another bug in fallback support
35763      Branch: perlio
35764            ! ext/Encode/Encode.pm ext/Encode/encengine.c
35765 ____________________________________________________________________________
35766 [  8289] By: jhi                                   on 2001/01/01  00:01:57
35767         Log: Bump up Larry's copyright.
35768      Branch: perl
35769            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
35770            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
35771            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
35772            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
35773            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
35774            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
35775            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
35776            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
35777 ____________________________________________________________________________
35778 [  8288] By: nick                                  on 2000/12/31  21:27:53
35779         Log: Fix .ucm reading - forgot a chr()
35780              Start of .ucm write (for .enc to .ucm)
35781      Branch: perlio
35782            ! ext/Encode/compile
35783 ____________________________________________________________________________
35784 [  8287] By: jhi                                   on 2000/12/31  18:15:56
35785         Log: Comment away a diagnostic message as noted by Craig A. Berry
35786              (the unexpected message was confusing testing)
35787      Branch: perl
35788            ! ext/Encode/Encode.pm
35789 ____________________________________________________________________________
35790 [  8286] By: jhi                                   on 2000/12/31  18:14:51
35791         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
35792              Date: Sun, 31 Dec 2000 11:17:37 -0600
35793              From: "Craig A. Berry" <craigberry@mac.com>
35794              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
35795      Branch: perl
35796            ! ext/Encode/Makefile.PL
35797 ____________________________________________________________________________
35798 [  8285] By: nick                                  on 2000/12/31  18:11:54
35799         Log: Start of support of ICU-style .ucm files:
35800              - teach compile how to read a .ucm file
35801              - first guess at how to represent fallbacks in "tries".
35802              - use fallbacks if check == 0
35803              - new return code to indicate we used one.
35804      Branch: perlio
35805            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
35806            ! ext/Encode/encengine.c ext/Encode/encode.h
35807 ____________________________________________________________________________
35808 [  8284] By: jhi                                   on 2000/12/31  18:04:41
35809         Log: Pacify picky VMS compiler.
35810              
35811              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
35812              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35813              Date: Sat, 30 Dec 2000 18:10:02 -0600
35814              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
35815      Branch: perl
35816            ! sv.c
35817 ____________________________________________________________________________
35818 [  8283] By: jhi                                   on 2000/12/31  16:11:47
35819         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
35820      Branch: perl
35821            ! t/lib/glob-basic.t
35822 ____________________________________________________________________________
35823 [  8282] By: jhi                                   on 2000/12/31  15:26:11
35824         Log: Integrate perlio.
35825      Branch: perl
35826           !> makedef.pl opcode.pl os2/os2.c perlio.c
35827 ____________________________________________________________________________
35828 [  8281] By: nick                                  on 2000/12/31  10:06:15
35829         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
35830              is available to be exported
35831      Branch: perlio
35832            ! makedef.pl perlio.c
35833 ____________________________________________________________________________
35834 [  8280] By: nick                                  on 2000/12/31  09:41:26
35835         Log: Ilya's OS2 patch (testing for damage on Win32)
35836      Branch: perlio
35837            ! makedef.pl opcode.pl os2/os2.c
35838 ____________________________________________________________________________
35839 [  8279] By: jhi                                   on 2000/12/30  21:52:07
35840         Log: Test nits.
35841      Branch: perl
35842            ! t/lib/syslfs.t t/op/lfs.t
35843 ____________________________________________________________________________
35844 [  8278] By: jhi                                   on 2000/12/30  21:47:49
35845         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
35846              From: andreas.koenig@anima.de (Andreas J. Koenig)
35847              Date: 30 Dec 2000 22:35:37 +0100
35848              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
35849              
35850              The 32-bit wraparound test wasn't quite right.
35851      Branch: perl
35852            ! t/lib/syslfs.t t/op/lfs.t
35853 ____________________________________________________________________________
35854 [  8277] By: jhi                                   on 2000/12/30  21:33:44
35855         Log: Subject: [PATCH] open() example in perlfunc.pod 
35856              From: Karsten Sperling <s_sperli@ira.uka.de>
35857              Date: Sat, 30 Dec 2000 22:27:09 +0100
35858              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
35859      Branch: perl
35860            ! pod/perlfunc.pod
35861 ____________________________________________________________________________
35862 [  8276] By: jhi                                   on 2000/12/30  20:32:40
35863         Log: Not quite that many tests yet.
35864      Branch: perl
35865            ! t/op/pat.t
35866 ____________________________________________________________________________
35867 [  8275] By: jhi                                   on 2000/12/30  20:26:58
35868         Log: Integrate perlio.
35869      Branch: perl
35870           !> toke.c
35871 ____________________________________________________________________________
35872 [  8274] By: jhi                                   on 2000/12/30  20:24:56
35873         Log: Signedness nit.
35874      Branch: perl
35875            ! utf8.c
35876 ____________________________________________________________________________
35877 [  8273] By: jhi                                   on 2000/12/30  20:15:46
35878         Log: Add a test case for 20000731.001 which was fixed by the #8267.
35879      Branch: perl
35880            ! t/op/pat.t
35881 ____________________________________________________________________________
35882 [  8272] By: nick                                  on 2000/12/30  19:47:51
35883         Log: Tweak for MULTIPLICITY/USE_PERLIO
35884      Branch: perlio
35885            ! toke.c
35886 ____________________________________________________________________________
35887 [  8271] By: nick                                  on 2000/12/30  19:46:45
35888         Log: Integrate mainline
35889      Branch: perlio
35890           +> lib/unicode/distinct.pm
35891           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
35892           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
35893           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
35894 ____________________________________________________________________________
35895 [  8270] By: jhi                                   on 2000/12/30  19:39:50
35896         Log: Subject: RE: perl@8269
35897              From: "Richard Soderberg" <rs@crystalflame.net>
35898              Date: Sat, 30 Dec 2000 11:36:27 -0800
35899              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
35900              
35901              A missing aTHX_.
35902      Branch: perl
35903            ! toke.c
35904 ____________________________________________________________________________
35905 [  8269] By: jhi                                   on 2000/12/30  18:55:48
35906         Log: Update Changes.
35907      Branch: perl
35908            ! Changes patchlevel.h
35909 ____________________________________________________________________________
35910 [  8268] By: jhi                                   on 2000/12/30  17:18:40
35911         Log: Add a test for Unicode split //.  The #8267 was the cure.
35912      Branch: perl
35913            ! t/op/split.t
35914 ____________________________________________________________________________
35915 [  8267] By: jhi                                   on 2000/12/30  17:14:19
35916         Log: Subject: more UTF8 test suites and an UTF8 patch
35917              From: Inaba Hiroto <inaba@st.rim.or.jp>
35918              Date: Sat, 30 Dec 2000 14:27:10 +0900
35919              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
35920              
35921              Just the patch part for now, and the pragma renamed
35922              as unicode::distinct.
35923      Branch: perl
35924            + lib/unicode/distinct.pm
35925            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
35926            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
35927            ! regcomp.h regexec.c sv.c toke.c utf8.c
35928 ____________________________________________________________________________
35929 [  8266] By: nick                                  on 2000/12/30  16:40:49
35930         Log: Integrate mainline
35931      Branch: perlio
35932           +> lib/Pod/Text/Overstrike.pm
35933           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
35934           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
35935           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
35936           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
35937           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
35938 ____________________________________________________________________________
35939 [  8265] By: jhi                                   on 2000/12/30  07:28:55
35940         Log: The sv_catsv() fix, take two.
35941      Branch: perl
35942            ! sv.c t/op/join.t
35943 ____________________________________________________________________________
35944 [  8264] By: jhi                                   on 2000/12/30  06:19:18
35945         Log: Undo all the join-related changes since #8248: relevant
35946              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
35947              The new sv_catsv() doesn't fly so it must go back to
35948              the drawing board.
35949      Branch: perl
35950            ! sv.c t/op/join.t t/pragma/utf8.t
35951 ____________________________________________________________________________
35952 [  8263] By: jhi                                   on 2000/12/30  01:08:32
35953         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
35954      Branch: perl
35955            ! sv.c
35956 ____________________________________________________________________________
35957 [  8262] By: jhi                                   on 2000/12/30  00:45:14
35958         Log: Retract #8261.
35959      Branch: perl
35960            ! hv.c util.c
35961 ____________________________________________________________________________
35962 [  8261] By: jhi                                   on 2000/12/30  00:38:32
35963         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
35964      Branch: perl
35965            ! hv.c util.c
35966 ____________________________________________________________________________
35967 [  8260] By: jhi                                   on 2000/12/29  22:51:33
35968         Log: (Retracted by #8264)  More fixing for #8251.
35969      Branch: perl
35970            ! sv.c
35971 ____________________________________________________________________________
35972 [  8259] By: jhi                                   on 2000/12/29  18:27:30
35973         Log: Subject: podlators 1.06 released
35974              From: Russ Allbery <rra@stanford.edu>
35975              Date: 25 Dec 2000 05:09:30 -0800
35976              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
35977      Branch: perl
35978            + lib/Pod/Text/Overstrike.pm
35979            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
35980            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
35981 ____________________________________________________________________________
35982 [  8258] By: jhi                                   on 2000/12/29  18:20:45
35983         Log: Make the large file tests more robust/talkative as suggested by
35984              
35985              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
35986              From: andreas.koenig@anima.de (Andreas J. Koenig)
35987              Date: 29 Dec 2000 14:23:01 +0100
35988              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
35989      Branch: perl
35990            ! t/lib/syslfs.t t/op/lfs.t
35991 ____________________________________________________________________________
35992 [  8257] By: jhi                                   on 2000/12/29  17:48:04
35993         Log: Further VMS piping fixes from Charles Lane:
35994              
35995              In summary, error messages produced when a subprocess terminated
35996              abnormally were being sent not just to the parent process, but to
35997              grandparents, because of default values for error output that were
35998              not completely overridden when the subprocess was started.
35999              
36000              This patch fixes this behavior by defining user-mode (i.e., temporary
36001              for the duration of the program) logical names for SYS$OUTPUT and
36002              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
36003              changes to make it so that the user-mode logicals are the ones that
36004              control where Perl's error messages go if it terminates abnormally.
36005              
36006              I also added some gratuitous fixes to the indentation of braces in
36007              the piping code.  It just looked ugly, before.
36008      Branch: perl
36009            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
36010 ____________________________________________________________________________
36011 [  8256] By: jhi                                   on 2000/12/29  17:45:12
36012         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
36013              From: "Casey R. Tweten" <crt@kiski.net>
36014              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
36015              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
36016              
36017              Tests for for #8240.
36018      Branch: perl
36019            ! t/pragma/constant.t
36020 ____________________________________________________________________________
36021 [  8255] By: jhi                                   on 2000/12/29  17:43:07
36022         Log: Subject: Re: [PATCH] Interesting syntax idea
36023              From: Simon Cozens <simon@cozens.net>
36024              Date: Fri, 29 Dec 2000 14:34:04 +0000
36025              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
36026              
36027              Tests for #8254.
36028      Branch: perl
36029            ! t/pragma/sub_lval.t
36030 ____________________________________________________________________________
36031 [  8254] By: jhi                                   on 2000/12/29  17:42:11
36032         Log: Subject: [PATCH] Interesting syntax idea
36033              From: Simon Cozens <simon@cozens.net>
36034              Date: Wed, 27 Dec 2000 05:08:57 +0000
36035              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
36036              
36037              Make opens + bareword assigns do typeglob assigns.
36038      Branch: perl
36039            ! op.c
36040 ____________________________________________________________________________
36041 [  8253] By: jhi                                   on 2000/12/29  17:36:45
36042         Log: Output the (apparent) version of gcc, as suggested by
36043              
36044              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
36045              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
36046              Date: 26 Dec 2000 04:29:17 -0500
36047              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
36048              
36049              (The patch as such didn't any more apply as the misparsing had
36050              already been addressed in #6474.)  Also change the wording about
36051              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
36052      Branch: perl
36053            ! hints/dec_osf.sh
36054 ____________________________________________________________________________
36055 [  8252] By: nick                                  on 2000/12/29  12:14:31
36056         Log: Integrate mainline
36057      Branch: perlio
36058           !> (integrate 27 files)
36059 ____________________________________________________________________________
36060 [  8251] By: jhi                                   on 2000/12/29  08:45:46
36061         Log: (Retracted by #8264)
36062              
36063              (Fixed by #8260.)
36064              
36065              sv_catsv() needs one more byte space than seems reasonable.
36066              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
36067              Curiouser and curiouser.
36068      Branch: perl
36069            ! sv.c
36070 ____________________________________________________________________________
36071 [  8250] By: jhi                                   on 2000/12/29  07:57:52
36072         Log: More split // UTF-8 tests.
36073      Branch: perl
36074            ! t/pragma/utf8.t
36075 ____________________________________________________________________________
36076 [  8249] By: jhi                                   on 2000/12/29  07:54:51
36077         Log: (Retracted by #8264)  More join() testing which was good because
36078              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
36079      Branch: perl
36080            ! pp.c t/op/join.t utf8.c utf8.h
36081 ____________________________________________________________________________
36082 [  8248] By: jhi                                   on 2000/12/29  07:08:32
36083         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
36084              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
36085              that the only cases to care about are byte+byte and byte+character.
36086              
36087              TODO: See how well pp_concat() could be implemented in terms
36088              of sv_catsv().
36089      Branch: perl
36090            ! doop.c sv.c t/op/join.t utf8.h
36091 ____________________________________________________________________________
36092 [  8247] By: jhi                                   on 2000/12/29  06:35:23
36093         Log: Signedness nit.
36094      Branch: perl
36095            ! pp_hot.c
36096 ____________________________________________________________________________
36097 [  8246] By: jhi                                   on 2000/12/29  01:23:31
36098         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
36099              From: Lupe Christoph <lupe@lupe-christoph.de>
36100              Date: Thu, 28 Dec 2000 23:00:00 +0100
36101              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
36102              
36103              Suggest rsync --delete --dry-run.
36104      Branch: perl
36105            ! pod/perlhack.pod
36106 ____________________________________________________________________________
36107 [  8245] By: jhi                                   on 2000/12/28  23:57:05
36108         Log: The maxiters upper limit sanity check (guarding against
36109              non-progress) assumed bytes instead of characters in s///
36110              and split().
36111      Branch: perl
36112            ! pp.c pp_hot.c
36113 ____________________________________________________________________________
36114 [  8244] By: jhi                                   on 2000/12/28  23:34:08
36115         Log: Make some panic messages a bit more logical.
36116      Branch: perl
36117            ! doop.c pod/perldiag.pod pp.c pp_hot.c
36118 ____________________________________________________________________________
36119 [  8243] By: jhi                                   on 2000/12/28  22:59:16
36120         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
36121              From: Simon Cozens <simon@cozens.net>
36122              Date: Wed, 27 Dec 2000 02:30:03 +0000
36123              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
36124      Branch: perl
36125            ! pp.c t/pragma/sub_lval.t
36126 ____________________________________________________________________________
36127 [  8242] By: jhi                                   on 2000/12/28  22:56:53
36128         Log: Subject: [PATCH blead] Fix B::Terse indentation
36129              From: Daniel Chetlin <daniel@chetlin.com>
36130              Date: Wed, 27 Dec 2000 06:43:30 -0800
36131              Message-ID: <20001227064329.B9573@darkstar>
36132      Branch: perl
36133            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
36134 ____________________________________________________________________________
36135 [  8241] By: jhi                                   on 2000/12/28  22:48:59
36136         Log: The latter patch from the
36137              
36138              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
36139              From: Peter Prymmer <pvhp@forte.com> 
36140              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
36141              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
36142              
36143              (the former patch from the above should have been
36144              taken care of by Nick I-S)
36145      Branch: perl
36146            ! win32/Makefile
36147 ____________________________________________________________________________
36148 [  8240] By: jhi                                   on 2000/12/28  22:45:22
36149         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
36150              From: "Casey R. Tweten" <crt@kiski.net>
36151              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
36152              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
36153      Branch: perl
36154            ! lib/constant.pm
36155 ____________________________________________________________________________
36156 [  8239] By: jhi                                   on 2000/12/28  22:37:45
36157         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
36158              From: Simon Cozens <simon@cozens.net>
36159              Date: Wed, 27 Dec 2000 14:12:44 +0000
36160              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
36161      Branch: perl
36162            ! t/op/method.t t/op/sort.t toke.c
36163 ____________________________________________________________________________
36164 [  8238] By: jhi                                   on 2000/12/28  22:30:32
36165         Log: Subject: [PATCH perl@8229] Call.pm
36166              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
36167              Date: Mon, 25 Dec 2000 10:47:15 -0000
36168              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
36169      Branch: perl
36170            ! ext/Filter/Util/Call/Call.pm
36171 ____________________________________________________________________________
36172 [  8237] By: jhi                                   on 2000/12/28  22:19:21
36173         Log: Subject: [PATCH blead] Fix problem with `&' prototype
36174              From: Daniel Chetlin <daniel@chetlin.com>
36175              Date: Wed, 27 Dec 2000 15:55:32 -0800
36176              Message-ID: <20001227155532.D9573@darkstar>
36177      Branch: perl
36178            ! op.c t/comp/proto.t
36179 ____________________________________________________________________________
36180 [  8236] By: jhi                                   on 2000/12/28  22:09:25
36181         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
36182              From: Daniel Chetlin <daniel@chetlin.com>
36183              Date: Sun, 24 Dec 2000 04:09:49 -0800
36184              Message-ID: <20001224040949.B3090@darkstar>
36185      Branch: perl
36186            ! gv.c mg.c t/op/attrs.t
36187 ____________________________________________________________________________
36188 [  8235] By: jhi                                   on 2000/12/28  22:07:11
36189         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
36190              From: Jan Dubois <jand@ActiveState.com>
36191              Date: Tue, 26 Dec 2000 20:57:31 -0800
36192              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
36193      Branch: perl
36194            ! win32/win32.c
36195 ____________________________________________________________________________
36196 [  8234] By: jhi                                   on 2000/12/28  21:52:42
36197         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
36198              From: Simon Cozens <simon@cozens.net>
36199              Date: Thu, 28 Dec 2000 20:33:13 +0000
36200              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
36201      Branch: perl
36202            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
36203 ____________________________________________________________________________
36204 [  8233] By: jhi                                   on 2000/12/28  19:40:49
36205         Log: Integrate perlio.
36206      Branch: perl
36207           !> ext/Encode/Makefile.PL ext/Encode/compile
36208 ____________________________________________________________________________
36209 [  8232] By: nick                                  on 2000/12/23  16:06:00
36210         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
36211              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
36212      Branch: perlio
36213            ! ext/Encode/Makefile.PL
36214 ____________________________________________________________________________
36215 [  8231] By: nick                                  on 2000/12/23  14:30:34
36216         Log: "Compiled" encode build cleanup
36217              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
36218              - .c files do not export sub-tables
36219      Branch: perlio
36220            ! ext/Encode/Makefile.PL ext/Encode/compile
36221 ____________________________________________________________________________
36222 [  8230] By: nick                                  on 2000/12/23  12:50:37
36223         Log: Integrate mainline
36224      Branch: perlio
36225           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
36226           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
36227           !> pod/perl5004delta.pod pod/perl5005delta.pod
36228           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
36229           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
36230           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
36231           !> pod/perlsub.pod
36232 ____________________________________________________________________________
36233 [  8229] By: jhi                                   on 2000/12/22  15:32:12
36234         Log: Integrate perlio.
36235      Branch: perl
36236           +> win32/distclean.bat
36237           !> MANIFEST t/io/utf8.t
36238 ____________________________________________________________________________
36239 [  8228] By: jhi                                   on 2000/12/22  15:29:40
36240         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
36241              From: Robin Barker <rmb1@cise.npl.co.uk>
36242              Date: Fri, 22 Dec 2000 12:17:38 GMT
36243              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
36244      Branch: perl
36245            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
36246            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
36247            ! pod/perl5004delta.pod pod/perl5005delta.pod
36248            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
36249            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
36250            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
36251            ! pod/perlsub.pod
36252 ____________________________________________________________________________
36253 [  8227] By: jhi                                   on 2000/12/22  15:24:28
36254         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
36255              From: "John L. Allen" <allen@grumman.com>
36256              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
36257              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
36258              
36259              Document APPLLIB_EXP.
36260      Branch: perl
36261            ! INSTALL
36262 ____________________________________________________________________________
36263 [  8226] By: nick                                  on 2000/12/21  22:11:50
36264         Log: Handy script for when one forgets to "dmake clean" 
36265      Branch: perlio
36266            + win32/distclean.bat
36267            ! MANIFEST
36268 ____________________________________________________________________________
36269 [  8225] By: nick                                  on 2000/12/21  21:54:04
36270         Log: CRLF platform issue with io/utf8 fix.
36271      Branch: perlio
36272            ! t/io/utf8.t
36273 ____________________________________________________________________________
36274 [  8224] By: nick                                  on 2000/12/21  21:02:20
36275         Log: Integrate mainline
36276      Branch: perlio
36277           !> Changes Configure Makefile.SH Porting/Glossary
36278           !> Porting/config.sh Porting/config_H configure.com
36279           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
36280           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
36281           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
36282           !> win32/config.bc win32/config.gc win32/config.vc
36283 ____________________________________________________________________________
36284 [  8223] By: jhi                                   on 2000/12/21  17:09:16
36285         Log: Update Changes.
36286      Branch: perl
36287            ! Changes patchlevel.h
36288 ____________________________________________________________________________
36289 [  8222] By: jhi                                   on 2000/12/21  16:24:01
36290         Log: Metaconfig unit changes for #8221.
36291      Branch: metaconfig/U/perl
36292           +> issymlink.U
36293            - testsyml.U
36294            ! Mksymlinks.U
36295 ____________________________________________________________________________
36296 [  8221] By: jhi                                   on 2000/12/21  16:23:48
36297         Log: Rename testsyml to issymlink.
36298      Branch: perl
36299            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36300            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
36301            ! win32/config.vc
36302 ____________________________________________________________________________
36303 [  8220] By: jhi                                   on 2000/12/21  15:47:26
36304         Log: Robustness support for #8218 (symlink forest) since the GNU
36305              tools seem to be overly picky about symlinkage depths.
36306      Branch: perl
36307            ! Makefile.SH t/io/fs.t
36308 ____________________________________________________________________________
36309 [  8219] By: jhi                                   on 2000/12/21  15:38:27
36310         Log: Metaconfig changes for #8218.
36311      Branch: metaconfig
36312            ! U/modified/Oldconfig.U
36313      Branch: metaconfig/U/perl
36314            + Mksymlinks.U
36315            ! testsyml.U
36316 ____________________________________________________________________________
36317 [  8218] By: jhi                                   on 2000/12/21  15:37:57
36318         Log: Add Configure option -Dmksymlinks which will create a symlink
36319              forest if the current/build differs from the source directory.
36320              TODO: mkdir -p is not portable.
36321      Branch: perl
36322            ! Configure
36323 ____________________________________________________________________________
36324 [  8217] By: jhi                                   on 2000/12/21  14:39:12
36325         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
36326              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
36327              Date: Thu, 21 Dec 2000 09:38:18 GMT
36328              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
36329              
36330              The ofs became an SV.
36331      Branch: perl
36332            ! ext/Thread/Thread.xs
36333 ____________________________________________________________________________
36334 [  8216] By: jhi                                   on 2000/12/21  05:40:21
36335         Log: The polymorphism seems to have fixed 20000517.001.
36336      Branch: perl
36337            ! t/pragma/utf8.t
36338 ____________________________________________________________________________
36339 [  8215] By: jhi                                   on 2000/12/21  04:44:52
36340         Log: read() documentation tweak for 20001121.004.
36341      Branch: perl
36342            ! pod/perlfunc.pod
36343 ____________________________________________________________________________
36344 [  8214] By: jhi                                   on 2000/12/21  03:54:11
36345         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
36346      Branch: perl
36347            ! pp_sys.c t/op/misc.t
36348 ____________________________________________________________________________
36349 [  8213] By: jhi                                   on 2000/12/21  00:28:10
36350         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
36351              From: Peter Prymmer <pvhp@forte.com>
36352              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
36353              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
36354      Branch: perl
36355            ! configure.com
36356 ____________________________________________________________________________
36357 [  8212] By: jhi                                   on 2000/12/21  00:26:21
36358         Log: Edit edit edit.
36359      Branch: perl
36360            ! pod/perlfaq3.pod
36361 ____________________________________________________________________________
36362 [  8211] By: jhi                                   on 2000/12/20  18:52:46
36363         Log: Update Changes.
36364      Branch: perl
36365            ! Changes patchlevel.h
36366 ____________________________________________________________________________
36367 [  8210] By: jhi                                   on 2000/12/20  18:34:47
36368         Log: Yet another editor edit.
36369      Branch: perl
36370            ! pod/perlfaq3.pod
36371 ____________________________________________________________________________
36372 [  8209] By: jhi                                   on 2000/12/20  15:33:28
36373         Log: More Win32 Perling.
36374      Branch: perl
36375            ! pod/perlfaq3.pod
36376 ____________________________________________________________________________
36377 [  8208] By: jhi                                   on 2000/12/20  15:07:46
36378         Log: More Win32 editor/IDE/shell hints.
36379      Branch: perl
36380            ! pod/perlfaq3.pod
36381 ____________________________________________________________________________
36382 [  8207] By: jhi                                   on 2000/12/20  03:54:08
36383         Log: Subject: [PATCH] obscure timing knowledge
36384              From: Nicholas Clark <nick@ccl4.org>
36385              Date: Tue, 19 Dec 2000 19:22:31 +0000
36386              Message-ID: <20001219192231.F2827@plum.flirble.org>
36387      Branch: perl
36388            ! sv.c
36389 ____________________________________________________________________________
36390 [  8206] By: jhi                                   on 2000/12/20  03:45:57
36391         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
36392              From: Spider Boardman <spider@leggy.zk3.dec.com>
36393              Date: Tue, 19 Dec 2000 21:30:16 -0500
36394              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
36395      Branch: perl
36396            ! sv.c
36397 ____________________________________________________________________________
36398 [  8205] By: jhi                                   on 2000/12/19  23:02:01
36399         Log: Update Changes.
36400      Branch: perl
36401            ! Changes patchlevel.h
36402 ____________________________________________________________________________
36403 [  8204] By: jhi                                   on 2000/12/19  22:58:18
36404         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
36405              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
36406              on editors and diffing/patching.
36407      Branch: perl
36408            ! t/op/utf8decode.t
36409 ____________________________________________________________________________
36410 [  8203] By: nick                                  on 2000/12/19  21:36:16
36411         Log: Integrate mainline (forgot my own change...)
36412      Branch: perlio
36413           !> ext/Encode/compile
36414 ____________________________________________________________________________
36415 [  8202] By: nick                                  on 2000/12/19  21:34:42
36416         Log: Integrate mainline.
36417      Branch: perlio
36418           !> (integrate 61 files)
36419 ____________________________________________________________________________
36420 [  8201] By: nick                                  on 2000/12/19  21:34:06
36421         Log: Avoid looking for File::Glob when we don't need it.
36422      Branch: perl
36423            ! ext/Encode/compile
36424 ____________________________________________________________________________
36425 [  8200] By: jhi                                   on 2000/12/19  18:35:49
36426         Log: Update Changes.
36427      Branch: perl
36428            ! Changes patchlevel.h
36429 ____________________________________________________________________________
36430 [  8199] By: jhi                                   on 2000/12/19  18:35:07
36431         Log: Microperl tweaks.
36432      Branch: perl
36433            ! sv.c uconfig.h uconfig.sh
36434 ____________________________________________________________________________
36435 [  8198] By: jhi                                   on 2000/12/19  18:29:59
36436         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
36437      Branch: perl
36438            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36439            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
36440 ____________________________________________________________________________
36441 [  8197] By: jhi                                   on 2000/12/19  17:55:29
36442         Log: In VMS embedded perls couldn't access the statically built Socket,
36443              from Charles Lane.
36444      Branch: perl
36445            ! configure.com
36446 ____________________________________________________________________________
36447 [  8196] By: jhi                                   on 2000/12/19  17:49:50
36448         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
36449              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
36450              Date: Sun, 17 Dec 2000 19:11:44 -0000
36451              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
36452      Branch: perl
36453            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36454            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
36455 ____________________________________________________________________________
36456 [  8195] By: jhi                                   on 2000/12/19  17:47:53
36457         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
36458              From: Jonathan Stowe <gellyfish@gellyfish.com>
36459              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
36460              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
36461      Branch: perl
36462            ! utils/h2xs.PL
36463 ____________________________________________________________________________
36464 [  8194] By: jhi                                   on 2000/12/19  17:46:28
36465         Log: Subject: Re: useless use of void context work-around
36466              From: andreas.koenig@anima.de (Andreas J. Koenig)
36467              Date: 16 Dec 2000 15:13:36 +0100
36468              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
36469              
36470              Document (comment) the q(di ds ig) trick in the code.
36471      Branch: perl
36472            ! op.c
36473 ____________________________________________________________________________
36474 [  8193] By: jhi                                   on 2000/12/19  17:10:57
36475         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
36476              From: "Mark J. Reed" <mreed@strange.turner.com>
36477              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
36478              Message-Id: <200012160222.VAA13986@strange.turner.com>
36479      Branch: perl
36480            ! ext/Sys/Syslog/Syslog.pm
36481 ____________________________________________________________________________
36482 [  8192] By: jhi                                   on 2000/12/19  17:07:45
36483         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
36484              From: Nicholas Clark <nick@ccl4.org>
36485              Date: Sat, 16 Dec 2000 19:03:13 +0000
36486              Message-ID: <20001216190313.D68304@plum.flirble.org>
36487      Branch: perl
36488            ! t/op/64bitint.t
36489 ____________________________________________________________________________
36490 [  8191] By: jhi                                   on 2000/12/19  17:06:13
36491         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
36492              From: Dominic Dunlop <domo@computer.org>
36493              Date: Mon, 18 Dec 2000 12:00:15 +0100
36494              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
36495              
36496              This patchlet is needed in order that perl can be statically linked.  
36497      Branch: perl
36498            ! regexec.c
36499 ____________________________________________________________________________
36500 [  8190] By: jhi                                   on 2000/12/19  17:03:08
36501         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
36502              From: "Craig A. Berry" <craig.berry@psinetcs.com>
36503              Date: Sun, 17 Dec 2000 00:18:35 -0600
36504              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
36505      Branch: perl
36506            ! perlio.h vms/gen_shrfls.pl
36507 ____________________________________________________________________________
36508 [  8189] By: jhi                                   on 2000/12/19  16:20:28
36509         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
36510              From: Prymmer/Kahn <pvhp@best.com>
36511              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
36512              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
36513              
36514              A better version of #8188.
36515      Branch: perl
36516            ! pod/perlfaq3.pod
36517 ____________________________________________________________________________
36518 [  8188] By: jhi                                   on 2000/12/19  15:57:06
36519         Log: (Replaced by #8189)
36520              
36521              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
36522              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
36523              From: Prymmer/Kahn <pvhp@best.com>
36524              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
36525              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
36526              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
36527              Date: Mon, 18 Dec 2000 11:10:45 -0500
36528              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
36529      Branch: perl
36530            ! pod/perlfaq3.pod
36531 ____________________________________________________________________________
36532 [  8187] By: jhi                                   on 2000/12/19  15:54:19
36533         Log: Email address fix for Anton Berezin.
36534      Branch: perl
36535            ! AUTHORS
36536 ____________________________________________________________________________
36537 [  8186] By: jhi                                   on 2000/12/19  15:38:54
36538         Log: Subject: [PATCH perl@8102] cygwin port
36539              From: "Eric Fifer" <efifer@dircon.co.uk> 
36540              Date: Thu, 14 Dec 2000 13:41:29 -0000
36541              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
36542              
36543              When compiling modules the data item that is being imported
36544              from libperl.dll needs to be tagged as imported/shared data:
36545              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
36546      Branch: perl
36547            ! perliol.h
36548 ____________________________________________________________________________
36549 [  8185] By: jhi                                   on 2000/12/19  14:53:24
36550         Log: Regen uconfig.h and uconfig.sh.
36551      Branch: perl
36552            ! uconfig.h uconfig.sh
36553 ____________________________________________________________________________
36554 [  8184] By: jhi                                   on 2000/12/18  20:43:49
36555         Log: Comments work so much better when they are closed.
36556      Branch: perl
36557            ! regcomp.c
36558 ____________________________________________________________________________
36559 [  8183] By: jhi                                   on 2000/12/18  18:04:02
36560         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
36561              Fixes the bug 20001218.016.
36562      Branch: perl
36563            ! regcomp.c
36564 ____________________________________________________________________________
36565 [  8182] By: gsar                                  on 2000/12/18  09:53:47
36566         Log: delete spurious files
36567      Branch: maint-5.6/perl
36568            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
36569            - vos/config.h vos/config_h.SH_orig
36570 ____________________________________________________________________________
36571 [  8181] By: gsar                                  on 2000/12/18  09:46:08
36572         Log: regen perltoc
36573      Branch: maint-5.6/perl
36574            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
36575 ____________________________________________________________________________
36576 [  8180] By: gsar                                  on 2000/12/18  09:20:27
36577         Log: integrate changes#7924..7926,7946,7952 from mainline
36578      Branch: maint-5.6/perl
36579           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
36580           !> lib/File/stat.pm t/lib/class-struct.t
36581 ____________________________________________________________________________
36582 [  8179] By: gsar                                  on 2000/12/18  08:55:54
36583         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
36584              7918,7919,7988,8907 from mainline (various)
36585      Branch: maint-5.6/perl
36586           +> t/lib/class-struct.t
36587           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
36588           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
36589           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
36590 ____________________________________________________________________________
36591 [  8178] By: gsar                                  on 2000/12/18  08:16:30
36592         Log: avoid redefinition warnings on windows due to sys/socket.h getting
36593              #included before win32.h
36594      Branch: maint-5.6/perl
36595            ! win32/include/sys/socket.h
36596 ____________________________________________________________________________
36597 [  8177] By: gsar                                  on 2000/12/18  05:24:04
36598         Log: make regen_headers; fix POSIX.xs problems; remove outdated
36599              code from sys/socket.h that makes build fail now
36600      Branch: maint-5.6/perl
36601            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
36602            ! pod/perlapi.pod
36603           !> win32/include/sys/socket.h
36604 ____________________________________________________________________________
36605 [  8176] By: gsar                                  on 2000/12/18  05:20:17
36606         Log: update Changes
36607      Branch: maint-5.6/perl
36608            ! Changes patchlevel.h
36609 ____________________________________________________________________________
36610 [  8175] By: gsar                                  on 2000/12/18  04:57:48
36611         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
36612              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
36613              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
36614              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
36615              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
36616              7823,7825,7838
36617      Branch: maint-5.6/perl
36618           +> lib/File/Spec/Epoc.pm
36619           !> (integrate 88 files)
36620 ____________________________________________________________________________
36621 [  8174] By: gsar                                  on 2000/12/18  03:53:09
36622         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
36623              7625..7629,7631..7634,7637,7639,7642 from mainline
36624      Branch: maint-5.6/perl
36625           +> README.solaris
36626           !> (integrate 26 files)
36627 ____________________________________________________________________________
36628 [  8173] By: gsar                                  on 2000/12/18  03:37:02
36629         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
36630              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
36631              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
36632              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
36633      Branch: maint-5.6/perl
36634           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
36635            - MAINTAIN
36636           !> (integrate 111 files)
36637 ____________________________________________________________________________
36638 [  8172] By: jhi                                   on 2000/12/18  02:49:27
36639         Log: Regen pods.
36640      Branch: perl
36641            ! pod/perlmodlib.pod pod/perltoc.pod
36642 ____________________________________________________________________________
36643 [  8171] By: gsar                                  on 2000/12/18  02:49:24
36644         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
36645              7465..7471 from mainline
36646              
36647              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
36648              in platforms that strictly require all the symbols being present
36649              at link time.
36650              
36651              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
36652              
36653              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
36654              
36655              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
36656              
36657              Subject: [PATCH] todo
36658              
36659              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
36660              
36661              Use $sort, $uniq (and $tr) consistently as wondered
36662              by Nicholas Clark.
36663              
36664              Too enthusiastic editing in #7460.
36665              
36666              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
36667              
36668              Upgrade to CPAN 1.58_55.
36669              Subject: CPAN.pm status
36670              
36671              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
36672              
36673              Make target reordering to avoid pointless re-makes.
36674              Subject: Re: Total re-make of 'make okfile' after 7451 ?
36675              
36676              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
36677              
36678              Subject: DOC PATCH 5.6.0
36679              
36680              Add the repository doc by Malcolm, Sarathy, and by Simon,
36681              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
36682      Branch: maint-5.6/perl
36683           +> Porting/repository.pod
36684           !> Configure MANIFEST Makefile.SH README.dos README.os2
36685           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
36686           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
36687           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
36688 ____________________________________________________________________________
36689 [  8169] By: gsar                                  on 2000/12/18  02:33:34
36690         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
36691              7435..7441,7445 from mainline
36692              
36693              Make the UTF-8 decoding stricter and more verbose when
36694              malformation happens.  This involved adding an argument
36695              to utf8_to_uv_chk(), which involved changing its prototype,
36696              and prefer STRLEN over I32 for the UTF-8 length, which as
36697              a domino effect necessitated changing the prototypes of
36698              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
36699              The stricter UTF-8 decoding checking uses Markus Kuhn's
36700              UTF-8 Decode Stress Tester from
36701              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
36702              
36703              Run vms/vms_yfix.pl, should have done that after changing
36704              perly.c in #7382.
36705              
36706              Subject: [PATCH 5.7.0] static linking with uninstalled perl
36707              
36708              (Replaced by #7440.)
36709              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36710              
36711              Fix the bug ID 20001024.005, the bug introduced by #7416.
36712              
36713              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
36714              
36715              Fix the bug reported in
36716              From: andreas.koenig@anima.de (Andreas J. Koenig)
36717              Also make is_utf8_char() stricter.
36718              
36719              Missed the header file changes from #7425.
36720              
36721              Check if stdio supports tweaking lval and cnt simultaneously.
36722              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
36723              
36724              Stratus VOS updates from Paul Green.
36725              
36726              Podify README.epoc and README.vos.
36727              
36728              Add targets to Makefile.SH, most importantly
36729              'regen_all' which also remembers to update vms/perly*.
36730              
36731              Subject: Minor update to find2perl, for portability
36732              
36733              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
36734              
36735              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
36736              
36737              Rename UTF8LEN() to be UNISKIP(), too confusing to have
36738              UTF8LEN() and UTF8SKIP(). 
36739              
36740              Allow poking holes at the UTF-8 decoding strictness.
36741              
36742              Continue the internal UTF-8 API tweaking.
36743              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
36744              used much more than the simpler API, now called utf8_to_uv_simple().
36745              Still not quite happy with API, too much partial duplication
36746              of functionality.
36747              
36748              A new version of making the syslog test more robust.
36749              (Replaces #7421.)
36750              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36751              
36752              buildtoc target tweaks.
36753              
36754              Integrate with vmsperl #7430 by Charles Bailey:
36755              
36756              Cleanup from prior patch (Charles Lane?):
36757              - improve handling of MFDs in Basename and Path
36758              - default to no xsubpp line # munging when building debug images
36759      Branch: maint-5.6/perl
36760           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36761           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
36762           !> (integrate 67 files)
36763 ____________________________________________________________________________
36764 [  8168] By: gsar                                  on 2000/12/18  02:05:49
36765         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
36766              
36767              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
36768              From: Martin Husemann <martin@duskware.de>
36769              
36770              Subject: [PATCH 5.7.0] restore match data on backtracing
36771              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36772      Branch: maint-5.6/perl
36773           !> regcomp.c regexec.c t/op/re_tests
36774 ____________________________________________________________________________
36775 [  8167] By: gsar                                  on 2000/12/18  01:55:22
36776         Log: integrate changes#7858,7986 from mainline
36777              
36778              C<foreach my $x ...> in pseudo-fork()ed process may diddle
36779              parent's memory; fix it by keeping track of the actual pad
36780              offset rather than a raw pointer (this change is probably also
36781              relevant to non-ithreads case to avoid fallout from reallocs of
36782              the pad array, but is currently only enabled for the ithreads
36783              case in the interests of minimal disruption to existing "well
36784              tested" code)
36785              
36786              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
36787              due to the notorious GetFileType() bug in Windows 9x, which fstat()
36788              tickles)
36789      Branch: maint-5.6/perl
36790           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
36791           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
36792           !> win32/win32.c win32/win32.h win32/win32sck.c
36793 ____________________________________________________________________________
36794 [  8166] By: gsar                                  on 2000/12/18  01:52:59
36795         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
36796              from mainline (xsubpp and ExtUtils::LibList fixups, various
36797              other small items)
36798      Branch: maint-5.6/perl
36799           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
36800           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
36801           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
36802           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
36803           !> win32/bin/search.pl
36804 ____________________________________________________________________________
36805 [  8165] By: gsar                                  on 2000/12/18  01:28:45
36806         Log: integrate changes#7533,7563,7611,7623 from mainline (various
36807              malloc.c embellishments)
36808      Branch: maint-5.6/perl
36809           !> malloc.c pod/perldiag.pod
36810 ____________________________________________________________________________
36811 [  8164] By: gsar                                  on 2000/12/18  01:23:33
36812         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
36813              fixups)
36814      Branch: maint-5.6/perl
36815           !> utils/h2xs.PL
36816 ____________________________________________________________________________
36817 [  8163] By: gsar                                  on 2000/12/18  01:17:50
36818         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
36819              fixups)
36820      Branch: maint-5.6/perl
36821           !> Makefile.SH utils/perlbug.PL
36822 ____________________________________________________________________________
36823 [  8162] By: gsar                                  on 2000/12/18  00:25:43
36824         Log: always export Perl_deb() (it is required by re.xs whether
36825              Perl is built with or without -DDEBUGGING)
36826      Branch: maint-5.6/perl
36827            ! makedef.pl
36828 ____________________________________________________________________________
36829 [  8161] By: gsar                                  on 2000/12/18  00:23:38
36830         Log: integrate change#7414 from mainline
36831              
36832              Undo the basename() part of #7412 since the lib/basename
36833              tests would need upgrading too.
36834              
36835              squelch two tests in tr.t that rely on tr/// paranoia change
36836              that's not in 5.6.x
36837      Branch: maint-5.6/perl
36838            ! t/op/tr.t
36839           !> lib/File/Basename.pm
36840 ____________________________________________________________________________
36841 [  8160] By: gsar                                  on 2000/12/18  00:05:30
36842         Log: missing change in previous integrate
36843      Branch: maint-5.6/perl
36844           !> README.aix
36845 ____________________________________________________________________________
36846 [  8159] By: gsar                                  on 2000/12/18  00:03:38
36847         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
36848              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
36849              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
36850              7410..7413 from mainline
36851      Branch: maint-5.6/perl
36852           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
36853           +> t/lib/tie-splice.t
36854            - lib/unicode/Is/DCinital.pl
36855           !> (integrate 112 files)
36856 ____________________________________________________________________________
36857 [  8158] By: jhi                                   on 2000/12/17  23:04:24
36858         Log: Subject: [PATCHES] RE: perl@8150 
36859              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
36860              Date: Sun, 17 Dec 2000 21:46:39 +0100
36861              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
36862              
36863              Neither cygwin has a getpwuid() one can trust on.
36864      Branch: perl
36865            ! t/lib/glob-basic.t
36866 ____________________________________________________________________________
36867 [  8157] By: jhi                                   on 2000/12/17  23:01:54
36868         Log: More MAN.PODS => {} fixes.
36869      Branch: perl
36870            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
36871            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
36872            ! os2/OS2/REXX/Makefile.PL
36873 ____________________________________________________________________________
36874 [  8156] By: gsar                                  on 2000/12/17  22:49:13
36875         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
36876              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
36877              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
36878              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
36879              7201,7204 from mainline
36880      Branch: maint-5.6/perl
36881           !> (integrate 121 files)
36882 ____________________________________________________________________________
36883 [  8155] By: jhi                                   on 2000/12/17  22:30:58
36884         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
36885              From: "Craig A. Berry" <craigberry@mac.com>
36886              Date: Sun, 17 Dec 2000 13:09:28 -0600
36887              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
36888              
36889              MAN.PODS => ' ' is naughty.
36890      Branch: perl
36891            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
36892 ____________________________________________________________________________
36893 [  8154] By: nick                                  on 2000/12/17  22:07:13
36894         Log: MULTIPLICITY nit.
36895      Branch: perl
36896            ! mg.c
36897 ____________________________________________________________________________
36898 [  8153] By: gsar                                  on 2000/12/17  21:23:05
36899         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
36900              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
36901              from mainline
36902              
36903              Document the SvIOK_.*UV().
36904              
36905              Update Unicode todo list.
36906              
36907              Guard against bad string->int conversion for quads.
36908              
36909              Subject: small apidoc fix
36910              
36911              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
36912              
36913              Subject: [PATCH] Tied filehandle documentation
36914              
36915              Subject: [PATCH] Modernize Opcode.pm documentation
36916              
36917              Make Data::Dumper (non-XS) to work with changed semantics of ref().
36918              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
36919              [applied even though said semantics didn't change in 5.6.x]
36920              
36921              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
36922              
36923              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
36924              
36925              Fix the URL, but the server is still missing in action.
36926              Subject: [ID 20000905.002] perlfaq1.pod URL error
36927              
36928              Subject: [ID 20000903.001] \w in utf8-strings
36929              
36930              Fix the ccversion detection for 5.1 and beyond.
36931              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
36932              
36933              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
36934              
36935              Subject: [ID 20000904.008] Tiny fix for perldiag
36936              
36937              Subject: Re: [ID 20000906.004] segfault with bad perl statement
36938              
36939              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
36940              
36941              Subject: [ID 20000908.002] perlipc documentation bug.
36942              
36943              Subject: [PATCH lib/Benchmark.pm]
36944              
36945              Re-allow vec() for characters > 255.
36946              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
36947              
36948              Do away with memory models cruft.  Sorry, PDP users.
36949              
36950              Continue #7041.
36951              
36952              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
36953              
36954              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
36955              
36956              Upgrade to CPAN 1.57_65, from Andreas König.
36957              
36958              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
36959              by Russ Allbery.
36960              
36961              Silence t/pod/*.t about alternate quote-mappings now implemented
36962              by Pod::Text, from Brad Appleton.
36963              
36964              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
36965              Subject: borland C++ win32.c tweak
36966              
36967              C<@a = @b = split(...)> optimization coredumps under ithreads
36968              (missed a spot when fixing up op_pmreplroot hack for ithreads)
36969              
36970              Document the SvUTF8*().
36971              
36972              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
36973              
36974              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
36975              
36976              Do in VMS as the #7054 does.
36977              
36978              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
36979              
36980              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
36981              
36982              Subject: [patch: perl@7045] vms updates
36983              
36984              Test for the #7049.
36985              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
36986              
36987              Break up the myconfig lines a bit.
36988              Subject: perlbug/perl -V output format
36989              
36990              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
36991              
36992              The #7054 truncated Configure badly.
36993              
36994              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
36995              initialization in all the threads on Windows
36996              
36997              Allow for whitespace between "#" and "line" in cpp output.
36998              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
36999              
37000              Remove vestiges of tr//CU.
37001              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
37002              
37003              The return value of setlocale must be copied away.
37004              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
37005              
37006              Allow chop() and chomp() to be overridden.
37007              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
37008              
37009              Hints optimization.
37010              Subject: Minor nit
37011              
37012              Subject: [PATCH] de-wall t/README
37013              
37014              Subject: Re: Two advertising clauses need to be removed
37015      Branch: maint-5.6/perl
37016           !> (integrate 75 files)
37017 ____________________________________________________________________________
37018 [  8152] By: gsar                                  on 2000/12/17  20:30:11
37019         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
37020              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
37021              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
37022              
37023              Don't attach -ld to the archname if pointless.
37024              
37025              Document UNTIE in a very minimalistic way.
37026              
37027              POSIX doesn't report long double values under -Duselongdouble
37028              when the long doubles are "real" (bigger than doubles).
37029              
37030              More author updates.
37031              
37032              Try to deduce NV_MAX.  Really should be Configure fodder.
37033              
37034              :: not allowed in pathnames, change to .
37035              Subject: [PATCH perl@6938] cygwin port
37036              
37037              Forget about NV_MAX (#6951).  Various floating point tweaks,
37038              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
37039              
37040              Move the Solaris 7 scan to use64bitall, make the
37041              failure to find 64-bot sparc libc to mention the
37042              possibility of being in an intel, from Lupe and Alan.
37043              
37044              Regen perltoc.
37045              
37046              AUTHORS tweaks, from Peter Prymmer.
37047              
37048              More address tweaking.
37049              
37050              Small tweaks all over.
37051              
37052              File::Temp patches from Andreas König,
37053              
37054              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
37055              
37056              Subject: CPAN.pm beta 1.57_57 for the core
37057              
37058              Part of the solution.
37059              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
37060              
37061              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
37062              
37063              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37064              
37065              Add the overload warnings to perldiag.
37066              
37067              Drop unused argument.
37068              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
37069              
37070              Subject: Nit in Configure (bleadperl@6961)
37071              
37072              Update to PodParser 1.18, from Brad Appleton.
37073              
37074              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
37075              
37076              Subject: [PATCH: 6948] add SCNfldbl to configure.com
37077              
37078              Document UNTIE. Also tweak implementation to suppress the 'inner references'
37079              warning when UNTIE exists and instead pass the cound of extra references to
37080              the UNTIE method.
37081              
37082              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
37083              so that case-ignoring systems like DCL can tell them from
37084              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
37085              
37086              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37087              
37088              Feature ordering tweak.
37089              
37090              Regen perltoc.
37091              
37092              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
37093              
37094              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
37095              
37096              Subject: http:// in L<>
37097              
37098              Detypo.
37099              
37100              change#6791 accidentally clobbered change#6710, put it back
37101              
37102              Only the first line, thank you very much.
37103              
37104              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
37105              plus rework the http: spots as suggested by Tom Christiansen,
37106              plus regen perltoc.
37107              
37108              Undo part of change 6489 which looks like a bulk edit which
37109              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
37110              The supressing of main:: on return from select() is undesirable.
37111              
37112              Apparently avoiding the swapping is too costly.
37113              
37114              Various Configure nits by Philip Newton,
37115              plus the ebcdic one by me.
37116              
37117              Make certain cc is set before trying to run it.
37118              
37119              If overloaded %{} etc. return the object do not loop.
37120              Thus  sub deref { $_[0] } functions if object is wanted type.
37121              
37122              Update perlhist.
37123              
37124              More %{} and other deref special casing - do not pass to 'nomethod'.
37125      Branch: maint-5.6/perl
37126           !> (integrate 59 files)
37127 ____________________________________________________________________________
37128 [  8151] By: gsar                                  on 2000/12/17  19:14:38
37129         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
37130              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
37131              
37132              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
37133              
37134              Make the epsilon to be relative, not absolute.
37135              
37136              Put back the flags dump as reasoned in
37137              Subject: Re: [PATCH] Glob dumping
37138              
37139              Introduce ccname to keep track of what compiler kind of we have.
37140              
37141              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
37142              
37143              Put back the slice accidentally removed by #6907.
37144              
37145              Reset archname and archname64 always, forcing them be
37146              recomputed at each Configure run, make Configure and
37147              the hints files agree on the naming of largefiles variables.
37148              
37149              Don't say "Perl 5.0 source kit".
37150              
37151              Subject: [PATCH] fix misc cast warnings
37152              
37153              Subject: typos in pods
37154              
37155              NVs not necessarily doubles, as pointed out by Yitzchak.
37156              
37157              Subject: [PATCH 6889] add a few ldbl formats to configure.com
37158              
37159              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
37160              
37161              Better options for rsync.
37162              
37163              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
37164              
37165              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
37166              
37167              Subject: [PATCH] Re: UNTIE method 
37168              
37169              A better fix for the Socket building problem from Craig Berry.
37170              
37171              Retract the dummy test, skip the security tests (instead of failing),
37172              explain what the warnings mean.
37173              
37174              Heap decorruption.
37175              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
37176              
37177              Update to Unicode 3.0.1.
37178              
37179              Missed one Unicode file.
37180              
37181              Subject: Re: typos in pods
37182              
37183              The #6929 was too skimpy.
37184              
37185              sscanf() may be the only way to read long doubles from strings.
37186              
37187              Reveal Borland's isnan.
37188              Subject: build with BC++ tweak
37189              
37190              Issue useful diagnostic on unknown pod commands.
37191              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
37192              
37193              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
37194              
37195              Clarify the third case of ftmp-security warnings.
37196              
37197              Make -Dusemorebits find long doubles in Solaris.
37198              
37199              Wrap the test in eval.
37200      Branch: maint-5.6/perl
37201           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
37202           +> lib/unicode/PropList.txt lib/unicode/README.perl
37203           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
37204           +> lib/unicode/Unicode.301 vms/vmspipe.com
37205            - lib/unicode/Props.txt lib/unicode/UCD300.html
37206            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
37207           !> (integrate 305 files)
37208 ____________________________________________________________________________
37209 [  8150] By: jhi                                   on 2000/12/17  18:47:57
37210         Log: Uncheckedin generated files.
37211      Branch: perl
37212            ! global.sym perlapi.c pod/perlapi.pod
37213 ____________________________________________________________________________
37214 [  8149] By: jhi                                   on 2000/12/17  18:41:22
37215         Log: Update Changes.
37216      Branch: perl
37217            ! Changes patchlevel.h
37218 ____________________________________________________________________________
37219 [  8148] By: jhi                                   on 2000/12/17  18:39:16
37220         Log: Subject: [PATCH] Fcntl constants speedup
37221              From: Nicholas Clark <nick@ccl4.org>
37222              Date: Sun, 17 Dec 2000 16:29:24 +0000
37223              Message-ID: <20001217162924.E97668@plum.flirble.org>
37224              
37225              Use IVs for the Fcntl constants instead of NVs.
37226      Branch: perl
37227            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
37228 ____________________________________________________________________________
37229 [  8147] By: jhi                                   on 2000/12/17  18:33:41
37230         Log: Add test for #8145 (binmode() warning), add warning for
37231              ioctl() and sockpair(), document them. (fileno() cannot
37232              be tripwired with the same kind of warning because
37233              'defined fileno($foo)' seems to be an idiom.)
37234      Branch: perl
37235            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
37236 ____________________________________________________________________________
37237 [  8146] By: gsar                                  on 2000/12/17  18:09:08
37238         Log: update Changes
37239      Branch: maint-5.6/perl
37240            ! Changes
37241 ____________________________________________________________________________
37242 [  8145] By: jhi                                   on 2000/12/17  17:39:35
37243         Log: Subject: [PATCH] Re: The long awaited feature ...
37244              From: Simon Cozens <simon@cozens.net>
37245              Date: Sun, 17 Dec 2000 12:31:56 +0000
37246              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
37247              
37248              Add a warning to binmode() about using bad filehandles
37249              (can happen e.g. if someone forgets the filehandle argument)
37250      Branch: perl
37251            ! pp_sys.c
37252 ____________________________________________________________________________
37253 [  8144] By: jhi                                   on 2000/12/17  17:33:48
37254         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
37255              From: Jonathan Stowe <gellyfish@gellyfish.com>
37256              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
37257              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
37258      Branch: perl
37259            ! lib/Net/Ping.pm
37260 ____________________________________________________________________________
37261 [  8143] By: jhi                                   on 2000/12/17  05:31:37
37262         Log: Polymorphic regexps.
37263              
37264              Fixes at least the bugs 20001028.003 (both of them...) and
37265              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
37266              also to be fixed by now, probably already before this patch.
37267      Branch: perl
37268            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
37269            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
37270            ! t/op/utf8decode.t t/pragma/utf8.t
37271 ____________________________________________________________________________
37272 [  8142] By: jhi                                   on 2000/12/16  17:16:05
37273         Log: Subject: [patch perl@8102] dos/djgpp update
37274              From: Laszlo Molnar <ml1050@freemail.hu>
37275              Date: Sat, 16 Dec 2000 01:40:52 +0100
37276              Message-ID: <20001216014052.A335@freemail.hu>
37277      Branch: perl
37278            ! djgpp/config.over t/base/commonsense.t
37279 ____________________________________________________________________________
37280 [  8141] By: jhi                                   on 2000/12/16  17:09:27
37281         Log: Few uncheckedin files.
37282      Branch: perl
37283            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
37284 ____________________________________________________________________________
37285 [  8140] By: nick                                  on 2000/12/15  22:14:31
37286         Log: Integrate mainline
37287      Branch: perlio
37288           !> (integrate 53 files)
37289 ____________________________________________________________________________
37290 [  8139] By: jhi                                   on 2000/12/15  19:49:49
37291         Log: One more IVUV tweak from Nicholas Clark.
37292      Branch: perl
37293            ! sv.c
37294 ____________________________________________________________________________
37295 [  8138] By: jhi                                   on 2000/12/15  19:17:06
37296         Log: Return of the IVUV-preservation, now seems to be happy even
37297              in Digital UNIX (the broken strtoul brokenness detection
37298              seems to have been the fly in the ointment).
37299      Branch: perl
37300            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37301            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
37302            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
37303            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
37304            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37305            ! vos/config.ga.h win32/config.bc win32/config.gc
37306            ! win32/config.vc
37307 ____________________________________________________________________________
37308 [  8137] By: jhi                                   on 2000/12/15  18:12:14
37309         Log: Metaconfig unit change for #8136.
37310      Branch: metaconfig
37311            ! U/modified/d_strtoul.U
37312      Branch: metaconfig/U/perl
37313            ! d_strtoull.U d_strtouq.U
37314 ____________________________________________________________________________
37315 [  8136] By: jhi                                   on 2000/12/15  18:11:35
37316         Log: I don't think it's sensible or portable to test the strtou*
37317              on /^-/ strings.
37318      Branch: perl
37319            ! Configure
37320 ____________________________________________________________________________
37321 [  8135] By: jhi                                   on 2000/12/15  17:18:49
37322         Log: Metaconfig unit change for #8134.
37323      Branch: metaconfig
37324            ! U/modified/d_strtoul.U
37325 ____________________________________________________________________________
37326 [  8134] By: jhi                                   on 2000/12/15  17:14:13
37327         Log: If longsize is 8 we don't need a LL suffix for integer constants.
37328      Branch: perl
37329            ! Configure config_h.SH
37330 ____________________________________________________________________________
37331 [  8133] By: jhi                                   on 2000/12/15  16:00:23
37332         Log: Update Changes.
37333      Branch: perl
37334            ! Changes patchlevel.h
37335 ____________________________________________________________________________
37336 [  8132] By: jhi                                   on 2000/12/15  15:44:16
37337         Log: Some compilers get huffy if you do not cast a const pointer
37338              to a non-const when assigning.
37339      Branch: perl
37340            ! gv.c
37341 ____________________________________________________________________________
37342 [  8131] By: jhi                                   on 2000/12/15  15:38:30
37343         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
37344              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37345              Date: Fri, 15 Dec 2000 05:26:57 -0500
37346              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
37347      Branch: perl
37348            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
37349            ! t/pragma/overload.t
37350 ____________________________________________________________________________
37351 [  8130] By: jhi                                   on 2000/12/15  15:36:08
37352         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
37353              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37354              Date: Thu, 14 Dec 2000 22:02:43 -0500
37355              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
37356      Branch: perl
37357            ! gv.c perl.h
37358 ____________________________________________________________________________
37359 [  8129] By: jhi                                   on 2000/12/15  15:34:16
37360         Log: Subject: PATCH: h2xs nit
37361              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37362              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
37363              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
37364              
37365              Add a template README.
37366      Branch: perl
37367            ! utils/h2xs.PL
37368 ____________________________________________________________________________
37369 [  8128] By: jhi                                   on 2000/12/15  15:32:22
37370         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
37371      Branch: perl
37372            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
37373 ____________________________________________________________________________
37374 [  8127] By: jhi                                   on 2000/12/15  15:19:34
37375         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
37376              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37377              Date:     Thu, 14 Dec 2000 20:04:42 EST
37378              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
37379      Branch: perl
37380            ! ext/Opcode/Opcode.xs
37381 ____________________________________________________________________________
37382 [  8126] By: jhi                                   on 2000/12/15  15:17:49
37383         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
37384              From: Peter Prymmer <pvhp@forte.com>
37385              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
37386              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
37387      Branch: perl
37388            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
37389            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
37390            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
37391 ____________________________________________________________________________
37392 [  8125] By: jhi                                   on 2000/12/15  15:11:05
37393         Log: This seems to be a stage sane and stable enough to checkin.
37394              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
37395      Branch: perl
37396            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
37397            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
37398            ! t/op/cmp.t t/op/numconvert.t
37399 ____________________________________________________________________________
37400 [  8124] By: jhi                                   on 2000/12/15  04:20:26
37401         Log: Something is really wonky.
37402      Branch: perl
37403            ! sv.c
37404 ____________________________________________________________________________
37405 [  8123] By: jhi                                   on 2000/12/15  04:00:50
37406         Log: Fixes for the IV UV patches to compile in Digital UNIX.
37407      Branch: perl
37408            ! sv.c
37409 ____________________________________________________________________________
37410 [  8122] By: jhi                                   on 2000/12/15  02:53:40
37411         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
37412              From: "Craig A. Berry" <craigberry@mac.com>
37413              Date: Thu, 14 Dec 2000 19:10:49 -0600
37414              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
37415      Branch: perl
37416            ! vms/vms.c
37417 ____________________________________________________________________________
37418 [  8121] By: jhi                                   on 2000/12/15  02:50:00
37419         Log: Metaconfig changes for #8120.
37420      Branch: metaconfig
37421            + U/modified/d_strtoul.U
37422      Branch: metaconfig/U/perl
37423            ! d_strtoull.U d_strtouq.U
37424 ____________________________________________________________________________
37425 [  8120] By: jhi                                   on 2000/12/15  02:49:42
37426         Log: From: Nicholas Clark <nick@ccl4.org> 
37427              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
37428              Date: Thu, 14 Dec 2000 18:38:57 +0000
37429              Message-ID: <20001214183857.B97909@plum.flirble.org>
37430      Branch: perl
37431            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37432            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
37433            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
37434            ! vos/config.ga.def vos/config.ga.h win32/config.bc
37435            ! win32/config.gc win32/config.vc
37436 ____________________________________________________________________________
37437 [  8119] By: jhi                                   on 2000/12/14  23:40:58
37438         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
37439              From: Nicholas Clark <nick@ccl4.org>
37440              Date: Wed, 13 Dec 2000 20:08:50 +0000
37441              Message-ID: <20001213200849.B71166@plum.flirble.org>
37442      Branch: perl
37443            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
37444            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
37445 ____________________________________________________________________________
37446 [  8118] By: jhi                                   on 2000/12/14  22:46:26
37447         Log: Integrate perlio.
37448      Branch: perl
37449           !> MANIFEST ext/Encode/compile makedef.pl
37450 ____________________________________________________________________________
37451 [  8117] By: nick                                  on 2000/12/14  22:38:53
37452         Log: Win32 tweaks to get Encode to build
37453              - temp hack to makedef.pl till PerlIO is properly "exported".
37454              - MSVC dislikes  
37455              static encpage_t foo[];
37456              so make 'em extern for now.
37457      Branch: perlio
37458            ! ext/Encode/compile makedef.pl
37459 ____________________________________________________________________________
37460 [  8116] By: nick                                  on 2000/12/14  22:00:53
37461         Log: Document the new files
37462      Branch: perlio
37463            ! MANIFEST
37464 ____________________________________________________________________________
37465 [  8115] By: jhi                                   on 2000/12/14  21:58:01
37466         Log: MANIFEST new files of #8114.
37467      Branch: perl
37468            ! MANIFEST
37469 ____________________________________________________________________________
37470 [  8114] By: jhi                                   on 2000/12/14  21:50:49
37471         Log: Integrate perlio.
37472      Branch: perl
37473           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
37474           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
37475           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
37476           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
37477           !> ext/Encode/Makefile.PL
37478 ____________________________________________________________________________
37479 [  8113] By: jhi                                   on 2000/12/14  21:48:49
37480         Log: The documentation part of the
37481              
37482              Subject: [ID 20001214.002] Net::Ping patch
37483              From: Jonathan Stowe <gellyfish@gellyfish.com>
37484              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
37485              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
37486              since the #7529 had already addressed the same problem.
37487      Branch: perl
37488            ! lib/Net/Ping.pm
37489 ____________________________________________________________________________
37490 [  8112] By: jhi                                   on 2000/12/14  21:42:57
37491         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
37492              From: Dominic Dunlop <domo@computer.org>
37493              Date: Tue, 12 Dec 2000 10:47:10 +0100
37494              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
37495              
37496              Document how elusive subroutines can be.
37497      Branch: perl
37498            ! pod/perlfunc.pod
37499 ____________________________________________________________________________
37500 [  8111] By: jhi                                   on 2000/12/14  21:38:05
37501         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
37502              From: Dominic Dunlop <domo@computer.org>
37503              Date: Thu, 14 Dec 2000 10:13:51 +0100
37504              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
37505      Branch: perl
37506            ! ext/POSIX/POSIX.pod
37507 ____________________________________________________________________________
37508 [  8110] By: jhi                                   on 2000/12/14  21:36:32
37509         Log: Subject: [patch] perlfaq7
37510              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
37511              Date: Thu, 14 Dec 2000 15:31:07 +0100
37512              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
37513      Branch: perl
37514            ! pod/perlfaq7.pod
37515 ____________________________________________________________________________
37516 [  8109] By: jhi                                   on 2000/12/14  21:29:20
37517         Log: Subject: [8104] Encode
37518              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37519              Date: Thu, 14 Dec 2000 14:49:34 +0100
37520              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
37521              
37522              Type casting for nervous compilers.
37523      Branch: perl
37524            ! ext/Encode/Encode.xs
37525 ____________________________________________________________________________
37526 [  8108] By: jhi                                   on 2000/12/14  21:26:17
37527         Log: Subject: [8104] DB_File
37528              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37529              Date: Thu, 14 Dec 2000 14:49:35 +0100
37530              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
37531              
37532              Type definition incorrect for DB 2.7.7.  Not known when it
37533              changed, so only changed it for a known revision.
37534      Branch: perl
37535            ! ext/DB_File/DB_File.xs
37536 ____________________________________________________________________________
37537 [  8107] By: jhi                                   on 2000/12/14  21:23:41
37538         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
37539              From: Peter Prymmer <pvhp@forte.com>
37540              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
37541              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
37542              
37543              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
37544      Branch: perl
37545            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
37546            ! ext/Encode/Encode/posix-bc.enc
37547 ____________________________________________________________________________
37548 [  8106] By: nick                                  on 2000/12/14  20:36:13
37549         Log: "Cold" build correction to Encode's Makefile.PL
37550      Branch: perlio
37551            ! ext/Encode/Makefile.PL
37552 ____________________________________________________________________________
37553 [  8105] By: nick                                  on 2000/12/14  20:09:37
37554         Log: "Compiled" encodings.
37555              Correct replacement character in EBCDIC .enc files
37556              Add 0x7F to ASCII repertoire.
37557      Branch: perlio
37558            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37559            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
37560            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
37561            ! ext/Encode/Makefile.PL ext/Encode/compile
37562            ! ext/Encode/encengine.c ext/Encode/encode.h
37563 ____________________________________________________________________________
37564 [  8104] By: nick                                  on 2000/12/14  00:38:20
37565         Log: Integrate mainline
37566      Branch: perlio
37567           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
37568           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
37569           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
37570           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
37571           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
37572           !> t/lib/db-hash.t t/lib/db-recno.t
37573 ____________________________________________________________________________
37574 [  8103] By: nick                                  on 2000/12/13  23:16:13
37575         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
37576              so far and so it does not get lost.
37577      Branch: perlio
37578            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
37579 ____________________________________________________________________________
37580 [  8102] By: jhi                                   on 2000/12/13  17:14:22
37581         Log: Update Changes.
37582      Branch: perl
37583            ! Changes patchlevel.h
37584 ____________________________________________________________________________
37585 [  8101] By: jhi                                   on 2000/12/13  16:53:41
37586         Log: Move the proto of start_glob() to a better place; regen api files.
37587      Branch: perl
37588            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
37589 ____________________________________________________________________________
37590 [  8100] By: jhi                                   on 2000/12/13  16:47:11
37591         Log: Metaconfig change for #8099.
37592      Branch: metaconfig
37593            ! U/modified/Head.U
37594 ____________________________________________________________________________
37595 [  8099] By: jhi                                   on 2000/12/13  16:46:48
37596         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
37597              From: Andy Dougherty <doughera@lafayette.edu>
37598              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
37599              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
37600      Branch: perl
37601            ! Configure
37602 ____________________________________________________________________________
37603 [  8098] By: jhi                                   on 2000/12/13  16:39:02
37604         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
37605              From: rspier@pobox.com (Robert Spier)
37606              Date: Tue, 12 Dec 2000 21:12:39 -0500
37607              Message-ID: <14902.56087.678086.725773@rls.cx>
37608              
37609              fastgetcwd is defined using a glob alias on a $^O dependent basis -
37610              and there was no default assignment or perl subroutine.
37611      Branch: perl
37612            ! lib/Cwd.pm
37613 ____________________________________________________________________________
37614 [  8097] By: jhi                                   on 2000/12/13  16:16:01
37615         Log: Subject: [PATCH] move startglob out of pp_hot.c
37616              From: Nicholas Clark <nick@ccl4.org>
37617              Date: Mon, 11 Dec 2000 23:16:39 +0000
37618              Message-ID: <20001211231638.A55550@plum.flirble.org>
37619      Branch: perl
37620            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
37621 ____________________________________________________________________________
37622 [  8096] By: jhi                                   on 2000/12/13  15:26:23
37623         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
37624              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
37625              Date: Wed, 13 Dec 2000 14:01:37 +0100
37626              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
37627              
37628              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
37629              in turn requires libpthread in libswanted.
37630      Branch: perl
37631            ! hints/hpux.sh
37632 ____________________________________________________________________________
37633 [  8095] By: jhi                                   on 2000/12/12  19:51:05
37634         Log: The integration wars continue.
37635      Branch: perl
37636           !> sv.c
37637 ____________________________________________________________________________
37638 [  8094] By: jhi                                   on 2000/12/12  19:48:26
37639         Log: Subject: [PATCH perl@8070] DB_File-1.74  
37640              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
37641              Date: Mon, 11 Dec 2000 23:07:17 -0000
37642              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
37643      Branch: perl
37644            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37645            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
37646            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
37647            ! t/lib/db-recno.t
37648 ____________________________________________________________________________
37649 [  8093] By: nick                                  on 2000/12/12  19:42:13
37650         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
37651      Branch: perlio
37652            ! sv.c
37653           !> lib/File/DosGlob.pm
37654 ____________________________________________________________________________
37655 [  8092] By: jhi                                   on 2000/12/12  19:28:11
37656         Log: Integrate perlio.
37657      Branch: perl
37658           !> sv.c
37659 ____________________________________________________________________________
37660 [  8091] By: nick                                  on 2000/12/12  18:49:45
37661         Log: Fix for Tk, and upgrading shared SVs.
37662      Branch: perlio
37663            ! sv.c
37664 ____________________________________________________________________________
37665 [  8090] By: jhi                                   on 2000/12/12  16:48:59
37666         Log: Subject: [PATCH] Re: Breadperl & Tk
37667              From: Nick Ing-Simmons <nik@tiuk.ti.com>
37668              Date: Tue, 12 Dec 2000 14:48:27 GMT
37669              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
37670      Branch: perl
37671            ! sv.c
37672 ____________________________________________________________________________
37673 [  8089] By: jhi                                   on 2000/12/12  03:37:19
37674         Log: Subject: DosGlob.pm diff for bash style brace expansion.
37675              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
37676              Date: Fri, 8 Dec 2000 10:45:30 -0600
37677              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
37678      Branch: perl
37679            ! lib/File/DosGlob.pm
37680 ____________________________________________________________________________
37681 [  8088] By: nick                                  on 2000/12/11  23:59:59
37682         Log: Integrate mainline
37683      Branch: perlio
37684           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
37685           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
37686           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
37687           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
37688           !> t/op/local.t t/pragma/warn/toke toke.c
37689 ____________________________________________________________________________
37690 [  8087] By: jhi                                   on 2000/12/11  23:20:23
37691         Log: Integrate perlio.
37692      Branch: perl
37693           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37694 ____________________________________________________________________________
37695 [  8086] By: jhi                                   on 2000/12/11  22:50:59
37696         Log: Tune further the OS detection of CGI.
37697      Branch: perl
37698            ! lib/CGI.pm
37699 ____________________________________________________________________________
37700 [  8085] By: nick                                  on 2000/12/11  22:50:46
37701         Log: Finish 1st pass of "encoding" layer e.g. :
37702              open($fh,"<encoding(iso8859-7)",$greek) || die;
37703      Branch: perlio
37704            ! ext/Encode/Encode.xs perlio.c perliol.h
37705 ____________________________________________________________________________
37706 [  8084] By: jhi                                   on 2000/12/11  22:32:06
37707         Log: Revert the -f ambiguousity patch, seems to cause
37708              too much hassle (the interpret -Q as a function
37709              where Q is not a known filetest part is left in).
37710      Branch: perl
37711            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
37712            ! toke.c
37713 ____________________________________________________________________________
37714 [  8083] By: jhi                                   on 2000/12/11  22:27:23
37715         Log: (accidentally empty check-in)
37716      Branch: perl
37717            ! lib/File/DosGlob.pm
37718 ____________________________________________________________________________
37719 [  8082] By: nick                                  on 2000/12/11  19:09:51
37720         Log: Restore mmap function (broken by tweaks to shared buffer
37721              layer for encode(xxxx)).
37722      Branch: perlio
37723            ! perlio.c
37724 ____________________________________________________________________________
37725 [  8081] By: jhi                                   on 2000/12/11  18:29:13
37726         Log: Subject: Re: The long awaited feature ...
37727              From: Simon Cozens <simon@cozens.net>
37728              Date: Mon, 11 Dec 2000 15:54:24 +0000
37729              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
37730              
37731              More io/utf8 tests.
37732      Branch: perl
37733            ! t/io/utf8.t
37734 ____________________________________________________________________________
37735 [  8080] By: jhi                                   on 2000/12/11  18:19:36
37736         Log: Subject: PATCH MakeMaker manpage clarification
37737              From: andreas.koenig@anima.de (Andreas J. Koenig)
37738              Date: 10 Dec 2000 20:46:13 +0100
37739              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
37740      Branch: perl
37741            ! lib/ExtUtils/MakeMaker.pm
37742 ____________________________________________________________________________
37743 [  8079] By: jhi                                   on 2000/12/11  15:35:07
37744         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
37745              From: Simon Cozens <simon@cozens.net>
37746              Date: Sun, 10 Dec 2000 19:06:19 +0000
37747              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
37748      Branch: perl
37749            ! ext/B/B/Deparse.pm t/lib/b.t
37750 ____________________________________________________________________________
37751 [  8078] By: jhi                                   on 2000/12/11  15:09:11
37752         Log: Subject: [PATCH] docs on NaN
37753              From: Nicholas Clark <nick@ccl4.org>
37754              Date: Mon, 11 Dec 2000 01:48:38 +0000
37755              Message-ID: <20001211014838.B99205@plum.flirble.org>
37756      Branch: perl
37757            ! pod/perlop.pod
37758 ____________________________________________________________________________
37759 [  8077] By: jhi                                   on 2000/12/11  15:02:21
37760         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
37761              From: Simon Cozens <simon@cozens.net>
37762              Date: Mon, 11 Dec 2000 01:21:45 +0000
37763              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
37764      Branch: perl
37765            ! pp.c pp_hot.c scope.c t/op/local.t
37766 ____________________________________________________________________________
37767 [  8076] By: nick                                  on 2000/12/10  20:43:32
37768         Log: Not merge worthy...
37769              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
37770              syntax is modelled on attributes.
37771              Untested fix for io/utf8 on Win32 etc.
37772              Very clumsy start to the encode layer.
37773      Branch: perlio
37774            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
37775 ____________________________________________________________________________
37776 [  8075] By: jhi                                   on 2000/12/10  18:39:33
37777         Log: Darwin is not Windows.
37778      Branch: perl
37779            ! lib/CGI.pm
37780 ____________________________________________________________________________
37781 [  8074] By: jhi                                   on 2000/12/10  18:31:27
37782         Log: Subject: Ambiguous -%c() resolved as a file test
37783              From: "Paul Marquess" <Paul.Marquess@openwave.com>
37784              Date: Sun, 10 Dec 2000 15:35:07 -0000
37785              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
37786      Branch: perl
37787            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
37788 ____________________________________________________________________________
37789 [  8073] By: jhi                                   on 2000/12/10  18:16:29
37790         Log: Subject: PATCH installperl misinformed 
37791              From: andreas.koenig@anima.de (Andreas J. Koenig)
37792              Date: 10 Dec 2000 13:01:32 +0100 
37793              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
37794      Branch: perl
37795            ! installperl
37796 ____________________________________________________________________________
37797 [  8072] By: jhi                                   on 2000/12/10  18:07:55
37798         Log: The walkoptree confusion rages; walkoptree() seems to be coming
37799              from B.xs, while walkoptree_slow() comes from B.pm.
37800      Branch: perl
37801            ! ext/B/B.pm
37802 ____________________________________________________________________________
37803 [  8071] By: nick                                  on 2000/12/10  11:45:47
37804         Log: Integrate mainline
37805      Branch: perlio
37806           +> t/base/commonsense.t
37807           !> (integrate 37 files)
37808 ____________________________________________________________________________
37809 [  8070] By: jhi                                   on 2000/12/10  04:46:21
37810         Log: Update Changes.
37811      Branch: perl
37812            ! Changes patchlevel.h
37813 ____________________________________________________________________________
37814 [  8069] By: jhi                                   on 2000/12/10  04:39:19
37815         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
37816              From: andreas.koenig@anima.de (Andreas J. Koenig)
37817              Date: 09 Dec 2000 17:14:25 +0100
37818              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
37819      Branch: perl
37820            + t/base/commonsense.t
37821            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
37822 ____________________________________________________________________________
37823 [  8068] By: jhi                                   on 2000/12/10  04:17:36
37824         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
37825              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37826              Date: Sat, 9 Dec 2000 16:47:22 -0000
37827              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
37828      Branch: perl
37829            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
37830            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
37831            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
37832            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
37833            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
37834            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
37835            ! t/lib/sdbm.t
37836 ____________________________________________________________________________
37837 [  8067] By: jhi                                   on 2000/12/10  03:52:02
37838         Log: Test case for #8066.
37839      Branch: perl
37840            ! t/op/misc.t
37841 ____________________________________________________________________________
37842 [  8066] By: jhi                                   on 2000/12/10  03:50:30
37843         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
37844              From: Simon Cozens <simon@cozens.net>
37845              Date: Sun, 10 Dec 2000 00:55:37 +0000
37846              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
37847      Branch: perl
37848            ! pp_sys.c
37849 ____________________________________________________________________________
37850 [  8065] By: jhi                                   on 2000/12/10  03:44:52
37851         Log: Test case for #8064.
37852      Branch: perl
37853            ! t/comp/proto.t
37854 ____________________________________________________________________________
37855 [  8064] By: jhi                                   on 2000/12/10  03:42:32
37856         Log: Subject: Re: prototype of substr
37857              From: Simon Cozens <simon@cozens.net>
37858              Date: Sun, 10 Dec 2000 00:13:33 +0000
37859              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
37860              
37861              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
37862      Branch: perl
37863            ! pp.c
37864 ____________________________________________________________________________
37865 [  8063] By: jhi                                   on 2000/12/10  03:39:42
37866         Log: Subject: [PATCH] perlguts.pod
37867              From: Simon Cozens <simon@cozens.net>
37868              Date: Sun, 10 Dec 2000 00:06:47 +0000
37869              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
37870              
37871              Documentation of the different types of ops,
37872              plus the functions in dump.c
37873      Branch: perl
37874            ! pod/perlguts.pod
37875 ____________________________________________________________________________
37876 [  8062] By: jhi                                   on 2000/12/10  03:30:04
37877         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
37878              From: Nicholas Clark <nick@talking.bollo.cx>
37879              Date: Sat, 09 Dec 2000 18:57:25 +0000
37880              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
37881              
37882              Be more robust in weird hostname setups.
37883      Branch: perl
37884            ! t/lib/net-hostent.t
37885 ____________________________________________________________________________
37886 [  8061] By: jhi                                   on 2000/12/10  03:28:21
37887         Log: Pacify fussy compiler. 
37888      Branch: perl
37889            ! pp_sys.c
37890 ____________________________________________________________________________
37891 [  8060] By: jhi                                   on 2000/12/10  02:52:46
37892         Log: Integrate perlio.
37893      Branch: perl
37894           !> pp_sys.c t/io/utf8.t
37895 ____________________________________________________________________________
37896 [  8059] By: nick                                  on 2000/12/09  23:40:14
37897         Log: read/sysread/recv should now be utf8 aware.
37898              Basic test for utf8 read.
37899      Branch: perlio
37900            ! pp_sys.c t/io/utf8.t
37901 ____________________________________________________________________________
37902 [  8058] By: jhi                                   on 2000/12/09  21:56:02
37903         Log: Integrate perlio.
37904      Branch: perl
37905           +> t/io/utf8.t
37906           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
37907 ____________________________________________________________________________
37908 [  8057] By: jhi                                   on 2000/12/09  21:53:35
37909         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
37910              From: Inaba Hiroto <inaba@st.rim.or.jp>
37911              Date: Sun, 10 Dec 2000 05:53:21 +0900
37912              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
37913              
37914              Tests for #8056.
37915      Branch: perl
37916            ! t/op/each.t
37917 ____________________________________________________________________________
37918 [  8056] By: jhi                                   on 2000/12/09  21:51:16
37919         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
37920              From: Inaba Hiroto <inaba@st.rim.or.jp>
37921              Date: Sat, 09 Dec 2000 18:02:00 +0900
37922              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
37923              
37924              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
37925      Branch: perl
37926            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
37927 ____________________________________________________________________________
37928 [  8055] By: nick                                  on 2000/12/09  20:11:48
37929         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
37930              than raw PerlIO_write() - does not seem to break any tests.
37931      Branch: perlio
37932            ! pp_sys.c
37933 ____________________________________________________________________________
37934 [  8054] By: nick                                  on 2000/12/09  19:47:30
37935         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
37936              (sysread, recv and write i.e. formats still to do...)
37937              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
37938              open($fh,">:utf8","name")
37939              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
37940              so no extra overhead is involved.
37941              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
37942              to a non-utf8 stream.
37943              Add initial io/utf8.t
37944              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
37945              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
37946              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
37947      Branch: perlio
37948            + t/io/utf8.t
37949            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
37950 ____________________________________________________________________________
37951 [  8053] By: nick                                  on 2000/12/09  19:26:37
37952         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
37953              was only testing this_utf8.
37954      Branch: perlio
37955            ! toke.c
37956 ____________________________________________________________________________
37957 [  8052] By: nick                                  on 2000/12/09  19:09:41
37958         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
37959              i.e. the output string has one, but don't mess with source assumption.
37960      Branch: perlio
37961            ! toke.c
37962 ____________________________________________________________________________
37963 [  8051] By: jhi                                   on 2000/12/09  16:55:17
37964         Log: Integrate perlio.
37965      Branch: perl
37966           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
37967           !> sv.c thrdvar.h util.c
37968 ____________________________________________________________________________
37969 [  8050] By: jhi                                   on 2000/12/09  16:48:07
37970         Log: Nits noticed by Peter Prymmer.
37971      Branch: perl
37972            ! lib/ExtUtils/MM_VMS.pm
37973 ____________________________________________________________________________
37974 [  8049] By: nick                                  on 2000/12/09  13:49:40
37975         Log: UTF8 output prework.
37976              - Store $\ and $, as SVs so they can have SvUTF8 flag
37977              - use do_print() rather than raw PerlIO_write() to print them.
37978      Branch: perlio
37979            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
37980            ! thrdvar.h util.c
37981 ____________________________________________________________________________
37982 [  8048] By: nick                                  on 2000/12/09  12:30:43
37983         Log: Integrate mainline.
37984      Branch: perlio
37985           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
37986           +> t/op/reverse.t
37987           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
37988           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
37989           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
37990           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
37991           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
37992           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
37993 ____________________________________________________________________________
37994 [  8047] By: jhi                                   on 2000/12/09  00:23:27
37995         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
37996              From: Michael G Schwern <schwern@pobox.com>
37997              Date: Fri, 8 Dec 2000 14:43:04 -0600
37998      Branch: perl
37999            ! lib/ExtUtils/MM_VMS.pm
38000 ____________________________________________________________________________
38001 [  8046] By: jhi                                   on 2000/12/08  23:10:27
38002         Log: A missed check-in.
38003      Branch: perl
38004            ! lib/ExtUtils/Manifest.pm
38005 ____________________________________________________________________________
38006 [  8045] By: jhi                                   on 2000/12/08  21:57:12
38007         Log: (null check-in)
38008      Branch: perl
38009            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
38010 ____________________________________________________________________________
38011 [  8044] By: jhi                                   on 2000/12/08  21:11:06
38012         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
38013              at the final draft stage.
38014      Branch: perl
38015            + ext/Encode/Encode/iso8859-16.enc
38016            ! MANIFEST
38017 ____________________________________________________________________________
38018 [  8043] By: jhi                                   on 2000/12/08  16:39:04
38019         Log: Update Changes.
38020      Branch: perl
38021            ! Changes patchlevel.h
38022 ____________________________________________________________________________
38023 [  8042] By: jhi                                   on 2000/12/08  16:33:39
38024         Log: Do not return the Unicode replacement character if UTF-8
38025              decoding goes awry, it should be up to the caller to decide.
38026      Branch: perl
38027            ! pod/perlapi.pod utf8.c
38028 ____________________________________________________________________________
38029 [  8041] By: jhi                                   on 2000/12/08  16:22:28
38030         Log: metaconfig maintenance.
38031      Branch: metaconfig
38032            ! U/modified/stdchar.U
38033      Branch: metaconfig/U/perl
38034            + testsyml.U
38035 ____________________________________________________________________________
38036 [  8040] By: jhi                                   on 2000/12/08  16:03:08
38037         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
38038              From: sthoenna@efn.org
38039              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
38040              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
38041      Branch: perl
38042            ! Changes lib/ExtUtils/MM_OS2.pm
38043 ____________________________________________________________________________
38044 [  8039] By: jhi                                   on 2000/12/08  15:57:11
38045         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
38046              From: Simon Cozens <simon@cozens.net>
38047              Date: Fri, 8 Dec 2000 13:33:31 +0000
38048              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
38049              
38050              (The pp_hot part needed a rewrite.)
38051      Branch: perl
38052            ! doop.c pp_hot.c utf8.c
38053 ____________________________________________________________________________
38054 [  8038] By: jhi                                   on 2000/12/08  15:25:08
38055         Log: Subject: djSP
38056              From: Michael Stevens <michael@etla.org>
38057              Date: Wed, 6 Dec 2000 23:24:01 +0000
38058              Message-ID: <20001206232400.A21381@firedrake.org>
38059              
38060              Plus a note from Nick Ing-Simmons.
38061      Branch: perl
38062            ! pp.h
38063 ____________________________________________________________________________
38064 [  8037] By: jhi                                   on 2000/12/08  15:18:35
38065         Log: Filetype is text.
38066      Branch: perl
38067            ! t/op/utf8decode.t
38068 ____________________________________________________________________________
38069 [  8036] By: jhi                                   on 2000/12/08  03:31:27
38070         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
38071              From: Andy Dougherty <doughera@lafayette.edu>
38072              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
38073              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
38074              
38075              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
38076              From: Andy Dougherty <doughera@lafayette.edu>
38077              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
38078              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
38079      Branch: perl
38080            + ext/POSIX/hints/svr4.pl
38081            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
38082 ____________________________________________________________________________
38083 [  8035] By: jhi                                   on 2000/12/08  03:26:01
38084         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
38085              From: Andy Dougherty <doughera@lafayette.edu>
38086              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
38087              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
38088      Branch: perl
38089            ! t/README t/base/term.t
38090 ____________________________________________________________________________
38091 [  8034] By: jhi                                   on 2000/12/08  03:21:59
38092         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
38093              From: mjd@plover.com  
38094              Date: 7 Dec 2000 21:04:20 -0000
38095              Message-ID: <20001207210420.22282.qmail@plover.com>
38096              
38097              Plus -z doc.
38098      Branch: perl
38099            ! pod/perlfunc.pod
38100 ____________________________________________________________________________
38101 [  8033] By: jhi                                   on 2000/12/08  03:19:03
38102         Log: Use the UTF8 macros a bit.  They can't be used with abandon
38103              everywhere because we do generate illegal UTF-8 in some situations.
38104              This is of course naughty.
38105      Branch: perl
38106            ! pod/perlapi.pod utf8.c utf8.h
38107 ____________________________________________________________________________
38108 [  8032] By: jhi                                   on 2000/12/08  03:00:09
38109         Log: Out of sync?
38110      Branch: perl
38111            ! t/pragma/warn/utf8
38112 ____________________________________________________________________________
38113 [  8031] By: jhi                                   on 2000/12/08  02:22:39
38114         Log: Cnt spl.
38115      Branch: perl
38116            ! MANIFEST
38117 ____________________________________________________________________________
38118 [  8030] By: jhi                                   on 2000/12/08  01:23:54
38119         Log: Add test for reverse().
38120      Branch: perl
38121            + t/op/reverse.t
38122            ! MANIFEST
38123 ____________________________________________________________________________
38124 [  8029] By: jhi                                   on 2000/12/08  01:21:47
38125         Log: Integrate perlio.
38126      Branch: perl
38127           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
38128           !> perlio.c perlio.h perlsdio.h warnings.pl
38129 ____________________________________________________________________________
38130 [  8028] By: jhi                                   on 2000/12/08  01:19:08
38131         Log: Introduce macros for UTF8 decoding.
38132      Branch: perl
38133            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
38134 ____________________________________________________________________________
38135 [  8027] By: nick                                  on 2000/12/07  22:18:19
38136         Log: Integrate mainline
38137      Branch: perlio
38138           !> embed.pl pod/perlapi.pod utf8.c
38139 ____________________________________________________________________________
38140 [  8026] By: nick                                  on 2000/12/07  21:45:08
38141         Log: Various oddities p4 diff -se showed up
38142              Remove 'our' from warnings.pl
38143      Branch: perlio
38144            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
38145 ____________________________________________________________________________
38146 [  8025] By: nick                                  on 2000/12/07  21:43:32
38147         Log: Change PerlIO_(get|set)pos to take SV *
38148              Should fix, OS/2, VMS, (sfio??)
38149      Branch: perlio
38150            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
38151 ____________________________________________________________________________
38152 [  8024] By: jhi                                   on 2000/12/07  19:05:32
38153         Log: Document utf8_to_uv() better.
38154      Branch: perl
38155            ! pod/perlapi.pod utf8.c
38156 ____________________________________________________________________________
38157 [  8023] By: jhi                                   on 2000/12/07  18:23:47
38158         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
38159      Branch: perl
38160            ! embed.pl pod/perlapi.pod utf8.c
38161 ____________________________________________________________________________
38162 [  8022] By: jhi                                   on 2000/12/07  04:13:51
38163         Log: Integrate perlio.
38164      Branch: perl
38165           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
38166           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
38167           !> win32/makefile.mk
38168 ____________________________________________________________________________
38169 [  8021] By: nick                                  on 2000/12/07  00:28:14
38170         Log: Various attempts at MSVC debug - not sure what has
38171              changed but works now. 
38172              Seems atexit() _may_ work for DLLs built with MSVC so don't
38173              call cleanup that way.
38174      Branch: perlio
38175            ! perlio.c win32/makefile.mk
38176 ____________________________________________________________________________
38177 [  8020] By: nick                                  on 2000/12/06  19:57:20
38178         Log: Integrate mainline
38179      Branch: perlio
38180           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
38181           !> (integrate 75 files)
38182 ____________________________________________________________________________
38183 [  8019] By: nick                                  on 2000/12/06  19:28:21
38184         Log: Add useperlio to config.vc
38185              Turn off binmode in config_H.PL
38186              Regen all the config_H.xx
38187              Attempt to get debugging build with MSVC.
38188      Branch: perlio
38189            ! win32/config.vc win32/config_H.bc win32/config_H.gc
38190            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
38191 ____________________________________________________________________________
38192 [  8018] By: nick                                  on 2000/12/06  19:21:57
38193         Log: Test various dup/external program options on all platforms.
38194      Branch: perlio
38195            ! t/io/dup.t
38196 ____________________________________________________________________________
38197 [  8017] By: nick                                  on 2000/12/06  19:20:47
38198         Log: Fix harness to be less picky
38199      Branch: perlio
38200            ! lib/Test/Harness.pm
38201 ____________________________________________________________________________
38202 [  8016] By: jhi                                   on 2000/12/06  16:45:12
38203         Log: Update Changes.
38204      Branch: perl
38205            ! Changes patchlevel.h
38206 ____________________________________________________________________________
38207 [  8015] By: jhi                                   on 2000/12/06  16:41:03
38208         Log: Test \x{...} with ord().
38209      Branch: perl
38210            ! t/op/ord.t
38211 ____________________________________________________________________________
38212 [  8014] By: jhi                                   on 2000/12/06  16:20:33
38213         Log: Test tweak because of #8013.
38214      Branch: perl
38215            ! t/lib/b.t
38216 ____________________________________________________________________________
38217 [  8013] By: jhi                                   on 2000/12/06  16:09:09
38218         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
38219              From: Michael G Schwern <schwern@pobox.com>
38220              Date: Tue, 5 Dec 2000 21:23:28 -0500
38221              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
38222              
38223              Carp::Heavy parts not very applicable because of recent changes.
38224      Branch: perl
38225            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
38226            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
38227            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
38228            ! lib/Exporter.pm lib/Exporter/Heavy.pm
38229            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
38230            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
38231            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
38232            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
38233            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
38234            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
38235            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
38236            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
38237            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
38238            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
38239            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
38240            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
38241            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
38242            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
38243            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
38244            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
38245            ! warnings.pl
38246 ____________________________________________________________________________
38247 [  8012] By: jhi                                   on 2000/12/06  15:22:38
38248         Log: Subject: [PATCH] Re: New harness is failing things
38249              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38250              Date: Wed, 6 Dec 2000 13:00:30 GMT
38251              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
38252      Branch: perl
38253            ! lib/Test/Harness.pm
38254 ____________________________________________________________________________
38255 [  8011] By: jhi                                   on 2000/12/06  15:12:08
38256         Log: Subject: installhtml changes
38257              From: Michael Stevens <michael@etla.org>
38258              Date: Wed, 6 Dec 2000 13:15:53 +0000
38259              Message-ID: <20001206131553.A27317@firedrake.org>
38260      Branch: perl
38261            ! installhtml
38262 ____________________________________________________________________________
38263 [  8010] By: jhi                                   on 2000/12/06  15:06:05
38264         Log: Subject: the dTHR hits
38265              From: Michael Stevens <michael@etla.org>
38266              Date: Wed, 6 Dec 2000 12:06:03 +0000
38267              Message-ID: <20001206120603.A24581@firedrake.org>
38268              
38269              More, errrm, less dTHRs.
38270      Branch: perl
38271            ! bytecode.pl ext/B/B/C.pm
38272 ____________________________________________________________________________
38273 [  8009] By: jhi                                   on 2000/12/06  15:04:25
38274         Log: Subject: MakeMaker mailing list gone?
38275              From: Michael G Schwern <schwern@pobox.com>
38276              Date: Tue, 5 Dec 2000 19:29:59 -0500
38277              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
38278              
38279              The MakeMaker mailing list is dead, perlbug is the right
38280              address to report bugs.
38281      Branch: perl
38282            ! lib/ExtUtils/MakeMaker.pm
38283 ____________________________________________________________________________
38284 [  8008] By: jhi                                   on 2000/12/06  15:00:32
38285         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
38286              From: Michael G Schwern <schwern@pobox.com>
38287              Date: Tue, 5 Dec 2000 19:21:21 -0500
38288              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
38289              
38290              Add a default MANIFEST skip that ignores things like
38291              version control files, editor temporary files, and the Makefile.
38292      Branch: perl
38293            + lib/ExtUtils/MANIFEST.SKIP
38294            ! MANIFEST lib/ExtUtils/Manifest.pm
38295 ____________________________________________________________________________
38296 [  8007] By: jhi                                   on 2000/12/06  14:57:20
38297         Log: In Amiga more manual hackery of the scripts seems to be needed,
38298              from Jan-Erik Karlsson.  Why Configure does not get this right
38299              is unknown, may be shell-induced.
38300      Branch: perl
38301            ! README.amiga
38302 ____________________________________________________________________________
38303 [  8006] By: jhi                                   on 2000/12/05  23:53:12
38304         Log: Add TOPm1s to peek at the second topmost stack item.
38305      Branch: perl
38306            ! pp.h
38307 ____________________________________________________________________________
38308 [  8005] By: jhi                                   on 2000/12/05  23:13:55
38309         Log: Avaunt, you foul UTF-8 tests.
38310      Branch: perl
38311            ! t/op/ver.t t/pragma/utf8.t
38312 ____________________________________________________________________________
38313 [  8004] By: jhi                                   on 2000/12/05  23:09:54
38314         Log: Continue utf8 dispersal. 
38315      Branch: perl
38316            + t/op/concat.t
38317            ! MANIFEST t/pragma/utf8.t
38318 ____________________________________________________________________________
38319 [  8003] By: nick                                  on 2000/12/05  23:02:39
38320         Log: Integrate mainline.
38321      Branch: perlio
38322           +> t/op/length.t t/op/utf8decode.t
38323           !> (integrate 69 files)
38324 ____________________________________________________________________________
38325 [  8002] By: jhi                                   on 2000/12/05  22:59:28
38326         Log: Integrate perlio.
38327      Branch: perl
38328           !> iperlsys.h perl.c perlio.c win32/perllib.c
38329 ____________________________________________________________________________
38330 [  8001] By: nick                                  on 2000/12/05  22:07:52
38331         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
38332              - calloc/free suffer from damage on TerminateThread()
38333              - use PerlMemShared (as originally planned) now fixed
38334              - avoid doing anything important on DLL "detach".
38335      Branch: perlio
38336            ! perl.c perlio.c win32/perllib.c
38337 ____________________________________________________________________________
38338 [  8000] By: nick                                  on 2000/12/05  21:05:09
38339         Log: Fix gross PerlMemShared issue.
38340      Branch: perlio
38341            ! iperlsys.h
38342 ____________________________________________________________________________
38343 [  7999] By: jhi                                   on 2000/12/05  20:46:58
38344         Log: Test for Unicode (UTF-8) hash keys.
38345      Branch: perl
38346            ! t/op/each.t
38347 ____________________________________________________________________________
38348 [  7998] By: jhi                                   on 2000/12/05  20:30:35
38349         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
38350              is now always UTF-8), empty line cosmetics.
38351      Branch: perl
38352            ! t/pragma/utf8.t
38353 ____________________________________________________________________________
38354 [  7997] By: jhi                                   on 2000/12/05  20:15:40
38355         Log: Subject: Re: STRLEN - what?
38356              From: Andy Dougherty <doughera@lafayette.edu>
38357              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
38358              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
38359              
38360              Explain STRLEN.
38361      Branch: perl
38362            ! pod/perlguts.pod
38363 ____________________________________________________________________________
38364 [  7996] By: jhi                                   on 2000/12/05  20:13:34
38365         Log: Split off the UTF-8 decoder tests, make them to check also
38366              the error message.
38367      Branch: perl
38368            + t/op/utf8decode.t
38369            ! MANIFEST t/pragma/utf8.t utf8.c
38370 ____________________________________________________________________________
38371 [  7995] By: jhi                                   on 2000/12/05  16:39:47
38372         Log: Start migrating bits of pragma/utf8 to elsewhere
38373              (since the long term plan is to obsolete 'use utf8').
38374      Branch: perl
38375            + t/op/length.t
38376            ! MANIFEST t/pragma/utf8.t
38377 ____________________________________________________________________________
38378 [  7994] By: jhi                                   on 2000/12/05  16:30:21
38379         Log: Fix a manual edit typo from #7993, fix the message formatting
38380              for Unicode, add few our declarations.
38381      Branch: perl
38382            ! lib/Carp/Heavy.pm
38383 ____________________________________________________________________________
38384 [  7993] By: jhi                                   on 2000/12/05  16:09:15
38385         Log: Subject: Need help with warnings :-(
38386              From: "Ben Tilly" <ben_tilly@hotmail.com>
38387              Date: Tue, 05 Dec 2000 01:35:54 -0500
38388              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
38389              
38390              Subject: UPDATE: Carp/Heavy now passes all tests
38391              From: "Ben Tilly" <ben_tilly@hotmail.com>
38392              Date: Tue, 05 Dec 2000 07:59:41 -0500
38393              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
38394              
38395              The Brave New Carp.
38396      Branch: perl
38397            ! lib/Carp.pm lib/Carp/Heavy.pm
38398 ____________________________________________________________________________
38399 [  7992] By: jhi                                   on 2000/12/05  15:55:08
38400         Log: Subject: [PATCH perl@7979] cygwin port
38401              From: "Eric Fifer" <efifer@dircon.co.uk>
38402              Date: Tue, 5 Dec 2000 14:04:09 -0000
38403              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
38404      Branch: perl
38405            ! t/lib/net-hostent.t
38406 ____________________________________________________________________________
38407 [  7991] By: jhi                                   on 2000/12/05  15:52:34
38408         Log: Subject: Re: [PATCH] The largest hoax of all times?
38409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38410              Date: Tue, 5 Dec 2000 00:40:25 -0500
38411              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
38412              
38413              Subject: Re: [PATCH] The largest hoax of all times?
38414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38415              Date: Mon, 4 Dec 2000 23:55:53 -0500
38416              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
38417              
38418              Subject: Re: [PATCH] The largest hoax of all times?
38419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38420              Date: Tue, 5 Dec 2000 01:28:45 -0500
38421              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
38422              
38423              Fix the unpredictable order of DESTROYs.
38424      Branch: perl
38425            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
38426            ! sv.c sv.h t/op/ref.t
38427 ____________________________________________________________________________
38428 [  7990] By: jhi                                   on 2000/12/05  14:38:53
38429         Log: Subject: [PATCH] shrink pp_hot fractionally
38430              From: Nicholas Clark <nick@ccl4.org>
38431              Date: Tue, 5 Dec 2000 12:44:31 +0000
38432              Message-ID: <20001205124431.E74518@plum.flirble.org>
38433              
38434              Use report_evil_fh().
38435      Branch: perl
38436            ! opcode.pl opnames.h pp_hot.c util.c
38437 ____________________________________________________________________________
38438 [  7989] By: jhi                                   on 2000/12/05  14:21:27
38439         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
38440              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38441              Date: Mon, 04 Dec 2000 22:21:59 -0800
38442              Message-ID: <HmIL6gzkgepS092yn@efn.org>
38443              
38444              Harness shouldn't ignore responses like "ok 3\r\r\n".
38445      Branch: perl
38446            ! lib/Test/Harness.pm
38447 ____________________________________________________________________________
38448 [  7988] By: jhi                                   on 2000/12/05  13:51:28
38449         Log: Integrate the "skip" messages to explain().
38450      Branch: perl
38451            ! t/lib/syslfs.t t/op/lfs.t
38452 ____________________________________________________________________________
38453 [  7987] By: jhi                                   on 2000/12/05  12:34:54
38454         Log: The one that got away in #7984.
38455              
38456              Subject: Re: dTHR - what and why?
38457              From: Michael Stevens <michael@etla.org> 
38458              Date: Tue, 5 Dec 2000 11:15:52 +0000
38459              Message-ID: <20001205111552.A4647@firedrake.org>
38460      Branch: perl
38461            ! sv.h
38462 ____________________________________________________________________________
38463 [  7986] By: gsar                                  on 2000/12/05  09:14:44
38464         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
38465              due to the notorious GetFileType() bug in Windows 9x, which fstat()
38466              tickles)
38467      Branch: perl
38468            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
38469 ____________________________________________________________________________
38470 [  7985] By: jhi                                   on 2000/12/05  05:49:03
38471         Log: Integrate perlio.
38472      Branch: perl
38473           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
38474           !> win32/perlhost.h win32/perllib.c
38475 ____________________________________________________________________________
38476 [  7984] By: jhi                                   on 2000/12/05  05:48:16
38477         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
38478      Branch: perl
38479            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
38480            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
38481            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
38482            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
38483            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
38484            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
38485            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
38486            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
38487            ! win32/win32.c
38488 ____________________________________________________________________________
38489 [  7983] By: nick                                  on 2000/12/04  23:27:43
38490         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
38491      Branch: perlio
38492            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
38493            ! win32/perlhost.h win32/perllib.c
38494 ____________________________________________________________________________
38495 [  7982] By: jhi                                   on 2000/12/04  19:44:09
38496         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
38497              uncovered by #7980.
38498      Branch: perl
38499            ! op.c
38500 ____________________________________________________________________________
38501 [  7981] By: jhi                                   on 2000/12/04  19:42:07
38502         Log: Subject: [PATCH] Trivial dump.c feature
38503              From: Simon Cozens <simon@cozens.net>
38504              Date: Mon, 4 Dec 2000 18:08:38 +0000
38505              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
38506              
38507              Show whether a constant is UTF-8.
38508      Branch: perl
38509            ! dump.c
38510 ____________________________________________________________________________
38511 [  7980] By: jhi                                   on 2000/12/04  19:36:51
38512         Log: UTF-8 hash keys, patch from Inaba Hiroto.
38513      Branch: perl
38514            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
38515 ____________________________________________________________________________
38516 [  7979] By: jhi                                   on 2000/12/04  17:36:28
38517         Log: Update Changes.
38518      Branch: perl
38519            ! Changes patchlevel.h
38520 ____________________________________________________________________________
38521 [  7978] By: jhi                                   on 2000/12/04  16:42:17
38522         Log: Retract #7977, still too volatile (the euphemism of the day
38523              for unfinished and buggy :-)
38524      Branch: perl
38525            ! doop.c hv.c pp.c sv.h
38526 ____________________________________________________________________________
38527 [  7977] By: jhi                                   on 2000/12/04  16:25:15
38528         Log: (Retracted by #7978, too shaky yet.)
38529              
38530              Subject: Re: utf8 in hash keys, implementor missing
38531              From: Simon Cozens <simon@cozens.net>
38532              Date: Sat, 2 Dec 2000 19:49:35 +0000
38533              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
38534              
38535              The first step at UTF-8 hash keys.
38536      Branch: perl
38537            ! doop.c hv.c pp.c sv.h
38538 ____________________________________________________________________________
38539 [  7976] By: jhi                                   on 2000/12/04  16:13:53
38540         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
38541              From: sthoenna@efn.org
38542              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
38543              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
38544      Branch: perl
38545            ! os2/os2.c perlio.c
38546 ____________________________________________________________________________
38547 [  7975] By: jhi                                   on 2000/12/04  16:05:25
38548         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
38549              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38550              Date: Thu, 30 Nov 2000 20:50:37 -0800
38551              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
38552      Branch: perl
38553            ! os2/os2.c
38554 ____________________________________________________________________________
38555 [  7974] By: jhi                                   on 2000/12/04  16:03:57
38556         Log: Subject: [PATCH] ++ 20% faster
38557              From: Nicholas Clark <nick@ccl4.org>
38558              Date: Mon, 4 Dec 2000 12:17:27 +0000
38559              Message-ID: <20001204121726.B52976@plum.flirble.org>
38560              
38561              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
38562      Branch: perl
38563            ! sv.c
38564 ____________________________________________________________________________
38565 [  7973] By: jhi                                   on 2000/12/04  16:00:48
38566         Log: 
38567              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
38568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38569              Date: Mon, 04 Dec 2000 12:30:45 +0100
38570              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
38571              
38572              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
38573              library (getprotobyname and getprotobynumber are outversioned by
38574              the same calls in libc, at least for xlc version 3.
38575      Branch: perl
38576            ! hints/aix.sh
38577 ____________________________________________________________________________
38578 [  7972] By: jhi                                   on 2000/12/04  02:58:31
38579         Log: Integrate perlio.
38580      Branch: perl
38581           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
38582           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
38583           !> win32/win32.h win32/win32iop.h win32/win32thread.h
38584 ____________________________________________________________________________
38585 [  7971] By: nick                                  on 2000/12/04  00:24:33
38586         Log: Quieten some noise in Win32 builds:
38587              - win32.h is included after <sys/socket.h>, so need to 
38588              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
38589              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
38590      Branch: perlio
38591            ! doio.c perl.h toke.c win32/win32.h
38592 ____________________________________________________________________________
38593 [  7970] By: nick                                  on 2000/12/03  22:57:46
38594         Log: PERL_IMPLICIT_SYS compiles but does not work.
38595      Branch: perlio
38596            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
38597            ! win32/perlhost.h win32/perllib.c win32/win32.h
38598            ! win32/win32iop.h win32/win32thread.h
38599 ____________________________________________________________________________
38600 [  7969] By: jhi                                   on 2000/12/03  22:12:58
38601         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
38602              used to swash_init(), makes regprop() dumps more informative
38603              (+utf8::IsAlpha, -utf8::IsDigit, for example).
38604      Branch: perl
38605            ! regcomp.c regexec.c
38606 ____________________________________________________________________________
38607 [  7968] By: jhi                                   on 2000/12/03  21:39:56
38608         Log: Implement ANYOFUTF8 regprop() dumping.
38609      Branch: perl
38610            ! regcomp.c
38611 ____________________________________________________________________________
38612 [  7967] By: jhi                                   on 2000/12/03  20:57:19
38613         Log: Make uv_to_utf8() to zero-terminate its output buffer,
38614              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
38615      Branch: perl
38616            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
38617 ____________________________________________________________________________
38618 [  7966] By: nick                                  on 2000/12/03  18:41:21
38619         Log: Integrate mainline (STDCHAR)
38620      Branch: perlio
38621           !> Configure t/pragma/utf8.t
38622 ____________________________________________________________________________
38623 [  7965] By: jhi                                   on 2000/12/03  17:58:20
38624         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
38625      Branch: perl
38626            ! t/pragma/utf8.t
38627 ____________________________________________________________________________
38628 [  7964] By: jhi                                   on 2000/12/03  17:35:56
38629         Log: Integrate perlio.
38630      Branch: perl
38631           !> iperlsys.h perlio.c
38632 ____________________________________________________________________________
38633 [  7963] By: jhi                                   on 2000/12/03  17:33:55
38634         Log: Metaconfig unit change for #7962.
38635      Branch: metaconfig
38636            ! U/modified/stdchar.U
38637 ____________________________________________________________________________
38638 [  7962] By: jhi                                   on 2000/12/03  17:33:27
38639         Log: Untangle the <stdio.h> #include nest for the stdchar test,
38640              from Andy Dougherty.
38641      Branch: perl
38642            ! Configure
38643 ____________________________________________________________________________
38644 [  7961] By: nick                                  on 2000/12/03  16:53:00
38645         Log: Make iperlsys.h vector stdio not PerlIO.
38646      Branch: perlio
38647            ! iperlsys.h perlio.c
38648 ____________________________________________________________________________
38649 [  7960] By: nick                                  on 2000/12/03  14:43:01
38650         Log: Integrate mainline
38651      Branch: perlio
38652           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
38653           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
38654 ____________________________________________________________________________
38655 [  7959] By: jhi                                   on 2000/12/03  08:16:36
38656         Log: Use DO_UTF8().
38657      Branch: perl
38658            ! op.c
38659 ____________________________________________________________________________
38660 [  7958] By: jhi                                   on 2000/12/02  18:33:05
38661         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
38662              From: Mike Guy <mjtg@cam.ac.uk>         
38663              Date: Sat, 02 Dec 2000 17:27:13 +0000
38664              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
38665              
38666              An extraneous argument.
38667      Branch: perl
38668            ! toke.c
38669 ____________________________________________________________________________
38670 [  7957] By: jhi                                   on 2000/12/02  18:22:32
38671         Log: A missing hunk.
38672      Branch: perl
38673            ! t/lib/net-hostent.t
38674 ____________________________________________________________________________
38675 [  7956] By: jhi                                   on 2000/12/02  18:06:20
38676         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
38677              From: Nicholas Clark <nick@ccl4.org>
38678              Date: Sat, 2 Dec 2000 14:28:27 +0000
38679              Message-ID: <20001202142827.A12308@plum.flirble.org>
38680              
38681              Test robustness.
38682      Branch: perl
38683            ! t/lib/net-hostent.t
38684 ____________________________________________________________________________
38685 [  7955] By: jhi                                   on 2000/12/02  17:58:06
38686         Log: Metaconfig unit change for #7954.
38687      Branch: metaconfig
38688            ! U/modified/stdchar.U
38689 ____________________________________________________________________________
38690 [  7954] By: jhi                                   on 2000/12/02  17:54:32
38691         Log: An inconvenient hang would happen if the stdio _ptr wasn't
38692              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
38693              would be grepping stdin for all eternity for the _ptr.)
38694      Branch: perl
38695            ! Configure
38696 ____________________________________________________________________________
38697 [  7953] By: jhi                                   on 2000/12/02  00:07:15
38698         Log: Update Changes.
38699      Branch: perl
38700            ! Changes patchlevel.h
38701 ____________________________________________________________________________
38702 [  7952] By: jhi                                   on 2000/12/01  23:54:47
38703         Log: Subject: Re: long shell lines
38704              From: Andy Dougherty <doughera@lafayette.edu>
38705              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
38706              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
38707              
38708              Split overly long shell command lines.
38709      Branch: perl
38710            ! lib/ExtUtils/MM_Unix.pm
38711 ____________________________________________________________________________
38712 [  7951] By: jhi                                   on 2000/12/01  23:48:02
38713         Log: The metaconfig unit change for #7950.
38714      Branch: metaconfig
38715            + U/modified/stdchar.U
38716 ____________________________________________________________________________
38717 [  7950] By: jhi                                   on 2000/12/01  23:47:39
38718         Log: Try to find stdchar also from <stdio_impl.h>.
38719      Branch: perl
38720            ! Configure config_h.SH
38721 ____________________________________________________________________________
38722 [  7949] By: jhi                                   on 2000/12/01  23:46:45
38723         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
38724              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38725              Date: Fri, 1 Dec 2000 16:26:08 -0500
38726              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
38727              
38728              Reword the diagnostic message.
38729      Branch: perl
38730            ! pod/perldiag.pod
38731 ____________________________________________________________________________
38732 [  7948] By: nick                                  on 2000/12/01  22:49:43
38733         Log: Integrate mainline (for s/y/m as sub names stuff).
38734      Branch: perlio
38735           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
38736           !> t/pragma/warn/toke toke.c
38737 ____________________________________________________________________________
38738 [  7947] By: jhi                                   on 2000/12/01  20:55:41
38739         Log: Integrate perlio.
38740      Branch: perl
38741           !> perlio.c perliol.h t/io/pipe.t
38742 ____________________________________________________________________________
38743 [  7946] By: jhi                                   on 2000/12/01  20:36:51
38744         Log: Upgrade to CPAN 1.59_51, from Andreas König.
38745      Branch: perl
38746            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38747 ____________________________________________________________________________
38748 [  7945] By: nick                                  on 2000/12/01  20:31:32
38749         Log: Integrate mainline
38750      Branch: perlio
38751           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
38752           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
38753           +> t/lib/net-hostent.t
38754           !> (integrate 35 files)
38755 ____________________________________________________________________________
38756 [  7944] By: jhi                                   on 2000/12/01  20:23:29
38757         Log: Some help for 20001130.011.  Now one gets warnings like
38758              "Ambiguous -f() resolved as a file test ..."
38759      Branch: perl
38760            ! pod/perldiag.pod t/pragma/warn/toke toke.c
38761 ____________________________________________________________________________
38762 [  7943] By: jhi                                   on 2000/12/01  19:44:44
38763         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
38764              that also breaks using them as methods. 
38765      Branch: perl
38766            ! pod/perldiag.pod t/op/misc.t toke.c
38767 ____________________________________________________________________________
38768 [  7942] By: nick                                  on 2000/12/01  17:56:46
38769         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
38770              Make 'unix' pass most tests
38771              - do unread by temporary push of layer ("pending") holding unread chars
38772              - fast_gets is now based on per-handle flag
38773              - relax one of io/pipe.t tests to allow print to fail and close to
38774              succeed so that it passes on unbuffered "unix" layer.
38775              Remaining fail is sporadic and a genuine race condition between
38776              parent/child in fork test.
38777      Branch: perlio
38778            ! perlio.c perliol.h t/io/pipe.t
38779 ____________________________________________________________________________
38780 [  7941] By: jhi                                   on 2000/12/01  15:28:58
38781         Log: (Retracted by #7943.)
38782              
38783              Reserve the short named string operator names.
38784      Branch: perl
38785            ! pod/perldiag.pod t/op/misc.t toke.c
38786 ____________________________________________________________________________
38787 [  7940] By: jhi                                   on 2000/12/01  06:45:53
38788         Log: Get the three different space character classes right under utf8.
38789      Branch: perl
38790            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
38791            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
38792            ! regexec.c t/op/pat.t utf8.c
38793 ____________________________________________________________________________
38794 [  7939] By: jhi                                   on 2000/12/01  03:26:26
38795         Log: Two more tests that make no sense in UTF-8 since the test
38796              data is not in UTF-8.
38797      Branch: perl
38798            ! t/op/regexp.t
38799 ____________________________________________________________________________
38800 [  7938] By: jhi                                   on 2000/12/01  03:20:39
38801         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
38802              should it be required inside regexen?
38803      Branch: perl
38804            ! regcomp.c t/op/regmesg.t
38805 ____________________________________________________________________________
38806 [  7937] By: jhi                                   on 2000/12/01  02:58:53
38807         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
38808              stored and restored, and thusly was trounced by the utf8 swash
38809              routines.
38810      Branch: perl
38811            ! regcomp.c
38812 ____________________________________________________________________________
38813 [  7936] By: jhi                                   on 2000/11/30  20:41:39
38814         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
38815              Why the different platforms behave so differently (core dump vs
38816              no core dump) on this bug is a but of a mystery, but if I had to
38817              guess I would mumble something like 'alignment'.
38818      Branch: perl
38819            ! sv.c
38820 ____________________________________________________________________________
38821 [  7935] By: jhi                                   on 2000/11/30  16:17:02
38822         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
38823              From: Robin Barker <rmb1@cise.npl.co.uk>
38824              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
38825              Date: Thu, 30 Nov 2000 14:27:12 GMT
38826      Branch: perl
38827            ! perlio.c toke.c
38828 ____________________________________________________________________________
38829 [  7934] By: jhi                                   on 2000/11/30  16:04:49
38830         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
38831      Branch: perl
38832            ! t/lib/net-hostent.t
38833 ____________________________________________________________________________
38834 [  7933] By: jhi                                   on 2000/11/30  06:07:26
38835         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
38836              From: Peter Prymmer <pvhp@forte.com>
38837              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
38838              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
38839              
38840              In VMS the localhost may be LOCALHOST.
38841      Branch: perl
38842            ! t/lib/net-hostent.t
38843 ____________________________________________________________________________
38844 [  7932] By: jhi                                   on 2000/11/30  01:11:11
38845         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
38846              From: Peter Prymmer <pvhp@forte.com>
38847              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
38848              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
38849              
38850              plus regen perlapi.pod.
38851      Branch: perl
38852            ! pod/perlapi.pod utf8.c
38853 ____________________________________________________________________________
38854 [  7931] By: jhi                                   on 2000/11/30  01:06:19
38855         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
38856              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38857              Date:     Wed, 29 Nov 2000 17:15:11 EST
38858              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
38859      Branch: perl
38860            ! t/lib/filter-util.pl t/lib/filter-util.t
38861 ____________________________________________________________________________
38862 [  7930] By: jhi                                   on 2000/11/29  18:51:55
38863         Log: Update Changes.
38864      Branch: perl
38865            ! Changes patchlevel.h
38866 ____________________________________________________________________________
38867 [  7929] By: jhi                                   on 2000/11/29  18:50:55
38868         Log: Update the va_copy() metaconfig unit.
38869      Branch: metaconfig/U/perl
38870            ! need_va_copy.U
38871 ____________________________________________________________________________
38872 [  7928] By: jhi                                   on 2000/11/29  17:50:43
38873         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
38874              From: Dominic Dunlop <domo@computer.org>
38875              Date: Tue, 28 Nov 2000 16:41:57 +0100
38876              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
38877              
38878              Patch to catch a core dump in the Configure va_copy test.
38879      Branch: perl
38880            ! Configure config_h.SH
38881 ____________________________________________________________________________
38882 [  7927] By: jhi                                   on 2000/11/29  17:31:59
38883         Log: Retract #7921, the patch shouldn't be needed.
38884      Branch: perl
38885            ! sv.c
38886 ____________________________________________________________________________
38887 [  7926] By: jhi                                   on 2000/11/29  17:01:41
38888         Log: Make the Class::Struct import() wiser.
38889      Branch: perl
38890            ! lib/Class/Struct.pm t/lib/class-struct.t
38891 ____________________________________________________________________________
38892 [  7925] By: jhi                                   on 2000/11/29  16:36:33
38893         Log: All the core library users of Class::Struct seem to be
38894              using "use Class::Struct 'struct';" instead of the bare
38895              "use Class::Struct;", which isn't documented in Class::Struct.
38896              This can't be right.
38897      Branch: perl
38898            ! lib/File/stat.pm
38899 ____________________________________________________________________________
38900 [  7924] By: jhi                                   on 2000/11/29  16:32:15
38901         Log: A test works better if it has the right 1..$n output.
38902      Branch: perl
38903            ! t/lib/class-struct.t
38904 ____________________________________________________________________________
38905 [  7923] By: jhi                                   on 2000/11/29  16:29:11
38906         Log: Forgot to MANIFEST the new Net::hostent test.
38907      Branch: perl
38908            ! MANIFEST
38909 ____________________________________________________________________________
38910 [  7922] By: jhi                                   on 2000/11/29  16:27:49
38911         Log: Integrate perlio.
38912      Branch: perl
38913           !> iperlsys.h perlio.c
38914 ____________________________________________________________________________
38915 [  7921] By: jhi                                   on 2000/11/29  16:27:10
38916         Log: (Retracted by #7927.)
38917              
38918              Subject: [PATCH] Is infinity a number?
38919              From: Simon Cozens <simon@cozens.net>
38920              Date: Wed, 29 Nov 2000 14:48:20 +0000
38921              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
38922      Branch: perl
38923            ! sv.c
38924 ____________________________________________________________________________
38925 [  7920] By: jhi                                   on 2000/11/29  16:23:02
38926         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
38927              From: rspier@pobox.com (Robert Spier)
38928              Date: Wed, 29 Nov 2000 02:17:49 -0500
38929              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
38930              
38931              Add a test for Net::hostent.
38932      Branch: perl
38933            + t/lib/net-hostent.t
38934 ____________________________________________________________________________
38935 [  7919] By: jhi                                   on 2000/11/29  16:21:31
38936         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
38937              add a test for Class::Struct.
38938      Branch: perl
38939            + t/lib/class-struct.t
38940            ! MANIFEST lib/Class/Struct.pm
38941 ____________________________________________________________________________
38942 [  7918] By: jhi                                   on 2000/11/29  15:48:40
38943         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
38944              From: rspier@pobox.com (Robert Spier)
38945              Date: Wed, 29 Nov 2000 02:25:39 -0500
38946              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
38947              
38948              More checking in case someone has broken their services or
38949              protocol databases.
38950      Branch: perl
38951            ! ext/Sys/Syslog/Syslog.pm
38952 ____________________________________________________________________________
38953 [  7917] By: jhi                                   on 2000/11/29  15:46:25
38954         Log: Subject: [PATCH] $^O  win32 -> MSWin32
38955              From: rspier@pobox.com (Robert Spier)
38956              Date: Wed, 29 Nov 2000 02:17:38 -0500
38957              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
38958              
38959              plus similar nits for vms, err, VMS, and UNICOS.
38960      Branch: perl
38961            ! t/lib/syslfs.t t/op/lfs.t
38962 ____________________________________________________________________________
38963 [  7916] By: jhi                                   on 2000/11/29  15:42:51
38964         Log: Subject: [PATCH] Tokeniser debugging
38965              From: Simon Cozens <simon@cozens.net>
38966              Date: Wed, 29 Nov 2000 14:15:45 +0000
38967              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
38968      Branch: perl
38969            ! perl.c perl.h pod/perlrun.pod toke.c
38970 ____________________________________________________________________________
38971 [  7915] By: jhi                                   on 2000/11/29  15:41:36
38972         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
38973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38974              Date: Wed, 29 Nov 2000 02:13:14 -0500
38975              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
38976              
38977              OUT keyword nits.
38978              
38979              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
38980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38981              Date: Wed, 29 Nov 2000 03:09:04 -0500
38982              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
38983              
38984              OUT and IN_OUT documentation.
38985      Branch: perl
38986            ! lib/ExtUtils/xsubpp pod/perlxs.pod
38987 ____________________________________________________________________________
38988 [  7914] By: jhi                                   on 2000/11/29  03:35:01
38989         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
38990              From: John Tobey <jtobey@john-edwin-tobey.org>
38991              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
38992              Message-Id: <m140e1N-000FOoC@feynman.localnet>
38993              
38994              plus a performance speedup noticed by Sarathy.
38995      Branch: perl
38996            ! op.c
38997 ____________________________________________________________________________
38998 [  7913] By: jhi                                   on 2000/11/29  03:16:59
38999         Log: Use "1 while unlink" so that VMS gets clean, too.
39000      Branch: perl
39001            ! t/lib/filter-util.t
39002 ____________________________________________________________________________
39003 [  7912] By: jhi                                   on 2000/11/29  03:09:08
39004         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
39005              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39006              Date: Tue, 28 Nov 2000 03:27:09 -0500
39007              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
39008      Branch: perl
39009            ! lib/ExtUtils/xsubpp
39010 ____________________________________________________________________________
39011 [  7911] By: jhi                                   on 2000/11/29  03:06:30
39012         Log: This should have been part of #7872: no need to scan UTF-8
39013              until eternity.
39014      Branch: perl
39015            ! utf8.c
39016 ____________________________________________________________________________
39017 [  7910] By: jhi                                   on 2000/11/29  02:50:04
39018         Log: One more perltie.pod nit from Casey R. Tweten.
39019      Branch: perl
39020            ! pod/perltie.pod
39021 ____________________________________________________________________________
39022 [  7909] By: jhi                                   on 2000/11/29  02:44:23
39023         Log: Document the known sprintf test failures, exact standard
39024              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
39025      Branch: perl
39026            ! pod/perldelta.pod t/op/sprintf.t
39027 ____________________________________________________________________________
39028 [  7908] By: jhi                                   on 2000/11/29  02:36:23
39029         Log: Add the Encoding table format documentation.
39030      Branch: perl
39031            + ext/Encode/Encode/EncodeFormat.pod
39032            ! MANIFEST
39033 ____________________________________________________________________________
39034 [  7907] By: jhi                                   on 2000/11/29  02:07:24
39035         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
39036              From: "Casey R. Tweten" <crt@kiski.net>
39037              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
39038              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
39039              
39040              Subject: Re: [PATCH] Updating perltie.pod for arrays
39041              From: "Casey R. Tweten" <crt@kiski.net>
39042              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
39043              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
39044      Branch: perl
39045            ! pod/perltie.pod
39046 ____________________________________________________________________________
39047 [  7906] By: nick                                  on 2000/11/28  22:40:59
39048         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
39049      Branch: perlio
39050            ! iperlsys.h perlio.c
39051 ____________________________________________________________________________
39052 [  7905] By: nick                                  on 2000/11/28  22:04:34
39053         Log: Integrate mainline
39054      Branch: perlio
39055           !> (integrate 39 files)
39056 ____________________________________________________________________________
39057 [  7904] By: jhi                                   on 2000/11/28  16:44:43
39058         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
39059              From: Nicholas Clark <nick@babyhippo.co.uk>
39060              Date: Tue, 28 Nov 2000 11:16:57 +0000
39061              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
39062      Branch: perl
39063            ! pod/perlipc.pod
39064 ____________________________________________________________________________
39065 [  7903] By: jhi                                   on 2000/11/28  16:40:31
39066         Log: Subject: [PATCH] Updating perltie.pod for arrays
39067              From: "Casey R. Tweten" <crt@kiski.net>
39068              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
39069              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
39070      Branch: perl
39071            ! pod/perltie.pod
39072 ____________________________________________________________________________
39073 [  7902] By: jhi                                   on 2000/11/28  16:39:37
39074         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
39075              From: Robin Barker <rmb1@cise.npl.co.uk>
39076              Date: Mon, 27 Nov 2000 17:56:44 GMT
39077              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
39078      Branch: perl
39079            ! pod/perlfunc.pod t/op/split.t
39080 ____________________________________________________________________________
39081 [  7901] By: jhi                                   on 2000/11/28  16:28:04
39082         Log: setmode() is a DOSish-only thing.
39083      Branch: perl
39084            ! perlio.c
39085 ____________________________________________________________________________
39086 [  7900] By: jhi                                   on 2000/11/28  16:21:46
39087         Log: Subject: [PATCH] perlcc.PL cleanups
39088              From: Simon Cozens <simon@cozens.net>
39089              Date: Tue, 28 Nov 2000 12:44:35 +0000
39090              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
39091      Branch: perl
39092            ! utils/perlcc.PL
39093 ____________________________________________________________________________
39094 [  7899] By: gsar                                  on 2000/11/28  06:32:55
39095         Log: reintegrate files missed by change#7895
39096      Branch: maint-5.6/perl
39097           +> ext/ByteLoader/bytecode.h utils/Makefile
39098            - utils/perlbc.PL
39099 ____________________________________________________________________________
39100 [  7897] By: gsar                                  on 2000/11/27  18:22:47
39101         Log: can't integrate these two files, for some reason
39102      Branch: maint-5.6/perl
39103            - ext/ByteLoader/bytecode.h utils/Makefile
39104 ____________________________________________________________________________
39105 [  7895] By: gsar                                  on 2000/11/27  18:11:21
39106         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
39107              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
39108              6757..6890,6892..6901 from mainline
39109              
39110              Bytecompiler patches from Benjamin Stuhl.
39111              
39112              More bytecompiler.
39113              
39114              Subject: [PATCH blead] B:: missing dependency
39115              
39116              Subject: [PATCH: 6757] configure.com updates and syslog build
39117              
39118              Long double Gconvert fixes from Yitzchak Scott-Thoennes
39119              and Spider Boardman.
39120              
39121              Subject: [PATCH blead] nextchar() abuse misses an optimisation
39122              
39123              Long double fixes from Spider Boardman.
39124              
39125              Make the selection of NVff et al stricter.
39126              
39127              cSVOPo_*v things index into the current PL_curpad
39128              under ithreads, which is different from the curpad
39129              used by the XSUB.  (In other words, the code as-is
39130              before this patch wouldn't work under ithreads.)
39131              
39132              Be portable.
39133              
39134              VMS MMS (make) wants null action.
39135              
39136              Mac and other portability updates from Chris Nandor.
39137              
39138              Storable support, v-version fixes.
39139              Subject: CPAN.pm beta for testing available
39140              
39141              Portability fix from Hugo van der Sanden.
39142              
39143              Bad makefile.
39144              
39145              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
39146              
39147              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
39148              
39149              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39150              
39151              Replace #6705 with a minimal doc patch.
39152              Subject: [PATCH 5.6.0] replace change #6705
39153              
39154              Drop the separate perlbc, perlcc -b should be enough.
39155              
39156              installperl couldn't tell whether it had run tests or not.
39157              Subject: [PATCH] Re: installperl and t/TEST
39158              
39159              Add silencer flags to installperl.
39160              Subject: [PATCH] Making installperl silent.
39161              
39162              Make "make install" by default silent.  A new "install-verbose"
39163              target is verbose.
39164              
39165              More liberal parsing of version numbers.
39166              Subject: Re: CPAN.pm beta for testing available
39167              
39168              Create directories in silence.
39169              Subject: [PATCH] Another silencer for MakeMaker
39170              
39171              DOS patches and portability/porting notes, from Tim Jenness.
39172              
39173              Make installman to recognize the silence flag -S.
39174              
39175              Actually do something with the silencer option.
39176              
39177              Continue silencing.
39178              
39179              Show the doc file, not the temp file.
39180              
39181              Regen perltoc.
39182              
39183              Subject: [PATCH] More silencing of installman.
39184              
39185              Better wording for the vec lvalue diagnostic.
39186              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39187              
39188              Subject: [PATCH: 6805] several more tweaks to configure.com
39189              
39190              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
39191              
39192              Missing parts of 
39193              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
39194              
39195              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
39196              (applied slightly modified)
39197              
39198              installperl --verbose and --silent.
39199              Subject: Re: [PATCH] More silencing of installman.
39200              
39201              Add install-silent target.
39202              
39203              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
39204              the problem reported in
39205              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
39206              
39207              Tweak the sfio/useperlio logic, hopefully as wished in
39208              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
39209              
39210              One forgotten file from #6816.
39211              
39212              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
39213              
39214              Remove duplicately applied patch shards.
39215              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
39216              
39217              Support preserving extremely big/small angles.
39218              
39219              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
39220              
39221              Subject: [PATCH] installation not quite silent yet.
39222              
39223              Update the test count.
39224              
39225              Use UVxf, PTR2UV, NVff.
39226              
39227              Document PTR2XX and INT2PTR.
39228              
39229              no-install target a la make -n.
39230              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
39231              
39232              grep -e isn't portable.
39233              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
39234              
39235              Can't get the test to reliably work thanks to the
39236              inaccurateness of floating point.  "Resolves" bug ids
39237              20000826.003, 20000826.009, 20000826.010,
39238              
39239              Subject: installman buglet
39240              
39241              DJGPP update from Laszlo Molnar.
39242              
39243              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39244              
39245              Passing -R in ldflags makes now it to appear in the default
39246              for lddlflags, just like with -L.
39247              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
39248              
39249              Test nit.
39250              
39251              Use the actual thread type, not the pointer-to-struct.
39252              
39253              Provice virtual $Config{ccflags_nolargefiles} etc. 
39254              
39255              display_format used as a class method without arguments was broken,
39256              reported in
39257              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
39258              
39259              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
39260              
39261              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
39262              
39263              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
39264              
39265              opmini.o may be left around if a build is interrupted.
39266              
39267              Typo in #6858.
39268              
39269              Fix for ID 20000828.001, long doubles were not formatted
39270              correctly (showed up in $], which stopped installing perl).
39271              
39272              An attempt to fix the problem reported in
39273              Subject: Building perl@6856 using gcc/AIX 4.3.3 
39274              I can't test this properly since the gcc installation I have
39275              access to seems to be botched (gcc is calling the AIX cpp,
39276              a losing proposition...)
39277              
39278              Add -ld to archname on long tr...double platforms.
39279              
39280              Subject: hv.h Doc Patch
39281              
39282              Potential cruft.
39283              
39284              Subject: [PATCH bleedperl@6856] warnings fixes
39285              
39286              -S is the silent flag, -s is the strip flag.
39287              Subject: [PATCH] Re: [PATCH] make no-install          
39288              
39289              Take out the SUIDMAIL thing, that will not be
39290              a problem in 5.7.*.
39291              
39292              Subject: [PATCH bleedperl@6866] spellings
39293              
39294              Subject: [PATCH] Re: files not cleaned even by veryclean
39295              
39296              Use minimal @INC in tests, most of the time just '../lib',
39297              so that we simply can't pick up stuff from other Perls than
39298              the one we are testing.  Pointed out by
39299              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
39300              
39301              Update to Getopt::Long 2.24, from Johan Vromans.
39302              
39303              Fix for thinko in #6848.
39304              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
39305              
39306              Patches all over for people and the files they (hopefully) care about.
39307              
39308              Subject: Net::protoent does not export 'getproto'
39309              
39310              Missed a change in #6869.
39311              
39312              Subject: [PATCH] Warnings in B::Deparse
39313              
39314              Subject: [PATCH] Glob dumping
39315              
39316              Disable one of the tests for now.
39317              
39318              Disabling the one test is a bit tricky.
39319              
39320              Don't forget to tidy up.
39321              
39322              The #6881 removed one dump line.
39323              
39324              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
39325              
39326              Under usethreads the dumped variable is IN_PAD.
39327              Subject: Re: [PATCH] Glob dumping
39328              
39329              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
39330              
39331              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
39332              
39333              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
39334              
39335              Regen Configure for #6894.
39336              
39337              Subject: [PATCH: 6889] updates to perlebcdic.pod
39338              
39339              Undo namespace pollution of #6878.
39340              Subject: Re: Net::protoent does not export 'getproto'
39341              
39342              Admit that we are leaking scalars.
39343              
39344              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
39345      Branch: maint-5.6/perl
39346           !> (integrate 271 files)
39347 ____________________________________________________________________________
39348 [  7894] By: gsar                                  on 2000/11/27  16:00:34
39349         Log: a couple of nits
39350      Branch: maint-5.6/perl
39351            ! MANIFEST pp_sys.c
39352 ____________________________________________________________________________
39353 [  7893] By: gsar                                  on 2000/11/27  15:10:56
39354         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
39355              6740..6745,6747..6757,6760
39356              
39357              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
39358              
39359              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
39360              
39361              Doc nits spotted by Richard Soderberg.
39362              
39363              move WNOHANG definition to where other such things are
39364              
39365              Make $Config{byteorder} more magical so that it is
39366              dynamically computed: nice for 'fat binaries'.
39367              Subject: [PATCH]: default byteorder
39368              
39369              Subject: [PATCH] Cwd.pm now uses strict
39370              
39371              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
39372              
39373              Get -DLEAKTEST to compile (not necessarily to work, mind)
39374              Subject: [ID 20000724.006] -DLEAKTEST problem
39375              
39376              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
39377              
39378              Add perlebcdic from Peter Prymmer, regen toc.
39379              
39380              Don't propose using modules built for 5.005 if no binary
39381              compatibility with 5.005 is attempted.
39382              
39383              Do not use prototyping here.
39384              Subject: [ID 20000817.016] [PATCH] Peek.xs
39385              
39386              Document what the backtick returns if the command fails.
39387              
39388              Add byteorder to the myconfig output.
39389              
39390              Introduce NVef, NVff, and NVgf, use the middle one.
39391              (helps for lib/peek + Linux + long doubles)  Reported in
39392              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
39393              Use NVs in POSIX math, not doubles.
39394              Subject: [ID 20000817.014] POSIX & modfl
39395              
39396              Subject: [PATCH 5.6.0+] newSVrv() memory leak
39397              
39398              The byteorder code in #6671 was wrong.
39399              
39400              Fix the lib/complex failure of
39401              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
39402              Linux long double accuracy issue: something that
39403              when printed with %g looks like "2" but int() of it is 1.
39404              
39405              Propagate new Configure vars.
39406              
39407              Unbuffer the output.
39408              
39409              Subject: [PATCH] perltrap.pod spring cleaning
39410              
39411              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
39412              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
39413              
39414              Tiny Getopt::Long patch from Johan Vromans.
39415              
39416              Document code point which makes if (defined %stash::) to work
39417              (noted by Spider Boardman).
39418              
39419              Subject: [PATCH perl@6698] cygwin port
39420              
39421              Document the NDBM_File and ODBM_File as SDBM_File
39422              was documented in #6417.
39423              
39424              The new tests were missing from #6415.
39425              
39426              Add [[:blank:]] as suggested in
39427              Subject: [ID 20000716.024] [=cc=] / [:blank:]
39428              (the [=cc=] has already been taken care of by #6439
39429              so the whole bug report can be closed)
39430              and make [[:space:]] to be equivalent to isspace(3)
39431              (as opposed to \s, which is isSPACE()).  The difference
39432              is that now [[:space:]] matches the mythical vertical tab,
39433              while \s doesn't.
39434              
39435              Don't eat leading os from index entries.
39436              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
39437              
39438              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
39439              
39440              Typo in pp_complement().
39441              Subject: [PATCH perl-current] Deparse
39442              
39443              Add warnif(), check warnings further up the stack,
39444              all the warnings functions now can take an optional object reference.
39445              Subject: [PATCH bleedperl@6691] warnings pragma update
39446              
39447              Fix a core dump in lib/selfloader under -DDEBUGGING.
39448              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
39449              
39450              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
39451              
39452              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
39453              
39454              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
39455              Put back the long double avoidance code to POSIX.xs
39456              because VMS seems to need it still.
39457              
39458              Introduce a 'veryclean' target that is like 'distclean'
39459              but also removes *~ and *.orig.
39460              
39461              Subject: [ID 20000817.023] endianness description in perlfunc.pod
39462              
39463              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
39464              
39465              Let's try #6717 again.
39466              
39467              UTF8 concat fixes.
39468              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
39469              
39470              pp_open() could pass an uninitialized filename down to do_open9().
39471              
39472              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
39473              
39474              Update to CGI 2.72, from Lincoln Stein.
39475              
39476              Subject: [PATCH] Silence MakeMaker (Was: installman)
39477              
39478              Use temporary directory instead of current directory.
39479              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
39480              
39481              Document odd vs even subreleases and -Dusedevel.
39482              
39483              The veryclean target needs to clobber.
39484              
39485              Use File::Spec->tmpdir().
39486              
39487              Document the number of exponent digits.
39488              
39489              Mention perlebcdic and perlposix-bc.
39490              
39491              s/this one/the 5.6.0 release/
39492              
39493              The #6724 is here.
39494              
39495              The correct cleaning order is an art.
39496              
39497              small tweaks for change#6705: avoid C++ style comments in C code;
39498              use Perl's malloc API rather than the low level system one
39499              
39500              Array context keeps slithering in.
39501              
39502              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
39503              
39504              Subject: [PATCH] os2.c fix for use64bitint
39505              
39506              Update to Pod::LaTeX 0.53.
39507              Subject: [PATCH] lib/Pod/LaTeX.pm updates
39508              
39509              Document the endianness of Alpha more precisely.
39510              
39511              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
39512              
39513              Rename the macro argument because some preprocessors
39514              can't tell the difference and expand arguments also inside
39515              double quoted strings.
39516              
39517              free TLS slot properly on Windows
39518              
39519              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
39520              
39521              Unicos/mk requires elaborate paranoia.
39522              
39523              Tweak the floating point output routine preferences.
39524              
39525              Also under djgpp the timestamps are funky.
39526              
39527              Apply some PodParser 1.18 patches; the Pod/Find.pm
39528              patches cannot be applied since #6712 conflicts.
39529              
39530              Use PodParser 1.18 new test.
39531              
39532              A pod nit.
39533              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
39534              
39535              Be verydeepclean.
39536      Branch: maint-5.6/perl
39537           +> pod/perlebcdic.pod
39538           !> (integrate 106 files)
39539 ____________________________________________________________________________
39540 [  7892] By: jhi                                   on 2000/11/27  15:02:32
39541         Log: Update Changes.
39542      Branch: perl
39543            ! Changes patchlevel.h
39544 ____________________________________________________________________________
39545 [  7891] By: jhi                                   on 2000/11/27  14:57:23
39546         Log: Subject: Re: perlfaq style changes
39547              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39548              Date: Sat, 25 Nov 2000 23:32:26 -0800
39549              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
39550              
39551              plus a note from Ronald Kimball.
39552      Branch: perl
39553            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
39554 ____________________________________________________________________________
39555 [  7890] By: jhi                                   on 2000/11/27  14:53:14
39556         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
39557              From: Benjamin Holzman <bah@ecnvantage.com>
39558              Date: Sun, 26 Nov 2000 16:27:33 -0500
39559              Message-ID: <20001126162733.J25040@ecnvantage.com>
39560      Branch: perl
39561            ! gv.c
39562 ____________________________________________________________________________
39563 [  7889] By: jhi                                   on 2000/11/27  14:43:11
39564         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
39565              From: lvirden@cas.org
39566              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
39567              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
39568      Branch: perl
39569            ! README.amiga
39570 ____________________________________________________________________________
39571 [  7888] By: jhi                                   on 2000/11/27  14:32:34
39572         Log: Restore also the locale test to no-sprintf-taint state.
39573              Fixes the bug 20001127.003.
39574      Branch: perl
39575            ! sv.c t/pragma/locale.t
39576 ____________________________________________________________________________
39577 [  7887] By: gsar                                  on 2000/11/27  14:13:05
39578         Log: integrate changes#6613..6616,6620..6665 from mainline
39579              
39580              VMS configure.com update continues.
39581              
39582              Subject: Test fails / warnings with perl-current #6612
39583              
39584              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
39585              
39586              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
39587              
39588              For now remove the mail code.
39589              
39590              Subject: Re: [PATCH] @+, @- readonly
39591              
39592              Subject: warning: storage class after type is obsolescent
39593              
39594              Subject: sfio2000
39595              
39596              Subject: Re: File::Temp problems on VMS in bleedperl
39597              
39598              README.os2 update.
39599              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
39600              
39601              Make the user to give up his firstborn, err, to knowingly
39602              verify installing an unstable developer release.  Also bump
39603              the release to 5.7.0, but leave a patch tag in the local
39604              patches saying that this is not yet the real thing.
39605              
39606              Update (kinda) to Test 1.14, from Joshua Pritikin.
39607              
39608              make ok etc also for win32.
39609              
39610              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
39611              
39612              Don't blow limited stacks, a lower number is enough to
39613              tickle the lookbehind limit.
39614              
39615              Use -Dusedevel; regen Configure and the respective Porting stuff.
39616              
39617              Subject: [PATCH] debugger exit code should reflect user exit code
39618              
39619              Subject: [PATCH perl@6620] cygwin port
39620              
39621              Missed a file from #6638.
39622              
39623              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)
39624              
39625              magic callbacks all need to have same type signature
39626              
39627              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
39628              
39629              Fix a dependency problem.
39630              Subject: [PATCH: 6640] VMS Makefile.SH update
39631              
39632              The numeric locale was reset to "C" by s?printf and never restored.
39633              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
39634              No test since adding the failing example to locale.t
39635              does not fail -- probably because the locale settings are so
39636              thoroughly tweaked by that time.  Running the example standalone
39637              does fail, though.  UPDATE: test case added at change #7540.
39638              
39639              Subject: [ID 20000324.040] minor fix to perlhpux.pod
39640              
39641              Update to CPAN 1.57.
39642              
39643              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
39644              
39645              Change the perlbug address to perl.org since it's more forgiving.
39646              
39647              Change the regx compilation error markers to use = instead of <
39648              since pod makes using the latter quite messy.  Reported in
39649              ID 20000814.006 by Abigail and in
39650              Subject: Unknown escape E<> ?
39651              
39652              Update to perldebtut 1.9, from Richard Foley.
39653              
39654              check that the number pseudo children doesn't exceed
39655              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
39656              the WaitForMultipleObjects() limit that would cause wait()
39657              to crash)
39658              wait() and waitpid() could potentially be rewritten to use
39659              more than one thread to do the waiting to eliminate this
39660              limitation
39661              
39662              change#6328 could make close(SOCKET) return false on windows
39663              when it shouldn't
39664              
39665              pod nit seen in passing
39666              
39667              on windows, the return values from wait() and waitpid() don't
39668              match those of pseudo-pids
39669              
39670              waitpid() now handles externally spawned pids correctly;
39671              fixes for backtick/wait/waitpid failures on Windows 9x
39672              these changes make the pid returned by process functions on
39673              Windows 9x always positive by clearing the high bit (which
39674              is always set on Win9x); pseudo-process PIDs are likewise
39675              always negative now on Win9x (just as on NT/2000)
39676              
39677              trailing new %ENV entries weren't being pushed into the real
39678              environment of subprocesses on Windows
39679              
39680              Tweak the regex compilation errors once more.
39681              
39682              avoid warnings from dense compiler
39683              
39684              add "ok" targets from change#6632 in makefile.mk
39685      Branch: maint-5.6/perl
39686            - lib/Pod/PlainText.pm vms/configure.com
39687           !> (integrate 66 files)
39688 ____________________________________________________________________________
39689 [  7886] By: jhi                                   on 2000/11/27  13:54:18
39690         Log: __FUNCTION__ isn't portable and trying to emulate it leads
39691              into practically spelling out the name of the function.
39692              Takes care of the bug 20001127.001.
39693      Branch: perl
39694            ! perlio.c
39695 ____________________________________________________________________________
39696 [  7885] By: gsar                                  on 2000/11/27  13:53:18
39697         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
39698              6610..6611 from mainline
39699              
39700              Make regular expression parse error messages easier to understand.
39701              Subject: Re: enhanced(?) regex error messages
39702              
39703              Tiny tidying on report_evil_fh().
39704              
39705              Subject: Re: enhanced(?) regex error messages 
39706              plus Capitalize the error messages, plus perldiag them.
39707              
39708              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
39709              
39710              Document here-doc better.
39711              
39712              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
39713              
39714              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
39715              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
39716              (either perlbug or p5p ate the original), plus regen
39717              perlapi and perltoc. 
39718              
39719              Regen global.sym.
39720              
39721              Double check that we have a dirhandle.
39722              
39723              Subject: Re: enhanced(?) regex error messages
39724              (plus two small patches sent privately)
39725              (this still seems to leave few test failures)
39726              
39727              warn is a macro, avoid using at a variable to avoid warnings
39728              in some configurations; readdir.t is too conservative in
39729              estimating number of *.t's
39730              
39731              Get back into sync with Jeffrey on the enhanced regex warnings.
39732              
39733              Subject: [PATCH 5.6.0] cygwin port
39734              
39735              Zero entries were skipped, fix from Adrian Goalby
39736              <argoalby@yahoo.co.uk>
39737              
39738              Subject: Remove dead entry in perldiag
39739              
39740              Amend the description of Perl6.
39741              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
39742              
39743              detypo
39744              
39745              It's the 2ndO'ROSSC.
39746              
39747              Revert the sv.c part of #6559, a better fix is needed.
39748              
39749              Iterating perl6 description.
39750              
39751              Update to Term::ANSIColor 1.03, from Russ Allbery.
39752              
39753              Update to Getopt::Long 2.23_05, from Johan Vromans.
39754              
39755              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
39756              
39757              Update to Pod::Parser 1.17, from Brad Appleton.
39758              
39759              Update to CPAN 1.56, from Andreas König.
39760              
39761              Update to CGI 2.70, from Lincoln Stein.
39762              
39763              Put back the std @INC thing.
39764              
39765              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
39766              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
39767              
39768              Document the IO::Select timeout.
39769              
39770              sleep(1) does not necessarily return 1.
39771              Subject: [PATCH bleadperl] op/lex_assign.t  
39772              
39773              Subject: debugger "d" command doesnt check line number
39774              
39775              B::Deparse didn't do sub attributes.
39776              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
39777              
39778              Preprocessing and postprocessing for File::Find.
39779              Subject: Patch to Find::File.pm to allow alphabetical results
39780              
39781              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
39782              
39783              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
39784              
39785              Subject: Re: [ID 20000730.003] utf8::length() bad
39786              
39787              Subject: Getting perlio and threads to compile
39788              (the Solaris version changes in Configure skipped)
39789              
39790              Tests for #6589.
39791              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
39792              
39793              Add Perl debugging tutorial, regen toc. 
39794              Subject: perldebtut.pod
39795              
39796              Add a few missing files, update MANIFEST.
39797              
39798              Rewrite of vms/subconfigure.com as configure.com,
39799              from Peter Prymmer and the vmsperl crew.
39800              
39801              Should have deleted this in #6603.
39802              
39803              Fix the test for 5005threads.
39804              
39805              Fix-n-skip the tests under 5005threads.
39806              
39807              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
39808              
39809              Upgrade to CGI 2.71, from Lincoln Stein.
39810      Branch: maint-5.6/perl
39811           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
39812           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
39813           +> t/op/regmesg.t t/pod/find.t vms/configure.com
39814            - vms/subconfigure.com
39815            ! lib/lib.pm
39816           !> (integrate 115 files)
39817 ____________________________________________________________________________
39818 [  7884] By: jhi                                   on 2000/11/27  13:44:33
39819         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
39820              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39821              Date:     Mon, 27 Nov 2000 08:23:54 EST
39822              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
39823      Branch: perl
39824            ! vms/descrip_mms.template vms/test.com
39825 ____________________________________________________________________________
39826 [  7883] By: gsar                                  on 2000/11/27  11:50:46
39827         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
39828              6511..6513,6515..6523,6525..6536
39829              
39830              The swallow_bom() saga continues.  The #23 of require.t
39831              (UTF16-LE) still fails (silently, no output) but the #22
39832              (UTF16-BE) seems to be working now.  The root of the
39833              failure may be in sv_gets(): is it UTF-16LE-aware,
39834              especially when it comes to line endings? 
39835              
39836              Document the problem with -P in HP-UX and its workaround.
39837              
39838              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
39839              (aka ID 20000730.002)
39840              
39841              Subject: fix and question re: waitpid() under win32
39842              
39843              Make the safety catch for buggy gccs work with triple version
39844              numbers like 2.95.2.  Reported in
39845              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
39846              
39847              In Digital UNIX warn if gcc explicitly chosen because even
39848              2.95.2 is known to cause problems.
39849              
39850              Make chr() for values >127 to create utf8 when under utf8.
39851              
39852              various syntax errors and such (not fixed: comp/require.t#22 coredump
39853              on Windows)
39854              
39855              Stash away the largefiles flags and libswanted.
39856              
39857              BOM patching from Simon Cozens.
39858              
39859              If gccosandvers is equal to osname, clear gccosandvers.
39860              
39861              Make p4desc to skip non-mainperl branches by default.
39862              
39863              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
39864              
39865              The test from this
39866              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
39867              
39868              In new BSDs changes to argv[] do not show up in ps(1) output,
39869              instead one must use setproctitle().  This was already addressed
39870              by change #6457, but the below has a new variant for FreeBSD 4.0
39871              or later, and the matter is also documented more.
39872              
39873              FreeBSD 3.* updates from
39874              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
39875              
39876              regen_headers, regen perltoc.
39877              
39878              Document in one place the memory abstractions used in Perl core.
39879              
39880              memcpy has n o in it, as pinted ut by Sarathy.
39881              
39882              Remove the extraneous "main::" prefix from all the
39883              "opened only for", "on closed", and "never opened" warnings.
39884              
39885              The name of a filehandle does not have <these>.
39886              
39887              The tr utf8 patching continues.
39888              
39889              The new setproctitle() feature is available only in 
39890              bleeding edge FreeBSD.  From Paul Saab.
39891              
39892              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
39893              
39894              Dump UVs as UVs in Data::Dumper.
39895              
39896              detypo #6494
39897              
39898              Document the IVdf UVuf UVof UVxf.
39899              
39900              require.t needs binmode() to work on windows
39901              
39902              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
39903              that are hopefully soon put into use.
39904              
39905              Allow "no Module;" even if there is no 'unimport'.
39906              
39907              Better skip message for the test; one of the two problems in
39908              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
39909              
39910              The subtest 4 may fail also on VOBS, as pointed out
39911              by Nick Ing-Simmons in November 1999, bug id 19991124.003
39912              (but the failure in that bug report isn't the subtest 4).
39913              
39914              Be more informative on what is skipped and why,
39915              also repeat the list at the end.
39916              
39917              Add a URL for FSF.
39918              
39919              Subject: [PATCH] sv.h documentation - SvLEN
39920              
39921              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
39922              
39923              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
39924              
39925              Subject: [PATCH] bad cppsymbols on os2 + Configure question
39926              
39927              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
39928              
39929              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
39930              mention the idea of @( and @)
39931              
39932              This is 6512.  Really.
39933              
39934              Subject: [ID 19990721.004] Documentation bug in perlfunc
39935              
39936              Subject: Minor tweak to perlvar.pod
39937              
39938              In the warnings call filehandles consistently so;
39939              add "unopened" warning for stat().
39940              
39941              After the #6519 a warning about stat() is just that,
39942              not about a filetest, which now have their own warning.
39943              
39944              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
39945              
39946              Subject: Re: Array vs. List context
39947              
39948              Subject: New perlcc, take 2
39949              
39950              Weed buglets pointed out by
39951              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
39952              
39953              gcc versions might have (parentheses) in them.
39954              
39955              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
39956              
39957              Essential prototype changes were missing from #6527.
39958              Also make report_evil_fh() more bomb-proof.
39959              
39960              Zap lib/Sys directory when cleaning up.
39961              
39962              Change the Policy policy: now -Dprefix= with an existing
39963              Policy.sh and prefix == siteprefix == vendorprefix, then all
39964              of them follow along the new prefix.
39965              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
39966              
39967              Continue fixing the io warnings.  This also
39968              sort of fixes bug ID 20000802.003: the core dump
39969              is no more.  Whether the current behaviour is correct
39970              (giving a warning: "Not a format reference"), is another matter.
39971              
39972              Have symbols for the IoTYPEs.
39973              
39974              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
39975              
39976              Document a bit that UDP is not what you might think.
39977              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
39978              tr memory corruption fix from Simon Cozens.
39979              
39980              Plug the security hole described in the Aug 05 2000 bugtraq message
39981              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
39982              The security hole exists only in suidperls, which isn't
39983              installed or even built by default.
39984      Branch: maint-5.6/perl
39985           !> (integrate 71 files)
39986 ____________________________________________________________________________
39987 [  7882] By: gsar                                  on 2000/11/27  10:25:36
39988         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
39989              from mainline
39990              
39991              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
39992              to be fatal errors (instead of by default ignoring them, and
39993              ignoring with a bug: even though -w gave an error, the opening [
39994              was left in)  Reported in:
39995              
39996              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
39997              
39998              Subject: [PATCH] split /^/
39999              
40000              MacOS nits from Matthias Neeracher.
40001              
40002              More split() doc and test patches from Mike Guy.
40003              
40004              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
40005              from Graham Barr in the module list.
40006              
40007              docfix from Peter Scott <Peter@PSDT.com>.
40008              
40009              File::Temp patches for VMS and OS/2 from Tim Jenness.
40010              
40011              open() wariness in perlbug.
40012              
40013              Subject: [PATCH] minor doc change - perlguts
40014              
40015              Subject: Minor doc patch: handy.h
40016              
40017              Be wary of close()s, too.
40018              
40019              Further File::Temp patches from Yitzchak Scott-Thoennes
40020              and Craig A. Berry.
40021              
40022              Subject: [PATCH] fixes bug 20000508.004
40023              
40024              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
40025              
40026              Allow "no AutoLoader;", based on change #6444,
40027              suggested by Graham Barr.
40028              
40029              Use setproctitle() if available to modify $0.
40030              
40031              Warn if the version of the operating system used to compile gcc
40032              differs from the current version of the operating system.
40033              Also display the gcc compilation os and version in myconfig.
40034              Inspiration from
40035              
40036              Tiny fixes for #6460.
40037              
40038              The problem described in this
40039              Subject: [ID 20000322.018] named chars aren't magical enough
40040              has been fixed in perl 5.6.0 but just in case added a test
40041              to keep it away.  (The report from Joseph Hall.)
40042              
40043              Tune the comments and hopefully stop a memory leak.
40044              
40045              Subject: UTF8 concat
40046              (with a memory leak fixed, plus a few casts added)
40047              This also seems to help for
40048              Subject: [ID 20000716.015] join UTF8 weirdness
40049              
40050              Do not upgrade SVs into utf8 just because they participate
40051              in eq or cmp.  Reported and fix suggested in
40052              Subject: [ID 20000720.009] sv_eq UTF8 bug
40053              
40054              Fix the HALF_UPGRADE() macro introduced in #6263.
40055              
40056              Find green threads before native threads.
40057              Subject: Re: Patch to jpl/JNI/Makefile.PL
40058      Branch: maint-5.6/perl
40059           !> (integrate 30 files)
40060 ____________________________________________________________________________
40061 [  7881] By: jhi                                   on 2000/11/27  05:48:41
40062         Log: It seems that *both* the unused submatch loop cleanup
40063              codes are needed.
40064      Branch: perl
40065            ! regexec.c
40066 ____________________________________________________________________________
40067 [  7880] By: jhi                                   on 2000/11/27  04:50:07
40068         Log: Clean .exists deeper.
40069      Branch: perl
40070            ! Makefile.SH
40071 ____________________________________________________________________________
40072 [  7879] By: jhi                                   on 2000/11/27  02:31:35
40073         Log: The code in regcppop() (see #7878) contains the correct lower
40074              limit for the unused submatch 'cleanup' loop so that under
40075              "use utf8" the following code wouldn't dump core:
40076              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
40077              the cleanup loop in regtry() stomped beyond allocated area
40078              in the startp[] array.  Therefore, copied the correct lower
40079              loop limit (*PL_reglastparen) to regtry().  Note: something
40080              may still not be quite right: why was the _higher_ loop limit
40081              (prog->nparens) different in the utf8 case?
40082              
40083              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
40084              without core dumps, there were about 17 of them before
40085              the patch (with us since Perl 5.7.0).  Two failures, still:
40086              496 and 505 (though these may not be severe).
40087              
40088              Patch #7881 is also needed since both the cleanup loops
40089              seem to be needed.
40090              
40091              Also, the t/op/pat#44 seems to core dump under utf8.
40092              Plus a couple of failures.  UGH-8.
40093      Branch: perl
40094            ! regexec.c
40095 ____________________________________________________________________________
40096 [  7878] By: jhi                                   on 2000/11/27  02:21:17
40097         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
40098              the code in regcppop() seems to be redundant for the test suite --
40099              but it contains a germ of truth, and it needed for the build
40100              process itself: see #7879 and #7881.
40101      Branch: perl
40102            ! regexec.c
40103 ____________________________________________________________________________
40104 [  7877] By: jhi                                   on 2000/11/27  01:53:09
40105         Log: Comment on comment.
40106      Branch: perl
40107            ! regexec.c
40108 ____________________________________________________________________________
40109 [  7876] By: jhi                                   on 2000/11/27  00:49:59
40110         Log: Adjust the docs to agree with #7875.
40111      Branch: perl
40112            ! pod/perllocale.pod
40113 ____________________________________________________________________________
40114 [  7875] By: jhi                                   on 2000/11/27  00:49:27
40115         Log: Retract #7863.  It makes more sense not to taint formatted output,
40116              not even by sprintf().
40117      Branch: perl
40118            ! sv.c
40119 ____________________________________________________________________________
40120 [  7874] By: jhi                                   on 2000/11/26  23:36:02
40121         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
40122              Not really fixed (should really dump the UTF-8 charclass),
40123              but stopped displaying the garbage.
40124              
40125              Also add a note on the (missing) Unicode PSXSPC and BLANK.
40126      Branch: perl
40127            ! regcomp.c
40128 ____________________________________________________________________________
40129 [  7873] By: jhi                                   on 2000/11/26  21:31:13
40130         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
40131      Branch: perl
40132            ! regexec.c
40133 ____________________________________________________________________________
40134 [  7872] By: jhi                                   on 2000/11/26  21:06:04
40135         Log: No need to scan till infinity, 13 is enough.
40136      Branch: perl
40137            ! handy.h utf8.c
40138 ____________________________________________________________________________
40139 [  7871] By: jhi                                   on 2000/11/26  20:20:32
40140         Log: Test line numbers are different with utf8.
40141      Branch: perl
40142            ! t/op/re_tests
40143 ____________________________________________________________________________
40144 [  7870] By: jhi                                   on 2000/11/26  20:10:12
40145         Log: Message nit.
40146      Branch: perl
40147            ! regcomp.c
40148 ____________________________________________________________________________
40149 [  7869] By: jhi                                   on 2000/11/26  19:01:05
40150         Log: Make utf8_length() and utf8_distance() (the latter of which
40151              is unused at the moment) to be less forgiving about bad UTF-8.
40152      Branch: perl
40153            ! embed.h embed.pl objXSUB.h proto.h utf8.c
40154 ____________________________________________________________________________
40155 [  7868] By: jhi                                   on 2000/11/26  18:45:56
40156         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
40157              From: Benjamin Holzman <bah@ecnvantage.com>
40158              Date: Sat, 25 Nov 2000 20:40:20 -0500       
40159              Message-ID: <20001125204020.A25040@ecnvantage.com>              
40160              
40161              Debian allows installing /usr/bin/locale without installing
40162              any locales, an error message will ensue.
40163      Branch: perl
40164            ! t/pragma/locale.t
40165 ____________________________________________________________________________
40166 [  7867] By: jhi                                   on 2000/11/26  18:31:12
40167         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
40168              From: Benjamin Holzman <bah@ecnvantage.com>
40169              Date: Sun, 26 Nov 2000 02:42:34 -0500
40170              Message-ID: <20001126024234.G25040@ecnvantage.com>
40171              
40172              Patch for the bug 20000212.002.
40173      Branch: perl
40174            ! sv.c t/op/array.t
40175 ____________________________________________________________________________
40176 [  7866] By: jhi                                   on 2000/11/26  18:28:09
40177         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
40178              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40179              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
40180              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
40181              
40182              File::Temp 0.11.
40183      Branch: perl
40184            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
40185 ____________________________________________________________________________
40186 [  7865] By: jhi                                   on 2000/11/26  18:24:22
40187         Log: The metaconfig unit change for #7864.
40188      Branch: metaconfig/U/perl
40189            ! need_va_copy.U
40190 ____________________________________________________________________________
40191 [  7864] By: jhi                                   on 2000/11/26  18:23:41
40192         Log: Make the va_copy() test not to be so talkative.
40193      Branch: perl
40194            ! Configure config_h.SH
40195 ____________________________________________________________________________
40196 [  7863] By: jhi                                   on 2000/11/26  18:11:02
40197         Log: Fix locale inconsistencies unearthed by Hugo's work.
40198              Now the floating point sprintf really does taint the result
40199              string as perllocale promises (has promised for a long time)
40200              if "use locale" is in the lexical scope.
40201      Branch: perl
40202            ! sv.c t/pragma/locale.t
40203 ____________________________________________________________________________
40204 [  7862] By: jhi                                   on 2000/11/26  00:35:15
40205         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
40206              From: Nicholas Clark <nick@ccl4.org>
40207              Date: Sun, 26 Nov 2000 00:07:50 +0000
40208              Message-ID: <20001126000750.A22446@plum.flirble.org>
40209              
40210              Infinit.
40211      Branch: perl
40212            ! sv.c
40213 ____________________________________________________________________________
40214 [  7861] By: jhi                                   on 2000/11/26  00:01:26
40215         Log: Integrate perlio.
40216      Branch: perl
40217           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
40218 ____________________________________________________________________________
40219 [  7860] By: nick                                  on 2000/11/25  22:04:17
40220         Log: Correct relative path from new ext\Filter\Util\Call location
40221              back to miniperl.
40222      Branch: perlio
40223            ! win32/makefile.mk
40224 ____________________________________________________________________________
40225 [  7859] By: nick                                  on 2000/11/25  21:26:54
40226         Log: Integrate mainline.
40227      Branch: perlio
40228           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
40229           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
40230           +> t/lib/filter-util.t
40231            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40232            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
40233            - t/lib/filt-util.t
40234           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
40235           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
40236           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
40237           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
40238           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
40239           !> win32/makefile.mk
40240 ____________________________________________________________________________
40241 [  7858] By: gsar                                  on 2000/11/25  20:52:17
40242         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
40243              parent's memory; fix it by keeping track of the actual pad
40244              offset rather than a raw pointer (this change is probably also
40245              relevant to non-ithreads case to avoid fallout from reallocs of
40246              the pad array, but is currently only enabled for the ithreads
40247              case in the interests of minimal disruption to existing "well
40248              tested" code)
40249      Branch: perl
40250            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
40251            ! proto.h scope.c scope.h sv.c t/op/fork.t
40252 ____________________________________________________________________________
40253 [  7857] By: nick                                  on 2000/11/25  20:01:28
40254         Log: All tests pass on Win32/gcc/USE_PERLIO.
40255              - when crlf layer is pushed make unix-level binary.
40256              - remove :crlf injection in pp_backtick in pp_sys.c
40257              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
40258      Branch: perlio
40259            ! doio.c perlio.c pp_sys.c win32/makefile.mk
40260 ____________________________________________________________________________
40261 [  7856] By: jhi                                   on 2000/11/25  18:38:30
40262         Log: Update the metaconfig units for #7855.
40263      Branch: metaconfig/U/perl
40264            ! useperlio.U usesocks.U
40265 ____________________________________________________________________________
40266 [  7855] By: jhi                                   on 2000/11/25  18:37:54
40267         Log: Undo the SOCKS workarounds, instead start using PerlIO
40268              if SOCKS is selected.
40269              
40270              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
40271              From: Jens Hamisch <jens@Strawberry.COM>
40272              Date: Fri, 24 Nov 2000 18:31:30 +0100
40273              Message-ID: <20001124183130.E28337@Strawberry.COM>
40274              
40275              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
40276              From: Jens Hamisch <jens@Strawberry.COM>
40277              Date: Fri, 24 Nov 2000 19:11:51 +0100
40278              Message-ID: <20001124191151.A28753@Strawberry.COM>
40279      Branch: perl
40280            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
40281            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
40282 ____________________________________________________________________________
40283 [  7854] By: jhi                                   on 2000/11/25  17:39:08
40284         Log: Undo #7848.  Some of the code seems to use walkoptree(),
40285              some walkoptree_slow().  An unfinished renaming?
40286              Now the sub is walkoptree() (which is @EXPORT_OK),
40287              the walkoptree_slow() is a typeglob alias to walkoptree.
40288              This makes the tests to pass, at least.
40289      Branch: perl
40290            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
40291 ____________________________________________________________________________
40292 [  7853] By: nick                                  on 2000/11/24  22:24:33
40293         Log: Re-arrange crlf vs binary for platforms that care.
40294              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
40295              Lip-service to making stdio layer work on such platfroms (untested).
40296              Now fails 3 tests rather than one, checkin to see if I can debug 
40297              the issue under linux. (Do not merge.)
40298      Branch: perlio
40299            ! doio.c perlio.c perliol.h
40300 ____________________________________________________________________________
40301 [  7852] By: jhi                                   on 2000/11/24  18:57:39
40302         Log: AUTHORS edits.
40303      Branch: perl
40304            ! AUTHORS
40305 ____________________________________________________________________________
40306 [  7851] By: jhi                                   on 2000/11/24  17:34:56
40307         Log: Add Jan-Erik Karlsson.
40308      Branch: perl
40309            ! AUTHORS
40310 ____________________________________________________________________________
40311 [  7850] By: jhi                                   on 2000/11/24  17:27:56
40312         Log: Configure should find stdchar on its own.
40313      Branch: perl
40314            ! hints/solaris_2.sh
40315 ____________________________________________________________________________
40316 [  7849] By: jhi                                   on 2000/11/24  17:24:55
40317         Log: Subject: PATCH over 7848: Filter test flawed
40318              From: andreas.koenig@anima.de (Andreas J. Koenig)
40319              Date: 24 Nov 2000 10:28:29 +0100
40320              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
40321      Branch: perl
40322            ! t/lib/filter-util.t
40323 ____________________________________________________________________________
40324 [  7848] By: jhi                                   on 2000/11/24  17:22:15
40325         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
40326              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
40327              Date: Fri, 24 Nov 2000 16:12:58 +0000
40328              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
40329      Branch: perl
40330            ! ext/B/B.pm
40331 ____________________________________________________________________________
40332 [  7847] By: jhi                                   on 2000/11/24  03:07:01
40333         Log: Integrate perlio.
40334      Branch: perl
40335           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
40336           !> win32/makefile.mk
40337 ____________________________________________________________________________
40338 [  7846] By: gsar                                  on 2000/11/24  00:55:57
40339         Log: integrate changes#6415..6418,6420..6438 from mainline
40340              
40341              Fix the bitvector ops for utf8 (tricky since past 7 bits
40342              the utf8 'characters' can be more than one octet).
40343              
40344              MPE/ix updates for perl 5.6.0 from Mark Bixby.
40345              
40346              Subject: SDBM_File documentation
40347              
40348              Detypo.
40349              
40350              Decutandpasto.
40351              
40352              Send all installperl messages to STDERR and be -w clean.
40353              
40354              Out-of-date note removed.
40355              
40356              Protect against "wild next"s, that is, callbacks doing "next"
40357              instead of "return".
40358              
40359              Use STDOUT consistently.
40360              
40361              The output might have been produced in the wrong order.
40362              
40363              A missing 'break' after the [[:space:]] switch case.
40364              
40365              Add tests for
40366              [ID 19991110.003] another matching finding by pcre author
40367              which has already been fixed by some patch, as verified in
40368              
40369              Documentation to explain the behaviour of map().
40370              
40371              Add an optimization for map-maps-a-list-element-to-more-list-elements
40372              case, but add also notes explaining the relationship of this
40373              patch and the earlier notes by Sarathy.
40374              
40375              Subject: [ID 20000716.023] syslog test fails without sockets
40376              
40377              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
40378              Test cases for #6431.
40379              
40380              File::Spec::VMS fixup for tmpdir from Craig Berry.
40381              
40382              Make the "uninit variable" warning to say "concat or string"
40383              or "join or string" when in concat or join .
40384              
40385              Get UTF16 BOMs working.  Patch from
40386              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
40387              
40388              Subject: [PATCH] Make large file tests deal with SIGXFSZ
40389              
40390              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
40391              
40392              Subject: [PATCH] av.c apidoc
40393      Branch: maint-5.6/perl
40394           !> (integrate 43 files)
40395 ____________________________________________________________________________
40396 [  7845] By: gsar                                  on 2000/11/24  00:20:45
40397         Log: integrate changes#6406..6414 from mainline
40398              
40399              Merge perlhacktut into perlhack, update perlguts.
40400              
40401              Fix AutoSplit to use File::Spec the right way in VMS,
40402              from Peter Prymmer.
40403              
40404              The bug report
40405              [ID 19991110.002] minimal matching discrepancy found by pcre author
40406              seems to have been fixed (though differently from what was suggested
40407              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
40408              
40409              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
40410              not in pod, from Peter Prymmer
40411              
40412              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
40413              From: Hugo <hv@crypt.compulink.co.uk>
40414              Date: Fri, 14 Jul 2000 23:05:20 +0100
40415              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
40416              
40417              Didn't anymore apply, but that point still could use another fix.
40418              
40419              lib/b test fixes from Peter Prymmer.
40420              
40421              More docs for sv functions.
40422              
40423              perlvms.pod whitespace cleanup to keep pod utils happy.
40424              
40425              another VMS build tweak from Peter Prymmer
40426      Branch: maint-5.6/perl
40427           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
40428           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
40429           !> vms/descrip_mms.template vms/perlvms.pod
40430 ____________________________________________________________________________
40431 [  7844] By: nick                                  on 2000/11/23  23:42:45
40432         Log: Win32/perlio Now just fails one io/argv.t test - lack 
40433              of default :crlf on standard streams.
40434      Branch: perlio
40435            ! doio.c perlio.c
40436 ____________________________________________________________________________
40437 [  7843] By: nick                                  on 2000/11/23  23:04:05
40438         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
40439              peek fail is showing a real problem (multiple crlf layers
40440              are getting pushed.)
40441      Branch: perlio
40442            ! doio.c perlio.c win32/makefile.mk
40443 ____________________________________________________________________________
40444 [  7842] By: nick                                  on 2000/11/23  19:46:23
40445         Log: Implement PerlIO_binmode()
40446              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
40447              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
40448              make binmode in t/lib/io_tell.t unconditional so that works.
40449              Checkin just so Win32 machine can see these changes.
40450      Branch: perlio
40451            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
40452 ____________________________________________________________________________
40453 [  7841] By: jhi                                   on 2000/11/23  19:30:00
40454         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
40455      Branch: perl
40456            ! README.amiga
40457 ____________________________________________________________________________
40458 [  7840] By: jhi                                   on 2000/11/23  17:18:02
40459         Log: SOCKS wrestling continues, patches from Jens Hamisch.
40460      Branch: perl
40461            ! doio.c embed.h embed.pl perlsdio.h proto.h
40462 ____________________________________________________________________________
40463 [  7839] By: jhi                                   on 2000/11/23  16:54:14
40464         Log: Push Filter::Util::Call one level deeper.
40465      Branch: perl
40466            + t/lib/filter-util.t
40467           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
40468           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
40469            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40470            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
40471            - t/lib/filt-util.t
40472            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
40473            ! win32/Makefile win32/makefile.mk
40474 ____________________________________________________________________________
40475 [  7838] By: jhi                                   on 2000/11/23  16:52:40
40476         Log: Reach back one higher up when searching for PERL_SRC.
40477      Branch: perl
40478            ! lib/ExtUtils/MM_Unix.pm
40479 ____________________________________________________________________________
40480 [  7837] By: jhi                                   on 2000/11/23  16:05:41
40481         Log: Subject: Re: perl@7826
40482              Date: Thu, 23 Nov 2000 02:20:25 -0600
40483              From: "Craig A. Berry" <craigberry@mac.com>
40484              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
40485              
40486              Make VMS to like Filter::Util::Call. 
40487      Branch: perl
40488            ! configure.com ext/Filter/Util/Makefile.PL
40489 ____________________________________________________________________________
40490 [  7836] By: nick                                  on 2000/11/23  16:04:08
40491         Log: Implement crlf layer - not ready for merge.
40492      Branch: perlio
40493            ! perlio.c win32/makefile.mk
40494 ____________________________________________________________________________
40495 [  7835] By: jhi                                   on 2000/11/23  15:56:52
40496         Log: STDCHAR is different in Sparc v9 vs x86.
40497      Branch: perl
40498            ! hints/solaris_2.sh
40499 ____________________________________________________________________________
40500 [  7834] By: jhi                                   on 2000/11/23  15:50:47
40501         Log: The type needs to be visible to protos.
40502      Branch: perl
40503            ! perl.h
40504 ____________________________________________________________________________
40505 [  7833] By: jhi                                   on 2000/11/23  15:40:46
40506         Log: Finish unfinished SOCKS workaround changes.
40507      Branch: perl
40508            ! doio.c
40509 ____________________________________________________________________________
40510 [  7832] By: jhi                                   on 2000/11/23  15:33:30
40511         Log: Integrate perlio.
40512      Branch: perl
40513           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40514           !> win32/makefile.mk
40515 ____________________________________________________________________________
40516 [  7831] By: nick                                  on 2000/11/23  10:31:07
40517         Log: Correct makefile.mk dependancies for ext/Filter/Util
40518              Build ext/Encode
40519              Run dmake regen_config_h
40520      Branch: perlio
40521            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40522            ! win32/makefile.mk
40523 ____________________________________________________________________________
40524 [  7830] By: nick                                  on 2000/11/23  08:05:07
40525         Log: Integrate mainline
40526      Branch: perlio
40527           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40528           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
40529           +> t/lib/filt-util.pl t/lib/filt-util.t
40530           !> (integrate 41 files)
40531 ____________________________________________________________________________
40532 [  7829] By: gsar                                  on 2000/11/23  03:07:11
40533         Log: build the Filter extension on windows
40534      Branch: perl
40535            ! win32/Makefile win32/makefile.mk
40536 ____________________________________________________________________________
40537 [  7828] By: gsar                                  on 2000/11/23  02:46:35
40538         Log: regenerate win32/config* and fix some inconsistencies in the
40539              makefiles; always export Perl_deb() because it is needed
40540              by ext/re/* (whether perl itself is built with -DDEBUGGING
40541              or not)
40542      Branch: perl
40543            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
40544            ! win32/config_H.vc win32/makefile.mk
40545 ____________________________________________________________________________
40546 [  7827] By: gsar                                  on 2000/11/23  02:18:38
40547         Log: get sources building on windows+MSVC again (untested with other
40548              compilers)
40549      Branch: perl
40550            ! win32/include/sys/socket.h win32/perllib.c
40551 ____________________________________________________________________________
40552 [  7826] By: jhi                                   on 2000/11/23  01:18:26
40553         Log: Update Changes.
40554      Branch: perl
40555            ! Changes patchlevel.h
40556 ____________________________________________________________________________
40557 [  7825] By: jhi                                   on 2000/11/23  00:20:41
40558         Log: Subject: Re: av.c patch (having slight problems)
40559              From: "Ben Tilly" <ben_tilly@hotmail.com>
40560              Date: Tue, 21 Nov 2000 23:29:31 -0500
40561              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
40562              
40563              unshift() speedup.
40564      Branch: perl
40565            ! av.c
40566 ____________________________________________________________________________
40567 [  7824] By: jhi                                   on 2000/11/22  23:59:15
40568         Log: Fixes for signedness warnings noticed by VMSperlers.
40569      Branch: perl
40570            ! ext/Storable/Storable.xs regcomp.c sv.c
40571 ____________________________________________________________________________
40572 [  7823] By: jhi                                   on 2000/11/22  23:19:31
40573         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
40574              From: Peter Prymmer <pvhp@forte.com>
40575              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
40576              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
40577      Branch: perl
40578            ! t/pragma/warn/pp_hot
40579 ____________________________________________________________________________
40580 [  7822] By: jhi                                   on 2000/11/22  22:52:20
40581         Log: Be clean.
40582      Branch: perl
40583            ! Makefile.SH
40584 ____________________________________________________________________________
40585 [  7821] By: jhi                                   on 2000/11/22  22:46:39
40586         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
40587              by Damian Conway, as suggested by Paul Marquess.
40588      Branch: perl
40589            + lib/Filter/Simple.pm
40590 ____________________________________________________________________________
40591 [  7820] By: jhi                                   on 2000/11/22  22:45:51
40592         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
40593      Branch: perl
40594            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
40595            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
40596            + t/lib/filt-util.t
40597            ! MANIFEST
40598 ____________________________________________________________________________
40599 [  7819] By: jhi                                   on 2000/11/22  22:03:27
40600         Log: Integrate perlio.
40601      Branch: perl
40602           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
40603           !> win32/makefile.mk
40604 ____________________________________________________________________________
40605 [  7818] By: jhi                                   on 2000/11/22  21:56:02
40606         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
40607      Branch: perl
40608            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
40609            ! t/lib/io_sock.t
40610 ____________________________________________________________________________
40611 [  7817] By: jhi                                   on 2000/11/22  21:39:49
40612         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
40613              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40614              Date: Wed, 22 Nov 2000 16:08:12 -0500
40615              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
40616      Branch: perl
40617            ! lib/ExtUtils/Liblist.pm
40618 ____________________________________________________________________________
40619 [  7816] By: jhi                                   on 2000/11/22  21:38:25
40620         Log: Go ahead and #include <unistd.h> in perl.h.
40621      Branch: perl
40622            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
40623            ! util.c
40624 ____________________________________________________________________________
40625 [  7815] By: jhi                                   on 2000/11/22  21:22:52
40626         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
40627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40628              Date: Mon, 20 Nov 2000 18:30:52 -0500
40629              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
40630      Branch: perl
40631            ! pod/perlre.pod regcomp.c t/op/re_tests
40632 ____________________________________________________________________________
40633 [  7814] By: jhi                                   on 2000/11/22  21:21:46
40634         Log: Subject: [PATCH 5.7.0] Liblist finally works
40635              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40636              Date: Tue, 21 Nov 2000 22:02:17 -0500
40637              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
40638      Branch: perl
40639            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
40640            ! lib/ExtUtils/MakeMaker.pm
40641 ____________________________________________________________________________
40642 [  7813] By: jhi                                   on 2000/11/22  21:20:23
40643         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
40644              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40645              Date: Wed, 22 Nov 2000 17:53:15 +0100
40646              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
40647              
40648              AIX dynaloader and perlio patch.
40649      Branch: perl
40650            ! ext/DynaLoader/dl_aix.xs
40651 ____________________________________________________________________________
40652 [  7812] By: jhi                                   on 2000/11/22  21:17:52
40653         Log: (Accidentally empty patch.)
40654      Branch: perl
40655            ! av.c
40656 ____________________________________________________________________________
40657 [  7811] By: jhi                                   on 2000/11/22  21:16:31
40658         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
40659              From: Peter Prymmer <pvhp@forte.com>
40660              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
40661              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
40662      Branch: perl
40663            ! vms/test.com
40664 ____________________________________________________________________________
40665 [  7810] By: jhi                                   on 2000/11/22  21:15:36
40666         Log: Subject: Re: perl@7777 
40667              From: "John P. Linderman" <jpl@research.att.com>
40668              Date: Wed, 22 Nov 2000 13:11:11 -0500
40669              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
40670              
40671              Detypoing.
40672      Branch: perl
40673            ! lib/CPAN.pm
40674 ____________________________________________________________________________
40675 [  7809] By: jhi                                   on 2000/11/22  21:14:19
40676         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
40677              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40678              Date:     Wed, 22 Nov 2000 13:51:37 EST
40679              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
40680      Branch: perl
40681            ! perlsdio.h
40682 ____________________________________________________________________________
40683 [  7808] By: jhi                                   on 2000/11/22  21:13:27
40684         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
40685              From: Casey Tweten <crt@kiski.net>
40686              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
40687              Message-Id: <200011201653.LAA10194@home.kiski.net>
40688      Branch: perl
40689            ! t/lib/io_udp.t
40690 ____________________________________________________________________________
40691 [  7807] By: jhi                                   on 2000/11/22  21:12:35
40692         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
40693              From: Casey Tweten <crt@kiski.net>
40694              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
40695              Message-Id: <200011201636.LAA07227@home.kiski.net>
40696      Branch: perl
40697            ! t/lib/io_sock.t
40698 ____________________________________________________________________________
40699 [  7806] By: jhi                                   on 2000/11/22  21:10:59
40700         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
40701              From: "Casey R. Tweten" <crt@kiski.net>
40702              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
40703              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
40704      Branch: perl
40705            ! utils/h2xs.PL
40706 ____________________________________________________________________________
40707 [  7805] By: nick                                  on 2000/11/22  21:05:06
40708         Log: Integrate mainline
40709      Branch: perlio
40710           !> Changes Porting/genlog ext/DB_File/DB_File.xs
40711           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
40712           !> utils/perlbug.PL
40713 ____________________________________________________________________________
40714 [  7804] By: jhi                                   on 2000/11/22  21:01:12
40715         Log: Subject: [PATCH] Test.pm POD peculiarity
40716              From: "Casey R. Tweten" <crt@kiski.net>
40717              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
40718              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
40719      Branch: perl
40720            ! lib/Test.pm
40721 ____________________________________________________________________________
40722 [  7803] By: jhi                                   on 2000/11/22  20:59:59
40723         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
40724              From: "Philip Newton" <pnewton@gmx.de>
40725              Date: Wed, 22 Nov 2000 14:25:53 +0100
40726              Message-Id: <3A1BD771.25462.1939FAD@localhost>
40727              
40728              Be case-understanding also on 's', and use the -oi of sendmail
40729              not to terminate the transmission on a lone '.'.
40730      Branch: perl
40731            ! utils/perlbug.PL
40732 ____________________________________________________________________________
40733 [  7802] By: nick                                  on 2000/11/22  20:51:42
40734         Log: Win32 PerlIO intermediate state now working as expected.
40735              - In current state we are still using C runtime in text/binary
40736              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
40737              - PERLIO=stdio and PERLIO=unix pass all expected tests.
40738              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
40739              and PerlIO_seek() and the dummy crlf layer is not making adjustments
40740              for CRLF translation happening in C runtime. All other tests pass.
40741              
40742              Added note to README.win32 to point out the snags of doing a perl build
40743              with Norton AntiVirus turned on.
40744              
40745              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
40746              which file a fail comes from.
40747              
40748              Updated "canned" config.h to match the one generated.
40749      Branch: perlio
40750            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
40751            ! win32/makefile.mk
40752 ____________________________________________________________________________
40753 [  7801] By: jhi                                   on 2000/11/22  06:50:20
40754         Log: Nickety nits.
40755      Branch: perl
40756            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
40757 ____________________________________________________________________________
40758 [  7800] By: jhi                                   on 2000/11/22  01:29:55
40759         Log: Changes had accidentally gone too silent on non-main branches.
40760      Branch: perl
40761            ! Changes Porting/genlog patchlevel.h
40762 ____________________________________________________________________________
40763 [  7799] By: gsar                                  on 2000/11/22  01:02:56
40764         Log: some lib_pm.PL changes snuck in via change#7772
40765      Branch: maint-5.6/perl
40766            ! Makefile.SH
40767 ____________________________________________________________________________
40768 [  7798] By: nick                                  on 2000/11/21  21:59:40
40769         Log: Integrate mainline
40770      Branch: perlio
40771           !> (integrate 28 files)
40772 ____________________________________________________________________________
40773 [  7797] By: jhi                                   on 2000/11/21  21:01:45
40774         Log: Integrate perlio.
40775      Branch: perl
40776           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
40777 ____________________________________________________________________________
40778 [  7796] By: nick                                  on 2000/11/21  20:36:22
40779         Log: Win32 builds and runs (mostly) with USE_PERLIO.
40780              PERLIO=perlio passes all tests. 
40781              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
40782      Branch: perlio
40783            ! perlio.c win32/perllib.c win32/win32.c
40784 ____________________________________________________________________________
40785 [  7795] By: jhi                                   on 2000/11/21  19:03:44
40786         Log: Update Changes.
40787      Branch: perl
40788            ! Changes patchlevel.h
40789 ____________________________________________________________________________
40790 [  7794] By: jhi                                   on 2000/11/21  18:56:34
40791         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
40792              From: "Craig A. Berry" <craigberry@mac.com>
40793              Date: Mon, 20 Nov 2000 20:27:06 -0600
40794              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
40795              
40796              A cut-and-pasto.
40797      Branch: perl
40798            ! perlio.h
40799 ____________________________________________________________________________
40800 [  7793] By: jhi                                   on 2000/11/21  18:54:41
40801         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
40802              From: Dominic Dunlop <domo@computer.org> 
40803              Date: Mon, 20 Nov 2000 18:55:29 +0100
40804              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
40805              
40806              va_copy() and the need of it.
40807              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
40808      Branch: metaconfig/U/perl
40809            + need_va_copy.U
40810      Branch: perl
40811            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40812            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
40813            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
40814            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40815            ! win32/config.bc win32/config.gc win32/config.vc
40816 ____________________________________________________________________________
40817 [  7792] By: jhi                                   on 2000/11/21  17:04:10
40818         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
40819      Branch: perl
40820           !> scope.h
40821 ____________________________________________________________________________
40822 [  7791] By: jhi                                   on 2000/11/21  17:01:16
40823         Log: Export the SOCKS workaround symbols only if necessary.
40824      Branch: perl
40825            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
40826 ____________________________________________________________________________
40827 [  7790] By: nick                                  on 2000/11/20  23:57:11
40828         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
40829      Branch: perlio
40830            ! scope.h
40831 ____________________________________________________________________________
40832 [  7789] By: nick                                  on 2000/11/20  23:38:33
40833         Log: Integrate mainline
40834      Branch: perlio
40835           +> lib/File/Spec/Epoc.pm
40836           !> (integrate 34 files)
40837 ____________________________________________________________________________
40838 [  7788] By: nick                                  on 2000/11/20  23:20:18
40839         Log: Make extra buffer layer work (dummy crlf layer)
40840      Branch: perlio
40841            ! doio.c perlio.c perlio.h
40842 ____________________________________________________________________________
40843 [  7787] By: jhi                                   on 2000/11/20  22:44:04
40844         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
40845              From: Peter Prymmer <pvhp@forte.com>
40846              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
40847              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
40848      Branch: perl
40849            ! t/pragma/locale.t
40850 ____________________________________________________________________________
40851 [  7786] By: jhi                                   on 2000/11/20  22:29:10
40852         Log: Subject: DOC PATCH 5.6.0 perlreftut
40853              From: mjd@plover.com
40854              Date: 20 Nov 2000 19:45:06 -0000
40855              Message-ID: <20001120194506.9505.qmail@plover.com>
40856      Branch: perl
40857            ! pod/perlreftut.pod
40858 ____________________________________________________________________________
40859 [  7785] By: jhi                                   on 2000/11/20  22:27:44
40860         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
40861              From: David Dyck <dcd@tc.fluke.com>
40862              Date: Mon, 20 Nov 2000 11:43:40 -0800
40863              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
40864      Branch: perl
40865            ! lib/Cwd.pm
40866 ____________________________________________________________________________
40867 [  7784] By: jhi                                   on 2000/11/20  22:23:21
40868         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
40869              Date: Mon, 20 Nov 2000 17:06:10 -0500
40870              To: Mailing list Perl5 <perl5-porters@perl.org>
40871              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
40872      Branch: perl
40873            ! pp_ctl.c t/op/pat.t
40874 ____________________________________________________________________________
40875 [  7783] By: jhi                                   on 2000/11/20  22:11:18
40876         Log: Subject: [PATCH] doop.c - UTF8 tr///               
40877              From: Simon Cozens <simon@cozens.net>
40878              Date: Sat, 18 Nov 2000 18:49:30 +0000
40879              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
40880              
40881              Subject: Re: [PATCH] doop.c - UTF8 tr///           
40882              From: Simon Cozens <simon@cozens.net>
40883              Date: Mon, 20 Nov 2000 20:45:22 +0000
40884              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
40885              
40886              Make tr on UTF-8 better but still not correct.
40887      Branch: perl
40888            ! doop.c
40889 ____________________________________________________________________________
40890 [  7782] By: jhi                                   on 2000/11/20  22:02:16
40891         Log: Remove the shared object before attempting to create
40892              (by linking) a new one.  E.g. in AIX not removing
40893              becomes quite painful if one tries to do more than one
40894              build in the same tree (an interrupted build, for example),
40895              since the AIX' shared dynaloader seemingly keeps the shared
40896              objects open and therefore 'busy' for quite a while, even when
40897              nobody is using the objects, leading into link failures.
40898      Branch: perl
40899            ! lib/ExtUtils/MM_Unix.pm
40900 ____________________________________________________________________________
40901 [  7781] By: gsar                                  on 2000/11/20  19:02:55
40902         Log: type mismatch due to faulty integration
40903      Branch: maint-5.6/perl
40904            ! toke.c win32/Makefile
40905 ____________________________________________________________________________
40906 [  7780] By: gsar                                  on 2000/11/20  17:31:55
40907         Log: integrate changes#6392,6394..6399,6401..6404
40908              
40909              The {multiplier} of a fixed substring was overlooked which
40910              caused a wrong initial search offset for that substring.
40911              
40912              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
40913              From: Hugo <hv@crypt.compulink.co.uk>
40914              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
40915              Date: Thu, 13 Jul 2000 19:27:13 +0100
40916              
40917              Fix the BOM bug: not a byteorder bug, a signedness bug.
40918              
40919              Replace change #6337 with a better one.
40920              
40921              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
40922              From: Hugo <hv@crypt.compulink.co.uk>
40923              Date: Fri, 14 Jul 2000 04:16:20 +0100
40924              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
40925              
40926              MakeMaker should not remove editor backups (*~) on `make clean`
40927              by default (completes change#6383)
40928              
40929              move new variables to the end of the interpreter structure (for
40930              bincompat in code that doesn't #include XSUB.h)
40931              
40932              rename totally bletcherous SvLOCK() thingy (doesn't do what the
40933              name suggests anyway)
40934              
40935              various cleanups (typos, misformatted code, and small bugs)
40936              
40937              typecasts needed for change#6394
40938              
40939              typos in change#6399, regen headers
40940              
40941              inconsistent types needs casts
40942              
40943              PERL_OBJECT build tweaks
40944      Branch: maint-5.6/perl
40945           !> MANIFEST doop.c embed.h embed.pl embedvar.h
40946           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
40947           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
40948           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
40949           !> toke.c util.c
40950 ____________________________________________________________________________
40951 [  7779] By: gsar                                  on 2000/11/20  17:06:29
40952         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
40953              
40954              Cosmetics and perldelta.
40955              
40956              Fix nits noticed by Boston.pm.
40957              
40958              Do the cc sanity check both before the hints and
40959              after the cc selction.
40960              
40961              get sprintf.t to adjust properly for 3-digit exponents
40962              
40963              don't clobber *.orig files on *clean targets
40964              
40965              fix bugs in processing %v-*d and similar format specs (from
40966              Avi Finkel <avi@finkel.org>)
40967              
40968              sprintf test tweaks (from Dominic Dunlop)
40969              
40970              new selfloader.t in change#6183 doesn't close DATA handles,
40971              and thus fails to clean up tmp files on dosish platforms
40972              
40973              typos (spotted by Peter Prymmer)
40974              
40975              typo fix from Craig Berry
40976      Branch: maint-5.6/perl
40977           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
40978           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
40979           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
40980           !> x2p/Makefile.SH
40981 ____________________________________________________________________________
40982 [  7778] By: gsar                                  on 2000/11/20  16:46:51
40983         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
40984              
40985              Subject: Re: format bug report  [Patch]
40986              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40987              Date: Wed, 05 Jul 2000 13:12:52 +0200
40988              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
40989              
40990              Subject: Re: format bug report  [Patch]
40991              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40992              Date: Wed, 05 Jul 2000 14:10:01 +0200
40993              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
40994              
40995              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
40996              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40997              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
40998              Date: Fri, 07 Jul 2000 17:57:16 +0100
40999              
41000              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
41001              To: perl5-porters@perl.org
41002              From: Karsten Sperling <spiff@phreax.net>
41003              Date: Mon, 10 Jul 2000 15:12:52 +0200
41004              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
41005              
41006              README.posix-bc podified from Thomas Dorner.
41007              
41008              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
41009              From: Dominic Dunlop <domo@computer.org>
41010              Date: Tue, 11 Jul 2000 12:27:33 +0200
41011              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
41012              
41013              Typo in #6341.
41014              
41015              Fix for
41016              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
41017              From: Roderick Schertler <roderick@argon.org>
41018              Date: Tue, 11 Jul 2000 13:55:05 -0400
41019              Message-Id: <200007111755.NAA05077@jones.argon.org>
41020              
41021              Minor cleanups on the booklist.
41022              
41023              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
41024              regen perltoc.
41025              
41026              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
41027      Branch: maint-5.6/perl
41028           +> pod/perlbook.pod
41029           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
41030           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
41031           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
41032 ____________________________________________________________________________
41033 [  7777] By: jhi                                   on 2000/11/20  16:08:49
41034         Log: Update Changes.
41035      Branch: perl
41036            ! Changes patchlevel.h
41037 ____________________________________________________________________________
41038 [  7776] By: jhi                                   on 2000/11/20  15:27:56
41039         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
41040              This may be overly harsh but until proven otherwise, we think this
41041              way, or until we have a simple test for Configure (having to start
41042              up servers is does not count as simple) to check for the problems.
41043      Branch: perl
41044            ! perl.h
41045 ____________________________________________________________________________
41046 [  7775] By: jhi                                   on 2000/11/20  15:22:17
41047         Log: Solaris hints tweaks.
41048      Branch: perl
41049            ! hints/solaris_2.sh
41050 ____________________________________________________________________________
41051 [  7774] By: jhi                                   on 2000/11/20  15:01:20
41052         Log: Add a workaround to SOCKS 64-bit problems.
41053      Branch: perl
41054            ! doio.c embed.h embed.pl perlsdio.h proto.h
41055 ____________________________________________________________________________
41056 [  7773] By: jhi                                   on 2000/11/20  14:51:47
41057         Log: sysseek() instead of seek().
41058      Branch: perl
41059            ! t/lib/syslfs.t
41060 ____________________________________________________________________________
41061 [  7772] By: gsar                                  on 2000/11/20  13:06:23
41062         Log: integrate changes#6315..6319,6321..6331,6333..6338
41063              
41064              Integrate with Sarathy, preliminary fix for unicos
41065              alignment problems in [ID 20000612.002] Perl problem on Cray system.
41066              
41067              some debugger output does not go to the socket when RemotePort is set
41068              
41069              winsock cleanup never done on Windows (leads to handle leaks)
41070              
41071              fix UNC path handling on Windows under ithreads, and chdir()
41072              return value when given a non-existent directory
41073              
41074              Autogenerate pod/Makefile and pod/buildtoc.
41075              buildtoc also checks whether the existin pods are
41076              mentioned in MANIFEST and perl.pod, and vice versa.
41077              (None of the thusly found discrepancies fixed yet.)
41078              roffitall also needs to be autogenerated similarly but it
41079              seems so badly out of date that I didn't touch it yet.
41080              
41081              Config is being used.
41082              
41083              Add =head1 NAMEs so that buildtoc is happy.
41084              (The CGI::Util nit reported to Lincoln.)
41085              
41086              Fix complaints of buildtoc.
41087              
41088              Fix the alignment problem in Crays ([ID 20000612.002]).
41089              
41090              Remove perlbook, update perlfaq book listing,
41091              rearrange perl.pod, regenerate perltoc.
41092              
41093              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
41094              was cast to an unsigned (32-bit) integer with wild abandon.
41095              
41096              winsock options weren't being set in all threads under ithreads
41097              (caused send()s from second and subsequent threads to fail)
41098              
41099              accept() leaks memory on windows due to incorrect ordering of
41100              closesocket() and fclose() calls
41101              
41102              Reorder perl.pod once more.
41103              
41104              More POSIX.pod tweaks.
41105              
41106              Sprinkle ldlibpath.
41107              
41108              Precedence goof, fix based on
41109              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
41110              From: Hugo <hv@crypt.compulink.co.uk>
41111              Date: Tue, 11 Jul 2000 12:52:38 +0100
41112              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
41113              
41114              Subject: PATCH perlguts.pod: Document D and d magic types
41115              From: mjd@plover.com
41116              Date: 5 Jul 2000 18:01:51 -0000
41117              Message-ID: <20000705180151.29413.qmail@plover.com>
41118              
41119              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
41120              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
41121              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
41122              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
41123              
41124              Subject: [PATCH cfgperl] $& segfaults if you trick it
41125              From: simon@brecon.co.uk (Simon Cozens)
41126              Date: 7 Jul 2000 11:26:09 GMT
41127              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
41128              
41129              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
41130              From: Hugo <hv@crypt.compulink.co.uk>
41131              Date: Tue, 11 Jul 2000 12:44:50 +0100
41132              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
41133              
41134              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
41135              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41136              Date: Tue, 11 Jul 2000 13:50:51 +0100
41137              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
41138      Branch: maint-5.6/perl
41139           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
41140           +> pod/buildtoc.PL
41141            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
41142           !> (integrate 26 files)
41143 ____________________________________________________________________________
41144 [  7771] By: gsar                                  on 2000/11/20  12:31:42
41145         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
41146              6310,6311,6314
41147              
41148              Subject: [PATCH bleedperl] File::Spec 0.82 beta
41149              From: Barrie Slaymaker <barries@jester.slaysys.com>
41150              Date: Wed, 28 Jun 2000 11:35:29 -0400
41151              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
41152              
41153              tweak perlembed for multiplicity/usethreads sanity; correct notes
41154              about Windows
41155              
41156              localize %INC in a Safe compartment so that use/require work
41157              (many other magic globals probably need similar treatment)
41158              
41159              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
41160              when @_ is modified, causing coredumps
41161              
41162              slurp mode fix in change#4736 still not quite right
41163              
41164              Point to perlipc for more SysV IPC examples.
41165              
41166              Elaborate POSIX.pod.  Still needs work.
41167              
41168              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
41169              
41170              fix large memory leak that has been around for ever, masked by
41171              -DPURIFY (most of the arenas were never freed!)
41172              
41173              fix memory leak on Windows (PL_sys_intern contents were never
41174              freed)
41175              
41176              PERL_OBJECT build tweak
41177              
41178              adjust change#6299
41179              
41180              remove rel2abs prototypes (from Barrie Slaymaker)
41181              
41182              missing perldiag entry for unpack("w",...) diagnostic (from
41183              Andreas Koenig)
41184              
41185              better diagnostic on Frob->stuff() when Frob:: doesn't exist
41186              (from Richard Soderberg <rs@oregonnet.com>)
41187              
41188              Win32 patches for cfgperl from Sarathy.
41189              
41190              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
41191              
41192              More POSIX.pod embellishment.
41193              
41194              tyop in change#6306
41195      Branch: maint-5.6/perl
41196           !> (integrate 44 files)
41197 ____________________________________________________________________________
41198 [  7770] By: gsar                                  on 2000/11/20  11:51:00
41199         Log: integrate changes#6268..6282 from cfgperl branch
41200              
41201              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
41202              From: Dominic Dunlop <domo@computer.org>
41203              Date: Thu, 29 Jun 2000 12:32:39 +0200
41204              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
41205              
41206              Regen headers for #6261 (and update embed.pl for this) and #6267,
41207              silence few compiler warnings.
41208              
41209              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
41210              From: Nicholas Clark <nick@talking.bollo.cx>
41211              Date: Fri, 23 Jun 2000 16:21:15 +0100
41212              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
41213              
41214              Subject: PATCH pod/perltie.pod
41215              From: Ian Phillipps <Ian.Phillipps@iname.com>
41216              Date: Fri, 16 Jun 2000 00:17:19 +0100
41217              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
41218              (only the first hunk, the second hunk had already been done
41219              by some other patch)
41220              
41221              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
41222              From: Tom Phoenix <rootbeer@redcat.com>
41223              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
41224              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
41225              
41226              Subject: [PATCH] xsub attributes
41227              From: Doug MacEachern <dougm@covalent.net>
41228              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
41229              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
41230              
41231              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
41232              From: Andy Dougherty <doughera@lafayette.edu>
41233              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
41234              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
41235              
41236              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
41237              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41238              Date: Tue, 13 Jun 2000 02:43:48 -0500
41239              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
41240              
41241              Subject: [PATCH] Re: eval documentation: context
41242              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41243              Date: Mon, 12 Jun 2000 15:07:29 +0100
41244              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
41245              
41246              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
41247              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41248              Date: Mon, 12 Jun 2000 14:55:59 +0100
41249              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
41250              
41251              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
41252              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
41253              Date: Fri, 09 Jun 2000 12:39:27 -0400
41254              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
41255              (plus update the version "number" of Text::Wrap)
41256              
41257              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
41258              From: Tim Ayers <tayers@bridge.com>
41259              Date: Thu, 08 Jun 2000 08:11:06 +0200
41260              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
41261              [resent by Richard Foley, Message-Id probably wrong]
41262              
41263              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
41264              From: rspier@pobox.com (Robert Spier)
41265              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
41266              Message-ID: <14654.31913.845602.610277@rls.cx>
41267              
41268              Subject: [PATCH 5.6.0] utils/h2xs.PL
41269              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41270              Date: Wed, 7 Jun 2000 04:02:04 -0500
41271              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
41272              
41273              Subject: [PATCH 5.6.0]ITHREADs for VMS
41274              From: Dan Sugalski <dan@sidhe.org>
41275              Date: Tue, 06 Jun 2000 11:59:50 -0400
41276              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
41277      Branch: maint-5.6/perl
41278           !> (integrate 31 files)
41279 ____________________________________________________________________________
41280 [  7769] By: gsar                                  on 2000/11/20  11:29:06
41281         Log: integrate changes#6261..6266 from cfgperl
41282              
41283              Subject: Re: [PATCH cfgperl] BOMs away!
41284              From: simon@brecon.co.uk (Simon Cozens)
41285              Date: 17 Jun 2000 11:49:57 GMT
41286              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
41287              
41288              Subject: 5.6.0 Patch for EPOC
41289              From: Olaf Flebbe <o.flebbe@gmx.de>
41290              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
41291              Message-ID: <23449.960929969@www11.gmx.net>
41292              
41293              tr fixes from Simon Cozens
41294              
41295              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
41296              From: Marty Lucich <marty@netcom.com>
41297              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
41298              Message-Id: <200006282116.OAA11148@netcom.com>
41299              ccdlflags update (the BSD/OS 4.1 part had already been taken
41300              care of by #6141).
41301              
41302              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
41303              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41304              Date: Wed, 28 Jun 2000 17:50:12 -0700
41305              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
41306              
41307              Subject: [PATCH 5.6.0] cygwin port
41308              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
41309              From: "Fifer, Eric" <EFifer@sanwaint.com>
41310              Date: Thu, 29 Jun 2000 12:58:29 +0100
41311      Branch: maint-5.6/perl
41312           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
41313           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
41314           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
41315           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
41316 ____________________________________________________________________________
41317 [  7768] By: gsar                                  on 2000/11/20  11:13:44
41318         Log: integrate changes#6252..6256,6259..6260
41319              
41320              Paranoia tweak on #6249.
41321              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
41322              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
41323              Date: Sun, 25 Jun 2000 23:43:12 -0400
41324              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
41325              
41326              Subject: tr///, help wanted.
41327              From: simon@brecon.co.uk (Simon Cozens)
41328              Date: 28 Jun 2000 11:29:04 GMT
41329              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
41330              
41331              small thinko tweaks
41332              
41333              tweaks from Simon Conzes to further fix tr/// under utf8
41334              
41335              perlnewmod was missing from MANIFEST.
41336              
41337              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
41338              From: simon@brecon.co.uk (Simon Cozens)
41339              Date: 17 Jun 2000 11:56:44 GMT
41340              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
41341              pack U0, pack C0
41342      Branch: maint-5.6/perl
41343           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
41344           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
41345           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
41346           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
41347 ____________________________________________________________________________
41348 [  7767] By: gsar                                  on 2000/11/20  10:51:38
41349         Log: integrate change#6250 from cfgperl
41350              
41351              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
41352              From: Doug MacEachern <dougm@covalent.net>
41353              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
41354              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
41355      Branch: maint-5.6/perl
41356           +> t/op/my_stash.t
41357           !> MANIFEST embed.pl global.sym proto.h toke.c
41358 ____________________________________________________________________________
41359 [  7766] By: gsar                                  on 2000/11/20  10:48:34
41360         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
41361              
41362              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
41363              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
41364              Date: Mon, 26 Jun 2000 18:40:14 +0100
41365              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
41366              
41367              Subject: [PATCH] bytes<->utf8 fixes
41368              From: simon@brecon.co.uk (Simon Cozens)
41369              Date: 26 Jun 2000 04:55:45 GMT
41370              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
41371              
41372              Subject: [PATCH] is_utf8_string
41373              From: simon@brecon.co.uk (Simon Cozens)
41374              Date: 26 Jun 2000 02:25:59 GMT
41375              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
41376              
41377              Subject: [PATCH] avoid mg_ptr in '*' magic
41378              From: Doug MacEachern <dougm@covalent.net>
41379              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
41380              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
41381              
41382              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
41383              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
41384              Date: Sat, 24 Jun 2000 13:06:20 +0100
41385              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
41386              
41387              Allow for standalone testing.
41388              
41389              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
41390              From: Mark-Jason Dominus <mjd@plover.com>
41391              Date: Tue, 27 Jun 2000 22:36:42 -0400
41392              Message-ID: <20000628023642.12166.qmail@plover.com>
41393              
41394              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
41395              From: Frank Tobin <ftobin@uiuc.edu>
41396              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
41397              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
41398      Branch: maint-5.6/perl
41399           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
41400           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
41401           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
41402           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
41403           !> utf8.c utils/h2xs.PL
41404 ____________________________________________________________________________
41405 [  7765] By: gsar                                  on 2000/11/20  10:29:13
41406         Log: integrate change#6239 from cfgperl
41407              
41408              Configure maintenance.  Sever some dependency cycles,
41409              separate gccversion from the cc unit,
41410              address [ID 20000623.006] Configure script patch for using gcc on AIX
41411              (but solve it a little bit differently),
41412              unduplex some accidentally duplicated units,
41413              suggest using gcc if no cc available
41414              (p5p thread: "Solaris configure: counterproposal", 1999-09)
41415      Branch: maint-5.6/perl
41416           !> Configure Todo-5.6 config_h.SH
41417 ____________________________________________________________________________
41418 [  7764] By: gsar                                  on 2000/11/20  10:25:55
41419         Log: integrate changes#6233..6238 from cfgperl
41420              
41421              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
41422              From: Mark-Jason Dominus <mjd@plover.com>
41423              Date: Fri, 16 Jun 2000 20:53:04 -0400
41424              Message-ID: <20000617005304.8008.qmail@plover.com>
41425              
41426              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
41427              because when run as services (Win32ese for daemons)
41428              no environment variables are set and tmpdir ends up as /tmp,
41429              which is ambiguous.
41430              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
41431              From: matt@sergeant.org
41432              Date: 16 Jun 2000 16:30:43 -0000
41433              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
41434              
41435              The thread begun by
41436              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
41437              From: Kevin.Ruscoe@ubsw.com
41438              Date: Fri, 16 Jun 2000 16:38:51 +0100
41439              Message-Id: <H000019b03c300d6@MHS>
41440              
41441              Tweak embed.pl, regen headers.
41442              
41443              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
41444              From: Dan Sugalski <dan@sidhe.org>
41445              Date: Fri, 23 Jun 2000 17:00:00 -0400
41446              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
41447      Branch: maint-5.6/perl
41448           !> (integrate 27 files)
41449 ____________________________________________________________________________
41450 [  7763] By: gsar                                  on 2000/11/20  10:08:08
41451         Log: s/perl56delta/perldelta/g
41452      Branch: maint-5.6/perl
41453            ! pod/Makefile
41454 ____________________________________________________________________________
41455 [  7762] By: gsar                                  on 2000/11/20  10:04:00
41456         Log: integrate changes#6225,6229,6231,6232 from cfgperl
41457              
41458              Add source code filenames to apidoc.
41459              From: simon@brecon.co.uk (Simon Cozens)
41460              Subject: [PATCH embed.pl] Source X-ref
41461              Date: 22 Jun 2000 02:18:49 GMT
41462              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
41463              
41464              Subject: README.hpux version 0.6.1
41465              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
41466              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
41467              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
41468              
41469              Subject: [PATCH 5.6.0] cygwin port
41470              From: "Fifer, Eric" <EFifer@sanwaint.com>
41471              Date: Tue, 20 Jun 2000 14:30:58 +0100
41472              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
41473              
41474              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
41475              From: simon@brecon.co.uk (Simon Cozens)
41476              Date: 19 Jun 2000 15:18:27 GMT
41477              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
41478              
41479              plus update pod/Makefile and regenerate perltoc
41480      Branch: maint-5.6/perl
41481           +> pod/perlutil.pod
41482           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
41483           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
41484 ____________________________________________________________________________
41485 [  7761] By: jhi                                   on 2000/11/20  04:09:55
41486         Log: Miraculous typo.
41487      Branch: perl
41488            ! t/op/pat.t
41489 ____________________________________________________________________________
41490 [  7760] By: jhi                                   on 2000/11/20  04:06:08
41491         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
41492              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41493              Date: Sun, 19 Nov 2000 22:30:26 -0500
41494              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
41495      Branch: perl
41496            ! regexec.c scope.h t/op/pat.t
41497 ____________________________________________________________________________
41498 [  7759] By: jhi                                   on 2000/11/20  02:05:22
41499         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
41500      Branch: perl
41501            ! perl.h
41502 ____________________________________________________________________________
41503 [  7758] By: jhi                                   on 2000/11/20  01:58:11
41504         Log: Subject: [perl 7711: EPOC] updates
41505              From: Olaf Flebbe <o.flebbe@gmx.de>
41506              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
41507              Message-ID: <25575.974658810@www23.gmx.net>               
41508      Branch: perl
41509            + lib/File/Spec/Epoc.pm
41510            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
41511            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
41512            ! lib/File/Spec.pm perl.c sv.c
41513 ____________________________________________________________________________
41514 [  7757] By: jhi                                   on 2000/11/20  01:53:11
41515         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
41516      Branch: perl
41517            ! MANIFEST
41518 ____________________________________________________________________________
41519 [  7756] By: jhi                                   on 2000/11/20  01:47:22
41520         Log: Integrate perlio.
41521      Branch: perl
41522            - ext/re/hints/MSWin32.pl
41523           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
41524           !> win32/config.gc win32/config_H.gc win32/win32sck.c
41525 ____________________________________________________________________________
41526 [  7755] By: nick                                  on 2000/11/19  20:57:17
41527         Log: Add dummy crlf layer (just as buffer)
41528              Correct 1st bug - one layer of indirection.
41529      Branch: perlio
41530            ! perlio.c perlio.h perliol.h
41531 ____________________________________________________________________________
41532 [  7754] By: nick                                  on 2000/11/19  20:56:12
41533         Log: Work-round to Perl_deb_nocontext is no longer required
41534      Branch: perlio
41535            - ext/re/hints/MSWin32.pl
41536 ____________________________________________________________________________
41537 [  7753] By: nick                                  on 2000/11/19  20:01:16
41538         Log: diff -se shows these as different
41539      Branch: perlio
41540            ! global.sym pod/perlapi.pod
41541 ____________________________________________________________________________
41542 [  7752] By: nick                                  on 2000/11/19  18:57:30
41543         Log: Configure GCC/Win32 build -Duseperlio
41544              Fix a couple of gross issues
41545              - double-include of ../deb.o in re.dll
41546              - win32sck.c needs PerlIO and FILE 
41547      Branch: perlio
41548            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
41549            ! win32/win32sck.c
41550 ____________________________________________________________________________
41551 [  7751] By: nick                                  on 2000/11/19  17:05:36
41552         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
41553      Branch: perlio
41554            ! perlio.c
41555 ____________________________________________________________________________
41556 [  7750] By: nick                                  on 2000/11/19  16:57:14
41557         Log: Missing aTHX_
41558      Branch: perlio
41559            ! sv.c
41560 ____________________________________________________________________________
41561 [  7749] By: jhi                                   on 2000/11/19  16:28:40
41562         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
41563              From: "Peter J. Farley III" <pjfarley@banet.net>
41564              Date: Sun, 19 Nov 2000 01:42:58 -0500
41565              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
41566      Branch: perl
41567            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
41568 ____________________________________________________________________________
41569 [  7748] By: jhi                                   on 2000/11/19  16:08:10
41570         Log: Subject: podlators 1.05 available        
41571              From: Russ Allbery <rra@stanford.edu>   
41572              Date: 18 Nov 2000 22:04:28 -0800
41573              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
41574      Branch: perl
41575            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
41576 ____________________________________________________________________________
41577 [  7747] By: nick                                  on 2000/11/19  11:19:39
41578         Log: Integrate mainline
41579      Branch: perlio
41580           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
41581           !> util.c
41582 ____________________________________________________________________________
41583 [  7746] By: jhi                                   on 2000/11/19  06:42:22
41584         Log: Make hex scanning warn on "\x{x}" and "\xx".
41585              "\x" and and hex("x") are still valid.
41586      Branch: perl
41587            ! util.c
41588 ____________________________________________________________________________
41589 [  7745] By: nick                                  on 2000/11/18  22:52:28
41590         Log: Integrate mainline
41591      Branch: perlio
41592           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
41593           !> perl.h perlio.c proto.h regcomp.c regcomp.h
41594 ____________________________________________________________________________
41595 [  7744] By: jhi                                   on 2000/11/18  22:50:28
41596         Log: Introduce Perl_utf8_length().  Use it.
41597      Branch: perl
41598            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
41599 ____________________________________________________________________________
41600 [  7743] By: jhi                                   on 2000/11/18  22:38:51
41601         Log: Compiler denit.
41602      Branch: perl
41603            ! perlio.c
41604 ____________________________________________________________________________
41605 [  7742] By: jhi                                   on 2000/11/18  20:33:05
41606         Log: Integrate perlio.
41607      Branch: perl
41608           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
41609           !> perlio.h pp_ctl.c pp_sys.c sv.c
41610 ____________________________________________________________________________
41611 [  7741] By: jhi                                   on 2000/11/18  20:31:27
41612         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
41613              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41614              Date: Fri, 17 Nov 2000 20:35:11 -0500
41615              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
41616              
41617              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
41618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41619              Date: Fri, 17 Nov 2000 21:03:47 -0500
41620              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
41621              
41622              Plus a little bit of tweaking in pregcomp().
41623      Branch: perl
41624            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
41625 ____________________________________________________________________________
41626 [  7740] By: nick                                  on 2000/11/18  20:17:22
41627         Log: Lexical use open ... support:
41628              add ->cop_io to COP structure in cop.h.
41629              Make mg.c and gv.c associate it with ${^OPEN}.
41630              Make lib/open.pm set it.
41631              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
41632              manner similar to ->cop_warnings.
41633              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
41634              call new PerlIO_apply_layers().
41635              Declare latter in perlio.h and define in perlio.c
41636      Branch: perlio
41637            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
41638            ! perlio.h pp_ctl.c pp_sys.c sv.c
41639 ____________________________________________________________________________
41640 [  7739] By: jhi                                   on 2000/11/18  19:54:00
41641         Log: Integrate perlio.
41642      Branch: perl
41643           !> doio.c perlio.c pp.c
41644 ____________________________________________________________________________
41645 [  7738] By: jhi                                   on 2000/11/18  17:16:13
41646         Log: Subject: [PATCH 5.7.0] etags broken again
41647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41648              Date: Sat, 18 Nov 2000 02:41:36 -0500
41649              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
41650      Branch: perl
41651            ! emacs/ptags
41652 ____________________________________________________________________________
41653 [  7737] By: jhi                                   on 2000/11/18  17:12:18
41654         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
41655      Branch: perl
41656            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41657 ____________________________________________________________________________
41658 [  7736] By: nick                                  on 2000/11/18  14:06:20
41659         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
41660              part to be isolated.
41661      Branch: perlio
41662            ! doio.c perlio.c
41663 ____________________________________________________________________________
41664 [  7735] By: nick                                  on 2000/11/18  11:03:32
41665         Log: Integrate mainline
41666      Branch: perlio
41667           !> Changes README.amiga README.win32 patchlevel.h
41668           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
41669 ____________________________________________________________________________
41670 [  7734] By: jhi                                   on 2000/11/18  01:18:56
41671         Log: Update Changes.
41672      Branch: perl
41673            ! Changes patchlevel.h
41674 ____________________________________________________________________________
41675 [  7733] By: jhi                                   on 2000/11/18  00:32:54
41676         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
41677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41678              Date: Fri, 17 Nov 2000 17:28:02 -0500
41679              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
41680      Branch: perl
41681            ! regcomp.c regexec.c t/op/re_tests
41682 ____________________________________________________________________________
41683 [  7732] By: jhi                                   on 2000/11/18  00:28:56
41684         Log: Sparc 64-bit pack() fix from Jens Hamisch.
41685      Branch: perl
41686            ! pp.c
41687 ____________________________________________________________________________
41688 [  7731] By: jhi                                   on 2000/11/18  00:18:39
41689         Log: Explain in more detail the {} syntax ambiguousity.
41690              
41691              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
41692              From: Nicholas Clark <nick@ccl4.org>
41693              Date: Fri, 17 Nov 2000 22:10:28 +0000
41694              Message-ID: <20001117221028.A88930@plum.flirble.org>
41695      Branch: perl
41696            ! pod/perlfunc.pod
41697 ____________________________________________________________________________
41698 [  7730] By: jhi                                   on 2000/11/18  00:12:18
41699         Log: Subject: Fix for README.amiga (20000323.033)
41700              From: "Stephen P. Potter" <spp@spotter.yi.org>
41701              Date: Fri, 17 Nov 2000 12:25:51 -0500
41702              Message-Id: <200011171725.MAA05768@spotter.yi.org>
41703      Branch: perl
41704            ! README.amiga
41705 ____________________________________________________________________________
41706 [  7729] By: jhi                                   on 2000/11/18  00:08:34
41707         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
41708              From: "A. C. Yardley" <yardley@tanet.net>
41709              Date: Mon, 3 Apr 2000 11:35:33 -0700
41710              Message-ID: <3483.000403@tanet.net>
41711      Branch: perl
41712            ! README.win32
41713 ____________________________________________________________________________
41714 [  7728] By: nick                                  on 2000/11/17  21:59:47
41715         Log: Integrate mainline
41716      Branch: perlio
41717           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
41718           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
41719           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
41720           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
41721 ____________________________________________________________________________
41722 [  7727] By: nick                                  on 2000/11/17  21:56:31
41723         Log: Experiment on use of attributes.pm interface.
41724              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
41725              SVt_PVRV if not already something better (else vivify of say magic gets
41726              core dump).
41727      Branch: perlio
41728            ! perlio.c pp.c
41729 ____________________________________________________________________________
41730 [  7726] By: jhi                                   on 2000/11/17  14:15:49
41731         Log: Subject: Fix for 20000815.006
41732              From: "Stephen P. Potter" <spp@spotter.yi.org>
41733              Date: Fri, 17 Nov 2000 08:57:45 -0500
41734              Message-Id: <200011171357.IAA05122@spotter.yi.org>
41735              
41736              It's really 20000518.006.
41737      Branch: perl
41738            ! pod/perlmodlib.PL
41739 ____________________________________________________________________________
41740 [  7725] By: jhi                                   on 2000/11/17  14:12:31
41741         Log: Subject: Fix for 20000409.001
41742              From: "Stephen P. Potter" <spp@spotter.yi.org>
41743              Date: Fri, 17 Nov 2000 08:55:45 -0500
41744              Message-Id: <200011171355.IAA05104@spotter.yi.org>
41745      Branch: perl
41746            ! pod/perlfaq9.pod
41747 ____________________________________________________________________________
41748 [  7724] By: jhi                                   on 2000/11/17  14:08:58
41749         Log: Undo #7627 now that we have =head3.
41750      Branch: perl
41751            ! pod/perlhack.pod
41752 ____________________________________________________________________________
41753 [  7723] By: jhi                                   on 2000/11/17  14:04:09
41754         Log: As surmised the #7719 wasn't a good move.
41755      Branch: perl
41756            ! hints/solaris_2.sh
41757 ____________________________________________________________________________
41758 [  7722] By: jhi                                   on 2000/11/17  13:59:04
41759         Log: Also the 64bitall hints can be either here or there.
41760      Branch: perl
41761            ! hints/solaris_2.sh
41762 ____________________________________________________________________________
41763 [  7721] By: jhi                                   on 2000/11/17  02:26:23
41764         Log: Test tweak for the open pragma.
41765      Branch: perl
41766            ! t/lib/b.t
41767 ____________________________________________________________________________
41768 [  7720] By: jhi                                   on 2000/11/17  00:23:22
41769         Log: The long double hints can be here or there.
41770      Branch: perl
41771            ! hints/solaris_2.sh
41772 ____________________________________________________________________________
41773 [  7719] By: jhi                                   on 2000/11/17  00:14:06
41774         Log: For Solaris use64bitall the stdchar needs a little bit of help.
41775      Branch: perl
41776            ! hints/solaris_2.sh
41777 ____________________________________________________________________________
41778 [  7718] By: jhi                                   on 2000/11/16  23:27:34
41779         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
41780              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
41781              Date: Wed, 15 Nov 2000 08:56:32 +0100
41782              Message-ID: <3A1241B0.64477E00@alcatel.at>
41783      Branch: perl
41784            ! lib/Carp/Heavy.pm
41785 ____________________________________________________________________________
41786 [  7717] By: jhi                                   on 2000/11/16  23:23:29
41787         Log: Subject: [PATCH] Re: 20001101.003 PDL
41788              From: Nicholas Clark <nick@ccl4.org>
41789              Date: Thu, 16 Nov 2000 16:48:25 +0000
41790              Message-ID: <20001116164825.B93487@plum.flirble.org>
41791      Branch: perl
41792            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
41793 ____________________________________________________________________________
41794 [  7716] By: jhi                                   on 2000/11/16  23:21:31
41795         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
41796              From: "Casey R. Tweten" <crt@kiski.net>
41797              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
41798              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
41799      Branch: perl
41800            ! lib/Pod/Checker.pm pod/perlpod.pod
41801 ____________________________________________________________________________
41802 [  7715] By: jhi                                   on 2000/11/16  23:19:40
41803         Log: Avoid an infinite loop in VMS when utils scripts are run
41804              with no arguments, from Charles Lane.
41805      Branch: perl
41806            ! configure.com
41807 ____________________________________________________________________________
41808 [  7714] By: jhi                                   on 2000/11/16  23:17:08
41809         Log: Subject: perllocale.pod changes
41810              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41811              Date: Mon, 13 Nov 2000 10:09:22 +0300
41812              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
41813      Branch: perl
41814            ! pod/perllocale.pod
41815 ____________________________________________________________________________
41816 [  7713] By: jhi                                   on 2000/11/16  23:14:06
41817         Log: Integrate perlio.
41818      Branch: perl
41819           !> doio.c perlio.c perlio.h util.c
41820 ____________________________________________________________________________
41821 [  7712] By: nick                                  on 2000/11/16  21:10:58
41822         Log: Integrate mainline
41823      Branch: perlio
41824           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41825           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
41826           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
41827           !> vos/config.ga.def vos/config.ga.h win32/config.bc
41828           !> win32/config.gc win32/config.vc
41829 ____________________________________________________________________________
41830 [  7711] By: nick                                  on 2000/11/16  19:56:41
41831         Log: Minor tweaks:
41832              consistent way of getting 'rb', 'wb' etc. for binary opens
41833              move *perlio::layers to *open::layers
41834              a #define to show layers available
41835              DOSISH popen/PerlIO had export/import sense inverted.
41836      Branch: perlio
41837            ! doio.c perlio.c perlio.h util.c
41838 ____________________________________________________________________________
41839 [  7710] By: jhi                                   on 2000/11/16  15:46:05
41840         Log: Add HAS_SBRK_PROTO.
41841      Branch: metaconfig/U/perl
41842            + d_sbrkproto.U
41843      Branch: perl
41844            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41845            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
41846            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
41847            ! vos/config.ga.def vos/config.ga.h win32/config.bc
41848            ! win32/config.gc win32/config.vc
41849 ____________________________________________________________________________
41850 [  7709] By: nick                                  on 2000/11/16  07:31:49
41851         Log: Integrate mainline
41852      Branch: perlio
41853           !> (integrate 35 files)
41854 ____________________________________________________________________________
41855 [  7708] By: jhi                                   on 2000/11/16  05:33:03
41856         Log: These files are text, not binary.
41857      Branch: perl
41858            ! ext/Encode/Encode/iso8859-10.enc
41859            ! ext/Encode/Encode/iso8859-13.enc
41860            ! ext/Encode/Encode/iso8859-14.enc
41861            ! ext/Encode/Encode/iso8859-15.enc
41862 ____________________________________________________________________________
41863 [  7707] By: jhi                                   on 2000/11/16  01:53:37
41864         Log: Update Changes.
41865      Branch: perl
41866            ! Changes patchlevel.h
41867 ____________________________________________________________________________
41868 [  7706] By: jhi                                   on 2000/11/16  01:35:59
41869         Log: More #undefing of stdio.
41870      Branch: perl
41871            ! fakesdio.h nostdio.h
41872 ____________________________________________________________________________
41873 [  7705] By: jhi                                   on 2000/11/16  01:34:18
41874         Log: Add fwalk() probe to the configuration files and regen perltoc.
41875      Branch: perl
41876            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41877            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
41878            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
41879            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41880            ! win32/config.bc win32/config.gc win32/config.vc
41881 ____________________________________________________________________________
41882 [  7704] By: jhi                                   on 2000/11/16  01:33:07
41883         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
41884              an optional third argument to Inlibc?)
41885      Branch: metaconfig/U/perl
41886            + d__fwalk.U
41887 ____________________________________________________________________________
41888 [  7703] By: jhi                                   on 2000/11/16  01:09:22
41889         Log: The type of the hash_cb() size argument is tricky.
41890      Branch: perl
41891            ! ext/DB_File/DB_File.xs
41892 ____________________________________________________________________________
41893 [  7702] By: jhi                                   on 2000/11/15  23:01:16
41894         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
41895      Branch: perl
41896            ! nostdio.h
41897 ____________________________________________________________________________
41898 [  7701] By: jhi                                   on 2000/11/15  22:52:32
41899         Log: Detypo.
41900      Branch: perl
41901            ! t/lib/bigfltpm.t
41902 ____________________________________________________________________________
41903 [  7700] By: jhi                                   on 2000/11/15  22:51:56
41904         Log: UINT64_C() work continues.
41905      Branch: perl
41906            ! handy.h perl.h utf8.h
41907 ____________________________________________________________________________
41908 [  7699] By: jhi                                   on 2000/11/15  14:13:04
41909         Log: SOCKS has its own USE_THREADS, based on
41910              
41911              Subject: [ID 20001114.002] et. al. bugfix followup
41912              From: Jens Hamisch <jens@Strawberry.COM> 
41913              Date: Wed, 15 Nov 2000 14:23:11 +0100
41914              Message-ID: <20001115142311.A21164@Strawberry.COM>
41915      Branch: perl
41916            ! perl.h
41917 ____________________________________________________________________________
41918 [  7698] By: jhi                                   on 2000/11/15  03:50:56
41919         Log: Add few missing #undefs and sort them.
41920      Branch: perl
41921            ! fakesdio.h
41922 ____________________________________________________________________________
41923 [  7697] By: jhi                                   on 2000/11/15  03:39:14
41924         Log: Linenumber fix.
41925      Branch: perl
41926            ! t/pragma/warn/utf8
41927 ____________________________________________________________________________
41928 [  7696] By: jhi                                   on 2000/11/15  02:55:26
41929         Log: EBCDIC tweaks.
41930              
41931              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
41932              From: Peter Prymmer <pvhp@forte.com>
41933              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
41934              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
41935      Branch: perl
41936            ! t/op/regmesg.t t/pragma/warn/utf8
41937 ____________________________________________________________________________
41938 [  7695] By: jhi                                   on 2000/11/15  02:53:58
41939         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
41940              From: Peter Prymmer <pvhp@forte.com>
41941              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
41942              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
41943      Branch: perl
41944            ! utf8.c
41945 ____________________________________________________________________________
41946 [  7694] By: jhi                                   on 2000/11/15  02:50:55
41947         Log: Subject: [PATCH: perl@7674] updates to README.os390
41948              From: Prymmer/Kahn <pvhp@best.com>
41949              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
41950              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
41951      Branch: perl
41952            ! README.os390
41953 ____________________________________________________________________________
41954 [  7693] By: jhi                                   on 2000/11/15  02:48:37
41955         Log: Quit utf8_to_uv() instantly if curlen == 0.
41956      Branch: perl
41957            ! utf8.c
41958 ____________________________________________________________________________
41959 [  7692] By: jhi                                   on 2000/11/15  02:24:29
41960         Log: Use u_int32_t for the size of hash_cb(), not size_t.
41961              
41962              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
41963              From: Jens Hamisch <jens@Strawberry.COM>     
41964              Date: Tue, 14 Nov 2000 19:03:55 +0100
41965              Message-Id: <20001114190355.A20559@Strawberry.COM>
41966      Branch: perl
41967            ! ext/DB_File/DB_File.xs
41968 ____________________________________________________________________________
41969 [  7691] By: jhi                                   on 2000/11/15  02:20:12
41970         Log: Use UINT64_C().
41971              
41972              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
41973              From: Jens Hamisch <jens@Strawberry.COM>
41974              Date: Tue, 14 Nov 2000 19:16:23 +0100
41975              Message-Id: <20001114191623.G20559@Strawberry.COM>
41976      Branch: perl
41977            ! utf8.c utf8.h
41978 ____________________________________________________________________________
41979 [  7690] By: jhi                                   on 2000/11/15  02:17:06
41980         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
41981              (a macro to define signed and unsigned integer constants).
41982      Branch: perl
41983            ! handy.h
41984 ____________________________________________________________________________
41985 [  7689] By: jhi                                   on 2000/11/15  01:56:51
41986         Log: Regen Configure.
41987      Branch: perl
41988            ! Configure
41989 ____________________________________________________________________________
41990 [  7688] By: jhi                                   on 2000/11/15  01:56:32
41991         Log: Make the unit know about SOCKS.
41992      Branch: metaconfig
41993            ! U/protos/socksizetype.U
41994 ____________________________________________________________________________
41995 [  7687] By: jhi                                   on 2000/11/15  01:54:47
41996         Log: Remove unused dependencies.
41997      Branch: metaconfig
41998            ! U/compline/d_getpagsz.U
41999 ____________________________________________________________________________
42000 [  7686] By: nick                                  on 2000/11/14  21:25:13
42001         Log: Integrate mainline.
42002      Branch: perlio
42003           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
42004           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
42005           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
42006           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
42007           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
42008           !> win32/config.bc win32/config.gc win32/config.vc
42009           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
42010 ____________________________________________________________________________
42011 [  7685] By: jhi                                   on 2000/11/14  17:54:56
42012         Log: Integrate perlio.
42013      Branch: perl
42014           +> fakesdio.h perliol.h
42015           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
42016           !> perlsdio.h perlsfio.h pod/perlfunc.pod
42017 ____________________________________________________________________________
42018 [  7684] By: nick                                  on 2000/11/14  17:43:04
42019         Log: PerlIO #include and #ifdef re-work.
42020      Branch: perlio
42021            + fakesdio.h perliol.h
42022            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
42023            ! perlsdio.h perlsfio.h
42024 ____________________________________________________________________________
42025 [  7683] By: jhi                                   on 2000/11/14  15:42:40
42026         Log: Hoist the duplicated socket/netdb include logic to perl.h;
42027              undef SETERRNO in case SOCKS has defined it.  Based on:
42028              
42029              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
42030              From: Jens Hamisch <jens@Strawberry.COM> 
42031              Date: Tue, 14 Nov 2000 11:34:40 +0100
42032              Message-Id: <20001114113440.A20005@Strawberry.COM>
42033      Branch: perl
42034            ! doio.c perl.h pp_sys.c
42035 ____________________________________________________________________________
42036 [  7682] By: jhi                                   on 2000/11/14  14:07:28
42037         Log: Subject: some additions for makefiles for win32 (for perl@7674)
42038              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42039              Date: Tue, 14 Nov 2000 09:31:13 +0300
42040              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
42041      Branch: perl
42042            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
42043            ! win32/makefile.mk
42044 ____________________________________________________________________________
42045 [  7681] By: jhi                                   on 2000/11/14  14:01:41
42046         Log: Subject: tiny typo in perl5db.pl
42047              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42048              Date: Tue, 14 Nov 2000 09:29:28 +0300
42049              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
42050      Branch: perl
42051            ! lib/perl5db.pl
42052 ____________________________________________________________________________
42053 [  7680] By: jhi                                   on 2000/11/14  04:13:50
42054         Log: Redo #7679 with LFs instead of CRLFs.
42055      Branch: perl
42056            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
42057            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
42058            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
42059 ____________________________________________________________________________
42060 [  7679] By: jhi                                   on 2000/11/14  01:21:09
42061         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
42062              From: Benjamin Stuhl <tiriath@yahoo.com> 
42063              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
42064              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
42065      Branch: perl
42066            + win32/bin/mdelete.bat
42067            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
42068            ! makedef.pl perlio.c win32/Makefile win32/config.gc
42069            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
42070 ____________________________________________________________________________
42071 [  7678] By: jhi                                   on 2000/11/14  01:19:20
42072         Log: Fix the re extension building for Win32.
42073              
42074              Subject: [PATCH perl@7638] Get PerlIO building on Win32
42075              From: Benjamin Stuhl <tiriath@yahoo.com> 
42076              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
42077              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
42078      Branch: perl
42079            + ext/re/hints/MSWin32.pl
42080            ! MANIFEST
42081 ____________________________________________________________________________
42082 [  7677] By: jhi                                   on 2000/11/14  01:13:54
42083         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
42084              From: sthoenna@efn.org
42085              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
42086              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
42087      Branch: perl
42088            ! doop.c pp.c toke.c utf8.c utf8.h
42089 ____________________________________________________________________________
42090 [  7676] By: jhi                                   on 2000/11/13  20:23:15
42091         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
42092              From: Nicholas Clark <nick@ccl4.org>
42093              Date: Mon, 13 Nov 2000 18:55:04 +0000
42094              Message-ID: <20001113185504.J29183@plum.flirble.org>
42095      Branch: perl
42096            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
42097 ____________________________________________________________________________
42098 [  7675] By: nick                                  on 2000/11/13  20:21:57
42099         Log: Integrate mainline ...
42100      Branch: perlio
42101           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
42102           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
42103           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
42104           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
42105 ____________________________________________________________________________
42106 [  7674] By: jhi                                   on 2000/11/13  15:07:56
42107         Log: Update Changes.
42108      Branch: perl
42109            ! Changes patchlevel.h
42110 ____________________________________________________________________________
42111 [  7673] By: jhi                                   on 2000/11/13  14:42:42
42112         Log: Remove the new two tests of lib/io_xs for now, they seem to
42113              fail under perlio on some platforms.
42114      Branch: perl
42115            ! t/lib/io_xs.t
42116 ____________________________________________________________________________
42117 [  7672] By: jhi                                   on 2000/11/13  13:57:53
42118         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
42119      Branch: perl
42120            ! perlio.c
42121 ____________________________________________________________________________
42122 [  7671] By: jhi                                   on 2000/11/13  05:30:48
42123         Log: Placate nervous compilers that see longer than ints switch()ing.
42124      Branch: perl
42125            ! utf8.c
42126 ____________________________________________________________________________
42127 [  7670] By: jhi                                   on 2000/11/13  05:14:21
42128         Log: fputs() does return EOF on error but here we don't care.
42129      Branch: perl
42130            ! perlio.c
42131 ____________________________________________________________________________
42132 [  7669] By: jhi                                   on 2000/11/13  05:02:45
42133         Log: Declare reg_data like reg_substr_data.
42134      Branch: perl
42135            ! regexp.h
42136 ____________________________________________________________________________
42137 [  7668] By: jhi                                   on 2000/11/13  04:54:34
42138         Log: Typos in #7667.
42139      Branch: perl
42140            ! perl.h
42141 ____________________________________________________________________________
42142 [  7667] By: jhi                                   on 2000/11/13  04:49:49
42143         Log: Cleanup messy #ifdef.
42144      Branch: perl
42145            ! perl.h
42146 ____________________________________________________________________________
42147 [  7666] By: jhi                                   on 2000/11/13  04:17:34
42148         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
42149              From: Nicholas Clark <nick@talking.bollo.cx>
42150              Date: Sun, 12 Nov 2000 21:14:11 +0000
42151              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
42152              
42153              Note: only one breakage of the two reported is fixed by this patch.
42154      Branch: perl
42155            ! perlio.c
42156 ____________________________________________________________________________
42157 [  7665] By: jhi                                   on 2000/11/13  04:05:07
42158         Log: Tweak the definition of the bit complement on UTF-8 data:
42159              if none of the characters in the string are > 0xff,
42160              the result is a complemented byte string, not a (UTF-8)
42161              char string.  Based on the summary in
42162              
42163              Subject: Re: [ID 20000918.005] ~ on wide chars
42164              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
42165              Date: Fri, 10 Nov 2000 09:47:15 -0800
42166              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
42167              
42168              This should give us the maximum backward (pre-char string)
42169              compatibility and utf8 compatibility.  The other alternative
42170              would be to limit the bit complement to be always byte only,
42171              taking the least significant byte of the chars.
42172      Branch: perl
42173            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
42174 ____________________________________________________________________________
42175 [  7664] By: jhi                                   on 2000/11/13  00:23:44
42176         Log: Couple of tests from #7660 salvaged.
42177      Branch: perl
42178            - t/op/tell.t
42179            ! MANIFEST t/io/tell.t
42180 ____________________________________________________________________________
42181 [  7663] By: jhi                                   on 2000/11/13  00:02:48
42182         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
42183              From: Nicholas Clark <nick@talking.bollo.cx>
42184              Date: Sun, 12 Nov 2000 21:23:43 +0000
42185              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
42186      Branch: perl
42187            ! perlsfio.h
42188 ____________________________________________________________________________
42189 [  7662] By: jhi                                   on 2000/11/13  00:01:39
42190         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
42191              From: Nicholas Clark <nick@talking.bollo.cx>
42192              Date: Sun, 12 Nov 2000 21:30:04 +0000
42193              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
42194      Branch: perl
42195            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
42196 ____________________________________________________________________________
42197 [  7661] By: jhi                                   on 2000/11/12  23:57:29
42198         Log: Document tell() on special streams.
42199      Branch: perl
42200            ! pod/perlfunc.pod
42201 ____________________________________________________________________________
42202 [  7660] By: jhi                                   on 2000/11/12  23:54:22
42203         Log: (Subsumed by #7664)
42204      Branch: perl
42205            + t/op/tell.t
42206            ! MANIFEST
42207 ____________________________________________________________________________
42208 [  7659] By: jhi                                   on 2000/11/12  22:55:25
42209         Log: Many subdocumented return values of the IO extension now documented.
42210              ungetc and write still left subdocumented.
42211              
42212              Subject: [PATCH] (was Re: IO::Handle::ungetc)
42213              From: Nicholas Clark <nick@talking.bollo.cx>
42214              Date: Sun, 12 Nov 2000 21:35:53 +0000
42215              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
42216      Branch: perl
42217            ! ext/IO/lib/IO/Handle.pm
42218 ____________________________________________________________________________
42219 [  7658] By: jhi                                   on 2000/11/12  21:37:06
42220         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
42221              From: Nicholas Clark <nick@talking.bollo.cx>
42222              Date: Sun, 12 Nov 2000 20:03:22 +0000
42223              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
42224      Branch: perl
42225            ! pod/perlfunc.pod
42226 ____________________________________________________________________________
42227 [  7657] By: jhi                                   on 2000/11/12  20:34:55
42228         Log: Integrate perlio.
42229      Branch: perl
42230           !> perlio.c
42231 ____________________________________________________________________________
42232 [  7656] By: nick                                  on 2000/11/12  19:25:06
42233         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
42234      Branch: perlio
42235            ! perlio.c
42236 ____________________________________________________________________________
42237 [  7655] By: nick                                  on 2000/11/12  19:09:41
42238         Log: Integrate mainline
42239      Branch: perlio
42240           +> README.solaris ext/Encode/Encode/cp1006.enc
42241           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
42242           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
42243           +> ext/Encode/Encode/iso8859-13.enc
42244           +> ext/Encode/Encode/iso8859-14.enc
42245           +> ext/Encode/Encode/iso8859-15.enc
42246           !> (integrate 34 files)
42247 ____________________________________________________________________________
42248 [  7654] By: jhi                                   on 2000/11/12  19:00:22
42249         Log: Add a metaconfig unit for fsync.
42250      Branch: metaconfig/U/perl
42251            + d_fsync.U
42252 ____________________________________________________________________________
42253 [  7653] By: jhi                                   on 2000/11/12  19:00:01
42254         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
42255      Branch: perl
42256            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42257            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
42258            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42259            ! vos/config.ga.h win32/config.bc win32/config.gc
42260            ! win32/config.vc
42261 ____________________________________________________________________________
42262 [  7652] By: jhi                                   on 2000/11/11  21:12:01
42263         Log: Copy the s// information of README.hpux also to the perlrun.
42264      Branch: perl
42265            ! README.hpux pod/perlrun.pod
42266 ____________________________________________________________________________
42267 [  7651] By: jhi                                   on 2000/11/11  21:03:13
42268         Log: More README.solaris updates from Andy Dougherty.
42269      Branch: perl
42270            ! README.solaris
42271 ____________________________________________________________________________
42272 [  7650] By: jhi                                   on 2000/11/11  18:38:57
42273         Log: More descriptive error for unknown perlio layers.
42274              
42275              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
42276              From: Dominic Dunlop <domo@computer.org> 
42277              Date: Sat, 11 Nov 2000 18:20:32 +0100             
42278              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
42279      Branch: perl
42280            ! perlio.c pod/perldiag.pod
42281 ____________________________________________________________________________
42282 [  7649] By: jhi                                   on 2000/11/11  18:37:52
42283         Log: MachTen doesn't really do mmap() and munmap().
42284              
42285              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
42286              From: Dominic Dunlop <domo@computer.org> 
42287              Date: Sat, 11 Nov 2000 18:20:32 +0100             
42288              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
42289      Branch: perl
42290            ! hints/machten.sh
42291 ____________________________________________________________________________
42292 [  7648] By: jhi                                   on 2000/11/11  18:36:46
42293         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
42294              From: rspier@pobox.com (Robert Spier)
42295              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
42296              Message-ID: <14861.32839.491271.985797@rls.cx>
42297      Branch: perl
42298            ! Porting/Contract pod/perltoot.pod
42299 ____________________________________________________________________________
42300 [  7647] By: jhi                                   on 2000/11/11  18:35:30
42301         Log: Simplify the getpagesize() unit by dropping the
42302              pagesize probe since it's nowadays slightly more
42303              complicated because of sysconf(). (Note: if some
42304              platform really needs the -lPW for getpagesize,
42305              I just broke it.)
42306              
42307              TODO: a new pagesize unit.
42308      Branch: metaconfig
42309            ! U/compline/d_getpagsz.U
42310 ____________________________________________________________________________
42311 [  7646] By: jhi                                   on 2000/11/11  18:33:23
42312         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
42313      Branch: perl
42314            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42315            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
42316            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42317            ! vos/config.ga.h win32/config.bc win32/config.gc
42318            ! win32/config.vc
42319 ____________________________________________________________________________
42320 [  7645] By: jhi                                   on 2000/11/11  16:45:15
42321         Log: Use sysconf() or getpagesize() to find out the pagesize.
42322      Branch: perl
42323            ! perlio.c
42324 ____________________________________________________________________________
42325 [  7644] By: jhi                                   on 2000/11/11  15:46:08
42326         Log: Integrate perlio.
42327      Branch: perl
42328           !> perlio.c
42329 ____________________________________________________________________________
42330 [  7643] By: jhi                                   on 2000/11/11  15:33:36
42331         Log: Subject: Re: [PATCH] README.solaris
42332              From: Lupe Christoph <lupe@lupe-christoph.de>
42333              Date: Sat, 11 Nov 2000 14:08:10 +0100
42334              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
42335      Branch: perl
42336            ! README.solaris
42337 ____________________________________________________________________________
42338 [  7642] By: jhi                                   on 2000/11/11  15:22:12
42339         Log: Subject: [PATCH perl@7638] cygwin port
42340              From: "Eric Fifer" <egf7@columbia.edu>            
42341              Date: Fri, 10 Nov 2000 19:30:30 -0000
42342              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
42343      Branch: perl
42344            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
42345 ____________________________________________________________________________
42346 [  7641] By: nick                                  on 2000/11/11  14:50:36
42347         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
42348              Also call "Buf" layer directly when unread'ing non-read chars.
42349      Branch: perlio
42350            ! perlio.c
42351 ____________________________________________________________________________
42352 [  7640] By: jhi                                   on 2000/11/11  02:05:02
42353         Log: Add more encoding tables.
42354      Branch: perl
42355            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
42356            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
42357            + ext/Encode/Encode/iso8859-10.enc
42358            + ext/Encode/Encode/iso8859-13.enc
42359            + ext/Encode/Encode/iso8859-14.enc
42360            + ext/Encode/Encode/iso8859-15.enc
42361            ! MANIFEST
42362 ____________________________________________________________________________
42363 [  7639] By: jhi                                   on 2000/11/10  18:49:25
42364         Log: Subject: [PATCH] README.solaris
42365              From: Andy Dougherty <doughera@lafayette.edu>
42366              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
42367              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
42368      Branch: perl
42369            + README.solaris
42370            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
42371            ! pod/perl.pod pod/perltoc.pod
42372 ____________________________________________________________________________
42373 [  7638] By: jhi                                   on 2000/11/10  15:04:15
42374         Log: Update Changes.
42375      Branch: perl
42376            ! Changes patchlevel.h
42377 ____________________________________________________________________________
42378 [  7637] By: jhi                                   on 2000/11/10  14:14:28
42379         Log: Explain better why certain regex tests are skipped.
42380              
42381              Subject: Re: tests skipped: unknown reason
42382              From: Lupe Christoph <lupe@lupe-christoph.de>
42383              Date: Fri, 10 Nov 2000 09:08:56 +0100
42384              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
42385      Branch: perl
42386            ! t/op/regexp.t
42387 ____________________________________________________________________________
42388 [  7636] By: nick                                  on 2000/11/10  13:40:00
42389         Log: Integrate mainline.
42390      Branch: perlio
42391           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
42392           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
42393           !> win32/bin/search.pl
42394 ____________________________________________________________________________
42395 [  7635] By: nick                                  on 2000/11/10  13:25:52
42396         Log: Re-instate stdio large file support via perlio.
42397      Branch: perl
42398            ! perlio.c
42399 ____________________________________________________________________________
42400 [  7634] By: jhi                                   on 2000/11/10  04:49:55
42401         Log: Amdahl UTS hints updates.
42402              
42403              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
42404              From: hom00@utsglobal.com (Harold O Morris)
42405              Date: Thu, 9 Nov 2000 20:02 PST
42406              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
42407      Branch: perl
42408            ! hints/uts.sh
42409 ____________________________________________________________________________
42410 [  7633] By: jhi                                   on 2000/11/09  23:33:28
42411         Log: Subject: [PATCH] IO::Seekable pod
42412              From: Nicholas Clark <nick@talking.bollo.cx>
42413              Date: Thu, 9 Nov 2000 20:29:45 +0000
42414              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
42415      Branch: perl
42416            ! ext/IO/lib/IO/Handle.pm
42417 ____________________________________________________________________________
42418 [  7632] By: jhi                                   on 2000/11/09  21:55:41
42419         Log: Various doc oddball characters.
42420              
42421              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
42422              From: Michael Somos <somos@grail.cba.csuohio.edu>
42423              Date: Mon, 6 Nov 2000 17:44:20 -0500
42424              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
42425      Branch: perl
42426            ! emacs/cperl-mode.el lib/unicode/syllables.txt
42427            ! win32/bin/search.pl
42428 ____________________________________________________________________________
42429 [  7631] By: jhi                                   on 2000/11/09  21:12:29
42430         Log: Subject: Re: bash -c exit and linux hints 
42431              From: "John P. Linderman" <jpl@research.att.com>
42432              Date: Thu, 02 Nov 2000 09:37:25 -0500
42433              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
42434      Branch: perl
42435            ! hints/linux.sh
42436 ____________________________________________________________________________
42437 [  7630] By: nick                                  on 2000/11/09  20:34:11
42438         Log: Integrate mainline.
42439      Branch: perlio
42440           !> (integrate 91 files)
42441 ____________________________________________________________________________
42442 [  7629] By: jhi                                   on 2000/11/09  19:46:31
42443         Log: Missing dTHXs.
42444              
42445              Subject: RE: perl@7595 builds not on cygwin
42446              From: "Eric Fifer" <egf7@columbia.edu>
42447              Date: Thu, 9 Nov 2000 19:26:50 -0000
42448              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
42449      Branch: perl
42450            ! ext/Devel/Peek/Peek.xs
42451 ____________________________________________________________________________
42452 [  7628] By: jhi                                   on 2000/11/09  14:48:27
42453         Log: Disable only the tests 99 and 166 for UTF-8 locales.
42454      Branch: perl
42455            ! t/pragma/locale.t
42456 ____________________________________________________________________________
42457 [  7627] By: jhi                                   on 2000/11/09  14:40:27
42458         Log: There's no =head3.
42459      Branch: perl
42460            ! pod/perlhack.pod
42461 ____________________________________________________________________________
42462 [  7626] By: jhi                                   on 2000/11/09  13:54:26
42463         Log: The generated boot_* headers are wrong.  Pickier compiler,
42464              such as KAI C++ will refuse to compile the resulting perlmain.
42465              
42466              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
42467              From: Harri Pasanen <harri.pasanen@trema.com>
42468              Date: Thu, 09 Nov 2000 14:23:28 +0100
42469              Message-Id: <3A0AA550.26D548A3@trema.com>
42470      Branch: perl
42471            ! minimod.pl
42472 ____________________________________________________________________________
42473 [  7625] By: jhi                                   on 2000/11/09  13:50:44
42474         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
42475              From: Prymmer/Kahn <pvhp@best.com>
42476              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
42477              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
42478              
42479              All except the "cow orker" change.
42480      Branch: perl
42481            ! Porting/pumpkin.pod
42482 ____________________________________________________________________________
42483 [  7624] By: jhi                                   on 2000/11/09  13:45:33
42484         Log: Fix for
42485              
42486              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
42487              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
42488              Date: Thu, 09 Nov 2000 11:05:52 +0100
42489              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
42490      Branch: perl
42491            ! pod/perldiag.pod t/pragma/warn/pp_sys
42492 ____________________________________________________________________________
42493 [  7623] By: jhi                                   on 2000/11/09  13:37:16
42494         Log: Typo in an ifndef.
42495              
42496              Subject: Re: [PATCH 5.7.0] better messages from malloc()
42497              From: Joe Smith <jms@inwap.com>         
42498              Date: Thu, 09 Nov 2000 01:33:14 -0800
42499              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
42500      Branch: perl
42501            ! malloc.c
42502 ____________________________________________________________________________
42503 [  7622] By: jhi                                   on 2000/11/09  13:31:18
42504         Log: Remove unused extra arguments.
42505      Branch: metaconfig/U/perl
42506            ! perlxv.U
42507      Branch: perl
42508            ! Configure config_h.SH
42509 ____________________________________________________________________________
42510 [  7621] By: jhi                                   on 2000/11/09  13:16:36
42511         Log: More VMS moves on environment handling, from Charles Lane.
42512      Branch: perl
42513            ! t/pragma/locale.t
42514 ____________________________________________________________________________
42515 [  7620] By: jhi                                   on 2000/11/09  04:42:38
42516         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
42517              From: David Dyck <dcd@tc.fluke.com>
42518              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
42519              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
42520      Branch: perl
42521            ! pp_sys.c
42522 ____________________________________________________________________________
42523 [  7619] By: jhi                                   on 2000/11/09  04:36:21
42524         Log: Forgot from #7618.
42525      Branch: perl
42526            ! lib/File/stat.pm
42527 ____________________________________________________________________________
42528 [  7618] By: jhi                                   on 2000/11/09  04:28:44
42529         Log: Make deleting for %ENV work for (newer versions of) VMS,
42530              from Craig A. Berry.
42531      Branch: perl
42532            ! vms/vms.c
42533 ____________________________________________________________________________
42534 [  7617] By: jhi                                   on 2000/11/09  04:25:05
42535         Log: Subject: [PATCH] Class::Struct at compile time
42536              From: "Casey R. Tweten" <crt@kiski.net>
42537              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
42538              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
42539      Branch: perl
42540            ! lib/Class/Struct.pm
42541 ____________________________________________________________________________
42542 [  7616] By: jhi                                   on 2000/11/09  04:15:17
42543         Log: Subject: [ID 20001108.013] spelling
42544              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
42545              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
42546              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
42547      Branch: perl
42548            ! lib/ftp.pl
42549 ____________________________________________________________________________
42550 [  7615] By: jhi                                   on 2000/11/09  04:12:42
42551         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
42552              From: Peter Prymmer <pvhp@forte.com>
42553              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
42554              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
42555      Branch: perl
42556            ! configure.com
42557 ____________________________________________________________________________
42558 [  7614] By: jhi                                   on 2000/11/08  22:42:55
42559         Log: A missing aTHX_.
42560      Branch: perl
42561            ! ext/IPC/SysV/SysV.xs
42562 ____________________________________________________________________________
42563 [  7613] By: jhi                                   on 2000/11/08  19:30:21
42564         Log: Update Changes.
42565      Branch: perl
42566            ! Changes patchlevel.h
42567 ____________________________________________________________________________
42568 [  7612] By: jhi                                   on 2000/11/08  18:35:25
42569         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
42570              From: David Dyck <dcd@tc.fluke.com>
42571              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
42572              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
42573      Branch: perl
42574            ! pp_sys.c
42575 ____________________________________________________________________________
42576 [  7611] By: jhi                                   on 2000/11/08  18:30:26
42577         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
42578              From: Dominic Dunlop <domo@computer.org>
42579              Date: Tue, 7 Nov 2000 12:05:25 +0100
42580              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
42581      Branch: perl
42582            ! malloc.c
42583 ____________________________________________________________________________
42584 [  7610] By: jhi                                   on 2000/11/08  18:25:14
42585         Log: Do not test UTF-8 locales since that the tests would require
42586              polymorphic regexen.
42587      Branch: perl
42588            ! t/pragma/locale.t
42589 ____________________________________________________________________________
42590 [  7609] By: jhi                                   on 2000/11/08  17:12:51
42591         Log: Locale buglets.
42592              
42593              Subject: RE: Locales support (setlocale) fixes
42594              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42595              Date: Wed, 8 Nov 2000 20:01:39 +0300
42596              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
42597      Branch: perl
42598            ! t/pragma/locale.t util.c
42599 ____________________________________________________________________________
42600 [  7608] By: jhi                                   on 2000/11/08  17:00:16
42601         Log: Deleting $ENV{PATH} in VMS is not recommendable.
42602      Branch: perl
42603            ! t/pragma/locale.t
42604 ____________________________________________________________________________
42605 [  7607] By: jhi                                   on 2000/11/08  16:58:26
42606         Log: Subject: PATCH std stdio for (Free)BSD
42607              From: Nicholas Clark <nick@ccl4.org>
42608              Date: Wed, 8 Nov 2000 15:36:29 +0000
42609              Message-ID: <20001108153629.D98736@plum.flirble.org>
42610      Branch: metaconfig
42611            ! U/compline/d_stdstdio.U
42612      Branch: perl
42613            ! Configure config_h.SH
42614 ____________________________________________________________________________
42615 [  7606] By: jhi                                   on 2000/11/08  16:43:31
42616         Log: Forgot to bump the line numbers in #7601.
42617      Branch: perl
42618            ! t/pragma/warn/pp_sys
42619 ____________________________________________________________________________
42620 [  7605] By: jhi                                   on 2000/11/08  16:39:12
42621         Log: More careful detection of how well NVs and UVs mix.
42622              
42623              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))
42624              From: Nicholas Clark <nick@ccl4.org>
42625              Date: Wed, 8 Nov 2000 15:14:12 +0000
42626              Message-ID: <20001108151412.B98736@plum.flirble.org>
42627              
42628              Added some SIGFPE paranoia.
42629      Branch: metaconfig/U/perl
42630            ! perlxv.U
42631      Branch: perl
42632            ! Configure config_h.SH
42633 ____________________________________________________________________________
42634 [  7604] By: jhi                                   on 2000/11/08  14:39:10
42635         Log: Subject: [patch perl@7595] VMS configure.com tweak
42636              From: "Craig A. Berry" <craigberry@mac.com>
42637              Date: Wed, 8 Nov 2000 00:24:12 -0600
42638              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
42639      Branch: perl
42640            ! configure.com
42641 ____________________________________________________________________________
42642 [  7603] By: jhi                                   on 2000/11/08  14:27:11
42643         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
42644              From: Robin Barker <rmb1@cise.npl.co.uk>
42645              Date: Wed, 8 Nov 2000 11:11:39 GMT
42646              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
42647      Branch: perl
42648            ! perlio.c
42649 ____________________________________________________________________________
42650 [  7602] By: jhi                                   on 2000/11/08  14:25:03
42651         Log: Fix for the tie-refhash string table leaks.
42652              
42653              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
42654              Date: Wed, 8 Nov 2000 13:03:04 GMT
42655              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
42656      Branch: perl
42657            ! t/lib/tie-refhash.t
42658 ____________________________________________________________________________
42659 [  7601] By: jhi                                   on 2000/11/08  14:21:08
42660         Log: Try to avoid flockless and emulationless places.
42661      Branch: perl
42662            ! t/pragma/warn/pp_sys
42663 ____________________________________________________________________________
42664 [  7600] By: jhi                                   on 2000/11/08  02:28:54
42665         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
42666              
42667              Subject: [PATCH] prototyped functions that should be overrideable
42668              From: "Casey R. Tweten" <crt@kiski.net>
42669              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
42670              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
42671      Branch: perl
42672            ! toke.c
42673 ____________________________________________________________________________
42674 [  7599] By: jhi                                   on 2000/11/08  01:12:05
42675         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
42676              
42677              Subject: [PATCH] perlbug.PL
42678              From: "Kurt D. Starsinic" <kstar@chapin.edu>
42679              Date: Mon, 6 Nov 2000 21:39:01 -0500
42680              Message-ID: <20001106213901.B20955@O2.chapin.edu>
42681      Branch: perl
42682            ! utils/perlbug.PL
42683 ____________________________________________________________________________
42684 [  7598] By: jhi                                   on 2000/11/07  23:42:00
42685         Log: Bad thinko in #7581 (I used the test program with the expanded
42686              values as-is).
42687      Branch: metaconfig
42688            ! U/compline/d_stdstdio.U
42689      Branch: perl
42690            ! Configure
42691 ____________________________________________________________________________
42692 [  7597] By: jhi                                   on 2000/11/07  21:43:29
42693         Log: Subject: [PATCH perl@7573] cygwin port
42694              From: "Fifer, Eric" <EFifer@sanwaint.com>
42695              Date: Tue, 7 Nov 2000 18:08:51 -0000 
42696              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
42697              
42698              Synchronize with Cygwin 1.1.5.
42699      Branch: perl
42700            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
42701            ! pod/perlport.pod unixish.h util.c
42702 ____________________________________________________________________________
42703 [  7596] By: jhi                                   on 2000/11/07  21:39:25
42704         Log: perlhack updates from H.Merijn Brand.
42705      Branch: perl
42706            ! pod/perlhack.pod
42707 ____________________________________________________________________________
42708 [  7595] By: jhi                                   on 2000/11/07  20:21:41
42709         Log: Update Changes.
42710      Branch: perl
42711            ! Changes patchlevel.h
42712 ____________________________________________________________________________
42713 [  7594] By: jhi                                   on 2000/11/07  19:18:58
42714         Log: Be more robust in Dynaloader.pm.
42715      Branch: perl
42716            ! ext/DynaLoader/DynaLoader_pm.PL
42717 ____________________________________________________________________________
42718 [  7593] By: jhi                                   on 2000/11/07  16:49:31
42719         Log: AUTHORS update.
42720      Branch: perl
42721            ! AUTHORS
42722 ____________________________________________________________________________
42723 [  7592] By: gsar                                  on 2000/11/07  16:39:51
42724         Log: normalize relative paths in virtualized current directory on windows,
42725              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
42726              returns)
42727      Branch: perl
42728            ! win32/vdir.h
42729 ____________________________________________________________________________
42730 [  7591] By: jhi                                   on 2000/11/07  16:04:26
42731         Log: Too profiler-happy: with optimization the #7590 actually makes
42732              the test to run 0.5% _slower_.  Requires much more instrumentation.
42733              Retract #7590.
42734      Branch: perl
42735            ! regcomp.c regcomp.h
42736 ____________________________________________________________________________
42737 [  7590] By: jhi                                   on 2000/11/07  15:51:13
42738         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
42739              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
42740              by using memset() and testing bytewise (as opposed to bitwise).
42741      Branch: perl
42742            ! regcomp.c regcomp.h
42743 ____________________________________________________________________________
42744 [  7589] By: jhi                                   on 2000/11/07  12:56:39
42745         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
42746              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42747              Date: Mon, 06 Nov 2000 23:45:30 -0500
42748              Message-Id: <0011079735.AA973576259@univpress.com>
42749      Branch: perl
42750            ! configure.com t/lib/st-lock.t
42751 ____________________________________________________________________________
42752 [  7588] By: jhi                                   on 2000/11/07  01:03:28
42753         Log: Tweak #7587.
42754      Branch: perl
42755            ! pod/perldiag.pod
42756 ____________________________________________________________________________
42757 [  7587] By: jhi                                   on 2000/11/07  01:00:27
42758         Log: A doc addition for bug id 20001105.019, beware \p.
42759      Branch: perl
42760            ! pod/perldiag.pod
42761 ____________________________________________________________________________
42762 [  7586] By: jhi                                   on 2000/11/07  00:32:22
42763         Log: Fake support of holey files in win/dosish platforms.
42764              
42765              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
42766              From: kipp@shonanblue.ne.jp
42767              Date: Mon, 6 Nov 2000 13:30:55 -0800
42768              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
42769      Branch: perl
42770            ! ext/SDBM_File/sdbm/sdbm.c
42771 ____________________________________________________________________________
42772 [  7585] By: jhi                                   on 2000/11/07  00:12:54
42773         Log: Subject: Pod updates
42774              From: "Stephen P. Potter" <spp@spotter.yi.org>
42775              Date: Mon, 06 Nov 2000 18:56:43 -0500
42776              Message-Id: <200011062357.SAA18173@spotter.yi.org>
42777      Branch: perl
42778            ! README.dos README.os2 README.win32 pod/buildtoc.PL
42779            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
42780            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
42781            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
42782            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
42783            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
42784            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
42785            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
42786            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
42787            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
42788            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
42789            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
42790            ! pod/perltootc.pod pod/perlunicode.pod
42791 ____________________________________________________________________________
42792 [  7584] By: jhi                                   on 2000/11/07  00:04:17
42793         Log: Varargs don't always work too well if one puts an unsigned
42794              char on the stack and pop an unsigned quad off the stack.
42795              
42796              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
42797              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
42798              Date: Mon, 06 Nov 2000 15:19:05 -0800
42799              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
42800      Branch: perl
42801            ! utf8.c
42802 ____________________________________________________________________________
42803 [  7583] By: jhi                                   on 2000/11/06  23:58:48
42804         Log: %ENV note tweaks from Dan Sugalski.
42805      Branch: perl
42806            ! pod/perlport.pod vms/perlvms.pod
42807 ____________________________________________________________________________
42808 [  7582] By: jhi                                   on 2000/11/06  23:05:49
42809         Log: glibc5 detection by __GNU_LIBRARY__.
42810      Branch: perl
42811            ! toke.c
42812 ____________________________________________________________________________
42813 [  7581] By: jhi                                   on 2000/11/06  22:51:29
42814         Log: Make the stdio test program of 7427 less noisy while being 
42815              compiled so that Digital UNIX wouldn't get both
42816              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
42817              undefined.  This makes perlio happy.
42818      Branch: metaconfig
42819            ! U/compline/d_stdstdio.U
42820      Branch: perl
42821            ! Configure config_h.SH
42822 ____________________________________________________________________________
42823 [  7580] By: jhi                                   on 2000/11/06  22:41:41
42824         Log: Document %ENV = () portability issues.
42825      Branch: perl
42826            ! pod/perlport.pod vms/perlvms.pod
42827 ____________________________________________________________________________
42828 [  7579] By: jhi                                   on 2000/11/06  21:29:24
42829         Log: VOS updates from Paul Green.
42830      Branch: perl
42831            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42832 ____________________________________________________________________________
42833 [  7578] By: jhi                                   on 2000/11/06  21:00:40
42834         Log: Sanitize the environment further.
42835      Branch: perl
42836            ! t/pragma/locale.t
42837 ____________________________________________________________________________
42838 [  7577] By: jhi                                   on 2000/11/06  20:53:51
42839         Log: Re-introduce 7552 lost in integration.
42840      Branch: perl
42841            ! perlio.c
42842 ____________________________________________________________________________
42843 [  7576] By: jhi                                   on 2000/11/06  20:33:46
42844         Log: Admit that the test leaks scalars.
42845      Branch: perl
42846            ! t/comp/proto.t
42847 ____________________________________________________________________________
42848 [  7575] By: jhi                                   on 2000/11/06  20:17:08
42849         Log: Integrate perlio.
42850      Branch: perl
42851           !> perlio.c
42852 ____________________________________________________________________________
42853 [  7574] By: nick                                  on 2000/11/06  20:07:28
42854         Log: Remove debug. Try (Mmap_t) on madvise() call.
42855      Branch: perlio
42856            ! perlio.c
42857 ____________________________________________________________________________
42858 [  7573] By: jhi                                   on 2000/11/06  13:56:05
42859         Log: Update Changes.
42860      Branch: perl
42861            ! Changes patchlevel.h
42862 ____________________________________________________________________________
42863 [  7572] By: jhi                                   on 2000/11/06  13:48:41
42864         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
42865              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42866              Date: Mon, 06 Nov 2000 10:11:42 +0100
42867              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
42868      Branch: perl
42869            ! pod/perlhack.pod
42870 ____________________________________________________________________________
42871 [  7571] By: jhi                                   on 2000/11/06  01:45:51
42872         Log: AUTHORS updates.
42873      Branch: perl
42874            ! AUTHORS
42875 ____________________________________________________________________________
42876 [  7570] By: jhi                                   on 2000/11/06  00:18:00
42877         Log: Fix for
42878              
42879              Subject: [ID 20000728.005] perl -P broken
42880              From: David Dyck <dcd@tc.fluke.com>
42881              Date: Fri, 28 Jul 2000 17:19:16 -0700
42882              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
42883              
42884              (hopefully).  The fix is also not complete, it seems to break
42885              BOM swallowing for libc5 systems, but until someone figures
42886              out a way to do this without ftell(), this will do.
42887      Branch: perl
42888            ! toke.c
42889 ____________________________________________________________________________
42890 [  7569] By: jhi                                   on 2000/11/06  00:05:30
42891         Log: Document that the evaled syntax errors cause scalar leaks.
42892      Branch: perl
42893            ! t/comp/proto.t
42894 ____________________________________________________________________________
42895 [  7568] By: jhi                                   on 2000/11/05  23:14:47
42896         Log: opmini.o can linger from Configures past.
42897      Branch: perl
42898            ! Makefile.SH
42899 ____________________________________________________________________________
42900 [  7567] By: jhi                                   on 2000/11/05  21:28:39
42901         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
42902              first argument correctly.
42903      Branch: perl
42904            ! perlio.c
42905 ____________________________________________________________________________
42906 [  7566] By: jhi                                   on 2000/11/05  21:15:56
42907         Log: Integrate perlio.
42908      Branch: perl
42909           !> perlio.c
42910 ____________________________________________________________________________
42911 [  7565] By: jhi                                   on 2000/11/05  21:15:13
42912         Log: Use -dM for gcc (the suggested patch did it only for Linux,
42913              but I think it can be generalized).
42914              
42915              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
42916              From: Pixel <pixel@mandrakesoft.com>
42917              Date: 05 Nov 2000 21:49:34 +0100 
42918              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
42919      Branch: perl
42920            ! ext/Errno/Errno_pm.PL
42921 ____________________________________________________________________________
42922 [  7564] By: nick                                  on 2000/11/05  21:09:18
42923         Log: Added a mmap layer as a "subclass" of perlio.
42924              PERLIO=mmap ./perl harness passes
42925      Branch: perlio
42926            ! perlio.c
42927 ____________________________________________________________________________
42928 [  7563] By: jhi                                   on 2000/11/05  19:48:55
42929         Log: Add a note for future generations about bug id 20000229.006.
42930      Branch: perl
42931            ! malloc.c
42932 ____________________________________________________________________________
42933 [  7562] By: jhi                                   on 2000/11/05  19:38:24
42934         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
42935      Branch: perl
42936            ! pp_ctl.c t/op/pos.t
42937 ____________________________________________________________________________
42938 [  7561] By: jhi                                   on 2000/11/05  18:21:46
42939         Log: Add =pod to be tidy.
42940      Branch: perl
42941            ! lib/Math/Complex.pm
42942 ____________________________________________________________________________
42943 [  7560] By: jhi                                   on 2000/11/05  17:38:46
42944         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
42945      Branch: perl
42946            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42947            ! ext/Storable/Storable.xs t/lib/st-recurse.t
42948 ____________________________________________________________________________
42949 [  7559] By: jhi                                   on 2000/11/05  17:32:59
42950         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
42951              From: "Peter J. Farley III" <pjfarley@banet.net>
42952              Date: Sun, 05 Nov 2000 11:55:59 -0500
42953              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
42954      Branch: perl
42955            ! t/lib/syslog.t
42956 ____________________________________________________________________________
42957 [  7558] By: jhi                                   on 2000/11/05  17:29:19
42958         Log: Integrate perlio.
42959      Branch: perl
42960           !> perlio.c
42961 ____________________________________________________________________________
42962 [  7557] By: jhi                                   on 2000/11/05  17:22:01
42963         Log: A fix of sorts for 20000329.026, a better error message
42964              for a missing "use charnames" when using the \N{...}. 
42965      Branch: perl
42966            ! pod/perldiag.pod toke.c
42967 ____________________________________________________________________________
42968 [  7556] By: jhi                                   on 2000/11/05  16:33:50
42969         Log: Test tweak: show also the failed locales.
42970              
42971              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
42972              From: Lupe Christoph <lupe@lupe-christoph.de>         
42973              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
42974              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
42975      Branch: perl
42976            ! t/pragma/locale.t
42977 ____________________________________________________________________________
42978 [  7555] By: nick                                  on 2000/11/05  11:09:34
42979         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
42980              open RDWR so does not fail. (pragma/warnings 303 again...)
42981      Branch: perlio
42982            ! perlio.c
42983 ____________________________________________________________________________
42984 [  7554] By: nick                                  on 2000/11/05  10:10:13
42985         Log: Fix case where ungetc(f,EOF) was allowed.
42986              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
42987              so we can see similarities.
42988              Use types more carefully and a STDCHAR array in hope that this will
42989              fix Jarrko's 64bit machine.
42990      Branch: perlio
42991            ! perlio.c
42992 ____________________________________________________________________________
42993 [  7553] By: jhi                                   on 2000/11/05  01:12:16
42994         Log: Fix for
42995              
42996              Subject: [ID 20001004.007] taint propogation is inconsistent
42997              From: pimlott@idiomtech.com (Andrew Pimlott) 
42998              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
42999              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
43000              
43001              The culprit was sv_setsv() which was rather blindly
43002              propagating taint, which lead to behaviour where if
43003              a tainted anon hash value was seen all the hash values
43004              from then on at that level became tainted, or at any
43005              upper levels in the case of nested anon hashes.
43006      Branch: perl
43007            ! sv.c t/op/taint.t
43008 ____________________________________________________________________________
43009 [  7552] By: jhi                                   on 2000/11/04  23:44:18
43010         Log: Some cpps don't like splitting conditionals across several lines.
43011      Branch: perl
43012            ! perlio.c
43013 ____________________________________________________________________________
43014 [  7551] By: nick                                  on 2000/11/04  23:40:44
43015         Log: Integrate mainline
43016      Branch: perlio
43017           !> pp_hot.c t/op/taint.t
43018 ____________________________________________________________________________
43019 [  7550] By: nick                                  on 2000/11/04  23:39:05
43020         Log: Integrate mainline again
43021      Branch: perlio
43022           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
43023           !> t/lib/b.t t/op/misc.t util.c
43024 ____________________________________________________________________________
43025 [  7549] By: jhi                                   on 2000/11/04  23:14:01
43026         Log: Fix for
43027              
43028              Subject: [ID 20001004.006] undef is never tainted
43029              From: pimlott@idiomtech.com (Andrew Pimlott)
43030              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
43031              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
43032              
43033              An undef read from a slurped file was not tainted.
43034      Branch: perl
43035            ! pp_hot.c t/op/taint.t
43036 ____________________________________________________________________________
43037 [  7548] By: jhi                                   on 2000/11/04  22:56:21
43038         Log: Test tweak ($Config{useperlio} is by default undef) .
43039      Branch: perl
43040            ! t/lib/b.t
43041 ____________________________________________________________________________
43042 [  7547] By: jhi                                   on 2000/11/04  22:43:56
43043         Log: Integrate perlio.
43044      Branch: perl
43045           +> lib/perlio.pm
43046           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
43047           !> pod/perlapi.pod t/lib/b.t
43048 ____________________________________________________________________________
43049 [  7546] By: jhi                                   on 2000/11/04  22:40:59
43050         Log: Configure would use a bad $myuname from an old config.sh.
43051              
43052              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
43053              From: Andy Dougherty <doughera@lafayette.edu>
43054              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
43055              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
43056      Branch: metaconfig
43057            ! U/modified/Oldconfig.U
43058      Branch: perl
43059            ! Configure config_h.SH
43060 ____________________________________________________________________________
43061 [  7545] By: jhi                                   on 2000/11/04  22:36:54
43062         Log: Subject: Locales support (setlocale) fixes
43063              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43064              Date: Sat, 4 Nov 2000 10:15:48 +0300 
43065              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
43066              
43067              Modified quite a bit to be more portable.
43068      Branch: perl
43069            ! embed.h embed.pl perl.h proto.h util.c
43070 ____________________________________________________________________________
43071 [  7544] By: jhi                                   on 2000/11/04  22:32:47
43072         Log: Dying is too strict here, better just skip.
43073      Branch: perl
43074            ! t/op/misc.t
43075 ____________________________________________________________________________
43076 [  7543] By: nick                                  on 2000/11/04  21:55:13
43077         Log: Merge mainline
43078      Branch: perlio
43079           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
43080           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
43081           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
43082           !> (integrate 64 files)
43083 ____________________________________________________________________________
43084 [  7542] By: jhi                                   on 2000/11/04  21:09:28
43085         Log: More Changes tweakery.
43086      Branch: perl
43087            ! Changes Porting/genlog
43088 ____________________________________________________________________________
43089 [  7541] By: jhi                                   on 2000/11/04  20:58:18
43090         Log: Changes fixups.
43091      Branch: perl
43092            ! Changes
43093 ____________________________________________________________________________
43094 [  7540] By: jhi                                   on 2000/11/04  20:42:38
43095         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
43096              create a "fast path" for locale name probing using "locale -a"
43097              if available, squash finally hopefully the s?printf resetting
43098              the numeric locale (since, IIUC perllocale, it never shouldn't). 
43099      Branch: perl
43100            ! sv.c t/op/misc.t t/pragma/locale.t
43101 ____________________________________________________________________________
43102 [  7539] By: nick                                  on 2000/11/04  19:56:10
43103         Log: PerlIO infrastructure complete.
43104      Branch: perlio
43105            + lib/perlio.pm
43106            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
43107 ____________________________________________________________________________
43108 [  7538] By: nick                                  on 2000/11/04  14:31:32
43109         Log: Type tweaks + less contorted allocation scheme
43110      Branch: perlio
43111            ! perlio.c
43112 ____________________________________________________________________________
43113 [  7537] By: nick                                  on 2000/11/04  12:40:42
43114         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
43115              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
43116              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
43117              sensible) which lead to some interesting fails.
43118      Branch: perlio
43119            ! perlio.c
43120 ____________________________________________________________________________
43121 [  7536] By: jhi                                   on 2000/11/04  00:20:02
43122         Log: Add FCNTL_CAN_LOCK.
43123              
43124              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43125              From: Andy Dougherty <doughera@lafayette.edu>
43126              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
43127              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
43128              
43129              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43130              From: Andy Dougherty <doughera@lafayette.edu>
43131              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
43132              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
43133      Branch: metaconfig/U/perl
43134            + d_fcntl_can_lock.U
43135            ! startperl.U
43136      Branch: perl
43137            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43138            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
43139            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43140            ! vos/config.ga.h win32/config.bc win32/config.gc
43141            ! win32/config.vc
43142 ____________________________________________________________________________
43143 [  7535] By: nick                                  on 2000/11/03  22:19:10
43144         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
43145              - Works on Linux with
43146              perlio + unix
43147              stdio
43148              - Works on Solaris with
43149              perlio + unix
43150              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
43151              - Fails (hangs in openpid) if you try and stack
43152              perlio + stdio - Linux stdio's read() logic is hanging.
43153      Branch: perlio
43154            ! iperlsys.h perlio.c
43155 ____________________________________________________________________________
43156 [  7534] By: jhi                                   on 2000/11/03  15:16:02
43157         Log: Subject: Re: README.aix
43158              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43159              Date: Fri, 03 Nov 2000 16:03:15 +0100
43160              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
43161      Branch: perl
43162            ! README.aix
43163 ____________________________________________________________________________
43164 [  7533] By: jhi                                   on 2000/11/03  03:59:02
43165         Log: Subject: [PATCH 5.7.0] better messages from malloc()
43166              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43167              Date: Wed, 1 Nov 2000 23:39:56 -0500
43168              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
43169      Branch: perl
43170            ! malloc.c pod/perldiag.pod
43171 ____________________________________________________________________________
43172 [  7532] By: jhi                                   on 2000/11/03  00:11:56
43173         Log: The #7521 touched things it shouldn't have.
43174      Branch: perl
43175            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
43176 ____________________________________________________________________________
43177 [  7531] By: jhi                                   on 2000/11/02  22:32:33
43178         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
43179              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43180              Date:     Thu, 2 Nov 2000 16:58:36 EST
43181              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
43182      Branch: perl
43183            ! vms/gen_shrfls.pl
43184 ____________________________________________________________________________
43185 [  7530] By: jhi                                   on 2000/11/02  22:08:49
43186         Log: Fix the problem discussed in
43187              
43188              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
43189              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
43190              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
43191              
43192              originally from Linc Madison.  Also Andreas König's comments
43193              taken into account.  Some other problems with Tie::SubstrHash
43194              fixed: didn't croak when the table exceeded the requested number
43195              of entries (as documented) but instead when the number of entries
43196              exceeded the size of the table, a croak() had an unnecessary \n,
43197              didn't have a CLEAR method, documented that there is no exists().
43198              Didn't fix to be strict-proof because the module uses &foo; and
43199              dynamic scope.  Added a test script exercizing both first tamely 
43200              the basic functionality, and then the failure cases reported by
43201              Linc Madison.
43202      Branch: perl
43203            + t/lib/tie-substrhash.t
43204            ! MANIFEST lib/Tie/SubstrHash.pm
43205 ____________________________________________________________________________
43206 [  7529] By: jhi                                   on 2000/11/02  17:58:08
43207         Log: recv() can fail and return undef.
43208              
43209              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
43210              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
43211              Date: Thu, 2 Nov 2000 20:12:20 +0300
43212              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
43213      Branch: perl
43214            ! lib/Net/Ping.pm
43215 ____________________________________________________________________________
43216 [  7528] By: jhi                                   on 2000/11/02  17:49:09
43217         Log: Detpyo.
43218      Branch: perl
43219            ! pod/perlop.pod
43220 ____________________________________________________________________________
43221 [  7527] By: jhi                                   on 2000/11/02  15:48:37
43222         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
43223              fix a autovivification bug in Tie::RefHash, add tests for both.
43224              
43225              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
43226              From: Edward Avis <epa98@doc.ic.ac.uk>
43227              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
43228              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
43229      Branch: perl
43230            + t/lib/tie-refhash.t
43231            ! MANIFEST lib/Tie/RefHash.pm
43232 ____________________________________________________________________________
43233 [  7526] By: jhi                                   on 2000/11/02  13:56:26
43234         Log: Test::Harness revealed buglets in the new DynaLoader.
43235              
43236              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
43237              From: andreas.koenig@anima.de (Andreas J. Koenig)
43238              Date: 02 Nov 2000 11:26:48 +0100 
43239              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
43240      Branch: perl
43241            ! ext/DynaLoader/DynaLoader_pm.PL
43242 ____________________________________________________________________________
43243 [  7525] By: jhi                                   on 2000/11/01  23:52:08
43244         Log: The entry for #7503 was missing.
43245      Branch: perl
43246            ! Changes
43247 ____________________________________________________________________________
43248 [  7524] By: jhi                                   on 2000/11/01  23:40:52
43249         Log: Update Changes.
43250      Branch: perl
43251            ! Changes patchlevel.h
43252 ____________________________________________________________________________
43253 [  7523] By: jhi                                   on 2000/11/01  22:57:09
43254         Log: More tweaking on the #7522 theme.
43255      Branch: perl
43256            ! ext/DynaLoader/DynaLoader_pm.PL
43257 ____________________________________________________________________________
43258 [  7522] By: jhi                                   on 2000/11/01  22:06:15
43259         Log: Expand %Config variables and %ENV variables only if
43260              so requested during build time using the
43261              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
43262              Not expanding makes relocating distributions easier.
43263      Branch: perl
43264            ! ext/DynaLoader/DynaLoader_pm.PL
43265 ____________________________________________________________________________
43266 [  7521] By: jhi                                   on 2000/11/01  20:56:34
43267         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
43268              and setgid() because they were just changing $< and $( which means
43269              only changing the real uid/gid, as opposed to changing both
43270              real and effective ids.  (The alternative way could have been
43271              in POSIX.pm to change $> and $), too, but making a direct call
43272              to the C API feels cleaner.)  Fixes the bug
43273              
43274              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
43275              From: "Garry T. Williams" <garry@zvolve.com>
43276              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
43277              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
43278      Branch: perl
43279            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
43280            ! ext/POSIX/typemap pod/perlvar.pod
43281 ____________________________________________________________________________
43282 [  7520] By: jhi                                   on 2000/11/01  20:08:33
43283         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
43284              From: "Garry T. Williams" <garry@zvolve.com>
43285              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
43286              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
43287      Branch: perl
43288            ! pod/perlsec.pod
43289 ____________________________________________________________________________
43290 [  7519] By: jhi                                   on 2000/11/01  20:01:22
43291         Log: Locale warning explanation tweak.
43292      Branch: perl
43293            ! pod/perldiag.pod
43294 ____________________________________________________________________________
43295 [  7518] By: jhi                                   on 2000/11/01  18:57:13
43296         Log: C.pm part of
43297              
43298              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
43299              From: Jarkko Hietaniemi <jhi@iki.fi>
43300              Date: Tue, 10 Oct 2000 08:22:28 -0500
43301              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
43302      Branch: perl
43303            ! ext/B/B/C.pm
43304 ____________________________________________________________________________
43305 [  7517] By: jhi                                   on 2000/11/01  18:41:59
43306         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
43307              From: Martien Verbruggen <mgjv@comdyn.com.au>
43308              Date: Fri, 6 Oct 2000 14:09:10 +1100
43309              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
43310      Branch: perl
43311            ! pod/perlop.pod
43312 ____________________________________________________________________________
43313 [  7516] By: jhi                                   on 2000/11/01  18:34:55
43314         Log: Generalize the Camel wording.
43315              
43316              Subject: Re: perlfaq style changes
43317              From: John Borwick <jhborwic@unity.ncsu.edu>
43318              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
43319              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
43320      Branch: perl
43321            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
43322 ____________________________________________________________________________
43323 [  7515] By: jhi                                   on 2000/11/01  16:52:31
43324         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
43325              From: pimlott@idiomtech.com (Andrew Pimlott)
43326              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
43327              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
43328      Branch: perl
43329            ! pod/perlsec.pod
43330 ____________________________________________________________________________
43331 [  7514] By: jhi                                   on 2000/11/01  15:03:40
43332         Log: More AIX lore.
43333      Branch: perl
43334            ! ext/re/hints/aix.pl
43335 ____________________________________________________________________________
43336 [  7513] By: jhi                                   on 2000/11/01  14:48:30
43337         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
43338              From: root <root@chronos.fi.muni.cz>
43339              Date: Wed, 1 Nov 2000 12:31:32 +0100
43340              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
43341      Branch: perl
43342            ! lib/Net/Ping.pm
43343 ____________________________________________________________________________
43344 [  7512] By: jhi                                   on 2000/11/01  14:46:47
43345         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
43346              From: Martin Husemann <martin@duskware.de>
43347              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
43348              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
43349      Branch: perl
43350            ! regcomp.c
43351 ____________________________________________________________________________
43352 [  7511] By: jhi                                   on 2000/11/01  14:39:50
43353         Log: AUTHORS updates.
43354      Branch: perl
43355            ! AUTHORS
43356 ____________________________________________________________________________
43357 [  7510] By: jhi                                   on 2000/11/01  14:29:50
43358         Log: Subject: [PATCH] startperl to respect versiononly
43359              From: Robin Barker <rmb1@cise.npl.co.uk> 
43360              Date: Tue, 31 Oct 2000 16:29:36 GMT
43361              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
43362      Branch: metaconfig/U/perl
43363            ! startperl.U
43364      Branch: perl
43365            ! Configure config_h.SH
43366 ____________________________________________________________________________
43367 [  7509] By: jhi                                   on 2000/11/01  14:19:53
43368         Log: printf UVs the correct way, noticed by Robin Barker.
43369      Branch: perl
43370            ! utf8.c
43371 ____________________________________________________________________________
43372 [  7508] By: jhi                                   on 2000/11/01  14:10:03
43373         Log: Do not cleanup *% because the % has special meanings in some
43374              shell environments.
43375      Branch: perl
43376            ! ext/Storable/Makefile.PL
43377 ____________________________________________________________________________
43378 [  7507] By: jhi                                   on 2000/11/01  14:06:00
43379         Log: The NonStop-UX libraries have a novel way to say NaN.
43380      Branch: perl
43381            ! t/lib/bigfltpm.t
43382 ____________________________________________________________________________
43383 [  7506] By: jhi                                   on 2000/11/01  14:03:35
43384         Log: The osname has been lowercased by now, from Tom Bates.
43385      Branch: metaconfig
43386            ! U/modified/Oldconfig.U
43387      Branch: perl
43388            ! Configure config_h.SH
43389 ____________________________________________________________________________
43390 [  7505] By: jhi                                   on 2000/10/31  19:18:39
43391         Log: The compiler is either gcc or cc, from Tom Bates.
43392      Branch: perl
43393            ! hints/nonstopux.sh
43394 ____________________________________________________________________________
43395 [  7504] By: jhi                                   on 2000/10/31  14:53:42
43396         Log: Update Changes.
43397      Branch: perl
43398            ! Changes patchlevel.h
43399 ____________________________________________________________________________
43400 [  7503] By: jhi                                   on 2000/10/31  14:30:50
43401         Log: Whitespace style tweak.  Was originally going to see to
43402              
43403              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
43404              From: Joe Smith <jms@inwap.com>
43405              Date: Mon, 30 Oct 2000 18:47:57 -0800
43406              Message-Id: <39FE32DD.24AAC4D@inwap.com>
43407              
43408              but that had already been taken care of.
43409      Branch: metaconfig
43410            ! U/compline/d_stdstdio.U
43411      Branch: perl
43412            ! Configure config_h.SH
43413 ____________________________________________________________________________
43414 [  7502] By: jhi                                   on 2000/10/31  14:25:02
43415         Log: AUTHORS tweaks.
43416      Branch: perl
43417            ! AUTHORS
43418 ____________________________________________________________________________
43419 [  7501] By: jhi                                   on 2000/10/31  14:23:59
43420         Log: Subject: perlfaq style changes
43421              From: John Borwick <jhborwic@unity.ncsu.edu>
43422              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
43423              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
43424      Branch: perl
43425            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
43426            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
43427            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
43428            ! pod/perlfaq9.pod
43429 ____________________________________________________________________________
43430 [  7500] By: jhi                                   on 2000/10/31  14:22:15
43431         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
43432              
43433              Subject: Re: [ID 20000918.005] ~ on wide chars
43434              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43435              Date: Mon, 30 Oct 2000 21:09:55 -0800
43436              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
43437              
43438              (The ord() part of the patch skipped.)
43439      Branch: perl
43440            ! doop.c
43441 ____________________________________________________________________________
43442 [  7499] By: jhi                                   on 2000/10/31  14:20:08
43443         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
43444              From: Jens Hamisch <jens@Strawberry.COM>
43445              Date: Mon, 30 Oct 2000 15:17:07 +0100
43446              Message-Id: <20001030151707.A9597@Strawberry.COM>
43447      Branch: perl
43448            ! av.c
43449 ____________________________________________________________________________
43450 [  7498] By: jhi                                   on 2000/10/31  14:16:29
43451         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
43452              From: Peter Prymmer <pvhp@forte.com>
43453              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
43454              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
43455      Branch: perl
43456            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
43457            + ext/Encode/Encode/posix-bc.enc
43458            ! MANIFEST t/lib/encode.t
43459 ____________________________________________________________________________
43460 [  7497] By: jhi                                   on 2000/10/31  14:13:22
43461         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
43462              From: Peter Prymmer <pvhp@forte.com>
43463              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
43464              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
43465      Branch: perl
43466            ! t/lib/cgi-html.t
43467 ____________________________________________________________________________
43468 [  7496] By: jhi                                   on 2000/10/31  14:12:05
43469         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
43470              From: Peter Prymmer <pvhp@forte.com>
43471              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
43472              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
43473      Branch: perl
43474            ! t/lib/cgi-function.t
43475 ____________________________________________________________________________
43476 [  7495] By: jhi                                   on 2000/10/31  14:11:08
43477         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
43478              From: Peter Prymmer <pvhp@forte.com>
43479              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
43480              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
43481      Branch: perl
43482            + ext/re/hints/aix.pl
43483            ! MANIFEST ext/re/Makefile.PL
43484 ____________________________________________________________________________
43485 [  7494] By: jhi                                   on 2000/10/31  14:08:32
43486         Log: Use Errno magic.
43487              
43488              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
43489              From: Casey Tweten <perl@ctweten.amsite.com>
43490              Date: Mon, 30 Oct 2000 15:51:17 -0500
43491              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
43492      Branch: perl
43493            ! lib/File/Temp.pm
43494 ____________________________________________________________________________
43495 [  7493] By: jhi                                   on 2000/10/31  14:05:07
43496         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
43497              
43498              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
43499              From: Nicholas Clark <nick@ccl4.org>
43500              Date: Mon, 30 Oct 2000 17:38:45 +0000
43501              Message-ID: <20001030173845.O60355@plum.flirble.org>
43502      Branch: perl
43503            ! Makefile.SH utils/perlbug.PL
43504 ____________________________________________________________________________
43505 [  7492] By: nick                                  on 2000/10/30  19:37:23
43506         Log: Change files which are mysteriously different to mainline to be
43507              copies of mainline.
43508      Branch: perlio
43509            ! objXSUB.h perlapi.c pod/perlapi.pod
43510 ____________________________________________________________________________
43511 [  7491] By: nick                                  on 2000/10/30  18:05:54
43512         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
43513              - typo in endian code in putc.
43514              - Don't allow read of write-only files and vice-versa
43515              - and off-by-one in flush-all loop.
43516              Remove debug calls as they were using GCC specific features.
43517      Branch: perlio
43518            ! perlio.c
43519 ____________________________________________________________________________
43520 [  7490] By: nick                                  on 2000/10/29  21:45:45
43521         Log: Integrate mainline to perlio
43522      Branch: perlio
43523           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
43524           !> toke.c
43525 ____________________________________________________________________________
43526 [  7489] By: jhi                                   on 2000/10/29  21:11:08
43527         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
43528              From: andreas.koenig@anima.de (Andreas J. Koenig)
43529              Date: 29 Oct 2000 22:05:59 +0100
43530              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
43531      Branch: perl
43532            ! lib/ExtUtils/Manifest.pm
43533 ____________________________________________________________________________
43534 [  7488] By: jhi                                   on 2000/10/29  21:07:47
43535         Log: Tests for #7487.
43536              
43537              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
43538              From: andreas.koenig@anima.de (Andreas J. Koenig)
43539              Date: 29 Oct 2000 19:37:09 +0100
43540              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
43541      Branch: perl
43542            ! t/comp/proto.t
43543 ____________________________________________________________________________
43544 [  7487] By: jhi                                   on 2000/10/29  21:06:27
43545         Log: constsub spillage.
43546              
43547              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
43548              From: John Tobey <jtobey@john-edwin-tobey.org>
43549              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
43550              Message-Id: <m13pvSr-000FObC@feynman.localnet>
43551      Branch: perl
43552            ! op.c
43553 ____________________________________________________________________________
43554 [  7486] By: nick                                  on 2000/10/29  21:05:04
43555         Log: Integrate mainline to perlio branch
43556      Branch: perlio
43557           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
43558           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
43559           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
43560           +> vos/install_perl.cm
43561            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
43562            - vos/config.h vos/config_h.SH_orig
43563           !> (integrate 141 files)
43564 ____________________________________________________________________________
43565 [  7485] By: jhi                                   on 2000/10/29  21:00:47
43566         Log: Make \x{...} consistently produce UTF-8.
43567              
43568              Subject: Re: \x{...} is confused 
43569              From: Simon Cozens <simon@cozens.net>
43570              Date: Sun, 29 Oct 2000 19:36:48 +0000
43571              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
43572      Branch: perl
43573            ! t/pragma/utf8.t toke.c
43574 ____________________________________________________________________________
43575 [  7484] By: nick                                  on 2000/10/29  20:05:29
43576         Log: PerlIO passes all tests.
43577      Branch: perlio
43578            ! perlio.c
43579 ____________________________________________________________________________
43580 [  7483] By: jhi                                   on 2000/10/29  18:06:55
43581         Log: Update Changes.
43582      Branch: perl
43583            ! Changes patchlevel.h
43584 ____________________________________________________________________________
43585 [  7482] By: nick                                  on 2000/10/29  17:43:28
43586         Log: Include <unistd.h> to get correct lseek() prototype etc.
43587              (I thought perl.h did that) - down to two fails
43588              - comp/require.t (last test)
43589              - lib/io_xs.t - possibly import/export of FILE * ?
43590      Branch: perlio
43591            ! perlio.c
43592 ____________________________________________________________________________
43593 [  7481] By: jhi                                   on 2000/10/29  17:02:37
43594         Log: UTF-8 decoder tweak.
43595      Branch: perl
43596            ! utf8.c
43597 ____________________________________________________________________________
43598 [  7480] By: nick                                  on 2000/10/29  16:26:11
43599         Log: Fixed two bugs:
43600              - error code not being set on close (of broken pipe)
43601              - append mode was truncating.
43602              At least one seek/tell bug remains.
43603      Branch: perlio
43604            ! perlio.c
43605 ____________________________________________________________________________
43606 [  7479] By: nick                                  on 2000/10/29  11:18:16
43607         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
43608              in case of accidents. Still several worrying fails, no line disciplines yet.
43609      Branch: perlio
43610            ! iperlsys.h perlio.c
43611 ____________________________________________________________________________
43612 [  7478] By: jhi                                   on 2000/10/29  02:04:01
43613         Log: Add also emailless people.
43614      Branch: perl
43615            ! AUTHORS
43616 ____________________________________________________________________________
43617 [  7477] By: jhi                                   on 2000/10/29  01:36:00
43618         Log: The #7476 needs a MANIFEST change, too.
43619      Branch: perl
43620            ! MANIFEST
43621 ____________________________________________________________________________
43622 [  7476] By: jhi                                   on 2000/10/29  01:35:21
43623         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
43624      Branch: perl
43625            - MAINTAIN
43626            ! AUTHORS Changes
43627 ____________________________________________________________________________
43628 [  7475] By: jhi                                   on 2000/10/28  23:57:25
43629         Log: De-quoted-unreadable to ISO Latin 1.
43630              (There's one ISO-2022-JP name in Changes5.004.)
43631      Branch: perl
43632            ! Changes Changes5.6
43633 ____________________________________________________________________________
43634 [  7474] By: jhi                                   on 2000/10/28  19:13:06
43635         Log: Subject: [ID 20001027.007] uniq array in perlfaq
43636              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
43637              Date: Fri, 27 Oct 2000 19:28:30 +0200
43638              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
43639      Branch: perl
43640            ! pod/perlfaq4.pod
43641 ____________________________________________________________________________
43642 [  7473] By: jhi                                   on 2000/10/28  18:02:05
43643         Log: Locking null mutexes is not recommendable.
43644              
43645              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
43646              From: Hugo <hv@crypt.compulink.co.uk>
43647              Date: Sat, 28 Oct 2000 18:41:12 +0100
43648              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
43649      Branch: perl
43650            ! op.c
43651 ____________________________________________________________________________
43652 [  7472] By: jhi                                   on 2000/10/28  17:52:58
43653         Log: Better create a true mailing list for the repository keepers.
43654      Branch: perl
43655            ! Porting/repository.pod
43656 ____________________________________________________________________________
43657 [  7471] By: jhi                                   on 2000/10/28  17:28:24
43658         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
43659              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
43660      Branch: perl
43661            + Porting/repository.pod
43662            ! MANIFEST
43663 ____________________________________________________________________________
43664 [  7470] By: jhi                                   on 2000/10/28  17:20:54
43665         Log: Subject: DOC PATCH 5.6.0
43666              From: mjd@plover.com
43667              Date: 27 Oct 2000 17:32:44 -0000
43668              Message-ID: <20001027173244.23754.qmail@plover.com>
43669      Branch: perl
43670            ! pod/perlfunc.pod
43671 ____________________________________________________________________________
43672 [  7469] By: jhi                                   on 2000/10/28  17:16:45
43673         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
43674              From: "Peter J. Farley III" <pjfarley@banet.net>
43675              Date: Fri, 27 Oct 2000 20:32:56 -0400
43676              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
43677      Branch: perl
43678            ! README.dos
43679 ____________________________________________________________________________
43680 [  7468] By: jhi                                   on 2000/10/28  17:07:18
43681         Log: Make target reordering to avoid pointless re-makes.
43682              
43683              Subject: Re: Total re-make of 'make okfile' after 7451 ?
43684              From: Nicholas Clark <nick@ccl4.org>
43685              Date: Sat, 28 Oct 2000 00:31:02 +0100
43686              Message-ID: <20001028003101.A54517@plum.flirble.org>
43687      Branch: perl
43688            ! Makefile.SH
43689 ____________________________________________________________________________
43690 [  7467] By: jhi                                   on 2000/10/28  17:05:31
43691         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
43692              From: lvirden@cas.org
43693              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
43694              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
43695      Branch: perl
43696            ! README.os2
43697 ____________________________________________________________________________
43698 [  7466] By: jhi                                   on 2000/10/28  16:09:16
43699         Log: Upgrade to CPAN 1.58_55.
43700              
43701              Subject: CPAN.pm status
43702              From: andreas.koenig@anima.de (Andreas J. Koenig) 
43703              Date: 28 Oct 2000 08:18:00 +0200 
43704              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
43705      Branch: perl
43706            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43707 ____________________________________________________________________________
43708 [  7465] By: jhi                                   on 2000/10/28  16:02:47
43709         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
43710      Branch: perl
43711            ! embed.h embed.pl perl.h proto.h toke.c
43712 ____________________________________________________________________________
43713 [  7464] By: nick                                  on 2000/10/28  10:43:44
43714         Log: Fix for sv_2iv() on "shared" value from keys %hash.
43715      Branch: perl
43716            ! sv.c
43717 ____________________________________________________________________________
43718 [  7463] By: jhi                                   on 2000/10/27  16:18:29
43719         Log: Update Changes.
43720      Branch: perl
43721            ! Changes patchlevel.h
43722 ____________________________________________________________________________
43723 [  7462] By: jhi                                   on 2000/10/27  16:17:44
43724         Log: Too enthusiastic editing in #7460.
43725      Branch: metaconfig
43726            ! U/modified/Oldsym.U
43727      Branch: perl
43728            ! Configure config_h.SH
43729 ____________________________________________________________________________
43730 [  7461] By: jhi                                   on 2000/10/27  15:37:38
43731         Log: Retract #7459, the script needs more work.
43732      Branch: perl
43733            - mkreef
43734            ! MANIFEST
43735 ____________________________________________________________________________
43736 [  7460] By: jhi                                   on 2000/10/27  15:23:14
43737         Log: Use $sort, $uniq (and $tr) consistently as wondered
43738              by Nicholas Clark.
43739      Branch: metaconfig
43740            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
43741            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
43742            ! U/modified/libc.U
43743      Branch: perl
43744            ! Configure config_h.SH
43745 ____________________________________________________________________________
43746 [  7459] By: jhi                                   on 2000/10/27  15:02:07
43747         Log: (Retracted by #7461)
43748              
43749              Add a shell script for creating/removing symbolic link farms,
43750              useful for keeping the source code read-only and doing the
43751              builds somewhere else.
43752      Branch: perl
43753            + mkreef
43754            ! MANIFEST
43755 ____________________________________________________________________________
43756 [  7458] By: jhi                                   on 2000/10/27  14:42:20
43757         Log: Do away with the fix_pl.
43758      Branch: perl
43759            - fix_pl
43760            ! MANIFEST Makefile.SH
43761 ____________________________________________________________________________
43762 [  7457] By: jhi                                   on 2000/10/27  12:43:13
43763         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
43764              From: Jens Hamisch <jens@Strawberry.COM>
43765              Date: Fri, 27 Oct 2000 14:38:21 +0200
43766              Message-Id: <20001027143821.B3366@Strawberry.COM>
43767      Branch: perl
43768            ! perl.h
43769 ____________________________________________________________________________
43770 [  7456] By: jhi                                   on 2000/10/27  12:33:42
43771         Log: Subject: [PATCH] todo
43772              From: Nicholas Clark <nick@ccl4.org>
43773              Date: Thu, 26 Oct 2000 22:32:29 +0100
43774              Message-ID: <20001026223229.A44540@plum.flirble.org>
43775      Branch: perl
43776            ! pod/perltodo.pod
43777 ____________________________________________________________________________
43778 [  7455] By: jhi                                   on 2000/10/27  12:02:21
43779         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
43780              From: John Tobey <jtobey@john-edwin-tobey.org>
43781              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
43782              Message-Id: <m13ozHF-000FObC@feynman.localnet>
43783      Branch: perl
43784            ! op.c t/pragma/sub_lval.t
43785 ____________________________________________________________________________
43786 [  7454] By: jhi                                   on 2000/10/27  11:59:42
43787         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
43788              From: sthoenna@efn.org
43789              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
43790              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
43791      Branch: perl
43792            ! pp.c t/op/assignwarn.t
43793 ____________________________________________________________________________
43794 [  7453] By: jhi                                   on 2000/10/27  00:15:08
43795         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
43796      Branch: perl
43797            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
43798            ! ext/Storable/Storable.xs t/lib/st-lock.t
43799 ____________________________________________________________________________
43800 [  7452] By: jhi                                   on 2000/10/26  13:05:52
43801         Log: Undo #7451, this seems to be a deficiency in Perforce,
43802              there is no per-file line-terminator type, only per-client.
43803      Branch: perl
43804            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
43805            ! win32/makefile.mk
43806 ____________________________________________________________________________
43807 [  7451] By: jhi                                   on 2000/10/26  04:56:03
43808         Log: Experimenting in DOS arcana.
43809      Branch: perl
43810            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
43811            ! win32/makefile.mk
43812 ____________________________________________________________________________
43813 [  7450] By: jhi                                   on 2000/10/26  04:50:52
43814         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
43815              From: "Peter J. Farley III" <pjfarley@banet.net>            
43816              Date: Wed, 25 Oct 2000 23:10:18 -0400
43817              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
43818      Branch: perl
43819            ! t/io/open.t
43820 ____________________________________________________________________________
43821 [  7449] By: jhi                                   on 2000/10/26  04:49:16
43822         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
43823              From: Hugo <hv@crypt.compulink.co.uk>
43824              Date: Thu, 26 Oct 2000 01:55:17 +0100
43825              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
43826              
43827              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
43828      Branch: perl
43829            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
43830 ____________________________________________________________________________
43831 [  7448] By: jhi                                   on 2000/10/26  04:38:36
43832         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
43833              From: Peter Prymmer <pvhp@forte.com>
43834              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
43835              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
43836      Branch: perl
43837            ! configure.com
43838 ____________________________________________________________________________
43839 [  7447] By: jhi                                   on 2000/10/25  23:20:02
43840         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
43841              in platforms that strictly require all the symbols being present
43842              at link time.
43843      Branch: perl
43844            ! handy.h
43845 ____________________________________________________________________________
43846 [  7446] By: jhi                                   on 2000/10/25  21:55:57
43847         Log: Update Changes.
43848      Branch: perl
43849            ! Changes patchlevel.h
43850 ____________________________________________________________________________
43851 [  7445] By: jhi                                   on 2000/10/25  21:27:08
43852         Log: Integrate with vmsperl #7430 by Charles Bailey:
43853              
43854              Cleanup from prior patch (Charles Lane?):
43855              - improve handling of MFDs in Basename and Path
43856              - default to no xsubpp line # munging when building debug images
43857      Branch: perl
43858           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
43859 ____________________________________________________________________________
43860 [  7444] By: jhi                                   on 2000/10/25  21:03:50
43861         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
43862              From: John Peacock <JPeacock@UnivPress.com>
43863              Date: Thu, 18 May 2000 11:55:27 -0400
43864              Message-ID: <3924126F.A58BE57A@UnivPress.com>
43865      Branch: perl
43866            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
43867            ! t/op/write.t
43868 ____________________________________________________________________________
43869 [  7443] By: jhi                                   on 2000/10/25  20:43:10
43870         Log: Temporary stopgap for the self-tying issue: for now only
43871              array and hash self-ties are verboten.  The real fix, of
43872              course, would be to comprehensively test (and implement?)
43873              and debug (and document) self-ties.
43874      Branch: perl
43875            ! pod/perldiag.pod pp_sys.c t/op/tie.t
43876 ____________________________________________________________________________
43877 [  7442] By: jhi                                   on 2000/10/25  20:14:30
43878         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
43879              From: Dan Sugalski <dan@sidhe.org>
43880              Date: Wed, 25 Oct 2000 13:36:35 -0400
43881              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
43882              
43883              plus regen global.sym.
43884      Branch: perl
43885            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
43886            ! thrdvar.h util.c
43887 ____________________________________________________________________________
43888 [  7441] By: jhi                                   on 2000/10/25  20:12:20
43889         Log: buildtoc target tweaks.
43890      Branch: perl
43891            ! pod/Makefile.SH
43892 ____________________________________________________________________________
43893 [  7440] By: jhi                                   on 2000/10/25  20:03:53
43894         Log: A new version of making the syslog test more robust.
43895              (Replaces #7421.)
43896              
43897              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
43898              From: "Kurt D. Starsinic" <kstar@chapin.edu>
43899              Date: Wed, 25 Oct 2000 12:13:54 -0400
43900              Message-ID: <20001025121354.B2264@O2.chapin.edu>
43901      Branch: perl
43902            ! t/lib/syslog.t
43903 ____________________________________________________________________________
43904 [  7439] By: jhi                                   on 2000/10/25  20:00:48
43905         Log: Continue the internal UTF-8 API tweaking.
43906              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
43907              used much more than the simpler API, now called utf8_to_uv_simple().
43908              Still not quite happy with API, too much partial duplication
43909              of functionality.
43910      Branch: perl
43911            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
43912            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
43913            ! regcomp.c regexec.c sv.c toke.c utf8.c
43914 ____________________________________________________________________________
43915 [  7438] By: jhi                                   on 2000/10/25  18:52:30
43916         Log: Allow poking holes at the UTF-8 decoding strictness.
43917      Branch: perl
43918            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
43919            ! utf8.h
43920 ____________________________________________________________________________
43921 [  7437] By: jhi                                   on 2000/10/25  13:53:05
43922         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
43923              UTF8LEN() and UTF8SKIP(). 
43924      Branch: perl
43925            ! pp.c utf8.c utf8.h
43926 ____________________________________________________________________________
43927 [  7436] By: jhi                                   on 2000/10/25  13:51:37
43928         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
43929              From: Nicholas Clark <nick@ccl4.org>
43930              Date: Wed, 25 Oct 2000 14:44:05 +0100
43931              Message-ID: <20001025144404.D27253@plum.flirble.org>
43932      Branch: perl
43933            ! pod/perlrun.pod
43934 ____________________________________________________________________________
43935 [  7435] By: jhi                                   on 2000/10/25  13:49:32
43936         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
43937              From: Mike Guy <mjtg@cam.ac.uk>
43938              Date: Tue, 24 Oct 2000 14:59:40 +0100
43939              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
43940      Branch: perl
43941            ! scope.c
43942 ____________________________________________________________________________
43943 [  7434] By: jhi                                   on 2000/10/25  13:48:41
43944         Log: AIX is picky about its symbol exports.  Solution for now
43945              is to include the deb.o explicitly to the re extension build.
43946              
43947              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
43948              From: Peter Prymmer <pvhp@forte.com>
43949              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
43950              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
43951      Branch: perl
43952            ! ext/re/Makefile.PL hints/aix.sh
43953 ____________________________________________________________________________
43954 [  7433] By: jhi                                   on 2000/10/25  13:46:49
43955         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
43956              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43957              Date: Wed, 25 Oct 2000 12:02:20 +0200
43958              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
43959      Branch: perl
43960            ! perlsdio.h
43961 ____________________________________________________________________________
43962 [  7432] By: jhi                                   on 2000/10/25  13:44:28
43963         Log: Subject: Minor update to find2perl, for portability
43964              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
43965              Date: Wed, 25 Oct 2000 12:05:47 +0100
43966              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
43967      Branch: perl
43968            ! x2p/find2perl.PL
43969 ____________________________________________________________________________
43970 [  7431] By: jhi                                   on 2000/10/25  13:40:39
43971         Log: Add targets to Makefile.SH, most importantly
43972              'regen_all' which also remembers to update vms/perly*.
43973      Branch: perl
43974            ! Makefile.SH
43975 ____________________________________________________________________________
43976 [  7430] By: bailey                                on 2000/10/25  03:13:53
43977         Log: Cleanup from prior patch (Charles Lane?):
43978              - improve handling of MFDs in Basename and Path
43979              - default to no xsubpp line # munging when building debug images
43980      Branch: vmsperl
43981            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
43982 ____________________________________________________________________________
43983 [  7429] By: jhi                                   on 2000/10/24  20:03:40
43984         Log: Podify README.epoc and README.vos.
43985      Branch: perl
43986            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
43987            ! pod/perlport.pod pod/perltoc.pod
43988 ____________________________________________________________________________
43989 [  7428] By: jhi                                   on 2000/10/24  19:10:33
43990         Log: Stratus VOS updates from Paul Green.
43991      Branch: perl
43992            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43993            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
43994            - vos/config.def vos/config.h vos/config_h.SH_orig
43995            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
43996            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
43997 ____________________________________________________________________________
43998 [  7427] By: jhi                                   on 2000/10/24  18:59:48
43999         Log: Check if stdio supports tweaking lval and cnt simultaneously.
44000              
44001              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44002              From: Nicholas Clark <nick@ccl4.org>
44003              Date: Mon, 23 Oct 2000 15:39:32 +0100
44004              Message-ID: <20001023153932.A10786@plum.flirble.org>
44005      Branch: metaconfig
44006            ! U/compline/d_stdstdio.U
44007      Branch: perl
44008            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44009            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
44010            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
44011            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
44012            ! vos/config.h vos/config_h.SH_orig win32/config.bc
44013            ! win32/config.gc win32/config.vc
44014 ____________________________________________________________________________
44015 [  7426] By: jhi                                   on 2000/10/24  17:57:44
44016         Log: Missed the header file changes from #7425.
44017      Branch: perl
44018            ! embed.h embed.pl objXSUB.h proto.h
44019 ____________________________________________________________________________
44020 [  7425] By: jhi                                   on 2000/10/24  17:55:17
44021         Log: Fix the bug reported in
44022              
44023              From: andreas.koenig@anima.de (Andreas J. Koenig)
44024              Subject: Encode bug?
44025              Date: 24 Oct 2000 14:01:26 +0200 
44026              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
44027              
44028              Also make is_utf8_char() stricter.
44029      Branch: perl
44030            ! ext/Encode/Encode.xs utf8.c
44031 ____________________________________________________________________________
44032 [  7424] By: jhi                                   on 2000/10/24  15:15:39
44033         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
44034              From: Peter Scott <Peter@PSDT.com>
44035              Date: Mon, 23 Oct 2000 19:46:01 -0700
44036              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
44037      Branch: perl
44038            ! pod/perlfaq5.pod
44039 ____________________________________________________________________________
44040 [  7423] By: jhi                                   on 2000/10/24  14:25:30
44041         Log: Test tweak to avoid pulling in the whole Config.
44042      Branch: perl
44043            ! t/lib/st-lock.t
44044 ____________________________________________________________________________
44045 [  7422] By: jhi                                   on 2000/10/24  14:03:16
44046         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
44047      Branch: perl
44048            ! pp.c
44049 ____________________________________________________________________________
44050 [  7421] By: jhi                                   on 2000/10/24  13:32:09
44051         Log: (Replaced by #7440.)
44052              
44053              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44054              From: "Kurt D. Starsinic" <kstar@chapin.edu>
44055              Date: Mon, 23 Oct 2000 16:40:54 -0400
44056              Message-ID: <20001023164054.B14491@O2.chapin.edu>
44057      Branch: perl
44058            ! t/lib/syslog.t
44059 ____________________________________________________________________________
44060 [  7420] By: jhi                                   on 2000/10/24  13:30:53
44061         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
44062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44063              Date: Mon, 23 Oct 2000 17:29:03 -0400
44064              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
44065      Branch: perl
44066            ! lib/ExtUtils/MM_Unix.pm
44067 ____________________________________________________________________________
44068 [  7419] By: jhi                                   on 2000/10/24  13:29:57
44069         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
44070              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44071              Date: Mon, 23 Oct 2000 19:01:32 -0400
44072              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
44073      Branch: perl
44074            ! utils/h2xs.PL
44075 ____________________________________________________________________________
44076 [  7418] By: jhi                                   on 2000/10/24  13:26:04
44077         Log: Replace #7409 with
44078              
44079              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
44080              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
44081              Date: Mon, 23 Oct 2000 20:08:56 +0200
44082              Message-ID: <20001023200855.A14850@nice.ram.loc>
44083      Branch: perl
44084            ! ext/Storable/Storable.pm t/lib/st-lock.t
44085 ____________________________________________________________________________
44086 [  7417] By: jhi                                   on 2000/10/24  13:17:52
44087         Log: Run vms/vms_yfix.pl, should have done that after changing
44088              perly.c in #7382.
44089      Branch: perl
44090            ! vms/perly_c.vms vms/perly_h.vms
44091 ____________________________________________________________________________
44092 [  7416] By: jhi                                   on 2000/10/24  02:55:33
44093         Log: Make the UTF-8 decoding stricter and more verbose when
44094              malformation happens.  This involved adding an argument
44095              to utf8_to_uv_chk(), which involved changing its prototype,
44096              and prefer STRLEN over I32 for the UTF-8 length, which as
44097              a domino effect necessitated changing the prototypes of
44098              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
44099              The stricter UTF-8 decoding checking uses Markus Kuhn's
44100              UTF-8 Decode Stress Tester from
44101              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
44102      Branch: perl
44103            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
44104            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
44105            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
44106            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
44107 ____________________________________________________________________________
44108 [  7415] By: jhi                                   on 2000/10/23  14:06:06
44109         Log: Update Changes.
44110      Branch: perl
44111            ! Changes patchlevel.h
44112 ____________________________________________________________________________
44113 [  7414] By: jhi                                   on 2000/10/23  12:39:52
44114         Log: Undo the basename() part of #7412 since the lib/basename
44115              tests would need upgrading too.
44116      Branch: perl
44117            ! lib/File/Basename.pm
44118 ____________________________________________________________________________
44119 [  7413] By: jhi                                   on 2000/10/23  12:19:27
44120         Log: Document PERL_INSTALL_ROOT of #7210.
44121      Branch: perl
44122            ! lib/ExtUtils/Install.pm
44123 ____________________________________________________________________________
44124 [  7412] By: jhi                                   on 2000/10/23  12:16:47
44125         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
44126      Branch: perl
44127            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
44128            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
44129 ____________________________________________________________________________
44130 [  7411] By: jhi                                   on 2000/10/23  12:07:41
44131         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
44132              From: Prymmer/Kahn <pvhp@best.com>
44133              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
44134              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
44135      Branch: perl
44136            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
44137 ____________________________________________________________________________
44138 [  7410] By: jhi                                   on 2000/10/23  04:10:11
44139         Log: The change #7187 was not so good on VMS.
44140              
44141              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
44142              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44143              Date: Sun, 22 Oct 2000 23:03:08 -0500
44144              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
44145      Branch: perl
44146            ! utils/perldoc.PL
44147 ____________________________________________________________________________
44148 [  7409] By: jhi                                   on 2000/10/23  03:57:36
44149         Log: Avoid Storable locking on DJGPP for now.
44150              
44151              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
44152              From: "Peter J. Farley III" <pjfarley@banet.net>
44153              Date: Sun, 22 Oct 2000 20:00:00 -0400
44154              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
44155      Branch: perl
44156            ! ext/Storable/Storable.pm t/lib/st-lock.t
44157 ____________________________________________________________________________
44158 [  7408] By: jhi                                   on 2000/10/23  03:50:24
44159         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
44160              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
44161              Date: Sun, 22 Oct 2000 21:12:22 -0400
44162              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
44163      Branch: perl
44164            ! lib/vars.pm
44165 ____________________________________________________________________________
44166 [  7407] By: jhi                                   on 2000/10/23  03:43:12
44167         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
44168              From: Hugo <hv@crypt.compulink.co.uk>
44169              Date: Mon, 23 Oct 2000 00:47:22 +0100
44170              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
44171      Branch: perl
44172            ! regexec.c t/op/pat.t
44173 ____________________________________________________________________________
44174 [  7406] By: jhi                                   on 2000/10/23  03:40:29
44175         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
44176      Branch: perl
44177            ! lib/ExtUtils/MakeMaker.pm
44178 ____________________________________________________________________________
44179 [  7405] By: jhi                                   on 2000/10/22  21:32:00
44180         Log: Doc patch.
44181              
44182              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
44183              From: rspier@pobox.com (Robert Spier)
44184              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
44185              Message-ID: <14835.16112.13457.447971@rls.cx>
44186      Branch: perl
44187            ! lib/strict.pm
44188 ____________________________________________________________________________
44189 [  7404] By: jhi                                   on 2000/10/22  21:30:51
44190         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
44191              From: rspier@pobox.com (Robert Spier)
44192              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
44193              Message-ID: <14835.17223.72448.705566@rls.cx>
44194      Branch: perl
44195            ! lib/ExtUtils/MakeMaker.pm
44196 ____________________________________________________________________________
44197 [  7403] By: jhi                                   on 2000/10/22  21:24:11
44198         Log: Subject: [PATCH bleadperl] ripples from constsub patch
44199              From: John Tobey <jtobey@john-edwin-tobey.org>
44200              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
44201              Message-Id: <m13nSOB-000FObC@feynman.localnet>
44202      Branch: perl
44203            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
44204 ____________________________________________________________________________
44205 [  7402] By: jhi                                   on 2000/10/22  20:59:35
44206         Log: Support s?printf parameter reordering.
44207      Branch: perl
44208            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
44209 ____________________________________________________________________________
44210 [  7401] By: jhi                                   on 2000/10/22  19:19:14
44211         Log: Expand %Config variables only if explicitly so requested
44212              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
44213              
44214              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
44215              From: Gurusamy Sarathy <gsar@ActiveState.com>
44216              Date: Sun, 22 Oct 2000 11:47:32 -0700
44217              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
44218      Branch: perl
44219            ! Makefile.SH lib/lib_pm.PL
44220 ____________________________________________________________________________
44221 [  7400] By: jhi                                   on 2000/10/22  18:24:10
44222         Log: Move the #7390 test from warn/op to comp/redef.
44223              
44224              Subject: Re: Creating const subs for constants.
44225              From: John Tobey <jtobey@john-edwin-tobey.org>
44226              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
44227              Message-Id: <m13nG72-000FObC@feynman.localnet>               
44228      Branch: perl
44229            ! t/comp/redef.t t/pragma/warn/op
44230 ____________________________________________________________________________
44231 [  7399] By: jhi                                   on 2000/10/22  17:49:59
44232         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
44233              From: Nicholas Clark <nick@ccl4.org>
44234              Date: Sat, 21 Oct 2000 22:23:19 +0100
44235              Message-ID: <20001021222319.B45586@plum.flirble.org>
44236      Branch: perl
44237            ! ext/DynaLoader/DynaLoader_pm.PL
44238 ____________________________________________________________________________
44239 [  7398] By: jhi                                   on 2000/10/22  17:47:35
44240         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
44241              From: Hugo <hv@crypt.compulink.co.uk>
44242              Date: Sat, 21 Oct 2000 18:19:59 +0100
44243              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
44244      Branch: perl
44245            ! ext/B/B.pm ext/B/B/C.pm
44246 ____________________________________________________________________________
44247 [  7397] By: jhi                                   on 2000/10/22  17:35:18
44248         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
44249              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
44250              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
44251              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
44252      Branch: perl
44253            ! hints/openbsd.sh
44254 ____________________________________________________________________________
44255 [  7396] By: jhi                                   on 2000/10/22  17:19:46
44256         Log: Subject: installman go-faster stripes
44257              From: Nicholas Clark <nick@talking.bollo.cx>
44258              Date: Sat, 21 Oct 2000 17:24:53 +0100
44259              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
44260              
44261              Subject: Re: installman go-faster stripes
44262              From: Russ Allbery <rra@stanford.edu>
44263              Date: 21 Oct 2000 11:04:13 -0700
44264              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
44265      Branch: perl
44266            ! installman pod/pod2man.PL
44267 ____________________________________________________________________________
44268 [  7395] By: jhi                                   on 2000/10/22  17:17:35
44269         Log: Hints tweak from Anton Berezin.
44270      Branch: perl
44271            ! hints/freebsd.sh
44272 ____________________________________________________________________________
44273 [  7394] By: jhi                                   on 2000/10/22  04:50:04
44274         Log: Tweak the Is* definitions of Unicode character classes
44275              to better match the official categorizations; embrace
44276              the official categorizations; add the combining marks
44277              as alpha (and -numeric); fix DCinital (a typo and edito)
44278              to be DCmedial.
44279      Branch: perl
44280            + lib/unicode/Is/DCmedial.pl
44281            - lib/unicode/Is/DCinital.pl
44282            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
44283            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
44284            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
44285            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
44286 ____________________________________________________________________________
44287 [  7393] By: jhi                                   on 2000/10/21  18:06:05
44288         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
44289              From: Daniel Chetlin <daniel@chetlin.com>
44290              Date: Sat, 21 Oct 2000 02:57:03 -0700
44291              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
44292      Branch: perl
44293            + t/lib/tie-splice.t
44294            ! MANIFEST lib/Tie/Array.pm
44295 ____________________________________________________________________________
44296 [  7392] By: gsar                                  on 2000/10/21  18:05:15
44297         Log: resync utfperl branch with mainline
44298      Branch: utfperl
44299           !> (integrate 1760 files)
44300 ____________________________________________________________________________
44301 [  7391] By: jhi                                   on 2000/10/21  14:37:49
44302         Log: Testcases for a #7383,#7385 related bug.
44303              
44304              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
44305              From: Nicholas Clark <nick@ccl4.org>
44306              Date: Sat, 21 Oct 2000 15:04:51 +0100
44307              Message-ID: <20001021150451.A51566@plum.flirble.org>
44308      Branch: perl
44309            ! t/pragma/utf8.t
44310 ____________________________________________________________________________
44311 [  7390] By: jhi                                   on 2000/10/21  14:35:57
44312         Log: Add a testcase for #7389.
44313      Branch: perl
44314            ! t/pragma/warn/op
44315 ____________________________________________________________________________
44316 [  7389] By: jhi                                   on 2000/10/21  14:26:45
44317         Log: Subject: Re: Creating const subs for constants.
44318              From: John Tobey <jtobey@john-edwin-tobey.org>
44319              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
44320              Message-Id: <m13mo0N-000FObC@feynman.localnet>
44321      Branch: perl
44322            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
44323            ! proto.h sv.c
44324 ____________________________________________________________________________
44325 [  7388] By: nick                                  on 2000/10/21  11:44:23
44326         Log: Populate perlio branch
44327      Branch: perlio
44328           +> (branch 1760 files)
44329 ____________________________________________________________________________
44330 [  7387] By: nick                                  on 2000/10/21  10:52:05
44331         Log: Get branch back as replica of mainline via :
44332              p4 integrate -b utfperl
44333              p4 resolve -at ./...
44334      Branch: utfperl
44335           +> (branch 269 files)
44336            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
44337            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
44338            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
44339            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
44340            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
44341            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
44342            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
44343            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
44344            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
44345            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
44346            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
44347            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
44348            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
44349            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
44350            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
44351            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
44352            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
44353            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
44354            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
44355            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
44356            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
44357            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
44358            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
44359            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
44360            - lib/unicode/UCD300.html lib/unicode/Unicode.300
44361            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
44362            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
44363            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
44364            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
44365           !> (integrate 965 files)
44366 ____________________________________________________________________________
44367 [  7386] By: jhi                                   on 2000/10/21  01:31:12
44368         Log: Update Changes.
44369      Branch: perl
44370            ! Changes patchlevel.h
44371 ____________________________________________________________________________
44372 [  7385] By: jhi                                   on 2000/10/21  01:28:42
44373         Log: The #7383 was right only in the context of the original bug report,
44374              not in more general case.
44375      Branch: perl
44376            ! pp_hot.c
44377 ____________________________________________________________________________
44378 [  7384] By: jhi                                   on 2000/10/21  01:08:23
44379         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
44380      Branch: perl
44381            ! ext/IO/lib/IO/Select.pm
44382 ____________________________________________________________________________
44383 [  7383] By: jhi                                   on 2000/10/21  00:44:18
44384         Log: Fix for ID 20001020.006, concatenating an unset submatch
44385              with utf8 resulted in "Modification of a read-only value".
44386      Branch: perl
44387            ! pp_hot.c t/pragma/utf8.t
44388 ____________________________________________________________________________
44389 [  7382] By: jhi                                   on 2000/10/20  20:44:31
44390         Log: Make scan_num() reëntrant, as suggested in
44391              
44392              Subject: [PATCH perl@7229] Rentrant parser and yylex()
44393              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44394              Date: Fri, 20 Oct 2000 14:17:27 +0100
44395              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
44396      Branch: perl
44397            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
44398            ! toke.c
44399 ____________________________________________________________________________
44400 [  7381] By: jhi                                   on 2000/10/20  20:07:29
44401         Log: Reëntrancy fix.
44402              
44403              Subject: [PATCH perl@7229] Rentrant parser and yylex()
44404              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44405              Date: Fri, 20 Oct 2000 14:17:27 +0100
44406              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
44407      Branch: perl
44408            ! embed.h embed.pl perl.h proto.h toke.c
44409 ____________________________________________________________________________
44410 [  7380] By: jhi                                   on 2000/10/20  19:15:54
44411         Log: Don't write double values through long double pointers,
44412              based on a part of
44413              
44414              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44415              From: Jens Hamisch <jens@Strawberry.COM>
44416              Date: Tue, 17 Oct 2000 08:39:36 +0200
44417              Message-Id: <20001017083936.A11104@Strawberry.COM>
44418      Branch: perl
44419            ! perl.h pp.c
44420 ____________________________________________________________________________
44421 [  7379] By: jhi                                   on 2000/10/20  18:43:37
44422         Log: Portability tweak on #7377.
44423              
44424              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
44425              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44426              Date:     Fri, 20 Oct 2000 13:13:41 EDT
44427              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
44428      Branch: perl
44429            ! t/lib/dprof.t
44430 ____________________________________________________________________________
44431 [  7378] By: jhi                                   on 2000/10/20  12:57:19
44432         Log: SOCKS function redefinitions need prototypes, too, otherwise
44433              for example 32 bit versus 64 bit differences cause a lot of
44434              problems.  Part of
44435              
44436              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44437              From: Jens Hamisch <jens@Strawberry.COM>
44438              Date: Tue, 17 Oct 2000 08:39:36 +0200
44439              Message-Id: <20001017083936.A11104@Strawberry.COM>
44440      Branch: perl
44441            ! doio.c pp_sys.c
44442 ____________________________________________________________________________
44443 [  7377] By: jhi                                   on 2000/10/20  12:37:12
44444         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
44445              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44446              Date:     Fri, 20 Oct 2000 08:26:04 EDT
44447              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
44448      Branch: perl
44449            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
44450 ____________________________________________________________________________
44451 [  7376] By: jhi                                   on 2000/10/20  12:35:31
44452         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
44453              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44454              Date:     Fri, 20 Oct 2000 07:48:15 EDT
44455              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
44456      Branch: perl
44457            ! configure.com vms/gen_shrfls.pl
44458 ____________________________________________________________________________
44459 [  7375] By: bailey                                on 2000/10/20  04:44:37
44460         Log: SYN SYN
44461      Branch: vmsperl
44462           +> (branch 134 files)
44463            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
44464            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
44465            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
44466            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
44467            - eg/cgi/frameset.cgi eg/cgi/index.html
44468            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
44469            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
44470            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
44471            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
44472            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
44473            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
44474            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
44475            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
44476            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
44477            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
44478            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
44479            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
44480            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
44481            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
44482            - lib/unicode/Props.txt lib/unicode/UCD300.html
44483            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
44484            - utils/perlbc.PL vms/subconfigure.com
44485           !> (integrate 785 files)
44486 ____________________________________________________________________________
44487 [  7374] By: jhi                                   on 2000/10/20  00:59:48
44488         Log: In the latest compiler builds cccdlflags must not become -fpic,
44489              from Wilfredo Sánchez.
44490      Branch: perl
44491            ! hints/darwin.sh
44492 ____________________________________________________________________________
44493 [  7373] By: jhi                                   on 2000/10/20  00:56:35
44494         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
44495              From: Tony Cook <tony@develop-help.com>
44496              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
44497              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
44498      Branch: perl
44499            ! pod/perlop.pod
44500 ____________________________________________________________________________
44501 [  7372] By: jhi                                   on 2000/10/19  19:34:40
44502         Log: Typo noted by Mark Lutz.
44503      Branch: perl
44504            ! t/op/64bitint.t
44505 ____________________________________________________________________________
44506 [  7371] By: jhi                                   on 2000/10/19  19:33:13
44507         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
44508      Branch: metaconfig
44509            ! U/modified/Cppsym.U U/modified/Oldconfig.U
44510      Branch: metaconfig/U/perl
44511            ! End.U dlsrc.U libperl.U
44512      Branch: perl
44513            + hints/nonstopux.sh
44514            ! Configure MANIFEST config_h.SH
44515 ____________________________________________________________________________
44516 [  7370] By: jhi                                   on 2000/10/19  17:18:08
44517         Log: Subject: PATCH do_print has 2 PerlIO_error()s
44518              From: nick@ccl4.org
44519              Date: Thu, 19 Oct 2000 18:09:20 +0100
44520              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
44521      Branch: perl
44522            ! doio.c
44523 ____________________________________________________________________________
44524 [  7369] By: jhi                                   on 2000/10/19  14:01:49
44525         Log: Update Changes.
44526      Branch: perl
44527            ! Changes patchlevel.h
44528 ____________________________________________________________________________
44529 [  7368] By: jhi                                   on 2000/10/19  13:04:29
44530         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
44531              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44532              Date: Wed, 18 Oct 2000 13:12:01 +0200
44533              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
44534      Branch: perl
44535            ! hints/aix.sh
44536 ____________________________________________________________________________
44537 [  7367] By: jhi                                   on 2000/10/19  02:22:40
44538         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
44539              of a 'pmshort' anywhere in the B, so the offending line was simply
44540              removed.
44541      Branch: perl
44542            ! ext/B/B/Debug.pm
44543 ____________________________________________________________________________
44544 [  7366] By: jhi                                   on 2000/10/19  02:12:37
44545         Log: Add the test case for the bug id 20000730.004 which seems
44546              to have been fixed by now.
44547      Branch: perl
44548            ! t/pragma/utf8.t
44549 ____________________________________________________________________________
44550 [  7365] By: jhi                                   on 2000/10/18  23:36:24
44551         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
44552              From: Hugo <hv@crypt.compulink.co.uk>
44553              Date: Wed, 18 Oct 2000 23:25:58 +0100
44554              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
44555      Branch: perl
44556            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
44557 ____________________________________________________________________________
44558 [  7364] By: jhi                                   on 2000/10/18  21:12:53
44559         Log: (retracted)
44560      Branch: perl
44561            ! pp.c
44562 ____________________________________________________________________________
44563 [  7363] By: jhi                                   on 2000/10/18  20:55:38
44564         Log: Missing change from #7362.
44565      Branch: perl
44566            ! win32/perlhost.h
44567 ____________________________________________________________________________
44568 [  7362] By: jhi                                   on 2000/10/18  20:52:01
44569         Log: Borland C fstat() never saw the fd as writable.
44570              
44571              Subject: fix for Borland's weak "stat" (perl@7211)
44572              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44573              Date: Mon, 16 Oct 2000 09:55:03 +0400
44574              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
44575      Branch: perl
44576            ! win32/win32.c
44577 ____________________________________________________________________________
44578 [  7361] By: jhi                                   on 2000/10/18  17:43:50
44579         Log: Regen toc.
44580      Branch: perl
44581            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
44582 ____________________________________________________________________________
44583 [  7360] By: jhi                                   on 2000/10/18  17:07:44
44584         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44585              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
44586              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
44587              Date: Mon, 16 Oct 2000 15:19:49 +0200
44588      Branch: perl
44589            + README.aix
44590            ! MANIFEST
44591 ____________________________________________________________________________
44592 [  7359] By: jhi                                   on 2000/10/18  17:04:49
44593         Log: Subject: Pod patch for Devel::Peek
44594              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44595              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
44596              Date: Mon, 16 Oct 2000 12:26:34 +0200
44597      Branch: perl
44598            ! ext/Devel/Peek/Peek.pm
44599 ____________________________________________________________________________
44600 [  7358] By: jhi                                   on 2000/10/18  17:03:15
44601         Log: Make Cwd more bulletproof in chrooted environments.
44602              
44603              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
44604              From: "Eric E. Coe" <Eric.Coe@oracle.com>
44605              Date: Wed, 18 Oct 2000 04:03:54 -0400
44606              Message-Id: <39ED596A.70E599FE@oracle.com>
44607      Branch: perl
44608            ! lib/Cwd.pm
44609 ____________________________________________________________________________
44610 [  7357] By: jhi                                   on 2000/10/18  16:37:26
44611         Log: Disable the UTF8 downgrade croakage for now to avoid
44612              too many not okay messages.
44613      Branch: perl
44614            ! doio.c
44615 ____________________________________________________________________________
44616 [  7356] By: jhi                                   on 2000/10/17  23:29:41
44617         Log: Show the failed remote port, instead of the failing line number.
44618              
44619              Subject: [PATCH 5.6.1 Debugger] More diagnostics
44620              From: David Sparks <daves@ActiveState.com>
44621              Date: Tue, 17 Oct 2000 15:00:24 -0700
44622              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
44623      Branch: perl
44624            ! lib/perl5db.pl
44625 ____________________________________________________________________________
44626 [  7355] By: jhi                                   on 2000/10/17  14:11:31
44627         Log: On output try to downgrade to bytes, croak if impossible,
44628              from Simon Cozens.  This means that outputting >255 UTF8
44629              is impossible.  Consider this as a strong incentive to get
44630              the I/O disciplines implemented.
44631      Branch: perl
44632            ! doio.c pod/perldiag.pod sv.c
44633 ____________________________________________________________________________
44634 [  7354] By: jhi                                   on 2000/10/17  13:42:23
44635         Log: Clarify documentation on 'use bytes'.
44636              
44637              Subject: Re: What does 'use bytes' "mean" ?
44638              From: Simon Cozens <simon@cozens.net>
44639              Date: Mon, 18 Sep 2000 18:24:25 +0100
44640              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
44641      Branch: perl
44642            ! lib/bytes.pm
44643 ____________________________________________________________________________
44644 [  7353] By: jhi                                   on 2000/10/17  13:28:12
44645         Log: Workaround for a sfio bug where the stream error indicator
44646              is not cleared as documented.
44647              
44648              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44649              From: Nicholas Clark <nick@ccl4.org>
44650              Date: Mon, 16 Oct 2000 18:28:23 +0100
44651              Message-ID: <20001016182823.J19700@plum.flirble.org>
44652      Branch: perl
44653            ! doio.c
44654 ____________________________________________________________________________
44655 [  7352] By: jhi                                   on 2000/10/17  13:06:19
44656         Log: More IoTYPE sprinkling.
44657      Branch: perl
44658            ! doio.c pp_hot.c
44659 ____________________________________________________________________________
44660 [  7351] By: jhi                                   on 2000/10/16  22:47:07
44661         Log: Detect early whether the std streams have gone bad.
44662              
44663              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44664              Date: Mon, 16 Oct 2000 23:28:42 +0100
44665              From: Nicholas Clark <nick@ccl4.org>
44666              Message-ID: <20001016232842.A37942@plum.flirble.org>
44667      Branch: perl
44668            ! t/op/misc.t
44669 ____________________________________________________________________________
44670 [  7350] By: jhi                                   on 2000/10/16  22:45:16
44671         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
44672              From: "Peter J. Farley III" <pjfarley@banet.net>
44673              Date: Mon, 16 Oct 2000 18:15:59 -0400
44674              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
44675      Branch: perl
44676            ! djgpp/djgpp.c dosish.h t/io/open.t
44677 ____________________________________________________________________________
44678 [  7349] By: jhi                                   on 2000/10/16  22:36:45
44679         Log: perldelta tweak.
44680      Branch: perl
44681            ! pod/perldelta.pod
44682 ____________________________________________________________________________
44683 [  7348] By: jhi                                   on 2000/10/16  15:17:53
44684         Log: Update Changes.
44685      Branch: perl
44686            ! Changes patchlevel.h
44687 ____________________________________________________________________________
44688 [  7347] By: jhi                                   on 2000/10/16  13:55:27
44689         Log: Add the capability to include/exclude branches.
44690      Branch: perl
44691            ! Porting/genlog
44692 ____________________________________________________________________________
44693 [  7346] By: jhi                                   on 2000/10/16  13:18:04
44694         Log: Add Charles Lane.
44695      Branch: perl
44696            ! AUTHORS Changes
44697 ____________________________________________________________________________
44698 [  7345] By: jhi                                   on 2000/10/16  13:13:21
44699         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
44700      Branch: perl
44701            ! pod/perldelta.pod
44702 ____________________________________________________________________________
44703 [  7344] By: gsar                                  on 2000/10/16  09:30:21
44704         Log: integrate change#6220 from cfgperl
44705              
44706              Win32 patches from Benjamin Stuhl.
44707      Branch: maint-5.6/perl
44708           !> makedef.pl win32/win32.h
44709 ____________________________________________________________________________
44710 [  7343] By: gsar                                  on 2000/10/16  08:32:19
44711         Log: integrate changes#6221,6222 from cfgperl
44712              
44713              Remove tr///CU (the feature is to be obsoleted by better interfaces).
44714              From: simon@brecon.co.uk (Simon Cozens)
44715              Subject: [PATCH] Eliminate tr///[CU][CU]
44716              Date: 23 Jun 2000 11:05:40 GMT
44717              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
44718              
44719              doc typo fix
44720              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
44721              From: Ian Phillipps <Ian.Phillipps@iname.com>
44722              Date: Fri, 23 Jun 2000 10:40:58 +0100
44723              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
44724      Branch: maint-5.6/perl
44725           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
44726 ____________________________________________________________________________
44727 [  7342] By: gsar                                  on 2000/10/16  08:28:08
44728         Log: integrate change#6217 from cfgperl (in part)
44729              
44730              Rename the fdpid locking and integrate with Sarathy.
44731      Branch: maint-5.6/perl
44732           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
44733           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
44734           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
44735           !> win32/win32.c
44736 ____________________________________________________________________________
44737 [  7341] By: gsar                                  on 2000/10/16  08:23:39
44738         Log: integrate changes#6214..6216 from mainline
44739              
44740              @_ can't have junk in it even in the non-USE_ITHREADS case because
44741              caller() wants to populate @DB::args with it (causes a coredump
44742              in Carp::confess())
44743              
44744              tweak comment about @DB::args
44745              
44746              be more optimal about clearing @_
44747      Branch: maint-5.6/perl
44748           !> av.h cop.h pp_ctl.c t/op/runlevel.t
44749 ____________________________________________________________________________
44750 [  7340] By: gsar                                  on 2000/10/16  08:20:37
44751         Log: integrate changes#6207..6210 from cfgperl
44752              
44753              Subject: [PATCH 5.6.0] Threadsafe patches
44754              From: Dan Sugalski <dan@sidhe.org>
44755              To: perl5-porters@perl.org
44756              Date: Mon, 08 May 2000 18:08:13 -0400
44757              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
44758              
44759              Regen headers for #6207.
44760              
44761              Lock PL_fdpid against race conditions, based on:
44762              Subject: [PATCH 5.6.0]subprocess fixup for threads
44763              From: Dan Sugalski <dan@sidhe.org>
44764              To: perl5-porters@perl.org
44765              Date: Tue, 11 Apr 2000 17:02:32 -0400
44766              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
44767              
44768              Mopup for #6207 and #6209.
44769      Branch: maint-5.6/perl
44770           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
44771           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
44772           !> win32/win32.c
44773 ____________________________________________________________________________
44774 [  7339] By: gsar                                  on 2000/10/16  08:14:34
44775         Log: integrate change#6203 from cfgperl
44776              
44777              perldiag should refer to perlos2.pod not README.os2
44778      Branch: maint-5.6/perl
44779           !> pod/perldiag.pod
44780 ____________________________________________________________________________
44781 [  7338] By: gsar                                  on 2000/10/16  08:11:42
44782         Log: integrate change#6201 from mainline
44783              
44784              Perl_eval_pv() leaks 4 bytes every time it is called because it
44785              does a PUSHMARK that's never ever POPMARKed; in general, only
44786              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
44787              Perl_eval_[sp]v() don't because they don't take any incoming
44788              arguments (this leak has been around since the original version
44789              of perl_eval_pv() in 5.003_97e)
44790      Branch: maint-5.6/perl
44791           !> perl.c
44792 ____________________________________________________________________________
44793 [  7337] By: gsar                                  on 2000/10/16  08:08:47
44794         Log: integrate changes#6197..6200 from cfgperl
44795              
44796              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
44797              From: John Borwick <jhborwic@unity.ncsu.edu>
44798              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
44799              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
44800              
44801              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
44802              From: Dan Sugalski <dan@sidhe.org>
44803              To: vmsperl@perl.org, perl5-porters@perl.org
44804              Date: Fri, 02 Jun 2000 16:00:41 -0400
44805              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
44806              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
44807              
44808              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
44809              From: Dan Sugalski <dan@sidhe.org>
44810              To: perl5-porters@perl.org, vmsperl@perl.org
44811              Date: Fri, 02 Jun 2000 17:30:51 -0400
44812              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
44813              
44814              Update to cperl-mode.el 4.31 from
44815              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
44816              Subject: A couple of notes
44817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44818              To: Mailing list Perl5 <perl5-porters@perl.org>
44819              Date: Sat, 3 Jun 2000 23:33:32 -0400
44820              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
44821      Branch: maint-5.6/perl
44822           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
44823           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
44824           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
44825           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
44826           !> vms/vmsish.h
44827 ____________________________________________________________________________
44828 [  7336] By: gsar                                  on 2000/10/16  08:03:46
44829         Log: integrate changes#6194,6195 from mainline
44830              
44831              fix small eval"" memory leaks under USE_ITHREADS
44832              
44833              fix yet another eval"" leak under USE_ITHREADS
44834      Branch: maint-5.6/perl
44835           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
44836           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
44837           !> vms/perly_c.vms
44838 ____________________________________________________________________________
44839 [  7335] By: gsar                                  on 2000/10/16  08:02:15
44840         Log: integrate changes#6190,6191 from mainline
44841              
44842              submit missing embed.pl change
44843              
44844              vec() loses numericalness (modified version of patch suggested
44845              by Robin Barker)
44846      Branch: maint-5.6/perl
44847           !> doop.c embed.pl t/op/vec.t
44848 ____________________________________________________________________________
44849 [  7334] By: gsar                                  on 2000/10/16  08:01:03
44850         Log: integrate change#6189 from mainline
44851              
44852              counting tr/// corrupts later operation (from M.J.T Guy)
44853      Branch: maint-5.6/perl
44854           !> doop.c t/op/tr.t
44855 ____________________________________________________________________________
44856 [  7333] By: gsar                                  on 2000/10/16  07:59:07
44857         Log: integrate changes#6183..6188 from mainline
44858              
44859              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
44860              <nick@ccl4.org>)
44861              
44862              tweak for change#6127
44863              
44864              remove incorrect documentation about implicit split to @_ in
44865              list context, which never really worked in perl 5 (from
44866              M.J.T. Guy)
44867              
44868              further qualify references to "alphanumeric" (from Wolfgang Laun
44869              <wolfgang.laun@alcatel.at>)
44870              
44871              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
44872              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
44873              
44874              h2xs tweaks
44875      Branch: maint-5.6/perl
44876           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
44877           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
44878           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
44879           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
44880           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
44881           !> pod/pod2latex.PL utils/h2xs.PL
44882 ____________________________________________________________________________
44883 [  7332] By: gsar                                  on 2000/10/16  07:53:52
44884         Log: integrate change#6179 from mainline
44885              
44886              buggy modulus on UVs introduced by change#3378 (resulted in
44887              4063328477 % 65535 amounting to 27406, instead of 27407)
44888      Branch: maint-5.6/perl
44889           !> pp.c t/op/arith.t
44890 ____________________________________________________________________________
44891 [  7331] By: gsar                                  on 2000/10/16  07:52:49
44892         Log: integrate changes#6176,6177,6178,6182 from cfgperl
44893              
44894              Single-quoted utf8 patch from Simon Cozens.
44895              
44896              Substitution utf8 patch from Simon Cozens.
44897              
44898              Be cleaner.
44899              
44900              Be Cleaner Part Deux.
44901      Branch: maint-5.6/perl
44902           !> Makefile.SH pp_hot.c toke.c
44903 ____________________________________________________________________________
44904 [  7330] By: gsar                                  on 2000/10/16  07:41:36
44905         Log: integrate change#6172 from mainline
44906              
44907              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
44908              (from Ilya Zakharevich)
44909      Branch: maint-5.6/perl
44910           !> regexec.c t/op/re_tests
44911 ____________________________________________________________________________
44912 [  7329] By: gsar                                  on 2000/10/16  07:40:25
44913         Log: integrate change#6171 from mainline
44914              
44915              scalar() doesn't force scalar context when used in void context
44916              (from Simon Cozens)
44917      Branch: maint-5.6/perl
44918           !> op.c t/op/wantarray.t
44919 ____________________________________________________________________________
44920 [  7328] By: gsar                                  on 2000/10/16  07:39:33
44921         Log: integrate change#6170 from mainline
44922              
44923              change#6142 needs tweaks to tests to work where there's no
44924              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
44925      Branch: maint-5.6/perl
44926           !> t/lib/filefind.t
44927 ____________________________________________________________________________
44928 [  7327] By: gsar                                  on 2000/10/16  07:35:34
44929         Log: integrate changes#6166..6168 from cfgperl
44930              
44931              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
44932              in case somebody wants to write an extension for more
44933              shadow database interfaces.
44934              
44935              tweak todo
44936              
44937              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
44938      Branch: maint-5.6/perl
44939           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44940           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
44941           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
44942           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
44943           !> win32/config.vc win32/config_H.bc win32/config_H.gc
44944           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
44945 ____________________________________________________________________________
44946 [  7326] By: gsar                                  on 2000/10/16  07:29:05
44947         Log: integrate changes#6157,6159..6161,6164 from cfgperl
44948              
44949              Regen Configure to jive with #6149.
44950              
44951              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
44952              
44953              Changes for the File::Temp 0.08 (change #6159) test suite
44954              to fit better into the Perl distribution test framework.
44955              
44956              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
44957              both from Simon Cozens.
44958              
44959              detypo
44960      Branch: maint-5.6/perl
44961           +> pod/perlmodlib.PL pod/perlnewmod.pod
44962           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
44963           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
44964           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44965           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
44966 ____________________________________________________________________________
44967 [  7325] By: gsar                                  on 2000/10/16  07:25:13
44968         Log: integrate change#6158 from vmsperl
44969              
44970              Add fallback to tmpfile for use in cases where user's relying on
44971              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
44972              Lane's patch)
44973      Branch: maint-5.6/perl
44974           !> vms/vms.c vms/vmsish.h
44975 ____________________________________________________________________________
44976 [  7324] By: gsar                                  on 2000/10/16  07:20:50
44977         Log: integrate changes#6153..6155 from mainline
44978              
44979              prettier Test::Harness output on failed tests (from Nicholas Clark
44980              <nick@Bagpuss.uk.boo.com>)
44981              
44982              avoid type mismatch warning
44983              
44984              small bug in change#6144; remove random \xA0 character that snuck
44985              in via change#6145
44986      Branch: maint-5.6/perl
44987           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
44988           !> perl.c
44989 ____________________________________________________________________________
44990 [  7323] By: gsar                                  on 2000/10/16  07:18:47
44991         Log: integrate changes#6151,6152 from mainline
44992              
44993              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
44994              
44995              cosmetic fixups of RE debug output (from Ilya Zakharevich)
44996      Branch: maint-5.6/perl
44997           !> regexec.c
44998 ____________________________________________________________________________
44999 [  7322] By: gsar                                  on 2000/10/16  07:17:25
45000         Log: integrate changes#6146..6150 from mainline
45001              
45002              doc typo
45003              
45004              add a make entry to Config.pm so "perl -V:make" works on VMS
45005              (from Peter Prymmer)
45006              
45007              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
45008              
45009              OS/2 tweaks for usethreads build (from Rocco Caputo
45010              <troc@netrus.net>)
45011              
45012              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
45013      Branch: maint-5.6/perl
45014           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
45015           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
45016           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
45017           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
45018           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
45019           !> warnings.pl x2p/a2p.h
45020 ____________________________________________________________________________
45021 [  7321] By: gsar                                  on 2000/10/16  07:14:02
45022         Log: integrate changes#6143..6145 from mainline
45023              
45024              MacOS support, part 1 (from Matthias Neeracher
45025              <neeri@iis.ee.ethz.ch>)
45026              
45027              MacOS support, part 2: make AutoSplit use File::Spec instead
45028              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
45029              <neeri@iis.ee.ethz.ch>)
45030              
45031              make xsubpp skip embedded pod (from Matthias Neeracher
45032              <neeri@iis.ee.ethz.ch>)
45033      Branch: maint-5.6/perl
45034           +> ext/DynaLoader/dl_mac.xs
45035           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
45036           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
45037           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
45038           !> pp_ctl.c proto.h toke.c util.c util.h
45039 ____________________________________________________________________________
45040 [  7320] By: gsar                                  on 2000/10/16  07:12:13
45041         Log: integrate changes#6141,6142 from mainline
45042              
45043              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
45044              forwarded by Peter Seebach from the bsdi-users mailing list.
45045              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
45046              
45047              File::Find fails to chdir when chasing symlinks (from
45048              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45049      Branch: maint-5.6/perl
45050           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
45051 ____________________________________________________________________________
45052 [  7319] By: gsar                                  on 2000/10/16  07:04:30
45053         Log: integrate change#6139 from mainline
45054              
45055              revise mktables.PL for bugs and newness in Unicode 3.0
45056              (from James Bence <jbence@amgen.com>)
45057      Branch: maint-5.6/perl
45058           +> (branch 30 files)
45059           !> (integrate 49 files)
45060 ____________________________________________________________________________
45061 [  7318] By: gsar                                  on 2000/10/16  07:01:01
45062         Log: integrate changes#6137,6138 from mainline
45063              
45064              fix bogus redeclaration warning for "our" variables in different
45065              scopes
45066              
45067              add note about the handling of negative indices to tied arrays
45068              (from Michael G Schwern <schwern@pobox.com>)
45069      Branch: maint-5.6/perl
45070           !> op.c pod/perltie.pod t/pragma/strict-vars
45071 ____________________________________________________________________________
45072 [  7317] By: gsar                                  on 2000/10/16  06:58:46
45073         Log: integrate changes#6127..6136 from mainline
45074              
45075              call_method(...,G_EVAL) can longjmp() out if the method probing
45076              failed (from Gisle Aas)
45077              
45078              new perlxstut example for passing/returning refs to arrays
45079              (from David Lowe <dlowe@pootpoot.com>)
45080              
45081              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
45082              
45083              fix places that mean C<"word" character> but say C<alphanumeric
45084              character>
45085              
45086              avoid warnings in POSIX.pm (from Barrie Slaymaker)
45087              
45088              warnings::enabled() doesn't fall back to looking at $^W if
45089              caller isn't using lexical warnings (from Paul Marquess)
45090              
45091              elide bogus test in change#6132
45092              
45093              make Test::Harness use wait.h/WCOREDUMP if available
45094              (from Ben Tilly <ben_tilly@hotmail.com>)
45095              
45096              enable Test::Harness to dynamically determine column width etc.
45097              (from Rob Napier <rnapier@employees.org>)
45098              
45099              random pod typos (from Peter Scott <Peter@PSDT.com>)
45100      Branch: maint-5.6/perl
45101           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
45102           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
45103           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
45104           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
45105 ____________________________________________________________________________
45106 [  7316] By: gsar                                  on 2000/10/16  06:53:23
45107         Log: integrate change#6126 from mainline
45108              
45109              change#2879 broke rvalue autovivification of magicals such as
45110              ${$num} (reworked variant of patch suggested by Simon Cozens)
45111      Branch: maint-5.6/perl
45112           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
45113           !> pp_hot.c proto.h t/op/gv.t
45114 ____________________________________________________________________________
45115 [  7315] By: gsar                                  on 2000/10/16  06:51:38
45116         Log: integrate changes#6123,6125 from mainline
45117              
45118              clarify gotcha with #line directives (from Rocco Caputo
45119              <troc@netrus.net>)
45120              
45121              enable propagating exception objects via Perl_croak() in XS code
45122              (from Gisle Aas)
45123      Branch: maint-5.6/perl
45124           !> pod/perldebug.pod pod/perlsyn.pod util.c
45125 ____________________________________________________________________________
45126 [  7314] By: gsar                                  on 2000/10/16  06:49:28
45127         Log: integrate change#6122 from mainline
45128              
45129              downgrade fatal error on C<"foo@nosucharray.com"> to optional
45130              warning (from Mark-Jason Dominus)
45131      Branch: maint-5.6/perl
45132           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
45133           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
45134           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
45135           !> toke.c
45136 ____________________________________________________________________________
45137 [  7313] By: gsar                                  on 2000/10/16  06:46:54
45138         Log: integrate changes#6112..6121 from vmsperl
45139              
45140              Check for existence of file before trying to delete
45141              
45142              Ugly workaround for version-specific RTL error
45143              
45144              Urk -- undo previous removal of vmsish 'exit' change
45145              
45146              Add bounds checking for several strings (Charles Lane)
45147              
45148              Miscellaneous cosmetic fixes (Charles Lane)
45149              
45150              Treat sockets as special in sys(read|write) (Charles Lane et al.)
45151              
45152              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
45153              Flatten case labels in switch statements uniformly (Charles Bailey)
45154              
45155              Quiet error messages in vmsish.t (Charles Lane)
45156              
45157              Add missing escape (Charles Lane)
45158              
45159              Allow eliminate_macros() and fixpath() to handle space-delimited
45160              lists (based on fixes by Craig Berry)
45161      Branch: maint-5.6/perl
45162           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
45163           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
45164           !> vms/vmsish.h
45165 ____________________________________________________________________________
45166 [  7312] By: gsar                                  on 2000/10/16  06:41:18
45167         Log: integrate changes#6107,6110 from cfgperl
45168              
45169              Tweak the todo list.
45170              
45171              todo tweak
45172      Branch: maint-5.6/perl
45173           !> Todo-5.6
45174 ____________________________________________________________________________
45175 [  7311] By: gsar                                  on 2000/10/16  06:38:38
45176         Log: integrate changes#6104,6108 from mainline
45177              
45178              PL_sys_intern was being initialized too late on windows
45179              
45180              reenable fake signal handling on Windows, bugs and all
45181      Branch: maint-5.6/perl
45182           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
45183           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
45184           !> win32/win32.c
45185 ____________________________________________________________________________
45186 [  7310] By: gsar                                  on 2000/10/16  06:36:03
45187         Log: integrate changes#6095,6097..6103 from cfgperl
45188              
45189              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
45190              might be useful in future.
45191              
45192              Add a note about possible compilation problems from Allen Smith.
45193              
45194              Add a note about other, yet unsupported, shadow password APIs.
45195              
45196              Tweaks for the cc bugs from Allen Smith.
45197              
45198              More compilation tweakery from Allen Smith.
45199              
45200              Hints and test tweaks for Unicos.
45201              
45202              The test suite tweak in #6101 wasn't quite right.
45203              
45204              Test tweaking for Unicos continues.
45205      Branch: maint-5.6/perl
45206           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
45207           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
45208           !> t/lib/complex.t t/op/64bitint.t
45209 ____________________________________________________________________________
45210 [  7309] By: gsar                                  on 2000/10/16  06:29:41
45211         Log: integrate changes#6093,6094 from mainline
45212              
45213              fork() failure to create pseudo process sets errno=EAGAIN and returns
45214              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
45215              
45216              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
45217      Branch: maint-5.6/perl
45218           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
45219           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
45220 ____________________________________________________________________________
45221 [  7308] By: gsar                                  on 2000/10/16  06:27:29
45222         Log: integrate change#6092 from cfgperl
45223              
45224              Regen perltoc with the fixed buildtoc.
45225      Branch: maint-5.6/perl
45226           !> pod/perltoc.pod
45227 ____________________________________________________________________________
45228 [  7307] By: gsar                                  on 2000/10/16  06:26:40
45229         Log: integrate changes#6089,6090 from mainline
45230              
45231              buildtoc tweak to fix newline lossage
45232              
45233              concat doesn't preserve utf8-ness, and doesn't invalidate
45234              [NI]OK; added tests for both
45235      Branch: maint-5.6/perl
45236           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
45237 ____________________________________________________________________________
45238 [  7306] By: gsar                                  on 2000/10/16  06:24:05
45239         Log: integrate change#6088 from cfgperl
45240              
45241              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
45242              because we do not use those.  The HAS_GETSPNAM remains,
45243              though, because we still do use that.
45244      Branch: maint-5.6/perl
45245           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
45246           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
45247           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
45248           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
45249           !> win32/config.vc win32/config_H.bc win32/config_H.gc
45250           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
45251 ____________________________________________________________________________
45252 [  7305] By: gsar                                  on 2000/10/16  06:15:52
45253         Log: integrate changes#6084,6085,6087 from mainline
45254              
45255              substr() does not preserve utf8-ness (from Stefan Eissing
45256              <Eissing@medicaldataservice.de>); added tests
45257              
45258              repeat operator (x) doesn't preserve utf8-ness
45259              
45260              reverse() and quotemeta() weren't preserving utf8-ness; add tests
45261      Branch: maint-5.6/perl
45262           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
45263 ____________________________________________________________________________
45264 [  7304] By: gsar                                  on 2000/10/16  06:13:10
45265         Log: integrate changes#6077..6083 from mainline
45266              
45267              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
45268              and Tom Phoenix)
45269              
45270              workaround for CRT bug in chdir() (from Charles Lane, via
45271              Peter Prymmer)
45272              
45273              remove outdated kludge in Carp (NULLs are permitted in diagnostics
45274              now)
45275              
45276              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
45277              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45278              
45279              better default perlbug categories for ok reports (from Richard Foley)
45280              
45281              peek.t non-portable to ithreads
45282              
45283              note about undocumented caller() return value (from M.J.T. Guy);
45284              yet another peek.t tweak
45285      Branch: maint-5.6/perl
45286           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45287           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45288           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
45289           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
45290           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
45291           !> vms/vmsish.h
45292 ____________________________________________________________________________
45293 [  7303] By: gsar                                  on 2000/10/16  06:03:18
45294         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
45295              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
45296              
45297              &HUGE_VAL is not defined, it exists.
45298              
45299              Do not warn that an infinity does not look like a number.
45300              
45301              Rewrite the pwent/spent logic to be a little bit more clearer.
45302              
45303              Continue on the pwent/spent case.
45304              
45305              Correct Freudian slip.
45306              
45307              Use HUGE_VALL if applicable.
45308              
45309              pwent/spent #ifdef imbalance.
45310              
45311              Infinite problems.
45312              
45313              Call getspnam() only iff needd.
45314              
45315              Test both the scalar and list contexts.
45316              
45317              Use setxxent()/endxxent().
45318              
45319              Complex tweakery.
45320              
45321              Unicos hint tweak.
45322              
45323              Be more forgiving in POSIX about HUGE_VALL.
45324              
45325              Detypo.
45326              
45327              The search of infinity continues, this time simplified.
45328              
45329              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
45330              in natively 64-bit platforms where a long is a quad (no need
45331              for long longs).  Also added bias for IVs.
45332              
45333              Complex tweaks.
45334              
45335              Introduce t/lib/peek.t.
45336              
45337              Make the test more portable.
45338      Branch: maint-5.6/perl
45339           +> t/lib/peek.t
45340            ! pp_sys.c
45341           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
45342           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
45343           !> t/op/pwent.t toke.c util.c
45344 ____________________________________________________________________________
45345 [  7302] By: gsar                                  on 2000/10/16  05:03:37
45346         Log: integrate changes#6066..6071 from mainline
45347              
45348              s/END/CHECK/
45349              
45350              replace direct call to sighandler() with (*PL_sighandlerp)()
45351              
45352              note about values()
45353              
45354              File::Spec compatibility update (from Barrie Slaymaker
45355              <barries@slaysys.com>)
45356              
45357              remove misleading comment (from M.J.T. Guy)
45358              
45359              misformatted perllocal.pod (from Tim Jenness
45360              <t.jenness@jach.hawaii.edu>)
45361      Branch: maint-5.6/perl
45362           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
45363           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
45364           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
45365           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
45366 ____________________________________________________________________________
45367 [  7301] By: gsar                                  on 2000/10/16  05:00:08
45368         Log: integrate changes#6061..6063 from mainline
45369              
45370              change#5921 neglected to make eq honor "use bytes"
45371              
45372              additional tests for utf8.t
45373              
45374              tokeq() could read unallocated field in argument
45375      Branch: maint-5.6/perl
45376           !> sv.c t/pragma/utf8.t toke.c
45377 ____________________________________________________________________________
45378 [  7300] By: gsar                                  on 2000/10/16  04:56:54
45379         Log: integrate changes#6046,6048,6057,6058 from mainline
45380              
45381              libscheck has insufficient checks for n32 libs (from
45382              Albert Chin-A-Young <china@thewrittenword.com>)
45383              
45384              add note about how $( doesn't interpolate in REs (from
45385              Philip Newton <newton@ficus.frogspace.net>)
45386              
45387              fix broken parsing of /\x{ab}/
45388              
45389              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
45390              (spotted by Donald Kinzer <dkinzer@premia.com>)
45391      Branch: maint-5.6/perl
45392           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
45393           !> t/pragma/utf8.t
45394 ____________________________________________________________________________
45395 [  7299] By: gsar                                  on 2000/10/16  04:52:50
45396         Log: integrate change#6044 from mainline
45397              
45398              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
45399              such that underscores are only ignored in literal numbers,
45400              "\x{...}", and hex/oct argument
45401      Branch: maint-5.6/perl
45402           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
45403 ____________________________________________________________________________
45404 [  7298] By: gsar                                  on 2000/10/16  04:50:53
45405         Log: integrate changes#6027..6043 from mainline
45406              
45407              podlators-1.02 update (from Russ Allbery)
45408              
45409              Pod::Man generates groff-incompatible macro definition (from
45410              Tom Christiansen)
45411              
45412              add CGI.pm v2.66 (from Lincoln Stein)
45413              
45414              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
45415              for @- and @+ (from Johan Vromans)
45416              
45417              small nits in diagnostics.pm (from Robin Barker)
45418              
45419              whitespace adjustments
45420              
45421              missing files in MANIFEST
45422              
45423              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
45424              to compensate
45425              
45426              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
45427              
45428              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
45429      Branch: maint-5.6/perl
45430           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
45431           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
45432           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
45433           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
45434           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
45435           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
45436           !> t/lib/cgi-html.t t/lib/cgi-request.t
45437 ____________________________________________________________________________
45438 [  7297] By: gsar                                  on 2000/10/16  04:44:30
45439         Log: integrate change#6025 from mainline
45440              
45441              Is{Alnum,Alpha,Word} don't match titlecase
45442              TODO: IsSpace is defined recursively!
45443              (both spotted by Larry)
45444      Branch: maint-5.6/perl
45445           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
45446           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
45447 ____________________________________________________________________________
45448 [  7296] By: gsar                                  on 2000/10/16  04:39:30
45449         Log: integrate change#6023 from mainline
45450              
45451              debugger stomps on $. (from M.J.T. Guy)
45452      Branch: maint-5.6/perl
45453           !> lib/perl5db.pl
45454 ____________________________________________________________________________
45455 [  7295] By: gsar                                  on 2000/10/16  04:38:02
45456         Log: integrate change#6022 from mainline
45457              
45458              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
45459      Branch: maint-5.6/perl
45460           !> sv.c
45461 ____________________________________________________________________________
45462 [  7294] By: gsar                                  on 2000/10/16  04:37:05
45463         Log: integrate changes#6018..6021 from mainline
45464              
45465              make lib/syslog.t portable to systems that don't have _PATH_LOG,
45466              make _PATH_LOG() return "" if unavailable
45467              
45468              windows portability tweaks
45469              
45470              test tweak
45471              
45472              remove Win2K issue in pod (fixed by change#6020)
45473      Branch: maint-5.6/perl
45474           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
45475           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
45476           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
45477 ____________________________________________________________________________
45478 [  7293] By: gsar                                  on 2000/10/16  04:20:00
45479         Log: integrate changes#6013..6015 from mainline
45480              
45481              tweak change#5945 to display correct switch name in diagnostic
45482              
45483              glob() loading File::Glob behind the scenes may cause syntax errors
45484              
45485              tweak test for portability
45486      Branch: maint-5.6/perl
45487           !> op.c perl.c pod/perldiag.pod t/lib/b.t
45488 ____________________________________________________________________________
45489 [  7292] By: gsar                                  on 2000/10/16  04:18:11
45490         Log: integrate changes#6005..6010 from mainline, cfgperl
45491              
45492              perldoc might fail via "use blib" (from Hugo van der Sanden)
45493              
45494              Regen Configure.
45495              
45496              note about compile failures and END blocks (from M.J.T. Guy)
45497              
45498              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
45499              
45500              (change#6009 integrated earlier in change#7255)
45501              
45502              clarify note about shadow password support (from
45503              gellyfish@gellyfish.com)
45504      Branch: maint-5.6/perl
45505           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
45506           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
45507           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
45508 ____________________________________________________________________________
45509 [  7291] By: gsar                                  on 2000/10/16  04:12:03
45510         Log: integrate changes#6002,6003 from mainline
45511              
45512              destructive sv_setsv() can lose UV-ness from source, causing
45513              numeric promotions/comparisons to fail to do the right thing
45514              
45515              allow REG_EXPAND_SZ keys in Windows registry (from
45516              John Clayton <John.Clayton@barclayscapital.com>)
45517      Branch: maint-5.6/perl
45518           !> sv.c win32/win32.c
45519 ____________________________________________________________________________
45520 [  7290] By: gsar                                  on 2000/10/16  04:10:19
45521         Log: integrate change#6001 from mainline
45522              
45523              support additional library locations via $Config{otherlibdirs}
45524              (from Andy Dougherty)
45525      Branch: maint-5.6/perl
45526           !> Configure INSTALL Porting/Glossary Porting/config.sh
45527           !> Porting/config_H config_h.SH epoc/config.sh perl.c
45528           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
45529           !> win32/config.bc win32/config.gc win32/config.vc
45530 ____________________________________________________________________________
45531 [  7289] By: gsar                                  on 2000/10/16  04:08:28
45532         Log: integrate change#5999 from mainline
45533              
45534              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
45535      Branch: maint-5.6/perl
45536           !> t/pragma/warn/toke toke.c
45537 ____________________________________________________________________________
45538 [  7288] By: gsar                                  on 2000/10/16  04:07:01
45539         Log: integrate changes#5997,5998 from cfgperl
45540              
45541              Preserve $!.
45542              
45543              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
45544      Branch: maint-5.6/perl
45545           !> lib/Math/Complex.pm
45546 ____________________________________________________________________________
45547 [  7287] By: gsar                                  on 2000/10/16  04:04:37
45548         Log: integrate change#5995 from mainline
45549              
45550              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
45551      Branch: maint-5.6/perl
45552           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
45553 ____________________________________________________________________________
45554 [  7286] By: gsar                                  on 2000/10/16  04:03:21
45555         Log: integrate change#5994 from mainline
45556              
45557              fix for missed accounting for null byte in pack("Z",...) (from
45558              M.J.T. Guy)
45559      Branch: maint-5.6/perl
45560           !> pp.c t/op/pack.t
45561 ____________________________________________________________________________
45562 [  7285] By: gsar                                  on 2000/10/16  04:02:11
45563         Log: integrate changes#5989..5993 from mainline
45564              
45565              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
45566              itself and no other (from Tom Hughes)
45567              
45568              use $ENV{LIB} to search for libs under Visual C compiler
45569              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
45570              
45571              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
45572              
45573              pod nit (from Simon Cozens)
45574              
45575              various minor tweaks seen on p5p
45576      Branch: maint-5.6/perl
45577           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
45578           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
45579           !> t/op/array.t toke.c
45580 ____________________________________________________________________________
45581 [  7284] By: gsar                                  on 2000/10/16  03:59:00
45582         Log: integrate changes#5978..5988 from mainline
45583              
45584              sync version numbers in File::Spec with the ones on CPAN
45585              (from Barrie Slaymaker)
45586              
45587              under useithreads, constant pad entries could inadvertantly be
45588              shared across threads (from Eric Blood <eblood@xmission.com>);
45589              added Eric's test case to testsuite
45590              
45591              allow Configure -S to run non-interactively (spotted by Greg Hudson
45592              <ghudson@mit.edu>)
45593              
45594              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
45595              prototype mismatch with CORE::glob(); update pod and tests to
45596              suit (File::Glob::glob() is still available for backward
45597              compatibility, but should be considered deprecated)
45598              
45599              avoid error in IO::Socket::INET when given an unknown service name
45600              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
45601              
45602              numeric conversion of non-number in change#3378 tramples on
45603              OOK offset, causing segfaults
45604              
45605              attributes::reftype() doesn't work on tied argument
45606              
45607              forked child may not exit correctly if it failed to open
45608              /dev/console (from Graham Barr)
45609              
45610              add regular expressions tutorial and quick-start guide (from
45611              Mark Kvale <kvale@phy.ucsf.edu>)
45612              
45613              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
45614              
45615              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
45616              <paul@miraclefish.com>)
45617      Branch: maint-5.6/perl
45618           +> pod/perlrequick.pod pod/perlretut.pod
45619           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
45620           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
45621           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
45622           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
45623           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
45624           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45625           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
45626           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
45627 ____________________________________________________________________________
45628 [  7283] By: gsar                                  on 2000/10/16  03:52:14
45629         Log: integrate change#5977 from mainline
45630              
45631              autoquote barewords followed by newline and arrow properly
45632              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
45633      Branch: maint-5.6/perl
45634           !> t/pragma/warn/toke toke.c
45635 ____________________________________________________________________________
45636 [  7282] By: gsar                                  on 2000/10/16  03:50:48
45637         Log: integrate change#5976 from mainline
45638              
45639              DB_File v1.73 update (from Paul Marquess)
45640      Branch: maint-5.6/perl
45641           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
45642           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
45643 ____________________________________________________________________________
45644 [  7281] By: gsar                                  on 2000/10/16  03:49:14
45645         Log: integrate change#5975 from mainline
45646              
45647              allow sort() reentrancy (variant of patch suggested by
45648              Hugo van der Sanden)
45649      Branch: maint-5.6/perl
45650           !> pp_ctl.c t/op/sort.t
45651 ____________________________________________________________________________
45652 [  7280] By: gsar                                  on 2000/10/16  03:48:22
45653         Log: integrate change#5974 from mainline
45654              
45655              change#4197 somehow missed initializing PL_errors, meaning
45656              syntax error queueing wasn't working outside eval"" at all;
45657              also fixed eval"" to localize PL_error_count, so that compile-time
45658              eval's don't clobber the error state of the outer context
45659      Branch: maint-5.6/perl
45660           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
45661           !> t/pragma/warn/toke
45662 ____________________________________________________________________________
45663 [  7279] By: gsar                                  on 2000/10/16  03:46:21
45664         Log: integrate change#5973 from mainline
45665              
45666              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
45667      Branch: maint-5.6/perl
45668           !> regcomp.c regexec.c t/op/re_tests
45669 ____________________________________________________________________________
45670 [  7278] By: gsar                                  on 2000/10/16  03:44:54
45671         Log: integrate change#5971 from cfgperl
45672              
45673              Unicos tweaks from Mark P. Lutz.
45674      Branch: maint-5.6/perl
45675           !> hints/unicos.sh lib/Math/Complex.pm
45676 ____________________________________________________________________________
45677 [  7277] By: gsar                                  on 2000/10/16  03:42:59
45678         Log: integrate changes#5966..5970 from mainline
45679              
45680              add testsuite for B backends, fix bug in B::Deparse (from
45681              Simon Cozens <simon@brecon.co.uk>)
45682              
45683              improved docs on the warn_uninit diagnostic (from David Glasser
45684              and Simon Cozens)
45685              
45686              tolerate spaces in group names in test on solaris (from David Boyce
45687              <dsb@boyski.com>)
45688              
45689              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
45690              
45691              Data::Dumper fumbles negative numbers on 32-bit platforms where
45692              IV is >32bits
45693      Branch: maint-5.6/perl
45694           +> t/lib/b.t t/lib/syslog.t
45695           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
45696           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
45697           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
45698 ____________________________________________________________________________
45699 [  7276] By: gsar                                  on 2000/10/16  03:39:30
45700         Log: integrate change#5965 from mainline
45701              
45702              avoid "will not stay shared" warnings for our variables (from
45703              Robin Barker)
45704      Branch: maint-5.6/perl
45705           !> op.c t/pragma/warn/op
45706 ____________________________________________________________________________
45707 [  7275] By: gsar                                  on 2000/10/16  03:38:18
45708         Log: integrate change#5964 from mainline
45709              
45710              reformat to 72 columns (again)
45711      Branch: maint-5.6/perl
45712           !> pod/perldiag.pod
45713 ____________________________________________________________________________
45714 [  7274] By: gsar                                  on 2000/10/16  03:36:58
45715         Log: integrate change#5963 from mainline
45716              
45717              patch from Larry to make (\&) prototype work; added tests for
45718              the same
45719      Branch: maint-5.6/perl
45720           !> op.c t/comp/proto.t
45721 ____________________________________________________________________________
45722 [  7273] By: gsar                                  on 2000/10/16  03:35:51
45723         Log: integrate changes#5956..5962 from mainline
45724              
45725              better diagnostics on failed tests (from Ilya Zakharevich)
45726              
45727              pod nits (from A. C. Yardley <yardley@tanet.net>)
45728              
45729              change#3569 deleted some essential code, revert; avoid use of
45730              atexit() to make DynaLoader work properly on AIX under mod_perl
45731              (from Jens-Uwe Mager <jum@helios.de>)
45732              
45733              doubled words in pods (from Simon Cozens
45734              <simon.p.cozens@jp.pwcglobal.com>)
45735              
45736              better INSTALL notes on Solaris issues (from Dominic Dunlop)
45737              
45738              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
45739              
45740              updated README.hpux (from Jeff Okamoto)
45741      Branch: maint-5.6/perl
45742           !> INSTALL README.hpux emacs/cperl-mode.el
45743           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
45744           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
45745           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
45746           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
45747           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
45748           !> t/op/lex_assign.t
45749 ____________________________________________________________________________
45750 [  7272] By: gsar                                  on 2000/10/16  03:31:22
45751         Log: integrate change#5955 from mainline
45752              
45753              longstanding bug exposed by change#3307: sort arguments weren't
45754              compiled with the right wantarray context (ensuing runtime lookup
45755              via block_gimme() was getting the incidental context of the
45756              sort() itself)
45757      Branch: maint-5.6/perl
45758           !> op.c t/op/sort.t
45759 ____________________________________________________________________________
45760 [  7271] By: gsar                                  on 2000/10/16  03:29:11
45761         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
45762              branch
45763              
45764              Flatten the cpp jungle doing the nosuid checking.
45765              
45766              Do not assume sign propagation. (from M.J.T. Guy)
45767              
45768              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
45769              
45770              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
45771              Now pp_ncmp() returns undef is either operand is a NaN.
45772              
45773              On second thoughts frexp() does have two arguments.
45774              
45775              Document that tr() is not tr(1).
45776              
45777              Be more robust on "extreme" (large absolute value)
45778              arguments.  Originally reported by Daniel Connelly
45779              as a problem with asinh() on large negative arguments,
45780              asinh() used to bail out because an argument to log()
45781              ended up being zero.  Ilya Zakharevich proposed using
45782              Taylor's series in such cases, which for such large
45783              arguments is a very good approximation.
45784              
45785              Undo "use integer" addition from 64bitint as it seems
45786              to break most of the subtests in Digital UNIX;
45787              Unicos needs to find another way.
45788      Branch: maint-5.6/perl
45789           !> (integrate 29 files)
45790 ____________________________________________________________________________
45791 [  7270] By: gsar                                  on 2000/10/16  03:09:44
45792         Log: integrate changes#5948,5949,5950 from mainline
45793              
45794              typo in vars.pm that leads to cryptic message (from Piotr
45795              Piatkowski <kompas@kompas.usr.onet.pl>)
45796              
45797              make perldoc use the pod2man from the same version (from
45798              M.J.T. Guy)
45799              
45800              reformat perldiag to avoid long lines
45801      Branch: maint-5.6/perl
45802           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
45803 ____________________________________________________________________________
45804 [  7269] By: gsar                                  on 2000/10/16  03:05:54
45805         Log: integrate change#5947 from mainline
45806              
45807              use &dl_error rather than &dl_load_file as the guard for calling
45808              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
45809              statically built perl)
45810      Branch: maint-5.6/perl
45811           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
45812 ____________________________________________________________________________
45813 [  7268] By: gsar                                  on 2000/10/16  03:04:48
45814         Log: integrate change#5945 from mainline
45815              
45816              make module name mandatory after -M switch; reorder perldiag
45817              alphabetically (from Mark-Jason Dominus)
45818      Branch: maint-5.6/perl
45819           !> perl.c pod/perldiag.pod
45820 ____________________________________________________________________________
45821 [  7267] By: gsar                                  on 2000/10/16  03:03:01
45822         Log: integrate change#5939 from mainline
45823              
45824              more pod nits (from Larry Virden)
45825      Branch: maint-5.6/perl
45826           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
45827           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
45828           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
45829 ____________________________________________________________________________
45830 [  7266] By: gsar                                  on 2000/10/16  03:01:39
45831         Log: integrate change#5938 from mainline
45832              
45833              Consolidated B::Deparse fixes (from Stephen McCamant)
45834      Branch: maint-5.6/perl
45835           !> ext/B/B/Deparse.pm
45836 ____________________________________________________________________________
45837 [  7265] By: gsar                                  on 2000/10/16  03:00:43
45838         Log: integrate change#5936 from mainline
45839              
45840              additional tests for change#7263 (from Paul Marquess)
45841      Branch: maint-5.6/perl
45842           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
45843           !> t/pragma/warn/5nolint t/pragma/warn/6default
45844 ____________________________________________________________________________
45845 [  7264] By: gsar                                  on 2000/10/16  02:58:34
45846         Log: integrate change#5934 from mainline
45847              
45848              propagate lexical warnings from surrounding scope correctly
45849              within string eval() (from Paul Marquess)
45850      Branch: maint-5.6/perl
45851           !> pp_ctl.c t/pragma/warn/pp_ctl
45852 ____________________________________________________________________________
45853 [  7263] By: gsar                                  on 2000/10/16  02:56:53
45854         Log: integrate change#5932 from mainline
45855              
45856              add rsignal(), whichsig() and do_join() to public API list
45857              (mod_perl uses them to good advantage)
45858      Branch: maint-5.6/perl
45859           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
45860 ____________________________________________________________________________
45861 [  7262] By: gsar                                  on 2000/10/16  02:55:53
45862         Log: integrate change#5931 from mainline
45863              
45864              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
45865      Branch: maint-5.6/perl
45866           !> pp_hot.c regexec.c t/op/pat.t
45867 ____________________________________________________________________________
45868 [  7261] By: gsar                                  on 2000/10/16  02:55:01
45869         Log: integrate change#5930 from mainline
45870              
45871              small os390 tweaks (from Peter Prymmer)
45872      Branch: maint-5.6/perl
45873           !> config_h.SH makedepend.SH
45874 ____________________________________________________________________________
45875 [  7260] By: gsar                                  on 2000/10/16  02:54:10
45876         Log: integrate change#5929 from mainline
45877              
45878              pod nits
45879      Branch: maint-5.6/perl
45880           !> pod/perlguts.pod
45881 ____________________________________________________________________________
45882 [  7259] By: gsar                                  on 2000/10/16  02:52:55
45883         Log: integrate change#5927 from mainline
45884              
45885              arrange for next() to resume at the unstack op rather than the
45886              loop conditional, so that scope cleanup happens correctly
45887              (from Stephen McCamant)
45888      Branch: maint-5.6/perl
45889           !> op.c pp_ctl.c t/op/misc.t
45890 ____________________________________________________________________________
45891 [  7258] By: gsar                                  on 2000/10/16  02:51:38
45892         Log: integrate change#5926 from mainline
45893              
45894              on windows, reserve 16M of stack rather than 128M (allows more
45895              threads to run concurrently)
45896      Branch: maint-5.6/perl
45897           !> win32/Makefile win32/makefile.mk
45898 ____________________________________________________________________________
45899 [  7257] By: gsar                                  on 2000/10/16  02:50:37
45900         Log: integrate change#5925 from mainline
45901              
45902              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
45903      Branch: maint-5.6/perl
45904           !> toke.c
45905 ____________________________________________________________________________
45906 [  7256] By: gsar                                  on 2000/10/16  02:49:36
45907         Log: integrate change#5924 from mainline
45908              
45909              avoid using uninitialized memory in require version check
45910      Branch: maint-5.6/perl
45911           !> pp_ctl.c universal.c
45912 ____________________________________________________________________________
45913 [  7255] By: gsar                                  on 2000/10/16  02:48:03
45914         Log: integrate changes#5923,5928,6009 from mainline
45915              
45916              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
45917      Branch: maint-5.6/perl
45918           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
45919 ____________________________________________________________________________
45920 [  7254] By: gsar                                  on 2000/10/16  02:44:46
45921         Log: integrate change#5922 from mainline
45922              
45923              commentary about IoTYPE() (from Nathan Torkington)
45924      Branch: maint-5.6/perl
45925           !> sv.h
45926 ____________________________________________________________________________
45927 [  7253] By: gsar                                  on 2000/10/16  02:43:49
45928         Log: integrate change#5921 from mainline
45929              
45930              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
45931      Branch: maint-5.6/perl
45932           !> sv.c t/lib/charnames.t t/pragma/utf8.t
45933 ____________________________________________________________________________
45934 [  7252] By: gsar                                  on 2000/10/16  02:42:31
45935         Log: integrate change#5920 from mainline
45936              
45937              Larry's fix for buggy propagation of utf8-ness in join(); add test
45938      Branch: maint-5.6/perl
45939           !> doop.c t/op/ver.t
45940 ____________________________________________________________________________
45941 [  7251] By: gsar                                  on 2000/10/16  02:41:14
45942         Log: integrate changes#5915..5919 from mainline
45943              
45944              various (pod tweaks &c)
45945      Branch: maint-5.6/perl
45946           !> (integrate 33 files)
45947 ____________________________________________________________________________
45948 [  7250] By: gsar                                  on 2000/10/16  02:38:16
45949         Log: integrate change#5914 from mainline
45950              
45951              caller() wasn't returning the right number of elements for
45952              eval {...}
45953      Branch: maint-5.6/perl
45954           !> pp_ctl.c t/pragma/warn/9enabled
45955 ____________________________________________________________________________
45956 [  7249] By: gsar                                  on 2000/10/16  02:37:02
45957         Log: integrate change#5913 from mainline
45958              
45959              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
45960              (from Mark-Jason Dominus)
45961      Branch: maint-5.6/perl
45962           !> pod/perlfunc.pod
45963 ____________________________________________________________________________
45964 [  7248] By: gsar                                  on 2000/10/16  02:35:58
45965         Log: integrate change#5912 from mainline
45966              
45967              fix totally broken caching in UNIVERSAL::isa() (from
45968              Nick Ing-Simmons)
45969      Branch: maint-5.6/perl
45970           !> t/op/universal.t universal.c
45971 ____________________________________________________________________________
45972 [  7247] By: gsar                                  on 2000/10/16  02:34:27
45973         Log: integrate changes#5910,5911 from mainline
45974              
45975              typo in pod
45976              
45977              add linebreak properties from unicode/LineBrk.txt (from
45978              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
45979      Branch: maint-5.6/perl
45980           +> (branch 29 files)
45981           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
45982 ____________________________________________________________________________
45983 [  7246] By: gsar                                  on 2000/10/16  02:33:29
45984         Log: integrate change#5909 from mainline
45985              
45986              mode argument to do_binmode() should be file mode, not boolean
45987      Branch: maint-5.6/perl
45988           !> pp_sys.c
45989 ____________________________________________________________________________
45990 [  7245] By: gsar                                  on 2000/10/16  02:31:04
45991         Log: integrate change#5908 from mainline
45992              
45993              introduce illegal symbols into null package so that
45994              gv_fetchpv(...,TRUE) always returns a valid GV even when the
45995              symbol is trapped by strictures (avoids coredumps)
45996      Branch: maint-5.6/perl
45997           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
45998           !> t/pragma/strict-vars
45999 ____________________________________________________________________________
46000 [  7244] By: jhi                                   on 2000/10/16  02:29:54
46001         Log: Subject: $Carp::ExportLevel confusion in Exporter
46002              From: "Ben Tilly" <ben_tilly@hotmail.com>
46003              Date: Sat, 14 Oct 2000 16:44:34 EDT
46004              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
46005      Branch: perl
46006            ! lib/Exporter/Heavy.pm
46007 ____________________________________________________________________________
46008 [  7243] By: jhi                                   on 2000/10/16  02:28:33
46009         Log: Subject: [PATCH perlguts.pod] Document offset hack
46010              From: Simon Cozens <simon@cozens.net>
46011              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
46012              Date: Sat, 14 Oct 2000 19:32:25 +0100
46013      Branch: perl
46014            ! pod/perlguts.pod
46015 ____________________________________________________________________________
46016 [  7242] By: gsar                                  on 2000/10/16  02:26:51
46017         Log: integrate changes#5905,5906,5907,6064 from mainline
46018              
46019              printf/sprintf didn't get quad types right under use64bitint
46020      Branch: maint-5.6/perl
46021           !> pp_sys.c sv.c t/op/64bitint.t
46022 ____________________________________________________________________________
46023 [  7241] By: jhi                                   on 2000/10/16  02:22:44
46024         Log: Subject: small pod patch
46025              From: Dan Boorstein <dan_boo@bellsouth.net>
46026              Date: Sat, 14 Oct 2000 14:29:24 -0400
46027              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
46028      Branch: perl
46029            ! pod/perlfaq7.pod pod/perlmod.pod
46030 ____________________________________________________________________________
46031 [  7240] By: jhi                                   on 2000/10/16  02:13:46
46032         Log: -w cleanup.
46033              
46034              Subject: Re: Problems with bleadperl 
46035              From: "Stephen P. Potter" <spp@ds.net>
46036              Date: Fri, 13 Oct 2000 13:32:49 -0400
46037              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
46038      Branch: perl
46039            ! t/pragma/overload.t
46040 ____________________________________________________________________________
46041 [  7239] By: jhi                                   on 2000/10/16  01:41:18
46042         Log: One more ~utf8 tweak.
46043      Branch: perl
46044            ! t/op/bop.t
46045 ____________________________________________________________________________
46046 [  7238] By: jhi                                   on 2000/10/16  01:34:14
46047         Log: Tweak the test of #7235.
46048      Branch: perl
46049            ! t/op/bop.t
46050 ____________________________________________________________________________
46051 [  7237] By: jhi                                   on 2000/10/16  01:25:04
46052         Log: Fix a couple of compiler-noted nits in #7235.
46053      Branch: perl
46054            ! pp.c
46055 ____________________________________________________________________________
46056 [  7236] By: jhi                                   on 2000/10/16  01:22:46
46057         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
46058      Branch: perl
46059            ! pp.c pp_hot.c
46060 ____________________________________________________________________________
46061 [  7235] By: jhi                                   on 2000/10/15  16:24:44
46062         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
46063              
46064              From: Simon Cozens <simon@cozens.net>
46065              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
46066              Date: Sat, 14 Oct 2000 20:52:13 +0100
46067              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
46068      Branch: perl
46069            ! pp.c t/op/bop.t utf8.h
46070 ____________________________________________________________________________
46071 [  7234] By: jhi                                   on 2000/10/15  15:19:29
46072         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
46073              The problem was that rx->minlen was in chars while pp_split()
46074              thought it would be in bytes. 
46075      Branch: perl
46076            ! pp.c t/pragma/utf8.t
46077 ____________________________________________________________________________
46078 [  7233] By: jhi                                   on 2000/10/14  20:24:24
46079         Log: Document FNCASE=y as discussed in the bug 20000902.009.
46080      Branch: perl
46081            ! README.dos
46082 ____________________________________________________________________________
46083 [  7232] By: jhi                                   on 2000/10/14  18:52:21
46084         Log: Add test for bug id 20000427.003 (which seems to have
46085              been fixed) (also duplicate as 20000427.004, though
46086              with a higher severity).  Move one utf8 from op/append
46087              to pragma/utf8, tag the tests with bug ids.
46088      Branch: perl
46089            ! t/op/append.t t/pragma/utf8.t
46090 ____________________________________________________________________________
46091 [  7231] By: jhi                                   on 2000/10/14  17:28:37
46092         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
46093      Branch: perl
46094            ! t/pragma/utf8.t
46095 ____________________________________________________________________________
46096 [  7230] By: jhi                                   on 2000/10/14  14:24:50
46097         Log: Needs to be conditional on SunOS 4.
46098              
46099              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
46100              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46101              Date: Sat, 14 Oct 2000 13:37:49 +0100
46102              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
46103      Branch: metaconfig/U/perl
46104            ! End.U
46105      Branch: perl
46106            ! Configure myconfig.SH pod/perldelta.pod
46107 ____________________________________________________________________________
46108 [  7229] By: jhi                                   on 2000/10/14  00:49:22
46109         Log: Update Changes.
46110      Branch: perl
46111            ! Changes patchlevel.h
46112 ____________________________________________________________________________
46113 [  7228] By: jhi                                   on 2000/10/14  00:46:10
46114         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
46115              From: Peter Prymmer <pvhp@forte.com>
46116              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
46117              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
46118      Branch: perl
46119            ! lib/utf8.pm
46120 ____________________________________________________________________________
46121 [  7227] By: jhi                                   on 2000/10/13  23:20:30
46122         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
46123      Branch: perl
46124            ! t/op/tie.t
46125 ____________________________________________________________________________
46126 [  7226] By: jhi                                   on 2000/10/13  22:14:32
46127         Log: Tweak #7225.
46128              
46129              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
46130              From: Peter Prymmer <pvhp@forte.com>
46131              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
46132              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
46133      Branch: perl
46134            ! t/op/sprintf.t
46135 ____________________________________________________________________________
46136 [  7225] By: jhi                                   on 2000/10/13  22:11:31
46137         Log: op/sprintf.t patch for OS/390 (and any other host with limited
46138              floating-point exponent length)
46139              
46140              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
46141              From: Dominic Dunlop <domo@computer.org>
46142              Date: Fri, 13 Oct 2000 19:17:57 +0200
46143              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
46144      Branch: perl
46145            ! t/op/sprintf.t
46146 ____________________________________________________________________________
46147 [  7224] By: jhi                                   on 2000/10/13  18:40:48
46148         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
46149      Branch: perl
46150            ! toke.c
46151 ____________________________________________________________________________
46152 [  7223] By: jhi                                   on 2000/10/13  18:37:13
46153         Log: Thinko in #7222.
46154      Branch: perl
46155            ! utf8.c
46156 ____________________________________________________________________________
46157 [  7222] By: jhi                                   on 2000/10/13  18:05:23
46158         Log: Use UTF8SKIP(), from Simon Cozens.
46159      Branch: perl
46160            ! utf8.c
46161 ____________________________________________________________________________
46162 [  7221] By: jhi                                   on 2000/10/13  15:43:19
46163         Log: (accidentally empty check-in)
46164      Branch: perl
46165            ! utf8.c
46166 ____________________________________________________________________________
46167 [  7220] By: jhi                                   on 2000/10/13  15:23:51
46168         Log: Add (optimistically) Storable to static extensions.
46169      Branch: perl
46170            ! hints/uwin.sh hints/vmesa.sh
46171 ____________________________________________________________________________
46172 [  7219] By: jhi                                   on 2000/10/13  15:20:05
46173         Log: Amdahl UTS doesn't seem to do dynaloading.
46174      Branch: perl
46175            ! hints/uts.sh
46176 ____________________________________________________________________________
46177 [  7218] By: jhi                                   on 2000/10/13  15:15:20
46178         Log: Slight tweak of the code to appease Amdahl UTS cc.
46179      Branch: perl
46180            ! pp.c
46181 ____________________________________________________________________________
46182 [  7217] By: jhi                                   on 2000/10/13  14:50:42
46183         Log: In Amdahl UTS "struct sv" is defined by a system header,
46184              <ksync.h>.
46185      Branch: perl
46186            ! perl.h sv.h
46187 ____________________________________________________________________________
46188 [  7216] By: jhi                                   on 2000/10/13  11:58:25
46189         Log: Ilya implemented the memory profiling API.
46190      Branch: perl
46191            ! Todo
46192 ____________________________________________________________________________
46193 [  7215] By: jhi                                   on 2000/10/13  02:56:38
46194         Log: Subject: [PATCH 5.7.0] Perl API for mstats
46195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46196              Date: Thu, 12 Oct 2000 22:52:40 -0400
46197              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
46198      Branch: perl
46199            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
46200 ____________________________________________________________________________
46201 [  7214] By: jhi                                   on 2000/10/13  02:55:38
46202         Log: Subject: [PATCH 5.7.0] IVs in mtats
46203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46204              Date: Thu, 12 Oct 2000 22:51:04 -0400
46205              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
46206      Branch: perl
46207            ! malloc.c perl.h
46208 ____________________________________________________________________________
46209 [  7213] By: jhi                                   on 2000/10/13  02:31:47
46210         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
46211      Branch: perl
46212            ! pod/perldiag.pod pp_sys.c
46213 ____________________________________________________________________________
46214 [  7212] By: jhi                                   on 2000/10/13  01:27:38
46215         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
46216              From: Peter Prymmer <pvhp@forte.com>
46217              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
46218              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
46219      Branch: perl
46220            ! t/op/oct.t
46221 ____________________________________________________________________________
46222 [  7211] By: jhi                                   on 2000/10/13  00:35:09
46223         Log: Update Changes.
46224      Branch: perl
46225            ! Changes patchlevel.h
46226 ____________________________________________________________________________
46227 [  7210] By: jhi                                   on 2000/10/12  23:59:40
46228         Log: The Install.pm third of
46229              
46230              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46231              From: Bill Campbell <bill@celestial.com>
46232              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
46233              Date: Thu, 5 Oct 2000 18:04:51 -0700
46234      Branch: perl
46235            ! lib/ExtUtils/Install.pm
46236 ____________________________________________________________________________
46237 [  7209] By: jhi                                   on 2000/10/12  23:58:43
46238         Log: Two thirds of
46239              
46240              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46241              Date: Thu, 5 Oct 2000 18:04:51 -0700
46242              From: Bill Campbell <bill@celestial.com>
46243              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
46244              
46245              The Install.pm changes will be submitted separately because
46246              they need some work and discussion still.
46247      Branch: perl
46248            ! lib/getopts.pl lib/termcap.pl
46249 ____________________________________________________________________________
46250 [  7208] By: jhi                                   on 2000/10/12  23:41:19
46251         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
46252              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46253              Date:     Thu, 12 Oct 2000 07:30:02 EDT
46254              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
46255      Branch: perl
46256            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
46257            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
46258 ____________________________________________________________________________
46259 [  7207] By: jhi                                   on 2000/10/12  23:39:01
46260         Log: An updated EBCDIC tr patch.
46261              
46262              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
46263              From: Peter Prymmer <pvhp@forte.com>
46264              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
46265              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
46266      Branch: perl
46267            ! t/op/tr.t
46268 ____________________________________________________________________________
46269 [  7206] By: jhi                                   on 2000/10/12  23:34:55
46270         Log: Upgrade to CPAN 1.58, from Andreas König.
46271      Branch: perl
46272            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46273 ____________________________________________________________________________
46274 [  7205] By: jhi                                   on 2000/10/12  23:29:08
46275         Log: Introduce the man[24-8] variables, from Andy Dougherty.
46276      Branch: metaconfig/U/perl
46277            + mandirs.U mandirstyle.U
46278      Branch: perl
46279            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46280            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
46281            ! vos/config.h vos/config.pl vos/config_h.SH_orig
46282            ! win32/config.bc win32/config.gc win32/config.vc
46283 ____________________________________________________________________________
46284 [  7204] By: gsar                                  on 2000/10/12  18:11:24
46285         Log: restore change#7202
46286      Branch: perl
46287            ! mg.c
46288 ____________________________________________________________________________
46289 [  7203] By: gsar                                  on 2000/10/12  18:09:40
46290         Log: another test of the Emergency Broadcast System--back out 
46291              change#7202
46292      Branch: perl
46293            ! mg.c
46294 ____________________________________________________________________________
46295 [  7202] By: gsar                                  on 2000/10/12  16:40:47
46296         Log: (submitted on behalf of Jarkko)
46297              Fix the lib/encode.t subtest 6 failure as reported by Andreas
46298              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
46299              was unearthed by change 7182, as was a bug in HTML::Entities.
46300      Branch: perl
46301            ! mg.c
46302 ____________________________________________________________________________
46303 [  7201] By: jhi                                   on 2000/10/11  03:16:05
46304         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
46305      Branch: perl
46306            ! pp_hot.c t/pragma/utf8.t
46307 ____________________________________________________________________________
46308 [  7200] By: jhi                                   on 2000/10/11  00:40:30
46309         Log: The #7198 was a false alarm.
46310      Branch: perl
46311            ! pp_hot.c
46312 ____________________________________________________________________________
46313 [  7199] By: jhi                                   on 2000/10/11  00:26:04
46314         Log: Remove duplicated code.
46315      Branch: perl
46316            ! t/lib/cgi-html.t
46317 ____________________________________________________________________________
46318 [  7198] By: jhi                                   on 2000/10/10  23:30:46
46319         Log: (Retracted by #7200.)
46320      Branch: perl
46321            ! pp_hot.c
46322 ____________________________________________________________________________
46323 [  7197] By: jhi                                   on 2000/10/10  21:49:30
46324         Log: Add the test case for #7190, from the original bug report
46325              by Andreas König.
46326      Branch: perl
46327            ! t/pragma/utf8.t
46328 ____________________________________________________________________________
46329 [  7196] By: jhi                                   on 2000/10/10  21:40:49
46330         Log: Reapply Andy's patch and regen Configure.
46331      Branch: perl
46332            ! Configure INSTALL Makefile.SH Porting/Glossary
46333            ! Porting/config.sh config_h.SH epoc/config.sh installperl
46334            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
46335            ! win32/config.vc
46336 ____________________________________________________________________________
46337 [  7195] By: jhi                                   on 2000/10/10  21:09:30
46338         Log: Use the versiononly instead of the installscripts,
46339              retract the changes 7146 and 7147.
46340      Branch: perl
46341            ! Configure INSTALL Makefile.SH Porting/Glossary
46342            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
46343            ! installperl uconfig.sh vos/config.def win32/config.bc
46344            ! win32/config.gc win32/config.vc
46345 ____________________________________________________________________________
46346 [  7194] By: jhi                                   on 2000/10/10  21:06:15
46347         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
46348              From: Peter Prymmer <pvhp@forte.com>
46349              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
46350              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
46351      Branch: perl
46352            ! t/op/ver.t
46353 ____________________________________________________________________________
46354 [  7193] By: jhi                                   on 2000/10/10  21:05:12
46355         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
46356              From: Peter Prymmer <pvhp@forte.com>
46357              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
46358              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
46359      Branch: perl
46360            ! t/op/tr.t
46361 ____________________________________________________________________________
46362 [  7192] By: jhi                                   on 2000/10/10  20:57:30
46363         Log: Add versiononly, delete installscripts, from Andy Dougherty.
46364      Branch: metaconfig
46365            - U/installdirs/installscripts.U
46366      Branch: metaconfig/U/perl
46367            + versiononly.U
46368 ____________________________________________________________________________
46369 [  7191] By: jhi                                   on 2000/10/10  19:41:21
46370         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
46371              From: Peter Prymmer <pvhp@forte.com>
46372              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
46373              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
46374      Branch: perl
46375            ! pod/perlebcdic.pod
46376 ____________________________________________________________________________
46377 [  7190] By: jhi                                   on 2000/10/10  19:26:14
46378         Log: Subject: Re: utf8 concat, mg_get
46379              From: Simon Cozens <simon@cozens.net>
46380              Date: Tue, 10 Oct 2000 17:40:17 +0100
46381              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
46382      Branch: perl
46383            ! pp_hot.c
46384 ____________________________________________________________________________
46385 [  7189] By: jhi                                   on 2000/10/10  19:23:03
46386         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
46387              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
46388              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
46389              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
46390      Branch: perl
46391            ! lib/ExtUtils/MM_Unix.pm
46392 ____________________________________________________________________________
46393 [  7188] By: jhi                                   on 2000/10/10  15:31:24
46394         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
46395              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
46396              Date: Fri, 14 Jul 2000 10:47:36 +0100
46397              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
46398      Branch: perl
46399            ! README.win32
46400 ____________________________________________________________________________
46401 [  7187] By: jhi                                   on 2000/10/10  13:30:10
46402         Log: Quote the temp file name, needed in Win32 because the
46403              default name unfortunately contains spaces, shouldn't
46404              hurt elsewhere.
46405              
46406              Subject: FW: perldoc fails if $TEMP contains spaces
46407              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
46408              Date: Thu, 14 Sep 2000 08:58:45 +0100
46409              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
46410      Branch: perl
46411            ! utils/perldoc.PL
46412 ____________________________________________________________________________
46413 [  7186] By: jhi                                   on 2000/10/10  13:16:27
46414         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
46415              From: hv@hugo.hybyte.com
46416              Date: Tue, 10 Oct 2000 14:10:20 +0100
46417              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
46418      Branch: perl
46419            ! t/lib/thr5005.t util.c
46420 ____________________________________________________________________________
46421 [  7185] By: jhi                                   on 2000/10/10  12:06:22
46422         Log: Upgrade to podlators 1.04, from Russ Allbery.
46423      Branch: perl
46424            ! lib/Pod/Man.pm lib/Pod/Text.pm
46425 ____________________________________________________________________________
46426 [  7184] By: jhi                                   on 2000/10/10  12:01:32
46427         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
46428      Branch: perl
46429            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
46430 ____________________________________________________________________________
46431 [  7183] By: jhi                                   on 2000/10/09  23:47:15
46432         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
46433              From: Peter Prymmer <pvhp@forte.com>
46434              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
46435              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
46436      Branch: perl
46437            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
46438 ____________________________________________________________________________
46439 [  7182] By: jhi                                   on 2000/10/09  23:43:16
46440         Log: Make eq work again with utf8 (disabling the upgrading
46441              should no more be necessary since the copies of the
46442              scalars are upgraded, not the scalars themselves).
46443              Takes care of ID 20001009.001.  (The claimed length()
46444              bug in 20001009.001 seems bogus to me.)
46445      Branch: perl
46446            ! sv.c t/pragma/utf8.t
46447 ____________________________________________________________________________
46448 [  7181] By: gsar                                  on 2000/10/09  19:41:54
46449         Log: tweak for change#7173
46450      Branch: perl
46451            ! win32/win32sck.c
46452 ____________________________________________________________________________
46453 [  7180] By: gsar                                  on 2000/10/09  19:26:56
46454         Log: on Windows, clean targets might not work under some flavors of the shell
46455      Branch: perl
46456            ! win32/Makefile win32/makefile.mk
46457 ____________________________________________________________________________
46458 [  7179] By: jhi                                   on 2000/10/09  19:21:02
46459         Log: Update Changes.
46460      Branch: perl
46461            ! Changes patchlevel.h
46462 ____________________________________________________________________________
46463 [  7178] By: jhi                                   on 2000/10/09  19:18:23
46464         Log: Warn about unknown scripts.
46465              
46466              Subject: Re: ideas? patches? [PATCH bleadperl]
46467              From: Dominic Dunlop <domo@computer.org>
46468              Date: Mon, 9 Oct 2000 14:57:17 +0200
46469              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
46470      Branch: perl
46471            ! lib/charnames.pm
46472 ____________________________________________________________________________
46473 [  7177] By: jhi                                   on 2000/10/09  19:13:27
46474         Log: Change #7160 had a nasty typo.
46475      Branch: metaconfig
46476            ! U/compline/Compile.U
46477      Branch: perl
46478            ! Configure config_h.SH
46479 ____________________________________________________________________________
46480 [  7176] By: gsar                                  on 2000/10/09  18:59:33
46481         Log: pod nit
46482      Branch: perl
46483            ! pod/perlport.pod
46484 ____________________________________________________________________________
46485 [  7175] By: gsar                                  on 2000/10/09  18:54:28
46486         Log: Windows9x doesn't support link(), despite what Config.pm
46487              might think
46488      Branch: perl
46489            ! lib/ExtUtils/Manifest.pm
46490 ____________________________________________________________________________
46491 [  7174] By: gsar                                  on 2000/10/09  18:50:03
46492         Log: avoid nonportable example code
46493      Branch: perl
46494            ! lib/File/Copy.pm
46495 ____________________________________________________________________________
46496 [  7173] By: gsar                                  on 2000/10/09  18:46:54
46497         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
46498              being used) when closing a socket handle
46499      Branch: perl
46500            ! win32/win32.c win32/win32.h win32/win32sck.c
46501 ____________________________________________________________________________
46502 [  7172] By: gsar                                  on 2000/10/09  18:41:40
46503         Log: on Windows, cwd strings in the environment should be of the
46504              form =X:=X:\foo instead of =X=X:\foo\
46505      Branch: perl
46506            ! win32/vdir.h
46507 ____________________________________________________________________________
46508 [  7171] By: gsar                                  on 2000/10/09  18:30:09
46509         Log: on Windows, LoadLibrary() could load an extension DLL multiple
46510              times if forward slashes are used in the path
46511      Branch: perl
46512            ! win32/win32.c
46513 ____________________________________________________________________________
46514 [  7170] By: jhi                                   on 2000/10/09  17:53:59
46515         Log: Add a todo note about overloadable assertions.
46516      Branch: perl
46517            ! Todo-5.6
46518 ____________________________________________________________________________
46519 [  7169] By: jhi                                   on 2000/10/09  13:43:45
46520         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
46521              From: mjd@plover.com
46522              Date: 9 Oct 2000 00:24:44 -0000
46523              Message-ID: <20001009002444.10616.qmail@plover.com>
46524      Branch: perl
46525            ! pod/perldebguts.pod
46526 ____________________________________________________________________________
46527 [  7168] By: nick                                  on 2000/10/08  13:16:33
46528         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
46529              is not right thing to do on (e.g. x86). Network order is also "right" for
46530              X fonts.
46531      Branch: perl
46532            ! ext/Encode/Encode.pm
46533 ____________________________________________________________________________
46534 [  7167] By: nick                                  on 2000/10/08  12:54:42
46535         Log: Make "encodings" work post-install when Encode/*.enc files may not
46536              be in same directory as Encode.pm
46537      Branch: perl
46538            ! ext/Encode/Encode.pm
46539 ____________________________________________________________________________
46540 [  7166] By: nick                                  on 2000/10/08  11:51:26
46541         Log: Work round the fact that $hash->{$key} does not take into account
46542              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
46543              so that key is always in the "expected" encoding - i.e. same way we put
46544              it in the hash.
46545      Branch: perl
46546            ! ext/Encode/Encode.pm
46547 ____________________________________________________________________________
46548 [  7165] By: gsar                                  on 2000/10/08  04:15:29
46549         Log: save_re_context() could reset PL_curcop to freed memory, causing core
46550              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
46551      Branch: perl
46552            ! pp_ctl.c
46553 ____________________________________________________________________________
46554 [  7164] By: jhi                                   on 2000/10/06  20:51:48
46555         Log: UTF8ize split() so that the cloned substrings get the UTF8
46556              flag of the original scalar.  Problem reported by Simon Cozens.
46557      Branch: perl
46558            ! pp.c t/pragma/utf8.t
46559 ____________________________________________________________________________
46560 [  7163] By: nick                                  on 2000/10/06  20:48:34
46561         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
46562              got a false +ve and so did not reach code which would have un-FAKEd the SV.
46563      Branch: perl
46564            ! sv.c
46565 ____________________________________________________________________________
46566 [  7162] By: nick                                  on 2000/10/06  20:25:37
46567         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
46568              To fix  (sort {$a <=> $b} keys %hash) in particular but
46569              should cover a number of other as-yet-unknown cases as well.
46570      Branch: perl
46571            ! sv.c
46572 ____________________________________________________________________________
46573 [  7161] By: jhi                                   on 2000/10/06  19:56:18
46574         Log: Change the version number of Tie::Handle in the core to 4.0,
46575              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
46576              
46577              Subject: Note on Tie::Handle
46578              From: andreas.koenig@anima.de (Andreas J. Koenig)
46579              Date:      06 Oct 2000 21:48:58 +0200
46580              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
46581      Branch: perl
46582            ! lib/Tie/Handle.pm
46583 ____________________________________________________________________________
46584 [  7160] By: jhi                                   on 2000/10/06  18:20:35
46585         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
46586              as the first option of cc/ld because of ultrapicky compilers
46587              (e.g. OS/390 R2.5)
46588      Branch: metaconfig
46589            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
46590            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
46591            ! U/compline/orderlib.U U/modified/Cppsym.U
46592            ! U/modified/d_access.U
46593      Branch: metaconfig/U/perl
46594            ! Checkcc.U d_dlsymun.U gccvers.U
46595      Branch: perl
46596            ! Configure config_h.SH
46597 ____________________________________________________________________________
46598 [  7159] By: jhi                                   on 2000/10/06  13:56:39
46599         Log: Update Changes.
46600      Branch: perl
46601            ! Changes patchlevel.h
46602 ____________________________________________________________________________
46603 [  7158] By: jhi                                   on 2000/10/06  12:48:40
46604         Log: Eliminate $Is_VMS code from the test.
46605              
46606              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
46607              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46608              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
46609              Date:     Thu, 5 Oct 2000 07:46:33 EDT
46610      Branch: perl
46611            ! t/lib/b.t
46612 ____________________________________________________________________________
46613 [  7157] By: jhi                                   on 2000/10/06  12:47:13
46614         Log: Also the $ccflags is needed for the C compiler check.
46615              
46616              Subject: Configure (check for C-compiler)
46617              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46618              Date: Fri, 06 Oct 2000 08:47:15 +0200
46619              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
46620      Branch: metaconfig/U/perl
46621            ! Checkcc.U
46622      Branch: perl
46623            ! Configure config_h.SH
46624 ____________________________________________________________________________
46625 [  7156] By: jhi                                   on 2000/10/06  11:45:15
46626         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
46627      Branch: perl
46628            ! perl.c pp_ctl.c sv.h utf8.c
46629 ____________________________________________________________________________
46630 [  7155] By: jhi                                   on 2000/10/06  11:40:41
46631         Log: IO::Handle->syswrite() did not handle length omission
46632              like CORE::syswrite() does.
46633              
46634              Subject: [Fwd] IO::Handle, syswrite and arguments
46635              From: Graham Barr <gbarr@pobox.com>
46636              Date: Fri, 6 Oct 2000 10:22:05 +0100
46637              Message-ID: <20001006102205.U6312@pobox.com>
46638              
46639              The original patch from andrew@ugh.net.au.
46640      Branch: perl
46641            ! ext/IO/lib/IO/Handle.pm
46642 ____________________________________________________________________________
46643 [  7154] By: jhi                                   on 2000/10/06  01:42:15
46644         Log: Tweak #7153.
46645      Branch: perl
46646            ! utf8.h
46647 ____________________________________________________________________________
46648 [  7153] By: jhi                                   on 2000/10/06  00:39:55
46649         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
46650      Branch: perl
46651            ! utf8.h
46652 ____________________________________________________________________________
46653 [  7152] By: jhi                                   on 2000/10/06  00:38:11
46654         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
46655      Branch: perl
46656            ! perl.c pp_ctl.c sv.h utf8.c
46657 ____________________________________________________________________________
46658 [  7151] By: jhi                                   on 2000/10/06  00:36:38
46659         Log: Subject: Re: Questions about Tie::Array and perl modules
46660              From: Nick Ing-Simmons <nik@tiuk.ti.com>
46661              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
46662              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
46663              
46664              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
46665      Branch: perl
46666            ! lib/Tie/Array.pm t/op/array.t
46667 ____________________________________________________________________________
46668 [  7150] By: jhi                                   on 2000/10/05  00:20:45
46669         Log: Regen Changes.
46670      Branch: perl
46671            ! Changes patchlevel.h
46672 ____________________________________________________________________________
46673 [  7149] By: jhi                                   on 2000/10/05  00:20:01
46674         Log: Regen toc.
46675      Branch: perl
46676            ! pod/perltoc.pod
46677 ____________________________________________________________________________
46678 [  7148] By: jhi                                   on 2000/10/04  23:35:08
46679         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
46680              reported several times by Dominic Dunlop, for example in
46681              ID 20000315.008.  Patch from Dominic.  Patch affects at
46682              least MachTen, and possibly other oldish BSDs. Should not
46683              break non-broken platforms (tested on LinuxPPC). 
46684      Branch: perl
46685            ! doio.c
46686 ____________________________________________________________________________
46687 [  7147] By: jhi                                   on 2000/10/04  23:26:34
46688         Log: The one that got away from 7146.
46689      Branch: metaconfig
46690            + U/installdirs/installscripts.U
46691 ____________________________________________________________________________
46692 [  7146] By: jhi                                   on 2000/10/04  23:25:04
46693         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
46694              suggested by H. Merijn Brand.
46695      Branch: perl
46696            ! Configure INSTALL Makefile.SH Porting/Glossary
46697            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
46698            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
46699            ! win32/config.vc
46700 ____________________________________________________________________________
46701 [  7145] By: jhi                                   on 2000/10/04  22:08:21
46702         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
46703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46704              Date: Wed, 4 Oct 2000 17:37:46 -0400
46705              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
46706      Branch: perl
46707            ! utils/h2xs.PL
46708 ____________________________________________________________________________
46709 [  7144] By: jhi                                   on 2000/10/04  18:11:41
46710         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
46711              From: Jeff Pinyan <jeffp@crusoe.net>
46712              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
46713              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
46714      Branch: perl
46715            ! pod/perlrun.pod
46716 ____________________________________________________________________________
46717 [  7143] By: jhi                                   on 2000/10/04  18:09:58
46718         Log: Subject: perlhack.pod Patch for Externals Tools
46719              From: Fisher Mark <fisherm@tce.com>
46720              Date: Tue, 3 Oct 2000 15:43:27 -0500 
46721              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
46722      Branch: perl
46723            ! pod/perlhack.pod
46724 ____________________________________________________________________________
46725 [  7142] By: jhi                                   on 2000/10/04  18:08:41
46726         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
46727              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46728              Date:     Wed, 4 Oct 2000 12:11:11 EDT
46729              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
46730      Branch: perl
46731            ! vms/vms.c
46732 ____________________________________________________________________________
46733 [  7141] By: jhi                                   on 2000/10/04  12:20:16
46734         Log: Subject: [PATCH 5.7.0] h2xs not working
46735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46736              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
46737              Date: Tue, 3 Oct 2000 21:43:01 -0400
46738              
46739              Subject: [PATCH 5.7.0] h2xs not documenting the created module
46740              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46741              Date: Tue, 3 Oct 2000 22:55:19 -0400
46742              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
46743      Branch: perl
46744            ! utils/h2xs.PL
46745 ____________________________________________________________________________
46746 [  7140] By: jhi                                   on 2000/10/04  11:53:44
46747         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
46748              From: nick@babyhippo.com
46749              Date: Wed, 4 Oct 2000 12:06:45 +0100
46750              Message-Id: <20001004120645.A7356@babyhippo.com>
46751              
46752              Retract 7118 and 7135.
46753      Branch: perl
46754            ! installman installperl op.c t/pragma/subs.t
46755 ____________________________________________________________________________
46756 [  7139] By: jhi                                   on 2000/10/03  22:09:41
46757         Log: It is possible to have no hosts database at all.  Pointed out in
46758              
46759              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
46760              From: Peter Prymmer <pvhp@forte.com>
46761              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
46762              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
46763      Branch: metaconfig
46764            ! U/modified/myhostname.U
46765      Branch: perl
46766            ! Configure config_h.SH
46767 ____________________________________________________________________________
46768 [  7138] By: jhi                                   on 2000/10/03  21:49:49
46769         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
46770              From: Peter Prymmer <pvhp@forte.com>
46771              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
46772              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
46773      Branch: perl
46774            ! pp_sys.c
46775 ____________________________________________________________________________
46776 [  7137] By: jhi                                   on 2000/10/03  20:10:05
46777         Log: One remaining nit less at the VMS mailbox sizing.
46778      Branch: perl
46779            ! vms/vms.c
46780 ____________________________________________________________________________
46781 [  7136] By: jhi                                   on 2000/10/03  20:08:47
46782         Log: Test harness update to sync with the new perlcc,
46783              from Simon Cozens.
46784      Branch: perl
46785            ! t/TEST t/UTEST
46786 ____________________________________________________________________________
46787 [  7135] By: jhi                                   on 2000/10/03  15:15:42
46788         Log: Subject: Re: PATCH for 20001003.004
46789              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
46790              From: "AARON B. DOSSETT" <aaron@iglou.com>
46791              Message-Id: <E13gTay-0006od-00@iglou.com>
46792      Branch: perl
46793            ! installman installperl
46794 ____________________________________________________________________________
46795 [  7134] By: jhi                                   on 2000/10/03  15:00:34
46796         Log: Subject: [ID 20001003.006] B::Debug not -w clean
46797              From: Nicholas Clark <nick@babyhippo.co.uk>
46798              Date: Tue, 03 Oct 2000 15:46:32 +0100
46799              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
46800      Branch: perl
46801            ! ext/B/B/Debug.pm
46802 ____________________________________________________________________________
46803 [  7133] By: jhi                                   on 2000/10/03  14:58:39
46804         Log: Scale down the VMS message boxes, by Charles Lane.
46805              Fix for ID 20000903.009, workaround at
46806              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
46807      Branch: perl
46808            ! vms/vms.c
46809 ____________________________________________________________________________
46810 [  7132] By: jhi                                   on 2000/10/03  11:20:37
46811         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
46812      Branch: perl
46813            + t/lib/st-lock.t t/lib/st-utf8.t
46814            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
46815            ! ext/Storable/Storable.xs t/lib/st-recurse.t
46816 ____________________________________________________________________________
46817 [  7131] By: jhi                                   on 2000/10/03  03:38:23
46818         Log: Encode nits.
46819      Branch: perl
46820            ! MANIFEST Makefile.SH
46821 ____________________________________________________________________________
46822 [  7130] By: jhi                                   on 2000/10/03  03:31:05
46823         Log: Update Changes.
46824      Branch: perl
46825            ! Changes patchlevel.h
46826 ____________________________________________________________________________
46827 [  7129] By: jhi                                   on 2000/10/03  02:24:02
46828         Log: Misplaced else.
46829      Branch: metaconfig/U/perl
46830            ! d_strtoll.U
46831      Branch: perl
46832            ! Configure config_h.SH
46833 ____________________________________________________________________________
46834 [  7128] By: jhi                                   on 2000/10/03  02:08:29
46835         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
46836              From: sthoenna@efn.org
46837              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
46838              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
46839      Branch: metaconfig/U/perl
46840            ! d_strtoll.U
46841      Branch: perl
46842            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
46843 ____________________________________________________________________________
46844 [  7127] By: jhi                                   on 2000/10/03  01:13:14
46845         Log: Update Changes.
46846      Branch: perl
46847            ! Changes patchlevel.h
46848 ____________________________________________________________________________
46849 [  7126] By: jhi                                   on 2000/10/03  00:57:08
46850         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
46851              as suggested by Olaf Flebbe and Nick Clark.
46852      Branch: perl
46853            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
46854 ____________________________________________________________________________
46855 [  7125] By: jhi                                   on 2000/10/03  00:50:56
46856         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
46857              From: Nick Clark <nick@plum.flirble.org>
46858              Date: Mon, 2 Oct 2000 11:03:24 +0100
46859              Message-Id: <20001002110324.D20073@plum.flirble.org>
46860              
46861              Also fixes bug ID 20001002.005.
46862      Branch: perl
46863            ! t/lib/encode.t
46864 ____________________________________________________________________________
46865 [  7124] By: jhi                                   on 2000/10/03  00:34:59
46866         Log: Subject: [PATCH 5.7.0] Epoc update
46867              From: Olaf Flebbe <o.flebbe@gmx.de>
46868              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
46869              Message-ID: <26423.969484586@www10.gmx.net>
46870      Branch: perl
46871            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
46872            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
46873            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
46874            ! util.c util.h
46875 ____________________________________________________________________________
46876 [  7123] By: jhi                                   on 2000/10/03  00:30:07
46877         Log: Regen headers.
46878      Branch: perl
46879            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
46880 ____________________________________________________________________________
46881 [  7122] By: jhi                                   on 2000/10/03  00:10:48
46882         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
46883      Branch: perl
46884            ! hints/openbsd.sh
46885 ____________________________________________________________________________
46886 [  7121] By: jhi                                   on 2000/10/03  00:05:06
46887         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
46888              From: <abigail@foad.org>
46889              Date: Tue, 26 Sep 2000 13:36:14 -0400
46890              Message-ID: <20000926173614.4356.qmail@foad.org>
46891      Branch: perl
46892            ! pod/perlop.pod
46893 ____________________________________________________________________________
46894 [  7120] By: jhi                                   on 2000/10/03  00:04:00
46895         Log: Inside require() $^S was always left undefined.
46896              
46897              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
46898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46899              Date: Wed, 27 Sep 2000 18:54:49 -0400
46900              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
46901      Branch: perl
46902            ! cop.h mg.c pp_ctl.c util.c
46903 ____________________________________________________________________________
46904 [  7119] By: jhi                                   on 2000/10/03  00:00:16
46905         Log: Subject: [PATCH] DLL not restartabke with threaded perl
46906              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
46907              Date: Thu, 28 Sep 2000 09:20:46 +0100
46908              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
46909      Branch: perl
46910            ! perl.c
46911 ____________________________________________________________________________
46912 [  7118] By: jhi                                   on 2000/10/02  23:59:20
46913         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
46914              From: Nicholas Clark <nick@ccl4.org>
46915              Date: Thu, 28 Sep 2000 11:52:24 +0100
46916              Message-ID: <20000928115224.D7924@plum.flirble.org>
46917      Branch: perl
46918            ! op.c
46919 ____________________________________________________________________________
46920 [  7117] By: jhi                                   on 2000/10/02  23:57:51
46921         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
46922              From: Nicholas Clark <nick@babyhippo.co.uk>
46923              Date: Thu, 28 Sep 2000 12:18:10 +0100
46924              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
46925              
46926              Did not apply cleanly, manual intervention was needed.
46927      Branch: perl
46928            ! ext/B/B/Bytecode.pm utils/perlcc.PL
46929 ____________________________________________________________________________
46930 [  7116] By: jhi                                   on 2000/10/02  23:50:40
46931         Log: Document the issue (is not a syntax error, kind of)
46932              
46933              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
46934              From: Nicholas Clark <nick@ccl4.org>
46935              Date: Thu, 28 Sep 2000 17:12:42 +0100
46936              Message-ID: <20000928171242.K7924@plum.flirble.org>
46937      Branch: perl
46938            ! pod/perldata.pod
46939 ____________________________________________________________________________
46940 [  7115] By: jhi                                   on 2000/10/02  23:48:58
46941         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
46942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46943              Date: Thu, 28 Sep 2000 21:55:31 -0400
46944              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
46945      Branch: perl
46946            ! regexec.c
46947 ____________________________________________________________________________
46948 [  7114] By: jhi                                   on 2000/10/02  23:47:57
46949         Log: Subject: DOC PATCH 5.6.0
46950              From: mjd@plover.com
46951              Date: 30 Sep 2000 06:02:34 -0000
46952              Message-ID: <20000930060234.4559.qmail@plover.com>
46953      Branch: perl
46954            ! pod/perldebguts.pod
46955 ____________________________________________________________________________
46956 [  7113] By: jhi                                   on 2000/10/02  23:46:43
46957         Log: SOCK_DGRAM and listen() do not mix as reported in
46958              
46959              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
46960              From: Petter Reinholdtsen <pere@hungry.com>
46961              Date: Sun, 1 Oct 2000 10:57:20 +0800
46962              Message-Id: <200010010257.KAA05735@localhost.localdomain>
46963              
46964              The patch for 5.7.0+ had to be reengineered, though.
46965      Branch: perl
46966            ! ext/IO/lib/IO/Socket/UNIX.pm
46967 ____________________________________________________________________________
46968 [  7112] By: jhi                                   on 2000/10/02  23:36:57
46969         Log: Subject: Re: [PATCH 5.005_64 missed]
46970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46971              Date: Sun, 1 Oct 2000 18:50:10 -0400
46972              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
46973      Branch: perl
46974            ! pod/perlxs.pod
46975 ____________________________________________________________________________
46976 [  7111] By: jhi                                   on 2000/10/02  23:35:40
46977         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
46978              From: Radu Greab <radu@netsoft.ro>
46979              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
46980              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
46981      Branch: perl
46982            ! op.c opcode.pl t/op/substr.t
46983 ____________________________________________________________________________
46984 [  7110] By: jhi                                   on 2000/10/02  23:32:38
46985         Log: Subject: [PATCH] Fix aliasing of tied filehandles
46986              From: Daniel Chetlin <daniel@chetlin.com>
46987              Date: Mon, 2 Oct 2000 14:53:27 -0700
46988              Message-ID: <20001002145327.C1617@ilmd>
46989      Branch: perl
46990            ! perl.h pp_hot.c t/op/tiehandle.t
46991 ____________________________________________________________________________
46992 [  7109] By: jhi                                   on 2000/10/02  23:31:30
46993         Log: s/Robin Parker/Robin Barker/
46994      Branch: perl
46995            ! Changes5.6
46996 ____________________________________________________________________________
46997 [  7108] By: jhi                                   on 2000/10/02  23:15:46
46998         Log: Retract #7091 as suggested in
46999              
47000              From: Robin Barker <rmb1@cise.npl.co.uk> 
47001              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
47002              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
47003              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
47004      Branch: perl
47005            ! embed.pl proto.h
47006 ____________________________________________________________________________
47007 [  7107] By: nick                                  on 2000/10/02  18:23:14
47008         Log: A few tweaks to get Tk803 to work with Encode scheme.
47009      Branch: perl
47010            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
47011 ____________________________________________________________________________
47012 [  7106] By: nick                                  on 2000/10/01  21:34:14
47013         Log: Add checking cases to Encode's toUnicode and fromUnicode.
47014      Branch: perl
47015            ! ext/Encode/Encode.pm
47016 ____________________________________________________________________________
47017 [  7105] By: nick                                  on 2000/10/01  17:18:01
47018         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
47019              To read and use them.
47020              Add a lib/encode.t which checks a few things.
47021      Branch: perl
47022            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
47023            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
47024            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
47025            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
47026            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
47027            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
47028            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
47029            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
47030            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
47031            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
47032            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
47033            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
47034            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
47035            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
47036            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
47037            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
47038            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
47039            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
47040            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
47041            + ext/Encode/Encode/iso2022-jp.enc
47042            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
47043            + ext/Encode/Encode/iso8859-1.enc
47044            + ext/Encode/Encode/iso8859-2.enc
47045            + ext/Encode/Encode/iso8859-3.enc
47046            + ext/Encode/Encode/iso8859-4.enc
47047            + ext/Encode/Encode/iso8859-5.enc
47048            + ext/Encode/Encode/iso8859-6.enc
47049            + ext/Encode/Encode/iso8859-7.enc
47050            + ext/Encode/Encode/iso8859-8.enc
47051            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
47052            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
47053            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
47054            + ext/Encode/Encode/macCentEuro.enc
47055            + ext/Encode/Encode/macCroatian.enc
47056            + ext/Encode/Encode/macCyrillic.enc
47057            + ext/Encode/Encode/macDingbats.enc
47058            + ext/Encode/Encode/macGreek.enc
47059            + ext/Encode/Encode/macIceland.enc
47060            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
47061            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
47062            + ext/Encode/Encode/macTurkish.enc
47063            + ext/Encode/Encode/macUkraine.enc
47064            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
47065            + t/lib/encode.t
47066            ! MANIFEST ext/Encode/Encode.pm
47067 ____________________________________________________________________________
47068 [  7104] By: nick                                  on 2000/09/30  13:04:30
47069         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
47070              From: Daniel Chetlin <daniel@chetlin.com>
47071              Date: Mon, 18 Sep 2000 05:05:40 -0700
47072              Message-Id: <20000918050540.C652@ilmd>
47073      Branch: perl
47074            ! lib/overload.pm sv.c t/pragma/overload.t
47075 ____________________________________________________________________________
47076 [  7103] By: nick                                  on 2000/09/30  12:53:36
47077         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
47078              From: Johan Vromans <jvromans@squirrel.nl>
47079              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
47080              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
47081      Branch: perl
47082            ! pod/Makefile.SH
47083 ____________________________________________________________________________
47084 [  7102] By: nick                                  on 2000/09/30  12:52:31
47085         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
47086              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47087              Date: Sat, 16 Sep 2000 16:36:45 -0400
47088              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
47089      Branch: perl
47090            ! ext/B/B/Deparse.pm
47091 ____________________________________________________________________________
47092 [  7101] By: nick                                  on 2000/09/30  12:51:41
47093         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
47094              From: Craig A. Berry <craig.berry@psinetcs.com>
47095              Date: Sat, 16 Sep 2000 10:11:10 -0500
47096              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
47097      Branch: perl
47098            ! vms/vms.c
47099 ____________________________________________________________________________
47100 [  7100] By: nick                                  on 2000/09/30  12:50:33
47101         Log: Subject: Re: unicode support and perl [ID 20000901.097]
47102              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47103              Date: Fri, 15 Sep 2000 16:37:58 -0400
47104              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
47105      Branch: perl
47106            ! t/op/append.t
47107 ____________________________________________________________________________
47108 [  7099] By: nick                                  on 2000/09/30  12:49:35
47109         Log: Subject: Re: unicode support and perl [ID 20000901.097]
47110              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47111              Date: Fri, 15 Sep 2000 16:25:30 -0400
47112              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
47113      Branch: perl
47114            ! pp_hot.c
47115 ____________________________________________________________________________
47116 [  7098] By: nick                                  on 2000/09/30  12:48:00
47117         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
47118              From: Gisle Aas <gisle@ActiveState.com>
47119              Date: 15 Sep 2000 16:23:41 +0200
47120              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
47121      Branch: perl
47122            ! toke.c
47123 ____________________________________________________________________________
47124 [  7097] By: nick                                  on 2000/09/30  12:45:16
47125         Log: Subject: [PATCH] Nits in perlmod.pod
47126              From: Daniel Chetlin <daniel@chetlin.com>
47127              Date: Fri, 15 Sep 2000 02:04:09 -0700
47128              Message-Id: <20000915020409.A2104@ilmd>
47129      Branch: perl
47130            ! pod/perlmod.pod
47131 ____________________________________________________________________________
47132 [  7096] By: nick                                  on 2000/09/30  12:18:00
47133         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
47134              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
47135              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
47136              0 to checking to get the warning.
47137      Branch: perl
47138            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
47139            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
47140            ! regexec.c sv.c toke.c utf8.c
47141 ____________________________________________________________________________
47142 [  7095] By: nick                                  on 2000/09/15  16:55:59
47143         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
47144              
47145              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
47146              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47147              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
47148              Date: Fri, 15 Sep 2000 06:37:30 -0400
47149      Branch: perl
47150            ! ext/Encode/Encode.xs sv.c
47151 ____________________________________________________________________________
47152 [  7094] By: jhi                                   on 2000/09/15  03:23:32
47153         Log: Update Changes.
47154      Branch: perl
47155            ! Changes patchlevel.h
47156 ____________________________________________________________________________
47157 [  7093] By: jhi                                   on 2000/09/15  03:11:44
47158         Log: Fix for the charnames.t failures from Spider Boardman.
47159      Branch: perl
47160            ! toke.c
47161 ____________________________________________________________________________
47162 [  7092] By: jhi                                   on 2000/09/15  00:15:48
47163         Log: Botched the #7090 check-in.
47164      Branch: perl
47165            ! sv.c
47166 ____________________________________________________________________________
47167 [  7091] By: jhi                                   on 2000/09/14  23:33:24
47168         Log: Part of #7081 didn't come through.
47169      Branch: perl
47170            ! embed.pl proto.h
47171 ____________________________________________________________________________
47172 [  7090] By: jhi                                   on 2000/09/14  23:17:39
47173         Log: Subject: Re: perl@7078 
47174              From: Spider Boardman <spider@web.zk3.dec.com>
47175              Date: Thu, 14 Sep 2000 19:06:36 -0400
47176              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
47177      Branch: perl
47178            ! sv.c toke.c
47179 ____________________________________________________________________________
47180 [  7089] By: jhi                                   on 2000/09/14  23:11:21
47181         Log: Small portability tweaks.
47182      Branch: perl
47183            ! ext/Encode/Encode.xs
47184 ____________________________________________________________________________
47185 [  7088] By: jhi                                   on 2000/09/14  22:57:23
47186         Log: Fake return to pacify picky compilers.
47187      Branch: perl
47188            ! ext/Encode/Encode.xs
47189 ____________________________________________________________________________
47190 [  7087] By: jhi                                   on 2000/09/14  22:53:37
47191         Log: Subject: [PATCH] utf8.c apidoc
47192              From: Simon Cozens <simon@cozens.net>
47193              Date: Thu, 14 Sep 2000 23:46:57 +0100
47194              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
47195      Branch: perl
47196            ! perlapi.c pod/perlapi.pod utf8.c
47197 ____________________________________________________________________________
47198 [  7086] By: jhi                                   on 2000/09/14  22:40:38
47199         Log: We don't need to count the high bit bytes, a boolean is enough. 
47200      Branch: perl
47201            ! sv.c
47202 ____________________________________________________________________________
47203 [  7085] By: jhi                                   on 2000/09/14  21:20:09
47204         Log: Replace #7084 with
47205              
47206              Subject: Re: perl@7078 
47207              From: Spider Boardman <spider@web.zk3.dec.com>
47208              Date: Thu, 14 Sep 2000 17:09:36 -0400
47209              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
47210      Branch: perl
47211            ! sv.c utf8.c
47212 ____________________________________________________________________________
47213 [  7084] By: jhi                                   on 2000/09/14  20:03:34
47214         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
47215              convertable to bytes by checking it doesn't go above 0xc3
47216              
47217              Subject: Re: perl@7078
47218              From: Simon Cozens <simon@cozens.net>
47219              Date: Thu, 14 Sep 2000 20:59:19 +0100
47220              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
47221      Branch: perl
47222            ! utf8.c
47223 ____________________________________________________________________________
47224 [  7083] By: jhi                                   on 2000/09/14  19:38:47
47225         Log: Subject: Re: perl@7078
47226              From: Simon Cozens <simon@cozens.net>
47227              Date: Thu, 14 Sep 2000 20:13:09 +0100
47228              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
47229      Branch: perl
47230            ! t/op/bop.t
47231 ____________________________________________________________________________
47232 [  7082] By: jhi                                   on 2000/09/14  17:50:44
47233         Log: The one that got away.
47234      Branch: perl
47235            ! lib/File/Find.pm
47236 ____________________________________________________________________________
47237 [  7081] By: jhi                                   on 2000/09/14  17:45:35
47238         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
47239              From: Robin Barker <rmb1@cise.npl.co.uk>
47240              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
47241              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
47242      Branch: perl
47243            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
47244            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
47245            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
47246            ! regcomp.c toke.c universal.c
47247 ____________________________________________________________________________
47248 [  7080] By: jhi                                   on 2000/09/14  17:40:35
47249         Log: Problems picked up by AIX cc.
47250              
47251              Subject: Re: perl@7078 (patch included)
47252              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47253              Date: Thu, 14 Sep 2000 18:53:30 +0200
47254              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
47255      Branch: perl
47256            ! ext/Encode/Encode.xs
47257 ____________________________________________________________________________
47258 [  7079] By: jhi                                   on 2000/09/14  17:38:27
47259         Log: Subject: File::Find 5.7.0 POD nits
47260              From: Rich Morin <rdm@cfcl.com>
47261              Date: Wed, 13 Sep 2000 22:03:58 -0700
47262              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
47263      Branch: perl
47264            ! lib/File/Find.pm
47265 ____________________________________________________________________________
47266 [  7078] By: jhi                                   on 2000/09/14  14:58:20
47267         Log: Update Changes.
47268      Branch: perl
47269            ! Changes patchlevel.h
47270 ____________________________________________________________________________
47271 [  7077] By: jhi                                   on 2000/09/14  14:55:54
47272         Log: Compilation warnings and an error.
47273      Branch: perl
47274            ! sv.c
47275 ____________________________________________________________________________
47276 [  7076] By: jhi                                   on 2000/09/14  14:42:56
47277         Log: Fix for a parsing bug, not for the original bug.
47278              
47279              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
47280              From: Spider Boardman <spider@web.zk3.dec.com>
47281              Date: Wed, 13 Sep 2000 17:52:20 -0400
47282              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
47283      Branch: perl
47284            ! regcomp.c
47285 ____________________________________________________________________________
47286 [  7075] By: jhi                                   on 2000/09/14  14:40:40
47287         Log: Batch of UTF-8 patches from Simon Cozens.
47288      Branch: perl
47289            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
47290            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
47291            ! toke.c utf8.c
47292 ____________________________________________________________________________
47293 [  7074] By: jhi                                   on 2000/09/14  14:29:58
47294         Log: Subject: Re: Two advertising clauses need to be removed
47295              From: Russ Allbery <rra@stanford.edu>
47296              Date: 13 Sep 2000 18:50:26 -0700
47297              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
47298      Branch: perl
47299            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
47300 ____________________________________________________________________________
47301 [  7073] By: jhi                                   on 2000/09/14  14:28:20
47302         Log: Subject: [PATCH] de-wall t/README
47303              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47304              Date: Wed, 13 Sep 2000 17:46:55 -0700
47305              Message-ID: <//Bw5gzkge/e092yn@efn.org>
47306      Branch: perl
47307            ! t/README
47308 ____________________________________________________________________________
47309 [  7072] By: jhi                                   on 2000/09/14  14:25:10
47310         Log: Hints optimization.
47311              
47312              Subject: Minor nit
47313              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47314              Date: Wed, 13 Sep 2000 21:42:07 +0200
47315              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
47316      Branch: perl
47317            ! hints/hpux.sh
47318 ____________________________________________________________________________
47319 [  7071] By: jhi                                   on 2000/09/14  14:23:30
47320         Log: Allow chop() and chomp() to be overridden.
47321              
47322              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
47323              From: "Casey R. Tweten" <crt@kiski.net>
47324              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
47325              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
47326      Branch: perl
47327            ! toke.c
47328 ____________________________________________________________________________
47329 [  7070] By: jhi                                   on 2000/09/14  14:20:36
47330         Log: The return value of setlocale must be copied away.
47331              
47332              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
47333              From: Alan Burlison <Alan.Burlison@uk.sun.com>
47334              Date: Wed, 13 Sep 2000 16:27:37 +0100 
47335              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
47336      Branch: perl
47337            ! util.c
47338 ____________________________________________________________________________
47339 [  7069] By: jhi                                   on 2000/09/14  14:16:27
47340         Log: Remove vestiges of tr//CU.
47341              
47342              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47343              From: Nick Clark <nick@plum.flirble.org>
47344              Date: Tue, 12 Sep 2000 22:50:14 +0100
47345              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
47346              
47347              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
47348              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47349              Date: Tue, 12 Sep 2000 21:38:48 -0700
47350              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
47351      Branch: perl
47352            ! op.h pod/perlunicode.pod
47353 ____________________________________________________________________________
47354 [  7068] By: jhi                                   on 2000/09/13  14:18:39
47355         Log: Add the Encode extension.  The code is still largely just skeleton.
47356      Branch: perl
47357            + ext/Encode/Encode.pm ext/Encode/Encode.xs
47358            + ext/Encode/Makefile.PL ext/Encode/Todo
47359            ! MANIFEST Todo-5.6
47360 ____________________________________________________________________________
47361 [  7067] By: jhi                                   on 2000/09/12  17:43:33
47362         Log: Allow for whitespace between "#" and "line" in cpp output.
47363              
47364              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
47365              From: Calle Dybedahl <calle@lysator.liu.se>
47366              Date: 12 Sep 2000 19:38:02 +0200 
47367              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
47368      Branch: perl
47369            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
47370 ____________________________________________________________________________
47371 [  7066] By: gsar                                  on 2000/09/12  17:24:29
47372         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
47373              initialization in all the threads on Windows
47374      Branch: perl
47375            ! win32/win32.c
47376 ____________________________________________________________________________
47377 [  7065] By: jhi                                   on 2000/09/12  15:11:31
47378         Log: Update Changes.
47379      Branch: perl
47380            ! Changes patchlevel.h
47381 ____________________________________________________________________________
47382 [  7064] By: jhi                                   on 2000/09/12  14:54:54
47383         Log: Retract #7062, the pod tests are not ready.
47384      Branch: perl
47385            ! t/TEST t/harness
47386 ____________________________________________________________________________
47387 [  7063] By: jhi                                   on 2000/09/12  14:25:41
47388         Log: The #7054 truncated Configure badly.
47389      Branch: metaconfig/U/perl
47390            ! End.U
47391      Branch: perl
47392            ! Configure config_h.SH
47393 ____________________________________________________________________________
47394 [  7062] By: jhi                                   on 2000/09/12  14:08:32
47395         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
47396              From: sthoenna@efn.org
47397              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
47398              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
47399      Branch: perl
47400            ! t/TEST t/harness
47401 ____________________________________________________________________________
47402 [  7061] By: jhi                                   on 2000/09/12  14:07:18
47403         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
47404              From: sthoenna@efn.org
47405              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
47406              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
47407      Branch: perl
47408            ! pod/perlxs.pod
47409 ____________________________________________________________________________
47410 [  7060] By: jhi                                   on 2000/09/12  14:06:08
47411         Log: Break up the myconfig lines a bit.
47412              
47413              Subject: perlbug/perl -V output format
47414              From: sthoenna@efn.org
47415              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
47416              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
47417      Branch: perl
47418            ! myconfig.SH
47419 ____________________________________________________________________________
47420 [  7059] By: jhi                                   on 2000/09/12  14:05:04
47421         Log: Test for the #7049.
47422              
47423              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
47424              From: andreas.koenig@anima.de (Andreas J. Koenig)
47425              Date: 12 Sep 2000 06:42:01 +0200
47426              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
47427      Branch: perl
47428            ! t/op/my.t
47429 ____________________________________________________________________________
47430 [  7058] By: jhi                                   on 2000/09/12  14:03:05
47431         Log: Subject: [patch: perl@7045] vms updates
47432              From: Peter Prymmer <pvhp@forte.com>
47433              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
47434              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
47435      Branch: perl
47436            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
47437 ____________________________________________________________________________
47438 [  7057] By: jhi                                   on 2000/09/12  14:00:51
47439         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
47440              From: sthoenna@efn.org
47441              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
47442              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
47443      Branch: perl
47444            ! t/op/64bitint.t
47445 ____________________________________________________________________________
47446 [  7056] By: jhi                                   on 2000/09/12  13:58:14
47447         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
47448              From: Jeff Pinyan <jeffp@crusoe.net>
47449              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
47450              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
47451      Branch: perl
47452            ! pod/perlfunc.pod
47453 ____________________________________________________________________________
47454 [  7055] By: jhi                                   on 2000/09/12  13:56:32
47455         Log: Do in VMS as the #7054 does.
47456      Branch: perl
47457            ! configure.com
47458 ____________________________________________________________________________
47459 [  7054] By: jhi                                   on 2000/09/12  13:50:31
47460         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
47461              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
47462              Date: Mon, 11 Sep 2000 08:33:09 +0100
47463              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
47464      Branch: metaconfig/U/perl
47465            ! End.U
47466      Branch: perl
47467            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
47468            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
47469 ____________________________________________________________________________
47470 [  7053] By: jhi                                   on 2000/09/12  13:29:19
47471         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
47472              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47473              Date:     Tue, 12 Sep 2000 08:35:59 EDT
47474              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
47475      Branch: perl
47476            ! vms/test.com
47477 ____________________________________________________________________________
47478 [  7052] By: jhi                                   on 2000/09/11  23:01:50
47479         Log: Document the SvUTF8*().
47480      Branch: perl
47481            ! pod/perlapi.pod sv.h
47482 ____________________________________________________________________________
47483 [  7051] By: gsar                                  on 2000/09/11  14:46:30
47484         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
47485              (missed a spot when fixing up op_pmreplroot hack for ithreads)
47486      Branch: perl
47487            ! op.c t/op/split.t
47488 ____________________________________________________________________________
47489 [  7050] By: nick                                  on 2000/09/11  10:03:51
47490         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
47491              
47492              Subject: borland C++ win32.c tweak
47493              From: Vadim Konovalov <vkonovalov@lucent.com>
47494              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
47495              Date: Mon, 11 Sep 2000 11:22:33 +0400
47496      Branch: perl
47497            ! win32/win32.c
47498 ____________________________________________________________________________
47499 [  7049] By: nick                                  on 2000/09/11  09:57:33
47500         Log: Point fix for s/// on foreach (keys %xxx).
47501      Branch: perl
47502            ! pp_hot.c
47503 ____________________________________________________________________________
47504 [  7048] By: jhi                                   on 2000/09/10  23:37:09
47505         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
47506              by Pod::Text, from Brad Appleton.
47507      Branch: perl
47508            ! t/pod/testp2pt.pl
47509 ____________________________________________________________________________
47510 [  7047] By: jhi                                   on 2000/09/10  14:32:53
47511         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
47512              by Russ Allbery.
47513      Branch: perl
47514            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
47515 ____________________________________________________________________________
47516 [  7046] By: jhi                                   on 2000/09/10  14:15:08
47517         Log: Upgrade to CPAN 1.57_65, from Andreas König.
47518      Branch: perl
47519            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47520 ____________________________________________________________________________
47521 [  7045] By: jhi                                   on 2000/09/08  21:36:32
47522         Log: Update Changes.
47523      Branch: perl
47524            ! Changes patchlevel.h
47525 ____________________________________________________________________________
47526 [  7044] By: jhi                                   on 2000/09/08  21:29:56
47527         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
47528              From: Peter Prymmer <pvhp@forte.com>
47529              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
47530              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
47531      Branch: perl
47532            ! configure.com
47533 ____________________________________________________________________________
47534 [  7043] By: jhi                                   on 2000/09/08  21:27:50
47535         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
47536              From: Peter Prymmer <pvhp@forte.com>
47537              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
47538              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
47539      Branch: perl
47540            ! Makefile.SH installperl
47541 ____________________________________________________________________________
47542 [  7042] By: jhi                                   on 2000/09/08  21:23:21
47543         Log: Continue #7041.
47544      Branch: perl
47545            ! cygwin/Makefile.SHs os2/Makefile.SHs
47546 ____________________________________________________________________________
47547 [  7041] By: jhi                                   on 2000/09/08  21:18:10
47548         Log: Do away with memory models cruft.  Sorry, PDP users.
47549      Branch: metaconfig
47550            ! U/modified/cc.U U/modified/libpth.U
47551      Branch: perl
47552            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
47553            ! Porting/config_H cflags.SH config_h.SH configure.com
47554            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
47555            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
47556            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
47557 ____________________________________________________________________________
47558 [  7040] By: jhi                                   on 2000/09/08  14:34:18
47559         Log: Major rewrite of s2p.  And I mean really major, it is
47560              an implementation of sed in perl.  If called as s2p it
47561              will function as s2p.  Note: needs non-UNIXifying.
47562              
47563              Subject: s2p
47564              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
47565              Date: Mon, 28 Aug 2000 14:05:12 +0200
47566              Message-ID: <39AA5578.2102E2AA@alcatel.at>
47567      Branch: perl
47568            ! x2p/s2p.PL
47569 ____________________________________________________________________________
47570 [  7039] By: jhi                                   on 2000/09/08  14:19:49
47571         Log: Re-allow vec() for characters > 255.
47572              
47573              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
47574              From: Spider Boardman <spider@web.zk3.dec.com>
47575              Date: Fri, 08 Sep 2000 02:21:02 -0400
47576              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
47577      Branch: perl
47578            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
47579            ! t/op/vec.t
47580 ____________________________________________________________________________
47581 [  7038] By: jhi                                   on 2000/09/08  14:14:18
47582         Log: Subject: [PATCH lib/Benchmark.pm]
47583              From: <abigail@foad.org>
47584              Date: Thu, 7 Sep 2000 15:03:20 -0400
47585              Message-ID: <20000907190320.888.qmail@foad.org>
47586      Branch: perl
47587            ! lib/Benchmark.pm
47588 ____________________________________________________________________________
47589 [  7037] By: jhi                                   on 2000/09/08  14:11:06
47590         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
47591              
47592              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
47593              From: Spider Boardman <spider@web.zk3.dec.com>
47594              Date: Fri, 08 Sep 2000 01:30:27 -0400
47595              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
47596      Branch: perl
47597            ! op.c
47598 ____________________________________________________________________________
47599 [  7036] By: jhi                                   on 2000/09/08  14:08:58
47600         Log: Subject: [ID 20000908.002] perlipc documentation bug.
47601              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
47602              Date: Fri, 08 Sep 2000 12:38:32 +0200
47603              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
47604      Branch: perl
47605            ! pod/perlipc.pod
47606 ____________________________________________________________________________
47607 [  7035] By: jhi                                   on 2000/09/08  14:03:12
47608         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47609              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47610              Date: Fri, 08 Sep 2000 11:47:34 +0200
47611              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
47612      Branch: perl
47613            ! hints/dec_osf.sh
47614 ____________________________________________________________________________
47615 [  7034] By: jhi                                   on 2000/09/08  13:59:35
47616         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
47617              From: Simon Cozens <simon@cozens.net>
47618              Date: Thu, 7 Sep 2000 20:40:38 +0100
47619              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
47620      Branch: perl
47621            ! pp_hot.c
47622 ____________________________________________________________________________
47623 [  7033] By: jhi                                   on 2000/09/08  04:03:03
47624         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
47625              From: "Larry W. Virden" <lvirden@cas.org>
47626              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
47627              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
47628      Branch: perl
47629            ! pod/perldiag.pod
47630 ____________________________________________________________________________
47631 [  7032] By: jhi                                   on 2000/09/07  22:18:30
47632         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
47633              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
47634              Date: Mon, 04 Sep 2000 13:16:38 -0700
47635              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
47636      Branch: perl
47637            ! lib/perl5db.pl
47638 ____________________________________________________________________________
47639 [  7031] By: jhi                                   on 2000/09/07  22:02:29
47640         Log: Fix the ccversion detection for 5.1 and beyond.
47641              
47642              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
47643              From: Spider Boardman <spider@leggy.zk3.dec.com>
47644              Date: Thu, 7 Sep 2000 17:54:27 -0400
47645              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
47646      Branch: perl
47647            ! hints/dec_osf.sh
47648 ____________________________________________________________________________
47649 [  7030] By: jhi                                   on 2000/09/07  19:12:28
47650         Log: Fix for
47651              
47652              Subject: [ID 20000903.001] \w in utf8-strings
47653              From: Marc Lehmann <pcg@goof.com>
47654              Date: Sun, 03 Sep 2000 09:44:29 +0200
47655              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
47656              
47657              and various related nits.
47658      Branch: perl
47659            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
47660 ____________________________________________________________________________
47661 [  7029] By: jhi                                   on 2000/09/07  18:49:09
47662         Log: Fix the URL, but the server is still missing in action.
47663              
47664              Subject: [ID 20000905.002] perlfaq1.pod URL error
47665              From: "Larry W. Virden" <lvirden@cas.org>
47666              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
47667              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
47668      Branch: perl
47669            ! pod/perlfaq1.pod
47670 ____________________________________________________________________________
47671 [  7028] By: jhi                                   on 2000/09/07  18:47:13
47672         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
47673              From: Hugo <hv@crypt.compulink.co.uk>
47674              Date: Tue, 05 Sep 2000 14:13:37 +0100
47675              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
47676      Branch: perl
47677            ! toke.c
47678 ____________________________________________________________________________
47679 [  7027] By: jhi                                   on 2000/09/07  18:45:35
47680         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
47681              From: Daniel Chetlin <daniel@chetlin.com>
47682              Date: Tue, 5 Sep 2000 04:57:07 -0700
47683              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
47684      Branch: perl
47685            ! pod/perlfaq6.pod pod/perlop.pod
47686 ____________________________________________________________________________
47687 [  7026] By: jhi                                   on 2000/09/07  18:44:01
47688         Log: Document the new ref() semantics.
47689              
47690              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
47691              From: Gisle Aas <gisle@ActiveState.com>
47692              Date: 05 Sep 2000 08:10:30 +0200
47693              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
47694      Branch: perl
47695            ! pod/perldelta.pod
47696 ____________________________________________________________________________
47697 [  7025] By: jhi                                   on 2000/09/07  18:42:27
47698         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
47699              
47700              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
47701              From: Gisle Aas <gisle@ActiveState.com>
47702              Date: 05 Sep 2000 08:11:40 +0200
47703              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
47704      Branch: perl
47705            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
47706 ____________________________________________________________________________
47707 [  7024] By: jhi                                   on 2000/09/07  18:39:32
47708         Log: Subject: [PATCH] Modernize Opcode.pm documentation
47709              From: Gisle Aas <gisle@ActiveState.com>
47710              Date: 4 Sep 2000 00:18:55 -0000
47711              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
47712      Branch: perl
47713            ! ext/Opcode/Opcode.pm
47714 ____________________________________________________________________________
47715 [  7023] By: jhi                                   on 2000/09/07  18:37:42
47716         Log: Subject: [PATCH] Tied filehandle documentation
47717              From: Gisle Aas <gisle@ActiveState.com>
47718              Date: 4 Sep 2000 00:14:40 -0000
47719              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
47720      Branch: perl
47721            ! pod/perlfunc.pod pod/perltie.pod
47722 ____________________________________________________________________________
47723 [  7022] By: jhi                                   on 2000/09/07  18:35:37
47724         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
47725              From: Gisle Aas <gisle@ActiveState.com>
47726              Date: 4 Sep 2000 00:04:22 -0000
47727              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
47728      Branch: perl
47729            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
47730 ____________________________________________________________________________
47731 [  7021] By: jhi                                   on 2000/09/07  18:33:22
47732         Log: Subject: small apidoc fix
47733              From: Marc Lehmann <pcg@goof.com>
47734              Date: Sun, 3 Sep 2000 05:12:06 +0200
47735              Message-ID: <20000903051206.A5909@cerebro.laendle>
47736      Branch: perl
47737            ! pod/perlapi.pod utf8.c
47738 ____________________________________________________________________________
47739 [  7020] By: jhi                                   on 2000/09/07  16:14:57
47740         Log: Tiny perldelta nits.
47741      Branch: perl
47742            ! pod/perldelta.pod
47743 ____________________________________________________________________________
47744 [  7019] By: jhi                                   on 2000/09/07  16:04:20
47745         Log: Guard against bad string->int conversion for quads.
47746      Branch: perl
47747            ! t/op/64bitint.t
47748 ____________________________________________________________________________
47749 [  7018] By: jhi                                   on 2000/09/06  17:07:03
47750         Log: Update Unicode todo list.
47751      Branch: perl
47752            ! Todo-5.6
47753 ____________________________________________________________________________
47754 [  7017] By: jhi                                   on 2000/09/05  21:16:01
47755         Log: Document the SvIOK_.*UV().
47756      Branch: perl
47757            ! pod/perlapi.pod sv.h
47758 ____________________________________________________________________________
47759 [  7016] By: nick                                  on 2000/09/03  21:54:46
47760         Log: Hash lookup of constant strings optimization:
47761              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
47762              to string table (as per sharepvn). Add newSV_pvn_share to create such
47763              a thing. Make hv.c compare addresses of strings and skip string compare
47764              if equal. Make method_named and helem ops use these shared-string SVs
47765              when arg is constant. Make keys op return shared-string SVs (less clearly
47766              a win).
47767      Branch: perl
47768            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
47769            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
47770            ! pod/perlintern.pod pp_hot.c proto.h sv.c
47771 ____________________________________________________________________________
47772 [  7015] By: jhi                                   on 2000/09/02  17:48:59
47773         Log: This is 5.7.0.
47774      Branch: perl
47775            ! Changes
47776 ____________________________________________________________________________
47777 [  7014] By: jhi                                   on 2000/09/02  17:35:45
47778         Log: Changes and patchlevel tweaks.
47779      Branch: perl
47780            ! Changes patchlevel.h
47781 ____________________________________________________________________________
47782 [  7013] By: jhi                                   on 2000/09/02  17:30:50
47783         Log: Update Changes.
47784      Branch: perl
47785            ! Changes patchlevel.h
47786 ____________________________________________________________________________
47787 [  7012] By: nick                                  on 2000/09/02  17:25:20
47788         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
47789      Branch: perl
47790            ! gv.c lib/overload.pm
47791 ____________________________________________________________________________
47792 [  7011] By: jhi                                   on 2000/09/02  17:16:25
47793         Log: Update perlhist.
47794      Branch: perl
47795            ! pod/perlhist.pod
47796 ____________________________________________________________________________
47797 [  7010] By: jhi                                   on 2000/09/02  17:01:35
47798         Log: perldelta nits.
47799      Branch: perl
47800            ! pod/perldelta.pod
47801 ____________________________________________________________________________
47802 [  7009] By: nick                                  on 2000/09/02  16:48:35
47803         Log: If overloaded %{} etc. return the object do not loop.
47804              Thus  sub deref { $_[0] } functions if object is wanted type.
47805      Branch: perl
47806            ! pp.h
47807 ____________________________________________________________________________
47808 [  7008] By: jhi                                   on 2000/09/02  16:26:11
47809         Log: Retab MANIFEST.
47810      Branch: perl
47811            ! ext/Storable/MANIFEST
47812 ____________________________________________________________________________
47813 [  7007] By: jhi                                   on 2000/09/02  16:23:02
47814         Log: Make certain cc is set before trying to run it.
47815      Branch: perl
47816            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
47817 ____________________________________________________________________________
47818 [  7006] By: jhi                                   on 2000/09/02  15:45:41
47819         Log: Unicode notes.
47820      Branch: perl
47821            ! pod/perldelta.pod
47822 ____________________________________________________________________________
47823 [  7005] By: jhi                                   on 2000/09/02  15:42:11
47824         Log: Various Configure nits by Philip Newton,
47825              plus the ebcdic one by me.
47826      Branch: metaconfig
47827            + U/modified/pager.U
47828            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
47829      Branch: metaconfig/U/perl
47830            ! Devel.U quadfio.U
47831      Branch: perl
47832            ! Configure config_h.SH
47833 ____________________________________________________________________________
47834 [  7004] By: jhi                                   on 2000/09/02  15:06:14
47835         Log: Apparently avoiding the swapping is too costly.
47836              
47837              From: "Ben Tilly" <ben_tilly@hotmail.com>
47838              Subject: Re: the door is closed.
47839              Date: Fri, 01 Sep 2000 20:23:16 EDT
47840              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
47841      Branch: perl
47842            ! pod/perlfaq4.pod
47843 ____________________________________________________________________________
47844 [  7003] By: nick                                  on 2000/09/02  12:26:04
47845         Log: Undo part of change 6489 which looks like a bulk edit which
47846              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
47847              The supressing of main:: on return from select() is undesirable.
47848      Branch: perl
47849            ! pp_sys.c
47850 ____________________________________________________________________________
47851 [  7002] By: jhi                                   on 2000/09/01  23:08:54
47852         Log: Update Changes.
47853      Branch: perl
47854            ! Changes patchlevel.h
47855 ____________________________________________________________________________
47856 [  7001] By: jhi                                   on 2000/09/01  23:00:13
47857         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
47858              From: Peter Prymmer <pvhp@forte.com>
47859              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
47860              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
47861              
47862              plus rework the http: spots as suggested by Tom Christiansen,
47863              plus regen perltoc.
47864      Branch: perl
47865            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
47866            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
47867 ____________________________________________________________________________
47868 [  7000] By: jhi                                   on 2000/09/01  22:36:01
47869         Log: Only the first line, thank you very much.
47870      Branch: perl
47871            ! hints/solaris_2.sh
47872 ____________________________________________________________________________
47873 [  6999] By: gsar                                  on 2000/09/01  22:16:40
47874         Log: change#6791 accidentally clobbered change#6710, put it back
47875      Branch: perl
47876            ! win32/win32.c
47877 ____________________________________________________________________________
47878 [  6998] By: jhi                                   on 2000/09/01  22:14:16
47879         Log: Mention the HP-UX LP64 freak failure.
47880      Branch: perl
47881            ! pod/perldelta.pod
47882 ____________________________________________________________________________
47883 [  6997] By: jhi                                   on 2000/09/01  21:48:32
47884         Log: Detypo.
47885      Branch: perl
47886            ! hints/hpux.sh
47887 ____________________________________________________________________________
47888 [  6996] By: jhi                                   on 2000/09/01  21:27:10
47889         Log: Update Changes.
47890      Branch: perl
47891            ! Changes patchlevel.h
47892 ____________________________________________________________________________
47893 [  6995] By: jhi                                   on 2000/09/01  21:14:24
47894         Log: Mi splgn s gnin.g
47895      Branch: perl
47896            ! pp_ctl.c
47897 ____________________________________________________________________________
47898 [  6994] By: jhi                                   on 2000/09/01  21:09:54
47899         Log: Subject: http:// in L<>
47900              From: Nicholas Clark <nick@ccl4.org>
47901              Date: Fri, 1 Sep 2000 22:03:21 +0100
47902              Message-ID: <20000901220321.B72074@plum.flirble.org>
47903      Branch: perl
47904            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
47905 ____________________________________________________________________________
47906 [  6993] By: jhi                                   on 2000/09/01  21:06:54
47907         Log: Update to Storable 1.0, from Raphael Manfredi.
47908      Branch: perl
47909            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
47910            ! ext/Storable/Makefile.PL ext/Storable/README
47911            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
47912            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
47913            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
47914            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
47915            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
47916            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
47917 ____________________________________________________________________________
47918 [  6992] By: jhi                                   on 2000/09/01  20:43:05
47919         Log: Mention known sfio+linux buglet.
47920      Branch: perl
47921            ! pod/perldelta.pod
47922 ____________________________________________________________________________
47923 [  6991] By: jhi                                   on 2000/09/01  20:40:11
47924         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
47925              From: Peter Prymmer <pvhp@forte.com>
47926              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
47927              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
47928      Branch: perl
47929            ! vms/vms.c
47930 ____________________________________________________________________________
47931 [  6990] By: jhi                                   on 2000/09/01  20:25:26
47932         Log: Retract #6986.
47933      Branch: perl
47934            ! hints/solaris_2.sh
47935 ____________________________________________________________________________
47936 [  6989] By: jhi                                   on 2000/09/01  20:23:00
47937         Log: Mergesort is back.
47938      Branch: perl
47939            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
47940 ____________________________________________________________________________
47941 [  6988] By: jhi                                   on 2000/09/01  19:37:40
47942         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
47943              From: Mike Guy <mjtg@cam.ac.uk>
47944              Date: Fri, 01 Sep 2000 17:43:33 +0100
47945              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
47946      Branch: perl
47947            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
47948            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
47949 ____________________________________________________________________________
47950 [  6987] By: jhi                                   on 2000/09/01  19:17:10
47951         Log: Regen perltoc.
47952      Branch: perl
47953            ! pod/perltoc.pod
47954 ____________________________________________________________________________
47955 [  6986] By: jhi                                   on 2000/09/01  18:51:10
47956         Log: Subject: Re: Solaris x86 has no SPARC libraries!
47957              From: Lupe Christoph <lupe@lupe-christoph.de>
47958              Date: Fri, 1 Sep 2000 20:41:20 +0200
47959              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
47960      Branch: perl
47961            ! hints/solaris_2.sh
47962 ____________________________________________________________________________
47963 [  6985] By: jhi                                   on 2000/09/01  18:28:10
47964         Log: Update Changes.
47965      Branch: perl
47966            ! Changes patchlevel.h
47967 ____________________________________________________________________________
47968 [  6984] By: jhi                                   on 2000/09/01  18:26:53
47969         Log: Feature ordering tweak.
47970      Branch: perl
47971            ! myconfig.SH
47972 ____________________________________________________________________________
47973 [  6983] By: jhi                                   on 2000/09/01  18:19:50
47974         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
47975              From: <abigail@foad.org>
47976              Date: Fri, 1 Sep 2000 13:07:32 -0400
47977              Message-ID: <20000901170732.18249.qmail@foad.org>
47978      Branch: perl
47979            ! t/pragma/overload.t
47980 ____________________________________________________________________________
47981 [  6982] By: jhi                                   on 2000/09/01  18:17:54
47982         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
47983              so that case-ignoring systems like DCL can tell them from
47984              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
47985      Branch: metaconfig/U/perl
47986            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
47987      Branch: perl
47988            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47989            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
47990            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
47991            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
47992            ! vos/config.def vos/config.h vos/config_h.SH_orig
47993            ! win32/config.bc win32/config.gc win32/config.vc
47994 ____________________________________________________________________________
47995 [  6981] By: nick                                  on 2000/09/01  17:21:57
47996         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
47997              warning when UNTIE exists and instead pass the cound of extra references to
47998              the UNTIE method.
47999      Branch: perl
48000            ! pod/perltie.pod pp_sys.c
48001 ____________________________________________________________________________
48002 [  6980] By: jhi                                   on 2000/09/01  16:54:44
48003         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
48004              From: Peter Prymmer <pvhp@forte.com>
48005              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
48006              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
48007      Branch: perl
48008            ! configure.com
48009 ____________________________________________________________________________
48010 [  6979] By: jhi                                   on 2000/09/01  16:06:20
48011         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
48012              From: Mike Guy <mjtg@cam.ac.uk> 
48013              Date: Fri, 01 Sep 2000 16:49:27 +0100
48014              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
48015      Branch: perl
48016            ! t/base/rs.t
48017 ____________________________________________________________________________
48018 [  6978] By: jhi                                   on 2000/09/01  16:00:42
48019         Log: Update to PodParser 1.18, from Brad Appleton.
48020      Branch: perl
48021            ! lib/Pod/Checker.pm t/pod/find.t
48022 ____________________________________________________________________________
48023 [  6977] By: jhi                                   on 2000/09/01  14:48:58
48024         Log: Subject: Nit in Configure (bleadperl@6961)
48025              From: Lupe Christoph <lupe@lupe-christoph.de>
48026              Date: Fri, 1 Sep 2000 16:34:29 +0200
48027              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
48028      Branch: metaconfig
48029            ! U/compline/ccflags.U
48030      Branch: perl
48031            ! Configure config_h.SH
48032 ____________________________________________________________________________
48033 [  6976] By: jhi                                   on 2000/09/01  14:39:52
48034         Log: Update Changes.
48035      Branch: perl
48036            ! Changes patchlevel.h
48037 ____________________________________________________________________________
48038 [  6975] By: jhi                                   on 2000/09/01  14:37:36
48039         Log: microperl config update.
48040      Branch: perl
48041            ! uconfig.h uconfig.sh
48042 ____________________________________________________________________________
48043 [  6974] By: jhi                                   on 2000/09/01  14:36:53
48044         Log: Document known deficiencies.
48045      Branch: perl
48046            ! pod/perldelta.pod
48047 ____________________________________________________________________________
48048 [  6973] By: jhi                                   on 2000/09/01  14:10:20
48049         Log: Mention warnings fixes and updates.
48050      Branch: perl
48051            ! pod/perldelta.pod
48052 ____________________________________________________________________________
48053 [  6972] By: jhi                                   on 2000/09/01  14:01:52
48054         Log: Drop unused argument.
48055              
48056              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
48057              From: Spider Boardman <spider@web.zk3.dec.com>
48058              Date: Thu, 31 Aug 2000 16:10:15 -0400
48059              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
48060      Branch: perl
48061            ! toke.c
48062 ____________________________________________________________________________
48063 [  6971] By: jhi                                   on 2000/09/01  13:59:24
48064         Log: Add the overload warnings to perldiag.
48065      Branch: perl
48066            ! lib/overload.pm pod/perldiag.pod
48067 ____________________________________________________________________________
48068 [  6970] By: jhi                                   on 2000/09/01  13:55:10
48069         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48070              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48071              Date: Fri, 1 Sep 2000 13:43:15 +0100 
48072              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
48073      Branch: perl
48074            ! lib/overload.pm t/pragma/overload.t
48075 ____________________________________________________________________________
48076 [  6969] By: jhi                                   on 2000/09/01  13:52:27
48077         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48078              From: <abigail@foad.org>
48079              Date: Fri, 1 Sep 2000 05:46:54 -0400
48080              Message-ID: <20000901094654.6476.qmail@foad.org>
48081      Branch: perl
48082            ! lib/overload.pm
48083 ____________________________________________________________________________
48084 [  6968] By: jhi                                   on 2000/09/01  13:50:05
48085         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
48086              From: Daniel Chetlin <daniel@chetlin.com>
48087              Date: Fri, 1 Sep 2000 02:10:55 -0700
48088              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
48089      Branch: perl
48090            ! pod/perlretut.pod
48091 ____________________________________________________________________________
48092 [  6967] By: jhi                                   on 2000/09/01  13:47:54
48093         Log: Part of the solution.
48094              
48095              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
48096              From: Mike Guy <mjtg@cam.ac.uk>
48097              Date: Fri, 01 Sep 2000 14:16:01 +0100
48098              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
48099      Branch: perl
48100            ! gv.c mg.c
48101 ____________________________________________________________________________
48102 [  6966] By: jhi                                   on 2000/09/01  13:46:17
48103         Log: Subject: CPAN.pm beta 1.57_57 for the core
48104              From: andreas.koenig@anima.de (Andreas J. Koenig)
48105              Date: 01 Sep 2000 15:16:31 +0200
48106              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
48107      Branch: perl
48108            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48109 ____________________________________________________________________________
48110 [  6965] By: jhi                                   on 2000/09/01  13:43:18
48111         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
48112              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48113              Date: Fri, 01 Sep 2000 01:47:22 -0500
48114              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
48115      Branch: perl
48116            ! pod/perldelta.pod vms/vms.c
48117 ____________________________________________________________________________
48118 [  6964] By: jhi                                   on 2000/09/01  13:35:35
48119         Log: File::Temp patches from Andreas König,
48120              
48121              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
48122              From: andreas.koenig@anima.de (Andreas J. Koenig)
48123              Date: 01 Sep 2000 10:07:20 +0200
48124              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
48125              
48126              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
48127              From: andreas.koenig@anima.de (Andreas J. Koenig)
48128              Date: 31 Aug 2000 23:26:08 +0200
48129              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
48130      Branch: perl
48131            ! lib/File/Temp.pm t/lib/ftmp-security.t
48132 ____________________________________________________________________________
48133 [  6963] By: jhi                                   on 2000/09/01  02:22:24
48134         Log: Retract the mergesort code, way too incompatible licensing
48135              and copyrights.
48136      Branch: perl
48137            ! pod/perldelta.pod pp_ctl.c
48138 ____________________________________________________________________________
48139 [  6962] By: jhi                                   on 2000/08/31  23:27:32
48140         Log: Update Changes.
48141      Branch: perl
48142            ! Changes patchlevel.h
48143 ____________________________________________________________________________
48144 [  6961] By: jhi                                   on 2000/08/31  23:20:04
48145         Log: Small tweaks all over.
48146      Branch: metaconfig
48147            ! U/compline/d_gconvert.U
48148      Branch: perl
48149            ! AUTHORS Configure config_h.SH pp_ctl.c
48150 ____________________________________________________________________________
48151 [  6960] By: jhi                                   on 2000/08/31  22:39:36
48152         Log: Further rewording.
48153      Branch: perl
48154            ! pp_ctl.c
48155 ____________________________________________________________________________
48156 [  6959] By: jhi                                   on 2000/08/31  21:26:44
48157         Log: More address tweaking.
48158      Branch: perl
48159            ! AUTHORS Changes
48160 ____________________________________________________________________________
48161 [  6958] By: jhi                                   on 2000/08/31  20:47:25
48162         Log: AUTHORS tweaks, from Peter Prymmer.
48163              
48164              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
48165              From: Peter Prymmer <pvhp@forte.com>
48166              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
48167              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
48168      Branch: perl
48169            ! AUTHORS MAINTAIN
48170 ____________________________________________________________________________
48171 [  6957] By: jhi                                   on 2000/08/31  20:34:43
48172         Log: perldelta tweaks.
48173      Branch: perl
48174            ! pod/perldelta.pod
48175 ____________________________________________________________________________
48176 [  6956] By: jhi                                   on 2000/08/31  19:11:06
48177         Log: Regen perltoc.
48178      Branch: perl
48179            ! pod/perltoc.pod
48180 ____________________________________________________________________________
48181 [  6955] By: jhi                                   on 2000/08/31  19:06:30
48182         Log: Clarify the mergesort situation.
48183      Branch: perl
48184            ! pp_ctl.c
48185 ____________________________________________________________________________
48186 [  6954] By: jhi                                   on 2000/08/31  18:24:17
48187         Log: Move the Solaris 7 scan to use64bitall, make the
48188              failure to find 64-bot sparc libc to mention the
48189              possibility of being in an intel, from Lupe and Alan.
48190      Branch: perl
48191            ! hints/solaris_2.sh
48192 ____________________________________________________________________________
48193 [  6953] By: jhi                                   on 2000/08/31  18:09:20
48194         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
48195              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
48196      Branch: metaconfig
48197            ! U/compline/d_gconvert.U U/threads/archname.U
48198      Branch: metaconfig/U/perl
48199            ! perlxv.U
48200      Branch: perl
48201            ! Configure config_h.SH sv.c
48202 ____________________________________________________________________________
48203 [  6952] By: jhi                                   on 2000/08/31  17:42:24
48204         Log: :: not allowed in pathnames, change to .
48205              
48206              Subject: [PATCH perl@6938] cygwin port
48207              From: "Fifer, Eric" <EFifer@sanwaint.com>
48208              Date: Thu, 31 Aug 2000 16:32:59 +0100
48209              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
48210      Branch: metaconfig/U/perl
48211            ! perlxv.U
48212 ____________________________________________________________________________
48213 [  6951] By: jhi                                   on 2000/08/31  17:02:05
48214         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
48215      Branch: perl
48216            ! perl.h
48217 ____________________________________________________________________________
48218 [  6950] By: jhi                                   on 2000/08/31  16:26:08
48219         Log: More author updates.
48220              
48221              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
48222              From: Simon Cozens <simon@cozens.net>
48223              Date: Thu, 31 Aug 2000 17:13:32 +0100
48224              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
48225      Branch: perl
48226            ! AUTHORS
48227 ____________________________________________________________________________
48228 [  6949] By: jhi                                   on 2000/08/31  16:04:49
48229         Log: POSIX doesn't report long double values under -Duselongdouble
48230              when the long doubles are "real" (bigger than doubles).
48231              
48232              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
48233              From: Spider Boardman <spider@peano.zk3.dec.com>
48234              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
48235              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
48236      Branch: perl
48237            ! ext/POSIX/POSIX.xs
48238 ____________________________________________________________________________
48239 [  6948] By: jhi                                   on 2000/08/31  15:25:10
48240         Log: Update Changes.
48241      Branch: perl
48242            ! Changes patchlevel.h
48243 ____________________________________________________________________________
48244 [  6947] By: jhi                                   on 2000/08/31  15:22:29
48245         Log: Document UNTIE in a very minimalistic way.
48246      Branch: perl
48247            ! pod/perlfunc.pod pod/perltie.pod
48248 ____________________________________________________________________________
48249 [  6946] By: jhi                                   on 2000/08/31  15:15:23
48250         Log: Document known failures.
48251      Branch: perl
48252            ! pod/perldelta.pod
48253 ____________________________________________________________________________
48254 [  6945] By: jhi                                   on 2000/08/31  15:07:00
48255         Log: Don't attach -ld to the archname if pointless.
48256      Branch: metaconfig
48257            ! U/threads/archname.U
48258      Branch: perl
48259            ! Configure config_h.SH
48260 ____________________________________________________________________________
48261 [  6944] By: jhi                                   on 2000/08/31  14:37:42
48262         Log: Wrap the test in eval.
48263              
48264              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
48265              From: Tim Jenness <timj@jach.hawaii.edu>
48266              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
48267              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
48268      Branch: perl
48269            ! t/lib/ftmp-security.t
48270 ____________________________________________________________________________
48271 [  6943] By: jhi                                   on 2000/08/31  14:30:57
48272         Log: Make -Dusemorebits find long doubles in Solaris.
48273      Branch: perl
48274            ! hints/solaris_2.sh
48275 ____________________________________________________________________________
48276 [  6942] By: jhi                                   on 2000/08/31  13:48:45
48277         Log: Clarify the third case of ftmp-security warnings.
48278      Branch: perl
48279            ! INSTALL
48280 ____________________________________________________________________________
48281 [  6941] By: jhi                                   on 2000/08/31  13:40:31
48282         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
48283              From: <abigail@foad.org>
48284              Date: Thu, 31 Aug 2000 01:35:05 -0400
48285              Message-ID: <20000831053505.32120.qmail@foad.org>
48286      Branch: perl
48287            ! pod/perldelta.pod
48288 ____________________________________________________________________________
48289 [  6940] By: jhi                                   on 2000/08/31  13:38:48
48290         Log: Issue useful diagnostic on unknown pod commands.
48291              
48292              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
48293              From: <abigail@foad.org>
48294              Date: Thu, 31 Aug 2000 03:41:18 -0400
48295              Message-ID: <20000831074118.24880.qmail@foad.org>
48296      Branch: perl
48297            ! lib/Pod/Man.pm
48298 ____________________________________________________________________________
48299 [  6939] By: jhi                                   on 2000/08/31  13:34:33
48300         Log: Reveal Borland's isnan.
48301              
48302              Subject: build with BC++ tweak
48303              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48304              Date: Thu, 31 Aug 2000 13:09:37 +0400
48305              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
48306      Branch: perl
48307            ! win32/win32.h
48308 ____________________________________________________________________________
48309 [  6938] By: jhi                                   on 2000/08/31  05:01:20
48310         Log: Update Changes.
48311      Branch: perl
48312            ! Changes patchlevel.h
48313 ____________________________________________________________________________
48314 [  6937] By: jhi                                   on 2000/08/31  04:26:23
48315         Log: sscanf() may be the only way to read long doubles from strings.
48316      Branch: metaconfig/U/perl
48317            ! longdblfio.U
48318      Branch: perl
48319            ! Configure config_h.SH perl.h util.c
48320 ____________________________________________________________________________
48321 [  6936] By: jhi                                   on 2000/08/31  04:18:19
48322         Log: The #6929 was too skimpy.
48323      Branch: perl
48324            ! sv.c
48325 ____________________________________________________________________________
48326 [  6935] By: jhi                                   on 2000/08/31  02:47:07
48327         Log: Subject: Re: typos in pods
48328              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48329              Date: Wed, 30 Aug 2000 19:25:34 -0700
48330              Message-ID: <eIcr5gzkg25X092yn@efn.org>
48331      Branch: perl
48332            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
48333 ____________________________________________________________________________
48334 [  6934] By: jhi                                   on 2000/08/31  02:42:55
48335         Log: Missed one Unicode file.
48336      Branch: perl
48337            + lib/unicode/UCDFF301.html
48338 ____________________________________________________________________________
48339 [  6933] By: jhi                                   on 2000/08/30  23:42:27
48340         Log: Update Changes.
48341      Branch: perl
48342            ! Changes patchlevel.h
48343 ____________________________________________________________________________
48344 [  6932] By: jhi                                   on 2000/08/30  23:40:07
48345         Log: Mention UNTIE in perldelta.  Still needs documenting
48346              in perltie et alia.
48347      Branch: perl
48348            ! pod/perldelta.pod
48349 ____________________________________________________________________________
48350 [  6931] By: jhi                                   on 2000/08/30  23:36:02
48351         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
48352              From: <abigail@foad.org>
48353              Date: Wed, 30 Aug 2000 19:28:07 -0400
48354              Message-ID: <20000830232807.305.qmail@foad.org>
48355      Branch: perl
48356            ! pod/perldelta.pod
48357 ____________________________________________________________________________
48358 [  6930] By: jhi                                   on 2000/08/30  23:32:40
48359         Log: Update to Unicode 3.0.1.
48360      Branch: perl
48361            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
48362            + lib/unicode/PropList.txt lib/unicode/README.perl
48363            + lib/unicode/UCD301.html lib/unicode/Unicode.301
48364            - lib/unicode/Props.txt lib/unicode/UCD300.html
48365            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
48366            ! (edit 257 files)
48367 ____________________________________________________________________________
48368 [  6929] By: jhi                                   on 2000/08/30  22:38:18
48369         Log: Heap decorruption.
48370              
48371              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
48372              From: Alan Burlison <Alan.Burlison@uk.sun.com>
48373              Date: Wed, 30 Aug 2000 22:39:52 +0100
48374              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
48375      Branch: perl
48376            ! sv.c
48377 ____________________________________________________________________________
48378 [  6928] By: jhi                                   on 2000/08/30  22:29:34
48379         Log: Retract the dummy test, skip the security tests (instead of failing),
48380              explain what the warnings mean.
48381      Branch: perl
48382            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
48383 ____________________________________________________________________________
48384 [  6927] By: jhi                                   on 2000/08/30  22:14:13
48385         Log: Change the internal implementation of sort() to be mergesort
48386              instead of quicksort, from John Linderman <jpl@research.att.com>.
48387              Gives us better worst case, better average case, and stability.
48388              What's there not to like?  (Small fixes for threaded builds
48389              were required).
48390      Branch: perl
48391            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
48392 ____________________________________________________________________________
48393 [  6926] By: jhi                                   on 2000/08/30  20:55:20
48394         Log: A better fix for the Socket building problem from Craig Berry.
48395      Branch: perl
48396            ! vms/vms.c
48397 ____________________________________________________________________________
48398 [  6925] By: jhi                                   on 2000/08/30  20:20:25
48399         Log: Subject: [PATCH] Re: UNTIE method 
48400              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48401              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
48402              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
48403      Branch: perl
48404            ! pp_sys.c t/op/tie.t
48405 ____________________________________________________________________________
48406 [  6924] By: jhi                                   on 2000/08/30  20:17:11
48407         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
48408              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48409              Date: Wed, 30 Aug 2000 15:03:14 -0500
48410              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
48411      Branch: perl
48412            ! vms/vms.c
48413 ____________________________________________________________________________
48414 [  6923] By: jhi                                   on 2000/08/30  20:15:18
48415         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
48416              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48417              Date: Wed, 30 Aug 2000 13:30:36 -0500
48418              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
48419      Branch: perl
48420            ! vms/vms.c
48421 ____________________________________________________________________________
48422 [  6922] By: jhi                                   on 2000/08/30  19:54:43
48423         Log: Better options for rsync.
48424      Branch: perl
48425            ! pod/perlhack.pod
48426 ____________________________________________________________________________
48427 [  6921] By: jhi                                   on 2000/08/30  19:40:16
48428         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
48429              From: Rick Delaney <rick@consumercontact.com>
48430              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
48431              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
48432      Branch: perl
48433            ! pod/perlfunc.pod
48434 ____________________________________________________________________________
48435 [  6920] By: jhi                                   on 2000/08/30  19:36:40
48436         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
48437              From: Peter Prymmer <pvhp@forte.com>
48438              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
48439              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
48440      Branch: perl
48441            ! configure.com
48442 ____________________________________________________________________________
48443 [  6919] By: jhi                                   on 2000/08/30  14:52:02
48444         Log: Update Changes.
48445      Branch: perl
48446            ! Changes patchlevel.h
48447 ____________________________________________________________________________
48448 [  6918] By: jhi                                   on 2000/08/30  14:48:34
48449         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
48450      Branch: perl
48451            ! lib/ExtUtils/typemap
48452 ____________________________________________________________________________
48453 [  6917] By: jhi                                   on 2000/08/30  14:46:34
48454         Log: Subject: typos in pods
48455              From: Nicholas Clark <nick@ccl4.org>
48456              Date: Wed, 30 Aug 2000 01:12:50 +0100
48457              Message-ID: <20000830011249.A61388@plum.flirble.org>
48458      Branch: perl
48459            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
48460            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
48461            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
48462            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
48463 ____________________________________________________________________________
48464 [  6916] By: jhi                                   on 2000/08/30  14:19:09
48465         Log: Document Storable problems on Crays.  (Will have
48466              to document all the other Storable problems, too.)
48467      Branch: perl
48468            ! pod/perldelta.pod
48469 ____________________________________________________________________________
48470 [  6915] By: jhi                                   on 2000/08/30  14:06:02
48471         Log: Subject: [PATCH] fix misc cast warnings
48472              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48473              Date: Tue, 29 Aug 2000 23:16:14 -0700
48474              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
48475      Branch: perl
48476            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
48477            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
48478            ! os2/os2ish.h
48479 ____________________________________________________________________________
48480 [  6914] By: jhi                                   on 2000/08/30  14:03:45
48481         Log: Timestamp mismatch again.  Need to fix this dependence on
48482              config_h.SH timestamp, since it's the contents of config_h.SH
48483              that matter.
48484      Branch: perl
48485            ! uconfig.h uconfig.sh
48486 ____________________________________________________________________________
48487 [  6913] By: jhi                                   on 2000/08/30  13:54:06
48488         Log: Don't say "Perl 5.0 source kit".
48489      Branch: perl
48490            ! perl.c
48491 ____________________________________________________________________________
48492 [  6912] By: jhi                                   on 2000/08/30  13:51:24
48493         Log: Reset archname and archname64 always, forcing them be
48494              recomputed at each Configure run, make Configure and
48495              the hints files agree on the naming of largefiles variables.
48496      Branch: metaconfig
48497            ! U/threads/archname.U
48498      Branch: metaconfig/U/perl
48499            ! use64bits.U
48500      Branch: perl
48501            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
48502            ! hints/linux.sh hints/solaris_2.sh
48503 ____________________________________________________________________________
48504 [  6911] By: jhi                                   on 2000/08/30  13:30:13
48505         Log: Put back the slice accidentally removed by #6907.
48506      Branch: perl
48507            ! hints/solaris_2.sh
48508 ____________________________________________________________________________
48509 [  6910] By: jhi                                   on 2000/08/30  01:24:26
48510         Log: Be consistent: other Net::get* do export theirs.
48511              
48512              Subject: Re: Net::protoent does not export 'getproto'
48513              From: Yasushi Nakajima <sey@jkc.co.jp>
48514              Date: Wed, 30 Aug 2000 09:53:14 +0900
48515              Message-Id: <200008300051.DAA24700@taku.hut.fi>
48516      Branch: perl
48517            ! lib/Net/protoent.pm
48518 ____________________________________________________________________________
48519 [  6909] By: jhi                                   on 2000/08/30  01:17:25
48520         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
48521              From: Gurusamy Sarathy <gsar@ActiveState.com>
48522              Date: Tue, 29 Aug 2000 17:17:07 -0700
48523              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
48524      Branch: perl
48525            ! cop.h
48526 ____________________________________________________________________________
48527 [  6908] By: jhi                                   on 2000/08/30  00:58:05
48528         Log: Update Changes.
48529      Branch: perl
48530            ! Changes patchlevel.h
48531 ____________________________________________________________________________
48532 [  6907] By: jhi                                   on 2000/08/30  00:57:22
48533         Log: Introduce ccname to keep track of what compiler kind of we have.
48534      Branch: metaconfig/U/perl
48535            ! Checkcc.U gccvers.U
48536      Branch: perl
48537            ! Configure config_h.SH hints/solaris_2.sh
48538 ____________________________________________________________________________
48539 [  6906] By: jhi                                   on 2000/08/30  00:25:47
48540         Log: Put back the flags dump as reasoned in
48541              
48542              Subject: Re: [PATCH] Glob dumping
48543              From: Mike Guy <mjtg@cam.ac.uk> 
48544              Date: Tue, 29 Aug 2000 21:41:32 +0100
48545              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
48546      Branch: perl
48547            ! dump.c t/lib/peek.t
48548 ____________________________________________________________________________
48549 [  6905] By: jhi                                   on 2000/08/30  00:16:17
48550         Log: Make the epsilon to be relative, not absolute.
48551              
48552              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
48553              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
48554              Date: Tue, 29 Aug 2000 19:58:56 -0400
48555              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
48556      Branch: perl
48557            ! t/lib/trig.t
48558 ____________________________________________________________________________
48559 [  6904] By: jhi                                   on 2000/08/30  00:13:09
48560         Log: From now on, Gisle is on my list of usual suspects :-)
48561              Retract #6902.
48562      Branch: perl
48563            ! ext/Opcode/Safe.pm
48564 ____________________________________________________________________________
48565 [  6903] By: jhi                                   on 2000/08/29  23:51:20
48566         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
48567              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48568              Date: Tue, 29 Aug 2000 18:43:26 -0500
48569              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
48570      Branch: perl
48571            + vms/vmspipe.com
48572            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
48573            ! vms/vms.c
48574 ____________________________________________________________________________
48575 [  6902] By: jhi                                   on 2000/08/29  23:44:14
48576         Log: Retry what #6882 attempted.
48577              
48578              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
48579              From: Gisle Aas <gisle@ActiveState.com>
48580              Date: 30 Aug 2000 00:33:09 +0200
48581              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
48582      Branch: perl
48583            ! ext/Opcode/Safe.pm
48584 ____________________________________________________________________________
48585 [  6901] By: jhi                                   on 2000/08/29  22:59:32
48586         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
48587              From: Hugo <hv@crypt.compulink.co.uk>
48588              Date: Mon, 12 Jun 2000 19:36:08 +0100
48589              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
48590      Branch: perl
48591            ! sv.c
48592 ____________________________________________________________________________
48593 [  6900] By: jhi                                   on 2000/08/29  22:58:35
48594         Log: Admit that we are leaking scalars.
48595              
48596              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
48597              From: Spider Boardman <spider@leggy.zk3.dec.com>
48598              Date: Tue, 29 Aug 2000 18:48:29 -0400
48599              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
48600      Branch: perl
48601            ! t/pragma/warnings.t
48602 ____________________________________________________________________________
48603 [  6899] By: jhi                                   on 2000/08/29  20:53:13
48604         Log: Update Changes.
48605      Branch: perl
48606            ! Changes patchlevel.h
48607 ____________________________________________________________________________
48608 [  6898] By: jhi                                   on 2000/08/29  20:46:21
48609         Log: Undo namespace pollution of #6878.
48610              
48611              Subject: Re: Net::protoent does not export 'getproto'
48612              From: Mike Guy <mjtg@cam.ac.uk>
48613              Date: Tue, 29 Aug 2000 21:32:37 +0100
48614              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
48615      Branch: perl
48616            ! lib/Net/protoent.pm
48617 ____________________________________________________________________________
48618 [  6897] By: jhi                                   on 2000/08/29  20:44:29
48619         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
48620              From: Peter Prymmer <pvhp@forte.com>
48621              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
48622              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
48623      Branch: perl
48624            ! pod/perlebcdic.pod
48625 ____________________________________________________________________________
48626 [  6896] By: jhi                                   on 2000/08/29  20:40:57
48627         Log: There's no point repeating the 'revision' (5) of perl5.
48628      Branch: metaconfig/U/perl
48629            ! Devel.U patchlevel.U
48630      Branch: perl
48631            ! Configure config_h.SH
48632 ____________________________________________________________________________
48633 [  6895] By: jhi                                   on 2000/08/29  20:16:58
48634         Log: Regen Configure for #6894.
48635      Branch: metaconfig/U/perl
48636            ! perladmin.U
48637      Branch: perl
48638            ! Configure config_h.SH
48639 ____________________________________________________________________________
48640 [  6894] By: jhi                                   on 2000/08/29  19:59:52
48641         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
48642              From: "Philip Newton" <Philip.Newton@gmx.net>
48643              Date: Tue, 29 Aug 2000 21:39:14 +0200
48644              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
48645      Branch: perl
48646            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
48647            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
48648            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
48649            ! utils/perlbug.PL
48650 ____________________________________________________________________________
48651 [  6893] By: jhi                                   on 2000/08/29  19:55:30
48652         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
48653              From: "Philip Newton" <Philip.Newton@gmx.net>
48654              Date: Tue, 29 Aug 2000 21:39:14 +0200
48655              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
48656      Branch: perl
48657            ! installhtml
48658 ____________________________________________________________________________
48659 [  6892] By: jhi                                   on 2000/08/29  19:53:59
48660         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
48661              From: "Philip Newton" <Philip.Newton@gmx.net>
48662              Date: Tue, 29 Aug 2000 21:48:18 +0200
48663              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
48664      Branch: perl
48665            ! lib/File/Temp.pm
48666 ____________________________________________________________________________
48667 [  6891] By: jhi                                   on 2000/08/29  18:30:03
48668         Log: Nail the ID 20000828.023.
48669      Branch: perl
48670            ! ext/Storable/Storable.xs
48671 ____________________________________________________________________________
48672 [  6890] By: jhi                                   on 2000/08/29  16:50:17
48673         Log: Under usethreads the dumped variable is IN_PAD.
48674              
48675              Subject: Re: [PATCH] Glob dumping
48676              From: Gisle Aas <gisle@ActiveState.com>
48677              Date: 29 Aug 2000 18:45:05 +0200
48678              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
48679      Branch: perl
48680            ! t/lib/peek.t
48681 ____________________________________________________________________________
48682 [  6889] By: jhi                                   on 2000/08/29  15:17:37
48683         Log: Update Changes.
48684      Branch: perl
48685            ! Changes patchlevel.h
48686 ____________________________________________________________________________
48687 [  6888] By: jhi                                   on 2000/08/29  14:49:59
48688         Log: Retract #6882, broke the safe tests.
48689      Branch: perl
48690            ! ext/Opcode/Safe.pm
48691 ____________________________________________________________________________
48692 [  6887] By: jhi                                   on 2000/08/29  14:47:06
48693         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
48694              From: Gisle Aas <gisle@ActiveState.com> 
48695              Date: 09 Jun 2000 20:00:11 +0200
48696              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
48697      Branch: perl
48698            ! utils/perldoc.PL
48699 ____________________________________________________________________________
48700 [  6886] By: jhi                                   on 2000/08/29  14:42:45
48701         Log: The #6881 removed one dump line.
48702      Branch: perl
48703            ! t/lib/peek.t
48704 ____________________________________________________________________________
48705 [  6885] By: jhi                                   on 2000/08/29  14:30:47
48706         Log: Don't forget to tidy up.
48707      Branch: perl
48708            ! t/lib/ftmp-security.t
48709 ____________________________________________________________________________
48710 [  6884] By: jhi                                   on 2000/08/29  14:25:17
48711         Log: Disabling the one test is a bit tricky.
48712      Branch: perl
48713            ! t/lib/ftmp-security.t
48714 ____________________________________________________________________________
48715 [  6883] By: jhi                                   on 2000/08/29  14:16:25
48716         Log: Disable one of the tests for now.
48717      Branch: perl
48718            ! t/lib/ftmp-security.t
48719 ____________________________________________________________________________
48720 [  6882] By: jhi                                   on 2000/08/29  14:05:50
48721         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
48722              From: gisle@aas.no
48723              Date: 29 Aug 2000 10:35:06 -0000
48724              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
48725      Branch: perl
48726            ! ext/Opcode/Safe.pm
48727 ____________________________________________________________________________
48728 [  6881] By: jhi                                   on 2000/08/29  14:03:51
48729         Log: Subject: [PATCH] Glob dumping
48730              From: Gisle Aas <gisle@ActiveState.com>
48731              Date: 29 Aug 2000 07:59:42 -0000
48732              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
48733      Branch: perl
48734            ! dump.c
48735 ____________________________________________________________________________
48736 [  6880] By: jhi                                   on 2000/08/29  14:02:01
48737         Log: Subject: [PATCH] Warnings in B::Deparse
48738              From: <abigail@foad.org>
48739              Date: Tue, 29 Aug 2000 00:00:01 -0400
48740              Message-ID: <20000829040001.2999.qmail@foad.org>
48741      Branch: perl
48742            ! ext/B/B/Deparse.pm
48743 ____________________________________________________________________________
48744 [  6879] By: jhi                                   on 2000/08/29  13:57:26
48745         Log: Missed a change in #6869.
48746      Branch: perl
48747            ! mg.c
48748 ____________________________________________________________________________
48749 [  6878] By: jhi                                   on 2000/08/29  13:45:04
48750         Log: Subject: Net::protoent does not export 'getproto'
48751              From: Yasushi Nakajima <sey@jkc.co.jp>
48752              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
48753      Branch: perl
48754            ! lib/Net/protoent.pm
48755 ____________________________________________________________________________
48756 [  6877] By: jhi                                   on 2000/08/29  13:39:19
48757         Log: Patches all over for people and the files they (hopefully) care about.
48758      Branch: perl
48759            ! AUTHORS Changes MAINTAIN
48760 ____________________________________________________________________________
48761 [  6876] By: jhi                                   on 2000/08/29  12:53:54
48762         Log: Fix for thinko in #6848.
48763              
48764              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
48765              From: Lupe Christoph <lupe@lupe-christoph.de>
48766              Date: Tue, 29 Aug 2000 09:04:08 +0200
48767              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
48768      Branch: perl
48769            ! ext/Thread/Thread.xs
48770 ____________________________________________________________________________
48771 [  6875] By: jhi                                   on 2000/08/29  12:50:14
48772         Log: Update to Getopt::Long 2.24, from Johan Vromans.
48773      Branch: perl
48774            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
48775 ____________________________________________________________________________
48776 [  6874] By: jhi                                   on 2000/08/29  02:09:53
48777         Log: Use minimal @INC in tests, most of the time just '../lib',
48778              so that we simply can't pick up stuff from other Perls than
48779              the one we are testing.  Pointed out by
48780              
48781              From: Mike Guy <mjtg@cam.ac.uk>
48782              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
48783              Date: Fri, 25 Aug 2000 15:15:59 +0100
48784              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
48785      Branch: perl
48786            ! (edit 185 files)
48787 ____________________________________________________________________________
48788 [  6873] By: jhi                                   on 2000/08/29  01:07:11
48789         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
48790              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48791              Date: Mon, 28 Aug 2000 17:45:52 -0700
48792              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
48793      Branch: perl
48794            ! Makefile.SH hints/os2.sh
48795 ____________________________________________________________________________
48796 [  6872] By: jhi                                   on 2000/08/28  23:33:39
48797         Log: Subject: [PATCH bleedperl@6866] spellings
48798              From: marcel@codewerk.com (Marcel Grunauer)
48799              Date: Tue, 29 Aug 2000 01:19:59 +0200
48800              Message-Id: <200008282319.BAA29862@gandalf.local>
48801      Branch: perl
48802            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
48803            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
48804            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
48805 ____________________________________________________________________________
48806 [  6871] By: jhi                                   on 2000/08/28  23:22:09
48807         Log: Take out the SUIDMAIL thing, that will not be
48808              a problem in 5.7.*.
48809      Branch: perl
48810            ! patchlevel.h
48811 ____________________________________________________________________________
48812 [  6870] By: jhi                                   on 2000/08/28  23:19:30
48813         Log: -S is the silent flag, -s is the strip flag.
48814              
48815              Subject: [PATCH] Re: [PATCH] make no-install          
48816              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48817              Date: Mon, 28 Aug 2000 15:12:55 -0700
48818              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
48819      Branch: perl
48820            ! Makefile.SH
48821 ____________________________________________________________________________
48822 [  6869] By: jhi                                   on 2000/08/28  23:12:05
48823         Log: Subject: [PATCH bleedperl@6856] warnings fixes
48824              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48825              Date: Mon, 28 Aug 2000 23:55:06 +0100
48826              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
48827      Branch: perl
48828            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
48829            ! warnings.h warnings.pl
48830 ____________________________________________________________________________
48831 [  6868] By: jhi                                   on 2000/08/28  21:38:22
48832         Log: Potential cruft.
48833      Branch: perl
48834            ! Makefile.SH
48835 ____________________________________________________________________________
48836 [  6867] By: jhi                                   on 2000/08/28  21:35:36
48837         Log: Update Changes.
48838      Branch: perl
48839            ! Changes patchlevel.h
48840 ____________________________________________________________________________
48841 [  6866] By: jhi                                   on 2000/08/28  21:33:49
48842         Log: Subject: hv.h Doc Patch
48843              From: Fisher Mark <fisherm@tce.com>
48844              Date: Mon, 28 Aug 2000 16:24:59 -0500
48845              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
48846      Branch: perl
48847            ! hv.h
48848 ____________________________________________________________________________
48849 [  6865] By: jhi                                   on 2000/08/28  21:02:15
48850         Log: Add -ld to archname on long tr...double platforms.
48851      Branch: metaconfig
48852            ! U/threads/archname.U
48853      Branch: perl
48854            ! Configure config_h.SH
48855 ____________________________________________________________________________
48856 [  6864] By: jhi                                   on 2000/08/28  20:38:59
48857         Log: An attempt to fix the problem reported in
48858              
48859              Subject: Building perl@6856 using gcc/AIX 4.3.3 
48860              From: Daniel Muino <dmuino@afip.gov.ar> 
48861              Date: Mon, 28 Aug 2000 15:50:01 -0300   
48862              Message-ID: <20000828155001.A14403@con2-dgi>
48863              
48864              I can't test this properly since the gcc installation I have
48865              access to seems to be botched (gcc is calling the AIX cpp,
48866              a losing proposition...)
48867      Branch: perl
48868            ! hints/aix.sh
48869 ____________________________________________________________________________
48870 [  6863] By: jhi                                   on 2000/08/28  18:57:52
48871         Log: Fix for ID 20000828.001, long doubles were not formatted
48872              correctly (showed up in $], which stopped installing perl).
48873      Branch: perl
48874            ! sv.c
48875 ____________________________________________________________________________
48876 [  6862] By: jhi                                   on 2000/08/28  18:07:15
48877         Log: Typo in #6858.
48878      Branch: perl
48879            ! lib/Cwd.pm
48880 ____________________________________________________________________________
48881 [  6861] By: jhi                                   on 2000/08/28  17:57:27
48882         Log: opmini.o may be left around if a build is interrupted.
48883      Branch: perl
48884            ! Makefile.SH
48885 ____________________________________________________________________________
48886 [  6860] By: jhi                                   on 2000/08/28  16:52:50
48887         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
48888              From: Daniel Chetlin <daniel@chetlin.com>
48889              Date: Mon, 28 Aug 2000 01:14:18 -0700
48890              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
48891      Branch: perl
48892            ! lib/overload.pm
48893 ____________________________________________________________________________
48894 [  6859] By: jhi                                   on 2000/08/28  16:08:46
48895         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
48896              From: Nicholas Clark <nick@ccl4.org>
48897              Date: Mon, 28 Aug 2000 16:03:27 +0100
48898              Message-Id: <20000828160327.C49785@plum.flirble.org>
48899      Branch: perl
48900            ! ext/ByteLoader/bytecode.h
48901 ____________________________________________________________________________
48902 [  6858] By: jhi                                   on 2000/08/28  16:02:10
48903         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
48904              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
48905              Date: Mon, 28 Aug 2000 13:08:30 +0200
48906              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
48907      Branch: perl
48908            ! lib/Cwd.pm
48909 ____________________________________________________________________________
48910 [  6857] By: jhi                                   on 2000/08/28  15:42:47
48911         Log: display_format used as a class method without arguments was broken,
48912              reported in
48913              
48914              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
48915              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
48916              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
48917              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
48918      Branch: perl
48919            ! lib/Math/Complex.pm t/lib/complex.t
48920 ____________________________________________________________________________
48921 [  6856] By: jhi                                   on 2000/08/27  22:09:48
48922         Log: Update Changes.
48923      Branch: perl
48924            ! Changes patchlevel.h
48925 ____________________________________________________________________________
48926 [  6855] By: jhi                                   on 2000/08/27  21:59:21
48927         Log: Retract #6853 (false alarm).
48928      Branch: perl
48929            ! lib/ExtUtils/xsubpp
48930 ____________________________________________________________________________
48931 [  6854] By: jhi                                   on 2000/08/27  21:37:44
48932         Log: Update Changes.
48933      Branch: perl
48934            ! Changes patchlevel.h
48935 ____________________________________________________________________________
48936 [  6853] By: jhi                                   on 2000/08/27  21:37:16
48937         Log: Subject: [PATCH perl@6850] workaround for xsubpp
48938              From: Hugo <hv@crypt.compulink.co.uk>
48939              Date: Sun, 27 Aug 2000 22:30:25 +0100
48940              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
48941      Branch: perl
48942            ! lib/ExtUtils/xsubpp
48943 ____________________________________________________________________________
48944 [  6852] By: jhi                                   on 2000/08/27  21:33:58
48945         Log: Big-endian 64-bit patch from Raphael Manfredi.
48946      Branch: perl
48947            ! ext/Storable/Storable.xs
48948 ____________________________________________________________________________
48949 [  6851] By: jhi                                   on 2000/08/27  21:22:21
48950         Log: More ruthless editing from Hugo van der Sanden.
48951      Branch: perl
48952            ! pod/perldelta.pod
48953 ____________________________________________________________________________
48954 [  6850] By: jhi                                   on 2000/08/27  16:11:46
48955         Log: Update Changes.
48956      Branch: perl
48957            ! Changes patchlevel.h
48958 ____________________________________________________________________________
48959 [  6849] By: jhi                                   on 2000/08/27  16:11:05
48960         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
48961      Branch: perl
48962            ! configpm pod/perldelta.pod
48963 ____________________________________________________________________________
48964 [  6848] By: jhi                                   on 2000/08/27  15:35:08
48965         Log: Use the actual thread type, not the pointer-to-struct.
48966      Branch: perl
48967            ! ext/Thread/Thread.xs
48968 ____________________________________________________________________________
48969 [  6847] By: jhi                                   on 2000/08/27  15:30:49
48970         Log: Test nit.
48971      Branch: perl
48972            ! t/pragma/warn/pp_sys
48973 ____________________________________________________________________________
48974 [  6846] By: jhi                                   on 2000/08/27  15:19:02
48975         Log: Passing -R in ldflags makes now it to appear in the default
48976              for lddlflags, just like with -L.
48977              
48978              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
48979              From: Lupe Christoph <lupe@lupe-christoph.de>
48980              Date: Sun, 27 Aug 2000 10:28:21 +0200
48981              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
48982      Branch: metaconfig/U/perl
48983            ! dlsrc.U
48984      Branch: perl
48985            ! Configure
48986 ____________________________________________________________________________
48987 [  6845] By: jhi                                   on 2000/08/27  15:08:54
48988         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
48989              From: Alan Burlison <Alan.Burlison@uk.sun.com>
48990              Date: Sat, 26 Aug 2000 22:23:27 +0100
48991              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
48992      Branch: perl
48993            ! lib/ExtUtils/MM_Unix.pm
48994 ____________________________________________________________________________
48995 [  6844] By: jhi                                   on 2000/08/27  15:02:37
48996         Log: DJGPP update from Laszlo Molnar.
48997              
48998              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
48999              From: ml1050 <ml1050@freemail.hu>
49000              Date: Sat, 26 Aug 2000 23:24:40 +0200
49001              Message-Id: <20000826232440.A439@freemail.hu>
49002      Branch: perl
49003            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
49004            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
49005 ____________________________________________________________________________
49006 [  6843] By: jhi                                   on 2000/08/27  14:53:58
49007         Log: Subject: installman buglet
49008              From: Lupe Christoph <lupe@lupe-christoph.de>
49009              Date: Sun, 27 Aug 2000 14:38:59 +0200
49010              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
49011      Branch: perl
49012            ! installman
49013 ____________________________________________________________________________
49014 [  6842] By: jhi                                   on 2000/08/27  14:52:08
49015         Log: Can't get the test to reliably work thanks to the
49016              inaccurateness of floating point.  "Resolves" bug ids
49017              20000826.003, 20000826.009, 20000826.010,
49018      Branch: perl
49019            ! t/lib/trig.t
49020 ____________________________________________________________________________
49021 [  6841] By: jhi                                   on 2000/08/26  15:53:58
49022         Log: Update Changes.
49023      Branch: perl
49024            ! Changes patchlevel.h
49025 ____________________________________________________________________________
49026 [  6840] By: jhi                                   on 2000/08/26  14:23:03
49027         Log: grep -e isn't portable.
49028              
49029              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
49030              From: chris@broadband.att.com
49031              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
49032              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
49033      Branch: perl
49034            ! hints/solaris_2.sh
49035 ____________________________________________________________________________
49036 [  6839] By: jhi                                   on 2000/08/26  14:12:23
49037         Log: no-install target a la make -n.
49038              
49039              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
49040              From: <abigail@foad.org>
49041              Date: Sat, 26 Aug 2000 03:57:34 -0400
49042              Message-ID: <20000826075735.18912.qmail@foad.org>
49043      Branch: perl
49044            ! Makefile.SH installman installperl
49045 ____________________________________________________________________________
49046 [  6838] By: jhi                                   on 2000/08/26  14:06:33
49047         Log: Retract #6826 as the #6828 should be do the same
49048              in a More Correct Way.
49049      Branch: perl
49050            ! installperl
49051 ____________________________________________________________________________
49052 [  6837] By: jhi                                   on 2000/08/26  05:24:00
49053         Log: More casting.
49054      Branch: perl
49055            ! ext/Storable/Storable.xs
49056 ____________________________________________________________________________
49057 [  6836] By: jhi                                   on 2000/08/26  05:05:46
49058         Log: Nicer in decimal.
49059      Branch: perl
49060            ! ext/Storable/Storable.xs
49061 ____________________________________________________________________________
49062 [  6835] By: jhi                                   on 2000/08/26  05:03:50
49063         Log: There be no UVdf.
49064      Branch: perl
49065            ! ext/Storable/Storable.xs
49066 ____________________________________________________________________________
49067 [  6834] By: jhi                                   on 2000/08/26  05:00:18
49068         Log: Continue IVdfing and UVxfing.
49069      Branch: perl
49070            ! ext/Storable/Storable.xs
49071 ____________________________________________________________________________
49072 [  6833] By: jhi                                   on 2000/08/26  04:53:14
49073         Log: Use IVdf.
49074      Branch: perl
49075            ! ext/Storable/Storable.xs
49076 ____________________________________________________________________________
49077 [  6832] By: jhi                                   on 2000/08/26  04:40:41
49078         Log: Document PTR2XX and INT2PTR.
49079      Branch: perl
49080            ! pod/perlguts.pod
49081 ____________________________________________________________________________
49082 [  6831] By: jhi                                   on 2000/08/26  04:33:18
49083         Log: Use UVxf, PTR2UV, NVff.
49084      Branch: perl
49085            ! ext/Storable/Storable.xs
49086 ____________________________________________________________________________
49087 [  6830] By: jhi                                   on 2000/08/26  04:31:32
49088         Log: Update the test count.
49089      Branch: perl
49090            ! t/lib/trig.t
49091 ____________________________________________________________________________
49092 [  6829] By: jhi                                   on 2000/08/26  03:05:50
49093         Log: Subject: [PATCH] installation not quite silent yet.
49094              From: <abigail@foad.org>
49095              Date: Fri, 25 Aug 2000 20:07:53 -0400
49096              Message-ID: <20000826000753.7822.qmail@foad.org>
49097      Branch: perl
49098            ! installman installperl
49099 ____________________________________________________________________________
49100 [  6828] By: jhi                                   on 2000/08/26  03:05:14
49101         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
49102              From: Spider Boardman <spider@web.zk3.dec.com>
49103              Date: Fri, 25 Aug 2000 19:12:40 -0400
49104              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
49105      Branch: perl
49106            ! gv.c
49107 ____________________________________________________________________________
49108 [  6827] By: jhi                                   on 2000/08/25  23:54:34
49109         Log: Support preserving extremely big/small angles.
49110      Branch: perl
49111            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
49112 ____________________________________________________________________________
49113 [  6826] By: jhi                                   on 2000/08/25  23:01:20
49114         Log: Patch installperl to be long double-aware.
49115              
49116              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
49117              From: Spider Boardman <spider@web.zk3.dec.com>
49118              Date: Fri, 25 Aug 2000 18:15:23 -0400
49119              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
49120      Branch: perl
49121            ! installperl
49122 ____________________________________________________________________________
49123 [  6825] By: jhi                                   on 2000/08/25  22:58:25
49124         Log: Remove duplicately applied patch shards.
49125              
49126              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
49127              From: Spider Boardman <spider@leggy.zk3.dec.com>
49128              Date: Fri, 25 Aug 2000 16:45:03 -0400
49129              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
49130      Branch: perl
49131            ! t/lib/cgi-html.t
49132 ____________________________________________________________________________
49133 [  6824] By: jhi                                   on 2000/08/25  22:57:00
49134         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
49135              From: Daniel Chetlin <daniel@chetlin.com>
49136              Date: Fri, 25 Aug 2000 12:23:16 -0700
49137              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
49138              
49139              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
49140              From: Daniel Chetlin <daniel@chetlin.com>
49141              Date: Fri, 25 Aug 2000 14:47:19 -0700
49142              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
49143      Branch: perl
49144            ! installman
49145 ____________________________________________________________________________
49146 [  6823] By: jhi                                   on 2000/08/25  22:44:17
49147         Log: Timestamp problem?
49148      Branch: perl
49149            ! uconfig.h uconfig.sh
49150 ____________________________________________________________________________
49151 [  6822] By: jhi                                   on 2000/08/25  19:01:06
49152         Log: One forgotten file from #6816.
49153      Branch: perl
49154            ! vos/config.h
49155 ____________________________________________________________________________
49156 [  6821] By: jhi                                   on 2000/08/25  18:56:39
49157         Log: Regen Changes.
49158      Branch: perl
49159            ! Changes patchlevel.h
49160 ____________________________________________________________________________
49161 [  6820] By: jhi                                   on 2000/08/25  18:52:35
49162         Log: Fix Changes ordering.
49163      Branch: perl
49164            ! Changes
49165 ____________________________________________________________________________
49166 [  6819] By: jhi                                   on 2000/08/25  18:50:25
49167         Log: Update Changes.
49168      Branch: perl
49169            ! Changes patchlevel.h
49170 ____________________________________________________________________________
49171 [  6818] By: jhi                                   on 2000/08/25  18:47:45
49172         Log: Tweak the sfio/useperlio logic, hopefully as wished in
49173              
49174              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
49175              From: Nicholas Clark <nick@babyhippo.co.uk>
49176              Date: Fri, 25 Aug 2000 12:01:45 +0100
49177              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
49178      Branch: metaconfig/U/perl
49179            ! d_sfio.U
49180      Branch: perl
49181            ! Configure
49182 ____________________________________________________________________________
49183 [  6817] By: jhi                                   on 2000/08/25  18:32:51
49184         Log: Allow microperl to assume <math.h>, without it the math
49185              functions like floor() are assumed to return int, which makes
49186              for core dumps in machines where integer and floating register
49187              don't mix.
49188      Branch: perl
49189            ! uconfig.h uconfig.sh
49190 ____________________________________________________________________________
49191 [  6816] By: jhi                                   on 2000/08/25  18:27:17
49192         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
49193              the problem reported in
49194              
49195              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
49196              From: danhale@us.ibm.com
49197              Date: Fri, 25 Aug 2000 10:58:06 -0400
49198              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
49199      Branch: metaconfig/U/perl
49200            + d_socks5_init.U
49201      Branch: perl
49202            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
49203            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
49204            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
49205            ! win32/config.gc win32/config.vc
49206 ____________________________________________________________________________
49207 [  6815] By: jhi                                   on 2000/08/25  17:43:31
49208         Log: A solution for the retrieve_fd autosplit warning,
49209              idea suggested by Mike Guy.
49210      Branch: perl
49211            ! ext/Storable/Storable.pm
49212 ____________________________________________________________________________
49213 [  6814] By: jhi                                   on 2000/08/25  17:16:03
49214         Log: Add install-silent target.
49215      Branch: perl
49216            ! Makefile.SH
49217 ____________________________________________________________________________
49218 [  6813] By: jhi                                   on 2000/08/25  17:14:23
49219         Log: Subject: Re: [PATCH] More silencing of installman.
49220              From: <abigail@foad.org>
49221              Date: Thu, 24 Aug 2000 19:27:03 -0400
49222              Message-ID: <20000824232703.7001.qmail@foad.org>
49223              
49224              Subject: Re: [PATCH] More silencing of installman.
49225              From: <abigail@foad.org>
49226              Date: Fri, 25 Aug 2000 03:00:58 -0400
49227              Message-ID: <20000825070058.10697.qmail@foad.org>
49228      Branch: perl
49229            ! installman
49230 ____________________________________________________________________________
49231 [  6812] By: jhi                                   on 2000/08/25  17:11:28
49232         Log: installperl --verbose and --silent.
49233              
49234              Subject: Re: [PATCH] More silencing of installman.
49235              From: <abigail@foad.org>
49236              Message-ID: <20000825064430.9719.qmail@foad.org>
49237              Date: Fri, 25 Aug 2000 02:44:30 -0400
49238      Branch: perl
49239            ! installperl
49240 ____________________________________________________________________________
49241 [  6811] By: jhi                                   on 2000/08/25  17:05:43
49242         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
49243              From: "Peter J. Farley III" <pjfarley@banet.net>
49244              Date: Thu, 24 Aug 2000 21:58:03 -0400
49245              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
49246              
49247              (applied slightly modified)
49248      Branch: perl
49249            ! lib/ExtUtils/MM_Unix.pm
49250 ____________________________________________________________________________
49251 [  6810] By: jhi                                   on 2000/08/25  17:01:18
49252         Log: Missing parts of 
49253              
49254              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
49255              From: Peter Prymmer <pvhp@forte.com>
49256              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
49257              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
49258      Branch: perl
49259            ! t/lib/cgi-html.t
49260 ____________________________________________________________________________
49261 [  6809] By: jhi                                   on 2000/08/25  16:46:32
49262         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
49263              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49264              Date: Thu, 24 Aug 2000 19:13:11 -0500
49265              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
49266      Branch: perl
49267            ! vms/vms.c
49268 ____________________________________________________________________________
49269 [  6808] By: jhi                                   on 2000/08/25  16:39:22
49270         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
49271              From: Peter Prymmer <pvhp@forte.com>
49272              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
49273              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
49274      Branch: perl
49275            ! configure.com
49276 ____________________________________________________________________________
49277 [  6807] By: jhi                                   on 2000/08/25  16:36:37
49278         Log: Better wording for the vec lvalue diagnostic.
49279              
49280              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49281              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49282              Date: Wed, 23 Aug 2000 14:12:16 -0400
49283              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
49284      Branch: perl
49285            ! pod/perldiag.pod
49286 ____________________________________________________________________________
49287 [  6806] By: jhi                                   on 2000/08/24  18:17:22
49288         Log: Subject: [PATCH] More silencing of installman.
49289              From: <abigail@foad.org>
49290              Date: Thu, 24 Aug 2000 14:01:44 -0400
49291              Message-ID: <20000824180144.20062.qmail@foad.org>
49292      Branch: perl
49293            ! installman
49294 ____________________________________________________________________________
49295 [  6805] By: jhi                                   on 2000/08/24  15:00:31
49296         Log: Update Changes.
49297      Branch: perl
49298            ! Changes patchlevel.h
49299 ____________________________________________________________________________
49300 [  6804] By: jhi                                   on 2000/08/24  14:59:07
49301         Log: Regen perltoc.
49302      Branch: perl
49303            ! pod/perltoc.pod
49304 ____________________________________________________________________________
49305 [  6803] By: jhi                                   on 2000/08/24  14:44:39
49306         Log: Show the doc file, not the temp file.
49307      Branch: perl
49308            ! installman
49309 ____________________________________________________________________________
49310 [  6802] By: jhi                                   on 2000/08/24  14:41:53
49311         Log: Continue silencing.
49312      Branch: perl
49313            ! installman
49314 ____________________________________________________________________________
49315 [  6801] By: jhi                                   on 2000/08/24  14:34:40
49316         Log: Actually do something with the silencer option.
49317      Branch: perl
49318            ! installman
49319 ____________________________________________________________________________
49320 [  6800] By: jhi                                   on 2000/08/24  14:26:22
49321         Log: Make installman to recognize the silence flag -S.
49322      Branch: perl
49323            ! installman
49324 ____________________________________________________________________________
49325 [  6799] By: jhi                                   on 2000/08/24  13:49:38
49326         Log: DOS patches and portability/porting notes, from Tim Jenness.
49327      Branch: perl
49328            ! lib/File/Temp.pm
49329 ____________________________________________________________________________
49330 [  6798] By: jhi                                   on 2000/08/24  13:48:27
49331         Log: Create directories in silence.
49332              
49333              Subject: [PATCH] Another silencer for MakeMaker
49334              From: andreas.koenig@anima.de (Andreas J. Koenig)
49335              Date: 24 Aug 2000 14:18:52 +0200
49336              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
49337      Branch: perl
49338            ! lib/ExtUtils/Command.pm
49339 ____________________________________________________________________________
49340 [  6797] By: jhi                                   on 2000/08/24  13:46:42
49341         Log: More liberal parsing of version numbers.
49342              
49343              Subject: Re: CPAN.pm beta for testing available
49344              From: andreas.koenig@anima.de (Andreas J. Koenig)
49345              Date: 24 Aug 2000 13:51:57 +0200
49346              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
49347      Branch: perl
49348            ! lib/CPAN.pm
49349 ____________________________________________________________________________
49350 [  6796] By: jhi                                   on 2000/08/24  13:44:36
49351         Log: Make "make install" by default silent.  A new "install-verbose"
49352              target is verbose.
49353      Branch: perl
49354            ! Makefile.SH
49355 ____________________________________________________________________________
49356 [  6795] By: jhi                                   on 2000/08/24  13:39:14
49357         Log: Add silencer flags to installperl.
49358              
49359              Subject: [PATCH] Making installperl silent.
49360              From: <abigail@foad.org>
49361              Date: Thu, 24 Aug 2000 05:01:45 -0400
49362              Message-ID: <20000824090145.13141.qmail@foad.org>
49363      Branch: perl
49364            ! installperl
49365 ____________________________________________________________________________
49366 [  6794] By: jhi                                   on 2000/08/24  13:35:50
49367         Log: installperl couldn't tell whether it had run tests or not.
49368              
49369              Subject: [PATCH] Re: installperl and t/TEST
49370              From: <abigail@foad.org>
49371              Date: Thu, 24 Aug 2000 04:00:53 -0400
49372              Message-ID: <20000824080053.2494.qmail@foad.org>
49373      Branch: perl
49374            ! Makefile.SH installperl
49375 ____________________________________________________________________________
49376 [  6793] By: jhi                                   on 2000/08/24  13:27:50
49377         Log: Drop the separate perlbc, perlcc -b should be enough.
49378      Branch: perl
49379            - utils/perlbc.PL
49380            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
49381 ____________________________________________________________________________
49382 [  6792] By: jhi                                   on 2000/08/24  04:41:30
49383         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
49384              plus the typo fix from Peter Prymmer.
49385      Branch: perl
49386            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
49387            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
49388 ____________________________________________________________________________
49389 [  6791] By: jhi                                   on 2000/08/24  02:10:43
49390         Log: Replace #6705 with a minimal doc patch.
49391              
49392              Subject: [PATCH 5.6.0] replace change #6705
49393              From: Jan Dubois <jand@ActiveState.com>
49394              Date: Wed, 23 Aug 2000 18:31:51 -0700
49395              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
49396      Branch: perl
49397            ! lib/Win32.pod win32/win32.c
49398 ____________________________________________________________________________
49399 [  6790] By: jhi                                   on 2000/08/23  17:52:00
49400         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49401              From: Mike Guy <mjtg@cam.ac.uk>
49402              Date: Wed, 23 Aug 2000 18:38:46 +0100
49403              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
49404      Branch: perl
49405            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
49406 ____________________________________________________________________________
49407 [  6789] By: jhi                                   on 2000/08/23  15:34:21
49408         Log: Update Changes.
49409      Branch: perl
49410            ! Changes patchlevel.h
49411 ____________________________________________________________________________
49412 [  6788] By: jhi                                   on 2000/08/23  15:33:40
49413         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
49414              From: Wilfredo Sánchez <wsanchez@apple.com>
49415              Date: Tue, 22 Aug 2000 19:31:27 -0700
49416              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
49417      Branch: perl
49418            ! perl.h
49419 ____________________________________________________________________________
49420 [  6787] By: jhi                                   on 2000/08/23  15:29:31
49421         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
49422              From: Spider Boardman <spider@leggy.zk3.dec.com>
49423              Date: Wed, 23 Aug 2000 10:33:23 -0400
49424              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
49425      Branch: perl
49426            ! lib/Pod/Html.pm
49427 ____________________________________________________________________________
49428 [  6786] By: jhi                                   on 2000/08/23  15:28:11
49429         Log: Bad makefile.
49430      Branch: perl
49431            ! ext/B/Makefile.PL
49432 ____________________________________________________________________________
49433 [  6785] By: jhi                                   on 2000/08/23  14:37:04
49434         Log: Update Changes.
49435      Branch: perl
49436            ! Changes patchlevel.h
49437 ____________________________________________________________________________
49438 [  6784] By: jhi                                   on 2000/08/23  13:58:41
49439         Log: Portability fix from Hugo van der Sanden.
49440      Branch: perl
49441            ! ext/re/Makefile.PL
49442 ____________________________________________________________________________
49443 [  6783] By: jhi                                   on 2000/08/23  13:53:53
49444         Log: Storable support, v-version fixes.
49445              
49446              Subject: CPAN.pm beta for testing available
49447              From: andreas.koenig@anima.de (Andreas J. Koenig)
49448              Date: 22 Aug 2000 23:31:33 +0200
49449              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
49450      Branch: perl
49451            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49452 ____________________________________________________________________________
49453 [  6782] By: jhi                                   on 2000/08/23  13:51:26
49454         Log: Mac and other portability updates from Chris Nandor.
49455      Branch: perl
49456            ! pod/perlmodinstall.pod
49457 ____________________________________________________________________________
49458 [  6781] By: jhi                                   on 2000/08/23  13:47:33
49459         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
49460              From: Peter Prymmer <pvhp@forte.com>
49461              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
49462              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
49463      Branch: perl
49464            ! ext/Storable/Storable.xs
49465 ____________________________________________________________________________
49466 [  6780] By: jhi                                   on 2000/08/23  13:33:34
49467         Log: VMS MMS (make) wants null action.
49468      Branch: perl
49469            ! ext/B/Makefile.PL
49470 ____________________________________________________________________________
49471 [  6779] By: jhi                                   on 2000/08/22  19:44:47
49472         Log: Forgot portability nit.
49473      Branch: perl
49474            ! t/lib/st-forgive.t
49475 ____________________________________________________________________________
49476 [  6778] By: jhi                                   on 2000/08/22  19:35:25
49477         Log: Be portable.
49478      Branch: perl
49479            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
49480            ! t/lib/st-store.t
49481 ____________________________________________________________________________
49482 [  6777] By: jhi                                   on 2000/08/22  18:50:53
49483         Log: Update Changes.
49484      Branch: perl
49485            ! Changes patchlevel.h
49486 ____________________________________________________________________________
49487 [  6776] By: jhi                                   on 2000/08/22  18:44:46
49488         Log: cSVOPo_*v things index into the current PL_curpad
49489              under ithreads, which is different from the curpad
49490              used by the XSUB.  (In other words, the code as-is
49491              before this patch wouldn't work under ithreads.)
49492              From Sarathy.
49493      Branch: perl
49494            ! ext/B/B.xs
49495 ____________________________________________________________________________
49496 [  6775] By: jhi                                   on 2000/08/22  18:18:37
49497         Log: Make the selection of NVff et al stricter.
49498      Branch: metaconfig/U/perl
49499            ! perlxvf.U
49500      Branch: perl
49501            ! Configure config_h.SH
49502 ____________________________________________________________________________
49503 [  6774] By: jhi                                   on 2000/08/22  17:19:42
49504         Log: perldelta nits.
49505      Branch: perl
49506            ! pod/perldelta.pod
49507 ____________________________________________________________________________
49508 [  6773] By: jhi                                   on 2000/08/22  17:06:26
49509         Log: Long double fixes from Spider Boardman.
49510              
49511              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
49512              From: system PRIVILEGED account <root@peano.zk3.dec.com>
49513              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
49514              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
49515      Branch: perl
49516            ! t/lib/bigfltpm.t t/lib/st-06compat.t
49517 ____________________________________________________________________________
49518 [  6772] By: jhi                                   on 2000/08/22  15:04:53
49519         Log: Update Changes.
49520      Branch: perl
49521            ! Changes patchlevel.h
49522 ____________________________________________________________________________
49523 [  6771] By: jhi                                   on 2000/08/22  15:01:44
49524         Log: perldelta fixes from Hugo van der Sanden.
49525      Branch: perl
49526            ! pod/perldelta.pod
49527 ____________________________________________________________________________
49528 [  6770] By: jhi                                   on 2000/08/22  14:34:49
49529         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
49530              From: Hugo <hv@crypt.compulink.co.uk>
49531              Date: Tue, 22 Aug 2000 11:21:53 +0100
49532              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
49533      Branch: perl
49534            ! regcomp.c
49535 ____________________________________________________________________________
49536 [  6769] By: jhi                                   on 2000/08/22  14:30:02
49537         Log: Add Yitzchak, reformat.
49538      Branch: perl
49539            ! Changes config_h.SH
49540 ____________________________________________________________________________
49541 [  6768] By: jhi                                   on 2000/08/22  14:21:35
49542         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
49543              and Spider Boardman.
49544      Branch: metaconfig
49545            ! U/compline/d_gconvert.U
49546      Branch: perl
49547            ! Configure
49548 ____________________________________________________________________________
49549 [  6767] By: jhi                                   on 2000/08/22  14:11:24
49550         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
49551              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49552              Date: Mon, 21 Aug 2000 19:08:31 -0700
49553              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
49554      Branch: perl
49555            - ext/Storable/patchlevel.h
49556            ! MANIFEST ext/Storable/MANIFEST
49557 ____________________________________________________________________________
49558 [  6766] By: jhi                                   on 2000/08/22  13:49:29
49559         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
49560              From: Peter Prymmer <pvhp@forte.com>
49561              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
49562              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
49563      Branch: perl
49564            ! configure.com ext/Storable/Makefile.PL
49565 ____________________________________________________________________________
49566 [  6765] By: jhi                                   on 2000/08/22  13:44:59
49567         Log: Subject: [PATCH blead] B:: missing dependency
49568              From: Hugo <hv@crypt.compulink.co.uk>
49569              Date: Tue, 22 Aug 2000 06:44:33 +0100
49570              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
49571      Branch: perl
49572            ! ext/B/Makefile.PL
49573 ____________________________________________________________________________
49574 [  6764] By: jhi                                   on 2000/08/22  13:38:12
49575         Log: More bytecompiler.
49576      Branch: perl
49577            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
49578 ____________________________________________________________________________
49579 [  6763] By: jhi                                   on 2000/08/22  13:36:44
49580         Log: Bytecompiler patches from Benjamin Stuhl.
49581      Branch: perl
49582            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
49583            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
49584            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
49585            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49586            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
49587            ! perl.c perlapi.h pod/perldelta.pod
49588 ____________________________________________________________________________
49589 [  6762] By: jhi                                   on 2000/08/21  23:43:40
49590         Log: An obsoleted diagnostic.
49591      Branch: perl
49592            ! pod/perldelta.pod
49593 ____________________________________________________________________________
49594 [  6761] By: jhi                                   on 2000/08/21  23:01:45
49595         Log: The #6759 wasn't quite right.
49596      Branch: perl
49597            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
49598            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
49599            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
49600            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
49601            ! t/lib/st-tieditems.t
49602 ____________________________________________________________________________
49603 [  6760] By: jhi                                   on 2000/08/21  22:35:49
49604         Log: Be verydeepclean.
49605      Branch: perl
49606            ! Makefile.SH
49607 ____________________________________________________________________________
49608 [  6759] By: jhi                                   on 2000/08/21  22:25:40
49609         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
49610              From: Peter Prymmer <pvhp@forte.com>
49611              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
49612              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
49613      Branch: perl
49614            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
49615            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
49616            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
49617            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
49618            ! t/lib/st-tieditems.t
49619 ____________________________________________________________________________
49620 [  6758] By: jhi                                   on 2000/08/21  22:22:32
49621         Log: Few more casts, need reported in
49622              
49623              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
49624              From: Mike Stok <mike@stok.co.uk>
49625              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
49626              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
49627              
49628              and
49629              
49630              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
49631              From: abigail@foad.org
49632              Date: 21 Aug 2000 21:31:34 -0000
49633              Message-Id: <20000821213134.30170.qmail@foad.org>
49634      Branch: perl
49635            ! ext/Storable/Storable.xs
49636 ____________________________________________________________________________
49637 [  6757] By: jhi                                   on 2000/08/21  18:37:07
49638         Log: Update Changes.
49639      Branch: perl
49640            ! Changes patchlevel.h
49641 ____________________________________________________________________________
49642 [  6756] By: jhi                                   on 2000/08/21  18:34:02
49643         Log: A pod nit.
49644              
49645              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
49646              From: <abigail@foad.org>
49647              Date: Mon, 21 Aug 2000 14:00:16 -0400
49648              Message-ID: <20000821180016.28627.qmail@foad.org>
49649      Branch: perl
49650            ! pod/perlre.pod
49651 ____________________________________________________________________________
49652 [  6755] By: jhi                                   on 2000/08/21  18:30:56
49653         Log: Use PodParser 1.18 new test.
49654      Branch: perl
49655            ! t/pod/special_seqs.t t/pod/special_seqs.xr
49656 ____________________________________________________________________________
49657 [  6754] By: jhi                                   on 2000/08/21  18:28:35
49658         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
49659              patches cannot be applied since #6712 conflicts.
49660      Branch: perl
49661            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
49662 ____________________________________________________________________________
49663 [  6753] By: jhi                                   on 2000/08/21  18:15:11
49664         Log: Weed out some smaller changes.
49665      Branch: perl
49666            ! pod/perldelta.pod
49667 ____________________________________________________________________________
49668 [  6752] By: jhi                                   on 2000/08/21  18:02:30
49669         Log: Also under djgpp the timestamps are funky.
49670      Branch: perl
49671            ! t/op/stat.t
49672 ____________________________________________________________________________
49673 [  6751] By: jhi                                   on 2000/08/21  17:55:56
49674         Log: Tweak the floating point output routine preferences.
49675      Branch: metaconfig
49676            ! U/compline/d_gconvert.U
49677      Branch: perl
49678            ! Configure
49679 ____________________________________________________________________________
49680 [  6750] By: jhi                                   on 2000/08/21  17:51:29
49681         Log: Unicos/mk requires elaborate paranoia.
49682      Branch: perl
49683            ! lib/Math/Complex.pm
49684 ____________________________________________________________________________
49685 [  6749] By: gsar                                  on 2000/08/21  16:53:31
49686         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
49687      Branch: perl
49688            ! lib/Cwd.pm
49689 ____________________________________________________________________________
49690 [  6748] By: gsar                                  on 2000/08/21  16:22:19
49691         Log: free TLS slot properly on Windows
49692      Branch: perl
49693            ! thread.h win32/perllib.c win32/win32thread.h
49694 ____________________________________________________________________________
49695 [  6747] By: jhi                                   on 2000/08/21  16:20:58
49696         Log: Rename the macro argument because some preprocessors
49697              can't tell the difference and expand arguments also inside
49698              double quoted strings.
49699      Branch: perl
49700            ! regcomp.c
49701 ____________________________________________________________________________
49702 [  6746] By: jhi                                   on 2000/08/21  16:09:41
49703         Log: Support long doubles in Storable.
49704              
49705              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
49706              From: Radu Greab <radu@netsoft.ro>
49707              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
49708              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
49709      Branch: perl
49710            ! ext/Storable/Storable.xs
49711 ____________________________________________________________________________
49712 [  6745] By: jhi                                   on 2000/08/21  15:51:40
49713         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
49714              From: "Fifer, Eric" <EFifer@sanwaint.com>
49715              Date: Mon, 21 Aug 2000 15:34:49 +0100
49716              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
49717      Branch: perl
49718            ! t/pragma/warn/9enabled
49719 ____________________________________________________________________________
49720 [  6744] By: jhi                                   on 2000/08/21  15:39:35
49721         Log: Document the endianness of Alpha more precisely.
49722      Branch: perl
49723            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
49724            ! pod/perlport.pod
49725 ____________________________________________________________________________
49726 [  6743] By: jhi                                   on 2000/08/21  14:47:05
49727         Log: perldelta fixes from the p5p crowd.
49728      Branch: perl
49729            ! pod/perldelta.pod pod/perlop.pod
49730 ____________________________________________________________________________
49731 [  6742] By: jhi                                   on 2000/08/21  13:34:51
49732         Log: Update to Pod::LaTeX 0.53.
49733              
49734              Subject: [PATCH] lib/Pod/LaTeX.pm updates
49735              From: Tim Jenness <timj@jach.hawaii.edu>
49736              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
49737              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
49738      Branch: perl
49739            ! lib/Pod/LaTeX.pm
49740 ____________________________________________________________________________
49741 [  6741] By: jhi                                   on 2000/08/21  13:33:01
49742         Log: Subject: [PATCH] os2.c fix for use64bitint
49743              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49744              Date: Mon, 21 Aug 2000 01:32:25 -0700
49745              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
49746      Branch: perl
49747            ! os2/os2.c
49748 ____________________________________________________________________________
49749 [  6740] By: jhi                                   on 2000/08/21  13:28:52
49750         Log: Array context keeps slithering in.
49751              
49752              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
49753              From: Daniel Chetlin <daniel@chetlin.com>
49754              Date: Sun, 20 Aug 2000 21:40:25 -0700
49755              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
49756      Branch: perl
49757            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
49758            ! pod/perldebtut.pod
49759 ____________________________________________________________________________
49760 [  6739] By: jhi                                   on 2000/08/21  13:23:55
49761         Log: Big-endian quad fixes for Storable from Radu Greab,
49762              plus few explicit null casts for picky compilers.
49763      Branch: perl
49764            ! ext/Storable/Storable.xs
49765 ____________________________________________________________________________
49766 [  6738] By: gsar                                  on 2000/08/21  05:56:13
49767         Log: small tweaks for change#6705: avoid C++ style comments in C code;
49768              use Perl's malloc API rather than the low level system one
49769      Branch: perl
49770            ! win32/win32.c
49771 ____________________________________________________________________________
49772 [  6737] By: gsar                                  on 2000/08/21  05:35:41
49773         Log: add Storable to list of extensions on Windows
49774      Branch: perl
49775            ! win32/Makefile win32/makefile.mk
49776 ____________________________________________________________________________
49777 [  6736] By: jhi                                   on 2000/08/21  02:57:53
49778         Log: Update Changes.
49779      Branch: perl
49780            ! Changes patchlevel.h
49781 ____________________________________________________________________________
49782 [  6735] By: jhi                                   on 2000/08/21  02:57:20
49783         Log: Draft 0.
49784      Branch: perl
49785            ! pod/perldelta.pod
49786 ____________________________________________________________________________
49787 [  6734] By: jhi                                   on 2000/08/21  02:57:03
49788         Log: Add Storable 0.7.2 from Raphael Manfredi,
49789              plus the patch from
49790              
49791              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
49792              From: Radu Greab <radu@netsoft.ro>
49793              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
49794              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
49795              
49796              plus changes to get Storable to compile with
49797              picky ANSI compilers.
49798      Branch: perl
49799            + ext/Storable/ChangeLog ext/Storable/MANIFEST
49800            + ext/Storable/Makefile.PL ext/Storable/README
49801            + ext/Storable/Storable.pm ext/Storable/Storable.xs
49802            + ext/Storable/patchlevel.h t/lib/st-06compat.t
49803            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
49804            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
49805            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
49806            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
49807            + t/lib/st-tieditems.t
49808            ! MANIFEST
49809 ____________________________________________________________________________
49810 [  6733] By: jhi                                   on 2000/08/21  02:29:09
49811         Log: The correct cleaning order is an art.
49812      Branch: perl
49813            ! Makefile.SH
49814 ____________________________________________________________________________
49815 [  6732] By: jhi                                   on 2000/08/21  01:23:39
49816         Log: The #6724 is here.
49817      Branch: perl
49818            ! t/lib/ftmp-security.t
49819 ____________________________________________________________________________
49820 [  6731] By: jhi                                   on 2000/08/20  23:17:03
49821         Log: s/this one/the 5.6.0 release/
49822      Branch: perl
49823            ! pod/perl56delta.pod
49824 ____________________________________________________________________________
49825 [  6730] By: jhi                                   on 2000/08/20  23:07:34
49826         Log: Mention perlebcdic and perlposix-bc.
49827      Branch: perl
49828            ! pod/perlport.pod
49829 ____________________________________________________________________________
49830 [  6729] By: jhi                                   on 2000/08/20  21:32:59
49831         Log: Document the number of exponent digits.
49832      Branch: perl
49833            ! pod/perlfunc.pod
49834 ____________________________________________________________________________
49835 [  6728] By: jhi                                   on 2000/08/20  21:16:47
49836         Log: Use File::Spec->tmpdir().
49837              
49838              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
49839              From: Tim Jenness <timj@jach.hawaii.edu>
49840              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
49841              MIME-Version: 1.0
49842              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
49843      Branch: perl
49844            ! utils/perlbug.PL
49845 ____________________________________________________________________________
49846 [  6727] By: jhi                                   on 2000/08/20  20:43:32
49847         Log: Update Changes.
49848      Branch: perl
49849            ! Changes patchlevel.h
49850 ____________________________________________________________________________
49851 [  6726] By: jhi                                   on 2000/08/20  20:41:44
49852         Log: The veryclean target needs to clobber.
49853      Branch: perl
49854            ! Makefile.SH
49855 ____________________________________________________________________________
49856 [  6725] By: jhi                                   on 2000/08/20  20:37:38
49857         Log: Document odd vs even subreleases and -Dusedevel.
49858      Branch: perl
49859            ! INSTALL
49860 ____________________________________________________________________________
49861 [  6724] By: jhi                                   on 2000/08/20  19:58:05
49862         Log: Use temporary directory instead of current directory.
49863              
49864              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
49865              From: Tim Jenness <timj@jach.hawaii.edu>
49866              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
49867              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
49868      Branch: perl
49869            ! t/lib/ftmp-security.t
49870 ____________________________________________________________________________
49871 [  6723] By: jhi                                   on 2000/08/20  19:55:55
49872         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
49873              From: andreas.koenig@anima.de (Andreas J. Koenig)
49874              Date: 20 Aug 2000 15:52:03 +0200
49875              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
49876      Branch: perl
49877            ! lib/ExtUtils/MM_Unix.pm
49878 ____________________________________________________________________________
49879 [  6722] By: jhi                                   on 2000/08/20  19:46:01
49880         Log: Update to CGI 2.72, from Lincoln Stein.
49881      Branch: perl
49882            ! lib/CGI.pm
49883 ____________________________________________________________________________
49884 [  6721] By: jhi                                   on 2000/08/20  19:43:54
49885         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
49886              From: Radu Greab <radu@netsoft.ro>
49887              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
49888              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
49889      Branch: perl
49890            ! ext/GDBM_File/GDBM_File.xs
49891 ____________________________________________________________________________
49892 [  6720] By: jhi                                   on 2000/08/20  19:42:01
49893         Log: pp_open() could pass an uninitialized filename down to do_open9().
49894      Branch: perl
49895            ! pp_sys.c
49896 ____________________________________________________________________________
49897 [  6719] By: jhi                                   on 2000/08/20  14:06:41
49898         Log: UTF8 concat fixes.
49899              
49900              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
49901              From: Hugo <hv@crypt.compulink.co.uk>
49902              Date: Sun, 20 Aug 2000 07:30:46 +0100
49903              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
49904      Branch: perl
49905            ! pp_hot.c t/op/append.t
49906 ____________________________________________________________________________
49907 [  6718] By: jhi                                   on 2000/08/20  02:09:37
49908         Log: Let's try #6717 again.
49909      Branch: perl
49910            ! lib/File/Temp.pm
49911 ____________________________________________________________________________
49912 [  6717] By: jhi                                   on 2000/08/20  01:56:55
49913         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
49914              From: "Craig A. Berry" <craig.berry@metamorgs.com>
49915              Date: Sat, 19 Aug 2000 18:15:39 -0500
49916              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
49917      Branch: perl
49918            ! lib/File/Temp.pm
49919 ____________________________________________________________________________
49920 [  6716] By: jhi                                   on 2000/08/19  15:50:11
49921         Log: Update Changes.
49922      Branch: perl
49923            ! Changes patchlevel.h
49924 ____________________________________________________________________________
49925 [  6715] By: jhi                                   on 2000/08/19  15:39:09
49926         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
49927              From: Jonathan D Johnston <jdjohnston2@juno.com>
49928              Date: Thu, 17 Aug 2000 23:13:01 -0400       
49929              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
49930      Branch: perl
49931            ! pod/perlfunc.pod
49932 ____________________________________________________________________________
49933 [  6714] By: jhi                                   on 2000/08/19  15:34:04
49934         Log: Introduce a 'veryclean' target that is like 'distclean'
49935              but also removes *~ and *.orig.
49936      Branch: perl
49937            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
49938            ! utils/Makefile x2p/Makefile.SH
49939 ____________________________________________________________________________
49940 [  6713] By: jhi                                   on 2000/08/19  14:15:45
49941         Log: Put back the long double avoidance code to POSIX.xs
49942              because VMS seems to need it still.
49943      Branch: perl
49944            ! ext/POSIX/POSIX.xs
49945 ____________________________________________________________________________
49946 [  6712] By: jhi                                   on 2000/08/19  14:10:41
49947         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
49948              From: Peter Prymmer <pvhp@forte.com>
49949              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
49950              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
49951      Branch: perl
49952            ! lib/Pod/Find.pm t/pod/find.t
49953 ____________________________________________________________________________
49954 [  6711] By: jhi                                   on 2000/08/19  14:09:19
49955         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
49956              From: Peter Prymmer <pvhp@forte.com>
49957              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
49958              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
49959              cc: vmsperl@perl.org
49960      Branch: perl
49961            ! t/lib/peek.t
49962 ____________________________________________________________________________
49963 [  6710] By: jhi                                   on 2000/08/19  14:08:01
49964         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
49965              From: Jan Dubois <jand@ActiveState.com>
49966              Date: Fri, 18 Aug 2000 16:31:48 -0700
49967              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
49968      Branch: perl
49969            ! win32/win32.c
49970 ____________________________________________________________________________
49971 [  6709] By: jhi                                   on 2000/08/19  14:06:57
49972         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
49973              
49974              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
49975              From: Spider.Boardman@Orb.Nashua.NH.US
49976              Date: Fri, 18 Aug 2000 18:41:14 -0400
49977              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
49978      Branch: perl
49979            ! regcomp.c
49980 ____________________________________________________________________________
49981 [  6708] By: jhi                                   on 2000/08/18  22:04:49
49982         Log: Update Changes.
49983      Branch: perl
49984            ! Changes patchlevel.h
49985 ____________________________________________________________________________
49986 [  6707] By: jhi                                   on 2000/08/18  21:55:14
49987         Log: Add warnif(), check warnings further up the stack,
49988              all the warnings functions now can take an optional object reference.
49989              
49990              Subject: [PATCH bleedperl@6691] warnings pragma update
49991              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
49992              Date: Fri, 18 Aug 2000 22:42:06 +0100
49993              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
49994      Branch: perl
49995            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
49996            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
49997            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
49998 ____________________________________________________________________________
49999 [  6706] By: jhi                                   on 2000/08/18  21:41:45
50000         Log: Typo in pp_complement().
50001              
50002              Subject: [PATCH perl-current] Deparse
50003              From: Peter Scott <Peter@PSDT.com>
50004              Date: Fri, 18 Aug 2000 12:44:37 -0700
50005              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
50006      Branch: perl
50007            ! ext/B/B/Deparse.pm
50008 ____________________________________________________________________________
50009 [  6705] By: jhi                                   on 2000/08/18  21:25:59
50010         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
50011              From: Jan Dubois <jand@ActiveState.com>
50012              Date: Fri, 18 Aug 2000 14:22:51 -0700
50013              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
50014      Branch: perl
50015            ! lib/Win32.pod win32/win32.c
50016 ____________________________________________________________________________
50017 [  6704] By: jhi                                   on 2000/08/18  21:16:14
50018         Log: Don't eat leading os from index entries.
50019              
50020              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
50021              From: Russ Allbery <rra@stanford.edu>
50022              Date: 10 Aug 2000 20:49:25 -0700
50023              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
50024      Branch: perl
50025            ! lib/Pod/Man.pm
50026 ____________________________________________________________________________
50027 [  6703] By: jhi                                   on 2000/08/18  21:07:06
50028         Log: Add [[:blank:]] as suggested in
50029              
50030              Subject: [ID 20000716.024] [=cc=] / [:blank:]
50031              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
50032              Date: Sun, 16 Jul 2000 17:55:29 -0700
50033              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
50034              
50035              (the [=cc=] has already been taken care of by #6439
50036              so the whole bug report can be closed)
50037              
50038              and make [[:space:]] to be equivalent to isspace(3)
50039              (as opposed to \s, which is isSPACE()).  The difference
50040              is that now [[:space:]] matches the mythical vertical tab,
50041              while \s doesn't.
50042      Branch: perl
50043            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
50044            ! regexec.c t/op/pat.t
50045 ____________________________________________________________________________
50046 [  6702] By: jhi                                   on 2000/08/18  18:47:47
50047         Log: The new tests were missing from #6415.
50048      Branch: perl
50049            ! t/op/bop.t
50050 ____________________________________________________________________________
50051 [  6701] By: jhi                                   on 2000/08/18  18:20:40
50052         Log: Document the NDBM_File and ODBM_File as SDBM_File
50053              was documented in #6417.
50054      Branch: perl
50055            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
50056            ! ext/SDBM_File/SDBM_File.pm
50057 ____________________________________________________________________________
50058 [  6700] By: jhi                                   on 2000/08/18  18:10:39
50059         Log: Subject: [PATCH perl@6698] cygwin port
50060              From: "Fifer, Eric" <EFifer@sanwaint.com>
50061              Date: Fri, 18 Aug 2000 17:30:05 +0100
50062              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
50063      Branch: perl
50064            ! lib/File/Temp.pm
50065 ____________________________________________________________________________
50066 [  6699] By: jhi                                   on 2000/08/18  16:21:49
50067         Log: Document code point which makes if (defined %stash::) to work
50068              (noted by Spider Boardman).
50069      Branch: perl
50070            ! op.c
50071 ____________________________________________________________________________
50072 [  6698] By: jhi                                   on 2000/08/18  13:43:27
50073         Log: Update Changes.
50074      Branch: perl
50075            ! Changes patchlevel.h
50076 ____________________________________________________________________________
50077 [  6697] By: jhi                                   on 2000/08/18  13:35:57
50078         Log: Tiny Getopt::Long patch from Johan Vromans.
50079      Branch: perl
50080            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
50081 ____________________________________________________________________________
50082 [  6696] By: jhi                                   on 2000/08/18  13:26:14
50083         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
50084              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
50085              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
50086              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
50087      Branch: perl
50088            ! pod/perldiag.pod pod/perlsyn.pod
50089 ____________________________________________________________________________
50090 [  6695] By: jhi                                   on 2000/08/18  13:13:26
50091         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
50092              From: Daniel Chetlin <daniel@chetlin.com>
50093              Date: Fri, 18 Aug 2000 03:13:36 -0700
50094              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
50095      Branch: perl
50096            ! pod/perlfunc.pod
50097 ____________________________________________________________________________
50098 [  6694] By: jhi                                   on 2000/08/18  13:08:05
50099         Log: Subject: [PATCH] perltrap.pod spring cleaning
50100              From: Daniel Chetlin <daniel@chetlin.com>
50101              Date: Fri, 18 Aug 2000 03:06:54 -0700
50102              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
50103              
50104              plus Mike Guy's nitfix.
50105      Branch: perl
50106            ! pod/perltrap.pod
50107 ____________________________________________________________________________
50108 [  6693] By: jhi                                   on 2000/08/18  13:00:26
50109         Log: Unbuffer the output.
50110              
50111              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
50112              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50113              Date: Thu, 17 Aug 2000 18:39:29 -0700
50114              Message-ID: <RPJn5gzkgydf092yn@efn.org>
50115      Branch: perl
50116            ! t/op/fork.t
50117 ____________________________________________________________________________
50118 [  6692] By: jhi                                   on 2000/08/18  05:19:17
50119         Log: Delete the image, too, not just its MANIFEStation.
50120      Branch: perl
50121            - lib/CGI/eg/wilogo.gif
50122 ____________________________________________________________________________
50123 [  6691] By: jhi                                   on 2000/08/18  05:10:26
50124         Log: Propagate new Configure vars.
50125      Branch: perl
50126            ! configure.com epoc/config.sh uconfig.h uconfig.sh
50127            ! vos/config.def vos/config.h vos/config_h.SH_orig
50128            ! win32/config.bc win32/config.gc win32/config.vc
50129            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50130 ____________________________________________________________________________
50131 [  6690] By: jhi                                   on 2000/08/18  04:30:56
50132         Log: Update Changes.
50133      Branch: perl
50134            ! Changes patchlevel.h
50135 ____________________________________________________________________________
50136 [  6689] By: jhi                                   on 2000/08/18  04:12:30
50137         Log: Fix the lib/complex failure of
50138              
50139              From: abigail@foad.org
50140              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
50141              Date: 15 Aug 2000 04:06:38 -0000
50142              Message-Id: <20000815040638.8524.qmail@foad.org> 
50143              
50144              Linux long double accuracy issue: something that
50145              when printed with %g looks like "2" but int() of it is 1.
50146      Branch: perl
50147            ! lib/Math/Complex.pm
50148 ____________________________________________________________________________
50149 [  6688] By: jhi                                   on 2000/08/18  03:15:35
50150         Log: The byteorder code in #6671 was wrong.
50151      Branch: perl
50152            ! configpm
50153 ____________________________________________________________________________
50154 [  6687] By: jhi                                   on 2000/08/18  02:08:42
50155         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
50156              From: Jan Dubois <jand@ActiveState.com>
50157              Date: Thu, 17 Aug 2000 18:31:55 -0700
50158              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
50159      Branch: perl
50160            ! sv.c
50161 ____________________________________________________________________________
50162 [  6686] By: jhi                                   on 2000/08/18  02:04:15
50163         Log: Use NVs in POSIX math, not doubles.
50164              
50165              From: abigail@foad.org
50166              Subject: [ID 20000817.014] POSIX & modfl
50167              Date: 17 Aug 2000 20:49:18 -0000
50168              Message-Id: <20000817204918.23123.qmail@foad.org>
50169      Branch: perl
50170            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
50171 ____________________________________________________________________________
50172 [  6685] By: jhi                                   on 2000/08/18  02:02:12
50173         Log: Introduce NVef, NVff, and NVgf, use the middle one.
50174              (helps for lib/peek + Linux + long doubles)  Reported in
50175              
50176              From: abigail@foad.org
50177              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
50178              Date: 15 Aug 2000 04:06:38 -0000
50179              Message-Id: <20000815040638.8524.qmail@foad.org> 
50180              
50181              (note: the lib/complex failure has not yet been addressed)
50182      Branch: metaconfig/U/perl
50183            ! perlxvf.U
50184      Branch: perl
50185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50186            ! config_h.SH dump.c perl.h pod/perlguts.pod
50187 ____________________________________________________________________________
50188 [  6684] By: jhi                                   on 2000/08/17  23:22:19
50189         Log: Add byteorder to the myconfig output.
50190      Branch: perl
50191            ! myconfig.SH
50192 ____________________________________________________________________________
50193 [  6683] By: jhi                                   on 2000/08/17  23:20:19
50194         Log: The image doth not exist, spotted by Johan Vromans.
50195      Branch: perl
50196            ! MANIFEST
50197 ____________________________________________________________________________
50198 [  6682] By: jhi                                   on 2000/08/17  22:38:16
50199         Log: Document what the backtick returns if the command fails.
50200      Branch: perl
50201            ! pod/perlop.pod
50202 ____________________________________________________________________________
50203 [  6681] By: jhi                                   on 2000/08/17  22:33:12
50204         Log: Do not use prototyping here.
50205              
50206              Subject: [ID 20000817.016] [PATCH] Peek.xs
50207              From: abigail@foad.org
50208              Date: 17 Aug 2000 20:55:56 -0000
50209              Message-Id: <20000817205556.24270.qmail@foad.org>
50210      Branch: perl
50211            ! ext/Devel/Peek/Makefile.PL
50212 ____________________________________________________________________________
50213 [  6680] By: jhi                                   on 2000/08/17  19:46:43
50214         Log: Don't propose using modules built for 5.005 if no binary
50215              compatibility with 5.005 is attempted.
50216              
50217              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
50218              Subject: Minor nit with 5.7.0 (6655)
50219              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
50220              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
50221      Branch: metaconfig
50222            ! U/installdirs/inc_version_list.U
50223      Branch: perl
50224            ! Configure config_h.SH
50225 ____________________________________________________________________________
50226 [  6679] By: jhi                                   on 2000/08/17  19:16:39
50227         Log: Microperl config update.
50228      Branch: perl
50229            ! uconfig.h uconfig.sh
50230 ____________________________________________________________________________
50231 [  6678] By: jhi                                   on 2000/08/17  19:16:13
50232         Log: The #6648 wasn't protective enough for limited platforms
50233              (like microperl).
50234      Branch: perl
50235            ! dump.c sv.c
50236 ____________________________________________________________________________
50237 [  6677] By: jhi                                   on 2000/08/17  14:46:35
50238         Log: Update Changes.
50239      Branch: perl
50240            ! Changes patchlevel.h
50241 ____________________________________________________________________________
50242 [  6676] By: jhi                                   on 2000/08/17  14:44:02
50243         Log: Add perlebcdic from Peter Prymmer, regen toc.
50244      Branch: perl
50245            + pod/perlebcdic.pod
50246            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50247 ____________________________________________________________________________
50248 [  6675] By: jhi                                   on 2000/08/17  14:41:52
50249         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
50250      Branch: perl
50251            ! pod/perldebtut.pod
50252 ____________________________________________________________________________
50253 [  6674] By: jhi                                   on 2000/08/17  14:29:43
50254         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
50255              
50256              Subject: [ID 20000724.006] -DLEAKTEST problem
50257              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
50258              Date: Tue, 25 Jul 2000 00:36:32 -0500
50259              Message-Id: <20000725003632.A26186@www.llamacom.com>
50260              
50261              Reminder sent
50262              
50263              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
50264              From: Hugo <hv@crypt.compulink.co.uk>
50265              Date: Thu, 17 Aug 2000 15:23:42 +0100
50266              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
50267      Branch: perl
50268            ! util.c
50269 ____________________________________________________________________________
50270 [  6673] By: jhi                                   on 2000/08/17  04:07:10
50271         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
50272              From: John Peacock <JPeacock@UnivPress.com>
50273              Date: Tue, 01 Aug 2000 09:38:12 -0400
50274              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
50275      Branch: perl
50276            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
50277 ____________________________________________________________________________
50278 [  6672] By: jhi                                   on 2000/08/17  03:04:35
50279         Log: Subject: [PATCH] Cwd.pm now uses strict
50280              From: Tim Jenness <timj@jach.hawaii.edu>
50281              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
50282              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
50283      Branch: perl
50284            ! lib/Cwd.pm
50285 ____________________________________________________________________________
50286 [  6671] By: jhi                                   on 2000/08/17  02:16:35
50287         Log: Make $Config{byteorder} more magical so that it is
50288              dynamically computed: nice for 'fat binaries'.
50289              
50290              Subject: [PATCH]: default byteorder
50291              From: Wilfredo Sánchez <wsanchez@apple.com>
50292              Date: Mon, 31 Jul 2000 19:45:31 -0700
50293              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
50294      Branch: perl
50295            ! configpm
50296 ____________________________________________________________________________
50297 [  6670] By: gsar                                  on 2000/08/17  01:22:21
50298         Log: move WNOHANG definition to where other such things are
50299      Branch: perl
50300            ! win32/win32.h
50301 ____________________________________________________________________________
50302 [  6669] By: jhi                                   on 2000/08/17  01:19:17
50303         Log: Update Changes.
50304      Branch: perl
50305            ! Changes patchlevel.h
50306 ____________________________________________________________________________
50307 [  6668] By: jhi                                   on 2000/08/17  01:16:29
50308         Log: Doc nits spotted by Richard Soderberg.
50309      Branch: perl
50310            ! README.posix-bc README.vmesa
50311 ____________________________________________________________________________
50312 [  6667] By: jhi                                   on 2000/08/17  01:12:11
50313         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
50314              From: "Casey R. Tweten" <crt@kiski.net>
50315              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
50316              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
50317      Branch: perl
50318            ! pod/perldebtut.pod
50319 ____________________________________________________________________________
50320 [  6666] By: jhi                                   on 2000/08/17  01:09:31
50321         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
50322              From: "Casey R. Tweten" <crt@kiski.net>
50323              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
50324              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
50325      Branch: perl
50326            ! lib/Shell.pm
50327 ____________________________________________________________________________
50328 [  6665] By: gsar                                  on 2000/08/17  01:03:52
50329         Log: add "ok" targets from change#6632 in makefile.mk
50330      Branch: perl
50331            ! pod/perlport.pod win32/Makefile win32/makefile.mk
50332 ____________________________________________________________________________
50333 [  6664] By: gsar                                  on 2000/08/17  00:56:11
50334         Log: avoid warnings from dense compiler
50335      Branch: perl
50336            ! win32/win32.c
50337 ____________________________________________________________________________
50338 [  6663] By: jhi                                   on 2000/08/17  00:51:49
50339         Log: Tweak the regex compilation errors once more.
50340      Branch: perl
50341            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
50342            ! t/op/regmesg.t t/pragma/warn/regcomp
50343 ____________________________________________________________________________
50344 [  6662] By: gsar                                  on 2000/08/17  00:28:19
50345         Log: trailing new %ENV entries weren't being pushed into the real
50346              environment of subprocesses on Windows
50347      Branch: perl
50348            ! t/op/magic.t win32/perlhost.h
50349 ____________________________________________________________________________
50350 [  6661] By: gsar                                  on 2000/08/17  00:19:20
50351         Log: waitpid() now handles externally spawned pids correctly;
50352              fixes for backtick/wait/waitpid failures on Windows 9x
50353              
50354              these changes make the pid returned by process functions on
50355              Windows 9x always positive by clearing the high bit (which
50356              is always set on Win9x); pseudo-process PIDs are likewise
50357              always negative now on Win9x (just as on NT/2000)
50358      Branch: perl
50359            ! pp_sys.c win32/perlhost.h win32/win32.c
50360 ____________________________________________________________________________
50361 [  6660] By: jhi                                   on 2000/08/17  00:04:32
50362         Log: Retract #6645.
50363      Branch: perl
50364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50365            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
50366            ! t/op/sprintf.t
50367 ____________________________________________________________________________
50368 [  6659] By: gsar                                  on 2000/08/16  23:59:28
50369         Log: on windows, the return values from wait() and waitpid() don't
50370              match those of pseudo-pids
50371      Branch: perl
50372            ! pp_sys.c t/op/fork.t util.c win32/win32.c
50373 ____________________________________________________________________________
50374 [  6658] By: gsar                                  on 2000/08/16  23:56:14
50375         Log: pod nit seen in passing
50376      Branch: perl
50377            ! pod/perlfunc.pod
50378 ____________________________________________________________________________
50379 [  6657] By: gsar                                  on 2000/08/16  23:53:42
50380         Log: change#6328 could make close(SOCKET) return false on windows
50381              when it shouldn't
50382      Branch: perl
50383            ! win32/win32sck.c
50384 ____________________________________________________________________________
50385 [  6656] By: gsar                                  on 2000/08/16  23:46:57
50386         Log: check that the number pseudo children doesn't exceed
50387              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
50388              the WaitForMultipleObjects() limit that would cause wait()
50389              to crash)
50390              
50391              wait() and waitpid() could potentially be rewritten to use
50392              more than one thread to do the waiting to eliminate this
50393              limitation
50394      Branch: perl
50395            ! win32/perlhost.h
50396 ____________________________________________________________________________
50397 [  6655] By: jhi                                   on 2000/08/16  14:11:05
50398         Log: Update Changes.
50399      Branch: perl
50400            ! Changes patchlevel.h
50401 ____________________________________________________________________________
50402 [  6654] By: jhi                                   on 2000/08/16  14:10:12
50403         Log: Update to perldebtut 1.9, from Richard Foley.
50404      Branch: perl
50405            ! pod/perldebtut.pod
50406 ____________________________________________________________________________
50407 [  6653] By: jhi                                   on 2000/08/16  14:08:17
50408         Log: Change the regx compilation error markers to use = instead of <
50409              since pod makes using the latter quite messy.  Reported in
50410              ID 20000814.006 by Abigail and in
50411              Subject: Unknown escape E<> ?
50412              From: Lupe Christoph <lupe@lupe-christoph.de>
50413              Date: Fri, 11 Aug 2000 00:30:27 +0200
50414              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
50415      Branch: perl
50416            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
50417            ! t/op/regmesg.t t/pragma/warn/regcomp
50418 ____________________________________________________________________________
50419 [  6652] By: jhi                                   on 2000/08/16  13:25:31
50420         Log: Change the perlbug address to perl.org since it's more forgiving.
50421              
50422              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
50423              From: abigail@foad.org
50424              Date: 15 Aug 2000 04:15:40 -0000
50425              Message-Id: <20000815041540.8633.qmail@foad.org>
50426      Branch: perl
50427            ! utils/perlbug.PL
50428 ____________________________________________________________________________
50429 [  6651] By: jhi                                   on 2000/08/16  13:22:35
50430         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
50431              From: Tim Jenness <timj@jach.hawaii.edu>
50432              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
50433              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
50434      Branch: perl
50435            ! lib/Cwd.pm
50436 ____________________________________________________________________________
50437 [  6650] By: jhi                                   on 2000/08/16  13:18:13
50438         Log: Update to CPAN 1.57.
50439              
50440              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
50441              From: andreas.koenig@anima.de (Andreas J. Koenig)
50442              Date: 16 Aug 2000 15:09:46 +0200
50443              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
50444      Branch: perl
50445            ! lib/CPAN.pm
50446 ____________________________________________________________________________
50447 [  6649] By: jhi                                   on 2000/08/16  13:12:31
50448         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
50449              From: "Larry W. Virden" <lvirden@cas.org>
50450              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
50451              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
50452      Branch: perl
50453            ! README.hpux
50454 ____________________________________________________________________________
50455 [  6648] By: jhi                                   on 2000/08/16  13:03:53
50456         Log: The numeric locale was reset to "C" by s?printf and never restored.
50457              
50458              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
50459              From: Christian Kirsch <ck@held.mind.de>
50460              Date: Wed, 9 Aug 2000 17:05:17 +0200
50461              Message-Id: <20000809170517.A25389@held>
50462              
50463              No test since adding the failing example to locale.t
50464              does not fail -- probably because the locale settings are so
50465              thoroughly tweaked by that time.  Running the example standalone
50466              does fail, though.  UPDATE: test case added at change #7540.
50467      Branch: perl
50468            ! dump.c perl.h pp.c pp_ctl.c sv.c
50469 ____________________________________________________________________________
50470 [  6647] By: jhi                                   on 2000/08/16  00:07:54
50471         Log: Update Changes and test semi-automatic patchlevel updating.
50472      Branch: perl
50473            ! Changes patchlevel.h
50474 ____________________________________________________________________________
50475 [  6646] By: jhi                                   on 2000/08/15  23:35:07
50476         Log: Fix a dependency problem.
50477              
50478              Subject: [PATCH: 6640] VMS Makefile.SH update
50479              From: Peter Prymmer <pvhp@forte.com>
50480              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
50481              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
50482      Branch: perl
50483            ! vms/descrip_mms.template
50484 ____________________________________________________________________________
50485 [  6645] By: jhi                                   on 2000/08/15  23:33:23
50486         Log: (Retracted by #6660)
50487              
50488              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
50489              From: Dominic Dunlop <domo@computer.org>
50490              Date: Tue, 15 Aug 2000 22:20:52 +0200
50491              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
50492      Branch: metaconfig/U/perl
50493            + d_printfed.U
50494      Branch: perl
50495            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50496            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
50497            ! t/op/sprintf.t
50498 ____________________________________________________________________________
50499 [  6644] By: jhi                                   on 2000/08/15  21:17:20
50500         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
50501              From: abigail@foad.org
50502              Date: 15 Aug 2000 20:12:41 -0000
50503              Message-Id: <20000815201241.25556.qmail@foad.org>
50504      Branch: perl
50505            ! INSTALL
50506 ____________________________________________________________________________
50507 [  6643] By: jhi                                   on 2000/08/15  21:15:28
50508         Log: (an already applied patch)
50509      Branch: perl
50510            ! lib/CGI.pm
50511 ____________________________________________________________________________
50512 [  6642] By: gsar                                  on 2000/08/15  19:54:05
50513         Log: magic callbacks all need to have same type signature
50514      Branch: perl
50515            ! embed.pl mg.c proto.h
50516 ____________________________________________________________________________
50517 [  6641] By: jhi                                   on 2000/08/15  17:56:27
50518         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)
50519              From: Mike Guy <mjtg@cam.ac.uk>
50520              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
50521              Date: Tue, 15 Aug 2000 18:26:45 +0100
50522              
50523              Only the peek.t part applied, not the hash quality part.
50524      Branch: perl
50525            ! t/lib/peek.t
50526 ____________________________________________________________________________
50527 [  6640] By: jhi                                   on 2000/08/15  16:37:37
50528         Log: Update Changes.
50529      Branch: perl
50530            ! Changes
50531 ____________________________________________________________________________
50532 [  6639] By: jhi                                   on 2000/08/15  16:34:55
50533         Log: Missed a file from #6638.
50534      Branch: perl
50535            ! lib/File/Temp.pm
50536 ____________________________________________________________________________
50537 [  6638] By: jhi                                   on 2000/08/15  16:33:19
50538         Log: Subject: [PATCH perl@6620] cygwin port
50539              From: "Fifer, Eric" <EFifer@sanwaint.com>
50540              Date: Tue, 15 Aug 2000 17:00:49 +0100
50541              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
50542      Branch: perl
50543            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
50544 ____________________________________________________________________________
50545 [  6637] By: jhi                                   on 2000/08/15  16:29:22
50546         Log: Subject: [PATCH] debugger exit code should reflect user exit code
50547              From: Mike Guy <mjtg@cam.ac.uk>
50548              Date: Tue, 15 Aug 2000 16:55:59 +0100
50549              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
50550      Branch: perl
50551            ! lib/perl5db.pl
50552 ____________________________________________________________________________
50553 [  6636] By: jhi                                   on 2000/08/15  15:30:58
50554         Log: Update Changes.
50555      Branch: perl
50556            ! Changes
50557 ____________________________________________________________________________
50558 [  6635] By: jhi                                   on 2000/08/15  15:27:21
50559         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
50560      Branch: metaconfig
50561            ! U/mkglossary U/mksample
50562      Branch: metaconfig/U/perl
50563            ! Devel.U
50564      Branch: perl
50565            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50566 ____________________________________________________________________________
50567 [  6634] By: jhi                                   on 2000/08/15  14:11:55
50568         Log: Don't blow limited stacks, a lower number is enough to
50569              tickle the lookbehind limit.
50570              
50571              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
50572              From: Dominic Dunlop <domo@computer.org>
50573              Date: Tue, 15 Aug 2000 13:51:24 +0200
50574              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
50575      Branch: perl
50576            ! t/op/regmesg.t
50577 ____________________________________________________________________________
50578 [  6633] By: jhi                                   on 2000/08/15  14:01:46
50579         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
50580              From: Mike Guy <mjtg@cam.ac.uk>
50581              Date: Tue, 15 Aug 2000 12:10:50 +0100
50582              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
50583      Branch: perl
50584            ! utils/perldoc.PL
50585 ____________________________________________________________________________
50586 [  6632] By: jhi                                   on 2000/08/15  13:58:48
50587         Log: make ok etc also for win32.
50588              
50589              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
50590              From: Prymmer/Kahn <pvhp@best.com>
50591              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
50592              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
50593      Branch: perl
50594            ! win32/Makefile
50595 ____________________________________________________________________________
50596 [  6631] By: jhi                                   on 2000/08/15  13:45:03
50597         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
50598      Branch: perl
50599            ! lib/Test.pm
50600 ____________________________________________________________________________
50601 [  6630] By: jhi                                   on 2000/08/15  03:25:09
50602         Log: Update Changes.
50603      Branch: perl
50604            ! Changes
50605 ____________________________________________________________________________
50606 [  6629] By: jhi                                   on 2000/08/15  03:23:53
50607         Log: magic_regdatum_set() is void, not int.
50608      Branch: perl
50609            ! embed.pl mg.c proto.h
50610 ____________________________________________________________________________
50611 [  6628] By: jhi                                   on 2000/08/15  03:08:02
50612         Log: Make the user to give up his firstborn, err, to knowingly
50613              verify installing an unstable developer release.  Also bump
50614              the release to 5.7.0, but leave a patch tag in the local
50615              patches saying that this is not yet the real thing.
50616      Branch: metaconfig
50617            ! U/modified/Instruct.U
50618      Branch: metaconfig/U/perl
50619            + Devel.U
50620      Branch: perl
50621            ! Configure patchlevel.h
50622 ____________________________________________________________________________
50623 [  6627] By: jhi                                   on 2000/08/14  22:32:52
50624         Log: README.os2 update.
50625              
50626              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
50627              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50628              Date: Wed, 02 Aug 2000 21:55:09 -0700
50629              Message-ID: <tsPi5gzkgegX092yn@efn.org>
50630      Branch: perl
50631            ! README.os2
50632 ____________________________________________________________________________
50633 [  6626] By: jhi                                   on 2000/08/14  21:00:02
50634         Log: Subject: Re: File::Temp problems on VMS in bleedperl
50635              From: Tim Jenness <timj@jach.hawaii.edu>
50636              cc: vmsperl@perl.org
50637              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
50638              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
50639      Branch: perl
50640            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
50641 ____________________________________________________________________________
50642 [  6625] By: jhi                                   on 2000/08/14  20:52:16
50643         Log: Add SUIDMAIL as was done for the CERT alert.
50644      Branch: perl
50645            ! patchlevel.h
50646 ____________________________________________________________________________
50647 [  6624] By: jhi                                   on 2000/08/14  20:48:50
50648         Log: Subject: sfio2000
50649              From: Daniel Muino <dmuino@afip.gov.ar>
50650              Date: Mon, 14 Aug 2000 16:58:11 -0300
50651              Message-ID: <20000814165811.B16368@con2-dgi>
50652      Branch: perl
50653            ! perlsdio.h perlsfio.h
50654 ____________________________________________________________________________
50655 [  6623] By: jhi                                   on 2000/08/14  20:47:36
50656         Log: Subject: warning: storage class after type is obsolescent
50657              From: Daniel Muino <dmuino@afip.gov.ar>
50658              Date: Mon, 14 Aug 2000 16:42:47 -0300
50659              Message-ID: <20000814164247.A16368@con2-dgi>
50660      Branch: perl
50661            ! regcomp.pl regnodes.h
50662 ____________________________________________________________________________
50663 [  6622] By: jhi                                   on 2000/08/14  20:43:05
50664         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
50665              From: abigail@foad.org
50666              Date: 14 Aug 2000 20:00:10 -0000
50667              Message-Id: <20000814200010.27271.qmail@foad.org>
50668      Branch: perl
50669            ! Changes
50670 ____________________________________________________________________________
50671 [  6621] By: jhi                                   on 2000/08/14  15:23:05
50672         Log: Update Changes.
50673      Branch: perl
50674            ! Changes
50675 ____________________________________________________________________________
50676 [  6620] By: jhi                                   on 2000/08/14  15:22:14
50677         Log: Subject: Re: [PATCH] @+, @- readonly
50678              From: Mike Guy <mjtg@cam.ac.uk>
50679              Date: Mon, 14 Aug 2000 15:26:55 +0100
50680              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
50681      Branch: perl
50682            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
50683            ! sv.c t/op/pat.t
50684 ____________________________________________________________________________
50685 [  6619] By: jhi                                   on 2000/08/14  14:12:08
50686         Log: Update Changes.
50687      Branch: perl
50688            ! Changes
50689 ____________________________________________________________________________
50690 [  6618] By: jhi                                   on 2000/08/14  14:09:34
50691         Log: For now remove the mail code.
50692      Branch: perl
50693            ! perl.c
50694 ____________________________________________________________________________
50695 [  6617] By: jhi                                   on 2000/08/14  14:08:28
50696         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
50697      Branch: perl
50698            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
50699            ! pod/perlfaq8.pod pod/perlsec.pod
50700 ____________________________________________________________________________
50701 [  6616] By: jhi                                   on 2000/08/14  14:00:11
50702         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
50703              From: Mike Guy <mjtg@cam.ac.uk>
50704              Date: Mon, 14 Aug 2000 08:26:02 +0100
50705              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
50706      Branch: perl
50707            ! lib/perl5db.pl
50708 ____________________________________________________________________________
50709 [  6615] By: jhi                                   on 2000/08/14  13:58:45
50710         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
50711              From: Mike Guy <mjtg@cam.ac.uk>
50712              Date: Mon, 14 Aug 2000 08:04:22 +0100
50713              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
50714      Branch: perl
50715            ! gv.c mg.c t/op/pat.t
50716 ____________________________________________________________________________
50717 [  6614] By: jhi                                   on 2000/08/14  13:56:45
50718         Log: Subject: Test fails / warnings with perl-current #6612
50719              From: Mike Guy <mjtg@cam.ac.uk>
50720              Date: Mon, 14 Aug 2000 07:57:23 +0100
50721              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
50722      Branch: perl
50723            ! t/lib/b.t t/lib/peek.t
50724 ____________________________________________________________________________
50725 [  6613] By: jhi                                   on 2000/08/14  13:45:33
50726         Log: VMS configure.com update continues.
50727      Branch: perl
50728            - vms/configure.com
50729            ! MANIFEST configure.com
50730 ____________________________________________________________________________
50731 [  6612] By: jhi                                   on 2000/08/13  22:13:35
50732         Log: Update Changes.
50733      Branch: perl
50734            ! Changes
50735 ____________________________________________________________________________
50736 [  6611] By: jhi                                   on 2000/08/13  16:21:45
50737         Log: Upgrade to CGI 2.71, from Lincoln Stein.
50738      Branch: perl
50739            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
50740 ____________________________________________________________________________
50741 [  6610] By: jhi                                   on 2000/08/13  15:09:16
50742         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
50743              From: Mike Guy <mjtg@cam.ac.uk>
50744              Date: Sun, 13 Aug 2000 13:45:51 +0100
50745              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
50746      Branch: perl
50747            ! t/op/regmesg.t
50748 ____________________________________________________________________________
50749 [  6609] By: jhi                                   on 2000/08/13  14:31:26
50750         Log: Andreas says that 1.56 is fine, so reverting back to it.
50751      Branch: perl
50752            ! lib/CPAN.pm
50753 ____________________________________________________________________________
50754 [  6608] By: jhi                                   on 2000/08/13  05:34:20
50755         Log: Update Changes.
50756      Branch: perl
50757            ! Changes
50758 ____________________________________________________________________________
50759 [  6607] By: jhi                                   on 2000/08/13  05:32:01
50760         Log: Put back the \z changes of #5406 to CPAN.pm.
50761      Branch: perl
50762            ! lib/CPAN.pm
50763 ____________________________________________________________________________
50764 [  6606] By: jhi                                   on 2000/08/13  05:20:16
50765         Log: Fix-n-skip the tests under 5005threads.
50766      Branch: perl
50767            ! t/lib/b.t
50768 ____________________________________________________________________________
50769 [  6605] By: jhi                                   on 2000/08/13  05:07:48
50770         Log: Fix the test for 5005threads.
50771      Branch: perl
50772            ! t/lib/peek.t
50773 ____________________________________________________________________________
50774 [  6604] By: jhi                                   on 2000/08/13  03:35:37
50775         Log: Should have deleted this in #6603.
50776      Branch: perl
50777            - vms/subconfigure.com
50778 ____________________________________________________________________________
50779 [  6603] By: jhi                                   on 2000/08/12  18:29:32
50780         Log: Rewrite of vms/subconfigure.com as configure.com,
50781              from Peter Prymmer and the vmsperl crew.
50782      Branch: perl
50783            + vms/configure.com
50784            ! MANIFEST
50785 ____________________________________________________________________________
50786 [  6602] By: jhi                                   on 2000/08/11  13:00:01
50787         Log: PlainText.pm is dead.
50788      Branch: perl
50789            - lib/Pod/PlainText.pm
50790            ! MANIFEST
50791 ____________________________________________________________________________
50792 [  6601] By: jhi                                   on 2000/08/11  04:06:45
50793         Log: Update Changes.
50794      Branch: perl
50795            ! Changes
50796 ____________________________________________________________________________
50797 [  6600] By: jhi                                   on 2000/08/11  04:06:10
50798         Log: Add a few missing files, update MANIFEST.
50799      Branch: perl
50800            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
50801            + lib/Pod/PlainText.pm t/pod/find.t
50802            ! MANIFEST t/op/regmesg.t
50803 ____________________________________________________________________________
50804 [  6599] By: jhi                                   on 2000/08/11  03:31:10
50805         Log: Add Perl debugging tutorial, regen toc. 
50806              
50807              Subject: perldebtut.pod
50808              From: Richard Foley <Richard.Foley@m.dasa.de>
50809              Date: Wed, 09 Aug 2000 10:17:15 +0200
50810              Message-id: <3991138B.262247B8@m.dasa.de>
50811      Branch: perl
50812            + pod/perldebtut.pod
50813            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50814 ____________________________________________________________________________
50815 [  6598] By: jhi                                   on 2000/08/11  02:48:56
50816         Log: tiny Changes edit
50817      Branch: perl
50818            ! Changes
50819 ____________________________________________________________________________
50820 [  6597] By: jhi                                   on 2000/08/11  02:39:04
50821         Log: Tests for #6589.
50822              
50823              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50824              From: simon@brecon.co.uk (Simon Cozens)
50825              Date: 11 Aug 2000 02:24:52 GMT
50826              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
50827      Branch: perl
50828            ! t/lib/b.t
50829 ____________________________________________________________________________
50830 [  6596] By: jhi                                   on 2000/08/11  01:50:07
50831         Log: Update Changes.
50832      Branch: perl
50833            ! Changes
50834 ____________________________________________________________________________
50835 [  6595] By: jhi                                   on 2000/08/11  01:47:16
50836         Log: nitfix
50837      Branch: perl
50838            ! Changes
50839 ____________________________________________________________________________
50840 [  6594] By: jhi                                   on 2000/08/11  01:36:16
50841         Log: Subject: Getting perlio and threads to compile
50842              From: Lupe Christoph <lupe@lupe-christoph.de>
50843              Date: Wed, 9 Aug 2000 11:35:54 +0200
50844              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
50845              
50846              (the Solaris version changes in Configure skipped)
50847      Branch: perl
50848            ! hints/solaris_2.sh thread.h
50849 ____________________________________________________________________________
50850 [  6593] By: jhi                                   on 2000/08/11  01:30:16
50851         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
50852              From: simon@brecon.co.uk (Simon Cozens)
50853              Date: 1 Aug 2000 06:55:19 GMT
50854              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
50855      Branch: perl
50856            ! lib/utf8.pm
50857 ____________________________________________________________________________
50858 [  6592] By: jhi                                   on 2000/08/11  01:26:39
50859         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
50860              From: Peter Scott <Peter@PeterScott.com>
50861              Date: Thu, 10 Aug 2000 08:23:27 -0700
50862              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
50863      Branch: perl
50864            ! lib/perl5db.pl
50865 ____________________________________________________________________________
50866 [  6591] By: jhi                                   on 2000/08/11  01:22:02
50867         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
50868              From: Hugo <hv@crypt.compulink.co.uk>
50869              Date: Thu, 10 Aug 2000 19:23:04 +0100
50870              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
50871      Branch: perl
50872            ! regexec.c t/op/pat.t
50873 ____________________________________________________________________________
50874 [  6590] By: jhi                                   on 2000/08/11  01:19:19
50875         Log: Preprocessing and postprocessing for File::Find.
50876              
50877              Subject: Patch to Find::File.pm to allow alphabetical results
50878              From: Joe Smith <jsmith@inwap.com>
50879              Date: Wed, 9 Aug 2000 02:44:54 -0700
50880              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
50881      Branch: perl
50882            ! lib/File/Find.pm
50883 ____________________________________________________________________________
50884 [  6589] By: jhi                                   on 2000/08/11  01:12:39
50885         Log: B::Deparse didn't do sub attributes.
50886              
50887              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
50888              From: simon@brecon.co.uk (Simon Cozens)
50889              Date: 9 Aug 2000 04:49:20 GMT
50890              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
50891      Branch: perl
50892            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
50893 ____________________________________________________________________________
50894 [  6588] By: jhi                                   on 2000/08/11  01:06:40
50895         Log: Subject: debugger "d" command doesnt check line number
50896              From: Mike Guy <mjtg@cam.ac.uk>
50897              Date: Tue, 08 Aug 2000 21:54:29 +0100
50898              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
50899      Branch: perl
50900            ! lib/perl5db.pl mg.c pod/perldiag.pod
50901 ____________________________________________________________________________
50902 [  6587] By: jhi                                   on 2000/08/11  00:45:03
50903         Log: sleep(1) does not necessarily return 1.
50904              
50905              Subject: [PATCH bleadperl] op/lex_assign.t  
50906              From: Hugo <hv@crypt.compulink.co.uk>
50907              Date: Thu, 03 Aug 2000 14:34:22 +0100        
50908              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
50909      Branch: perl
50910            ! t/op/lex_assign.t
50911 ____________________________________________________________________________
50912 [  6586] By: jhi                                   on 2000/08/11  00:31:50
50913         Log: Document the IO::Select timeout.
50914      Branch: perl
50915            ! ext/IO/lib/IO/Select.pm
50916 ____________________________________________________________________________
50917 [  6585] By: jhi                                   on 2000/08/11  00:13:54
50918         Log: Forgot contributor.
50919      Branch: perl
50920            ! Changes
50921 ____________________________________________________________________________
50922 [  6584] By: jhi                                   on 2000/08/11  00:09:19
50923         Log: detypo
50924      Branch: perl
50925            ! Changes
50926 ____________________________________________________________________________
50927 [  6583] By: jhi                                   on 2000/08/11  00:07:53
50928         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
50929              
50930              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
50931              From: Mike Guy <mjtg@cam.ac.uk> 
50932              Date: Thu, 10 Aug 2000 15:50:54 +0100
50933              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
50934      Branch: perl
50935            ! sv.c t/op/int.t
50936 ____________________________________________________________________________
50937 [  6582] By: jhi                                   on 2000/08/10  23:29:32
50938         Log: Update Changes.
50939      Branch: perl
50940            ! Changes
50941 ____________________________________________________________________________
50942 [  6581] By: jhi                                   on 2000/08/10  23:26:16
50943         Log: Put back the std @INC thing.
50944      Branch: perl
50945            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
50946            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
50947            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
50948            ! t/lib/gol-oo.t
50949 ____________________________________________________________________________
50950 [  6580] By: jhi                                   on 2000/08/10  23:03:34
50951         Log: Update to CGI 2.70, from Lincoln Stein.
50952      Branch: perl
50953            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
50954            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
50955            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
50956            ! t/lib/cgi-request.t
50957 ____________________________________________________________________________
50958 [  6579] By: jhi                                   on 2000/08/10  22:41:50
50959         Log: Update to CPAN 1.56, from Andreas König.
50960      Branch: perl
50961            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50962 ____________________________________________________________________________
50963 [  6578] By: jhi                                   on 2000/08/10  22:38:13
50964         Log: Update to Pod::Parser 1.17, from Brad Appleton.
50965      Branch: perl
50966            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
50967            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
50968            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
50969            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
50970            ! t/pod/include.t t/pod/included.t t/pod/lref.t
50971            ! t/pod/multiline_items.t t/pod/nested_items.t
50972            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
50973            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
50974            ! t/pod/special_seqs.t
50975 ____________________________________________________________________________
50976 [  6577] By: jhi                                   on 2000/08/10  22:35:41
50977         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
50978      Branch: perl
50979            ! AUTHORS MAINTAIN
50980 ____________________________________________________________________________
50981 [  6576] By: jhi                                   on 2000/08/10  22:24:54
50982         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
50983      Branch: perl
50984            + t/lib/gol-oo.t
50985            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
50986            ! t/lib/gol-compat.t t/lib/gol-linkage.t
50987 ____________________________________________________________________________
50988 [  6575] By: jhi                                   on 2000/08/10  22:02:07
50989         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
50990      Branch: perl
50991            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
50992 ____________________________________________________________________________
50993 [  6574] By: jhi                                   on 2000/08/10  21:55:03
50994         Log: Iterating perl6 description.
50995      Branch: perl
50996            ! pod/perlfaq1.pod
50997 ____________________________________________________________________________
50998 [  6573] By: jhi                                   on 2000/08/10  21:48:26
50999         Log: Revert the sv.c part of #6559, a better fix is needed.
51000      Branch: perl
51001            ! sv.c
51002 ____________________________________________________________________________
51003 [  6572] By: jhi                                   on 2000/08/10  20:33:43
51004         Log: It's the 2ndO'ROSSC.
51005      Branch: perl
51006            ! pod/perlfaq1.pod
51007 ____________________________________________________________________________
51008 [  6571] By: jhi                                   on 2000/08/10  15:55:48
51009         Log: detypo
51010      Branch: perl
51011            ! pod/perlfaq1.pod
51012 ____________________________________________________________________________
51013 [  6570] By: jhi                                   on 2000/08/10  14:11:17
51014         Log: An exceptionally sticky typo.
51015      Branch: perl
51016            ! Changes
51017 ____________________________________________________________________________
51018 [  6569] By: jhi                                   on 2000/08/10  14:09:33
51019         Log: detypo (and test Changes updating script)
51020      Branch: perl
51021            ! Changes
51022 ____________________________________________________________________________
51023 [  6568] By: jhi                                   on 2000/08/10  14:07:07
51024         Log: Update Changes.
51025      Branch: perl
51026            ! Changes
51027 ____________________________________________________________________________
51028 [  6567] By: jhi                                   on 2000/08/10  14:06:19
51029         Log: Amend the description of Perl6.
51030              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
51031              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51032              Date: Wed, 9 Aug 2000 22:11:06 -0500
51033              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
51034      Branch: perl
51035            ! pod/perlfaq1.pod
51036 ____________________________________________________________________________
51037 [  6566] By: jhi                                   on 2000/08/10  13:58:57
51038         Log: Subject: Remove dead entry in perldiag
51039              From: Mike Guy <mjtg@cam.ac.uk>
51040              Date: Thu, 10 Aug 2000 14:19:19 +0100
51041              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
51042      Branch: perl
51043            ! pod/perldiag.pod
51044 ____________________________________________________________________________
51045 [  6565] By: jhi                                   on 2000/08/10  13:51:48
51046         Log: Zero entries were skipped, fix from Adrian Goalby
51047              <argoalby@yahoo.co.uk>
51048      Branch: perl
51049            ! lib/unicode/Number.pl lib/unicode/mktables.PL
51050 ____________________________________________________________________________
51051 [  6564] By: jhi                                   on 2000/08/10  13:00:12
51052         Log: Subject: [PATCH 5.6.0] cygwin port
51053              From: "Fifer, Eric" <EFifer@sanwaint.com>
51054              Date: Thu, 10 Aug 2000 13:15:36 +0100
51055              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
51056      Branch: perl
51057            ! README.cygwin hints/cygwin.sh
51058 ____________________________________________________________________________
51059 [  6563] By: jhi                                   on 2000/08/10  12:55:16
51060         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
51061      Branch: perl
51062            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
51063 ____________________________________________________________________________
51064 [  6562] By: gsar                                  on 2000/08/10  08:38:39
51065         Log: warn is a macro, avoid using at a variable to avoid warnings
51066              in some configurations; readdir.t is too conservative in
51067              estimating number of *.t's
51068      Branch: perl
51069            ! t/op/readdir.t util.c
51070 ____________________________________________________________________________
51071 [  6561] By: jhi                                   on 2000/08/09  23:35:42
51072         Log: Update Changes.
51073      Branch: perl
51074            ! Changes
51075 ____________________________________________________________________________
51076 [  6560] By: jhi                                   on 2000/08/09  23:05:47
51077         Log: Subject: Re: enhanced(?) regex error messages
51078              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
51079              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
51080              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
51081              
51082              (plus two small patches sent privately)
51083              (this still seems to leave few test failures)
51084      Branch: perl
51085            + t/op/regmesg.t
51086            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
51087            ! t/pragma/warn/regcomp
51088 ____________________________________________________________________________
51089 [  6559] By: jhi                                   on 2000/08/09  20:41:18
51090         Log: (The fix did work but was not right, retracted in #6573)
51091              
51092              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
51093              From: Christian Kirsch <ck@held.mind.de>
51094              Date: Wed, 9 Aug 2000 17:05:17 +0200
51095              Message-Id: <20000809170517.A25389@held>
51096      Branch: perl
51097            ! sv.c t/pragma/locale.t
51098 ____________________________________________________________________________
51099 [  6558] By: jhi                                   on 2000/08/08  22:34:08
51100         Log: Tiny updates on the contributors list.
51101      Branch: perl
51102            ! Changes
51103 ____________________________________________________________________________
51104 [  6557] By: jhi                                   on 2000/08/08  19:34:28
51105         Log: Double check that we have a dirhandle.
51106      Branch: perl
51107            ! util.c
51108 ____________________________________________________________________________
51109 [  6556] By: jhi                                   on 2000/08/08  19:01:51
51110         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
51111              May be repopulated with fresh maintained examples.
51112      Branch: perl
51113            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
51114            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
51115            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
51116            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
51117            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
51118            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
51119            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
51120            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
51121            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
51122            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
51123            + lib/CGI/eg/wilogo_gif.uu
51124            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
51125            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
51126            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
51127            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
51128            - eg/cgi/frameset.cgi eg/cgi/index.html
51129            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
51130            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
51131            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
51132            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
51133            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
51134            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
51135            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
51136            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
51137            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
51138            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
51139            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
51140            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
51141            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
51142            - eg/van/vanish eg/who eg/wrapsuid
51143            ! MANIFEST
51144 ____________________________________________________________________________
51145 [  6555] By: jhi                                   on 2000/08/08  18:51:08
51146         Log: Delete chat2 as requested by Randal.
51147              
51148              Subject: Re: perlfaq8 coyness
51149              From: merlyn@stonehenge.com (Randal L. Schwartz) 
51150              Date: 15 May 2000 18:52:42 -0700 
51151              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
51152      Branch: perl
51153            - lib/chat2.pl
51154            ! MANIFEST
51155 ____________________________________________________________________________
51156 [  6554] By: jhi                                   on 2000/08/08  18:31:35
51157         Log: Regen global.sym.
51158      Branch: perl
51159            ! global.sym
51160 ____________________________________________________________________________
51161 [  6553] By: jhi                                   on 2000/08/08  18:28:13
51162         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
51163              (either perlbug or p5p ate the original), plus regen
51164              perlapi and perltoc. 
51165      Branch: perl
51166            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
51167            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
51168            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
51169            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
51170            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
51171            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
51172            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
51173            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
51174            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
51175            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
51176 ____________________________________________________________________________
51177 [  6552] By: jhi                                   on 2000/08/08  18:06:29
51178         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
51179              From: Mike Guy <mjtg@cam.ac.uk>
51180              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
51181              Date: Tue, 08 Aug 2000 15:51:27 +0100
51182      Branch: perl
51183            ! doop.c sv.h t/op/join.t t/pragma/overload.t
51184 ____________________________________________________________________________
51185 [  6551] By: jhi                                   on 2000/08/08  18:01:11
51186         Log: Re-apply #6549.
51187      Branch: perl
51188            ! lib/perl5db.pl
51189 ____________________________________________________________________________
51190 [  6550] By: jhi                                   on 2000/08/08  17:43:08
51191         Log: Accidental retraction of #6549.
51192      Branch: perl
51193            ! lib/perl5db.pl
51194 ____________________________________________________________________________
51195 [  6549] By: jhi                                   on 2000/08/08  17:40:04
51196         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
51197              From: Mike Guy <mjtg@cam.ac.uk>
51198              Date: Mon, 07 Aug 2000 21:49:58 +0100
51199              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
51200      Branch: perl
51201            ! lib/perl5db.pl
51202 ____________________________________________________________________________
51203 [  6548] By: jhi                                   on 2000/08/08  17:37:57
51204         Log: Document here-doc better.
51205              
51206              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
51207              From: Mike Guy <mjtg@cam.ac.uk>
51208              Date: Mon, 07 Aug 2000 14:02:09 +0100
51209              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
51210      Branch: perl
51211            ! pod/perldata.pod
51212 ____________________________________________________________________________
51213 [  6547] By: jhi                                   on 2000/08/08  17:33:34
51214         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
51215              From: "Randy J. Ray" <rjray@redhat.com>
51216              Date: Mon, 07 Aug 2000 19:12:25 -0700
51217              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
51218      Branch: perl
51219            ! perl.c pod/perlrun.pod
51220 ____________________________________________________________________________
51221 [  6546] By: jhi                                   on 2000/08/08  17:29:26
51222         Log: Subject: Re: enhanced(?) regex error messages 
51223              From: Hugo <hv@crypt.compulink.co.uk>
51224              Date: Tue, 08 Aug 2000 03:25:51 +0100
51225              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
51226              
51227              plus Capitalize the error messages, plus perldiag them.
51228      Branch: perl
51229            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
51230 ____________________________________________________________________________
51231 [  6545] By: jhi                                   on 2000/08/08  13:59:28
51232         Log: Augment #6539 a bit: don't croak if there's magic in the air.
51233              
51234              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
51235              From: Hugo <hv@crypt.compulink.co.uk>
51236              Date: Tue, 08 Aug 2000 03:02:03 +0100
51237              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
51238      Branch: perl
51239            ! pp.c t/op/bless.t
51240 ____________________________________________________________________________
51241 [  6544] By: jhi                                   on 2000/08/07  21:11:52
51242         Log: Make the test -w clean.
51243      Branch: perl
51244            ! t/op/bless.t
51245 ____________________________________________________________________________
51246 [  6543] By: jhi                                   on 2000/08/07  19:49:53
51247         Log: use warnings instead of $^W.
51248      Branch: perl
51249            ! t/op/bless.t
51250 ____________________________________________________________________________
51251 [  6542] By: jhi                                   on 2000/08/07  17:41:41
51252         Log: Disable a portability warning Because We Know What We Are Doing.
51253      Branch: perl
51254            ! t/op/bless.t
51255 ____________________________________________________________________________
51256 [  6541] By: jhi                                   on 2000/08/07  17:29:51
51257         Log: Tiny tidying on report_evil_fh().
51258      Branch: perl
51259            ! util.c
51260 ____________________________________________________________________________
51261 [  6540] By: jhi                                   on 2000/08/07  16:37:38
51262         Log: Make regular expression parse error messages easier to understand.
51263              
51264              Subject: Re: enhanced(?) regex error messages
51265              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
51266              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
51267              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
51268      Branch: perl
51269            ! regcomp.c
51270 ____________________________________________________________________________
51271 [  6539] By: jhi                                   on 2000/08/07  16:12:27
51272         Log: Make bless(REF, REF) a fatal error, add bless tests.
51273              
51274              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
51275              From: Hugo <hv@crypt.compulink.co.uk>
51276              Date: Mon, 07 Aug 2000 16:59:38 +0100
51277              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
51278      Branch: perl
51279            + t/op/bless.t
51280            ! MANIFEST pod/perldiag.pod pp.c sv.c
51281 ____________________________________________________________________________
51282 [  6538] By: jhi                                   on 2000/08/07  15:59:43
51283         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
51284              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
51285              Date: Thu, 3 Aug 2000 14:29:21 -0700
51286              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
51287      Branch: perl
51288            ! lib/lib_pm.PL
51289 ____________________________________________________________________________
51290 [  6537] By: jhi                                   on 2000/08/07  15:47:18
51291         Log: Retract #6419 for now since it breaks in AFS and MachTen.
51292      Branch: perl
51293            ! lib/Cwd.pm
51294 ____________________________________________________________________________
51295 [  6536] By: jhi                                   on 2000/08/07  15:05:29
51296         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
51297              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
51298              The security hole exists only in suidperls, which isn't
51299              installed or even built by default.
51300      Branch: perl
51301            ! perl.c
51302 ____________________________________________________________________________
51303 [  6535] By: jhi                                   on 2000/08/07  14:45:14
51304         Log: tr memory corruption fix from Simon Cozens.
51305      Branch: perl
51306            ! doop.c
51307 ____________________________________________________________________________
51308 [  6534] By: jhi                                   on 2000/08/06  11:38:16
51309         Log: Document a bit that UDP is not what you might think.
51310              
51311              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
51312              From: Lupe Christoph <lupe@lupe-christoph.de>
51313              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
51314              Date: Mon, 24 Jul 2000 08:59:15 +0200
51315      Branch: perl
51316            ! pod/perlipc.pod
51317 ____________________________________________________________________________
51318 [  6533] By: jhi                                   on 2000/08/06  11:35:01
51319         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
51320              From: Jeff Pinyan <jeffp@hut.crusoe.net>
51321              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
51322              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
51323      Branch: perl
51324            ! pod/perlfunc.pod
51325 ____________________________________________________________________________
51326 [  6532] By: jhi                                   on 2000/08/06  03:45:41
51327         Log: Have symbols for the IoTYPEs.
51328      Branch: perl
51329            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
51330 ____________________________________________________________________________
51331 [  6531] By: jhi                                   on 2000/08/06  01:33:55
51332         Log: Continue fixing the io warnings.  This also
51333              sort of fixes bug ID 20000802.003: the core dump
51334              is no more.  Whether the current behaviour is correct
51335              (giving a warning: "Not a format reference"), is another matter.
51336      Branch: perl
51337            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
51338            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
51339 ____________________________________________________________________________
51340 [  6530] By: jhi                                   on 2000/08/05  21:33:12
51341         Log: Change the Policy policy: now -Dprefix= with an existing
51342              Policy.sh and prefix == siteprefix == vendorprefix, then all
51343              of them follow along the new prefix.
51344              
51345              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
51346              From: Andy Dougherty <doughera@lafayette.edu>
51347              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
51348              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
51349      Branch: perl
51350            ! Policy_sh.SH
51351 ____________________________________________________________________________
51352 [  6529] By: jhi                                   on 2000/08/05  18:57:28
51353         Log: Zap lib/Sys directory when cleaning up.
51354      Branch: perl
51355            ! Makefile.SH
51356 ____________________________________________________________________________
51357 [  6528] By: jhi                                   on 2000/08/05  18:40:44
51358         Log: Essential prototype changes were missing from #6527.
51359              Also make report_evil_fh() more bomb-proof.
51360      Branch: perl
51361            ! embed.h util.c
51362 ____________________________________________________________________________
51363 [  6527] By: jhi                                   on 2000/08/05  03:22:05
51364         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
51365              From: "Ronald F. Guilmette" <rfg@monkeys.com>
51366              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
51367              Message-Id: <200007242247.PAA52177@monkeys.com>
51368      Branch: perl
51369            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
51370 ____________________________________________________________________________
51371 [  6526] By: jhi                                   on 2000/08/04  21:23:27
51372         Log: gcc versions might have (parentheses) in them.
51373      Branch: metaconfig/U/perl
51374            ! gccvers.U
51375      Branch: perl
51376            ! Configure config_h.SH
51377 ____________________________________________________________________________
51378 [  6525] By: jhi                                   on 2000/08/04  20:23:12
51379         Log: Weed buglets pointed out by
51380              
51381              From: Lupe Christoph <lupe@lupe-christoph.de>
51382              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
51383              Date: Fri, 4 Aug 2000 17:34:39 +0200
51384              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
51385      Branch: metaconfig/U/perl
51386            ! gccvers.U uselfs.U
51387      Branch: perl
51388            ! Configure config_h.SH
51389 ____________________________________________________________________________
51390 [  6524] By: jhi                                   on 2000/08/04  19:02:08
51391         Log: Warn under -w if lstat(FH) is attempted.
51392              
51393              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
51394              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
51395              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
51396              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
51397      Branch: perl
51398            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
51399            ! t/pragma/warn/pp_sys
51400 ____________________________________________________________________________
51401 [  6523] By: jhi                                   on 2000/08/04  12:31:11
51402         Log: Subject: New perlcc, take 2
51403              From: simon@brecon.co.uk (Simon Cozens)
51404              Date: 4 Aug 2000 06:21:04 GMT
51405              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
51406      Branch: perl
51407            ! utils/perlcc.PL
51408 ____________________________________________________________________________
51409 [  6522] By: jhi                                   on 2000/08/04  12:26:33
51410         Log: Subject: Re: Array vs. List context
51411              From: Daniel Chetlin <daniel@chetlin.com>
51412              Date: Fri, 4 Aug 2000 00:22:44 -0700
51413              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
51414      Branch: perl
51415            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
51416            ! pod/perlfaq4.pod
51417 ____________________________________________________________________________
51418 [  6521] By: jhi                                   on 2000/08/04  12:22:38
51419         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
51420              From: Raymund Will <ray@caldera.de>
51421              Date: Fri, 4 Aug 2000 12:07:09 +0200
51422              Message-Id: <20000804120709.A14982@caldera.de>
51423      Branch: perl
51424            ! configure.gnu
51425 ____________________________________________________________________________
51426 [  6520] By: jhi                                   on 2000/08/04  04:09:06
51427         Log: After the #6519 a warning about stat() is just that,
51428              not about a filetest, which now have their own warning.
51429      Branch: perl
51430            ! pod/perldiag.pod
51431 ____________________________________________________________________________
51432 [  6519] By: jhi                                   on 2000/08/04  04:06:30
51433         Log: In the warnings call filehandles consistently so;
51434              add "unopened" warning for stat().
51435      Branch: perl
51436            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
51437            ! t/pragma/warn/pp_sys
51438 ____________________________________________________________________________
51439 [  6518] By: jhi                                   on 2000/08/04  02:55:35
51440         Log: Subject: Minor tweak to perlvar.pod
51441              From: "Stephen P. Potter" <spp@ds.net>
51442              Date: Tue, 18 Apr 2000 09:26:03 -0400
51443              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
51444      Branch: perl
51445            ! pod/perlvar.pod
51446 ____________________________________________________________________________
51447 [  6517] By: jhi                                   on 2000/08/04  02:50:08
51448         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
51449              From: "Clinton Pierce" <cpierce1@ford.com>
51450              Date: Wed, 21 Jul 1999 16:45:31 -0400
51451              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
51452              
51453              Fix by Stephen Potter (visible in the bug db but not in p5p?)
51454      Branch: perl
51455            ! pod/perlfunc.pod pod/perlop.pod
51456 ____________________________________________________________________________
51457 [  6516] By: jhi                                   on 2000/08/04  02:09:25
51458         Log: This is 6512.  Really.
51459      Branch: perl
51460            ! dump.c
51461 ____________________________________________________________________________
51462 [  6515] By: jhi                                   on 2000/08/04  01:25:50
51463         Log: mention the idea of @( and @)
51464      Branch: perl
51465            ! Todo-5.6
51466 ____________________________________________________________________________
51467 [  6514] By: bailey                                on 2000/08/04  01:18:46
51468         Log: YA resync with mainstem, including VMS patches from others
51469      Branch: vmsperl
51470           +> (branch 48 files)
51471            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
51472           !> (integrate 354 files)
51473 ____________________________________________________________________________
51474 [  6513] By: jhi                                   on 2000/08/04  01:18:18
51475         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
51476              From: Mark Dickinson <dickins3@fas.harvard.edu>
51477              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
51478              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
51479      Branch: perl
51480            ! t/op/grent.t t/op/pwent.t
51481 ____________________________________________________________________________
51482 [  6512] By: jhi                                   on 2000/08/04  01:14:06
51483         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
51484              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51485              Date: Wed, 02 Aug 2000 10:51:01 +0100
51486              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
51487      Branch: perl
51488            ! sv.c
51489 ____________________________________________________________________________
51490 [  6511] By: jhi                                   on 2000/08/04  00:57:00
51491         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
51492              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51493              Date: Thu, 03 Aug 2000 17:20:04 -0700
51494              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
51495      Branch: metaconfig
51496            ! U/modified/Cppsym.U
51497      Branch: perl
51498            ! Configure config_h.SH
51499 ____________________________________________________________________________
51500 [  6510] By: jhi                                   on 2000/08/04  00:25:28
51501         Log: detypo
51502      Branch: perl
51503            ! Makefile.SH
51504 ____________________________________________________________________________
51505 [  6509] By: jhi                                   on 2000/08/03  23:43:18
51506         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
51507              From: Dominic Dunlop <domo@computer.org>
51508              Date: Thu, 3 Aug 2000 22:16:46 +0200
51509              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
51510      Branch: perl
51511            ! t/op/sprintf.t
51512 ____________________________________________________________________________
51513 [  6508] By: jhi                                   on 2000/08/03  23:40:37
51514         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
51515              From: Hugo <hv@crypt.compulink.co.uk>
51516              Date: Thu, 03 Aug 2000 18:25:30 +0100
51517              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
51518      Branch: perl
51519            ! regcomp.c t/op/re_tests
51520 ____________________________________________________________________________
51521 [  6507] By: jhi                                   on 2000/08/03  23:38:28
51522         Log: Subject: [PATCH] sv.h documentation - SvLEN
51523              From: Mike Guy <mjtg@cam.ac.uk>
51524              Date: Thu, 03 Aug 2000 14:43:09 +0100
51525              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
51526      Branch: perl
51527            ! sv.h
51528 ____________________________________________________________________________
51529 [  6506] By: jhi                                   on 2000/08/03  15:49:14
51530         Log: Disable the fix_pl hack for now.
51531      Branch: perl
51532            ! Makefile.SH
51533 ____________________________________________________________________________
51534 [  6505] By: jhi                                   on 2000/08/03  13:49:04
51535         Log: Add a URL for FSF.
51536              
51537              Subject: Patch for README
51538              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51539              Date: Wed, 2 Aug 2000 13:25:09 -0500
51540              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
51541      Branch: perl
51542            ! README
51543 ____________________________________________________________________________
51544 [  6504] By: jhi                                   on 2000/08/03  13:29:19
51545         Log: Be more informative on what is skipped and why,
51546              also repeat the list at the end.
51547      Branch: perl
51548            ! Porting/p4desc
51549 ____________________________________________________________________________
51550 [  6503] By: jhi                                   on 2000/08/03  13:07:05
51551         Log: Circumvent the removal of .patch by fix_pl.
51552              
51553              Subject: Re: [ID 20000802.011] unable to 'make test'          
51554              From: simon@brecon.co.uk (Simon Cozens) 
51555              Date: 3 Aug 2000 04:17:00 GMT
51556              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
51557      Branch: perl
51558            ! Makefile.SH
51559 ____________________________________________________________________________
51560 [  6502] By: jhi                                   on 2000/08/03  00:14:34
51561         Log: Add the missing setproctitle unit.
51562      Branch: metaconfig/U/perl
51563            + d_setproctitle.U
51564 ____________________________________________________________________________
51565 [  6501] By: jhi                                   on 2000/08/03  00:00:26
51566         Log: The subtest 4 may fail also on VOBS, as pointed out
51567              by Nick Ing-Simmons in November 1999, bug id 19991124.003
51568              (but the failure in that bug report isn't the subtest 4).
51569      Branch: perl
51570            ! t/op/stat.t
51571 ____________________________________________________________________________
51572 [  6500] By: jhi                                   on 2000/08/02  23:49:30
51573         Log: Better skip message for the test; one of the two problems in
51574              
51575              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
51576              From: Lupe Christoph <lupe@lupe-christoph.de>
51577              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
51578              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
51579      Branch: perl
51580            ! t/op/numconvert.t
51581 ____________________________________________________________________________
51582 [  6499] By: jhi                                   on 2000/08/02  22:49:16
51583         Log: Allow "no Module;" even if there is no 'unimport'.
51584              
51585              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
51586              From: mjd@plover.com
51587              Date: 24 Mar 2000 15:24:34 -0000
51588              Message-Id: <20000324152434.15160.qmail@plover.com>
51589      Branch: perl
51590            ! gv.c
51591 ____________________________________________________________________________
51592 [  6498] By: jhi                                   on 2000/08/02  22:42:58
51593         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
51594              that are hopefully soon put into use.
51595      Branch: perl
51596            ! opcode.h opcode.pl opnames.h
51597 ____________________________________________________________________________
51598 [  6497] By: gsar                                  on 2000/08/02  22:28:59
51599         Log: require.t needs binmode() to work on windows
51600      Branch: perl
51601            ! t/comp/require.t
51602 ____________________________________________________________________________
51603 [  6496] By: jhi                                   on 2000/08/02  22:08:51
51604         Log: Document the IVdf UVuf UVof UVxf.
51605      Branch: perl
51606            ! pod/perlguts.pod
51607 ____________________________________________________________________________
51608 [  6495] By: jhi                                   on 2000/08/02  21:54:26
51609         Log: detypo #6494
51610      Branch: perl
51611            ! ext/Data/Dumper/Dumper.xs
51612 ____________________________________________________________________________
51613 [  6494] By: jhi                                   on 2000/08/02  21:49:17
51614         Log: Dump UVs as UVs in Data::Dumper.
51615              
51616              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
51617              From: Gurusamy Sarathy <gsar@ActiveState.com>
51618              Date: Thu, 27 Apr 2000 12:26:25 -0700
51619              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
51620      Branch: perl
51621            ! ext/Data/Dumper/Dumper.xs
51622 ____________________________________________________________________________
51623 [  6493] By: jhi                                   on 2000/08/02  17:01:58
51624         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
51625              From: Hugo <hv@crypt.compulink.co.uk>
51626              Date: Wed, 02 Aug 2000 14:53:56 +0100
51627              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
51628      Branch: perl
51629            ! regexec.c t/op/re_tests
51630 ____________________________________________________________________________
51631 [  6492] By: jhi                                   on 2000/08/02  15:02:46
51632         Log: The new setproctitle() feature is available only in 
51633              bleeding edge FreeBSD.  From Paul Saab.
51634      Branch: perl
51635            ! mg.c
51636 ____________________________________________________________________________
51637 [  6491] By: jhi                                   on 2000/08/02  13:34:36
51638         Log: The tr utf8 patching continues.
51639              
51640              Subject: Re: #6469, too many tests claimed in require.t
51641              From: simon@brecon.co.uk (Simon Cozens)
51642              Date: 2 Aug 2000 02:37:17 GMT
51643              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
51644              
51645              (the logic of the test was the wrong way round in the patch)
51646      Branch: perl
51647            ! doop.c
51648 ____________________________________________________________________________
51649 [  6490] By: jhi                                   on 2000/08/02  13:27:38
51650         Log: The name of a filehandle does not have <these>.
51651      Branch: perl
51652            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
51653            ! t/pragma/warn/pp_sys util.c
51654 ____________________________________________________________________________
51655 [  6489] By: jhi                                   on 2000/08/02  04:26:46
51656         Log: Remove the extraneous "main::" prefix from all the
51657              "opened only for", "on closed", and "never opened" warnings.
51658              
51659              Subject: Re: inappropriate warning
51660              From: Gurusamy Sarathy <gsar@ActiveState.com>
51661              Date: Mon, 20 Mar 2000 11:28:02 -0800
51662              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
51663      Branch: perl
51664            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
51665            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
51666            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
51667 ____________________________________________________________________________
51668 [  6488] By: jhi                                   on 2000/08/02  03:02:57
51669         Log: memcpy has n o in it, as pinted ut by Sarathy.
51670      Branch: perl
51671            ! pod/perlguts.pod
51672 ____________________________________________________________________________
51673 [  6487] By: jhi                                   on 2000/08/02  02:44:51
51674         Log: Document in one place the memory abstractions used in Perl core.
51675              
51676              Subject: Re: Memory abstraction
51677              From: simon@brecon.co.uk (Simon Cozens)
51678              Date: 2 Aug 2000 02:20:23 GMT
51679              Organization: Earth.li Origins
51680      Branch: perl
51681            ! pod/perlguts.pod
51682 ____________________________________________________________________________
51683 [  6486] By: jhi                                   on 2000/08/02  02:41:57
51684         Log: regen_headers, regen perltoc.
51685      Branch: perl
51686            ! perlapi.c pod/perltoc.pod
51687 ____________________________________________________________________________
51688 [  6485] By: jhi                                   on 2000/08/02  01:43:33
51689         Log: "This little thing tests for a file .patch, and if it contains
51690              a number, pops into patchlevel.h" (making it easier to track
51691              which development version people are reporting bugs against)
51692              
51693              Subject: Patchlevel autogeneration for repository perls
51694              From: simon@brecon.co.uk (Simon Cozens)
51695              Date: 14 Jul 2000 07:12:15 GMT
51696              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
51697      Branch: perl
51698            + fix_pl
51699            ! MANIFEST Makefile.SH
51700 ____________________________________________________________________________
51701 [  6484] By: jhi                                   on 2000/08/02  01:32:54
51702         Log: FreeBSD 3.* updates from
51703              
51704              From: Paul Saab <ps@yahoo-inc.com>
51705              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
51706              Date: Tue, 1 Aug 2000 15:41:39 -0700
51707              Message-Id: <20000801154139.A53740@yahoo-inc.com>
51708      Branch: perl
51709            ! hints/freebsd.sh
51710 ____________________________________________________________________________
51711 [  6483] By: jhi                                   on 2000/08/02  01:27:44
51712         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
51713              instead one must use setproctitle().  This was already addressed
51714              by change #6457, but the below has a new variant for FreeBSD 4.0
51715              or later, and the matter is also documented more.
51716              
51717              From: Paul Saab <ps@yahoo-inc.com>
51718              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
51719              Date: Tue, 1 Aug 2000 15:41:39 -0700
51720              Message-Id: <20000801154139.A53740@yahoo-inc.com>
51721      Branch: metaconfig/U/perl
51722            + i_libutil.U
51723      Branch: perl
51724            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
51725 ____________________________________________________________________________
51726 [  6482] By: jhi                                   on 2000/08/01  22:17:32
51727         Log: The test from this
51728              
51729              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
51730              Date: Sat, 15 Apr 2000 17:03:44 +0100
51731              From: Tom Hughes <tom@compton.nu>
51732              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
51733              
51734              was missing, the code change went in as #5989
51735              (which had a different test?)
51736      Branch: perl
51737            ! t/op/misc.t
51738 ____________________________________________________________________________
51739 [  6481] By: jhi                                   on 2000/08/01  21:48:38
51740         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
51741              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
51742              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
51743              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
51744      Branch: perl
51745            ! perl.h
51746 ____________________________________________________________________________
51747 [  6480] By: jhi                                   on 2000/08/01  18:05:28
51748         Log: Make p4desc to skip non-mainperl branches by default.
51749      Branch: perl
51750            ! Porting/p4desc
51751 ____________________________________________________________________________
51752 [  6479] By: jhi                                   on 2000/08/01  17:29:19
51753         Log: If gccosandvers is equal to osname, clear gccosandvers.
51754      Branch: metaconfig/U/perl
51755            ! gccvers.U
51756      Branch: perl
51757            ! Configure config_h.SH
51758 ____________________________________________________________________________
51759 [  6478] By: jhi                                   on 2000/08/01  15:54:08
51760         Log: BOM patching from Simon Cozens.
51761      Branch: perl
51762            ! toke.c
51763 ____________________________________________________________________________
51764 [  6477] By: jhi                                   on 2000/08/01  04:50:33
51765         Log: Stash away the largefiles flags and libswanted.
51766      Branch: perl
51767            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
51768 ____________________________________________________________________________
51769 [  6476] By: gsar                                  on 2000/08/01  04:24:24
51770         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
51771              on Windows)
51772      Branch: perl
51773            ! t/pragma/utf8.t utf8.c win32/win32.c
51774 ____________________________________________________________________________
51775 [  6475] By: jhi                                   on 2000/08/01  03:35:24
51776         Log: Make chr() for values >127 to create utf8 when under utf8.
51777              
51778              Subject: Re: uft8/chr()
51779              From: simon@brecon.co.uk (Simon Cozens)
51780              Date: 1 Aug 2000 02:37:02 GMT
51781              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
51782      Branch: perl
51783            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
51784 ____________________________________________________________________________
51785 [  6474] By: jhi                                   on 2000/08/01  02:36:18
51786         Log: In Digital UNIX warn if gcc explicitly chosen because even
51787              2.95.2 is known to cause problems.
51788      Branch: perl
51789            ! hints/dec_osf.sh
51790 ____________________________________________________________________________
51791 [  6473] By: jhi                                   on 2000/08/01  02:00:56
51792         Log: Make the safety catch for buggy gccs work with triple version
51793              numbers like 2.95.2.  Reported in
51794              
51795              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
51796              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
51797              Date: Mon, 31 Jul 2000 14:55:06 +0200
51798              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
51799      Branch: perl
51800            ! hints/dec_osf.sh
51801 ____________________________________________________________________________
51802 [  6472] By: jhi                                   on 2000/08/01  01:13:33
51803         Log: Subject: fix and question re: waitpid() under win32
51804              From: Brian Clarke <clarke@appliedmeta.com>
51805              Date: Fri, 28 Jul 2000 15:18:29 -0400
51806              Message-ID: <3981DC85.290314EB@appliedmeta.com>
51807              
51808              Slightly reformatted and WNOHANG # define moved to win32.h
51809              so that also POSIX.xs sees it, as suggsted by Sarathy.
51810      Branch: perl
51811            ! win32/win32.c win32/win32.h
51812 ____________________________________________________________________________
51813 [  6471] By: jhi                                   on 2000/08/01  00:55:05
51814         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
51815              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51816              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
51817              Date: Mon, 31 Jul 2000 13:28:51 +0100
51818              
51819              (aka ID 20000730.002)
51820      Branch: perl
51821            ! op.c t/op/tr.t
51822 ____________________________________________________________________________
51823 [  6470] By: jhi                                   on 2000/07/31  23:34:42
51824         Log: Document the problem with -P in HP-UX and its workaround.
51825              
51826              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
51827              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
51828              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
51829              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
51830      Branch: perl
51831            ! README.hpux
51832 ____________________________________________________________________________
51833 [  6469] By: jhi                                   on 2000/07/31  04:15:02
51834         Log: The swallow_bom() saga continues.  The #23 of require.t
51835              (UTF16-LE) still fails (silently, no output) but the #22
51836              (UTF16-BE) seems to be working now.  The root of the
51837              failure may be in sv_gets(): is it UTF-16LE-aware,
51838              especially when it comes to line endings? 
51839      Branch: perl
51840            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
51841            ! t/comp/require.t toke.c utf8.c
51842 ____________________________________________________________________________
51843 [  6468] By: jhi                                   on 2000/07/30  19:05:48
51844         Log: Find green threads before native threads.
51845              
51846              Subject: Re: Patch to jpl/JNI/Makefile.PL
51847              From: Jens Thomsen <jens@fiend.cis.com>
51848              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
51849              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
51850      Branch: perl
51851            ! jpl/JNI/Makefile.PL
51852 ____________________________________________________________________________
51853 [  6467] By: jhi                                   on 2000/07/30  18:36:22
51854         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
51855      Branch: perl
51856            ! doop.c
51857 ____________________________________________________________________________
51858 [  6466] By: jhi                                   on 2000/07/30  04:37:29
51859         Log: A new version of the "remove UPPERACSE string comparison"
51860              operators.  The problem with the previous one (change #6454)
51861              was that it was for Perl 5.6.0.  From Paul Marquess.
51862      Branch: perl
51863            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
51864            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
51865            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
51866 ____________________________________________________________________________
51867 [  6465] By: jhi                                   on 2000/07/29  22:39:56
51868         Log: Do not upgrade SVs into utf8 just because they participate
51869              in eq or cmp.  Reported and fix suggested in
51870              
51871              Subject: [ID 20000720.009] sv_eq UTF8 bug
51872              From: "Simon Cozens" <simon@othersideofthe.earth.li>
51873              Date: 21 Jul 2000 04:37:29 -0000
51874              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
51875              
51876              Exercise for the kind reader: should we or should we not
51877              cache the utf8 conversion alonside the SV? (as magic,
51878              as thestrxfrm()ed version is cached under use locale)
51879              Argue both for and against.
51880      Branch: perl
51881            ! sv.c
51882 ____________________________________________________________________________
51883 [  6464] By: jhi                                   on 2000/07/29  22:36:22
51884         Log: Subject: UTF8 concat
51885              From: simon@brecon.co.uk (Simon Cozens) 
51886              Date: 30 Jun 2000 06:13:25 GMT
51887              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
51888              
51889              (with a memory leak fixed, plus a few casts added)
51890              
51891              This also seems to help for
51892              
51893              Subject: [ID 20000716.015] join UTF8 weirdness
51894              From: root <root@ak-71.mind.de> 
51895              Date: Sat, 15 Jul 2000 15:29:54 +0200
51896              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
51897              
51898              (from Andreas König)
51899      Branch: perl
51900            ! pp_hot.c
51901 ____________________________________________________________________________
51902 [  6463] By: jhi                                   on 2000/07/29  00:55:39
51903         Log: Tune the comments and hopefully stop a memory leak.
51904      Branch: perl
51905            ! toke.c utf8.c
51906 ____________________________________________________________________________
51907 [  6462] By: jhi                                   on 2000/07/29  00:16:53
51908         Log: The problem described in this
51909              
51910              Subject: [ID 20000322.018] named chars aren't magical enough
51911              From: root <root@dixie.cscaper.com>     
51912              Date: Wed, 22 Mar 2000 18:37:42 -0700
51913              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
51914              
51915              has been fixed in perl 5.6.0 but just in case added a test
51916              to keep it away.  (The report from Joseph Hall.)
51917      Branch: perl
51918            ! t/lib/charnames.t
51919 ____________________________________________________________________________
51920 [  6461] By: jhi                                   on 2000/07/28  23:56:36
51921         Log: Tiny fixes for #6460.
51922      Branch: metaconfig/U/perl
51923            ! gccvers.U
51924      Branch: perl
51925            ! Configure config_h.SH
51926 ____________________________________________________________________________
51927 [  6460] By: jhi                                   on 2000/07/28  23:24:41
51928         Log: Warn if the version of the operating system used to compile gcc
51929              differs from the current version of the operating system.
51930              Also display the gcc compilation os and version in myconfig.
51931              Inspiration from
51932              
51933              Subject: Re: [ID 20000710.003] ERRORS!!         
51934              From: "Kurt D. Starsinic" <kstar@chapin.edu>
51935              Date: Mon, 10 Jul 2000 15:54:16 -0400
51936              Message-ID: <20000710155416.A1384@O2.chapin.edu>
51937      Branch: metaconfig/U/perl
51938            ! gccvers.U
51939      Branch: perl
51940            ! Configure config_h.SH myconfig.SH
51941 ____________________________________________________________________________
51942 [  6459] By: jhi                                   on 2000/07/28  22:00:32
51943         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
51944              letter to $Config{osvers}.
51945      Branch: metaconfig
51946            ! U/modified/Oldconfig.U
51947      Branch: perl
51948            ! Configure config_h.SH
51949 ____________________________________________________________________________
51950 [  6458] By: jhi                                   on 2000/07/28  04:15:39
51951         Log: Back out #6454, doesn't seem to work.
51952              (Reason: that patch was for perl 5.6.0, not perl-current)
51953              (A version of the patch for perl-current came in later as #6466)
51954      Branch: perl
51955            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
51956            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
51957            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
51958 ____________________________________________________________________________
51959 [  6457] By: jhi                                   on 2000/07/27  23:31:49
51960         Log: Use setproctitle() if available to modify $0.
51961              
51962              Subject: setting $* on BSD4 broken
51963              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
51964              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
51965              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
51966      Branch: metaconfig
51967            ! U/modified/Myinit.U
51968      Branch: perl
51969            ! Configure config_h.SH mg.c
51970 ____________________________________________________________________________
51971 [  6456] By: jhi                                   on 2000/07/27  14:50:47
51972         Log: Allow "no AutoLoader;", based on change #6444,
51973              suggested by Graham Barr.
51974      Branch: perl
51975            ! lib/AutoLoader.pm
51976 ____________________________________________________________________________
51977 [  6455] By: jhi                                   on 2000/07/27  14:19:10
51978         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
51979              From: rspier@pobox.com (Robert Spier)
51980              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
51981              Message-ID: <14720.15855.787664.424783@rls.cx>
51982      Branch: perl
51983            ! pod/perldiag.pod
51984 ____________________________________________________________________________
51985 [  6454] By: jhi                                   on 2000/07/27  14:03:02
51986         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
51987              for a long time).
51988              
51989              Reported in
51990              
51991              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
51992              From: Ryan Herbert <rherbert@sycamorehq.com>
51993              Date: Mon, 17 Jul 2000 11:40:42 -0400
51994              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
51995              
51996              Patched in
51997              
51998              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
51999              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
52000              Date: Wed, 26 Jul 2000 23:40:18 +0100
52001              Message-ID: <000001bff752$79511880$0a17073e@tiny>
52002              
52003              based on an earlier patch from Stephen P. Potter.
52004              
52005              (Removed later by change #6458 because this patch was for
52006              perl 5.6.0, not perl-current)
52007      Branch: perl
52008            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
52009            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
52010            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
52011 ____________________________________________________________________________
52012 [  6453] By: jhi                                   on 2000/07/27  13:48:02
52013         Log: Subject: [PATCH] fixes bug 20000508.004
52014              From: Michael Stevens <mstevens@globnix.org>
52015              Date: Thu, 27 Jul 2000 13:49:04 +0100
52016              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
52017      Branch: perl
52018            ! pod/perldata.pod
52019 ____________________________________________________________________________
52020 [  6452] By: jhi                                   on 2000/07/26  23:51:26
52021         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
52022              and Craig A. Berry.
52023      Branch: perl
52024            ! lib/File/Temp.pm pod/perlport.pod
52025 ____________________________________________________________________________
52026 [  6451] By: jhi                                   on 2000/07/26  19:43:30
52027         Log: Be wary of close()s, too.
52028              
52029              Subject: Re: [PATCH] perlbug cleanup
52030              From: Tim Jenness <t.jenness@jach.hawaii.edu>
52031              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
52032              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
52033      Branch: perl
52034            ! utils/perlbug.PL
52035 ____________________________________________________________________________
52036 [  6450] By: jhi                                   on 2000/07/26  18:41:40
52037         Log: Subject: Minor doc patch: handy.h
52038              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
52039              Date: Wed, 26 Jul 2000 15:34:25 -0300
52040              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
52041      Branch: perl
52042            ! handy.h pod/perlapi.pod
52043 ____________________________________________________________________________
52044 [  6449] By: jhi                                   on 2000/07/26  18:23:55
52045         Log: Subject: [PATCH] minor doc change - perlguts
52046              From: Michael Stevens <mstevens@globnix.org>
52047              Date: Thu, 13 Jul 2000 12:39:18 +0100
52048              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
52049      Branch: perl
52050            ! pod/perlguts.pod
52051 ____________________________________________________________________________
52052 [  6448] By: jhi                                   on 2000/07/26  18:20:30
52053         Log: open() wariness in perlbug.
52054              
52055              Subject: [PATCH] perlbug cleanup
52056              From: Michael Stevens <mstevens@globnix.org>
52057              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
52058              Date: Thu, 13 Jul 2000 15:52:23 +0100
52059      Branch: perl
52060            ! utils/perlbug.PL
52061 ____________________________________________________________________________
52062 [  6447] By: jhi                                   on 2000/07/26  18:13:04
52063         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
52064      Branch: perl
52065            ! lib/File/Temp.pm t/lib/ftmp-security.t
52066 ____________________________________________________________________________
52067 [  6446] By: jhi                                   on 2000/07/26  18:06:32
52068         Log: docfix from Peter Scott <Peter@PSDT.com>.
52069      Branch: perl
52070            ! pod/perlfunc.pod
52071 ____________________________________________________________________________
52072 [  6445] By: jhi                                   on 2000/07/26  17:53:31
52073         Log: Fix *foo{FORMAT}.
52074              
52075              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52076              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
52077              Date: Wed, 26 Jul 2000 19:51:02 +0200
52078              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
52079              
52080              From: Graham Barr <gbarr@pobox.com>
52081              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
52082              Date: Wed, 26 Jul 2000 17:38:36 +0100
52083              Message-ID: <20000726173836.L472@pobox.com>
52084      Branch: perl
52085            ! pp.c sv.c t/op/gv.t
52086 ____________________________________________________________________________
52087 [  6444] By: jhi                                   on 2000/07/26  17:49:14
52088         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
52089              from Graham Barr in the module list.
52090      Branch: perl
52091            ! gv.c pod/perlobj.pod
52092 ____________________________________________________________________________
52093 [  6443] By: jhi                                   on 2000/07/26  16:06:56
52094         Log: More split() doc and test patches from Mike Guy.
52095      Branch: perl
52096            ! pod/perlfunc.pod t/op/split.t
52097 ____________________________________________________________________________
52098 [  6442] By: jhi                                   on 2000/07/26  16:05:30
52099         Log: MacOS nits from Matthias Neeracher.
52100      Branch: perl
52101            ! perl.c pp_ctl.c
52102 ____________________________________________________________________________
52103 [  6441] By: jhi                                   on 2000/07/26  04:39:57
52104         Log: Subject: [PATCH] split /^/
52105              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52106              Date: Tue, 25 Jul 2000 14:18:57 +0100
52107              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
52108              
52109              (with notes from tchrist and gbarr)
52110      Branch: perl
52111            ! pod/perlfunc.pod t/op/split.t
52112 ____________________________________________________________________________
52113 [  6440] By: jhi                                   on 2000/07/26  04:32:32
52114         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
52115              From: Peter Prymmer <pvhp@forte.com>
52116              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
52117              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
52118      Branch: perl
52119            ! vms/munchconfig.c
52120 ____________________________________________________________________________
52121 [  6439] By: jhi                                   on 2000/07/26  04:31:01
52122         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
52123              to be fatal errors (instead of by default ignoring them, and
52124              ignoring with a bug: even though -w gave an error, the opening [
52125              was left in)  Reported in:
52126              
52127              Subject: [ID 20000716.024] [=cc=] / [:blank:]
52128              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
52129              Date: Sun, 16 Jul 2000 17:55:29 -0700
52130              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
52131      Branch: perl
52132            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
52133 ____________________________________________________________________________
52134 [  6438] By: jhi                                   on 2000/07/25  15:41:15
52135         Log: Subject: [PATCH] av.c apidoc
52136              From: simon@brecon.co.uk (Simon Cozens)
52137              Date: 24 Jul 2000 06:40:52 GMT
52138              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
52139      Branch: perl
52140            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
52141            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
52142 ____________________________________________________________________________
52143 [  6437] By: jhi                                   on 2000/07/25  14:05:36
52144         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
52145              From: "Stephen P. Potter" <spp@ds.net>
52146              Date: Mon, 24 Jul 2000 14:22:23 -0400
52147              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
52148      Branch: perl
52149            ! pod/perllocale.pod
52150 ____________________________________________________________________________
52151 [  6436] By: jhi                                   on 2000/07/25  14:02:03
52152         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
52153              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52154              Date: Mon, 24 Jul 2000 18:04:28 +0100
52155              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
52156      Branch: perl
52157            ! t/lib/syslfs.t t/op/lfs.t
52158 ____________________________________________________________________________
52159 [  6435] By: jhi                                   on 2000/07/25  13:59:28
52160         Log: Get UTF16 BOMs working.  Patch from
52161              
52162              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
52163              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52164              Date: Tue, 25 Jul 2000 12:52:45 +0100
52165              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
52166              
52167              and notes from
52168              
52169              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
52170              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52171              Date: Tue, 25 Jul 2000 11:43:25 +0100
52172              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
52173      Branch: perl
52174            ! t/comp/require.t toke.c utf8.c
52175 ____________________________________________________________________________
52176 [  6434] By: jhi                                   on 2000/07/25  02:39:54
52177         Log: Make the "uninit variable" warning to say "concat or string"
52178              or "join or string" when in concat or join .
52179              
52180              Subject: Re: [ID 20000403.009] uninitialised concatenation???
52181              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52182              Date: Tue, 04 Apr 2000 18:22:58 +0100
52183              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
52184              
52185              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
52186              From: William R Ward <hermit@BayView.COM>
52187              Date: Thu, 30 Mar 2000 19:50:03 -0800
52188              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
52189      Branch: perl
52190            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
52191            ! t/pragma/warn/op t/pragma/warn/sv
52192 ____________________________________________________________________________
52193 [  6433] By: jhi                                   on 2000/07/24  17:52:56
52194         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
52195      Branch: perl
52196            ! lib/File/Spec/VMS.pm
52197 ____________________________________________________________________________
52198 [  6432] By: jhi                                   on 2000/07/24  17:44:44
52199         Log: Test cases for #6431.
52200              
52201              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
52202              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52203              Date: Mon, 24 Jul 2000 15:32:29 +0100
52204              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
52205      Branch: perl
52206            ! t/op/pat.t t/op/split.t
52207 ____________________________________________________________________________
52208 [  6431] By: jhi                                   on 2000/07/24  17:43:17
52209         Log: Bind op fix.
52210              
52211              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
52212              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52213              Date: Mon, 17 Jul 2000 20:04:56 +0100
52214              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
52215      Branch: perl
52216            ! op.c
52217 ____________________________________________________________________________
52218 [  6430] By: jhi                                   on 2000/07/24  03:42:42
52219         Log: Subject: [ID 20000716.023] syslog test fails without sockets
52220              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52221              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
52222              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
52223      Branch: metaconfig/U/perl
52224            ! Extensions.U
52225      Branch: perl
52226            ! Configure config_h.SH
52227 ____________________________________________________________________________
52228 [  6429] By: jhi                                   on 2000/07/24  03:11:52
52229         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
52230              case, but add also notes explaining the relationship of this
52231              patch and the earlier notes by Sarathy.
52232              
52233              Subject: Map is still slow
52234              From: "Ben Tilly" <ben_tilly@hotmail.com>
52235              Date: Sat, 15 Jul 2000 17:23:27 EDT
52236              Message-ID: <20000715212327.21656.qmail@hotmail.com>
52237      Branch: perl
52238            ! pp_ctl.c
52239 ____________________________________________________________________________
52240 [  6428] By: jhi                                   on 2000/07/24  02:58:52
52241         Log: Documentation to explain the behaviour of map().
52242              
52243              Subject: Re: Map is still slow 
52244              From: Gurusamy Sarathy <gsar@ActiveState.com>
52245              Date: Sat, 15 Jul 2000 16:05:09 -0700
52246              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
52247      Branch: perl
52248            ! pp_ctl.c
52249 ____________________________________________________________________________
52250 [  6427] By: jhi                                   on 2000/07/24  02:50:03
52251         Log: Add tests for
52252              [ID 19991110.003] another matching finding by pcre author
52253              which has already been fixed by some patch, as verified in
52254              
52255              Subject: Re: two regex bugs from the mists of time (well, last November)
52256              From: Hugo <hv@crypt.compulink.co.uk>
52257              Date: Sat, 22 Jul 2000 18:12:58 +0100
52258              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
52259      Branch: perl
52260            ! t/op/re_tests
52261 ____________________________________________________________________________
52262 [  6426] By: jhi                                   on 2000/07/24  02:11:20
52263         Log: A missing 'break' after the [[:space:]] switch case.
52264              
52265              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
52266              From: "Stephen P. Potter" <spp@ds.net>
52267              Date: Tue, 18 Jul 2000 16:25:17 -0400
52268              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
52269      Branch: perl
52270            ! regcomp.c
52271 ____________________________________________________________________________
52272 [  6425] By: jhi                                   on 2000/07/24  02:06:12
52273         Log: The output might have been produced in the wrong order.
52274              
52275              Subject: [ID 20000720.003] [PATCH] t/op/write.t
52276              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52277              Date: Thu, 20 Jul 2000 18:49:18 +0100
52278              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
52279      Branch: perl
52280            ! t/op/write.t
52281 ____________________________________________________________________________
52282 [  6424] By: jhi                                   on 2000/07/24  02:00:07
52283         Log: Use STDOUT consistently.
52284              
52285              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
52286              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52287              Date: Thu, 20 Jul 2000 18:04:01 +0100
52288              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
52289      Branch: perl
52290            ! lib/Test/Harness.pm
52291 ____________________________________________________________________________
52292 [  6423] By: jhi                                   on 2000/07/24  01:54:54
52293         Log: Protect against "wild next"s, that is, callbacks doing "next"
52294              instead of "return".
52295              
52296              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
52297              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52298              Date: Tue, 18 Jul 2000 11:30:16 +0100
52299              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
52300      Branch: perl
52301            ! lib/File/Find.pm
52302 ____________________________________________________________________________
52303 [  6422] By: jhi                                   on 2000/07/24  01:35:47
52304         Log: Out-of-date note removed.
52305              
52306              Subject: [PATCH] documentation perlipc
52307              From: rspier@pobox.com (Robert Spier)
52308              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
52309              Message-ID: <14711.35178.572612.502654@rls.cx>
52310      Branch: perl
52311            ! pod/perlipc.pod
52312 ____________________________________________________________________________
52313 [  6421] By: jhi                                   on 2000/07/24  00:09:18
52314         Log: Send all installperl messages to STDERR and be -w clean.
52315              
52316              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
52317              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52318              Date: Sat, 22 Jul 2000 14:02:11 +0100
52319              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
52320      Branch: perl
52321            ! installperl
52322 ____________________________________________________________________________
52323 [  6420] By: jhi                                   on 2000/07/24  00:04:19
52324         Log: Decutandpasto.
52325              
52326              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
52327              From: "Richard Soderberg" <rs@crystalflame.net>
52328              Date: Sun, 23 Jul 2000 01:37:23 -0700
52329              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
52330      Branch: perl
52331            ! pod/perlipc.pod
52332 ____________________________________________________________________________
52333 [  6419] By: jhi                                   on 2000/07/24  00:01:12
52334         Log: A cleaner abs_path().
52335              Subject: Re: unix alternative to Cwd.pm
52336              From: Jeff Pinyan <jeffp@crusoe.net>
52337              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
52338              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
52339      Branch: perl
52340            ! lib/Cwd.pm
52341 ____________________________________________________________________________
52342 [  6418] By: jhi                                   on 2000/07/23  23:48:56
52343         Log: Detypo.
52344              
52345              Subject: [PATCH perl-current] Typo in hints/powerux.sh
52346              From: "Richard Soderberg" <rs@crystalflame.net>
52347              Date: Sun, 23 Jul 2000 01:27:33 -0700
52348              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
52349      Branch: perl
52350            ! hints/powerux.sh
52351 ____________________________________________________________________________
52352 [  6417] By: jhi                                   on 2000/07/17  22:13:31
52353         Log: Subject: SDBM_File documentation
52354              From: mjd@plover.com
52355              Date: 16 Jul 2000 17:41:17 -0000
52356              Message-ID: <20000716174117.18515.qmail@plover.com>
52357      Branch: perl
52358            ! ext/SDBM_File/SDBM_File.pm
52359 ____________________________________________________________________________
52360 [  6416] By: jhi                                   on 2000/07/17  19:13:26
52361         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
52362      Branch: perl
52363            ! hints/mpeix.sh mpeix/relink
52364 ____________________________________________________________________________
52365 [  6415] By: jhi                                   on 2000/07/15  14:11:02
52366         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
52367              the utf8 'characters' can be more than one octet).
52368              
52369              Date: Sat, 15 Jul 2000 00:21:56 +0100
52370              From: Tom Hughes <tom@compton.nu>
52371              Subject: Re: [ID 20000714.002]
52372              Message-ID: <db2334de49.tom@compton.compton.nu>
52373              
52374              Reported in
52375              
52376              Subject: [ID 20000714.002]
52377              From: "Simon Cozens" <simon@othersideofthe.earth.li>
52378              Date: 14 Jul 2000 15:13:09 -0000
52379              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
52380      Branch: perl
52381            ! doop.c
52382 ____________________________________________________________________________
52383 [  6414] By: jhi                                   on 2000/07/15  03:13:41
52384         Log: another VMS build tweak from Peter Prymmer
52385      Branch: perl
52386            ! vms/descrip_mms.template
52387 ____________________________________________________________________________
52388 [  6413] By: jhi                                   on 2000/07/15  03:10:40
52389         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
52390      Branch: perl
52391            ! vms/perlvms.pod
52392 ____________________________________________________________________________
52393 [  6412] By: jhi                                   on 2000/07/15  00:31:05
52394         Log: More docs for sv functions.
52395              
52396              Subject: [PATCH cfgperl] sv.c apidoc
52397              From: simon@brecon.co.uk (Simon Cozens)
52398              Date: 13 Jul 2000 09:00:20 GMT
52399              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
52400              
52401              Subject: Re: [PATCH cfgperl] sv.c apidoc
52402              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52403              Date: Thu, 13 Jul 2000 12:27:41 +0100
52404              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
52405              
52406              Subject: Re: [PATCH cfgperl] sv.c apidoc
52407              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52408              Date: Thu, 13 Jul 2000 13:23:09 +0100
52409              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
52410              
52411              Subject: Re: [PATCH cfgperl] sv.c apidoc
52412              From: simon@brecon.co.uk (Simon Cozens)
52413              Date: 14 Jul 2000 06:51:02 GMT
52414              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
52415      Branch: perl
52416            ! embed.pl pod/perlapi.pod sv.c
52417 ____________________________________________________________________________
52418 [  6411] By: jhi                                   on 2000/07/15  00:10:41
52419         Log: lib/b test fixes from Peter Prymmer.
52420      Branch: perl
52421            ! t/lib/b.t
52422 ____________________________________________________________________________
52423 [  6410] By: jhi                                   on 2000/07/15  00:02:09
52424         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
52425              From: Hugo <hv@crypt.compulink.co.uk>
52426              Date: Fri, 14 Jul 2000 23:05:20 +0100
52427              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
52428              
52429              Didn't anymore apply, but that point still could use another fix.
52430      Branch: perl
52431            ! pod/perlfunc.pod
52432 ____________________________________________________________________________
52433 [  6409] By: jhi                                   on 2000/07/14  23:15:15
52434         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
52435              not in pod, from Peter Prymmer
52436      Branch: perl
52437            ! vms/descrip_mms.template
52438 ____________________________________________________________________________
52439 [  6408] By: jhi                                   on 2000/07/14  20:35:05
52440         Log: The bug report
52441              [ID 19991110.002] minimal matching discrepancy found by pcre author
52442              seems to have been fixed (though differently from what was suggested
52443              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
52444      Branch: perl
52445            ! t/op/re_tests
52446 ____________________________________________________________________________
52447 [  6407] By: jhi                                   on 2000/07/14  17:38:08
52448         Log: Fix AutoSplit to use File::Spec the right way in VMS,
52449              from Peter Prymmer.
52450      Branch: perl
52451            ! lib/AutoSplit.pm
52452 ____________________________________________________________________________
52453 [  6406] By: jhi                                   on 2000/07/14  14:13:22
52454         Log: Merge perlhacktut into perlhack, update perlguts.
52455              
52456              Subject: Re: Perlhacktut
52457              From: simon@brecon.co.uk (Simon Cozens)
52458              Date: 14 Jul 2000 06:49:21 GMT
52459              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
52460              
52461              Subject: Re: Perlhacktut
52462              From: simon@brecon.co.uk (Simon Cozens)
52463              Date: 14 Jul 2000 07:09:45 GMT
52464              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
52465      Branch: perl
52466            ! pod/perlguts.pod pod/perlhack.pod
52467 ____________________________________________________________________________
52468 [  6405] By: jhi                                   on 2000/07/14  14:02:31
52469         Log: Integrate with Sarathy.
52470      Branch: cfgperl
52471           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
52472           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
52473           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
52474 ____________________________________________________________________________
52475 [  6404] By: gsar                                  on 2000/07/14  12:15:02
52476         Log: PERL_OBJECT build tweaks
52477      Branch: perl
52478            ! toke.c
52479 ____________________________________________________________________________
52480 [  6403] By: gsar                                  on 2000/07/14  11:23:41
52481         Log: inconsistent types needs casts
52482      Branch: perl
52483            ! toke.c
52484 ____________________________________________________________________________
52485 [  6402] By: gsar                                  on 2000/07/14  11:12:04
52486         Log: typos in change#6399, regen headers
52487      Branch: perl
52488            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
52489 ____________________________________________________________________________
52490 [  6401] By: gsar                                  on 2000/07/14  10:59:12
52491         Log: typecasts needed for change#6394
52492      Branch: perl
52493            ! toke.c
52494 ____________________________________________________________________________
52495 [  6400] By: gsar                                  on 2000/07/14  10:49:37
52496         Log: integrate cfgperl contents into mainline
52497      Branch: perl
52498           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
52499           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
52500 ____________________________________________________________________________
52501 [  6399] By: gsar                                  on 2000/07/14  10:38:35
52502         Log: enable UTF-16 filter by default if relevant BOM is seen; various
52503              cleanups (typos, misformatted code, and small bugs)
52504      Branch: perl
52505            ! doop.c embed.pl mg.c op.c pp.c toke.c
52506 ____________________________________________________________________________
52507 [  6398] By: gsar                                  on 2000/07/14  08:55:38
52508         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
52509              name suggests anyway)
52510      Branch: perl
52511            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
52512 ____________________________________________________________________________
52513 [  6397] By: gsar                                  on 2000/07/14  08:44:33
52514         Log: move new variables to the end of the interpreter structure (for
52515              bincompat in code that doesn't #include XSUB.h)
52516      Branch: perl
52517            ! intrpvar.h
52518 ____________________________________________________________________________
52519 [  6396] By: gsar                                  on 2000/07/14  08:13:58
52520         Log: MakeMaker should not remove editor backups (*~) on `make clean`
52521              by default (completes change#6383)
52522      Branch: perl
52523            ! lib/ExtUtils/MM_Unix.pm
52524 ____________________________________________________________________________
52525 [  6395] By: jhi                                   on 2000/07/14  05:20:33
52526         Log: Replace change #6337 with a better one.
52527              
52528              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
52529              From: Hugo <hv@crypt.compulink.co.uk>
52530              Date: Fri, 14 Jul 2000 04:16:20 +0100
52531              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
52532      Branch: cfgperl
52533            ! regexec.c t/op/re_tests
52534 ____________________________________________________________________________
52535 [  6394] By: jhi                                   on 2000/07/14  01:33:59
52536         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
52537      Branch: cfgperl
52538            ! embed.pl global.sym proto.h toke.c
52539 ____________________________________________________________________________
52540 [  6393] By: jhi                                   on 2000/07/13  23:41:23
52541         Log: remove discarded test
52542      Branch: cfgperl
52543            ! MANIFEST
52544 ____________________________________________________________________________
52545 [  6392] By: jhi                                   on 2000/07/13  23:32:25
52546         Log: The {multiplier} of a fixed substring was overlooked which
52547              caused a wrong initial search offset for that substring.
52548              
52549              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
52550              From: Hugo <hv@crypt.compulink.co.uk>
52551              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
52552              Date: Thu, 13 Jul 2000 19:27:13 +0100
52553      Branch: cfgperl
52554            ! regcomp.c t/op/re_tests
52555 ____________________________________________________________________________
52556 [  6391] By: jhi                                   on 2000/07/13  16:37:42
52557         Log: typo fix from Craig Berry
52558      Branch: cfgperl
52559            ! vms/subconfigure.com
52560 ____________________________________________________________________________
52561 [  6390] By: jhi                                   on 2000/07/13  13:20:12
52562         Log: Integrate with Sarathy.
52563      Branch: cfgperl
52564            - t/op/method2entersub.t
52565           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
52566           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
52567           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
52568           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
52569 ____________________________________________________________________________
52570 [  6389] By: jhi                                   on 2000/07/13  13:18:48
52571         Log: Detypo from Peter Prymmer, part of #6388.
52572      Branch: cfgperl
52573            ! Configure config_h.SH
52574      Branch: metaconfig
52575            ! U/modified/d_longlong.U
52576 ____________________________________________________________________________
52577 [  6388] By: gsar                                  on 2000/07/13  06:33:40
52578         Log: typos (spotted by Peter Prymmer)
52579      Branch: perl
52580            ! Configure t/lib/english.t
52581 ____________________________________________________________________________
52582 [  6387] By: gsar                                  on 2000/07/13  05:35:28
52583         Log: new selfloader.t in change#6183 doesn't close DATA handles,
52584              and thus fails to clean up tmp files on dosish platforms
52585      Branch: perl
52586            ! t/lib/selfloader.t
52587 ____________________________________________________________________________
52588 [  6386] By: gsar                                  on 2000/07/12  21:42:39
52589         Log: sprintf test tweaks (from Dominic Dunlop)
52590      Branch: perl
52591            ! t/op/sprintf.t
52592 ____________________________________________________________________________
52593 [  6385] By: gsar                                  on 2000/07/12  21:33:46
52594         Log: fix bugs in processing %v-*d and similar format specs (from
52595              Avi Finkel <avi@finkel.org>)
52596      Branch: perl
52597            ! sv.c t/op/sprintf.t
52598 ____________________________________________________________________________
52599 [  6384] By: gsar                                  on 2000/07/12  16:04:19
52600         Log: readd missing perldelta.pod changes from changes#6339,6376
52601      Branch: perl
52602            ! pod/perldelta.pod
52603 ____________________________________________________________________________
52604 [  6383] By: gsar                                  on 2000/07/12  16:00:51
52605         Log: don't clobber *.orig files on *clean targets
52606      Branch: perl
52607            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
52608 ____________________________________________________________________________
52609 [  6382] By: gsar                                  on 2000/07/12  07:59:12
52610         Log: fix broken integrations in cfgperl
52611      Branch: cfgperl
52612           !> Changes pod/perldelta.pod
52613 ____________________________________________________________________________
52614 [  6381] By: gsar                                  on 2000/07/12  07:42:17
52615         Log: integrate cfgperl changes into mainline
52616      Branch: perl
52617            ! Changes
52618           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
52619           !> pod/perlre.pod
52620 ____________________________________________________________________________
52621 [  6380] By: gsar                                  on 2000/07/12  07:31:00
52622         Log: get sprintf.t to adjust properly for 3-digit exponents
52623      Branch: perl
52624            ! t/op/sprintf.t
52625 ____________________________________________________________________________
52626 [  6379] By: gsar                                  on 2000/07/12  06:40:04
52627         Log: change#6174 needs corresponding change in win32/config_h.PL,
52628              which grovels through config_h.SH to find the config.h name
52629      Branch: perl
52630            ! win32/config_h.PL
52631 ____________________________________________________________________________
52632 [  6378] By: jhi                                   on 2000/07/12  05:03:59
52633         Log: Do the cc sanity check both before the hints and
52634              after the cc selction.
52635      Branch: cfgperl
52636            ! Configure config_h.SH
52637      Branch: metaconfig
52638            ! U/modified/Oldconfig.U U/modified/cc.U
52639      Branch: metaconfig/U/perl
52640            + Checkcc.U
52641 ____________________________________________________________________________
52642 [  6377] By: jhi                                   on 2000/07/12  02:49:22
52643         Log: Fix nits noticed by Boston.pm.
52644      Branch: cfgperl
52645            ! pod/perlre.pod
52646 ____________________________________________________________________________
52647 [  6376] By: jhi                                   on 2000/07/11  21:22:13
52648         Log: Configure cosmetics and perldelta.
52649      Branch: cfgperl
52650            ! Configure config_h.SH pod/perldelta.pod
52651      Branch: metaconfig
52652            ! U/modified/cc.U
52653 ____________________________________________________________________________
52654 [  6375] By: gsar                                  on 2000/07/11  21:17:35
52655         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
52656      Branch: perl
52657            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
52658            ! win32/win32sck.c
52659 ____________________________________________________________________________
52660 [  6374] By: gsar                                  on 2000/07/11  20:48:50
52661         Log: tweak for build failure under multiplicity
52662      Branch: perl
52663            ! toke.c
52664 ____________________________________________________________________________
52665 [  6373] By: gsar                                  on 2000/07/11  20:37:23
52666         Log: integrate cfgperl changes#6325..6373 into mainline
52667              (NOTE: today's batch of integrations still untested)
52668      Branch: perl
52669           +> ext/DynaLoader/hints/netbsd.pl
52670            ! Changes
52671           !> (integrate 26 files)
52672 ____________________________________________________________________________
52673 [  6372] By: jhi                                   on 2000/07/11  20:30:36
52674         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
52675              regen perltoc.
52676      Branch: cfgperl
52677            + pod/perlbook.pod
52678            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
52679            ! pod/perltoc.pod
52680 ____________________________________________________________________________
52681 [  6371] By: jhi                                   on 2000/07/11  20:08:56
52682         Log: Minor cleanups on the booklist.
52683      Branch: cfgperl
52684            ! pod/perlfaq2.pod
52685 ____________________________________________________________________________
52686 [  6370] By: jhi                                   on 2000/07/11  19:31:13
52687         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
52688      Branch: cfgperl
52689            ! t/pragma/overload.t
52690 ____________________________________________________________________________
52691 [  6369] By: gsar                                  on 2000/07/11  19:27:48
52692         Log: integrate cfgperl changes#6293..6324 into mainline
52693      Branch: perl
52694           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
52695            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
52696           !> (integrate 30 files)
52697 ____________________________________________________________________________
52698 [  6368] By: gsar                                  on 2000/07/11  19:18:57
52699         Log: skip integrate of problematic change#6292 from cfgperl into mainline
52700      Branch: perl
52701           !> pp_hot.c
52702 ____________________________________________________________________________
52703 [  6367] By: gsar                                  on 2000/07/11  19:17:21
52704         Log: integrate cfgperl changes#6288..6290 into mainline
52705      Branch: perl
52706           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
52707 ____________________________________________________________________________
52708 [  6366] By: gsar                                  on 2000/07/11  19:11:18
52709         Log: integrate cfgperl changes#6268..6282 into mainline
52710      Branch: perl
52711           !> (integrate 30 files)
52712 ____________________________________________________________________________
52713 [  6365] By: gsar                                  on 2000/07/11  18:57:00
52714         Log: delete new accidentally branched file
52715      Branch: perl
52716            - t/op/method2entersub.t
52717 ____________________________________________________________________________
52718 [  6364] By: gsar                                  on 2000/07/11  18:55:13
52719         Log: skip integrate of change#6267 from cfgperl into mainline (the
52720              method call optimization is flawed without additional hints
52721              from user about immutableness of @ISA and no runtime method
52722              definitions)
52723      Branch: perl
52724           +> t/op/method2entersub.t
52725           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
52726           !> perl.h t/op/sprintf.t xsutils.c
52727 ____________________________________________________________________________
52728 [  6363] By: gsar                                  on 2000/07/11  18:49:43
52729         Log: integrate cfgperl changes#6261..6266 into mainline
52730      Branch: perl
52731           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
52732           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
52733           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
52734           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
52735 ____________________________________________________________________________
52736 [  6362] By: gsar                                  on 2000/07/11  18:43:26
52737         Log: integrate cfgperl changes#6252..6260 into mainline
52738      Branch: perl
52739           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
52740           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
52741           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
52742           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
52743 ____________________________________________________________________________
52744 [  6361] By: gsar                                  on 2000/07/11  18:37:12
52745         Log: skip integrate of problematic change#6251 from cfgperl into mainline
52746      Branch: perl
52747           !> lib/Exporter.pm
52748 ____________________________________________________________________________
52749 [  6360] By: gsar                                  on 2000/07/11  18:34:56
52750         Log: integrate cfgperl change#6250 into mainline
52751      Branch: perl
52752           +> t/op/my_stash.t
52753           !> MANIFEST embed.pl proto.h toke.c
52754 ____________________________________________________________________________
52755 [  6359] By: gsar                                  on 2000/07/11  18:21:19
52756         Log: integrate cfgperl changes#6242..6249 into mainline
52757      Branch: perl
52758           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
52759           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
52760           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
52761           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
52762           !> t/lib/peek.t utf8.c
52763 ____________________________________________________________________________
52764 [  6358] By: gsar                                  on 2000/07/11  18:15:45
52765         Log: skip integrate of problematic change#6241 from cfgperl into mainline
52766      Branch: perl
52767           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
52768 ____________________________________________________________________________
52769 [  6357] By: jhi                                   on 2000/07/11  18:15:16
52770         Log: Fix for
52771              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
52772              From: Roderick Schertler <roderick@argon.org> 
52773              Date: Tue, 11 Jul 2000 13:55:05 -0400 
52774              Message-Id: <200007111755.NAA05077@jones.argon.org> 
52775      Branch: cfgperl
52776            ! doio.c
52777 ____________________________________________________________________________
52778 [  6356] By: jhi                                   on 2000/07/11  18:12:51
52779         Log: Typo in #6341.
52780      Branch: cfgperl
52781            ! pp_hot.c
52782 ____________________________________________________________________________
52783 [  6355] By: gsar                                  on 2000/07/11  18:12:10
52784         Log: integrate cfgperl changes#6231..6240 into mainline
52785      Branch: perl
52786           +> pod/perlutil.pod
52787           !> (integrate 35 files)
52788 ____________________________________________________________________________
52789 [  6354] By: jhi                                   on 2000/07/11  18:04:34
52790         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
52791              From: Dominic Dunlop <domo@computer.org> 
52792              Date: Tue, 11 Jul 2000 12:27:33 +0200 
52793              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
52794              
52795              Replaces change #6268.
52796      Branch: cfgperl
52797            ! t/op/sprintf.t
52798 ____________________________________________________________________________
52799 [  6353] By: gsar                                  on 2000/07/11  17:59:51
52800         Log: skip integrate of problematic change#6230 from cfgperl into mainline
52801              (a later version of File::Spec is already in mainline)
52802      Branch: perl
52803           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
52804           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
52805 ____________________________________________________________________________
52806 [  6352] By: gsar                                  on 2000/07/11  17:57:48
52807         Log: integrate cfgperl changes#6224..6229 into mainline
52808      Branch: perl
52809           +> lib/lib.pm.PL
52810            - lib/lib.pm
52811           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
52812           !> lib/English.pm op.c t/lib/english.t
52813 ____________________________________________________________________________
52814 [  6351] By: gsar                                  on 2000/07/11  17:50:10
52815         Log: skip integrate of problematic change#6223 from cfgperl into mainline
52816      Branch: perl
52817           !> doio.c
52818 ____________________________________________________________________________
52819 [  6350] By: gsar                                  on 2000/07/11  17:48:28
52820         Log: integrate cfgperl changes#6220..6222 into mainline
52821      Branch: perl
52822           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
52823           !> toke.c utf8.c win32/win32.h
52824 ____________________________________________________________________________
52825 [  6349] By: gsar                                  on 2000/07/11  17:46:13
52826         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
52827              mainline
52828      Branch: perl
52829           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
52830           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
52831           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52832 ____________________________________________________________________________
52833 [  6348] By: jhi                                   on 2000/07/11  17:45:49
52834         Log: README.posix-bc podified from Thomas Dorner.
52835      Branch: cfgperl
52836            ! README.posix-bc
52837 ____________________________________________________________________________
52838 [  6347] By: gsar                                  on 2000/07/11  17:42:04
52839         Log: integrate cfgperl change#6217 into mainline
52840      Branch: perl
52841           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
52842           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
52843           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
52844 ____________________________________________________________________________
52845 [  6346] By: gsar                                  on 2000/07/11  17:39:37
52846         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
52847              mainline
52848      Branch: perl
52849           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
52850           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52851           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
52852           !> perlapi.h pod/perlapi.pod
52853 ____________________________________________________________________________
52854 [  6345] By: gsar                                  on 2000/07/11  17:36:42
52855         Log: integrate cfgperl changes#6207..6210 into mainline
52856      Branch: perl
52857           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
52858           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
52859 ____________________________________________________________________________
52860 [  6344] By: gsar                                  on 2000/07/11  17:31:20
52861         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
52862              mainline
52863      Branch: perl
52864           !> (integrate 40 files)
52865 ____________________________________________________________________________
52866 [  6343] By: gsar                                  on 2000/07/11  17:19:08
52867         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
52868      Branch: perl
52869           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
52870            ! Changes
52871           !> (integrate 34 files)
52872 ____________________________________________________________________________
52873 [  6342] By: jhi                                   on 2000/07/11  16:05:48
52874         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
52875              To: perl5-porters@perl.org
52876              From: Karsten Sperling <spiff@phreax.net>
52877              Date: Mon, 10 Jul 2000 15:12:52 +0200
52878              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
52879      Branch: cfgperl
52880            ! lib/Symbol.pm
52881 ____________________________________________________________________________
52882 [  6341] By: jhi                                   on 2000/07/11  15:59:23
52883         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
52884              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52885              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
52886              Date: Fri, 07 Jul 2000 17:57:16 +0100
52887      Branch: cfgperl
52888            ! pp_hot.c
52889 ____________________________________________________________________________
52890 [  6340] By: jhi                                   on 2000/07/11  15:55:47
52891         Log: Subject: Re: format bug report  [Patch]
52892              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52893              Date: Wed, 05 Jul 2000 13:12:52 +0200
52894              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
52895              
52896              Subject: Re: format bug report  [Patch]
52897              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52898              Date: Wed, 05 Jul 2000 14:10:01 +0200
52899              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
52900      Branch: cfgperl
52901            ! t/op/write.t toke.c
52902 ____________________________________________________________________________
52903 [  6339] By: jhi                                   on 2000/07/11  13:54:09
52904         Log: Be less forgiving about ambiguous and illegal tr ranges.
52905              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
52906              From: Mark-Jason Dominus <mjd@plover.com>
52907              Date: Tue, 04 Jul 2000 10:00:12 -0400
52908              Message-ID: <20000704140012.17772.qmail@plover.com>
52909              
52910              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
52911              From: Mark-Jason Dominus <mjd@plover.com>
52912              Date: Wed, 05 Jul 2000 09:37:36 -0400
52913              Message-ID: <20000705133736.27293.qmail@plover.com>
52914      Branch: cfgperl
52915            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
52916 ____________________________________________________________________________
52917 [  6338] By: jhi                                   on 2000/07/11  13:31:24
52918         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
52919              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52920              Date: Tue, 11 Jul 2000 13:50:51 +0100
52921              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
52922      Branch: cfgperl
52923            ! sv.c
52924 ____________________________________________________________________________
52925 [  6337] By: jhi                                   on 2000/07/11  13:29:14
52926         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
52927              From: Hugo <hv@crypt.compulink.co.uk>
52928              Date: Tue, 11 Jul 2000 12:44:50 +0100
52929              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
52930      Branch: cfgperl
52931            ! regexec.c t/op/re_tests
52932 ____________________________________________________________________________
52933 [  6336] By: jhi                                   on 2000/07/11  13:26:47
52934         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
52935              From: simon@brecon.co.uk (Simon Cozens)
52936              Date: 7 Jul 2000 11:26:09 GMT
52937              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
52938      Branch: cfgperl
52939            ! mg.c
52940 ____________________________________________________________________________
52941 [  6335] By: jhi                                   on 2000/07/11  13:23:37
52942         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
52943              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
52944              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
52945              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
52946      Branch: cfgperl
52947            + ext/DynaLoader/hints/netbsd.pl
52948            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
52949 ____________________________________________________________________________
52950 [  6334] By: jhi                                   on 2000/07/11  13:20:38
52951         Log: Subject: PATCH perlguts.pod: Document D and d magic types
52952              From: mjd@plover.com
52953              Date: 5 Jul 2000 18:01:51 -0000
52954              Message-ID: <20000705180151.29413.qmail@plover.com>
52955      Branch: cfgperl
52956            ! pod/perlguts.pod
52957 ____________________________________________________________________________
52958 [  6333] By: jhi                                   on 2000/07/11  13:15:51
52959         Log: Precedence goof, fix based on
52960              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
52961              From: Hugo <hv@crypt.compulink.co.uk>
52962              Date: Tue, 11 Jul 2000 12:52:38 +0100
52963              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
52964      Branch: cfgperl
52965            ! t/op/taint.t
52966 ____________________________________________________________________________
52967 [  6332] By: jhi                                   on 2000/07/11  12:40:17
52968         Log: Integrate with Sarathy.
52969      Branch: cfgperl
52970           !> win32/win32sck.c
52971 ____________________________________________________________________________
52972 [  6331] By: jhi                                   on 2000/07/10  20:14:16
52973         Log: Sprinkle ldlibpath.
52974      Branch: cfgperl
52975            ! pod/Makefile.SH
52976 ____________________________________________________________________________
52977 [  6330] By: jhi                                   on 2000/07/10  17:54:49
52978         Log: More POSIX.pod tweaks.
52979      Branch: cfgperl
52980            ! ext/POSIX/POSIX.pod
52981 ____________________________________________________________________________
52982 [  6329] By: jhi                                   on 2000/07/10  14:02:12
52983         Log: Reorder perl.pod once more.
52984      Branch: cfgperl
52985            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52986 ____________________________________________________________________________
52987 [  6328] By: gsar                                  on 2000/07/10  07:06:00
52988         Log: accept() leaks memory on windows due to incorrect ordering of
52989              closesocket() and fclose() calls
52990      Branch: perl
52991            ! win32/win32sck.c
52992 ____________________________________________________________________________
52993 [  6327] By: gsar                                  on 2000/07/10  06:49:17
52994         Log: winsock options weren't being set in all threads under ithreads
52995              (caused send()s from second and subsequent threads to fail)
52996      Branch: perl
52997            ! win32/win32sck.c
52998 ____________________________________________________________________________
52999 [  6326] By: jhi                                   on 2000/07/08  02:45:40
53000         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
53001              was cast to an unsigned (32-bit) integer with wild abandon.
53002      Branch: cfgperl
53003            ! ext/Devel/DProf/DProf.xs
53004 ____________________________________________________________________________
53005 [  6325] By: jhi                                   on 2000/07/07  18:50:33
53006         Log: Remove perlbook, update perlfaq book listing,
53007              rearrange perl.pod, regenerate perltoc.
53008      Branch: cfgperl
53009            - pod/perlbook.pod
53010            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
53011            ! pod/perlfaq2.pod pod/perltoc.pod
53012 ____________________________________________________________________________
53013 [  6324] By: jhi                                   on 2000/07/07  14:03:40
53014         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
53015      Branch: cfgperl
53016            ! sv.h toke.c
53017 ____________________________________________________________________________
53018 [  6323] By: jhi                                   on 2000/07/06  16:03:55
53019         Log: Fix complaints of buildtoc.
53020      Branch: cfgperl
53021            + lib/Win32.pod
53022            - pod/Win32.pod
53023            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53024 ____________________________________________________________________________
53025 [  6322] By: jhi                                   on 2000/07/06  15:15:52
53026         Log: Add =head1 NAMEs so that buildtoc is happy.
53027              (The CGI::Util nit reported to Lincoln.)
53028      Branch: cfgperl
53029            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
53030            ! pod/perltoc.pod
53031 ____________________________________________________________________________
53032 [  6321] By: jhi                                   on 2000/07/06  03:16:04
53033         Log: Config is being used.
53034      Branch: cfgperl
53035            ! t/op/method.t
53036 ____________________________________________________________________________
53037 [  6320] By: jhi                                   on 2000/07/06  03:13:13
53038         Log: Integrate with Sarathy.
53039      Branch: cfgperl
53040           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
53041 ____________________________________________________________________________
53042 [  6319] By: jhi                                   on 2000/07/06  03:11:46
53043         Log: Autogenerate pod/Makefile and pod/buildtoc.
53044              buildtoc also checks whether the existin pods are
53045              mentioned in MANIFEST and perl.pod, and vice versa.
53046              (None of the thusly found discrepancies fixed yet.)
53047              roffitall also needs to be autogenerated similarly but it
53048              seems so badly out of date that I didn't touch it yet.
53049      Branch: cfgperl
53050            + pod/Makefile.SH pod/buildtoc.PL
53051            - pod/Makefile pod/buildtoc
53052            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
53053 ____________________________________________________________________________
53054 [  6318] By: gsar                                  on 2000/07/05  22:10:54
53055         Log: fix UNC path handling on Windows under ithreads, and chdir()
53056              return value when given a non-existent directory
53057      Branch: perl
53058            ! win32/vdir.h
53059 ____________________________________________________________________________
53060 [  6317] By: gsar                                  on 2000/07/05  22:08:19
53061         Log: winsock cleanup never done on Windows (leads to handle leaks)
53062      Branch: perl
53063            ! win32/perllib.c win32/win32sck.c
53064 ____________________________________________________________________________
53065 [  6316] By: gsar                                  on 2000/07/05  22:06:19
53066         Log: some debugger output does not go to the socket when RemotePort is set
53067      Branch: perl
53068            ! lib/perl5db.pl
53069 ____________________________________________________________________________
53070 [  6315] By: jhi                                   on 2000/07/05  00:25:21
53071         Log: Integrate with Sarathy, preliminary fix for unicos
53072              alignment problems in [ID 20000612.002] Perl problem on Cray system.
53073      Branch: cfgperl
53074            ! sv.h
53075           !> pp_hot.c
53076 ____________________________________________________________________________
53077 [  6314] By: gsar                                  on 2000/07/04  23:34:02
53078         Log: tyop in change#6306
53079      Branch: perl
53080            ! pp_hot.c
53081 ____________________________________________________________________________
53082 [  6313] By: jhi                                   on 2000/07/04  22:14:38
53083         Log: Multiline string literals ENONPORTABLE.
53084      Branch: cfgperl
53085            ! pp_hot.c
53086 ____________________________________________________________________________
53087 [  6312] By: jhi                                   on 2000/07/04  20:34:44
53088         Log: Integrate with Sarathy.
53089      Branch: cfgperl
53090           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
53091           !> t/op/method.t
53092 ____________________________________________________________________________
53093 [  6311] By: jhi                                   on 2000/07/04  20:30:56
53094         Log: More POSIX.pod embellishment.
53095      Branch: cfgperl
53096            ! ext/POSIX/POSIX.pod
53097 ____________________________________________________________________________
53098 [  6310] By: gsar                                  on 2000/07/04  17:28:48
53099         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
53100      Branch: perl
53101            ! t/lib/b.t
53102 ____________________________________________________________________________
53103 [  6309] By: jhi                                   on 2000/07/04  17:22:18
53104         Log: The #6308 required a little bit more.
53105      Branch: cfgperl
53106            ! Makefile.SH win32/Makefile
53107 ____________________________________________________________________________
53108 [  6308] By: jhi                                   on 2000/07/04  16:35:24
53109         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
53110      Branch: cfgperl
53111            + lib/lib_pm.PL
53112            - lib/lib.pm.PL
53113            ! MANIFEST Makefile.SH
53114 ____________________________________________________________________________
53115 [  6307] By: jhi                                   on 2000/07/04  16:28:58
53116         Log: Win32 patches for cfgperl from Sarathy.
53117      Branch: cfgperl
53118            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
53119            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
53120            ! thread.h toke.c util.c win32/Makefile win32/win32.c
53121 ____________________________________________________________________________
53122 [  6306] By: gsar                                  on 2000/07/04  16:28:40
53123         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
53124              (from Richard Soderberg <rs@oregonnet.com>)
53125      Branch: perl
53126            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
53127 ____________________________________________________________________________
53128 [  6305] By: jhi                                   on 2000/07/04  16:24:24
53129         Log: Integrate with Sarathy.
53130      Branch: cfgperl
53131           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
53132           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53133           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
53134           !> proto.h win32/win32.c
53135 ____________________________________________________________________________
53136 [  6304] By: gsar                                  on 2000/07/04  16:17:24
53137         Log: missing perldiag entry for unpack("w",...) diagnostic (from
53138              Andreas Koenig)
53139      Branch: perl
53140            ! pod/perldiag.pod
53141 ____________________________________________________________________________
53142 [  6303] By: gsar                                  on 2000/07/04  16:14:44
53143         Log: remove rel2abs prototypes (from Barrie Slaymaker)
53144      Branch: perl
53145            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
53146            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53147 ____________________________________________________________________________
53148 [  6302] By: gsar                                  on 2000/07/04  04:59:35
53149         Log: adjust change#6299
53150      Branch: perl
53151            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
53152            ! win32/win32.c
53153 ____________________________________________________________________________
53154 [  6301] By: jhi                                   on 2000/07/04  04:50:07
53155         Log: Integrate with Sarathy.
53156      Branch: cfgperl
53157           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
53158           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
53159           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
53160 ____________________________________________________________________________
53161 [  6300] By: gsar                                  on 2000/07/04  04:42:09
53162         Log: PERL_OBJECT build tweak
53163      Branch: perl
53164            ! perl.h
53165 ____________________________________________________________________________
53166 [  6299] By: gsar                                  on 2000/07/04  04:37:00
53167         Log: fix memory leak on Windows (PL_sys_intern contents were never
53168              freed)
53169      Branch: perl
53170            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
53171            ! perlapi.c proto.h win32/win32.c
53172 ____________________________________________________________________________
53173 [  6298] By: gsar                                  on 2000/07/04  04:15:59
53174         Log: fix large memory leak that has been around for ever, masked by
53175              -DPURIFY (most of the arenas were never freed!)
53176      Branch: perl
53177            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
53178 ____________________________________________________________________________
53179 [  6297] By: gsar                                  on 2000/07/04  04:07:46
53180         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
53181      Branch: perl
53182            ! perl.c
53183 ____________________________________________________________________________
53184 [  6296] By: jhi                                   on 2000/06/30  18:28:37
53185         Log: Elaborate POSIX.pod.  Still needs work.
53186      Branch: cfgperl
53187            ! ext/POSIX/POSIX.pod
53188 ____________________________________________________________________________
53189 [  6295] By: jhi                                   on 2000/06/30  14:58:18
53190         Log: Point to perlipc for more SysV IPC examples.
53191      Branch: cfgperl
53192            ! pod/perlfunc.pod
53193 ____________________________________________________________________________
53194 [  6294] By: gsar                                  on 2000/06/30  14:47:45
53195         Log: slurp mode fix in change#4736 still not quite right
53196      Branch: perl
53197            ! pp_hot.c t/io/argv.t
53198 ____________________________________________________________________________
53199 [  6293] By: jhi                                   on 2000/06/30  12:02:55
53200         Log: Integrate with Sarathy.
53201      Branch: cfgperl
53202           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
53203 ____________________________________________________________________________
53204 [  6292] By: jhi                                   on 2000/06/30  12:01:11
53205         Log: From: simon@brecon.co.uk (Simon Cozens)
53206              Subject: UTF8 concat
53207              Date: 30 Jun 2000 06:13:25 GMT
53208              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
53209      Branch: cfgperl
53210            ! pp_hot.c
53211 ____________________________________________________________________________
53212 [  6291] By: gsar                                  on 2000/06/30  04:37:33
53213         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
53214              when @_ is modified, causing coredumps
53215      Branch: perl
53216            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
53217 ____________________________________________________________________________
53218 [  6290] By: jhi                                   on 2000/06/30  02:21:44
53219         Log: Integrate with Sarathy.
53220      Branch: cfgperl
53221           !> vms/vms.c vms/vmsish.h
53222 ____________________________________________________________________________
53223 [  6289] By: jhi                                   on 2000/06/30  02:21:02
53224         Log: Check VERSIONs.
53225      Branch: cfgperl
53226            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
53227            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
53228            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53229 ____________________________________________________________________________
53230 [  6288] By: jhi                                   on 2000/06/30  02:18:52
53231         Log: Integrate with Sarathy.
53232      Branch: cfgperl
53233           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
53234           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
53235           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
53236           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
53237 ____________________________________________________________________________
53238 [  6287] By: gsar                                  on 2000/06/30  02:17:08
53239         Log: integrate vmsperl changes into mainline
53240      Branch: perl
53241           !> vms/vms.c vms/vmsish.h
53242 ____________________________________________________________________________
53243 [  6285] By: gsar                                  on 2000/06/30  02:05:28
53244         Log: localize %INC in a Safe compartment so that use/require work
53245              (many other magic globals probably need similar treatment)
53246      Branch: perl
53247            ! ext/Opcode/Opcode.xs
53248 ____________________________________________________________________________
53249 [  6284] By: gsar                                  on 2000/06/30  01:54:54
53250         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
53251              about Windows
53252      Branch: perl
53253            ! pod/perlembed.pod
53254 ____________________________________________________________________________
53255 [  6283] By: jhi                                   on 2000/06/30  01:50:10
53256         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
53257              From: Barrie Slaymaker <barries@jester.slaysys.com>
53258              Date: Wed, 28 Jun 2000 11:35:29 -0400
53259              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
53260      Branch: perl
53261            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
53262            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
53263            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53264            ! lib/File/Spec/Win32.pm
53265 ____________________________________________________________________________
53266 [  6282] By: jhi                                   on 2000/06/29  22:57:22
53267         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
53268              From: Dan Sugalski <dan@sidhe.org>
53269              Date: Tue, 06 Jun 2000 11:59:50 -0400
53270              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
53271      Branch: cfgperl
53272            ! vms/vms.c
53273 ____________________________________________________________________________
53274 [  6281] By: jhi                                   on 2000/06/29  22:52:50
53275         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
53276              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53277              Date: Wed, 7 Jun 2000 04:02:04 -0500
53278              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
53279      Branch: cfgperl
53280            ! utils/h2xs.PL
53281 ____________________________________________________________________________
53282 [  6280] By: jhi                                   on 2000/06/29  22:45:47
53283         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
53284              From: rspier@pobox.com (Robert Spier)
53285              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
53286              Message-ID: <14654.31913.845602.610277@rls.cx>
53287      Branch: cfgperl
53288            ! utils/h2xs.PL
53289 ____________________________________________________________________________
53290 [  6279] By: jhi                                   on 2000/06/29  22:38:16
53291         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
53292              From: Tim Ayers <tayers@bridge.com>
53293              Date: Thu, 08 Jun 2000 08:11:06 +0200
53294              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
53295              [resent by Richard Foley, Message-Id probably wrong]
53296      Branch: cfgperl
53297            ! pod/perlsub.pod
53298 ____________________________________________________________________________
53299 [  6278] By: jhi                                   on 2000/06/29  22:21:45
53300         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
53301              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
53302              Date: Fri, 09 Jun 2000 12:39:27 -0400
53303              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
53304              (plus update the version "number" of Text::Wrap)
53305      Branch: cfgperl
53306            ! lib/Text/Wrap.pm
53307 ____________________________________________________________________________
53308 [  6277] By: jhi                                   on 2000/06/29  22:13:10
53309         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
53310              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53311              Date: Mon, 12 Jun 2000 14:55:59 +0100
53312              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
53313      Branch: cfgperl
53314            ! pod/perlfunc.pod
53315 ____________________________________________________________________________
53316 [  6276] By: jhi                                   on 2000/06/29  22:11:06
53317         Log: Subject: [PATCH] Re: eval documentation: context
53318              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53319              Date: Mon, 12 Jun 2000 15:07:29 +0100
53320              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
53321      Branch: cfgperl
53322            ! pod/perlfunc.pod
53323 ____________________________________________________________________________
53324 [  6275] By: jhi                                   on 2000/06/29  21:59:46
53325         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
53326              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53327              Date: Tue, 13 Jun 2000 02:43:48 -0500
53328              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
53329      Branch: cfgperl
53330            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
53331 ____________________________________________________________________________
53332 [  6274] By: jhi                                   on 2000/06/29  21:56:14
53333         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
53334              From: Andy Dougherty <doughera@lafayette.edu>
53335              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
53336              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
53337      Branch: cfgperl
53338            ! ext/File/Glob/Glob.pm
53339 ____________________________________________________________________________
53340 [  6273] By: jhi                                   on 2000/06/29  21:49:09
53341         Log: Subject: [PATCH] xsub attributes
53342              From: Doug MacEachern <dougm@covalent.net>
53343              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
53344              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
53345      Branch: cfgperl
53346            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
53347            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
53348 ____________________________________________________________________________
53349 [  6272] By: jhi                                   on 2000/06/29  21:41:28
53350         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
53351              From: Tom Phoenix <rootbeer@redcat.com>
53352              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
53353              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
53354      Branch: cfgperl
53355            ! lib/Net/Ping.pm
53356 ____________________________________________________________________________
53357 [  6271] By: jhi                                   on 2000/06/29  21:36:55
53358         Log: Subject: PATCH pod/perltie.pod
53359              From: Ian Phillipps <Ian.Phillipps@iname.com>
53360              Date: Fri, 16 Jun 2000 00:17:19 +0100
53361              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
53362              (only the first hunk, the second hunk had already been done
53363              by some other patch)
53364      Branch: cfgperl
53365            ! pod/perltie.pod
53366 ____________________________________________________________________________
53367 [  6270] By: jhi                                   on 2000/06/29  21:24:51
53368         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
53369              From: Nicholas Clark <nick@talking.bollo.cx>
53370              Date: Fri, 23 Jun 2000 16:21:15 +0100
53371              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
53372      Branch: cfgperl
53373            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
53374            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
53375 ____________________________________________________________________________
53376 [  6269] By: jhi                                   on 2000/06/29  19:38:15
53377         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
53378              silence few compiler warnings.
53379      Branch: cfgperl
53380            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
53381 ____________________________________________________________________________
53382 [  6268] By: jhi                                   on 2000/06/29  18:21:50
53383         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
53384              From: Dominic Dunlop <domo@computer.org> 
53385              Date: Thu, 29 Jun 2000 12:32:39 +0200 
53386              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
53387      Branch: cfgperl
53388            ! t/op/sprintf.t
53389 ____________________________________________________________________________
53390 [  6267] By: jhi                                   on 2000/06/29  18:16:07
53391         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
53392              From: Doug MacEachern <dougm@covalent.net>
53393              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
53394              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
53395      Branch: cfgperl
53396            + t/op/method2entersub.t
53397            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
53398            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53399            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
53400            ! xsutils.c
53401 ____________________________________________________________________________
53402 [  6266] By: jhi                                   on 2000/06/29  15:11:15
53403         Log: Subject: [PATCH 5.6.0] cygwin port
53404              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
53405              From: "Fifer, Eric" <EFifer@sanwaint.com>
53406              Date: Thu, 29 Jun 2000 12:58:29 +0100
53407      Branch: cfgperl
53408            ! cygwin/Makefile.SHs
53409 ____________________________________________________________________________
53410 [  6265] By: jhi                                   on 2000/06/29  15:04:05
53411         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
53412              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53413              Date: Wed, 28 Jun 2000 17:50:12 -0700
53414              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
53415      Branch: cfgperl
53416            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
53417 ____________________________________________________________________________
53418 [  6264] By: jhi                                   on 2000/06/29  15:00:57
53419         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
53420              From: Marty Lucich <marty@netcom.com>
53421              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
53422              Message-Id: <200006282116.OAA11148@netcom.com>
53423              ccdlflags update (the BSD/OS 4.1 part had already been taken
53424              care of by #6141).
53425      Branch: cfgperl
53426            ! hints/bsdos.sh
53427 ____________________________________________________________________________
53428 [  6263] By: jhi                                   on 2000/06/29  13:47:44
53429         Log: tr fixes from Simon Cozens
53430      Branch: cfgperl
53431            ! doop.c
53432 ____________________________________________________________________________
53433 [  6262] By: jhi                                   on 2000/06/28  18:46:01
53434         Log: Subject: 5.6.0 Patch for EPOC
53435              From: Olaf Flebbe <o.flebbe@gmx.de>
53436              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
53437              Message-ID: <23449.960929969@www11.gmx.net>
53438      Branch: cfgperl
53439            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
53440            ! epoc/epocish.h
53441 ____________________________________________________________________________
53442 [  6261] By: jhi                                   on 2000/06/28  18:29:07
53443         Log: Subject: Re: [PATCH cfgperl] BOMs away!
53444              From: simon@brecon.co.uk (Simon Cozens)
53445              Date: 17 Jun 2000 11:49:57 GMT
53446              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
53447      Branch: cfgperl
53448            ! pod/perldiag.pod t/comp/require.t toke.c
53449 ____________________________________________________________________________
53450 [  6260] By: jhi                                   on 2000/06/28  17:47:16
53451         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
53452              From: simon@brecon.co.uk (Simon Cozens) 
53453              Date: 17 Jun 2000 11:56:44 GMT 
53454              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
53455              pack U0, pack C0
53456      Branch: cfgperl
53457            ! pod/perlfunc.pod pp.c t/op/pack.t
53458 ____________________________________________________________________________
53459 [  6259] By: jhi                                   on 2000/06/28  16:43:17
53460         Log: perlnewmod was missing from MANIFEST.
53461      Branch: cfgperl
53462            ! MANIFEST
53463 ____________________________________________________________________________
53464 [  6258] By: jhi                                   on 2000/06/28  15:54:30
53465         Log: linenumber tweak
53466      Branch: cfgperl
53467            ! t/pragma/warn/regcomp
53468 ____________________________________________________________________________
53469 [  6257] By: jhi                                   on 2000/06/28  15:50:44
53470         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
53471              From: Doug MacEachern <dougm@covalent.net>
53472              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
53473              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
53474              (one part of the patch had been applied earlier)
53475      Branch: cfgperl
53476            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
53477 ____________________________________________________________________________
53478 [  6256] By: jhi                                   on 2000/06/28  15:40:22
53479         Log: tweaks from Simon Cozens to further fix tr/// under utf8
53480      Branch: cfgperl
53481            ! doop.c
53482 ____________________________________________________________________________
53483 [  6255] By: jhi                                   on 2000/06/28  15:33:45
53484         Log: small thinko tweaks
53485      Branch: cfgperl
53486            ! lib/IPC/Open3.pm t/op/my_stash.t
53487 ____________________________________________________________________________
53488 [  6254] By: jhi                                   on 2000/06/28  15:33:25
53489         Log: Subject: tr///, help wanted.
53490              From: simon@brecon.co.uk (Simon Cozens)
53491              Date: 28 Jun 2000 11:29:04 GMT
53492              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
53493      Branch: cfgperl
53494            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
53495            ! pp_proto.h proto.h t/op/tr.t
53496 ____________________________________________________________________________
53497 [  6253] By: jhi                                   on 2000/06/28  15:09:17
53498         Log: Paranoia tweak on #6249.
53499              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
53500              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
53501              Date: Sun, 25 Jun 2000 23:43:12 -0400
53502              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
53503      Branch: cfgperl
53504            ! lib/IPC/Open3.pm
53505 ____________________________________________________________________________
53506 [  6252] By: jhi                                   on 2000/06/28  15:01:38
53507         Log: Document #6249 and #6251.
53508      Branch: cfgperl
53509            ! lib/Exporter.pm lib/IPC/Open3.pm
53510 ____________________________________________________________________________
53511 [  6251] By: jhi                                   on 2000/06/28  14:50:43
53512         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
53513              From: Doug MacEachern <dougm@covalent.net>
53514              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
53515              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
53516      Branch: cfgperl
53517            ! lib/Exporter.pm
53518 ____________________________________________________________________________
53519 [  6250] By: jhi                                   on 2000/06/28  14:45:23
53520         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
53521              From: Doug MacEachern <dougm@covalent.net>
53522              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
53523              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
53524      Branch: cfgperl
53525            + t/op/my_stash.t
53526            ! MANIFEST embed.pl global.sym proto.h toke.c
53527 ____________________________________________________________________________
53528 [  6249] By: jhi                                   on 2000/06/28  14:36:34
53529         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
53530              From: Frank Tobin <ftobin@uiuc.edu>
53531              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
53532              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
53533      Branch: cfgperl
53534            ! lib/IPC/Open3.pm
53535 ____________________________________________________________________________
53536 [  6248] By: jhi                                   on 2000/06/28  14:11:25
53537         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
53538              From: Mark-Jason Dominus <mjd@plover.com>
53539              Date: Tue, 27 Jun 2000 22:36:42 -0400
53540              Message-ID: <20000628023642.12166.qmail@plover.com>
53541      Branch: cfgperl
53542            ! pod/perlfunc.pod
53543 ____________________________________________________________________________
53544 [  6247] By: jhi                                   on 2000/06/27  12:46:37
53545         Log: Tweak $VERSION, patch from Doug MacEachern.
53546      Branch: cfgperl
53547            ! lib/File/Spec.pm
53548 ____________________________________________________________________________
53549 [  6246] By: jhi                                   on 2000/06/27  03:34:46
53550         Log: Allow for standalone testing.
53551      Branch: cfgperl
53552            ! t/lib/filefunc.t t/lib/filespec.t
53553 ____________________________________________________________________________
53554 [  6245] By: jhi                                   on 2000/06/27  02:50:02
53555         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
53556              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
53557              Date: Sat, 24 Jun 2000 13:06:20 +0100
53558              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
53559      Branch: cfgperl
53560            ! ext/DynaLoader/DynaLoader_pm.PL
53561 ____________________________________________________________________________
53562 [  6244] By: jhi                                   on 2000/06/27  02:46:10
53563         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
53564              From: Doug MacEachern <dougm@covalent.net>
53565              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
53566              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
53567      Branch: cfgperl
53568            ! gv.c sv.c t/lib/peek.t
53569 ____________________________________________________________________________
53570 [  6243] By: jhi                                   on 2000/06/27  02:38:07
53571         Log: Subject: [PATCH] is_utf8_string
53572              From: simon@brecon.co.uk (Simon Cozens)
53573              Date: 26 Jun 2000 02:25:59 GMT
53574              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
53575      Branch: cfgperl
53576            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
53577            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
53578            ! proto.h utf8.c
53579 ____________________________________________________________________________
53580 [  6242] By: jhi                                   on 2000/06/27  02:24:00
53581         Log: Subject: [PATCH] bytes<->utf8 fixes
53582              From: simon@brecon.co.uk (Simon Cozens)
53583              Date: 26 Jun 2000 04:55:45 GMT
53584              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
53585      Branch: cfgperl
53586            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
53587 ____________________________________________________________________________
53588 [  6241] By: jhi                                   on 2000/06/27  02:12:42
53589         Log: Do no -warn on \_, only on \alpha.
53590              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
53591              From: David Dyck <dcd@tc.fluke.com>
53592              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
53593              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
53594      Branch: cfgperl
53595            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
53596 ____________________________________________________________________________
53597 [  6240] By: jhi                                   on 2000/06/27  02:00:01
53598         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
53599              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
53600              Date: Mon, 26 Jun 2000 18:40:14 +0100
53601              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
53602      Branch: cfgperl
53603            ! utils/h2xs.PL
53604 ____________________________________________________________________________
53605 [  6239] By: jhi                                   on 2000/06/27  01:53:40
53606         Log: Configure maintenance.  Sever some dependency cycles,
53607              separate gccversion from the cc unit,
53608              address [ID 20000623.006] Configure script patch for using gcc on AIX
53609              (but solve it a little bit differently),
53610              unduplex some accidentally duplicated units,
53611              suggest using gcc if no cc available
53612              (p5p thread: "Solaris configure: counterproposal", 1999-09)
53613      Branch: cfgperl
53614            ! Configure Todo-5.6 config_h.SH
53615      Branch: metaconfig
53616            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
53617            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
53618      Branch: metaconfig/U/perl
53619            + gccvers.U
53620            ! d_getespwnam.U d_getprpwnam.U i_prot.U
53621 ____________________________________________________________________________
53622 [  6238] By: jhi                                   on 2000/06/25  18:04:56
53623         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
53624              From: Dan Sugalski <dan@sidhe.org>
53625              Date: Fri, 23 Jun 2000 17:00:00 -0400
53626              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
53627      Branch: cfgperl
53628            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
53629 ____________________________________________________________________________
53630 [  6237] By: jhi                                   on 2000/06/25  16:36:45
53631         Log: Tweak embed.pl, regen headers.
53632      Branch: cfgperl
53633            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
53634            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
53635            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
53636            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
53637            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
53638 ____________________________________________________________________________
53639 [  6236] By: jhi                                   on 2000/06/25  15:26:42
53640         Log: Regen headers.
53641      Branch: cfgperl
53642            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
53643            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
53644            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
53645            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
53646            ! regnodes.h warnings.h
53647 ____________________________________________________________________________
53648 [  6235] By: jhi                                   on 2000/06/23  19:39:35
53649         Log: The thread begun by
53650              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
53651              From: Kevin.Ruscoe@ubsw.com
53652              Date: Fri, 16 Jun 2000 16:38:51 +0100
53653              Message-Id: <H000019b03c300d6@MHS>
53654      Branch: cfgperl
53655            ! hints/solaris_2.sh
53656 ____________________________________________________________________________
53657 [  6234] By: jhi                                   on 2000/06/23  19:23:36
53658         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
53659              because when run as services (Win32ese for daemons)
53660              no environment variables are set and tmpdir ends up as /tmp,
53661              which is ambiguous.
53662              
53663              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
53664              From: matt@sergeant.org
53665              Date: 16 Jun 2000 16:30:43 -0000
53666              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
53667      Branch: cfgperl
53668            ! lib/File/Spec/Win32.pm
53669 ____________________________________________________________________________
53670 [  6233] By: jhi                                   on 2000/06/23  19:18:58
53671         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
53672              From: Mark-Jason Dominus <mjd@plover.com>
53673              Date: Fri, 16 Jun 2000 20:53:04 -0400
53674              Message-ID: <20000617005304.8008.qmail@plover.com>
53675      Branch: cfgperl
53676            ! op.h
53677 ____________________________________________________________________________
53678 [  6232] By: jhi                                   on 2000/06/23  16:10:02
53679         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
53680              From: simon@brecon.co.uk (Simon Cozens)
53681              Date: 19 Jun 2000 15:18:27 GMT
53682              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
53683              
53684              plus update pod/Makefile and regenerate perltoc
53685      Branch: cfgperl
53686            + pod/perlutil.pod
53687            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
53688 ____________________________________________________________________________
53689 [  6231] By: jhi                                   on 2000/06/23  15:19:18
53690         Log: Subject: [PATCH 5.6.0] cygwin port
53691              From: "Fifer, Eric" <EFifer@sanwaint.com>
53692              Date: Tue, 20 Jun 2000 14:30:58 +0100
53693              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
53694      Branch: cfgperl
53695            ! README.cygwin lib/File/Find.pm
53696 ____________________________________________________________________________
53697 [  6230] By: jhi                                   on 2000/06/23  14:25:21
53698         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
53699      Branch: cfgperl
53700            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
53701            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
53702            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53703            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
53704 ____________________________________________________________________________
53705 [  6229] By: jhi                                   on 2000/06/23  14:13:34
53706         Log: Subject: README.hpux version 0.6.1
53707              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
53708              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
53709              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
53710      Branch: cfgperl
53711            ! README.hpux
53712 ____________________________________________________________________________
53713 [  6228] By: jhi                                   on 2000/06/23  14:07:20
53714         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
53715              From: Doug MacEachern <dougm@covalent.net>
53716              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
53717              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
53718      Branch: cfgperl
53719            ! op.c
53720 ____________________________________________________________________________
53721 [  6227] By: jhi                                   on 2000/06/23  14:01:06
53722         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
53723              From: Doug MacEachern <dougm@covalent.net>
53724              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
53725              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
53726      Branch: cfgperl
53727            + lib/lib.pm.PL
53728            - lib/lib.pm
53729            ! MANIFEST Makefile.SH
53730 ____________________________________________________________________________
53731 [  6226] By: jhi                                   on 2000/06/23  13:53:07
53732         Log: Subject: [PATCH] remove forward declarations in Socket.pm
53733              From: Doug MacEachern <dougm@covalent.net>
53734              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
53735              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
53736              
53737              From: Doug MacEachern <dougm@covalent.net>
53738              Subject: Re: [PATCH] remove forward declarations in Socket.pm
53739              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
53740              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
53741      Branch: cfgperl
53742            ! ext/Socket/Socket.pm op.c
53743 ____________________________________________________________________________
53744 [  6225] By: jhi                                   on 2000/06/23  13:41:52
53745         Log: Add source code filenames to apidoc.
53746              From: simon@brecon.co.uk (Simon Cozens)
53747              Subject: [PATCH embed.pl] Source X-ref
53748              Date: 22 Jun 2000 02:18:49 GMT
53749              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
53750      Branch: cfgperl
53751            ! embed.pl
53752 ____________________________________________________________________________
53753 [  6224] By: jhi                                   on 2000/06/23  13:32:33
53754         Log: A way to avoid English.pm performance hit.
53755              From: root <root@jester.slaysys.com>
53756              Subject: [YAPATCH English.pm] My turn to putt again
53757              Date: Thu, 22 Jun 2000 20:33:58 -0400
53758              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
53759      Branch: cfgperl
53760            ! lib/English.pm t/lib/english.t
53761 ____________________________________________________________________________
53762 [  6223] By: jhi                                   on 2000/06/23  13:27:06
53763         Log: Avoid double close().
53764              Subject: [PATCH] avoid double close()
53765              From: Doug MacEachern <dougm@covalent.net>
53766              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
53767              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
53768      Branch: cfgperl
53769            ! doio.c
53770 ____________________________________________________________________________
53771 [  6222] By: jhi                                   on 2000/06/23  13:25:54
53772         Log: doc typo fix
53773              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
53774              From: Ian Phillipps <Ian.Phillipps@iname.com>
53775              Date: Fri, 23 Jun 2000 10:40:58 +0100
53776              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
53777      Branch: cfgperl
53778            ! lib/Pod/Usage.pm
53779 ____________________________________________________________________________
53780 [  6221] By: jhi                                   on 2000/06/23  13:24:15
53781         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
53782              From: simon@brecon.co.uk (Simon Cozens)
53783              Subject: [PATCH] Eliminate tr///[CU][CU]
53784              Date: 23 Jun 2000 11:05:40 GMT
53785              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
53786      Branch: cfgperl
53787            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
53788 ____________________________________________________________________________
53789 [  6220] By: jhi                                   on 2000/06/22  16:07:51
53790         Log: Win32 patches from Benjamin Stuhl.
53791      Branch: cfgperl
53792            ! makedef.pl win32/win32.h
53793 ____________________________________________________________________________
53794 [  6219] By: jhi                                   on 2000/06/22  16:06:34
53795         Log: Bytecode patches from Benjamin Stuhl.
53796      Branch: cfgperl
53797            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
53798            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
53799            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53800 ____________________________________________________________________________
53801 [  6218] By: jhi                                   on 2000/06/15  23:54:16
53802         Log: Bytecode patches from Benjamin Stuhl.
53803      Branch: cfgperl
53804            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
53805 ____________________________________________________________________________
53806 [  6217] By: jhi                                   on 2000/06/09  13:38:29
53807         Log: Rename the fdpid locking and integrate with Sarathy.
53808      Branch: cfgperl
53809            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
53810            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
53811            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
53812            ! win32/win32.c
53813           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
53814 ____________________________________________________________________________
53815 [  6216] By: gsar                                  on 2000/06/08  14:54:21
53816         Log: be more optimal about clearing @_
53817      Branch: perl
53818            ! cop.h
53819 ____________________________________________________________________________
53820 [  6215] By: gsar                                  on 2000/06/08  14:33:04
53821         Log: tweak comment about @DB::args
53822      Branch: perl
53823            ! av.h pp_ctl.c
53824 ____________________________________________________________________________
53825 [  6214] By: gsar                                  on 2000/06/08  13:57:54
53826         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
53827              caller() wants to populate @DB::args with it (causes a coredump
53828              in Carp::confess())
53829      Branch: perl
53830            ! cop.h t/op/runlevel.t
53831 ____________________________________________________________________________
53832 [  6213] By: gsar                                  on 2000/06/08  07:06:35
53833         Log: back out change#6106 (seems problematic)
53834      Branch: perl
53835            ! hints/solaris_2.sh
53836 ____________________________________________________________________________
53837 [  6212] By: jhi                                   on 2000/06/07  03:10:36
53838         Log: Continuing mopup for #6204.
53839      Branch: cfgperl
53840            ! ext/B/defsubs_h.PL
53841 ____________________________________________________________________________
53842 [  6211] By: jhi                                   on 2000/06/07  02:41:50
53843         Log: Mopup for #6204.
53844              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
53845              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
53846              This is comes from const() where POK isn't on when expected.
53847      Branch: cfgperl
53848            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
53849            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53850            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
53851            ! perlapi.h pod/perlapi.pod
53852 ____________________________________________________________________________
53853 [  6210] By: jhi                                   on 2000/06/07  01:56:29
53854         Log: Mopup for #6207 and #6209.
53855      Branch: cfgperl
53856            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
53857 ____________________________________________________________________________
53858 [  6209] By: jhi                                   on 2000/06/07  01:33:12
53859         Log: Lock PL_fdpid against race conditions, based on:
53860              Subject: [PATCH 5.6.0]subprocess fixup for threads
53861              From: Dan Sugalski <dan@sidhe.org>
53862              To: perl5-porters@perl.org
53863              Date: Tue, 11 Apr 2000 17:02:32 -0400
53864              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
53865      Branch: cfgperl
53866            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
53867            ! win32/win32.c
53868 ____________________________________________________________________________
53869 [  6208] By: jhi                                   on 2000/06/07  01:05:23
53870         Log: Regen headers for #6207.
53871      Branch: cfgperl
53872            ! embed.h global.sym objXSUB.h proto.h
53873 ____________________________________________________________________________
53874 [  6207] By: jhi                                   on 2000/06/06  23:43:13
53875         Log: Subject: [PATCH 5.6.0] Threadsafe patches
53876              From: Dan Sugalski <dan@sidhe.org>
53877              To: perl5-porters@perl.org
53878              Date: Mon, 08 May 2000 18:08:13 -0400
53879              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
53880      Branch: cfgperl
53881            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
53882            ! proto.h sv.h util.c
53883 ____________________________________________________________________________
53884 [  6206] By: jhi                                   on 2000/06/06  23:21:23
53885         Log: Subject: [PATCH] Eliminate $a/$b in pod
53886              From: David Glasser <me@davidglasser.net>
53887              To: perl5-porters@perl.org
53888              Date: Mon, 29 May 2000 21:15:59 -0400
53889              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
53890      Branch: cfgperl
53891            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
53892            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
53893            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
53894            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
53895            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
53896            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
53897            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
53898            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
53899            ! pod/perlvar.pod pod/perlxs.pod
53900 ____________________________________________________________________________
53901 [  6205] By: jhi                                   on 2000/06/06  23:12:14
53902         Log: Subject: [PATCH] Win32 improvements
53903              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
53904              To: gsar@activestate.com, perl5-porters@perl.org
53905              Date: Mon, 29 May 2000 17:22:24 PDT
53906              Message-ID: <20000530002224.91142.qmail@hotmail.com>
53907              (MUA had mangled many lines by wordwrapping)
53908      Branch: cfgperl
53909            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
53910 ____________________________________________________________________________
53911 [  6204] By: jhi                                   on 2000/06/06  23:01:50
53912         Log: Subject: [PATCH] B::Bytecode patches
53913              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
53914              To: gsar@activestate.com, jhi@iki.fi
53915              Cc: perl5-porters@perl.org
53916              Message-ID: <20000602202526.48694.qmail@hotmail.com>
53917              (MUA had mangled many lines by wordwrapping)
53918      Branch: cfgperl
53919            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
53920            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
53921            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53922            ! intrpvar.h perl.c
53923 ____________________________________________________________________________
53924 [  6203] By: jhi                                   on 2000/06/06  22:32:43
53925         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
53926              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53927              Date: Tue, 06 Jun 2000 13:07:45 -0700
53928              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
53929      Branch: cfgperl
53930            ! pod/perldiag.pod
53931 ____________________________________________________________________________
53932 [  6202] By: jhi                                   on 2000/06/06  19:38:35
53933         Log: Integrate with Sarathy.
53934      Branch: cfgperl
53935           !> perl.c
53936 ____________________________________________________________________________
53937 [  6201] By: gsar                                  on 2000/06/06  00:42:59
53938         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
53939              does a PUSHMARK that's never ever POPMARKed; in general, only
53940              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
53941              Perl_eval_[sp]v() don't because they don't take any incoming
53942              arguments (this leak has been around since the original version
53943              of perl_eval_pv() in 5.003_97e)
53944      Branch: perl
53945            ! perl.c
53946 ____________________________________________________________________________
53947 [  6200] By: jhi                                   on 2000/06/04  03:44:52
53948         Log: Update to cperl-mode.el 4.31 from
53949              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
53950              Subject: A couple of notes
53951              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53952              To: Mailing list Perl5 <perl5-porters@perl.org>
53953              Date: Sat, 3 Jun 2000 23:33:32 -0400
53954              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
53955      Branch: cfgperl
53956            ! emacs/cperl-mode.el
53957 ____________________________________________________________________________
53958 [  6199] By: jhi                                   on 2000/06/03  15:11:05
53959         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
53960              From: Dan Sugalski <dan@sidhe.org>
53961              To: perl5-porters@perl.org, vmsperl@perl.org
53962              Date: Fri, 02 Jun 2000 17:30:51 -0400
53963              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
53964      Branch: cfgperl
53965            ! vms/descrip_mms.template vms/gen_shrfls.pl
53966 ____________________________________________________________________________
53967 [  6198] By: jhi                                   on 2000/06/03  14:59:15
53968         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
53969              From: Dan Sugalski <dan@sidhe.org>
53970              To: vmsperl@perl.org, perl5-porters@perl.org
53971              Date: Fri, 02 Jun 2000 16:00:41 -0400
53972              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
53973              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
53974      Branch: cfgperl
53975            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
53976            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
53977            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
53978 ____________________________________________________________________________
53979 [  6197] By: jhi                                   on 2000/06/03  14:41:30
53980         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
53981              From: John Borwick <jhborwic@unity.ncsu.edu>
53982              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
53983              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
53984      Branch: cfgperl
53985            ! pod/perlsyn.pod
53986 ____________________________________________________________________________
53987 [  6196] By: jhi                                   on 2000/06/03  14:38:09
53988         Log: Integrate with Sarathy.
53989      Branch: cfgperl
53990           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
53991           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
53992           !> vms/perly_c.vms
53993 ____________________________________________________________________________
53994 [  6195] By: gsar                                  on 2000/06/02  22:43:13
53995         Log: fix yet another eval"" leak under USE_ITHREADS
53996      Branch: perl
53997            ! op.c
53998 ____________________________________________________________________________
53999 [  6194] By: gsar                                  on 2000/06/02  18:22:06
54000         Log: fix small eval"" memory leaks under USE_ITHREADS
54001      Branch: perl
54002            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
54003            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
54004            ! vms/perly_c.vms
54005 ____________________________________________________________________________
54006 [  6193] By: jhi                                   on 2000/06/01  13:03:56
54007         Log: Signals-be-gone for microperl.
54008      Branch: cfgperl
54009            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
54010 ____________________________________________________________________________
54011 [  6192] By: jhi                                   on 2000/06/01  12:52:02
54012         Log: Integrate with Sarathy.
54013      Branch: cfgperl
54014           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
54015           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
54016           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
54017           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
54018           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
54019           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
54020           !> t/op/vec.t utils/h2xs.PL
54021 ____________________________________________________________________________
54022 [  6191] By: gsar                                  on 2000/06/01  09:38:21
54023         Log: vec() loses numericalness (modified version of patch suggested
54024              by Robin Barker)
54025      Branch: perl
54026            ! doop.c t/op/vec.t
54027 ____________________________________________________________________________
54028 [  6190] By: gsar                                  on 2000/06/01  09:26:15
54029         Log: submit missing embed.pl change
54030      Branch: perl
54031            ! embed.pl
54032 ____________________________________________________________________________
54033 [  6189] By: gsar                                  on 2000/06/01  09:05:34
54034         Log: counting tr/// corrupts later operation (from M.J.T Guy)
54035      Branch: perl
54036            ! doop.c t/op/tr.t
54037 ____________________________________________________________________________
54038 [  6188] By: gsar                                  on 2000/06/01  08:58:39
54039         Log: h2xs tweaks
54040      Branch: perl
54041            ! utils/h2xs.PL
54042 ____________________________________________________________________________
54043 [  6187] By: gsar                                  on 2000/06/01  08:50:07
54044         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
54045              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
54046      Branch: perl
54047            + lib/Pod/LaTeX.pm
54048            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
54049            ! pod/pod2latex.PL
54050 ____________________________________________________________________________
54051 [  6186] By: gsar                                  on 2000/06/01  08:24:40
54052         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
54053              <wolfgang.laun@alcatel.at>)
54054      Branch: perl
54055            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
54056            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
54057 ____________________________________________________________________________
54058 [  6185] By: gsar                                  on 2000/06/01  08:12:00
54059         Log: remove incorrect documentation about implicit split to @_ in
54060              list context, which never really worked in perl 5 (from
54061              M.J.T. Guy)
54062      Branch: perl
54063            ! pod/perlfunc.pod pod/perltrap.pod
54064 ____________________________________________________________________________
54065 [  6184] By: gsar                                  on 2000/06/01  07:52:27
54066         Log: tweak for change#6127
54067      Branch: perl
54068            ! perl.c
54069 ____________________________________________________________________________
54070 [  6183] By: gsar                                  on 2000/06/01  07:41:02
54071         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
54072              <nick@ccl4.org>)
54073      Branch: perl
54074            + t/lib/selfloader.t
54075            ! MANIFEST lib/SelfLoader.pm
54076 ____________________________________________________________________________
54077 [  6182] By: jhi                                   on 2000/06/01  00:34:42
54078         Log: Be Cleaner Part Deux.
54079      Branch: cfgperl
54080            ! Makefile.SH
54081 ____________________________________________________________________________
54082 [  6181] By: jhi                                   on 2000/06/01  00:32:09
54083         Log: Integrate with Sarathy.
54084      Branch: cfgperl
54085           !> pp.c t/op/arith.t
54086 ____________________________________________________________________________
54087 [  6180] By: jhi                                   on 2000/06/01  00:31:13
54088         Log: microperl nits from Simon Cozens.
54089      Branch: cfgperl
54090            + uconfig.h
54091            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
54092            ! unixish.h
54093 ____________________________________________________________________________
54094 [  6179] By: gsar                                  on 2000/05/31  22:37:51
54095         Log: buggy modulus on UVs introduced by change#3378 (resulted in
54096              4063328477 % 65535 amounting to 27406, instead of 27407)
54097      Branch: perl
54098            ! pp.c t/op/arith.t
54099 ____________________________________________________________________________
54100 [  6178] By: jhi                                   on 2000/05/31  21:52:41
54101         Log: Be cleaner.
54102      Branch: cfgperl
54103            ! Makefile.SH
54104 ____________________________________________________________________________
54105 [  6177] By: jhi                                   on 2000/05/31  21:47:33
54106         Log: Substitution utf8 patch from Simon Cozens.
54107      Branch: cfgperl
54108            ! pp_hot.c
54109 ____________________________________________________________________________
54110 [  6176] By: jhi                                   on 2000/05/31  21:45:34
54111         Log: Single-quoted utf8 patch from Simon Cozens.
54112      Branch: cfgperl
54113            ! toke.c
54114 ____________________________________________________________________________
54115 [  6175] By: jhi                                   on 2000/05/31  21:40:18
54116         Log: Integrate with Sarathy.
54117      Branch: cfgperl
54118           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
54119 ____________________________________________________________________________
54120 [  6174] By: jhi                                   on 2000/05/31  21:37:31
54121         Log: microperl changes from Simon Cozens; Makefile for microperl
54122              written from scratch; few casts added as microperl compilation
54123              doesn't have all prototypes available.
54124      Branch: cfgperl
54125            + Makefile.micro README.micro Todo.micro uconfig.sh
54126            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
54127            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
54128      Branch: metaconfig
54129            + U/modified/Config_h.U
54130 ____________________________________________________________________________
54131 [  6173] By: jhi                                   on 2000/05/31  20:00:24
54132         Log: metaconfig maintenance.
54133      Branch: metaconfig
54134            + U/modified/Inhdr.U U/typedefs/inotype.U
54135      Branch: metaconfig/U/perl
54136            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
54137            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
54138 ____________________________________________________________________________
54139 [  6172] By: gsar                                  on 2000/05/31  05:05:42
54140         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
54141              (from Ilya Zakharevich)
54142      Branch: perl
54143            ! regexec.c t/op/re_tests
54144 ____________________________________________________________________________
54145 [  6171] By: gsar                                  on 2000/05/31  05:01:47
54146         Log: scalar() doesn't force scalar context when used in void context
54147              (from Simon Cozens)
54148      Branch: perl
54149            ! op.c t/op/wantarray.t
54150 ____________________________________________________________________________
54151 [  6170] By: gsar                                  on 2000/05/31  04:41:33
54152         Log: change#6142 needs tweaks to tests to work where there's no symlink()
54153              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
54154      Branch: perl
54155            ! t/lib/filefind.t
54156 ____________________________________________________________________________
54157 [  6169] By: gsar                                  on 2000/05/31  04:29:49
54158         Log: integrate cfgperl contents into mainline
54159      Branch: perl
54160           +> pod/perlmodlib.PL pod/perlnewmod.pod
54161           !> (integrate 42 files)
54162 ____________________________________________________________________________
54163 [  6168] By: jhi                                   on 2000/05/30  22:53:37
54164         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
54165      Branch: cfgperl
54166            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54167            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
54168            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
54169            ! win32/config.bc win32/config.gc win32/config.vc
54170            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54171            ! win32/config_h.PL win32/config_sh.PL
54172      Branch: metaconfig/U/perl
54173            ! perlxv.U
54174 ____________________________________________________________________________
54175 [  6167] By: jhi                                   on 2000/05/30  22:20:21
54176         Log: tweak todo 
54177      Branch: cfgperl
54178            ! Todo-5.6
54179 ____________________________________________________________________________
54180 [  6166] By: jhi                                   on 2000/05/30  22:11:51
54181         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
54182              in case somebody wants to write an extension for more
54183              shadow database interfaces.
54184      Branch: cfgperl
54185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54186            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
54187            ! vos/config.def vos/config.h vos/config_h.SH_orig
54188            ! win32/config.bc win32/config.gc win32/config.vc
54189            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54190      Branch: metaconfig
54191            ! U/modified/Myinit.U
54192      Branch: metaconfig/U/perl
54193            + d_getespwnam.U d_getprpwnam.U i_prot.U
54194 ____________________________________________________________________________
54195 [  6165] By: jhi                                   on 2000/05/30  18:35:34
54196         Log: Integrate with Sarathy.
54197      Branch: cfgperl
54198           !> op.c
54199 ____________________________________________________________________________
54200 [  6164] By: jhi                                   on 2000/05/30  18:30:16
54201         Log: detypo
54202      Branch: cfgperl
54203            ! Configure config_h.SH
54204      Branch: metaconfig/U/perl
54205            ! perlxv.U
54206 ____________________________________________________________________________
54207 [  6163] By: gsar                                  on 2000/05/30  03:24:03
54208         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
54209      Branch: perl
54210            ! op.c
54211 ____________________________________________________________________________
54212 [  6162] By: gsar                                  on 2000/05/30  03:09:38
54213         Log: fix memory leak in method call optimization (change#3768);
54214              made C<eval "$x->foo()"> leak
54215      Branch: perl
54216            ! op.c
54217 ____________________________________________________________________________
54218 [  6161] By: jhi                                   on 2000/05/29  17:56:26
54219         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
54220              both from Simon Cozens.
54221      Branch: cfgperl
54222            + pod/perlmodlib.PL pod/perlnewmod.pod
54223            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
54224            ! pod/perlmodlib.pod pod/perltoc.pod
54225 ____________________________________________________________________________
54226 [  6160] By: jhi                                   on 2000/05/29  17:23:55
54227         Log: Changes for the File::Temp 0.08 (change #6159) test suite
54228              to fit better into the Perl distribution test framework.
54229      Branch: cfgperl
54230            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
54231            ! t/lib/ftmp-tempfile.t
54232 ____________________________________________________________________________
54233 [  6159] By: jhi                                   on 2000/05/29  16:55:36
54234         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
54235      Branch: cfgperl
54236            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54237            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
54238 ____________________________________________________________________________
54239 [  6158] By: bailey                                on 2000/05/29  16:22:08
54240         Log: Add fallback to tmpfile for use in cases where user's relying on
54241              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
54242              Lane's patch)
54243      Branch: vmsperl
54244            ! vms/vms.c vms/vmsish.h
54245 ____________________________________________________________________________
54246 [  6157] By: jhi                                   on 2000/05/29  03:10:36
54247         Log: Regen Configure to jive with #6149.
54248      Branch: cfgperl
54249            ! Configure
54250      Branch: metaconfig
54251            ! U/modified/Getfile.U
54252 ____________________________________________________________________________
54253 [  6156] By: jhi                                   on 2000/05/29  03:01:38
54254         Log: Integrate with Sarathy.
54255      Branch: cfgperl
54256           +> ext/DynaLoader/dl_mac.xs
54257           !> (integrate 38 files)
54258 ____________________________________________________________________________
54259 [  6155] By: gsar                                  on 2000/05/28  21:15:58
54260         Log: small bug in change#6144; remove random \xA0 character that snuck
54261              in via change#6145
54262      Branch: perl
54263            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
54264 ____________________________________________________________________________
54265 [  6154] By: gsar                                  on 2000/05/28  21:04:19
54266         Log: avoid type mismatch warning
54267      Branch: perl
54268            ! perl.c
54269 ____________________________________________________________________________
54270 [  6153] By: gsar                                  on 2000/05/28  20:58:31
54271         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
54272              <nick@Bagpuss.uk.boo.com>)
54273      Branch: perl
54274            ! lib/Test/Harness.pm
54275 ____________________________________________________________________________
54276 [  6152] By: gsar                                  on 2000/05/28  20:53:42
54277         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
54278      Branch: perl
54279            ! regexec.c
54280 ____________________________________________________________________________
54281 [  6151] By: gsar                                  on 2000/05/28  20:50:28
54282         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
54283      Branch: perl
54284            ! regexec.c
54285 ____________________________________________________________________________
54286 [  6150] By: gsar                                  on 2000/05/28  20:39:58
54287         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
54288      Branch: perl
54289            ! pod/perlrequick.pod
54290 ____________________________________________________________________________
54291 [  6149] By: gsar                                  on 2000/05/28  20:35:16
54292         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
54293              <troc@netrus.net>)
54294      Branch: perl
54295            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
54296            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
54297            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
54298            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
54299 ____________________________________________________________________________
54300 [  6148] By: gsar                                  on 2000/05/28  20:21:07
54301         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
54302      Branch: perl
54303            ! lib/ExtUtils/MM_Unix.pm
54304 ____________________________________________________________________________
54305 [  6147] By: gsar                                  on 2000/05/28  20:12:41
54306         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
54307              (from Peter Prymmer)
54308      Branch: perl
54309            ! vms/subconfigure.com
54310 ____________________________________________________________________________
54311 [  6146] By: gsar                                  on 2000/05/28  20:06:15
54312         Log: doc typo
54313      Branch: perl
54314            ! lib/warnings.pm warnings.h warnings.pl
54315 ____________________________________________________________________________
54316 [  6145] By: gsar                                  on 2000/05/28  18:44:33
54317         Log: make xsubpp skip embedded pod (from Matthias Neeracher
54318              <neeri@iis.ee.ethz.ch>)
54319      Branch: perl
54320            ! lib/ExtUtils/xsubpp
54321 ____________________________________________________________________________
54322 [  6144] By: gsar                                  on 2000/05/28  18:42:49
54323         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
54324              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
54325              <neeri@iis.ee.ethz.ch>)
54326      Branch: perl
54327            ! lib/AutoSplit.pm
54328 ____________________________________________________________________________
54329 [  6143] By: gsar                                  on 2000/05/28  18:41:12
54330         Log: MacOS support, part 1 (from Matthias Neeracher
54331              <neeri@iis.ee.ethz.ch>)
54332      Branch: perl
54333            + ext/DynaLoader/dl_mac.xs
54334            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
54335            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
54336            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
54337            ! util.h
54338 ____________________________________________________________________________
54339 [  6142] By: gsar                                  on 2000/05/28  18:21:51
54340         Log: File::Find fails to chdir when chasing symlinks (from
54341              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
54342      Branch: perl
54343            ! lib/File/Find.pm t/lib/filefind.t
54344 ____________________________________________________________________________
54345 [  6141] By: jhi                                   on 2000/05/28  14:25:15
54346         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
54347              forwarded by Peter Seebach from the bsdi-users mailing list.
54348              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
54349      Branch: perl
54350            ! hints/bsdos.sh
54351 ____________________________________________________________________________
54352 [  6140] By: jhi                                   on 2000/05/28  14:11:57
54353         Log: Integrate with Sarathy.
54354      Branch: cfgperl
54355           +> (branch 30 files)
54356           !> (integrate 93 files)
54357 ____________________________________________________________________________
54358 [  6139] By: gsar                                  on 2000/05/28  10:01:48
54359         Log: revise mktables.PL for bugs and newness in Unicode 3.0
54360              (from James Bence <jbence@amgen.com>)
54361      Branch: perl
54362            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
54363            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
54364            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
54365            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
54366            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
54367            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
54368            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
54369            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
54370            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
54371            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
54372            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
54373            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
54374            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
54375            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
54376            + lib/unicode/Is/SylWU.pl
54377            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
54378            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
54379            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
54380            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
54381            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
54382            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
54383            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
54384            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
54385            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
54386            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
54387            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
54388            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
54389            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
54390            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
54391            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
54392            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
54393            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
54394            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
54395            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
54396            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
54397            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
54398            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
54399            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
54400            ! lib/unicode/Makefile lib/unicode/mktables.PL
54401 ____________________________________________________________________________
54402 [  6138] By: gsar                                  on 2000/05/28  08:50:32
54403         Log: add note about the handling of negative indices to tied arrays
54404              (from Michael G Schwern <schwern@pobox.com>)
54405      Branch: perl
54406            ! pod/perltie.pod
54407 ____________________________________________________________________________
54408 [  6137] By: gsar                                  on 2000/05/28  08:46:10
54409         Log: fix bogus redeclaration warning for "our" variables in different
54410              scopes
54411      Branch: perl
54412            ! op.c t/pragma/strict-vars
54413 ____________________________________________________________________________
54414 [  6136] By: gsar                                  on 2000/05/28  08:31:20
54415         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
54416      Branch: perl
54417            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
54418 ____________________________________________________________________________
54419 [  6135] By: gsar                                  on 2000/05/28  08:17:50
54420         Log: enable Test::Harness to dynamically determine column width etc.
54421              (from Rob Napier <rnapier@employees.org>)
54422      Branch: perl
54423            ! lib/Test/Harness.pm
54424 ____________________________________________________________________________
54425 [  6134] By: gsar                                  on 2000/05/28  08:13:39
54426         Log: make Test::Harness use wait.h/WCOREDUMP if available
54427              (from Ben Tilly <ben_tilly@hotmail.com>)
54428      Branch: perl
54429            ! lib/Test/Harness.pm
54430 ____________________________________________________________________________
54431 [  6133] By: gsar                                  on 2000/05/28  08:08:05
54432         Log: elide bogus test in change#6132
54433      Branch: perl
54434            ! t/pragma/warn/9enabled
54435 ____________________________________________________________________________
54436 [  6132] By: gsar                                  on 2000/05/28  08:03:14
54437         Log: warnings::enabled() doesn't fall back to looking at $^W if
54438              caller isn't using lexical warnings (from Paul Marquess)
54439      Branch: perl
54440            ! pp_ctl.c t/pragma/warn/9enabled
54441 ____________________________________________________________________________
54442 [  6131] By: gsar                                  on 2000/05/28  07:57:47
54443         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
54444      Branch: perl
54445            ! ext/POSIX/POSIX.pm
54446 ____________________________________________________________________________
54447 [  6130] By: gsar                                  on 2000/05/28  07:29:12
54448         Log: fix places that mean C<"word" character> but say C<alphanumeric
54449              character>
54450      Branch: perl
54451            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
54452 ____________________________________________________________________________
54453 [  6129] By: gsar                                  on 2000/05/28  07:18:41
54454         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
54455      Branch: perl
54456            ! vms/test.com
54457 ____________________________________________________________________________
54458 [  6128] By: gsar                                  on 2000/05/28  07:12:55
54459         Log: new perlxstut example for passing/returning refs to arrays
54460              (from David Lowe <dlowe@pootpoot.com>)
54461      Branch: perl
54462            ! pod/perlxstut.pod
54463 ____________________________________________________________________________
54464 [  6127] By: gsar                                  on 2000/05/28  07:02:50
54465         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
54466              failed (from Gisle Aas)
54467      Branch: perl
54468            ! cop.h perl.c
54469 ____________________________________________________________________________
54470 [  6126] By: gsar                                  on 2000/05/28  06:39:53
54471         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
54472              (reworked variant of patch suggested by Simon Cozens)
54473      Branch: perl
54474            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
54475            ! pp_hot.c proto.h t/op/gv.t
54476 ____________________________________________________________________________
54477 [  6125] By: gsar                                  on 2000/05/28  05:14:55
54478         Log: enable propagating exception objects via Perl_croak() in XS code
54479              (from Gisle Aas)
54480      Branch: perl
54481            ! util.c
54482 ____________________________________________________________________________
54483 [  6124] By: gsar                                  on 2000/05/28  05:07:28
54484         Log: integrate vmsperl contents into mainline
54485      Branch: perl
54486           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
54487           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
54488           !> vms/vmsish.h
54489 ____________________________________________________________________________
54490 [  6123] By: gsar                                  on 2000/05/28  05:03:53
54491         Log: clarify gotcha with #line directives (from Rocco Caputo
54492              <troc@netrus.net>)
54493      Branch: perl
54494            ! pod/perldebug.pod pod/perlsyn.pod
54495 ____________________________________________________________________________
54496 [  6122] By: gsar                                  on 2000/05/28  04:58:29
54497         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
54498              (from Mark-Jason Dominus)
54499      Branch: perl
54500            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
54501            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
54502            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
54503            ! toke.c
54504 ____________________________________________________________________________
54505 [  6121] By: bailey                                on 2000/05/25  04:46:54
54506         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
54507              lists (based on fixes by Craig Berry)
54508      Branch: vmsperl
54509            ! lib/File/Spec/VMS.pm
54510 ____________________________________________________________________________
54511 [  6120] By: bailey                                on 2000/05/25  04:25:38
54512         Log: Add missing escape (Charles Lane)
54513      Branch: vmsperl
54514            ! t/op/lex_assign.t
54515 ____________________________________________________________________________
54516 [  6119] By: bailey                                on 2000/05/25  04:21:25
54517         Log: Quiet error messages in vmsish.t (Charles Lane)
54518      Branch: vmsperl
54519            ! vms/ext/vmsish.t
54520 ____________________________________________________________________________
54521 [  6118] By: bailey                                on 2000/05/25  04:17:57
54522         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
54523              Flatten case labels in switch statements uniformly (Charles Bailey)
54524      Branch: vmsperl
54525            ! vms/vms.c
54526 ____________________________________________________________________________
54527 [  6117] By: bailey                                on 2000/05/25  03:58:09
54528         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
54529      Branch: vmsperl
54530            ! vms/vmsish.h
54531 ____________________________________________________________________________
54532 [  6116] By: bailey                                on 2000/05/25  03:11:15
54533         Log: Miscellaneous cosmetic fixes (Charles Lane)
54534      Branch: vmsperl
54535            ! lib/ExtUtils/MM_VMS.pm
54536 ____________________________________________________________________________
54537 [  6115] By: bailey                                on 2000/05/25  03:10:36
54538         Log: Add bounds checking for several strings (Charles Lane)
54539      Branch: vmsperl
54540            ! vms/vms.c
54541 ____________________________________________________________________________
54542 [  6114] By: bailey                                on 2000/05/25  02:25:34
54543         Log: Urk -- undo previous removal of vmsish 'exit' change
54544      Branch: vmsperl
54545            ! vms/ext/vmsish.pm vms/vmsish.h
54546 ____________________________________________________________________________
54547 [  6113] By: bailey                                on 2000/05/24  02:24:40
54548         Log: Ugly workaround for version-specific RTL error
54549      Branch: vmsperl
54550            ! vms/vms.c
54551 ____________________________________________________________________________
54552 [  6112] By: bailey                                on 2000/05/24  02:19:55
54553         Log: Check for existence of file before trying to delete
54554      Branch: vmsperl
54555            ! vms/test.com
54556 ____________________________________________________________________________
54557 [  6111] By: bailey                                on 2000/05/23  23:35:13
54558         Log: Resync with mainline prior to post-5.6.0 updates
54559      Branch: vmsperl
54560           +> (branch 49 files)
54561            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
54562            ! vms/ext/vmsish.pm
54563           !> (integrate 334 files)
54564 ____________________________________________________________________________
54565 [  6110] By: jhi                                   on 2000/05/23  19:28:32
54566         Log: todo tweak
54567      Branch: cfgperl
54568            ! Todo-5.6
54569 ____________________________________________________________________________
54570 [  6109] By: jhi                                   on 2000/05/18  17:38:54
54571         Log: Integrate with Sarathy.
54572      Branch: cfgperl
54573           !> mg.c perl.h win32/perlhost.h
54574 ____________________________________________________________________________
54575 [  6108] By: gsar                                  on 2000/05/17  02:24:56
54576         Log: reenable fake signal handling on Windows, bugs and all
54577      Branch: perl
54578            ! mg.c perl.h win32/perlhost.h
54579 ____________________________________________________________________________
54580 [  6107] By: jhi                                   on 2000/05/15  18:01:41
54581         Log: Tweak the todo list.
54582      Branch: cfgperl
54583            ! Todo-5.6
54584 ____________________________________________________________________________
54585 [  6106] By: jhi                                   on 2000/05/15  13:41:48
54586         Log: The (Configure) script refuses to go on, after asking for
54587              'You may also choose to try maximal 64-bitness....'.
54588              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
54589              -- Patrick Zima
54590              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
54591      Branch: cfgperl
54592            ! hints/solaris_2.sh
54593 ____________________________________________________________________________
54594 [  6105] By: jhi                                   on 2000/05/11  14:37:43
54595         Log: Integrate with Sarathy.
54596      Branch: cfgperl
54597           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
54598           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
54599 ____________________________________________________________________________
54600 [  6104] By: gsar                                  on 2000/05/11  03:39:07
54601         Log: PL_sys_intern was being initialized too late on windows
54602      Branch: perl
54603            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
54604            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
54605 ____________________________________________________________________________
54606 [  6103] By: jhi                                   on 2000/05/09  19:42:20
54607         Log: Test tweaking for Unicos continues.
54608      Branch: cfgperl
54609            ! t/op/64bitint.t
54610 ____________________________________________________________________________
54611 [  6102] By: jhi                                   on 2000/05/09  16:47:27
54612         Log: The test suite tweak in #6101 wasn't quite right.
54613      Branch: cfgperl
54614            ! t/lib/complex.t
54615 ____________________________________________________________________________
54616 [  6101] By: jhi                                   on 2000/05/09  15:35:34
54617         Log: Hints and test tweaks for Unicos.
54618      Branch: cfgperl
54619            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
54620 ____________________________________________________________________________
54621 [  6100] By: jhi                                   on 2000/05/08  21:15:06
54622         Log: More compilation tweakery from Allen Smith.
54623      Branch: cfgperl
54624            ! hints/irix_6.sh
54625 ____________________________________________________________________________
54626 [  6099] By: jhi                                   on 2000/05/08  19:21:18
54627         Log: Tweaks for the cc bugs from Allen Smith.
54628      Branch: cfgperl
54629            ! hints/irix_6.sh
54630 ____________________________________________________________________________
54631 [  6098] By: jhi                                   on 2000/05/08  19:13:37
54632         Log: Add a note about other, yet unsupported, shadow password APIs.
54633      Branch: cfgperl
54634            ! pp_sys.c
54635 ____________________________________________________________________________
54636 [  6097] By: jhi                                   on 2000/05/08  18:46:34
54637         Log: Add a note about possible compilation problems from Allen Smith.
54638      Branch: cfgperl
54639            ! hints/irix_6.sh
54640 ____________________________________________________________________________
54641 [  6096] By: jhi                                   on 2000/05/08  17:33:10
54642         Log: Integrate with Sarathy.
54643      Branch: cfgperl
54644           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
54645           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
54646 ____________________________________________________________________________
54647 [  6095] By: jhi                                   on 2000/05/08  16:21:33
54648         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
54649              might be useful in future.
54650      Branch: cfgperl
54651            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54652            ! config_h.SH
54653      Branch: metaconfig
54654            ! U/installdirs/inc_version_list.U
54655      Branch: metaconfig/U/perl
54656            ! perlxv.U
54657 ____________________________________________________________________________
54658 [  6094] By: gsar                                  on 2000/05/08  14:22:22
54659         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
54660      Branch: perl
54661            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
54662            ! hints/cygwin.sh pp_sys.c
54663 ____________________________________________________________________________
54664 [  6093] By: gsar                                  on 2000/05/08  12:52:28
54665         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
54666              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
54667      Branch: perl
54668            ! pp_sys.c sv.c win32/perlhost.h
54669 ____________________________________________________________________________
54670 [  6092] By: jhi                                   on 2000/05/07  22:40:34
54671         Log: Regen perltoc with the fixed buildtoc.
54672      Branch: cfgperl
54673            ! pod/perltoc.pod
54674 ____________________________________________________________________________
54675 [  6091] By: jhi                                   on 2000/05/07  22:24:16
54676         Log: Integrate with Sarathy.
54677      Branch: cfgperl
54678           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
54679           !> t/op/substr.t toke.c
54680 ____________________________________________________________________________
54681 [  6090] By: gsar                                  on 2000/05/07  19:47:07
54682         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
54683              [NI]OK; added tests for both
54684      Branch: perl
54685            ! perl.c pp_hot.c sv.c t/op/substr.t
54686 ____________________________________________________________________________
54687 [  6089] By: gsar                                  on 2000/05/07  18:18:38
54688         Log: buildtoc tweak to fix newline lossage
54689      Branch: perl
54690            ! pod/buildtoc
54691 ____________________________________________________________________________
54692 [  6088] By: jhi                                   on 2000/05/07  16:35:36
54693         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
54694              because we do not use those.  The HAS_GETSPNAM remains,
54695              though, because we still do use that.
54696      Branch: cfgperl
54697            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54698            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
54699            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
54700            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
54701            ! win32/config.vc win32/config_H.bc win32/config_H.gc
54702            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
54703 ____________________________________________________________________________
54704 [  6087] By: gsar                                  on 2000/05/07  16:05:16
54705         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
54706      Branch: perl
54707            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
54708 ____________________________________________________________________________
54709 [  6086] By: jhi                                   on 2000/05/07  15:27:07
54710         Log: Integrate with Sarathy.
54711      Branch: cfgperl
54712           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54713           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
54714           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
54715           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
54716           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
54717           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
54718 ____________________________________________________________________________
54719 [  6085] By: gsar                                  on 2000/05/07  05:52:02
54720         Log: repeat operator (x) doesn't preserve utf8-ness
54721      Branch: perl
54722            ! pp.c t/op/substr.t
54723 ____________________________________________________________________________
54724 [  6084] By: gsar                                  on 2000/05/07  05:39:55
54725         Log: substr() does not preserve utf8-ness (from Stefan Eissing
54726              <Eissing@medicaldataservice.de>); added tests
54727      Branch: perl
54728            ! pp.c t/op/substr.t
54729 ____________________________________________________________________________
54730 [  6083] By: gsar                                  on 2000/05/07  05:24:46
54731         Log: note about undocumented caller() return value (from M.J.T. Guy);
54732              yet another peek.t tweak
54733      Branch: perl
54734            ! pod/perlfunc.pod t/lib/peek.t
54735 ____________________________________________________________________________
54736 [  6082] By: gsar                                  on 2000/05/07  05:08:40
54737         Log: peek.t non-portable to ithreads
54738      Branch: perl
54739            ! t/lib/peek.t
54740 ____________________________________________________________________________
54741 [  6081] By: gsar                                  on 2000/05/07  04:17:04
54742         Log: better default perlbug categories for ok reports (from Richard Foley)
54743      Branch: perl
54744            ! utils/perlbug.PL
54745 ____________________________________________________________________________
54746 [  6080] By: gsar                                  on 2000/05/07  04:08:07
54747         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
54748              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
54749      Branch: perl
54750            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54751            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
54752            ! AUTHORS MAINTAIN MANIFEST
54753 ____________________________________________________________________________
54754 [  6079] By: gsar                                  on 2000/05/07  04:01:38
54755         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
54756      Branch: perl
54757            ! lib/Carp/Heavy.pm
54758 ____________________________________________________________________________
54759 [  6078] By: gsar                                  on 2000/05/07  01:24:19
54760         Log: workaround for CRT bug in chdir() (from Charles Lane, via
54761              Peter Prymmer)
54762      Branch: perl
54763            ! iperlsys.h vms/vms.c vms/vmsish.h
54764 ____________________________________________________________________________
54765 [  6077] By: gsar                                  on 2000/05/07  01:22:23
54766         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
54767              and Tom Phoenix)
54768      Branch: perl
54769            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
54770 ____________________________________________________________________________
54771 [  6076] By: gsar                                  on 2000/05/06  17:36:29
54772         Log: integrate cfgperl contents into mainline
54773      Branch: perl
54774           +> t/lib/peek.t
54775           !> Configure MANIFEST Porting/Glossary Porting/config.sh
54776           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
54777           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
54778           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
54779 ____________________________________________________________________________
54780 [  6075] By: jhi                                   on 2000/05/05  18:56:10
54781         Log: Make the test more portable.
54782      Branch: cfgperl
54783            ! t/lib/peek.t
54784 ____________________________________________________________________________
54785 [  6074] By: jhi                                   on 2000/05/05  18:49:20
54786         Log: Introduce t/lib/peek.t.
54787      Branch: cfgperl
54788            + t/lib/peek.t
54789            ! MANIFEST
54790 ____________________________________________________________________________
54791 [  6073] By: jhi                                   on 2000/05/05  14:30:45
54792         Log: Complex tweaks.
54793      Branch: cfgperl
54794            ! lib/Math/Complex.pm t/lib/complex.t
54795 ____________________________________________________________________________
54796 [  6072] By: jhi                                   on 2000/05/05  12:27:13
54797         Log: Integrate with Sarathy.
54798      Branch: cfgperl
54799           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
54800           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
54801           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
54802           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
54803 ____________________________________________________________________________
54804 [  6071] By: gsar                                  on 2000/05/05  02:24:46
54805         Log: misformatted perllocal.pod (from Tim Jenness
54806              <t.jenness@jach.hawaii.edu>)
54807      Branch: perl
54808            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
54809 ____________________________________________________________________________
54810 [  6070] By: gsar                                  on 2000/05/05  02:16:52
54811         Log: remove misleading comment (from M.J.T. Guy)
54812      Branch: perl
54813            ! t/lib/anydbm.t
54814 ____________________________________________________________________________
54815 [  6069] By: gsar                                  on 2000/05/05  02:15:13
54816         Log: File::Spec compatibility update (from Barrie Slaymaker
54817              <barries@slaysys.com>)
54818      Branch: perl
54819            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
54820            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
54821 ____________________________________________________________________________
54822 [  6068] By: gsar                                  on 2000/05/05  02:01:50
54823         Log: note about values()
54824      Branch: perl
54825            ! pod/perlfunc.pod
54826 ____________________________________________________________________________
54827 [  6067] By: gsar                                  on 2000/05/05  01:33:09
54828         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
54829      Branch: perl
54830            ! win32/win32.c
54831 ____________________________________________________________________________
54832 [  6066] By: gsar                                  on 2000/05/05  01:23:43
54833         Log: s/END/CHECK/
54834      Branch: perl
54835            ! perl.c
54836 ____________________________________________________________________________
54837 [  6065] By: jhi                                   on 2000/05/04  17:30:22
54838         Log: Integrate with Sarathy.
54839      Branch: cfgperl
54840           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
54841 ____________________________________________________________________________
54842 [  6064] By: gsar                                  on 2000/05/04  17:26:14
54843         Log: change#5905 wasn't quite right--it's intent only applies when arguments
54844              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
54845      Branch: perl
54846            ! pp_sys.c sv.c
54847 ____________________________________________________________________________
54848 [  6063] By: gsar                                  on 2000/05/04  16:52:29
54849         Log: tokeq() could read unallocated field in argument
54850      Branch: perl
54851            ! toke.c
54852 ____________________________________________________________________________
54853 [  6062] By: gsar                                  on 2000/05/04  16:34:51
54854         Log: additional tests for utf8.t
54855      Branch: perl
54856            ! t/pragma/utf8.t
54857 ____________________________________________________________________________
54858 [  6061] By: gsar                                  on 2000/05/04  16:09:28
54859         Log: change#5921 neglected to make eq honor "use bytes"
54860      Branch: perl
54861            ! sv.c
54862 ____________________________________________________________________________
54863 [  6060] By: jhi                                   on 2000/05/04  15:30:16
54864         Log: Integrate with Sarathy.
54865      Branch: cfgperl
54866           !> perl.c regcomp.c t/pragma/utf8.t
54867 ____________________________________________________________________________
54868 [  6059] By: jhi                                   on 2000/05/04  15:26:37
54869         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
54870              in natively 64-bit platforms where a long is a quad (no need
54871              for long longs).  Also added bias for IVs.
54872      Branch: cfgperl
54873            ! toke.c
54874 ____________________________________________________________________________
54875 [  6058] By: gsar                                  on 2000/05/04  00:19:14
54876         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
54877              (spotted by Donald Kinzer <dkinzer@premia.com>)
54878      Branch: perl
54879            ! perl.c
54880 ____________________________________________________________________________
54881 [  6057] By: gsar                                  on 2000/05/03  18:34:01
54882         Log: fix broken parsing of /\x{ab}/
54883      Branch: perl
54884            ! regcomp.c t/pragma/utf8.t
54885 ____________________________________________________________________________
54886 [  6056] By: jhi                                   on 2000/05/03  17:57:16
54887         Log: The search of infinity continues, this time simplified.
54888      Branch: cfgperl
54889            ! lib/Math/Complex.pm
54890 ____________________________________________________________________________
54891 [  6055] By: jhi                                   on 2000/05/03  17:45:30
54892         Log: Detypo.
54893      Branch: cfgperl
54894            ! hints/unicos.sh
54895 ____________________________________________________________________________
54896 [  6054] By: jhi                                   on 2000/05/02  22:28:27
54897         Log: Be more forgiving in POSIX about HUGE_VALL.
54898      Branch: cfgperl
54899            ! ext/POSIX/POSIX.xs
54900 ____________________________________________________________________________
54901 [  6053] By: jhi                                   on 2000/05/02  22:25:05
54902         Log: Integrate with Sarathy.
54903      Branch: cfgperl
54904           !> hints/irix_6.sh pod/perlop.pod
54905 ____________________________________________________________________________
54906 [  6052] By: jhi                                   on 2000/05/02  22:24:31
54907         Log: Unicos hint tweak.
54908      Branch: cfgperl
54909            ! hints/unicos.sh
54910 ____________________________________________________________________________
54911 [  6051] By: jhi                                   on 2000/05/02  22:21:26
54912         Log: Complex tweakery.
54913      Branch: cfgperl
54914            ! lib/Math/Complex.pm t/lib/complex.t
54915 ____________________________________________________________________________
54916 [  6050] By: jhi                                   on 2000/05/02  19:26:22
54917         Log: Use setxxent()/endxxent().
54918      Branch: cfgperl
54919            ! t/op/grent.t t/op/pwent.t
54920 ____________________________________________________________________________
54921 [  6049] By: jhi                                   on 2000/05/02  19:06:02
54922         Log: Test both the scalar and list contexts.
54923      Branch: cfgperl
54924            ! t/op/grent.t t/op/pwent.t
54925 ____________________________________________________________________________
54926 [  6048] By: gsar                                  on 2000/05/02  18:29:10
54927         Log: add note about how $( doesn't interpolate in REs (from
54928              Philip Newton <newton@ficus.frogspace.net>)
54929      Branch: perl
54930            ! pod/perlop.pod
54931 ____________________________________________________________________________
54932 [  6047] By: jhi                                   on 2000/05/02  17:41:24
54933         Log: Call getspnam() only iff needd.
54934      Branch: cfgperl
54935            ! pp_sys.c
54936 ____________________________________________________________________________
54937 [  6046] By: gsar                                  on 2000/05/02  17:07:25
54938         Log: libscheck has insufficient checks for n32 libs (from
54939              Albert Chin-A-Young <china@thewrittenword.com>)
54940      Branch: perl
54941            ! hints/irix_6.sh
54942 ____________________________________________________________________________
54943 [  6045] By: jhi                                   on 2000/05/02  13:57:17
54944         Log: Integrate with Sarathy.
54945      Branch: cfgperl
54946           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
54947           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
54948 ____________________________________________________________________________
54949 [  6044] By: gsar                                  on 2000/05/02  06:48:19
54950         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
54951              such that underscores are only ignored in literal numbers,
54952              "\x{...}", and hex/oct argument
54953      Branch: perl
54954            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
54955 ____________________________________________________________________________
54956 [  6043] By: gsar                                  on 2000/05/02  02:22:29
54957         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
54958      Branch: perl
54959            ! pod/perlretut.pod
54960 ____________________________________________________________________________
54961 [  6042] By: gsar                                  on 2000/05/02  02:17:51
54962         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
54963      Branch: perl
54964            ! pod/perltrap.pod
54965 ____________________________________________________________________________
54966 [  6041] By: gsar                                  on 2000/05/02  01:53:51
54967         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
54968              to compensate
54969      Branch: perl
54970            ! Porting/makerel
54971 ____________________________________________________________________________
54972 [  6040] By: gsar                                  on 2000/05/02  01:51:57
54973         Log: missing files in MANIFEST
54974      Branch: perl
54975            ! MANIFEST
54976 ____________________________________________________________________________
54977 [  6039] By: jhi                                   on 2000/05/02  00:36:46
54978         Log: Infinite problems.
54979      Branch: cfgperl
54980            ! lib/Math/Complex.pm
54981 ____________________________________________________________________________
54982 [  6038] By: jhi                                   on 2000/05/02  00:06:38
54983         Log: pwent/spent #ifdef imbalance.
54984      Branch: cfgperl
54985            ! pp_sys.c
54986 ____________________________________________________________________________
54987 [  6037] By: jhi                                   on 2000/05/01  22:50:11
54988         Log: Use HUGE_VALL if applicable.
54989      Branch: cfgperl
54990            ! ext/POSIX/POSIX.xs util.c
54991 ____________________________________________________________________________
54992 [  6036] By: jhi                                   on 2000/05/01  22:20:53
54993         Log: Correct Freudian slip.
54994      Branch: cfgperl
54995            ! pp_sys.c
54996 ____________________________________________________________________________
54997 [  6035] By: jhi                                   on 2000/05/01  21:07:38
54998         Log: Continue on the pwent/spent case.
54999      Branch: cfgperl
55000            ! pp_sys.c
55001 ____________________________________________________________________________
55002 [  6034] By: jhi                                   on 2000/05/01  17:45:14
55003         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
55004              adjustments in 6032 conflicted badly with this, will have
55005              to revisit them later.
55006      Branch: cfgperl
55007           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
55008           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
55009           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
55010           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
55011           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
55012           !> t/lib/cgi-html.t t/lib/cgi-request.t
55013 ____________________________________________________________________________
55014 [  6033] By: jhi                                   on 2000/05/01  17:40:49
55015         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
55016      Branch: cfgperl
55017            ! pp_sys.c
55018 ____________________________________________________________________________
55019 [  6032] By: gsar                                  on 2000/05/01  15:56:32
55020         Log: whitespace adjustments
55021      Branch: perl
55022            ! pp_sys.c
55023 ____________________________________________________________________________
55024 [  6031] By: gsar                                  on 2000/05/01  15:19:41
55025         Log: small nits in diagnostics.pm (from Robin Barker)
55026      Branch: perl
55027            ! lib/diagnostics.pm pod/perldiag.pod
55028 ____________________________________________________________________________
55029 [  6030] By: gsar                                  on 2000/05/01  08:39:18
55030         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
55031              for @- and @+ (from Johan Vromans)
55032      Branch: perl
55033            ! lib/English.pm pod/perlvar.pod
55034 ____________________________________________________________________________
55035 [  6029] By: gsar                                  on 2000/05/01  08:16:10
55036         Log: add CGI.pm v2.66 (from Lincoln Stein)
55037      Branch: perl
55038            + lib/CGI/Util.pm t/lib/cgi-pretty.t
55039            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
55040            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
55041            ! t/lib/cgi-html.t t/lib/cgi-request.t
55042 ____________________________________________________________________________
55043 [  6028] By: gsar                                  on 2000/05/01  06:34:41
55044         Log: Pod::Man generates groff-incompatible macro definition (from
55045              Tom Christiansen)
55046      Branch: perl
55047            ! lib/Pod/Man.pm
55048 ____________________________________________________________________________
55049 [  6027] By: gsar                                  on 2000/05/01  06:31:36
55050         Log: podlators-1.02 update (from Russ Allbery)
55051      Branch: perl
55052            ! lib/Pod/Man.pm lib/Pod/Text.pm
55053 ____________________________________________________________________________
55054 [  6026] By: jhi                                   on 2000/04/30  23:24:23
55055         Log: Integrate with Sarathy.
55056      Branch: cfgperl
55057           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
55058           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
55059           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55060           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55061           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
55062           !> t/lib/syslog.t toke.c win32/win32.h
55063 ____________________________________________________________________________
55064 [  6025] By: gsar                                  on 2000/04/30  18:17:47
55065         Log: Is{Alnum,Alpha,Word} don't match titlecase
55066              
55067              TODO: IsSpace is defined recursively!
55068              
55069              (both spotted by Larry)
55070      Branch: perl
55071            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55072            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55073 ____________________________________________________________________________
55074 [  6024] By: gsar                                  on 2000/04/30  17:50:19
55075         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
55076              (from Hugo van der Sanden)
55077      Branch: perl
55078            ! toke.c
55079 ____________________________________________________________________________
55080 [  6023] By: gsar                                  on 2000/04/30  17:14:43
55081         Log: debugger stomps on $. (from M.J.T. Guy)
55082      Branch: perl
55083            ! lib/perl5db.pl
55084 ____________________________________________________________________________
55085 [  6022] By: gsar                                  on 2000/04/30  16:59:22
55086         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
55087      Branch: perl
55088            ! sv.c
55089 ____________________________________________________________________________
55090 [  6021] By: gsar                                  on 2000/04/29  21:00:08
55091         Log: remove Win2K issue in pod (fixed by change#6020)
55092      Branch: perl
55093            ! README.win32 pod/perl56delta.pod
55094 ____________________________________________________________________________
55095 [  6020] By: gsar                                  on 2000/04/29  20:51:49
55096         Log: test tweak
55097      Branch: perl
55098            ! t/lib/open3.t
55099 ____________________________________________________________________________
55100 [  6019] By: gsar                                  on 2000/04/29  20:34:27
55101         Log: windows portability tweaks
55102      Branch: perl
55103            ! t/lib/b.t win32/win32.h
55104 ____________________________________________________________________________
55105 [  6018] By: gsar                                  on 2000/04/29  19:55:24
55106         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
55107              make _PATH_LOG() return "" if unavailable
55108      Branch: perl
55109            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
55110            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
55111 ____________________________________________________________________________
55112 [  6017] By: jhi                                   on 2000/04/28  22:49:46
55113         Log: Integrate with Sarathy.
55114      Branch: cfgperl
55115           !> op.c perl.c pod/perldiag.pod t/lib/b.t
55116 ____________________________________________________________________________
55117 [  6016] By: jhi                                   on 2000/04/28  22:46:14
55118         Log: Do not warn that an infinity does not look like a number.
55119      Branch: cfgperl
55120            ! sv.c
55121 ____________________________________________________________________________
55122 [  6015] By: gsar                                  on 2000/04/28  22:35:49
55123         Log: tweak test for portability
55124      Branch: perl
55125            ! t/lib/b.t
55126 ____________________________________________________________________________
55127 [  6014] By: gsar                                  on 2000/04/28  22:05:31
55128         Log: glob() loading File::Glob behind the scenes may cause syntax errors
55129      Branch: perl
55130            ! op.c
55131 ____________________________________________________________________________
55132 [  6013] By: gsar                                  on 2000/04/28  21:25:22
55133         Log: tweak change#5945 to display correct switch name in diagnostic
55134      Branch: perl
55135            ! perl.c pod/perldiag.pod
55136 ____________________________________________________________________________
55137 [  6012] By: jhi                                   on 2000/04/28  21:08:12
55138         Log: Integrate with Sarathy.
55139      Branch: cfgperl
55140           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
55141           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
55142           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
55143 ____________________________________________________________________________
55144 [  6011] By: jhi                                   on 2000/04/28  21:04:46
55145         Log: &HUGE_VAL is not defined, it exists.
55146      Branch: cfgperl
55147            ! lib/Math/Complex.pm
55148 ____________________________________________________________________________
55149 [  6010] By: gsar                                  on 2000/04/28  21:02:58
55150         Log: clarify note about shadow password support (from
55151              gellyfish@gellyfish.com)
55152      Branch: perl
55153            ! pod/perlfunc.pod
55154 ____________________________________________________________________________
55155 [  6009] By: gsar                                  on 2000/04/28  21:00:00
55156         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
55157      Branch: perl
55158            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
55159 ____________________________________________________________________________
55160 [  6008] By: gsar                                  on 2000/04/28  20:56:33
55161         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
55162      Branch: perl
55163            ! installperl vms/subconfigure.com
55164 ____________________________________________________________________________
55165 [  6007] By: gsar                                  on 2000/04/28  20:51:21
55166         Log: note about compile failures and END blocks (from M.J.T. Guy)
55167      Branch: perl
55168            ! pod/perl56delta.pod pod/perlmod.pod
55169 ____________________________________________________________________________
55170 [  6006] By: jhi                                   on 2000/04/28  20:42:14
55171         Log: Regen Configure.
55172      Branch: cfgperl
55173            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55174            ! config_h.SH
55175 ____________________________________________________________________________
55176 [  6005] By: gsar                                  on 2000/04/28  20:41:16
55177         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
55178      Branch: perl
55179            ! utils/perldoc.PL
55180 ____________________________________________________________________________
55181 [  6004] By: jhi                                   on 2000/04/28  20:28:21
55182         Log: Integrate with Sarathy.
55183      Branch: cfgperl
55184           !> Configure INSTALL Porting/Glossary Porting/config.sh
55185           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
55186           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
55187           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
55188           !> win32/config.vc win32/win32.c
55189 ____________________________________________________________________________
55190 [  6003] By: gsar                                  on 2000/04/28  20:11:20
55191         Log: allow REG_EXPAND_SZ keys in Windows registry (from
55192              John Clayton <John.Clayton@barclayscapital.com>)
55193      Branch: perl
55194            ! win32/win32.c
55195 ____________________________________________________________________________
55196 [  6002] By: gsar                                  on 2000/04/28  19:34:16
55197         Log: destructive sv_setsv() can lose UV-ness from source, causing
55198              numeric promotions/comparisons to fail to do the right thing
55199      Branch: perl
55200            ! sv.c
55201 ____________________________________________________________________________
55202 [  6001] By: gsar                                  on 2000/04/28  18:44:15
55203         Log: support additional library locations via $Config{otherlibdirs}
55204              (from Andy Dougherty)
55205      Branch: perl
55206            ! Configure INSTALL Porting/Glossary Porting/config.sh
55207            ! Porting/config_H config_h.SH epoc/config.sh perl.c
55208            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
55209            ! win32/config.bc win32/config.gc win32/config.vc
55210 ____________________________________________________________________________
55211 [  6000] By: gsar                                  on 2000/04/28  18:26:58
55212         Log: reworked otherlibdirs.U (from Andy Dougherty)
55213      Branch: metaconfig
55214            ! U/installdirs/otherlibdirs.U
55215 ____________________________________________________________________________
55216 [  5999] By: gsar                                  on 2000/04/28  18:17:07
55217         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
55218      Branch: perl
55219            ! t/pragma/warn/toke toke.c
55220 ____________________________________________________________________________
55221 [  5998] By: jhi                                   on 2000/04/28  13:32:17
55222         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
55223      Branch: cfgperl
55224            ! lib/Math/Complex.pm
55225 ____________________________________________________________________________
55226 [  5997] By: jhi                                   on 2000/04/28  13:14:04
55227         Log: Preserve $!.
55228      Branch: cfgperl
55229            ! lib/Math/Complex.pm
55230 ____________________________________________________________________________
55231 [  5996] By: jhi                                   on 2000/04/28  12:59:23
55232         Log: Integrate with Sarathy.
55233      Branch: cfgperl
55234           +> pod/perlrequick.pod pod/perlretut.pod
55235           !> (integrate 51 files)
55236 ____________________________________________________________________________
55237 [  5995] By: gsar                                  on 2000/04/28  09:37:36
55238         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
55239      Branch: perl
55240            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
55241 ____________________________________________________________________________
55242 [  5994] By: gsar                                  on 2000/04/28  09:33:26
55243         Log: fix for missed accounting for null byte in pack("Z",...) (from
55244              M.J.T. Guy)
55245      Branch: perl
55246            ! pp.c t/op/pack.t
55247 ____________________________________________________________________________
55248 [  5993] By: gsar                                  on 2000/04/28  09:30:05
55249         Log: various minor tweaks seen on p5p
55250      Branch: perl
55251            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
55252 ____________________________________________________________________________
55253 [  5992] By: gsar                                  on 2000/04/28  09:08:19
55254         Log: pod nit (from Simon Cozens)
55255      Branch: perl
55256            ! pod/perlop.pod
55257 ____________________________________________________________________________
55258 [  5991] By: gsar                                  on 2000/04/28  09:06:36
55259         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
55260      Branch: perl
55261            ! README.posix-bc hints/posix-bc.sh
55262 ____________________________________________________________________________
55263 [  5990] By: gsar                                  on 2000/04/28  08:54:52
55264         Log: use $ENV{LIB} to search for libs under Visual C compiler
55265              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
55266      Branch: perl
55267            ! lib/ExtUtils/Liblist.pm
55268 ____________________________________________________________________________
55269 [  5989] By: gsar                                  on 2000/04/28  08:27:12
55270         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
55271              itself and no other (from Tom Hughes)
55272      Branch: perl
55273            ! t/op/array.t toke.c
55274 ____________________________________________________________________________
55275 [  5988] By: gsar                                  on 2000/04/28  08:01:38
55276         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
55277              <paul@miraclefish.com>)
55278      Branch: perl
55279            ! lib/ExtUtils/MakeMaker.pm
55280 ____________________________________________________________________________
55281 [  5987] By: gsar                                  on 2000/04/28  07:53:09
55282         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
55283      Branch: perl
55284            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
55285 ____________________________________________________________________________
55286 [  5986] By: gsar                                  on 2000/04/28  07:44:17
55287         Log: add regular expressions tutorial and quick-start guide (from
55288              Mark Kvale <kvale@phy.ucsf.edu>)
55289      Branch: perl
55290            + pod/perlrequick.pod pod/perlretut.pod
55291            ! AUTHORS MAINTAIN MANIFEST
55292 ____________________________________________________________________________
55293 [  5985] By: gsar                                  on 2000/04/28  07:30:28
55294         Log: forked child may not exit correctly if it failed to open
55295              /dev/console (from Graham Barr)
55296      Branch: perl
55297            ! ext/Sys/Syslog/Syslog.pm
55298 ____________________________________________________________________________
55299 [  5984] By: gsar                                  on 2000/04/28  07:27:20
55300         Log: attributes::reftype() doesn't work on tied argument
55301      Branch: perl
55302            ! xsutils.c
55303 ____________________________________________________________________________
55304 [  5983] By: gsar                                  on 2000/04/28  07:15:04
55305         Log: numeric conversion of non-number in change#3378 tramples on
55306              OOK offset, causing segfaults
55307      Branch: perl
55308            ! sv.c
55309 ____________________________________________________________________________
55310 [  5982] By: gsar                                  on 2000/04/28  04:48:25
55311         Log: avoid error in IO::Socket::INET when given an unknown service name
55312              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
55313      Branch: perl
55314            ! ext/IO/lib/IO/Socket/INET.pm
55315 ____________________________________________________________________________
55316 [  5981] By: gsar                                  on 2000/04/28  04:31:31
55317         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
55318              prototype mismatch with CORE::glob(); update pod and tests to
55319              suit (File::Glob::glob() is still available for backward
55320              compatibility, but should be considered deprecated)
55321      Branch: perl
55322            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
55323            ! t/lib/glob-taint.t
55324 ____________________________________________________________________________
55325 [  5980] By: gsar                                  on 2000/04/28  03:47:29
55326         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
55327              <ghudson@mit.edu>)
55328      Branch: metaconfig
55329            ! U/modified/Options.U
55330      Branch: perl
55331            ! Configure
55332 ____________________________________________________________________________
55333 [  5979] By: gsar                                  on 2000/04/28  03:07:54
55334         Log: under useithreads, constant pad entries could inadvertantly be
55335              shared across threads (from Eric Blood <eblood@xmission.com>);
55336              added Eric's test case to testsuite
55337      Branch: perl
55338            ! op.c t/op/misc.t
55339 ____________________________________________________________________________
55340 [  5978] By: gsar                                  on 2000/04/27  21:13:00
55341         Log: sync version numbers in File::Spec with the ones on CPAN
55342              (from Barrie Slaymaker)
55343      Branch: perl
55344            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
55345            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
55346            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55347 ____________________________________________________________________________
55348 [  5977] By: gsar                                  on 2000/04/27  21:07:29
55349         Log: autoquote barewords followed by newline and arrow properly
55350              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
55351      Branch: perl
55352            ! t/pragma/warn/toke toke.c
55353 ____________________________________________________________________________
55354 [  5976] By: gsar                                  on 2000/04/27  20:41:20
55355         Log: DB_File v1.73 update (from Paul Marquess)
55356      Branch: perl
55357            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
55358            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
55359 ____________________________________________________________________________
55360 [  5975] By: gsar                                  on 2000/04/27  20:34:24
55361         Log: allow sort() reentrancy (variant of patch suggested by
55362              Hugo van der Sanden)
55363      Branch: perl
55364            ! pp_ctl.c t/op/sort.t
55365 ____________________________________________________________________________
55366 [  5974] By: gsar                                  on 2000/04/27  19:46:57
55367         Log: change#4197 somehow missed initializing PL_errors, meaning
55368              sytax error queueing wasn't working outside eval"" at all;
55369              also fixed eval"" to localize PL_error_count, so that compile-time
55370              eval's don't clobber the error state of the outer context
55371      Branch: perl
55372            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
55373            ! t/pragma/warn/toke
55374 ____________________________________________________________________________
55375 [  5973] By: gsar                                  on 2000/04/27  18:29:05
55376         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
55377      Branch: perl
55378            ! regcomp.c regexec.c t/op/re_tests
55379 ____________________________________________________________________________
55380 [  5972] By: jhi                                   on 2000/04/27  18:22:41
55381         Log: Integrate with Sarathy.
55382      Branch: cfgperl
55383           +> t/lib/b.t t/lib/syslog.t
55384           !> (integrate 31 files)
55385 ____________________________________________________________________________
55386 [  5971] By: jhi                                   on 2000/04/27  18:18:46
55387         Log: Unicos tweaks from Mark P. Lutz.
55388      Branch: cfgperl
55389            ! hints/unicos.sh lib/Math/Complex.pm
55390 ____________________________________________________________________________
55391 [  5970] By: gsar                                  on 2000/04/27  18:05:11
55392         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
55393              IV is >32bits
55394      Branch: perl
55395            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
55396 ____________________________________________________________________________
55397 [  5969] By: gsar                                  on 2000/04/27  17:50:56
55398         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
55399      Branch: perl
55400            + t/lib/syslog.t
55401            ! MANIFEST ext/Sys/Syslog/Syslog.pm
55402 ____________________________________________________________________________
55403 [  5968] By: gsar                                  on 2000/04/27  17:44:49
55404         Log: tolerate spaces in group names in test on solaris (from David Boyce
55405              <dsb@boyski.com>)
55406      Branch: perl
55407            ! t/op/groups.t
55408 ____________________________________________________________________________
55409 [  5967] By: gsar                                  on 2000/04/27  17:41:22
55410         Log: improved docs on the warn_uninit diagnostic (from David Glasser
55411              and Simon Cozens)
55412      Branch: perl
55413            ! pod/perldiag.pod
55414 ____________________________________________________________________________
55415 [  5966] By: gsar                                  on 2000/04/27  16:54:58
55416         Log: add testsuite for B backends, fix bug in B::Deparse (from
55417              Simon Cozens <simon@brecon.co.uk>)
55418      Branch: perl
55419            + t/lib/b.t
55420            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
55421 ____________________________________________________________________________
55422 [  5965] By: gsar                                  on 2000/04/27  16:10:37
55423         Log: avoid "will not stay shared" warnings for our variables (from
55424              Robin Barker)
55425      Branch: perl
55426            ! op.c t/pragma/warn/op
55427 ____________________________________________________________________________
55428 [  5964] By: gsar                                  on 2000/04/27  07:05:05
55429         Log: reformat to 72 columns (again)
55430      Branch: perl
55431            ! pod/perldiag.pod
55432 ____________________________________________________________________________
55433 [  5963] By: gsar                                  on 2000/04/27  06:28:31
55434         Log: patch from Larry to make (\&) prototype work; added tests for
55435              the same
55436      Branch: perl
55437            ! op.c t/comp/proto.t
55438 ____________________________________________________________________________
55439 [  5962] By: gsar                                  on 2000/04/27  06:15:47
55440         Log: updated README.hpux (from Jeff Okamoto)
55441      Branch: perl
55442            ! README.hpux
55443 ____________________________________________________________________________
55444 [  5961] By: gsar                                  on 2000/04/27  05:55:03
55445         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
55446      Branch: perl
55447            ! emacs/cperl-mode.el
55448 ____________________________________________________________________________
55449 [  5960] By: gsar                                  on 2000/04/27  05:49:26
55450         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
55451      Branch: perl
55452            ! INSTALL
55453 ____________________________________________________________________________
55454 [  5959] By: gsar                                  on 2000/04/27  05:33:41
55455         Log: doubled words in pods (from Simon Cozens
55456              <simon.p.cozens@jp.pwcglobal.com>)
55457      Branch: perl
55458            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
55459            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
55460            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
55461            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
55462            ! pod/perltootc.pod
55463 ____________________________________________________________________________
55464 [  5958] By: gsar                                  on 2000/04/27  05:11:39
55465         Log: change#3569 deleted some essential code, revert; avoid use of
55466              atexit() to make DynaLoader work properly on AIX under mod_perl
55467              (from Jens-Uwe Mager <jum@helios.de>)
55468      Branch: perl
55469            ! ext/DynaLoader/dl_aix.xs
55470 ____________________________________________________________________________
55471 [  5957] By: gsar                                  on 2000/04/27  04:54:51
55472         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
55473      Branch: perl
55474            ! pod/perlmod.pod
55475 ____________________________________________________________________________
55476 [  5956] By: gsar                                  on 2000/04/27  04:51:47
55477         Log: better diagnostics on failed tests (from Ilya Zakharevich)
55478      Branch: perl
55479            ! t/op/lex_assign.t
55480 ____________________________________________________________________________
55481 [  5955] By: gsar                                  on 2000/04/27  04:26:44
55482         Log: longstanding bug exposed by change#3307: sort arguments weren't
55483              compiled with the right wantarray context (ensuing runtime lookup
55484              via block_gimme() was getting the incidental context of the
55485              sort() itself)
55486      Branch: perl
55487            ! op.c t/op/sort.t
55488 ____________________________________________________________________________
55489 [  5954] By: gsar                                  on 2000/04/26  23:42:12
55490         Log: integrate cfgperl contents into mainline
55491      Branch: perl
55492           !> (integrate 30 files)
55493 ____________________________________________________________________________
55494 [  5953] By: jhi                                   on 2000/04/26  23:06:42
55495         Log: Integrate with Sarathy.
55496      Branch: cfgperl
55497           !> README.win32 ext/B/B/Deparse.pm
55498           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
55499           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
55500           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
55501           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
55502           !> utils/perldoc.PL vms/perlvms.pod
55503 ____________________________________________________________________________
55504 [  5952] By: jhi                                   on 2000/04/26  23:03:46
55505         Log: Undo "use integer" addition from 64bitint as it seems
55506              to break most of the subtests in Digital UNIX;
55507              Unicos needs to find another way.
55508      Branch: cfgperl
55509            ! t/op/64bitint.t
55510 ____________________________________________________________________________
55511 [  5951] By: jhi                                   on 2000/04/26  22:57:53
55512         Log: Be more robust on "extreme" (large absolute value)
55513              arguments.  Originally reported by Daniel Connelly
55514              as a problem with asinh() on large negative arguments,
55515              asinh() used to bail out because an argument to log()
55516              ended up being zero.  Ilya Zakharevich proposed using
55517              Taylor's series in such cases, which for such large
55518              arguments is a very good approximation.
55519      Branch: cfgperl
55520            ! lib/Math/Complex.pm t/lib/complex.t
55521 ____________________________________________________________________________
55522 [  5950] By: gsar                                  on 2000/04/25  19:13:12
55523         Log: reformat perldiag to avoid long lines
55524      Branch: perl
55525            ! pod/perldiag.pod
55526 ____________________________________________________________________________
55527 [  5949] By: gsar                                  on 2000/04/25  18:41:11
55528         Log: make perldoc use the pod2man from the same version (from
55529              M.J.T. Guy)
55530      Branch: perl
55531            ! utils/perldoc.PL
55532 ____________________________________________________________________________
55533 [  5948] By: gsar                                  on 2000/04/25  18:21:57
55534         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
55535              <kompas@kompas.usr.onet.pl>)
55536      Branch: perl
55537            ! lib/vars.pm
55538 ____________________________________________________________________________
55539 [  5947] By: gsar                                  on 2000/04/25  18:11:53
55540         Log: use &dl_error rather than &dl_load_file as the guard for calling
55541              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
55542              statically built perl)
55543      Branch: perl
55544            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
55545 ____________________________________________________________________________
55546 [  5946] By: jhi                                   on 2000/04/25  17:37:54
55547         Log: Document that tr() is not tr(1).
55548      Branch: cfgperl
55549            ! pod/perlop.pod
55550 ____________________________________________________________________________
55551 [  5945] By: gsar                                  on 2000/04/25  16:34:33
55552         Log: make module name mandatory after -M switch; reorder perldiag
55553              alphabetically (from Mark-Jason Dominus)
55554      Branch: perl
55555            ! perl.c pod/perldiag.pod
55556 ____________________________________________________________________________
55557 [  5944] By: jhi                                   on 2000/04/25  01:15:18
55558         Log: On second thoughts frexp() does have two arguments.
55559      Branch: cfgperl
55560            ! perl.h
55561 ____________________________________________________________________________
55562 [  5943] By: jhi                                   on 2000/04/24  22:56:32
55563         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
55564              Now pp_ncmp() returns undef is either operand is a NaN.
55565      Branch: cfgperl
55566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55567            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
55568            ! vms/subconfigure.com vos/config.def vos/config.h
55569            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
55570            ! win32/config.vc win32/config_H.bc win32/config_H.gc
55571            ! win32/config_H.vc
55572      Branch: metaconfig/U/perl
55573            + d_modfl.U
55574 ____________________________________________________________________________
55575 [  5942] By: jhi                                   on 2000/04/24  19:45:17
55576         Log: Regen Configure to match #5937.
55577      Branch: cfgperl
55578            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55579            ! config_h.SH
55580      Branch: metaconfig
55581            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
55582 ____________________________________________________________________________
55583 [  5941] By: jhi                                   on 2000/04/24  19:24:11
55584         Log: Further Unicos fixes for Mark Lutz.
55585      Branch: cfgperl
55586            ! hints/unicos.sh pp_ctl.c
55587 ____________________________________________________________________________
55588 [  5940] By: jhi                                   on 2000/04/24  19:09:06
55589         Log: Various Unicos 10.0.0.6 fixes.
55590              
55591              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
55592              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
55593              Reply-To: tecmpl1@triton.ca.boeing.com 
55594              To: perl5-porters@perl.org 
55595              Date: Fri, 14 Apr 2000 20:21:00 GMT 
55596              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
55597      Branch: cfgperl
55598            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
55599 ____________________________________________________________________________
55600 [  5939] By: gsar                                  on 2000/04/24  19:01:24
55601         Log: more pod nits (from Larry Virden)
55602      Branch: perl
55603            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
55604            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
55605            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
55606 ____________________________________________________________________________
55607 [  5938] By: gsar                                  on 2000/04/24  18:54:01
55608         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
55609      Branch: perl
55610            ! ext/B/B/Deparse.pm
55611 ____________________________________________________________________________
55612 [  5937] By: jhi                                   on 2000/04/24  17:39:00
55613         Log: Integrate with Sarathy.
55614      Branch: cfgperl
55615           +> (branch 31 files)
55616           !> (integrate 73 files)
55617 ____________________________________________________________________________
55618 [  5936] By: gsar                                  on 2000/04/24  17:30:06
55619         Log: additional tests for change#5934 (from Paul Marquess, who also
55620              sent in the same fix)
55621      Branch: perl
55622            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
55623            ! t/pragma/warn/5nolint t/pragma/warn/6default
55624 ____________________________________________________________________________
55625 [  5935] By: jhi                                   on 2000/04/24  17:26:05
55626         Log: Do not assume sign propagation.
55627              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
55628              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
55629              To: payner@ncifcrf.gov, perl5-porters@perl.org 
55630              Date: Tue, 18 Apr 2000 18:24:49 +0100 
55631              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
55632      Branch: cfgperl
55633            ! t/op/bop.t t/op/misc.t
55634 ____________________________________________________________________________
55635 [  5934] By: gsar                                  on 2000/04/24  17:16:54
55636         Log: propagate lexical warnings from surrounding scope correctly
55637              within string eval()
55638      Branch: perl
55639            ! pp_ctl.c t/pragma/warn/pp_ctl
55640 ____________________________________________________________________________
55641 [  5933] By: jhi                                   on 2000/04/24  17:01:07
55642         Log: Flatten the cpp jungle doing the nosuid checking.
55643      Branch: cfgperl
55644            ! perl.c
55645 ____________________________________________________________________________
55646 [  5932] By: gsar                                  on 2000/04/24  09:08:14
55647         Log: add rsignal(), whichsig() and do_join() to public API list
55648              (mod_perl uses them to good advantage)
55649      Branch: perl
55650            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
55651 ____________________________________________________________________________
55652 [  5931] By: gsar                                  on 2000/04/24  09:01:40
55653         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
55654      Branch: perl
55655            ! pp_hot.c regexec.c t/op/pat.t
55656 ____________________________________________________________________________
55657 [  5930] By: gsar                                  on 2000/04/24  08:58:33
55658         Log: small os390 tweaks (from Peter Prymmer)
55659      Branch: perl
55660            ! config_h.SH makedepend.SH
55661 ____________________________________________________________________________
55662 [  5929] By: gsar                                  on 2000/04/24  08:55:25
55663         Log: pod nits
55664      Branch: perl
55665            ! pod/perlguts.pod
55666 ____________________________________________________________________________
55667 [  5928] By: gsar                                  on 2000/04/24  08:50:13
55668         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
55669      Branch: perl
55670            ! ext/IO/lib/IO/Poll.pm
55671 ____________________________________________________________________________
55672 [  5927] By: gsar                                  on 2000/04/24  08:43:24
55673         Log: arrange for next() to resume at the unstack op rather than the
55674              loop conditional, so that scope cleanup happens correctly
55675              (from Stephen McCamant)
55676      Branch: perl
55677            ! op.c pp_ctl.c t/op/misc.t
55678 ____________________________________________________________________________
55679 [  5926] By: gsar                                  on 2000/04/24  08:18:40
55680         Log: on windows, reserve 16M of stack rather than 128M (allows more
55681              threads to run concurrently)
55682      Branch: perl
55683            ! win32/Makefile win32/makefile.mk
55684 ____________________________________________________________________________
55685 [  5925] By: gsar                                  on 2000/04/24  08:13:52
55686         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
55687      Branch: perl
55688            ! toke.c
55689 ____________________________________________________________________________
55690 [  5924] By: gsar                                  on 2000/04/24  08:08:59
55691         Log: avoid using uninitialized memory in require version check
55692      Branch: perl
55693            ! pp_ctl.c universal.c
55694 ____________________________________________________________________________
55695 [  5923] By: gsar                                  on 2000/04/24  07:20:14
55696         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
55697      Branch: perl
55698            ! ext/IO/lib/IO/Poll.pm
55699 ____________________________________________________________________________
55700 [  5922] By: gsar                                  on 2000/04/24  07:08:42
55701         Log: commentary about IoTYPE() (from Nathan Torkington)
55702      Branch: perl
55703            ! sv.h
55704 ____________________________________________________________________________
55705 [  5921] By: gsar                                  on 2000/04/24  06:58:26
55706         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
55707              by fix
55708      Branch: perl
55709            ! sv.c t/lib/charnames.t t/pragma/utf8.t
55710 ____________________________________________________________________________
55711 [  5920] By: gsar                                  on 2000/04/24  06:37:59
55712         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
55713      Branch: perl
55714            ! doop.c t/op/ver.t
55715 ____________________________________________________________________________
55716 [  5919] By: gsar                                  on 2000/04/24  06:21:58
55717         Log: Configure might miss old directories when prefix must be
55718              expanded (from Robin Barker)
55719      Branch: metaconfig
55720            ! U/installdirs/inc_version_list.U
55721      Branch: perl
55722            ! Configure
55723 ____________________________________________________________________________
55724 [  5918] By: gsar                                  on 2000/04/24  06:16:11
55725         Log: VMS nits in glob() test (from Charles Lane)
55726      Branch: perl
55727            ! t/lib/glob-basic.t
55728 ____________________________________________________________________________
55729 [  5917] By: gsar                                  on 2000/04/24  06:11:56
55730         Log: various pod nits (from Larry Virden and others)
55731      Branch: perl
55732            ! README.amiga README.hpux README.machten README.os2
55733            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
55734            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
55735            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
55736            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
55737            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
55738            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
55739            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
55740            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
55741 ____________________________________________________________________________
55742 [  5916] By: gsar                                  on 2000/04/24  05:52:43
55743         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
55744              <wjones@tc.fluke.com>)
55745      Branch: perl
55746            ! t/lib/glob-basic.t
55747 ____________________________________________________________________________
55748 [  5915] By: gsar                                  on 2000/04/24  05:07:01
55749         Log: supported platforms mixed up
55750      Branch: perl
55751            ! pod/perl56delta.pod pod/perlport.pod
55752 ____________________________________________________________________________
55753 [  5914] By: gsar                                  on 2000/04/24  04:56:08
55754         Log: caller() wasn't returning the right number of elements for
55755              eval {...}
55756      Branch: perl
55757            ! pp_ctl.c t/pragma/warn/9enabled
55758 ____________________________________________________________________________
55759 [  5913] By: gsar                                  on 2000/04/24  04:35:41
55760         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
55761              Mark-Jason Dominus)
55762      Branch: perl
55763            ! pod/perlfunc.pod
55764 ____________________________________________________________________________
55765 [  5912] By: gsar                                  on 2000/04/24  04:17:15
55766         Log: fix totally broken caching in UNIVERSAL::isa() (from
55767              Nick Ing-Simmons)
55768      Branch: perl
55769            ! t/op/universal.t universal.c
55770 ____________________________________________________________________________
55771 [  5911] By: gsar                                  on 2000/04/24  03:39:47
55772         Log: add linebreak properties from unicode/LineBrk.txt (from
55773              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
55774      Branch: perl
55775            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
55776            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
55777            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
55778            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
55779            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
55780            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
55781            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
55782            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
55783            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
55784            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
55785            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
55786            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
55787            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
55788            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
55789            + lib/unicode/Is/LbrkZW.pl
55790            ! lib/unicode/mktables.PL
55791 ____________________________________________________________________________
55792 [  5910] By: gsar                                  on 2000/04/24  03:23:10
55793         Log: typo in pod
55794      Branch: perl
55795            ! ext/Thread/Thread.pm
55796 ____________________________________________________________________________
55797 [  5909] By: gsar                                  on 2000/04/24  03:22:03
55798         Log: mode argument to do_binmode() should be file mode, not boolean
55799      Branch: perl
55800            ! pp_sys.c
55801 ____________________________________________________________________________
55802 [  5908] By: gsar                                  on 2000/04/16  16:51:08
55803         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
55804              always returns a valid GV even when the symbol is trapped by strictures
55805              (avoids coredumps)
55806              
55807              TODO: the C<package;> hack needs similar treatment
55808      Branch: perl
55809            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
55810            ! t/pragma/strict-vars
55811 ____________________________________________________________________________
55812 [  5907] By: jhi                                   on 2000/03/31  23:42:56
55813         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
55814              an assumption which #5905 demolished.
55815      Branch: cfgperl
55816            ! pp_sys.c
55817 ____________________________________________________________________________
55818 [  5906] By: jhi                                   on 2000/03/31  18:54:37
55819         Log: Typo in #5905.
55820      Branch: cfgperl
55821            ! t/op/64bitint.t
55822 ____________________________________________________________________________
55823 [  5905] By: jhi                                   on 2000/03/31  18:50:54
55824         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
55825              reported by Joseph N. Hall.  The bug was that even with use64bitint
55826              one had to use the prefixes q, L, or ll with printf/sprintf,
55827              contrary to the documentation and common sense.
55828      Branch: cfgperl
55829            ! sv.c t/op/64bitint.t
55830 ____________________________________________________________________________
55831 [  5904] By: gsar                                  on 2000/03/28  02:31:32
55832         Log: add Changes, perldelta.pod
55833      Branch: perl
55834            + Changes pod/perldelta.pod
55835 ____________________________________________________________________________
55836 [  5903] By: gsar                                  on 2000/03/28  02:03:55
55837         Log: rename Changes and perldelta.pod
55838      Branch: perl
55839           +> Changes5.6 pod/perl56delta.pod
55840            - Changes pod/perldelta.pod
55841            ! MANIFEST
55842 ____________________________________________________________________________
55843 [  5902] By: gsar                                  on 2000/03/28  01:59:14
55844         Log: create maint-5.6 branch
55845      Branch: maint-5.6/perl
55846           +> (branch 1611 files)
55847 ____________________________________________________________________________
55848 [  5901] By: jhi                                   on 2000/03/23  05:48:43
55849         Log: Integrate with Sarathy.
55850      Branch: cfgperl
55851           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
55852 ____________________________________________________________________________
55853 [  5900] By: gsar                                  on 2000/03/23  05:42:43
55854         Log: three guesses on what this is :-)
55855      Branch: perl
55856            ! Changes